-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Monostable filters #950
Conversation
Seems to have failed since electroids repo is down |
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/modifier/QueryModifier.java
Outdated
Show resolved
Hide resolved
87a939d
to
3201926
Compare
Ive drafted changes based on the feedback. I have yet to test these changes, so don't merge them yet 🙃 |
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
Currently waiting for #964 |
ea834bc
to
810afbb
Compare
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
I've pushed the response to code review for initial review again, but the code is not yet tested on a server |
Ok code has been tested an the changes seem to work as expected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a couple small changes, otherwise lgtm
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
6eb8cd4
to
9c7734b
Compare
core/src/main/java/tc/oc/pgm/filters/dynamic/FilterMatchModule.java
Outdated
Show resolved
Hide resolved
9c7734b
to
e79c879
Compare
Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> format :( Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> Feedback changes Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> Changes from feedback and draft for PGMDev#964 Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> Move null check Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> finish initial implementation Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> javadoc changes Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> format Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> review feedback Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com> more review feedback Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com>
Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com>
e79c879
to
14c2f65
Compare
Signed-off-by: KingSimon <19822231+KingOfSquares@users.noreply.github.com>
14c2f65
to
0c6adfc
Compare
Allows for time period based filters.
This PR also makes the existing time filter dynamic.
I would like feedback on the design, old PGM used the filter definitions as
FeatureFactory
s to create theReactor
instances, but that is not ideal for this PGM because it does not use injection.Signed-off-by: KingSimon 19822231+KingOfSquares@users.noreply.github.com