This is an automated email from the ASF dual-hosted git repository.
taybou pushed a change to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from ccf142f UNOMI-429 Move CI from Jenkins to GitHub actions (#249)
new d1cb588 UNOMI-431 Add initial proposal for PR template (#250)
new d00b3bf UNOMI-419 - on segment creation, validate segment condition
and logging errors (#238)
new 42990e2 update segments with its own bulk request, and use retry for
failures (#237)
The 3 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:
.github/pull_request_template.md | 32 ++++
.../main/resources/etc/custom.system.properties | 8 +
.../ElasticSearchPersistenceServiceImpl.java | 14 ++
.../resources/OSGI-INF/blueprint/blueprint.xml | 2 +
.../org.apache.unomi.persistence.elasticsearch.cfg | 3 +-
.../unomi/persistence/spi/PersistenceService.java | 20 ++
services/pom.xml | 6 +
.../services/impl/segments/SegmentServiceImpl.java | 203 +++++++++++++--------
.../resources/OSGI-INF/blueprint/blueprint.xml | 9 +
.../main/resources/org.apache.unomi.services.cfg | 12 ++
10 files changed, 230 insertions(+), 79 deletions(-)
create mode 100644 .github/pull_request_template.md