This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
discard cc1e5cd adds spring import from application module to visit module
discard bb28887 adds maven dependency from application module to visit module
discard 23b809f adds Spring import from visit module to petowner module
discard 588bb1d adds maven dependency from visit module to petowner module
new d4da7fd Adds 'visit' namespace to existing petowners security role.
new 403951d adds maven dependency from visit module to petowner module
new 8408ead adds Spring import from visit module to petowner module
new 6e6124e adds maven dependency from application module to visit module
new 9f42991 adds spring import from application module to visit module
new 4af2197 adds Visit entity
new cbbe411 adds Visit.layout.xml
new 6837302 adds Visit.columnOrder.txt
new 441439e adds Visit.png
new d8c64ec makes constructor public
new 7ea3c08 adds VisitRepository
new 51e2239 adds PetOwner_bookVisit mixin action, to allow visits to be
booked
new 4c97fb0 adds 'visits' mixin collection, to view visits of pets of a
pet owner.
new f7b0617 updates PetOwner's layout, indicating where to render the
'visits' coll.
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 (cc1e5cd)
\
N -- N -- N refs/heads/v2 (f7b0617)
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 14 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:
.../petowner/dom/petowner/PetOwner.layout.xml | 5 ++
.../visit/contributions/PetOwner_bookVisit.java | 63 +++++++++++++++
.../visit/contributions/PetOwner_visits.java | 35 +++++++++
.../modules/visit/dom/visit/Visit.columnOrder.txt | 4 +
.../domainapp/modules/visit/dom/visit/Visit.java | 85 +++++++++------------
.../modules/visit/dom/visit/Visit.layout.xml | 0
.../domainapp/modules/visit/dom/visit/Visit.png | Bin 0 -> 689 bytes
.../modules/visit/dom/visit/VisitRepository.java | 14 ++++
.../application/seed/CustomRolesAndUsers.java | 14 ++--
9 files changed, 164 insertions(+), 56 deletions(-)
create mode 100644
module-visit/src/main/java/domainapp/modules/visit/contributions/PetOwner_bookVisit.java
create mode 100644
module-visit/src/main/java/domainapp/modules/visit/contributions/PetOwner_visits.java
create mode 100644
module-visit/src/main/java/domainapp/modules/visit/dom/visit/Visit.columnOrder.txt
copy module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.java
=> module-visit/src/main/java/domainapp/modules/visit/dom/visit/Visit.java (54%)
copy
module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.layout.xml
=>
module-visit/src/main/java/domainapp/modules/visit/dom/visit/Visit.layout.xml
(100%)
create mode 100644
module-visit/src/main/java/domainapp/modules/visit/dom/visit/Visit.png
create mode 100644
module-visit/src/main/java/domainapp/modules/visit/dom/visit/VisitRepository.java