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
When creating a project to use active/standby, if my production and standby production environments have / in the name, when triggering an active/standby it fails.
To Reproduce
Steps to reproduce the behavior:
Create a branch called prod/left and deploy it as productionEnvironment
Create a branch called prod/right and deploy it as standbyProductionEnvironment
Check the UI to see that both environments are production type
See in the UI that they are missing the active and standby labels
Attempt to trigger the active/standby switch directly with the API (as the UI button is not available)
Get an error
Expected behavior
Be able to trigger the switch without issue
Additional context
We do checks with environment by name, but due to #2322 it doesn't work correctly
The text was updated successfully, but these errors were encountered:
shreddedbacon
changed the title
Branch names with / don't work in active/standby
Branch names with slash don't work in active/standby
Jul 15, 2022
Describe the bug
When creating a project to use active/standby, if my production and standby production environments have
/
in the name, when triggering an active/standby it fails.To Reproduce
Steps to reproduce the behavior:
prod/left
and deploy it asproductionEnvironment
prod/right
and deploy it asstandbyProductionEnvironment
production
typeactive
andstandby
labelsExpected behavior
Be able to trigger the switch without issue
Additional context
We do checks with environment by name, but due to #2322 it doesn't work correctly
The text was updated successfully, but these errors were encountered: