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 2022/10/02 07:08:55 UTC

[isis-app-simpleapp] branch release-2.0.0-M8-RC3-jpa created (now b0bc607)

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

danhaywood pushed a change to branch release-2.0.0-M8-RC3-jpa
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


      at b0bc607  ISIS-2965: updates layout.xml for new actions of command log, execution log, audit trail

This branch includes the following new commits:

     new 581cea1  Revert "ISIS-2965 - updates to 2.0.0-M8 (jpa)"
     new 48a8aea  Merge branch 'release-2.0.0-M8-RC2-jpa' into jpa-SNAPSHOT
     new 788e7af   - updates to 2.0.0-M8 (jpa)
     new b0bc607  ISIS-2965: updates layout.xml for new actions of command log, execution log, audit trail

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.



[isis-app-simpleapp] 01/04: Revert "ISIS-2965 - updates to 2.0.0-M8 (jpa)"

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M8-RC3-jpa
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit 581cea1a8d5ccf7bcab407d8a22fb4513f4820f8
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Oct 2 07:49:33 2022 +0100

    Revert "ISIS-2965 - updates to 2.0.0-M8 (jpa)"
    
    This reverts commit 5f70f53c7a70db042db3e70d943b1e6e01146b8e.
---
 module-simple-tests/pom.xml | 2 +-
 module-simple/pom.xml       | 2 +-
 pom.xml                     | 4 ++--
 webapp-tests/pom.xml        | 2 +-
 webapp/pom.xml              | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml
index b5d6c6c..3ec4c63 100644
--- a/module-simple-tests/pom.xml
+++ b/module-simple-tests/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
-        <version>2.0.0-M8</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-jpa-module-simple-tests</artifactId>
diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index 9ec1348..8160be8 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
-        <version>2.0.0-M8</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-jpa-module-simple</artifactId>
diff --git a/pom.xml b/pom.xml
index eea07d4..1e28a6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-M8</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.apache.isis.starters</groupId>
     <artifactId>simpleapp-jpa</artifactId>
-    <version>2.0.0-M8</version>
+    <version>2.0.0-SNAPSHOT</version>
 
     <name>SimpleApp (JPA) - Parent</name>
 
diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml
index f8c69e2..f717f29 100644
--- a/webapp-tests/pom.xml
+++ b/webapp-tests/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
-        <version>2.0.0-M8</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-jpa-webapp-tests</artifactId>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index c53698c..04705f7 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
-        <version>2.0.0-M8</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-jpa-webapp</artifactId>


[isis-app-simpleapp] 03/04: - updates to 2.0.0-M8 (jpa)

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M8-RC3-jpa
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit 788e7af233df13b58b26f39ff4345e67151b1980
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Oct 2 07:55:59 2022 +0100

     - updates to 2.0.0-M8 (jpa)
---
 module-simple-tests/pom.xml | 2 +-
 module-simple/pom.xml       | 2 +-
 pom.xml                     | 4 ++--
 webapp-tests/pom.xml        | 2 +-
 webapp/pom.xml              | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml
index 3ec4c63..b5d6c6c 100644
--- a/module-simple-tests/pom.xml
+++ b/module-simple-tests/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
     </parent>
 
     <artifactId>simpleapp-jpa-module-simple-tests</artifactId>
diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index 8160be8..9ec1348 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
     </parent>
 
     <artifactId>simpleapp-jpa-module-simple</artifactId>
diff --git a/pom.xml b/pom.xml
index 1e28a6f..eea07d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
         <relativePath/>
     </parent>
 
     <groupId>org.apache.isis.starters</groupId>
     <artifactId>simpleapp-jpa</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-M8</version>
 
     <name>SimpleApp (JPA) - Parent</name>
 
diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml
index f717f29..f8c69e2 100644
--- a/webapp-tests/pom.xml
+++ b/webapp-tests/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
     </parent>
 
     <artifactId>simpleapp-jpa-webapp-tests</artifactId>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 04705f7..c53698c 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
     </parent>
 
     <artifactId>simpleapp-jpa-webapp</artifactId>


[isis-app-simpleapp] 04/04: ISIS-2965: updates layout.xml for new actions of command log, execution log, audit trail

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M8-RC3-jpa
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit b0bc607422cae7408768f82cc7995554ba42e924
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Oct 2 08:05:15 2022 +0100

    ISIS-2965: updates layout.xml for new actions of command log, execution log, audit trail
---
 webapp/src/main/resources/menubars.layout.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/webapp/src/main/resources/menubars.layout.xml b/webapp/src/main/resources/menubars.layout.xml
index 3d38f6d..313e294 100644
--- a/webapp/src/main/resources/menubars.layout.xml
+++ b/webapp/src/main/resources/menubars.layout.xml
@@ -81,13 +81,14 @@
             <mb3:section>
                 <mb3:named>Execution Log</mb3:named>
                 <mb3:serviceAction id="findMostRecent" objectType="isis.ext.executionLog.ExecutionLogMenu"/>
+                <mb3:serviceAction id="findExecutions" objectType="isis.ext.executionLog.ExecutionLogMenu"/>
                 <mb3:serviceAction id="findAll" objectType="isis.ext.executionLog.ExecutionLogMenu"/>
             </mb3:section>
             <mb3:section>
                 <mb3:named>Audit Trail</mb3:named>
-                <mb3:serviceAction id="findMostRecent" objectType="isis.ext.audittrail.AuditTrailMenu"/>
-                <mb3:serviceAction id="findAuditEntries" objectType="isis.ext.audittrail.AuditTrailMenu"/>
-                <mb3:serviceAction id="findAll" objectType="isis.ext.audittrail.AuditTrailMenu"/>
+                <mb3:serviceAction id="findMostRecent" objectType="isis.ext.auditTrail.AuditTrailMenu"/>
+                <mb3:serviceAction id="findAuditEntries" objectType="isis.ext.auditTrail.AuditTrailMenu"/>
+                <mb3:serviceAction id="findAll" objectType="isis.ext.auditTrail.AuditTrailMenu"/>
             </mb3:section>
             <mb3:section>
                 <mb3:named>Execution Outbox</mb3:named>


[isis-app-simpleapp] 02/04: Merge branch 'release-2.0.0-M8-RC2-jpa' into jpa-SNAPSHOT

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M8-RC3-jpa
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit 48a8aeaedc9d5c54479d74f8a957acd61d1d079b
Merge: c3264c1 581cea1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Oct 2 07:49:55 2022 +0100

    Merge branch 'release-2.0.0-M8-RC2-jpa' into jpa-SNAPSHOT

 webapp/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)