Mark Phelps

Results 41 issues of Mark Phelps

This issue is to track/help define adding OAuth (and likely API Token) support in both Flipt backend and Flipt UI. This will allow users to login to Flipt via existing...

enhancement
ui
thinking

### Problem [cockroachDB](https://github.com/cockroachdb/cockroach) uses the same wire protocol as Postgres, so the application code _should_ not require any update to support it. ### Ideal Solution Describe the solution you'd like:...

enhancement
keep

**Is your feature request related to a problem? Please describe.** Currently there are no default or enforced limits for requests that return multiple objects in their response, such as ListFlags,...

enhancement
keep

**Is your feature request related to a problem? Please describe.** Enable Flipt to be daemonized per https://www.mikeperham.com/2014/09/22/dont-daemonize-your-daemons/ **Describe the solution you'd like** Sending Flipt a SIGHUP signal should reload the...

enhancement
keep

Sadly it is time to say goodbye to [logrus](https://github.com/sirupsen/logrus) as it has been put in maintenance mode by its creator. I'm thinking of moving the internal logger to something like...

chore

WIP Fixes: #576 Switches OpenTracing out for OpenTelemetry

keep

Upgrade Dockerfiles, build and all workflows to use go 1.18

good first issue
chore

**Is your feature request related to a problem? Please describe.** It's currently possible to do a flag rollout (enabling a flag for x% of requests) by using a combination of...

enhancement
keep

What do you think about adding support for finding projects by ID in addition to name? We recently renamed one of our projects which caused the automation to break since...

help wanted
good first issue

Possible section on how we do dependency injection (using interfaces, no framework, etc)?