Anna Scholtz

Results 41 issues of Anna Scholtz

To generate the docs in jetstream-config the jetstream Python package is required. Currently the package is published manually but it would be nice if new versions can get published automatically...

Follow-up to https://github.com/mozilla/experimenter/issues/7176 The experiments enrollments dashboard shows a warning if the unenrollments are elevated. However, for experiments that do not have and end date set, this check is ignored....

When merging a experiment configuration file change in jetstream-config, Ci will automatically trigger a rerun for the affected experiments. When making changes to `outcomes` reruns need to be triggered manually....

Follow-up to https://github.com/mozilla/jetstream-config/pull/148#issuecomment-981821765 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/CIRRUS-746)

Follow-up to https://github.com/mozilla/experimenter-docs/pull/150/files#r758538977, renaming the `select_expression` parameter to `where_expression` might be less confusing for users. Making these changes in mozanalysis and jetstream will also require updating configs in jetstream-config (or...

Related to https://github.com/mozilla/mozanalysis/issues/144. Some changes will need to be made in Jetstream to support flexible segments ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/CIRRUS-739)

Currently, metadata is not uploaded for skipped experiments. We should still upload the metadata so that Experimenter can display results correctly. Changes will need to be made here: https://github.com/mozilla/jetstream/blob/c138b4be00e6487614dc5b952e0af102a7ac2776/jetstream/cli.py#L290 ┆Issue...

Temporarily disabled via https://github.com/mozilla/jetstream/pull/861. We should look into avoiding the resources exceeded error and re-enable this. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/CIRRUS-730)

Fetching experiments from Experimenter and converting them into configs has gotten much slower (takes about 5 minutes now). One of the issues could be fetching the external configs and applying...

Tests for the different app platforms (e.g. `firefox_ios`, `klar_android`, `focus_android`) are pretty much identical. Instead of duplicating code all over the place for each platform it would make sense to...

enhancement