This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch ISIS-3110
in repository https://gitbox.apache.org/repos/asf/isis.git
discard dc58da93fd ISIS-3110: polishing
discard 75518c7907 ISIS-3110: extends demo to reference new modules
discard 2010ddb753 ISIS-3110: don't log queries in the command log
discard 8464d7a2bc ISIS-3110: removes circular dependency
discard 872adf79da ISIS-3110: removes circular dependency
discard 5ed3321d04 ISIS-3110: moves the subscriber for
EntityTrackerChangeDefault...
discard be76012fba ISIS-3110: fixes up integ test issues
discard 62aebee91b ISIS-3110: fixes up compile issues resulting from deletion
of unneeded superclass
discard 8aaca881e3 ISIS-3110: cleans up import
discard 776c7465b1 ISIS-3110: fixes integ test
discard 8a48540269 ISIS-3110: fixes JDO aud trail integ test
discard 9d51d073c8 ISIS-3110: reworks JPA and JDO auditing
(EntityPropertyChange)
discard 15d4901117 ISIS-3110: factors out persistence-commons
discard 1071e5ef49 ISIS-3110: introduces EntityChangeTrackerJpa, mirroring JDO
impl, but leveraging the PropertyChangeRecords already provided to us
discard a0c90c4761 ISIS-2965: small improvements to build.sh
add e79b979e43 ISIS-3109: polishes zoned/offset temporal badge rendering
add 88c853422a ISIS-3111: Demo: use "pretty-render" value-semantics for
ChangesDto
add f3a6341acb ISIS-3112: fixes potential NPE in
MarkupPanelFactories.StandaloneAbstract<T>
new 391846efa5 ISIS-2965: small improvements to build.sh
new 44c2c0cbb1 ISIS-3110: introduces EntityChangeTrackerJpa, mirroring JDO
impl, but leveraging the PropertyChangeRecords already provided to us
new 46ca5d4ef3 ISIS-3110: factors out persistence-commons
new 2f38c04d16 ISIS-3110: reworks JPA and JDO auditing
(EntityPropertyChange)
new 5a3af10462 ISIS-3110: fixes JDO aud trail integ test
new 9d378e12e2 ISIS-3110: fixes integ test
new 74f8435f7c ISIS-3110: cleans up import
new 45c718d0fd ISIS-3110: fixes up compile issues resulting from deletion
of unneeded superclass
new 9ab261e757 ISIS-3110: fixes up integ test issues
new 0dfc3b6a03 ISIS-3110: moves the subscriber for
EntityTrackerChangeDefault...
new 59a3986bee ISIS-3110: removes circular dependency
new ad83150733 ISIS-3110: removes circular dependency
new a77f798636 ISIS-3110: don't log queries in the command log
new 9a41bd9c20 ISIS-3110: extends demo to reference new modules
new 4842471683 ISIS-3110: polishing
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 (dc58da93fd)
\
N -- N -- N refs/heads/ISIS-3110 (4842471683)
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 15 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:
.../isis/commons/internal/base/_Temporals.java | 33 +++++++++++++
.../temporal/TemporalValueSemanticsProvider.java | 55 +++++++++++++++-------
.../demoapp/dom/domain/_changes/ChangesVm.java | 2 +
.../ExposeCapturedChanges_recentChanges.java | 5 ++
...shingVm_publishingEnabledAnnotatedEntities.java | 3 ++
.../ChangesDtoValueSemanticsPrettyRender.java | 1 +
.../CommandDtoValueSemanticsPrettyRender.java | 1 +
.../InteractionDtoValueSemanticsPrettyRender.java | 1 +
.../scalars/markup/MarkupPanelFactories.java | 6 ++-
.../bootstrap/css/bootstrap-overrides-all-v2.css | 4 +-
10 files changed, 92 insertions(+), 19 deletions(-)