-
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.
Merge branch 'main' into dina/update-logo-styling-for-advertising-par…
…tner
- Loading branch information
Showing
29 changed files
with
452 additions
and
2,770 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,16 +55,6 @@ trait ABTestSwitches { | |
exposeClientSide = true, | ||
) | ||
|
||
Switch( | ||
ABTests, | ||
"ab-onward-journeys", | ||
"Test click through rate when there is only one onward journey container shown.", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
safeState = Off, | ||
sellByDate = Some(LocalDate.of(2024, 6, 7)), | ||
exposeClientSide = true, | ||
) | ||
|
||
Switch( | ||
ABTests, | ||
"ab-deeply-read-right-column", | ||
|
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 |
---|---|---|
|
@@ -503,6 +503,7 @@ trait FeatureSwitches { | |
sellByDate = Some(LocalDate.of(2024, 6, 5)), | ||
exposeClientSide = true, | ||
) | ||
|
||
val DiscussionInApps = Switch( | ||
SwitchGroup.Feature, | ||
"discussion-in-apps", | ||
|
@@ -513,4 +514,14 @@ trait FeatureSwitches { | |
sellByDate = Some(LocalDate.of(2024, 6, 5)), | ||
exposeClientSide = true, | ||
) | ||
|
||
val DCRVideoPages = Switch( | ||
SwitchGroup.Feature, | ||
"dcr-video-pages", | ||
"If this switch is on, we will render video pages with DCR", | ||
owners = Seq(Owner.withEmail("[email protected]"), Owner.withEmail("[email protected]")), | ||
safeState = Off, | ||
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 |
---|---|---|
|
@@ -63,4 +63,14 @@ trait JournalismSwitches { | |
sellByDate = never, | ||
exposeClientSide = true, | ||
) | ||
|
||
val AbsoluteServerTimes = Switch( | ||
SwitchGroup.Journalism, | ||
name = "absolute-server-times", | ||
description = "Force times on the server to be absolute to improve caching", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
safeState = Off, | ||
sellByDate = never, | ||
exposeClientSide = true, | ||
) | ||
} |
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 |
---|---|---|
|
@@ -13,10 +13,10 @@ object ActiveExperiments extends ExperimentsDefinition { | |
Set( | ||
DarkModeWeb, | ||
DCRTagPages, | ||
DCRVideoPages, | ||
UpdatedHeaderDesign, | ||
UpdateLogoAdPartner, | ||
MastheadWithHighlights, | ||
AffiliateLinksDCR, | ||
) | ||
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) | ||
} | ||
|
@@ -58,16 +58,13 @@ object UpdateLogoAdPartner | |
participationGroup = Perc0A, | ||
) | ||
|
||
object DCRVideoPages | ||
object AffiliateLinksDCR | ||
extends Experiment( | ||
name = "dcr-video-pages", | ||
description = "Render video pages with DCR", | ||
owners = Seq( | ||
Owner.withGithub("[email protected]"), | ||
Owner.withGithub("[email protected]"), | ||
), | ||
sellByDate = LocalDate.of(2024, 5, 30), | ||
participationGroup = Perc10A, | ||
name = "affiliate-links-dcr", | ||
description = "Display affiliate links on all eligible DCR articles", | ||
owners = Seq(Owner.withGithub("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 7, 30), | ||
participationGroup = Perc0E, | ||
) | ||
|
||
object DCRTagPages | ||
|
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
Oops, something went wrong.