-
Notifications
You must be signed in to change notification settings - Fork 9
feat: Add Flipt provider gem with basic implementation #51
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
Conversation
beeme1mr
left a comment
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.
Looks like a good start! Thanks for the PR.
|
@falghi please sign off your previous commits when you have a moment. It's a requirement from the CNCF. |
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com>
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com>
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com>
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com>
64289af to
503ce10
Compare
|
@beeme1mr Done! Signed all my commits ✅ |
maxveldink
left a comment
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.
No blockers from me; this looks like a great addition 👏🏻
providers/openfeature-flipt-provider/lib/openfeature/flipt/provider.rb
Outdated
Show resolved
Hide resolved
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com>
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com>
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com>
|
Hi @falghi , I'll merge this pr and release the Gem on Monday. Thanks! |
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com>
maxveldink
left a comment
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.
![]()
|
Greetings @falghi, I was hoping to release the Flipt provider today but the tests are failing because the https://github.com/open-feature/ruby-sdk-contrib/actions/runs/14451275710/job/40524345993?pr=54 By the way, would you be interested in joining the OpenFeature org? It's the first step in our contributing ladder and would make it easy to collaborate on GitHub. |
|
@beeme1mr
That would be interesting. I'd love to join |
🤖 I have created a release *beep* *boop* --- ## [0.0.2](openfeature-flipt-provider-v0.0.1...openfeature-flipt-provider/v0.0.2) (2025-04-15) ### 🐛 Bug Fixes * Update Gemfile.lock on flipt provider ([#55](#55)) ([fd79d7b](fd79d7b)) ### ✨ New Features * Add Flipt provider gem with basic implementation ([#51](#51)) ([8e0ae7c](8e0ae7c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com> Co-authored-by: Firdaus Al Ghifari <34407426+falghi@users.noreply.github.com>
Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com> Signed-off-by: wadii <wadii.zaim@flagsmith.com>
🤖 I have created a release *beep* *boop* --- ## [0.0.2](open-feature/ruby-sdk-contrib@openfeature-flipt-provider-v0.0.1...openfeature-flipt-provider/v0.0.2) (2025-04-15) ### 🐛 Bug Fixes * Update Gemfile.lock on flipt provider ([open-feature#55](open-feature#55)) ([fd79d7b](open-feature@fd79d7b)) ### ✨ New Features * Add Flipt provider gem with basic implementation ([open-feature#51](open-feature#51)) ([8e0ae7c](open-feature@8e0ae7c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Firdaus Al Ghifari <firdaus.alghifari@gmail.com> Co-authored-by: Firdaus Al Ghifari <34407426+falghi@users.noreply.github.com> Signed-off-by: wadii <wadii.zaim@flagsmith.com>
This PR
Some references:
Follow-up Tasks
How to test