Skip to content

Commit fdf4072

Browse files
committed
feat(webapp): enable development branches for all organizations
1 parent e91fb74 commit fdf4072

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/webapp/app/v3/featureFlags.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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"]),

0 commit comments

Comments
 (0)