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

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


    omit 02c57e27f6 ISIS-3091: fixes integ test for jdo auditing
    omit 8528fe699c ISIS-3091: fixes (?) mvn deps
    omit 8b22ffaabb ISIS-3091: fixes regression test cmdexecaudit for jpa, at 
least
    omit 4ba4a2a4bb ISIS-3091: fixes broken commandlog integ test
    omit 0dde80ec40 ISIS-3091: fixes jdo audit trail integ tests
    omit e06790e391 ISIS-3091: fleshes out jdo audit trail integ tests
    omit 19707036bd ISIS-3091: updates jpa integ test for audit trail so that 
now correctly disabled
    omit a4169d500d ISIS-3091: fixes first jdo integ test for audittrail, 
huzzah!
    omit ef90f99613 ISIS-3091: comments out audit trail test for now
    omit 09da6282aa ISIS-3091: fix compile error in regression test
    omit f0c16d25b4 ISIS-3091: fix compile error in regression test
    omit 2b25e3d8a3 ISIS-3091: more moves under 'extensions' subpackage; integ 
test compile issues
    omit fc90309221 ISIS-3091: fleshes out incomplete integ test
    omit 614033b1fd ISIS-3091: renames audittrail and sessionlog under 
'extensions' subpackage; fleshes out integ tests
    omit 8cd12ffe5b ISIS-3091: adds subscriber impl; more compile fixes
    omit feb4ee88df ISIS-3091: more compile fixes
    omit 03a920c652 ISIS-3091: more compile fixes
    omit 8d07f194e6 ISIS-3091: more compile fixes
    omit 2bffaf7f7f ISIS-3091: fixes compile issues (2)
    omit c827f3d4cb ISIS-3091: fixes compile issue
    omit 46d3215f2f ISIS-3091: completes jpa prod for audit trail, wip
    omit 17bb87ed2a ISIS-3091: wip on adding audit trail
     add a1f1d6dba5 ISIS-3085: purge tempus-dominus fa icon patch
     add e005b590a6 Bump maven-deploy-plugin from 2.8.2 to 3.0.0
     add 875a6031fb Merge pull request #1026 from 
apache/dependabot/maven/master/org.apache.maven.plugins-maven-deploy-plugin-3.0.0
     add 6a5a2d4dff ISIS-3002: post merge provisioning fix for command replay 
(Demo)
     add 5670b6bae5 ISIS-3085: adds Date/Time Picker Locale (language) support
     add c57b7f35d4 ISIS-3002: more post merge provisioning fixes for command 
replay
     add e5641c9d8c ISIS-3085: Demo: let user 'bob' have German locales 
(language, number/time-formats)
     add 293328ab96 ISIS-3085: adds logic for TO_LOCAL_TIMEZONE rendering mode
     add fb7049c15a ISIS-3085: removes deprecated RenderDay and 
Parameter-/PropertyLayout#renderDay
     add 47e453565c ISIS-3085: somewhat restore semantics for prev. commit
     add 273efa05fc ISIS-3085: introduces TimeZoneTranslationFacet
     add 213036fbe9 ISIS-3091: wip on adding audit trail
     add c5d40ce045 ISIS-3091: completes jpa prod for audit trail, wip
     add b7f0371f96 ISIS-3091: fixes compile issue
     add cbb31170b5 ISIS-3091: fixes compile issues (2)
     add bae19a7c4a ISIS-3091: more compile fixes
     add b8426639b3 ISIS-3091: more compile fixes
     add 72ed923088 ISIS-3091: more compile fixes
     add 43c8295a92 ISIS-3091: adds subscriber impl; more compile fixes
     add 167a291029 ISIS-3091: renames audittrail and sessionlog under 
'extensions' subpackage; fleshes out integ tests
     add 99fc731149 ISIS-3091: fleshes out incomplete integ test
     add 4c19948124 ISIS-3091: more moves under 'extensions' subpackage; integ 
