This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 373f833e18 CAUSEWAY-3630: minor improvements: java-doc and code
readability
add 881e0264c5 CAUSEWAY-3676: adds docs on testing; minor renames
add 22791f4ad2 CAUSEWAY-3676: fixes integ tests
add 6f7ff93250 CAUSEWAY-3676: update docs and regen config
new 1cf1cba360 Merge pull request #2250 from apache/CAUSEWAY-3676
The 1 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:
.../adoc/modules/config/pages/sections/Other.adoc | 2 +-
.../config/pages/sections/causeway.applib.adoc | 128 ++------
.../pages/sections/causeway.core.meta-model.adoc | 2 +-
.../causeway.core.meta-model.introspector.adoc | 4 +-
.../causeway.core.meta-model.validator.adoc | 18 +-
.../sections/causeway.core.runtime-services.adoc | 10 +-
.../config/pages/sections/causeway.extensions.adoc | 24 +-
.../sections/causeway.persistence.commons.adoc | 2 +-
.../sections/causeway.persistence.schema.adoc | 2 +-
.../pages/sections/causeway.security.keycloak.adoc | 6 +-
.../pages/sections/causeway.value-types.adoc | 4 +-
.../pages/sections/causeway.viewer.common.adoc | 4 +-
.../pages/sections/causeway.viewer.graphql.adoc | 50 +--
.../sections/causeway.viewer.restfulobjects.adoc | 5 +-
.../pages/sections/causeway.viewer.wicket.adoc | 58 ++--
.../modules/config/pages/sections/datanucleus.adoc | 8 +-
.../modules/config/pages/sections/eclipselink.adoc | 50 +--
.../modules/config/pages/sections/resteasy.adoc | 2 +-
.../core/config/CausewayConfiguration.java | 76 +++--
viewers/graphql/adoc/modules/ROOT/pages/about.adoc | 145 +--------
.../ROOT/pages/setup-and-configuration.adoc | 8 +-
.../adoc/modules/ROOT/pages/testsupport.adoc | 351 +++++++++++++++++++++
.../adoc/modules/ROOT/partials/module-nav.adoc | 1 +
.../model/domain/common/SchemaStrategy.java | 8 +-
.../domain/common/query/CommonDomainObject.java | 8 +-
.../domain/common/query/CommonDomainService.java | 2 +-
.../model/domain/rich/SchemaStrategyRich.java | 12 +-
.../model/domain/rich/query/RichTopLevelQuery.java | 2 +-
.../model/domain/simple/SchemaStrategySimple.java | 10 +-
.../viewer/test/e2e/Abstract_IntegTest.java | 3 +
.../graphql/viewer/test/e2e/Admin_IntegTest.java | 1 -
.../viewer/test/e2e/Calculator_IntegTest.java | 1 -
.../viewer/test/schema/PrintSchemaIntegTest.java | 11 +-
.../src/test/resources/application-test.properties | 1 -
.../schema/PrintSchemaIntegTestAbstract.java | 4 +-
35 files changed, 581 insertions(+), 442 deletions(-)
create mode 100644 viewers/graphql/adoc/modules/ROOT/pages/testsupport.adoc