feature-flags
Here are 359 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Ruby
And, ideally, a configurable list of annotations denoting generated source or AST structures.
See #105 for the kind of issue this seeks to avoid, and the limitations of this fix.
-
Updated
Nov 26, 2020 - Go
As we are constantly upgrading Flagr server, the client SDKs may experience unexpected changes from the server side. The integration tests should better include these SDKs instead of just simple CURL tests.
Specifically, we want to cover
-
Updated
Jan 10, 2020 - PHP
-
Updated
Apr 14, 2020 - C#
-
Updated
Nov 22, 2020 - Elixir
-
Updated
Nov 25, 2020 - Ruby
-
Updated
Nov 24, 2020 - JavaScript
Right now, when you archive a key, you can only see it if you manually search for it.
This can cause some key name conflict issues, or issues when trying to create a folder with the same name as an archived (bu not yet deleted key).
It would be ideal for there to be a way to see all archived keys at once, without the need to search for them in the search bar.
-
Updated
Sep 27, 2019 - C#
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Oct 25, 2019
I've created a provisioning script and a client wrapper for the Bullet Train API which throws an exception when attempting to parse the response from /api/v1/users/init/ as it seems to only return a text body of, "ADMIN USER CREATED".
Ideally, when the Accept header is set to application/json, the API could return either a 201 Created response with no body or the same message as a JSON
-
Updated
Oct 9, 2020 - PHP
-
Updated
Mar 14, 2020 - Ruby
-
Updated
Oct 29, 2020 - PHP
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 20, 2020 - TypeScript
-
Updated
Nov 26, 2020 - Swift
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
May 1, 2017 - Elixir
-
Updated
Jun 29, 2020 - Kotlin
-
Updated
Oct 27, 2020 - Go
-
Updated
Nov 13, 2020 - JavaScript
Improve this page
Add a description, image, and links to the feature-flags topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feature-flags topic, visit your repo's landing page and select "manage topics."
First of all: thanks for working on this project and making it accessible to us!
Context
We are starting the unleash server in the same process as our backend server, using
unleash.start().When we receive a SIGINT or SIGTERm, we want to shutdown cleanly so that node exits on it's own because of an empty event loop.
What we tried
Our current attempt to do this boils down t