test compile issues
     add a08c724200 ISIS-3091: fix compile error in regression test
     add 92b9618be9 ISIS-3091: fix compile error in regression test
     add 0ac12c83e4 ISIS-3091: comments out audit trail test for now
     add 58251534b1 ISIS-3091: fixes first jdo integ test for audittrail, 
huzzah!
     add 81e361182f ISIS-3091: updates jpa integ test for audit trail so that 
now correctly disabled
     add d28223b9bf ISIS-3091: fleshes out jdo audit trail integ tests
     add d17a367758 ISIS-3091: fixes jdo audit trail integ tests
     add bc5b92bf1d ISIS-3091: fixes broken commandlog integ test
     add 6a20a46f1f ISIS-3091: fixes regression test cmdexecaudit for jpa, at 
least
     add 8b9b4eb56c ISIS-3091: fixes (?) mvn deps
     add 24a1355920 ISIS-3091: fixes integ test for jdo auditing

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   (02c57e27f6)
            \
             N -- N -- N   refs/heads/ISIS-3091 (24a1355920)

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:
 .../applib/pages/index/annotation/RenderDay.adoc   |  41 -------
 .../isis/applib/annotation/ParameterLayout.java    |  32 -----
 .../isis/applib/annotation/PropertyLayout.java     |  32 -----
 .../{RenderDay.java => TimeZoneTranslation.java}   |  29 +++--
 .../isis/applib/annotation/ValueSemantics.java     |  12 ++
 .../isis/applib/mixins/security/HasUsername.java   |   4 +-
 .../applib/mixins/system/HasInteractionId.java     |   4 -
 .../applib/services/bookmark/BookmarkService.java  |   6 -
 .../isis/applib/services/bookmark/HasTarget.java   |   2 -
 .../publishing/log/EntityChangesLogger.java        |   3 -
 .../publishing/log/EntityPropertyChangeLogger.java |   2 -
 .../services/publishing/log/ExecutionLogger.java   |   2 -
 .../apache/isis/core/config/IsisConfiguration.java |  37 ++++--
 .../metamodel/context/HasMetaModelContext.java     |   7 ++
 .../command/CommandPublishingFacetAbstract.java    |   7 +-
 .../DomainObjectAnnotationFacetFactory.java        |   1 +
 ...ObjectLayoutAnnotationUsingCssClassUiEvent.java |   8 +-
 ...mainObjectLayoutAnnotationUsingIconUiEvent.java |   8 +-
 ...inObjectLayoutAnnotationUsingLayoutUiEvent.java |   8 +-
 ...ainObjectLayoutAnnotationUsingTitleUiEvent.java |   8 +-
 .../LogicalTypeFacetFromClassNameFactory.java      |   2 -
 ...ionFacet.java => TimeZoneTranslationFacet.java} |  16 +--
 ....java => TimeZoneTranslationFacetAbstract.java} |  30 ++---
 .../param/layout/ParameterLayoutFacetFactory.java  |   3 -
 ...dAdjustedFacetForParameterLayoutAnnotation.java |  58 ---------
 .../propertylayout/PropertyLayoutFacetFactory.java |   5 -
 ...edAdjustedFacetForPropertyLayoutAnnotation.java |  57 ---------
 ...nslationFacetFromValueSemanticsAnnotation.java} |  24 ++--
 .../ValueSemanticsAnnotationFacetFactory.java      |   4 +
 .../valuesemantics/temporal/BadgeRenderer.java     |  53 ++++-----
 .../temporal/TemporalValueSemanticsProvider.java   |  91 ++++++++++-----
 .../ValueSemanticsAnnotationFacetFactoryTest.java  |  38 +++++-
 .../PropertyLayoutRenderDayVm-description.adoc     |   3 +-
 .../renderDay/PropertyLayoutRenderDayVm.java       |  30 ++---
 ...m_mixinEndDateWithMetaAnnotationOverridden.java |   7 +-
 ...RenderDayVm_mixinEndDateWithPropertyLayout.java |   9 +-
 ..._updateEndDateWithMetaAnnotationOverridden.java |   9 +-
 ...nderDayVm_updateEndDateWithParameterLayout.java |  10 +-
 .../RenderDayMetaAnnotationEndDateExclusive.java   |   8 +-
 .../RenderDayMetaAnnotationStartDateInclusive.java |   7 +-
 .../secman/appuser/seed/AppUserSeeding.java        |  21 +++-
 .../javasqldate/holder/JavaSqlDateHolder3.java     |  14 +--
 .../holder/JavaSqlTimestampHolder3.java            |  15 ++-
 .../holder/JavaTimeLocalDateHolder3.java           |  14 +--
 .../holder/JavaTimeLocalDateTimeHolder3.java       |  14 +--
 .../holder/JavaTimeLocalTimeHolder3.java           |  14 +--
 .../holder/JavaTimeOffsetDateTimeHolder3.java      |  14 +--
 .../holder/JavaTimeOffsetTimeHolder3.java          |  14 +--
 .../holder/JavaTimeZonedDateTimeHolder3.java       |  14 +--
 .../javautildate/holder/JavaUtilDateHolder3.java   |  14 +--
 .../jodadatetime/holder/JodaDateTimeHolder3.java   |  14 +--
 .../jodalocaldate/holder/JodaLocalDateHolder3.java |  12 +-
 .../holder/JodaLocalDateTimeHolder3.java           |  15 ++-
 .../webapp/wicket/jdo/DemoAppWicketJdo.java        |   6 -
 .../webapp/wicket/jpa/DemoAppWicketJpa.java        |   8 --
 .../webapp/wicket/jpa/DemoAppWicketJpa.java        |   8 --
 .../HasUsername_recentCommandsByUser.java          |   4 +-
 .../contributions/Object_recentCommands.java       |   6 +-
 .../dom/mixins/CommandLogEntry_childCommands.java  |   4 +-
 .../mixins/CommandLogEntry_siblingCommands.java    |   6 +-
 .../jobcallables/ReplicateAndRunCommands.java      |   6 +-
 .../mixins/CommandLogEntry_replayQueue.java        |   5 +-
 pom.xml                                            |   2 +-
 .../ScalarPanelTextFieldWithTemporalPicker.java    |   5 +-
 .../scalars/datepicker/DateTimeConfig.java         | 122 +++++++++----------
 .../datepicker/TextFieldWithDateTimePicker.java    | 129 +++++++++++++--------
 .../datepicker/css/tempusdominus-fa-patch.css      |   4 -
 67 files changed, 539 insertions(+), 682 deletions(-)
 delete mode 100644 
