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
discard 8eb768863e CAUSEWAY-3676: regen docs
discard 5fd8a280e1 CAUSEWAY-3676: introduces ApiVariant config property
discard 9776d32e0c CAUSEWAY-3676: cleans up docs on graphql config
discard 754bdde0f2 CAUSEWAY-3676: regenerates project docs
discard 0fb211d918 CAUSEWAY-3676: updates config
discard b3a1f55005 CAUSEWAY-3676: generates refguide for graphql
discard be18955985 CAUSEWAY-3676: moves TypeMapper and UserMementoProvider to
graphql's applib module
discard 7fca954d04 CAUSEWAY-3676: updates causeway-tooling.yml (correct
version)
discard 7a96ff4d16 CAUSEWAY-3676: wip on antora docs for GraphQL, also renames
the modules (remove 'Inc', leftover from incubation)
discard 2a3fab4d07 CAUSEWAY-3676: updates index.html logo adjustment etc
discard 8bc951c1c1 CAUSEWAY-3676: improves logos
discard 5a9b620408 CAUSEWAY-3676: adds back in the logos on home page
discard f980b08414 CAUSEWAY-3676: updates home page index.html
add 42c7d1760b CAUSEWAY-3676: remove unused imports
add a77d893e7c CAUSEWAY-3676: remove unused imports (part2)
new 5b32c70b0c CAUSEWAY-3676: updates home page index.html
new 32c8a2d763 CAUSEWAY-3676: reorg imports
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 (8eb768863e)
\
N -- N -- N refs/heads/CAUSEWAY-3676 (32c8a2d763)
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.
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:
.editorconfig | 2 +-
.../jpa/applib/integration/HasVersion.java | 29 ------------
.../jpa/integration/entity/JpaEntityFacet.java | 6 +--
.../graphql/applib/auth/UserMementoProvider.java | 1 -
.../viewer/graphql/applib/types/TypeMapper.java | 9 ++--
.../viewer/graphql/model/context/Context.java | 5 +-
.../viewer/graphql/model/domain/GqlvAction.java | 28 ++++++-----
.../graphql/model/domain/GqlvActionInvoke.java | 32 ++++++-------
.../graphql/model/domain/GqlvActionParam.java | 22 ++++-----
.../model/domain/GqlvActionParamAutoComplete.java | 20 ++++----
.../model/domain/GqlvActionParamChoices.java | 55 +++++++++++-----------
.../model/domain/GqlvActionParamDefault.java | 12 ++---
.../model/domain/GqlvActionParamDisabled.java | 12 ++---
.../model/domain/GqlvActionParamHidden.java | 38 +++++++--------
.../model/domain/GqlvActionParamValidate.java | 12 ++---
.../graphql/model/domain/GqlvActionParams.java | 30 ++++++------
.../graphql/model/domain/GqlvActionValidity.java | 15 +++---
.../graphql/model/domain/GqlvAssociation.java | 4 +-
.../graphql/model/domain/GqlvAssociationGet.java | 12 ++---
.../graphql/model/domain/GqlvCollection.java | 10 ++--
.../graphql/model/domain/GqlvCollectionGet.java | 6 +--
.../graphql/model/domain/GqlvDomainObject.java | 26 +++++-----
.../graphql/model/domain/GqlvDomainService.java | 17 ++++---
.../viewer/graphql/model/domain/GqlvMember.java | 5 +-
.../graphql/model/domain/GqlvMemberDisabled.java | 10 ++--
.../graphql/model/domain/GqlvMemberHidden.java | 10 ++--
.../viewer/graphql/model/domain/GqlvMeta.java | 20 ++++----
.../viewer/graphql/model/domain/GqlvProperty.java | 15 +++---
.../model/domain/GqlvPropertyAutoComplete.java | 19 ++++----
.../graphql/model/domain/GqlvPropertyChoices.java | 14 +++---
.../graphql/model/domain/GqlvPropertyGet.java | 6 +--
.../graphql/model/domain/GqlvPropertySet.java | 18 +++----
.../graphql/model/domain/GqlvPropertyValidate.java | 12 ++---
.../viewer/graphql/model/domain/TypeNames.java | 4 +-
.../model/exceptions/DisabledException.java | 2 -
.../graphql/model/exceptions/HiddenException.java | 1 -
.../model/exceptions/InteractionException.java | 1 -
.../graphql/model/exceptions/InvalidException.java | 2 -
.../graphql/model/fetcher/BookmarkedPojo.java | 4 +-
.../model/fetcher/BookmarkedPojoFetcher.java | 4 +-
.../model/registry/GraphQLTypeRegistry.java | 12 ++---
.../graphql/model/types/TypeMapperDefault.java | 22 ++++-----
...ayViewerGraphqlTestModuleIntegTestAbstract.java | 24 +++++-----
.../viewer/test/domain/UniversityModule.java | 5 --
.../viewer/test/domain/admin/AdminMenu.java | 15 +++---
.../viewer/test/domain/calc/Calculator.java | 5 +-
.../viewer/test/domain/calc/Month_Test.java | 3 +-
.../viewer/test/domain/dept/Department.java | 14 +++---
.../graphql/viewer/test/domain/dept/DeptHead.java | 4 +-
.../graphql/viewer/test/domain/dept/Grade.java | 26 ----------
.../viewer/test/domain/dept/StaffMember.java | 19 ++++++--
.../test/domain/dept/StaffMemberRepository.java | 3 +-
.../viewer/test/e2e/Abstract_IntegTest.java | 11 ++---
.../graphql/viewer/test/e2e/Admin_IntegTest.java | 2 -
.../viewer/test/e2e/Calculator_IntegTest.java | 3 --
.../graphql/viewer/test/e2e/Staff_IntegTest.java | 1 +
.../test/schema/GqlSchema_print_IntegTest.java | 13 ++---
.../viewer/test/schema/Schema_IntegTest.java | 12 +----
.../viewer/test/utils/WinMergeGqlDiffReporter.java | 4 +-
.../viewer/auth/UserMementoProviderDefault.java | 12 ++---
...xecutionStrategyResolvingWithinInteraction.java | 11 ++---
.../ExecutionGraphQlServiceForCauseway.java | 1 +
.../integration/GraphQlSourceForCauseway.java | 32 +++++--------
.../graphql/viewer/toplevel/GqlvTopLevelQuery.java | 10 ++--
64 files changed, 354 insertions(+), 460 deletions(-)