-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(schemas): Add a firefoxLabsDescriptionLinks field to DesktopNimb…
…usExperiment (#12137) Because: - some Firefox Labs descriptions include placeholder links; and - we need to provide the URLs for those links outside the Fluent strings This comit: - adds a new field to the DesktopNimbusExperiment model; and - bumps the version of mozilla-nimbus-schemas to 2025.1.1. Fixes #12132
- Loading branch information
Showing
12 changed files
with
207 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024.12.2 | ||
2025.1.1 |
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
90 changes: 90 additions & 0 deletions
90
...ts/experiments/fixtures/experiments/desktop/desktop-137-fxLabsOptIn-descriptionLinks.json
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 |
---|---|---|
@@ -0,0 +1,90 @@ | ||
|
||
{ | ||
"appId": "firefox-desktop", | ||
"appName": "firefox_desktop", | ||
"application": "firefox-desktop", | ||
"arguments": {}, | ||
"branches": [ | ||
{ | ||
"feature": { | ||
"featureId": "this-is-included-for-desktop-pre-95-support", | ||
"enabled": false, | ||
"value": {} | ||
}, | ||
"features": [ | ||
{ | ||
"featureId": "pocketNewtab", | ||
"value": { "enabled": "true" } | ||
}, | ||
{ | ||
"featureId": "upgradeDialog", | ||
"value": { | ||
"enabled": false | ||
} | ||
} | ||
], | ||
"ratio": 1, | ||
"slug": "control" | ||
}, | ||
{ | ||
"feature": { | ||
"featureId": "this-is-included-for-desktop-pre-95-support", | ||
"enabled": false, | ||
"value": {} | ||
}, | ||
"features": [ | ||
{ | ||
"featureId": "pocketNewtab", | ||
"value": { | ||
"enabled": true, | ||
"compactLayout": true, | ||
"lastCardMessageEnabled": true, | ||
"loadMore": true, | ||
"newFooterSection": true | ||
} | ||
}, | ||
{ | ||
"featureId": "upgradeDialog", | ||
"value": { | ||
"enabled": true | ||
} | ||
} | ||
], | ||
"ratio": 1, | ||
"slug": "treatment" | ||
} | ||
], | ||
"bucketConfig": { | ||
"count": 10000, | ||
"namespace": "firefox-desktop-multifeature-test", | ||
"randomizationUnit": "normandy_id", | ||
"start": 0, | ||
"total": 10000 | ||
}, | ||
"channel": "nightly", | ||
"endDate": null, | ||
"featureIds": ["upgradeDialog", "pocketNewtab"], | ||
"id": "mr2-upgrade-spotlight-holdback", | ||
"isEnrollmentPaused": false, | ||
"outcomes": [], | ||
"probeSets": [], | ||
"proposedDuration": 63, | ||
"proposedEnrollment": 7, | ||
"referenceBranch": "control", | ||
"schemaVersion": "1.7.1", | ||
"slug": "firefox-desktop-multifeature-test", | ||
"startDate": "2021-10-26", | ||
"targeting": "true", | ||
"userFacingDescription": "Experimenting on onboarding content when you upgrade Firefox.", | ||
"userFacingName": "MR2 Upgrade Spotlight Holdback", | ||
"isFirefoxLabsOptIn": true, | ||
"firefoxLabsTitle": "test-title", | ||
"firefoxLabsDescription": "test-desc", | ||
"firefoxLabsDescriptionLinks": { | ||
"foo": "https://example.com/foo", | ||
"bar": "https://example.com/bar" | ||
}, | ||
"firefoxLabsGroup": "test", | ||
"isRollout": true, | ||
"requiresRestart": 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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