experimenter
experimenter copied to clipboard
A web application for managing user experiments for Mozilla Firefox.
As part of our migration to GCPV2 we discovered that there is an [open bug](https://github.com/jschneier/django-storages/issues/941) that prevents using signed urls with the current available latest version of django-storages. We host...
We should probably not just grab the latest version of yarn for the schemas Dockerfile. If this is in fact what we want, a comment saying this is probably warranted....
I'd like to request for a new target to be inputted for experimenter for Firefox iOS version 131.2 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4906)
Update Experimenter to import and utilize the new segment retrieval function from `metric-config-parser`, replacing manual segment parsing. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4893)
Show enrollment ended date on the summary page ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4905)
Enable subscriber functionality on the new summary page ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4884)
I need targeting for a first-run mobile onboarding experiment for users on Android 10 and above. There is already one there for Android 13 so it should be similar. ┆Issue...
The [DataPoint.has_bounds](https://github.com/mozilla/experimenter/blob/3c4f66f1b44d4c54c17375f35bb8dd13b0eb4c4b/experimenter/experimenter/jetstream/models.py#L171) implementation is: ```python def has_bounds(self) -> bool: return self.lower and self.upper ``` which will report false for `self.lower = self.upper = 0`. Updating this check to `self.lower is...
We should use namespaced branches, e.g., `automation/update-external-configs`, `automation/update-fenix-build`, `automation/update-application-services` and then put add branch protection for `automation/*` to only allow pushing from the automation user. ┆Issue is synchronized with this...
It should point to a proper placeholder URL instead of an unused JIRA instance. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4896)