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 41f3bf6f05 CAUSEWAY-3676: factors out UserMementoProvider
add 8f2157004a Merge pull request #2180 from apache/CAUSEWAY-3676
new 0b77acbd47 CAUSEWAY-3676: honours deployment type
new 09b78e6487 CAUSEWAY-3676: verifies support for blobs
The 2 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/context/Context.java | 13 +
.../graphql/model/domain/GqlvDomainObject.java | 9 +-
.../graphql/model/domain/GqlvDomainService.java | 4 +-
.../viewer/test/domain/dept/StaffMember.java | 25 +
.../test/domain/dept/StaffMemberRepository.java | 6 +
.../viewer/test/e2e/Abstract_IntegTest.java | 36 +-
.../graphql/viewer/test/e2e/Staff_IntegTest.java | 8 +
.../Staff_IntegTest.list_all_staff_members._.gql | 17 +
..._IntegTest.list_all_staff_members.approved.json | 59 +
.../schema/Schema_IntegTest.schema.approved.json | 5141 +++++++++++++++++---
...chema_IntegTest.schema_types_name.approved.json | 124 +
.../viewer/graphql/viewer/test/e2e/Bar.pdf | Bin 0 -> 47488 bytes
.../viewer/graphql/viewer/test/e2e/Fizz.pdf | Bin 0 -> 46833 bytes
.../viewer/graphql/viewer/test/e2e/Foo.pdf | Bin 0 -> 47185 bytes
.../graphql/test/src/test/resources/schema.gql | 9 +
.../integration/GraphQlSourceForCauseway.java | 2 +-
16 files changed, 4652 insertions(+), 801 deletions(-)
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Staff_IntegTest.list_all_staff_members._.gql
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Staff_IntegTest.list_all_staff_members.approved.json
create mode 100644
incubator/viewers/graphql/test/src/test/resources/org/apache/causeway/viewer/graphql/viewer/test/e2e/Bar.pdf
create mode 100644
incubator/viewers/graphql/test/src/test/resources/org/apache/causeway/viewer/graphql/viewer/test/e2e/Fizz.pdf
create mode 100644
incubator/viewers/graphql/test/src/test/resources/org/apache/causeway/viewer/graphql/viewer/test/e2e/Foo.pdf