Elise Richards
Elise Richards
Because... * Not changing the treatment branch state in the db when `is_rollout=True` on the Branches page This commit... * Updates the is_rollout action to remove treatment branches when `is_rollout=True`...
Presently, we don't have any integration tests for rollouts. Let's make some! ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-2779)
Clicking on "Preview Recipe JSON" from the Summary page sidebar scrolls you down to the JSON. When this happens, we should assume that the user wants to see the full...
Parameterize the rollouts tests in `../test_serializers/test_nimbus_ready_for_review_serializer.py` to test every application/version pair like we do [here](https://github.com/mozilla/experimenter/blob/main/app/experimenter/experiments/tests/api/v5/test_serializers/test_nimbus_ready_for_review_serializer.py#L239-L259) for both the valid and invalid cases, that way they're all covered. Followup to #7554...
Weekly results table (Results > Results Summary > “show weekly data”) sort by the integer representation of the week number. Looks like it’s sorting the strings (“Week 1” -> “Week...
We need to add the [new google credentials](https://github.com/mozilla/experimenter/commit/20aa3cc93f6bb3357365d749e8a53522f4f8d349) from #7185 to the README instructions: ``` In your `.env` file, add the following: GOOGLE_APPLICATION_CREDENTIALS=/tmp/keys/application_default_credentials.json GOOGLE_ADC_FILE=~/.config/gcloud/application_default_credentials.json ``` ┆Issue is synchronized with this...
#7700 Because... * We want to easily change the population percentages on the Audience page * And it looks cool This commit... * Adds a gorgeous slider to visualize the...
#7479 Related to #7867 This commit... * Updates the sequence diagrams to include rollouts update/dirty state * Shows the state, published state, and remote settings state more clearly for all...
With the introduction of rollouts and `dirty` state, we no longer need to refer to `is_paused` as a special status. We should remove `pause` from: * the [sequence diagrams](https://github.com/mozilla/experimenter/tree/main/app/experimenter/kinto#workflows) *...
#7698 Because.. * We need to differentiate the state what a rollout is Live and changes have been made This commit... * Adds a new `PublishStatus` option, `PublishStatus.DIRTY` * Updates...