This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from 741b42e UNOMI-391: provide SameSite=Lax configuration on profile id
cookie (#209)
new b5e0760 UNOMI-368 add propertyValueDouble to condition evaluator
(#185)
new 959f1d7 Fix errors in unit test
new 5ce711c Add Jenkins file
new 7c90772 update to karaf cellar 4.2.1 (#182)
new 1a70970 UNOMI-374 Merge profile without sessions (#193)
new e2389a3 feat(DATA_3381-merging-monthly-indices): remove
itemsMonthlyIndexed f… (#39) (#199)
new d9e4a71 Unomi - 387: Stop Unomi in case of an error which its cannot
recovery from (#186)
new bdbf7fb Add toDate and fromDate to pastEventCondition (#204)
new eba3e0d Upgrade to the latest NodeJS and Yarn version, hoping to fix
build issues on Apache CI
new bfafd2e Cleanup new security properties
new ccd455f Fix issues with integration tests
new 9a21996 Fix NPE in SetEventOccurenceCountAction
new 2f8d397 Add optimizations for past event queries (#208)
new 03da6d7 feat(geo location condition): add support for getting
location path f… (#61) (#210)
new 9d89baa UNOMI-379_support_addValues (#207)
new da8da1d Remove eslint & dependencies as it is not used.
new 4eccfb9 Add documentation to new security configuration parameters.
The 17 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:
Jenkinsfile | 181 ++++
Jenkinsfile-jdk11 | 181 ++++
extensions/web-tracker/javascript/package.json | 4 -
extensions/web-tracker/javascript/pom.xml | 4 +-
extensions/web-tracker/javascript/yarn.lock | 982 +++------------------
.../org/apache/unomi/itests/ConditionBuilder.java | 38 +-
.../apache/unomi/itests/ConditionEvaluatorIT.java | 18 +-
.../org/apache/unomi/itests/EventServiceIT.java | 85 ++
.../main/resources/etc/custom.system.properties | 32 +-
persistence-elasticsearch/core/pom.xml | 4 +-
.../ElasticSearchPersistenceServiceImpl.java | 179 +++-
.../resources/OSGI-INF/blueprint/blueprint.xml | 15 +-
.../org.apache.unomi.persistence.elasticsearch.cfg | 13 +
.../unomi/persistence/spi/PersistenceService.java | 12 +
.../unomi/persistence/spi/PropertyHelper.java | 46 +-
plugins/baseplugin/pom.xml | 6 +
.../actions/MergeProfilesOnPropertyAction.java | 39 +-
.../actions/SetEventOccurenceCountAction.java | 77 +-
...ationByPointSessionConditionESQueryBuilder.java | 9 +-
.../PastEventConditionESQueryBuilder.java | 98 +-
.../conditions/PastEventConditionEvaluator.java | 19 +
.../PropertyConditionESQueryBuilder.java | 6 +-
.../conditions/PropertyConditionEvaluator.java | 26 +-
.../geoLocationByPointSessionCondition.json | 5 +
.../cxs/conditions/pastEventCondition.json | 10 +
.../resources/OSGI-INF/blueprint/blueprint.xml | 2 +
pom.xml | 2 +-
.../services/impl/segments/SegmentServiceImpl.java | 92 +-
.../resources/OSGI-INF/blueprint/blueprint.xml | 2 +
29 files changed, 1175 insertions(+), 1012 deletions(-)
create mode 100644 Jenkinsfile
create mode 100644 Jenkinsfile-jdk11