You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an internal API to list all of the known refs that Flipt knows about. I believe we get all the references in the Git repo here or around there. We will need to surface these references as an /internal API or similar so that the Flipt UI can populate the dropdown list to pick from
Problem
In v1.36 we introduced the ability to evaluate different git references (branches) if using our git backends (guide here).
Also in 1.36 we added the ability to show the current configured branch in the UI (#2672)
It would be great if we could now allow switching between branches in the UI by combing these features.
Ideal Solution
Search
Additional Context
I started a WIP branch to see how this would work
I think we will need to do the following:
ref
parameter either in the query string or body of the request, depending on the API (ie evaluate will useref
in body). Like main...ui-branch-picker#diff-d179bd77db52401511bb679af1e3fbedeb0db93eefe474fae1d9ea92224ca3ceR14-R19/internal
API or similar so that the Flipt UI can populate the dropdown list to pick from/cc @GeorgeMac for confirmation/clarification
From SyncLinear.com | FLI-808
The text was updated successfully, but these errors were encountered: