feat(webapp): enable development branches for all organizations (#4670)
This commit is contained in:
@@ -22,7 +22,6 @@ export const FEATURE_FLAG = {
|
||||
computeMigrationFreePercentage: "computeMigrationFreePercentage",
|
||||
computeMigrationPaidPercentage: "computeMigrationPaidPercentage",
|
||||
computeMigrationRequireTemplate: "computeMigrationRequireTemplate",
|
||||
devBranchesEnabled: "devBranchesEnabled",
|
||||
runOpsMintKind: "runOpsMintKind",
|
||||
// Grace-linger stamp carried alongside runOpsMintKind on flip. See mintFlipGrace.ts.
|
||||
runOpsMintKindPrev: "runOpsMintKindPrev",
|
||||
@@ -83,8 +82,6 @@ export const FeatureFlagCatalog = {
|
||||
// When on, migrated orgs build their compute template in required mode at deploy
|
||||
// (fails the deploy on error) instead of shadow. Strict boolean (see above).
|
||||
[FEATURE_FLAG.computeMigrationRequireTemplate]: z.boolean(),
|
||||
// Per-org access to development branches. Off unless enabled for the org.
|
||||
[FEATURE_FLAG.devBranchesEnabled]: z.coerce.boolean(),
|
||||
// Per-org run-ops-id mint cutover. Defaults to "cuid"; only honored when
|
||||
// RUN_OPS_MINT_ENABLED is on AND isSplitEnabled() is true.
|
||||
[FEATURE_FLAG.runOpsMintKind]: z.enum(["cuid", "runOpsId"]),
|
||||
|
||||
Reference in New Issue
Block a user