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 da4e39f8bb CAUSEWAY-3676: simplifies further
new 733c97d2f5 CAUSEWAY-3676: wip on adding params
new 51f317a3da CAUSEWAY-3676: wip, fleshing out action parameters
new 610b44a05c CAUSEWAY-3676: adds disable param support
new d2210d10a1 CAUSEWAY-3676: adds hidden param support
The 4 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 | 97 +-
.../graphql/model/domain/GqlvActionInvoke.java | 72 +-
.../{GqlvCollection.java => GqlvActionParam.java} | 63 +-
...rDisabled.java => GqlvActionParamDisabled.java} | 57 +-
...der.java => GqlvActionParamDisabledHolder.java} | 8 +-
...emberHidden.java => GqlvActionParamHidden.java} | 61 +-
...pertyHolder.java => GqlvActionParamHolder.java} | 4 +-
.../{GqlvCollection.java => GqlvActionParams.java} | 79 +-
...vokeHolder.java => GqlvActionParamsHolder.java} | 5 +-
.../graphql/model/domain/GqlvActionValidate.java | 19 +-
.../model/domain/GqlvActionValidateHolder.java | 1 -
.../viewer/graphql/model/domain/GqlvProperty.java | 24 +-
.../graphql/model/domain/GqlvPropertySet.java | 23 +-
.../graphql/model/domain/GqlvPropertyValidate.java | 11 +-
.../viewer/graphql/model/types/TypeMapper.java | 18 +-
.../viewer/graphql/model/util/TypeNames.java | 9 +
.../graphql/viewer/test/domain/AdminMenu.java | 22 +
...main_IntegTest.action_with_disabled_param._.gql | 18 +
...egTest.action_with_disabled_param.approved.json | 20 +
...Domain_IntegTest.action_with_hidden_param._.gql | 14 +
...ntegTest.action_with_hidden_param.approved.json | 16 +
.../test/e2e/Domain_IntegTest.admin_action._.gql | 1 +
.../Domain_IntegTest.admin_action.approved.json | 3 +-
...st.create_department_name_param_disabled._.gql} | 7 +-
...e_department_name_param_disabled.approved.json} | 7 +-
.../graphql/viewer/test/e2e/Domain_IntegTest.java | 33 +
.../e2e/Domain_IntegTest.other_admin_action._.gql | 1 +
...main_IntegTest.other_admin_action.approved.json | 1 +
.../test/e2e/Schema_IntegTest.schema.approved.json | 8532 ++++++++++++++------
...chema_IntegTest.schema_types_name.approved.json | 182 +
.../graphql/test/src/test/resources/schema.gql | 718 +-
31 files changed, 7386 insertions(+), 2740 deletions(-)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvCollection.java
=> GqlvActionParam.java} (64%)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvMemberDisabled.java
=> GqlvActionParamDisabled.java} (56%)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvMemberHiddenHolder.java
=> GqlvActionParamDisabledHolder.java} (84%)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvMemberHidden.java
=> GqlvActionParamHidden.java} (56%)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvPropertyHolder.java
=> GqlvActionParamHolder.java} (89%)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvCollection.java
=> GqlvActionParams.java} (60%)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvActionInvokeHolder.java
=> GqlvActionParamsHolder.java} (91%)
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.action_with_disabled_param._.gql
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.action_with_disabled_param.approved.json
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.action_with_hidden_param._.gql
create mode 100644
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.action_with_hidden_param.approved.json
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.create_department._.gql
=> Domain_IntegTest.create_department_name_param_disabled._.gql} (67%)
copy
incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/{Domain_IntegTest.create_department.approved.json
=> Domain_IntegTest.create_department_name_param_disabled.approved.json} (68%)