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 8c456d8b85 CAUSEWAY-3676: adds in @DirtiesContext
     add 29e5ccab00 Merge pull request #2206 from apache/CAUSEWAY-3676
     add 7bcd08879d CAUSEWAY-3404: FileUtils.searchFiles(...) don't force 
consumers to catch
     add ad47d9bd22 CAUSEWAY-3404: organize imports
     new 29144d76e1 CAUSEWAY-3676: includes mutations in non-spec compliant
     new ebf4fcff53 CAUSEWAY-3676: adds support for enum types

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:
 .../org/apache/causeway/commons/io/FileUtils.java  |   8 +-
 .../core/config/CausewayConfiguration.java         |  10 +-
 .../viewer/graphql/model/domain/GqlvAbstract.java  |   7 +-
 .../viewer/graphql/model/domain/GqlvAction.java    |  16 ++-
 .../model/domain/GqlvActionParamAutoComplete.java  |   2 +-
 .../model/domain/GqlvActionParamDisabled.java      |   3 +-
 .../model/domain/GqlvActionParamHidden.java        |   3 +-
 .../model/domain/GqlvActionParamValidate.java      |   3 +-
 .../graphql/model/domain/GqlvActionParams.java     |   7 +-
 .../graphql/model/domain/GqlvActionValidity.java   |  17 ++-
 .../graphql/model/domain/GqlvAssociation.java      |   5 -
 .../graphql/model/domain/GqlvCollection.java       |   7 --
 .../graphql/model/domain/GqlvMemberDisabled.java   |   3 +-
 .../graphql/model/domain/GqlvMemberHidden.java     |   3 +-
 .../viewer/graphql/model/domain/GqlvMeta.java      |  12 +--
 .../viewer/graphql/model/domain/GqlvMetaId.java    |  18 +---
 .../graphql/model/domain/GqlvMetaVersion.java      |   7 +-
 .../model/domain/GqlvPropertyAutoComplete.java     |   2 +-
 .../graphql/model/domain/GqlvPropertyValidate.java |   3 +-
 .../viewer/graphql/model/domain/GqlvScenario.java  |  10 +-
 .../graphql/model/domain/GqlvScenarioName.java     |  10 +-
 .../viewer/graphql/model/domain/TypeNames.java     |   4 +
 .../model/marshallers/ScalarMarshallerObject.java  |  15 ++-
 .../model/registry/GraphQLTypeRegistry.java        |  55 +++++++++-
 .../model/toplevel/GqlvTopLevelMutation.java       |   7 +-
 .../viewer/graphql/model/types/TypeMapper.java     |  14 +--
 .../graphql/model/types/TypeMapperDefault.java     |  45 +++++---
 .../viewer/test/e2e/query/Admin_IntegTest.java     |   1 -
 .../test/e2e/query/Calculator_IntegTest.java       |   1 -
 .../query/Calculator_IntegTest.next_month._.gql    |   2 +-
 .../test/e2e/query/Department_IntegTest.java       |   1 -
 .../viewer/test/e2e/query/DeptHead_IntegTest.java  |   1 -
 .../viewer/test/e2e/query/Staff_IntegTest.java     |   1 -
 .../DepartmentMutating_IntegTest.java              |  10 --
 .../DeptHeadMutating_IntegTest.java                |  10 --
 .../StaffMutating_IntegTest.java                   |  10 --
 .../query_and_mutations/_Mutating_IntegTest.java   |  62 -----------
 .../test/e2e/scenario/Calculator_IntegTest.java    |   7 +-
 .../test/e2e/scenario/Department_IntegTest.java    |  18 ----
 .../GqlSchemaQuery_print_IntegTest.java            |   2 +-
 ...GqlSchemaQueryAndMutations_print_IntegTest.java |  44 --------
 viewers/graphql/test/src/test/resources/schema.gql | 114 ++++++++++++++++++---
 .../integration/GraphQlSourceForCauseway.java      |  35 ++++---
 43 files changed, 282 insertions(+), 333 deletions(-)
 delete mode 100644 
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/query_and_mutations/_Mutating_IntegTest.java
 rename 
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/schema/{query
 => }/GqlSchemaQuery_print_IntegTest.java (94%)
 delete mode 100644 
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/schema/query_and_mutations/GqlSchemaQueryAndMutations_print_IntegTest.java

Reply via email to