-
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: add flagsmith support to the playground #80
Merged
beeme1mr
merged 2 commits into
main
from
67-add-documentation-for-setting-up-the-flagsmith-provider-1
Oct 6, 2022
Merged
feat: add flagsmith support to the playground #80
beeme1mr
merged 2 commits into
main
from
67-add-documentation-for-setting-up-the-flagsmith-provider-1
Oct 6, 2022
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: Michael Beemer <beeme1mr@users.noreply.github.com>
toddbaert
reviewed
Oct 6, 2022
toddbaert
reviewed
Oct 6, 2022
toddbaert
approved these changes
Oct 6, 2022
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.
Approved, pending grammar fixes and probably removing a console.log.
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
beeme1mr
deleted the
67-add-documentation-for-setting-up-the-flagsmith-provider-1
branch
October 6, 2022 19:26
beeme1mr
pushed a commit
that referenced
this pull request
Oct 6, 2022
🤖 I have created a release *beep* *boop* --- ## [0.0.7](openfeature-v0.0.6...openfeature-v0.0.7) (2022-10-06) ### Features * add flagsmith support to the playground ([#80](#80)) ([ef85b84](ef85b84)) --- 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>
beeme1mr
pushed a commit
that referenced
this pull request
Oct 11, 2022
🤖 I have created a release *beep* *boop* --- ## [0.1.0](v0.0.12...v0.1.0) (2022-10-11) ### Features * add flagsmith support to the playground ([#80](#80)) ([ef85b84](ef85b84)) * add optional remote fib service ([#85](#85)) ([d5c9120](d5c9120)) * use image in docker compose ([#72](#72)) ([66c554e](66c554e)) ### Bug Fixes * add qemu ([f2991b7](f2991b7)) * address grammatical issues discovered in the tutorial ([#77](#77)) ([4834fcf](4834fcf)), closes [#74](#74) * bump ci step versions ([#92](#92)) ([23aaddf](23aaddf)) * container build process ([74f67b2](74f67b2)) * disable monorepo tags in release please ([3a64a68](3a64a68)) * disable QEMU ([#70](#70)) ([ecfcf84](ecfcf84)) * fix images ([eff82c3](eff82c3)) * remove component from tag ([febd5c0](febd5c0)) * remove unused asset option from the build target ([c940a3e](c940a3e)) * set default fib value to 45 ([1ec403a](1ec403a)) --- 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>
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 PR
Fixes #67
Signed-off-by: Michael Beemer beeme1mr@users.noreply.github.com