experimenter
experimenter copied to clipboard
A web application for managing user experiments for Mozilla Firefox.
And relatedly, most of the contents of this file could probably be replaced with `metric-config-parser` (though it will likely require some updates first). Again, comment is meant as a reminder...
No action required here, but more as a reminder to myself... Perhaps later we should consider whether this (and the related dataclasses in `outcomes/__init__.py`) would be better placed in nimbus-schemas....
CI was failing on #11243 for one of the integration tests (Test SDK Targeting (Release Firefox)), and it appears to have been a timing issue that resolved itself. However, we...
I just noticed when launching a rollout that the approve button says 'Approve and Launch Experiment' even if it's marked as a rollout. In other cases we say 'End Rollout'...
We're on a now-quite-old version of pydantic, and some external dependencies on the data side are requesting that we update ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4755)
We need to expose the retrieved segment information to the Experimenter UI. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4765)
Seems like before we [upgrade Experimenter to Python 3.12](https://github.com/mozilla/experimenter/issues/11071) we have to upgrade Schemas to 3.12. Pydantic is complaining about some TypeVar issue. Let's update schemas to 3.12, publish a...
We now have many automated PRs being generated frequently over the course of each day as different external dependencies are updated. Let's add a makefile command to approve and merge...
Readme includes running the integration tests with the tox, we should update this to include poetry. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4750)
**[Prerequisites]:** * Have access to the Nimbus Stage Console. * Have a new non-prefFlip experiment created. **[Steps to reproduce]:** 1. Open the experiment's page and click the "Preview for Testing"...