Skip to content
#

feature-flags

Here are 359 public repositories matching this topic...

0x203
0x203 commented Mar 6, 2020

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

zhouzhuojie
zhouzhuojie commented Mar 20, 2019

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

lucas-rudd
lucas-rudd commented Feb 18, 2020

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.

andrewshawcare
andrewshawcare commented Sep 23, 2020

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

Improve this page

Add a description, image, and links to the feature-flags topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.