This is an automated email from the ASF dual-hosted git repository.

jdoornenbal pushed a change to branch ISIS-2947
in repository https://gitbox.apache.org/repos/asf/isis.git


 discard 6210f099a4 restores data fetchers for gql generic actions (just hide 
and disable); todo: other properties (validate, params)
     add 8211fa9de0 restores data fetchers for gql generic actions (just hide 
and disable); todo: other properties (validate, params)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6210f099a4)
            \
             N -- N -- N   refs/heads/ISIS-2947 (8211fa9de0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ...e.java => GQLActionHideDisableValidateEtc.java} |  4 ++-
 ...e.java => GQLFieldOrCollectionHideDisable.java} |  2 +-
 .../graphql/viewer/source/GQLGenericActions.java   | 40 ++++++++++++++++++++++
 .../source/GQLGenericFieldsAndCollections.java     | 20 ++---------
 .../graphql/viewer/source/ObjectTypeFactory.java   | 33 +++++++++++-------
 .../EndToEnd_IntegTest.deepQueryForE2.approved.gql | 10 +++---
 6 files changed, 72 insertions(+), 37 deletions(-)
 copy 
incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/{GQLFieldHideDisable.java
 => GQLActionHideDisableValidateEtc.java} (64%)
 rename 
incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/{GQLFieldHideDisable.java
 => GQLFieldOrCollectionHideDisable.java} (76%)
 create mode 100644 
incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/GQLGenericActions.java

Reply via email to