antora/components/refguide-index/modules/applib/pages/index/annotation/RenderDay.adoc
 rename 
api/applib/src/main/java/org/apache/isis/applib/annotation/{RenderDay.java => 
TimeZoneTranslation.java} (55%)
 copy 
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/objectvalue/temporalformat/{TimeFormatPrecisionFacet.java
 => TimeZoneTranslationFacet.java} (69%)
 copy 
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/objectvalue/temporalformat/{TimeFormatPrecisionFacetAbstract.java
 => TimeZoneTranslationFacetAbstract.java} (67%)
 delete mode 100644 
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/param/layout/RenderedAdjustedFacetForParameterLayoutAnnotation.java
 delete mode 100644 
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/properties/propertylayout/RenderedAdjustedFacetForPropertyLayoutAnnotation.java
 copy 
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/value/semantics/{TimeFormatPrecisionFacetFromValueSemanticsAnnotation.java
 => TimeZoneTranslationFacetFromValueSemanticsAnnotation.java} (65%)
 copy 
viewers/restfulobjects/applib/src/main/java/org/apache/isis/viewer/restfulobjects/applib/user/UserResource.java
 => 
core/metamodel/src/main/java/org/apache/isis/core/metamodel/valuesemantics/temporal/BadgeRenderer.java
 (51%)
 delete mode 100644 
viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/datepicker/css/tempusdominus-fa-patch.css

Reply via email to