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 8a80b76da8 CAUSEWAY-3676: adds param default
new d325a70f63 CAUSEWAY-3676: wip on property choices
new db3159846f CAUSEWAY-3676: wip on property choices (2)
new 183f9fecd9 CAUSEWAY-3676: property autocomplete
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 | 9 +
.../model/domain/GqlvActionParamAutoComplete.java | 12 +-
.../model/domain/GqlvActionParamChoices.java | 2 +-
.../model/domain/GqlvActionParamDefault.java | 2 +-
.../viewer/graphql/model/domain/GqlvProperty.java | 32 +-
...Validate.java => GqlvPropertyAutoComplete.java} | 75 +-
...pertyValidate.java => GqlvPropertyChoices.java} | 61 +-
.../graphql/model/domain/GqlvPropertyValidate.java | 45 +-
.../viewer/graphql/model/types/TypeMapper.java | 3 +
.../graphql/viewer/test/domain/Department.java | 17 +-
.../graphql/viewer/test/domain/DeptHead.java | 7 +-
...nd_department_and_edit_head_autocomplete._.gql} | 4 +-
...tment_and_edit_head_autocomplete.approved.json} | 8 +-
...and_edit_head_autocomplete_none_matching._.gql} | 4 +-
..._head_autocomplete_none_matching.approved.json} | 4 +-
.../graphql/viewer/test/e2e/Domain_IntegTest.java | 16 +
.../test/e2e/Schema_IntegTest.schema.approved.json | 3112 ++++++++++----------
.../graphql/test/src/test/resources/schema.gql | 11 +-
18 files changed, 1810 insertions(+), 1614 deletions(-)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvPropertyValidate.java
=> GqlvPropertyAutoComplete.java} (62%)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvPropertyValidate.java
=> GqlvPropertyChoices.java} (67%)
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.find_department_by_name._.gql
=> Domain_IntegTest.find_department_and_edit_head_autocomplete._.gql} (75%)
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.find_department_by_name.approved.json
=> Domain_IntegTest.find_department_and_edit_head_autocomplete.approved.json}
(62%)
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.find_department_by_name._.gql
=>
Domain_IntegTest.find_department_and_edit_head_autocomplete_none_matching._.gql}
(75%)
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.find_department_and_change_name_invalid.approved.json
=>
Domain_IntegTest.find_department_and_edit_head_autocomplete_none_matching.approved.json}
(60%)