Skip to content
Success

Changes

Summary

  1. Added a PACKAGE filter criterion (commit: bddd280) (details)
  2. Added a test with - and _ in resource name (commit: f824457) (details)
  3. Fixed typo in ANTLR token name (commit: c769a42) (details)
Commit bddd280e417a418a2e9098bb1b933c2917b8a8b1 by Thomas Calmant
Added a PACKAGE filter criterion

Allows to filter on the model package URI

Signed-off-by: Thomas Calmant <thomas.calmant@gmail.com>
(commit: bddd280)
The file was modified northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/NotificationSnapshot.java (diff)
The file was modified core/api/src/main/java/org/eclipse/sensinact/core/snapshot/ProviderSnapshot.java (diff)
The file was modified core/impl/src/main/java/org/eclipse/sensinact/core/twin/impl/SensinactDigitalTwinImpl.java (diff)
The file was modified northbound/filters/ldap/src/main/java/org/eclipse/sensinact/northbound/filters/ldap/antlr/impl/FilterVisitor.java (diff)
The file was modified northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java (diff)
The file was modified core/impl/src/main/java/org/eclipse/sensinact/core/impl/snapshot/ProviderSnapshotImpl.java (diff)
The file was modified northbound/filters/ldap/src/main/antlr4/org/eclipse/sensinact/northbound/filters/ldap/antlr/LdapFilterParser.g4 (diff)
The file was modified northbound/filters/ldap/src/test/java/org/eclipse/sensinact/northbound/filters/ldap/LdapParserTest.java (diff)
The file was addednorthbound/filters/ldap/src/main/java/org/eclipse/sensinact/northbound/filters/ldap/antlr/impl/CriterionProviderPackageUri.java
The file was modified northbound/filters/ldap/src/main/antlr4/org/eclipse/sensinact/northbound/filters/ldap/antlr/LdapFilterLexer.g4 (diff)
The file was modified northbound/filters/ldap/src/main/java/org/eclipse/sensinact/northbound/filters/ldap/antlr/impl/AbstractProviderCriterion.java (diff)
Commit f824457acb192f2942becefd55fa09c84191211c by Thomas Calmant
Added a test with - and _ in resource name

Signed-off-by: Thomas Calmant <thomas.calmant@gmail.com>
(commit: f824457)
The file was modified northbound/filters/ldap/src/test/java/org/eclipse/sensinact/northbound/filters/ldap/integration/LdapFilterTest.java (diff)
Commit c769a427926cd9eb4a906de01bfa8369d67f8d01 by Thomas Calmant
Fixed typo in ANTLR token name

Signed-off-by: Thomas Calmant <thomas.calmant@gmail.com>
(commit: c769a42)
The file was modified northbound/filters/ldap/src/main/antlr4/org/eclipse/sensinact/northbound/filters/ldap/antlr/LdapFilterParser.g4 (diff)
The file was modified northbound/filters/ldap/src/main/antlr4/org/eclipse/sensinact/northbound/filters/ldap/antlr/LdapFilterLexer.g4 (diff)