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 b60a799 Add documentation for filters and personalizations
new dfe3f40 v1.0.10
new fa00878 Unomi-336 fix past event count using custom timestamp (#160)
The 2 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/web-tracker/javascript/package.json | 2 +-
.../test/java/org/apache/unomi/itests/AllITs.java | 2 +-
.../test/java/org/apache/unomi/itests/BasicIT.java | 3 +-
.../org/apache/unomi/itests/ContextServletIT.java | 298 +++++++++++++++++++++
.../java/org/apache/unomi/itests/SecurityIT.java | 3 +-
.../java/org/apache/unomi/itests/TestUtils.java | 35 ++-
.../itests/UpdateEventFromContextServletIT.java | 165 ------------
.../actions/SetEventOccurenceCountAction.java | 21 +-
8 files changed, 354 insertions(+), 175 deletions(-)
create mode 100644
itests/src/test/java/org/apache/unomi/itests/ContextServletIT.java
delete mode 100644
itests/src/test/java/org/apache/unomi/itests/UpdateEventFromContextServletIT.java