issues
search
mozilla
/
experimenter
A web application for managing user experiments for Mozilla Firefox.
https://experimenter.services.mozilla.com
Mozilla Public License 2.0
120
stars
186
forks
source link
feat(nimbus): add a ready for review debug api field
#11783
Closed
jaredlockhart
closed
1 week ago
jaredlockhart
commented
1 week ago
Because
We previously disabled the ready for review serializer after an experiment is live for performance reasons
We now need to inspect the ready for review serliaizer output for live experiments that may have launched without validation
This commit
Moves the live check out of the ready for review serializer and into the graphql field
Adds a second graphql field that is not used by the frontend but can be manually invoked to run the ready for review serializer
fixes #11782
Because
This commit
fixes #11782