experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

A web application for managing user experiments for Mozilla Firefox.

Results 355 experimenter issues
Sort by recently updated
recently updated
newest added

Presently, anyone can set the QA status flag on an experiment, unlike legacy where only QA users could set it. We should keep it open to everyone so that we...

There are links on the 404 page (see screenshot) to "Go Home" or "Go to Nimbus Home", and these have been the same for a couple years now. ![image](https://github.com/mozilla/experimenter/assets/102263964/02fca325-eff1-43b4-8683-d05202d5f80e) ┆Issue...

Once the new list page is ready, let's replace the old list page by swapping out the urls for it. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4541)

After we get the new list page setup, let's make sure we're prefetching the right fields and not anything we don't need to. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4540)

After we get all the new static assets (ie boostrap, fontawesome, htmx, etc) setup in nimbus_ui_new, let's host them locally by defining them in an npm package manifest, and using...

We have an intermittent failure in the Cirrus testsuite: ``` =================================== FAILURES =================================== _____________________ test_fetch_schedule_recipes_failure ______________________ self = args = (, 'interval') kwargs = {'max_instances': 1, 'max_retries': 3, 'seconds': 30}...

Cirrus

Now that we have a light/dark toggle from bootstrap5 let's persist the users light/dark choice in localstorage. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4528)

Let's hook up all the filtering on the left sidebar on the list page. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4527)

Let's add the ability to sort by each of the table headers. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4525)

Because - We want to migrate conclusion recommendation data to a new field to support multi-select This commit - Adds a new migration to get data from `conclusion_recommendation` to `conclusion_recommendations`...

Blocked