This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git
from aabba8fc06 CAUSEWAY-3676: adds test for individual param validate
new 8cfc3a47fe CAUSEWAY-3676: sketches param choices
new c094278d70 CAUSEWAY-3676: individual param validate (2)
new 3dbbb41435 CAUSEWAY-3676: param choices
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../viewer/graphql/model/domain/GqlvAction.java | 7 +-
.../graphql/model/domain/GqlvActionInvoke.java | 21 +-
.../graphql/model/domain/GqlvActionParam.java | 29 +-
.../model/domain/GqlvActionParamChoices.java | 121 ++
.../model/domain/GqlvActionParamDisabled.java | 19 +-
.../model/domain/GqlvActionParamHidden.java | 7 +-
.../model/domain/GqlvActionParamValidate.java | 25 +-
.../graphql/model/domain/GqlvActionParams.java | 12 +-
...ActionValidate.java => GqlvActionValidity.java} | 4 +-
.../graphql/model/domain/GqlvPropertySet.java | 2 -
.../graphql/model/domain/GqlvPropertyValidate.java | 1 -
.../viewer/test/domain/StaffMemberRepository.java | 1 +
...epartment_and_remove_staff_member_choices._.gql | 19 +
...t_and_remove_staff_member_choices.approved.json | 25 +
...IntegTest.find_department_by_name.approved.json | 10 +-
...est.find_depthead_and_change_name_invalid._.gql | 6 +-
..._depthead_and_change_name_invalid.approved.json | 13 +-
..._depthead_and_change_name_invoke_invalid._.gql} | 0
...d_and_change_name_invoke_invalid.approved.json} | 0
.../graphql/viewer/test/e2e/Domain_IntegTest.java | 16 +
.../test/e2e/Schema_IntegTest.schema.approved.json | 1684 +++++++++++++++++++-
.../graphql/test/src/test/resources/schema.gql | 159 +-
22 files changed, 1989 insertions(+), 192 deletions(-)
create mode 100644
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvActionParamChoices.java
rename
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvActionValidate.java
=> GqlvActionValidity.java} (98%)
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.find_department_and_remove_staff_member_choices._.gql
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.find_department_and_remove_staff_member_choices.approved.json
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.find_depthead_and_change_name_invalid._.gql
=> Domain_IntegTest.find_depthead_and_change_name_invoke_invalid._.gql} (100%)
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.find_depthead_and_change_name_invalid.approved.json
=>
Domain_IntegTest.find_depthead_and_change_name_invoke_invalid.approved.json}
(100%)