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

shuber pushed a change to branch draft-custom-items
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    from 5f67142  Change the identifier limit to 60 instead of 50
     add c6a7fa5  UNOMI-515: allow event to be evaluated by the 
sourceEventPropertyConditionEvaluator (#351)
     add eed0efd  Fix bug in migration (#354)
     add cc97d17  UNOMI-518 : allow to use custom parameters in rules with 
tracked cond… (#355)
     add ccfe54c  UNOMI-518 : improve tracked conditions parameter resolution 
(#356)
     add 505f554  UNOMI-510 : add new shared scheduler with a pool a threads 
that can be run task in parallel and use it on geonames import (#357)
     add ce0dd86  UNOMI-510 : fix typo in service config (#358)
     add f2ecdb7  UNOMI-486 JSON Schema integration (#353)
     new 8470b77  Merge branch 'master' into draft-custom-items

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:
 .../unomi/api/services/SchedulerService.java       |  8 +++
 .../geonames/services/GeonamesServiceImpl.java     |  4 +-
 .../test/java/org/apache/unomi/itests/BaseIT.java  |  2 +
 .../org/apache/unomi/itests/RuleServiceIT.java     | 50 ++++++++++++++
 .../test/resources/testClickEventCondition.json    | 31 ++++++---
 .../main/resources/etc/custom.system.properties    |  2 +
 .../SourceEventPropertyConditionEvaluator.java     | 16 ++++-
 .../services/impl/rules/RulesServiceImpl.java      | 78 ++++++++++++++++------
 .../impl/scheduler/SchedulerServiceImpl.java       | 14 ++++
 .../services/impl/schemas/SchemaRegistryImpl.java  | 33 +++------
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  5 +-
 .../main/resources/org.apache.unomi.services.cfg   |  5 +-
 .../unomi/shell/migration/impl/MigrationTo150.java |  6 +-
 13 files changed, 195 insertions(+), 59 deletions(-)
 copy 
plugins/baseplugin/src/main/resources/META-INF/cxs/conditions/formEventCondition.json
 => itests/src/test/resources/testClickEventCondition.json (64%)

Reply via email to