-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supported DCR tag pages for all (#27185)
- Loading branch information
Showing
10 changed files
with
53 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -524,4 +524,14 @@ trait FeatureSwitches { | |
sellByDate = never, | ||
exposeClientSide = false, | ||
) | ||
|
||
val DCRTagPages = Switch( | ||
group = SwitchGroup.Feature, | ||
name = "dcr-tag-pages", | ||
description = "Render tag pages with DCR", | ||
owners = Seq(Owner.withGithub("[email protected]")), | ||
safeState = On, | ||
sellByDate = never, | ||
exposeClientSide = false, | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ object ActiveExperiments extends ExperimentsDefinition { | |
override val allExperiments: Set[Experiment] = | ||
Set( | ||
DarkModeWeb, | ||
DCRTagPages, | ||
UpdatedHeaderDesign, | ||
UpdateLogoAdPartner, | ||
MastheadWithHighlights, | ||
|
@@ -58,15 +57,6 @@ object UpdateLogoAdPartner | |
participationGroup = Perc0A, | ||
) | ||
|
||
object DCRTagPages | ||
extends Experiment( | ||
name = "dcr-tag-pages", | ||
description = "Render tag pages with DCR", | ||
owners = Seq(Owner.withGithub("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 5, 31), | ||
participationGroup = Perc20A, | ||
) | ||
|
||
object TagLinkDesign | ||
extends Experiment( | ||
name = "tag-link-design", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters