feat(nimbus): Add support for new groups in Firefox Labs#13314
Merged
freshstrangemusic merged 1 commit intomainfrom Aug 20, 2025
Merged
feat(nimbus): Add support for new groups in Firefox Labs#13314freshstrangemusic merged 1 commit intomainfrom
freshstrangemusic merged 1 commit intomainfrom
Conversation
b5cb485 to
daf2d57
Compare
332f94a to
22b93a1
Compare
daf2d57 to
6320be6
Compare
22b93a1 to
3e65d05
Compare
...imenter/experiments/tests/api/v5/test_serializers/test_nimbus_ready_for_review_serializer.py
Show resolved
Hide resolved
...imenter/experiments/tests/api/v5/test_serializers/test_nimbus_ready_for_review_serializer.py
Outdated
Show resolved
Hide resolved
3e65d05 to
7201db7
Compare
jaredlockhart
approved these changes
Aug 20, 2025
Collaborator
jaredlockhart
left a comment
There was a problem hiding this comment.
Yep looks good thnx @freshstrangemusic 🙏
7201db7 to
99be98f
Compare
e721e34 to
18b3656
Compare
99be98f to
f540197
Compare
18b3656 to
cea3d42
Compare
f540197 to
5b891c3
Compare
cea3d42 to
cee8b26
Compare
5b891c3 to
662ba16
Compare
cee8b26 to
608cb65
Compare
662ba16 to
d472a7c
Compare
608cb65 to
ea1cc9d
Compare
d472a7c to
27227ad
Compare
ea1cc9d to
b281dd4
Compare
27227ad to
89ca3c3
Compare
Because:
- we want to support a new group in Firefox Labs ("Productivity"); and
- this group is only available starting in Firefox 144
this commit:
- adds validation of Firefox Labs groups on a per version basis; and
- adds the new Productivity group requiring Firefox 144+.
Fixes #13303
89ca3c3 to
368c509
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Because:
this commit:
Fixes #13303