-
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: Add ConfigCat provider #521
Conversation
Signed-off-by: liran2000 <[email protected]>
Signed-off-by: liran2000 <[email protected]>
Signed-off-by: liran2000 <[email protected]>
Signed-off-by: liran2000 <[email protected]>
Signed-off-by: liran2000 <[email protected]>
Signed-off-by: liran2000 <[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.
Thank you very much for your efforts! Awesome to see how easy it is to integrate our SDK with OpenFeature.
...igcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProviderConfig.java
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Outdated
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Outdated
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Show resolved
Hide resolved
Signed-off-by: liran2000 <[email protected]>
...nfigcat/src/test/java/dev/openfeature/contrib/providers/configcat/ConfigCatProviderTest.java
Outdated
Show resolved
Hide resolved
...nfigcat/src/test/java/dev/openfeature/contrib/providers/configcat/ConfigCatProviderTest.java
Show resolved
Hide resolved
...nfigcat/src/test/java/dev/openfeature/contrib/providers/configcat/ConfigCatProviderTest.java
Show resolved
Hide resolved
...nfigcat/src/test/java/dev/openfeature/contrib/providers/configcat/ConfigCatProviderTest.java
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Outdated
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Outdated
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Outdated
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Outdated
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Show resolved
Hide resolved
- enrich tests Signed-off-by: liran2000 <[email protected]>
...nfigcat/src/test/java/dev/openfeature/contrib/providers/configcat/ConfigCatProviderTest.java
Show resolved
Hide resolved
...nfigcat/src/test/java/dev/openfeature/contrib/providers/configcat/ConfigCatProviderTest.java
Outdated
Show resolved
Hide resolved
...nfigcat/src/test/java/dev/openfeature/contrib/providers/configcat/ConfigCatProviderTest.java
Show resolved
Hide resolved
Signed-off-by: liran2000 <[email protected]>
Signed-off-by: liran2000 <[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.
Thanks for the contribution!
Signed-off-by: liran2000 <[email protected]>
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.java
Show resolved
Hide resolved
...s/configcat/src/main/java/dev/openfeature/contrib/providers/configcat/ConfigCatProvider.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.
Approving, but I left a few comments. I think my only real concern is this, which I would recommend changing.
Signed-off-by: liran2000 <[email protected]>
Updated according to the comments. |
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.
As always, thanks to @liran2000. Also @laliconfigcat and @novalisdenahi for the review!
…t to ca6063f (open-feature#521) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@z4kn4fein @laliconfigcat @novalisdenahi can review from ConfigCat point of view.
Readme describes the provider.