File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ export const FEATURE_FLAG = {
2222 computeMigrationFreePercentage : "computeMigrationFreePercentage" ,
2323 computeMigrationPaidPercentage : "computeMigrationPaidPercentage" ,
2424 computeMigrationRequireTemplate : "computeMigrationRequireTemplate" ,
25- devBranchesEnabled : "devBranchesEnabled" ,
2625 runOpsMintKind : "runOpsMintKind" ,
2726 // Grace-linger stamp carried alongside runOpsMintKind on flip. See mintFlipGrace.ts.
2827 runOpsMintKindPrev : "runOpsMintKindPrev" ,
@@ -83,8 +82,6 @@ export const FeatureFlagCatalog = {
8382 // When on, migrated orgs build their compute template in required mode at deploy
8483 // (fails the deploy on error) instead of shadow. Strict boolean (see above).
8584 [ FEATURE_FLAG . computeMigrationRequireTemplate ] : z . boolean ( ) ,
86- // Per-org access to development branches. Off unless enabled for the org.
87- [ FEATURE_FLAG . devBranchesEnabled ] : z . coerce . boolean ( ) ,
8885 // Per-org run-ops-id mint cutover. Defaults to "cuid"; only honored when
8986 // RUN_OPS_MINT_ENABLED is on AND isSplitEnabled() is true.
9087 [ FEATURE_FLAG . runOpsMintKind ] : z . enum ( [ "cuid" , "runOpsId" ] ) ,
You can’t perform that action at this time.
0 commit comments