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

dgriffon pushed a change to branch add-config-for-debug-json-schema)
in repository https://gitbox.apache.org/repos/asf/unomi.git


    omit 23a0fe23c UNOMI-796 : Set json schema to debug using env variable
    omit 65671c838 UNOMI-788 : remove missing property warning
     add 9a771321a UNOMI-789: upgrade json schema validator to 1.0.86 (#639)
     add 12d5cbc9c UNOMI-787 : migrate view event page path property (#640)
     add 34ddcff37 UNOMI-790 : remove possibility to add attributes in event 
(#641)
     add ae0c110fa UNOMI-788 : remove missing property warning (#642)
     add f38196d9b UNOMI-792 : change error log to warn log (#643)
     new a771d8f7b UNOMI-796 : Set json schema to debug using env variable

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   (23a0fe23c)
            \
             N -- N -- N   refs/heads/add-config-for-debug-json-schema) 
(a771d8f7b)

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 1 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:
 extensions/json-schema/services/pom.xml            |   2 +-
 .../form/form.flattenedProperties.fields.json      |   3 +-
 .../events/form/form.flattenedProperties.json      |   3 +-
 .../cxs/schemas/events/form/form.source.json       |   3 +-
 .../modifyConsent/modifyConsent.properties.json    |   5 ++--
 .../cxs/schemas/events/video/video.target.json     |   3 +-
 .../events/video/video.target.properties.json      |   3 +-
 .../events/view/view.flattenProperties.json        |   5 ++--
 .../META-INF/cxs/schemas/events/view/view.json     |   2 +-
 .../cxs/schemas/events/view/view.properties.json   |   5 ++--
 .../schemas/items/URLParameters/URLParameters.json |   5 ++--
 .../cxs/schemas/items/consent/consent.json         |   3 +-
 .../cxs/schemas/items/consent/consentType.json     |   5 ++--
 .../cxs/schemas/items/interests/interests.json     |   5 ++--
 .../META-INF/cxs/schemas/items/page/page.json      |   5 ++--
 .../items/page/page.properties.attributes.json     |  13 ---------
 .../cxs/schemas/items/page/page.properties.json    |   6 ++--
 .../items/page/page.properties.pageInfo.json       |  15 ++++++++--
 .../META-INF/cxs/schemas/items/site/site.json      |   5 ++--
 .../web-tracker/wab/src/main/webapp/index.html     |   1 -
 .../unomi/graphql/schema/json/JSONTypeFactory.java |   8 ++++++
 .../java/org/apache/unomi/itests/JSONSchemaIT.java |  23 +++++++++++++++
 .../unomi/itests/migration/Migrate16xTo220IT.java  |  10 +++++++
 .../resources/migration/snapshots_repository.zip   | Bin 3886208 -> 3908941 
bytes
 itests/src/test/resources/schemas/event-view.json  |  32 +++++++++++++++++++++
 .../schemas/schema-dummy-properties-updated.json   |   3 +-
 .../resources/schemas/schema-dummy-properties.json |   3 +-
 ...ma-flattened-flattenedProperties-interests.json |   5 ++--
 .../schema-flattened-flattenedProperties.json      |   5 ++--
 .../schemas/schema-flattened-properties.json       |   3 +-
 .../src/main/asciidoc/jsonSchema/introduction.adoc |   1 -
 .../rest/service/impl/RestServiceUtilsImpl.java    |   2 +-
 ...y => migrate-2.4.0-15-viewEventPagePath.groovy} |  11 +++----
 .../2.4.0/base_update_by_query_request.json        |  27 +++++++++++++++++
 .../2.4.0/view_event_page_path_migrate.painless    |  10 +++----
 35 files changed, 176 insertions(+), 64 deletions(-)
 delete mode 100644 
extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/items/page/page.properties.attributes.json
 create mode 100644 itests/src/test/resources/schemas/event-view.json
 copy 
tools/shell-commands/src/main/resources/META-INF/cxs/migration/{migrate-2.0.0-10-profileReindex.groovy
 => migrate-2.4.0-15-viewEventPagePath.groovy} (65%)
 create mode 100644 
tools/shell-commands/src/main/resources/requestBody/2.4.0/base_update_by_query_request.json
 copy 
api/src/main/java/org/apache/unomi/api/exceptions/BadSegmentConditionException.java
 => 
tools/shell-commands/src/main/resources/requestBody/2.4.0/view_event_page_path_migrate.painless
 (67%)

Reply via email to