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 7e206efb32 CAUSEWAY-3676: adds addStaffMembers to test domain
new 1516452439 CAUSEWAY-3676: wip, adding support for collection params
new 07c3e1f08b CAUSEWAY-3676: wip, adding support for collection params (2)
new 42580678d8 CAUSEWAY-3676: adds support for collection 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:
.../viewer/graphql/model/domain/GqlvAction.java | 74 ++++++--
.../graphql/model/domain/GqlvDomainObject.java | 2 +-
.../viewer/graphql/model/types/TypeMapper.java | 27 ++-
...ayViewerGraphqlTestModuleIntegTestAbstract.java | 9 +
.../graphql/viewer/test/domain/Department.java | 3 +-
...department_and_add_staff_members._.choices.gql} | 7 +-
..._department_and_add_staff_members._.invoke.gql} | 11 +-
..._department_and_add_staff_members.approved.json | 36 ++++
.../graphql/viewer/test/e2e/Domain_IntegTest.java | 37 +++-
.../test/e2e/Schema_IntegTest.schema.approved.json | 204 +++++++++++++++++++++
...chema_IntegTest.schema_types_name.approved.json | 6 +
.../src/test/resources/application-test.properties | 2 +-
.../graphql/test/src/test/resources/schema.gql | 20 ++
13 files changed, 413 insertions(+), 25 deletions(-)
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_add_staff_members._.choices.gql} (68%)
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.find_department_and_change_head_default._.gql
=> Domain_IntegTest.find_department_and_add_staff_members._.invoke.gql} (50%)
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.find_department_and_add_staff_members.approved.json