This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git
from dd91db0699 Merge pull request #2183 from
apache/dependabot/maven/spring6/org.apache.rat-apache-rat-plugin-0.16.1
add f3fda5f991 CAUSEWAY-3676: adds diagram of test domain, renames some
methods
add 62381f7423 CAUSEWAY-3676: updates GraphQL docs
add d498791a0e CAUSEWAY-3676: minor doc updates
add 6d20522164 CAUSEWAY-3676 : fixes integ test
add 4de1fe19a1 Bump org.apache.rat:apache-rat-plugin from 0.16 to 0.16.1
add 94ee1d7ba7 Merge pull request #2184 from
apache/dependabot/maven/master/org.apache.rat-apache-rat-plugin-0.16.1
add 398cc72d0c CAUSEWAY-2297: minor: removes warning suppressions not
understood by eclipse
new 85ef136c45 Merge remote-tracking branch 'origin/master' into spring6
The 1 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:
.../ROOT/pages/landing-page/components.adoc | 6 +-
antora/supplemental-ui/index.html | 2 +-
.../devnotes/example-demo-app-included-modules.png | Bin 24299 -> 0 bytes
.../images/devnotes/graphql-included-modules.png | Bin 15359 -> 0 bytes
.../modules/ROOT/images/test-domain.drawio.png | Bin 0 -> 42112 bytes
viewers/graphql/adoc/modules/ROOT/pages/about.adoc | 99 ++++++++++++++++++++-
.../ROOT/pages/setup-and-configuration.adoc | 71 ++++++++++-----
.../graphql/model/domain/GqlvDomainObject.java | 1 +
.../graphql/model/types/TypeMapperDefault.java | 1 -
.../viewer/test/domain/dept/Department.java | 1 -
.../viewer/test/domain/dept/Departments.java | 2 +-
.../graphql/viewer/test/domain/dept/Staff.java | 2 +-
..._department_and_add_staff_members._.choices.gql | 2 +-
...d_department_and_add_staff_members._.invoke.gql | 2 +-
..._department_and_add_staff_members.approved.json | 2 +-
...d_department_and_change_head_autocomplete._.gql | 2 +-
...ment_and_change_head_autocomplete.approved.json | 2 +-
...t.find_department_and_change_head_default._.gql | 2 +-
...epartment_and_change_head_default.approved.json | 2 +-
...t.find_department_and_change_name_invalid._.gql | 2 +-
...epartment_and_change_name_invalid.approved.json | 2 +-
...ind_department_and_edit_head_autocomplete._.gql | 2 +-
...rtment_and_edit_head_autocomplete.approved.json | 2 +-
..._and_edit_head_autocomplete_none_matching._.gql | 2 +-
...t_head_autocomplete_none_matching.approved.json | 2 +-
...epartment_and_remove_staff_member_choices._.gql | 2 +-
...t_and_remove_staff_member_choices.approved.json | 2 +-
...artment_IntegTest.find_department_by_name._.gql | 2 +-
...IntegTest.find_department_by_name.approved.json | 2 +-
.../viewer/test/e2e/Department_IntegTest.java | 2 +-
...egTest.find_staff_member_by_name_and_edit._.gql | 2 +-
...ind_staff_member_by_name_and_edit.approved.json | 2 +-
...aff_member_by_name_and_edit_grade_choices._.gql | 2 +-
...er_by_name_and_edit_grade_choices.approved.json | 2 +-
..._IntegTest.staff_member_name_edit_invalid._.gql | 2 +-
...st.staff_member_name_edit_invalid.approved.json | 6 +-
...taff_IntegTest.staff_member_name_validate._.gql | 2 +-
...egTest.staff_member_name_validate.approved.json | 2 +-
.../test/schema/GqlSchema_print_IntegTest.java | 1 +
viewers/graphql/test/src/test/resources/schema.gql | 24 ++---
.../viewer/auth/UserMementoProviderDefault.java | 1 -
41 files changed, 199 insertions(+), 68 deletions(-)
delete mode 100644
viewers/graphql/adoc/modules/ROOT/images/devnotes/example-demo-app-included-modules.png
delete mode 100644
viewers/graphql/adoc/modules/ROOT/images/devnotes/graphql-included-modules.png
create mode 100644
viewers/graphql/adoc/modules/ROOT/images/test-domain.drawio.png