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 3dbbb41435 CAUSEWAY-3676: param choices
new 11221ffdd0 CAUSEWAY-3676: sketches param autocomplete; makes existing
test deterministic
new b2a64c94ab CAUSEWAY-3676: extends test domain
new c985e92f56 CAUSEWAY-3676: tests autocomplete for params
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:
.../graphql/model/domain/GqlvActionParam.java | 11 +-
...oices.java => GqlvActionParamAutoComplete.java} | 67 +++---
.../graphql/viewer/test/domain/Department.java | 41 +++-
.../viewer/test/domain/DeptHeadRepository.java | 6 +-
..._department_and_change_head_autocomplete._.gql} | 6 +-
...ment_and_change_head_autocomplete.approved.json | 0
...t_and_remove_staff_member_choices.approved.json | 4 +-
.../graphql/viewer/test/e2e/Domain_IntegTest.java | 8 +
.../test/e2e/Schema_IntegTest.schema.approved.json | 258 +++++++++++++++++++++
...chema_IntegTest.schema_types_name.approved.json | 6 +
.../graphql/test/src/test/resources/schema.gql | 22 ++
11 files changed, 384 insertions(+), 45 deletions(-)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvActionParamChoices.java
=> GqlvActionParamAutoComplete.java} (60%)
copy
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
=> Domain_IntegTest.find_department_and_change_head_autocomplete._.gql} (71%)
copy testing/unittestsupport/applib/xml/objects/CUS.xml =>
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.find_department_and_change_head_autocomplete.approved.json
(100%)