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

asf-gitbox-commits pushed a change to branch 
simplify-request-id-validation-patterns
in repository https://gitbox.apache.org/repos/asf/unomi.git


 discard ee351c08c Cover identifier validation with an integration test
 discard c7f561331 Simplify identifier validation patterns to a single 
character class
     add 27416cfc2 UNOMI-976: Restrict Groovy action upload to system 
administrators
     new 595fcb52e UNOMI-977: Restrict router import/export configuration to 
system administrators
     new c8605a648 Combine the profile scope with client event filters instead 
of replacing it
     new 231aebcae Cover profile event-scope with an integration test
     new d9b518ea2 Bound regular-expression evaluation in the matchesRegex 
operator
     new 7ec8eed1f Cover caller-supplied condition patterns with an integration 
test
     new 33836927c Simplify identifier validation patterns to a single 
character class
     new 203222d69 Cover identifier validation with an integration test

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   (ee351c08c)
            \
             N -- N -- N   refs/heads/simplify-request-id-validation-patterns 
(203222d69)

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.

The 7 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:
 .../karaf-kar/src/main/feature/feature.xml         |   2 +
 extensions/groovy-actions/rest/pom.xml             |  10 ++
 .../groovy/actions/rest/GroovyActionsEndPoint.java |   5 +
 .../rest/GroovyActionsEndPointRoleTest.java}       |  28 ++---
 .../services/impl/GroovyActionsServiceImpl.java    |  23 +++-
 .../impl/GroovyActionsServiceImplTest.java         |  49 ++++++++
 ...Action.groovy => fieldInitializerAction.groovy} |  22 ++--
 .../src/main/feature/feature.xml                   |   2 +
 extensions/router/router-rest/pom.xml              |  10 ++
 .../rest/ExportConfigurationServiceEndPoint.java   |   3 +
 .../rest/ImportConfigurationServiceEndPoint.java   |   3 +
 .../rest/RouterConfigurationEndPointRoleTest.java  |  44 +++++++
 .../ProfileAllEventsConnectionDataFetcher.java     |  11 +-
 .../test/java/org/apache/unomi/itests/AllITs.java  |   4 +
 ...rnSafetyIT.java => ConditionRegexSafetyIT.java} |  50 ++++----
 .../apache/unomi/itests/CorePersistenceITs.java    |   2 +
 .../GroovyActionsEndpointRoleSecurityIT.java       | 113 +++++++++++++++++
 .../unomi/itests/RouterEndpointRoleSecurityIT.java | 136 +++++++++++++++++++++
 .../graphql/GraphQLProfileEventsScopeIT.java       |  78 ++++++++++++
 .../graphql/security/profile-events-scope.json     |   8 ++
 .../conditions/PropertyConditionEvaluator.java     |  98 ++++++++++++++-
 .../conditions/PropertyConditionEvaluatorTest.java |  41 +++++++
 22 files changed, 685 insertions(+), 57 deletions(-)
 copy 
extensions/{json-schema/services/src/main/java/org/apache/unomi/schema/api/ValidationException.java
 => 
groovy-actions/rest/src/test/java/org/apache/unomi/groovy/actions/rest/GroovyActionsEndPointRoleTest.java}
 (51%)
 copy 
extensions/groovy-actions/services/src/test/resources/META-INF/cxs/actions/{testSaveAction.groovy
 => fieldInitializerAction.groovy} (64%)
 create mode 100644 
extensions/router/router-rest/src/test/java/org/apache/unomi/router/rest/RouterConfigurationEndPointRoleTest.java
 copy 
itests/src/test/java/org/apache/unomi/itests/{SchemaIdPatternSafetyIT.java => 
ConditionRegexSafetyIT.java} (63%)
 create mode 100644 
itests/src/test/java/org/apache/unomi/itests/GroovyActionsEndpointRoleSecurityIT.java
 create mode 100644 
itests/src/test/java/org/apache/unomi/itests/RouterEndpointRoleSecurityIT.java
 create mode 100644 
itests/src/test/java/org/apache/unomi/itests/graphql/GraphQLProfileEventsScopeIT.java
 create mode 100644 
itests/src/test/resources/graphql/security/profile-events-scope.json

Reply via email to