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 260d8e94f0 CAUSEWAY-3676: removes ActionSimple
     new 73b03aff69 CAUSEWAY-3676: adds in ActionHidden
     new 5b76d6a6e4 CAUSEWAY-3676: adds ActionDisabled

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:
 .../graphql/model/domain/BookmarkedPojo.java       |   27 +-
 .../viewer/graphql/model/domain/GqlvAction.java    |   72 +-
 .../graphql/model/domain/GqlvActionDisabled.java   |  100 ++
 .../model/domain/GqlvActionDisabledHolder.java     |    9 +-
 .../graphql/model/domain/GqlvActionHidden.java     |  101 ++
 .../model/domain/GqlvActionHiddenHolder.java       |    9 +-
 .../graphql/model/domain/GqlvActionHolder.java     |   18 +
 .../graphql/model/domain/GqlvActionInvoke.java     |   24 +-
 .../model/domain/GqlvActionInvokeHolder.java       |   18 +
 .../graphql/model/domain/GqlvActionParameter.java  |   18 +
 .../graphql/model/domain/GqlvAssociation.java      |   18 +
 .../model/domain/GqlvAssociationHolder.java        |   18 +
 .../graphql/model/domain/GqlvCollection.java       |   18 +
 .../graphql/model/domain/GqlvCollectionHolder.java |   18 +
 .../graphql/model/domain/GqlvDomainObject.java     |   18 +
 .../graphql/model/domain/GqlvDomainService.java    |   18 +
 .../viewer/graphql/model/domain/GqlvHolder.java    |   18 +
 .../viewer/graphql/model/domain/GqlvMember.java    |   18 +
 .../graphql/model/domain/GqlvMemberHolder.java     |   18 +
 .../viewer/graphql/model/domain/GqlvMeta.java      |   18 +
 .../graphql/model/domain/GqlvMetaHolder.java       |   18 +
 .../viewer/graphql/model/domain/GqlvMutations.java |   43 +-
 .../graphql/model/domain/GqlvMutationsHolder.java  |   18 +
 .../viewer/graphql/model/domain/GqlvProperty.java  |   18 +
 .../graphql/model/domain/GqlvPropertyHolder.java   |   18 +
 .../model/registry/GraphQLTypeRegistry.java        |   18 +
 .../viewer/graphql/model/types/ScalarMapper.java   |    3 +-
 .../graphql/viewer/test/domain/DepartmentMenu.java |   17 +
 .../test/e2e/Domain_IntegTest.admin_action._.gql   |    9 +
 ...=> Domain_IntegTest.admin_action.approved.json} |    6 +-
 .../e2e/Domain_IntegTest.create_department._.gql   |    2 +
 ...omain_IntegTest.create_department.approved.json |    2 +
 .../graphql/viewer/test/e2e/Domain_IntegTest.java  |   22 +
 .../e2e/Domain_IntegTest.other_admin_action._.gql  |    9 +
 ...ain_IntegTest.other_admin_action.approved.json} |    6 +-
 .../test/e2e/Schema_IntegTest.schema.approved.json | 1346 +++++++++++++++++++-
 ...chema_IntegTest.schema_types_name.approved.json |    4 +
 .../graphql/test/src/test/resources/schema.gql     |  122 ++
 38 files changed, 2139 insertions(+), 118 deletions(-)
 copy 
persistence/jdo/provider/src/main/java/org/apache/causeway/persistence/jdo/provider/metamodel/facets/prop/notpersistent/JdoNotPersistentFacet.java
 => 
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/BookmarkedPojo.java
 (62%)
 create mode 100644 
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvActionDisabled.java
 copy 
core/metamodel/src/main/java/org/apache/causeway/core/metamodel/interactions/ActionInteractionContext.java
 => 
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvActionDisabledHolder.java
 (84%)
 create mode 100644 
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvActionHidden.java
 copy 
core/metamodel/src/main/java/org/apache/causeway/core/metamodel/interactions/ActionInteractionContext.java
 => 
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvActionHiddenHolder.java
 (84%)
 create mode 100644 
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.admin_action._.gql
 copy 
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.create_department.approved.json
 => Domain_IntegTest.admin_action.approved.json} (53%)
 create mode 100644 
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.other_admin_action._.gql
 copy 
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.create_department.approved.json
 => Domain_IntegTest.other_admin_action.approved.json} (53%)

Reply via email to