-
Notifications
You must be signed in to change notification settings - Fork 37
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: OFREP web provider #776
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
thomaspoignant
force-pushed
the
ofrep-web-provider-poc
branch
from
March 18, 2024 13:09
88c2675
to
9ec4dca
Compare
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
thomaspoignant
force-pushed
the
ofrep-web-provider-poc
branch
from
March 25, 2024 17:28
ccd8982
to
75f7547
Compare
thomaspoignant
force-pushed
the
ofrep-web-provider-poc
branch
from
March 25, 2024 17:32
72de523
to
bb249bc
Compare
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
beeme1mr
reviewed
Mar 29, 2024
libs/providers/ofrep-web/src/lib/model/ofrep-web-provider-options.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
thomaspoignant
requested review from
beeme1mr,
Kavindu-Dodan,
lukas-reining and
toddbaert
April 4, 2024 17:16
thomaspoignant
force-pushed
the
ofrep-web-provider-poc
branch
2 times, most recently
from
April 4, 2024 19:44
48688f1
to
55262de
Compare
lukas-reining
approved these changes
Apr 4, 2024
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 found one nit, otherwise this looks great!
Really looking forward! :)
thomaspoignant
force-pushed
the
ofrep-web-provider-poc
branch
from
April 4, 2024 19:45
55262de
to
2f92219
Compare
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
thomaspoignant
force-pushed
the
ofrep-web-provider-poc
branch
from
April 4, 2024 20:04
1079d28
to
c3c9076
Compare
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
beeme1mr
approved these changes
Apr 5, 2024
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
thomaspoignant
force-pushed
the
ofrep-web-provider-poc
branch
from
April 5, 2024 13:39
beda447
to
9da3a6d
Compare
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Should we try and release today? |
That would be awesome. |
This was referenced Apr 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a long-running PR for the OFREP-web provider, the goal is to use this to use this PR to test the implementation of the OpenFeature Remote Evaluation Protocol to understand the limit of the protocol.
Check
open-feature/protocol
to know more about it.