This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-139-878-integration-tests
in repository https://gitbox.apache.org/repos/asf/unomi.git
omit 95c656c41 UNOMI-139: Run HealthCheckIT last in AllITs suite
omit ad077769b Revert "UNOMI-139: Fix TenantIT and EventsCollectorIT
integration failures"
omit efafbb728 UNOMI-139: Fix TenantIT and EventsCollectorIT integration
failures
omit e7d19c30d UNOMI-139 UNOMI-878: Platform integration tests
omit 78972917d UNOMI-880 UNOMI-878 UNOMI-139: Karaf dev shell commands
omit 3bc0172ce UNOMI-904: Add viewEvent.json fixture for
V2CompatibilityModeIT
omit e7e5610d3 UNOMI-904: V2 API compatibility mode
omit 1dea97a8b UNOMI-139/880/878/884: Multi-tenant platform core
omit c36e1fd28 UNOMI-139: EventCollectorResponse Jackson deserialization
omit ad262c1c4 UNOMI-880: Deduplicate recursion-limit warnings in
EventServiceImpl
omit 84a18f5bd UNOMI-139: Restore router Javadoc comments from UNOMI-888
(lost during rebase)
add 02ab3c670 UNOMI-139 UNOMI-880 UNOMI-878 UNOMI-884: Multi-tenant
platform core (#760)
add 348c683b9 UNOMI-139/880/878/884: Multi-tenant platform core
add f1f18ac80 UNOMI-904: V2 API compatibility mode
add 219abb750 UNOMI-904: Add viewEvent.json fixture for
V2CompatibilityModeIT
add 03481dd5a UNOMI-880 UNOMI-878 UNOMI-139: Karaf dev shell commands
add 11881d606 UNOMI-139 UNOMI-878: Platform integration tests
add 2c80870b3 UNOMI-139: Fix TenantIT and EventsCollectorIT integration
failures
add 1c21aec46 Revert "UNOMI-139: Fix TenantIT and EventsCollectorIT
integration failures"
add bc248eaeb UNOMI-139: Run HealthCheckIT last in AllITs suite
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 (95c656c41)
\
N -- N -- N refs/heads/UNOMI-139-878-integration-tests
(bc248eaeb)
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.
No new revisions were added by this update.
Summary of changes:
.../org/apache/unomi/api/ExecutionContext.java | 4 +-
.../apache/unomi/api/security/SecurityService.java | 2 +-
.../org/apache/unomi/api/tasks/ScheduledTask.java | 2 +
build.sh | 38 ++
.../auth/GraphQLServletSecurityValidator.java | 6 +-
itests/pom.xml | 6 +-
.../test/java/org/apache/unomi/itests/BaseIT.java | 50 +-
.../test/java/org/apache/unomi/itests/PatchIT.java | 22 +-
.../org/apache/unomi/itests/PollingUtilsTest.java | 558 +++++++++++++++++++++
.../cache/AbstractMultiTypeCachingService.java | 3 +-
.../services/common/security/AuditServiceImpl.java | 2 +-
.../security/ExecutionContextManagerImpl.java | 18 +-
.../common/security/KarafSecurityService.java | 7 +-
.../common/security/KarafSecurityServiceTest.java | 48 +-
.../impl/scheduler/SchedulerServiceImpl.java | 1 -
.../impl/scheduler/TaskExecutionManager.java | 6 +-
.../services/impl/scheduler/TaskStateManager.java | 3 +-
.../services/impl/tenants/TenantQuotaService.java | 3 +
...y => migrate-3.1.0-01-tenantDocumentIds.groovy} | 2 +-
.../migrate-3.1.0-10-tenantInitialization.groovy | 70 ++-
20 files changed, 789 insertions(+), 62 deletions(-)
create mode 100644
itests/src/test/java/org/apache/unomi/itests/PollingUtilsTest.java
rename
tools/shell-commands/src/main/resources/META-INF/cxs/migration/{migrate-3.1.0-00-tenantDocumentIds.groovy
=> migrate-3.1.0-01-tenantDocumentIds.groovy} (99%)