-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: $flagd.timestamp
added to in-process evaluator
#512
Conversation
DBlanchard88
commented
Oct 21, 2023
- added the ability to use $flagd.timestamp
- added testing to verify implementation of timestamp
fef63d9
to
6de214b
Compare
$flagd.timestamp
added to in-process evaluator
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Outdated
Show resolved
Hide resolved
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Outdated
Show resolved
Hide resolved
...st/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/OperatorTest.java
Outdated
Show resolved
Hide resolved
...st/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/OperatorTest.java
Outdated
Show resolved
Hide resolved
...st/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/OperatorTest.java
Outdated
Show resolved
Hide resolved
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Outdated
Show resolved
Hide resolved
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.
This is awesome! Thank you! And thanks for adding the solid test. I left a bunch of small nits and style feedback, but this is my only blocker for approval.
4474b83
to
5381741
Compare
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Outdated
Show resolved
Hide resolved
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Outdated
Show resolved
Hide resolved
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Outdated
Show resolved
Hide resolved
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Outdated
Show resolved
Hide resolved
c646eaa
to
c8f1384
Compare
97fd279
to
b0092e1
Compare
Signed-off-by: DBlanchard88 <[email protected]>
b0092e1
to
8380b5e
Compare
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.
Approved with minor nits.
…s/flagd/resolver/process/targeting/OperatorTest.java Co-authored-by: Todd Baert <[email protected]> Signed-off-by: David Blanchard <[email protected]>
…s/flagd/resolver/process/targeting/OperatorTest.java Co-authored-by: Todd Baert <[email protected]> Signed-off-by: David Blanchard <[email protected]>
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Show resolved
Hide resolved
...c/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Operator.java
Outdated
Show resolved
Hide resolved
Signed-off-by: DBlanchard88 <[email protected]>
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.
Please fix the merge issue in the workflow ci.yml.
Signed-off-by: DBlanchard88 <[email protected]>
...st/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/OperatorTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: DBlanchard88 <[email protected]>
Signed-off-by: DBlanchard88 <[email protected]>