You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/02/24 06:37:57 UTC

[isis] branch ISIS-2444 updated (6740704 -> 7cab95f)

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

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


 discard 6740704  ISIS-2444: adds final lot of hooks
 discard cf2dbca  ISIS-2444: converts more hook files over to be referenced.
 discard 1674012  ISIS-2444: converts more hook files over to be referenced.
 discard a81437e  ISIS-2444: brings in hook pages for @DomainObjectLayout
 discard e844f2e  ISIS-2444: moves api/applib/src/main/adoc/modules/* to antora/components/refguide/modules
 discard 05cadab  ISIS-2444: moves api/adoc/{ref|user}guide to antora/components/{ref|user}guide
 discard 65bf4d5  ISIS-2444: moves antora/components/refguide to antora/components/refguide-index
     add 643db64  Bump gradle-tooling-api from 6.8.2 to 6.8.3
     add 92c3728  Merge pull request #395 from apache/dependabot/maven/org.gradle-gradle-tooling-api-6.8.3
     add d66da05  Bump vaadin-maven-plugin from 14.4.7 to 14.4.8
     add 3dd837e  Merge pull request #396 from apache/dependabot/maven/com.vaadin-vaadin-maven-plugin-14.4.8
     add 1243dc4  ISIS-2539: create a dynamic-pu with all the entities
     add 962aa28  ISIS-2544: ApplicationPermission: hide role column when references parent)
     add 92957aa  ISIS-2542: switch entities to use string based enum mappings
     add 3ff55e3  ISIS-2542: SecMan/JPA: fixes user search
     add 3a90cc5  ISIS-2542: polishing prev. commit
     add 8a48b95  ISIS-2543: fixes user-role relation management (SecMan/JPA)
     add a08145b  ISIS-2444: moves antora/components/refguide to antora/components/refguide-index
     add 047222e  ISIS-2444: moves api/adoc/{ref|user}guide to antora/components/{ref|user}guide
     add f7e2457  ISIS-2444: moves api/applib/src/main/adoc/modules/* to antora/components/refguide/modules
     add ab96f8e  ISIS-2444: brings in hook pages for @DomainObjectLayout
     add 8b13787  ISIS-2444: converts more hook files over to be referenced.
     add 9cf8cb2  ISIS-2444: converts more hook files over to be referenced.
     add 627bdf9  ISIS-2444: adds final lot of hooks
     add 7cab95f  ISIS-2444: regen index

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   (6740704)
            \
             N -- N -- N   refs/heads/ISIS-2444 (7cab95f)

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:
 .../modules/_overview/pages/about.adoc             |  6 ++---
 .../applib/pages/index/annotation/Action.adoc      | 16 +++++++++++
 .../pages/index/annotation/ActionLayout.adoc       | 18 ++++++-------
 .../applib/pages/index/annotation/Collection.adoc  |  6 ++---
 .../pages/index/annotation/CollectionLayout.adoc   | 14 +++++-----
 .../pages/index/annotation/DomainObject.adoc       | 20 +++++++-------
 .../pages/index/annotation/DomainObjectLayout.adoc | 14 ++++++++++
 .../pages/index/annotation/DomainService.adoc      |  4 +++
 .../index/annotation/DomainServiceLayout.adoc      |  4 +++
 .../applib/pages/index/annotation/Parameter.adoc   | 10 +++++++
 .../pages/index/annotation/ParameterLayout.adoc    | 14 ++++++++++
 .../applib/pages/index/annotation/Property.adoc    | 24 +++++++++++++++++
 .../pages/index/annotation/PropertyLayout.adoc     | 22 +++++++++++++++
 .../applib/pages/index/value/OpenUrlStrategy.adoc  |  4 ++-
 .../index/secman/api/user/ApplicationUser.adoc     |  2 +-
 .../partials/_application-layer-api.adoc           |  3 ++-
 .../isis/core/config/presets/IsisPresets.java      | 31 ----------------------
 core/pom.xml                                       |  2 +-
 examples/demo/vaadin/pom.xml                       |  2 +-
 .../jdo/dom/permission/ApplicationPermission.java  |  2 ++
 .../jpa/dom/permission/ApplicationPermission.java  |  7 +++++
 .../jpa/dom/role/ApplicationRoleRepository.java    | 10 +++++--
 .../secman/jpa/dom/user/ApplicationUser.java       | 17 +++++++-----
 .../jpa/dom/user/ApplicationUserRepository.java    |  6 +++--
 .../jdo/datanucleus/IsisModuleJdoDatanucleus.java  | 25 ++++++++++++++---
 tooling/pom.xml                                    |  2 +-
 26 files changed, 202 insertions(+), 83 deletions(-)