-
Notifications
You must be signed in to change notification settings - Fork 33
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(server): add in memory provider #585
feat(server): add in memory provider #585
Conversation
Signed-off-by: Luiz Ribeiro <[email protected]>
Hey @luizgribeiro I think the only thing we need here is the provider code. You can remove the There's also a couple lint errors, and some imports are broken (you will need to use relative imports for the stuff from the server package, or import from Lastly - a question - is this actually a breaking change? I don't think so 🤔 |
Signed-off-by: Todd Baert <[email protected]>
packages/server/src/provider/in-memory-provider/flag-configuration.ts
Outdated
Show resolved
Hide resolved
packages/server/src/provider/in-memory-provider/in-memory-provider.ts
Outdated
Show resolved
Hide resolved
packages/server/src/provider/in-memory-provider/in-memory-provider.ts
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 the overal completeness of the implementation. Please check language specific reviews prior to merging.
…ider.ts Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Todd Baert <[email protected]>
Signed-off-by: Luiz Ribeiro <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
packages/server/src/provider/in-memory-provider/in-memory-provider.ts
Outdated
Show resolved
Hide resolved
…ider.ts Signed-off-by: Todd Baert <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [1.6.0](js-sdk-v1.5.0...js-sdk-v1.6.0) (2023-10-11) ### Features * **server:** add in memory provider ([#585](#585)) ([5e044ef](5e044ef)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR
Implements the following features for
inMemoryProvider
:Related Issues
It's part of #565
Follow-up Tasks
How to test
Unit tests were also implemented to assure that it is working