-
Notifications
You must be signed in to change notification settings - Fork 27
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: Introduce flipt provider for dotnet #285
feat: Introduce flipt provider for dotnet #285
Conversation
a116bd7
to
76d160e
Compare
Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
…dded handling of http exceptions thrown by flipt client Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
…per serialization to Dict<string, string> Signed-off-by: Andrei de la Cruz <[email protected]>
…JSON settings Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
…oleans Signed-off-by: Andrei de la Cruz <[email protected]>
…riant types Signed-off-by: Andrei de la Cruz <[email protected]>
722be51
to
10b1d86
Compare
Signed-off-by: Andrei de la Cruz <[email protected]>
478ac9b
to
d8d382d
Compare
…spec Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
…time, kept openapi.yaml in the solution Signed-off-by: Andrei de la Cruz <[email protected]>
…nternal Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
b4d0564
to
05944bf
Compare
Signed-off-by: Andrei de la Cruz <[email protected]>
Thanks again @jeandreidc !! Looks great! cc @toddbaert |
src/OpenFeature.Contrib.Providers.Flagsmith/OpenFeature.Contrib.Providers.Flagsmith.csproj
Outdated
Show resolved
Hide resolved
Signed-off-by: Andrei de la Cruz <[email protected]>
…rl command from build events Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
Signed-off-by: Andrei de la Cruz <[email protected]>
@beeme1mr @toddbaert is there anything else blocking this from merge? Thanks again @jeandreidc !! |
Approved, but there's an issue with the build. Feel free to ping me so I can retrigger CI once the issue has been addressed. |
Signed-off-by: Andrei de la Cruz <[email protected]>
Fixed the build issue please re-run the workflows, TIA! @beeme1mr |
Hello @beeme1mr was it merged by mistake? I was waiting for the build pipeline to pass |
Yes, I thought the tests passed but apparently they hadn't started. |
@jeandreidc sorry about that. We're going to revert the merge. Could you please open a new PR referencing this one? |
Flipt.io provider for dotnet
Initial version of flipt.io provider for dotnet.
Related Issues
None
Notes
Follow-up Tasks
FliptProvider.cs
class