Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2159: Update frequency reduction, AB test opt-out, remove Cliqz AB test #608

Merged
merged 24 commits into from Sep 24, 2020

Commits on Sep 21, 2020

  1. Refactor autoUpdateBugDb so it always does the same thing when called…

    … with the same argument
    wlycdgr committed Sep 21, 2020
  2. Update autoUpdateBugDB documentation and refactor a little more to ma…

    …ke sure it always does the same thing when called with the same args
    wlycdgr committed Sep 21, 2020
  3. Clean up autoUpdateBugDB a bit more: Clarify docs, flatten, and move …

    …log statement to make sure that it is triggered every time the function is called, since the message just says that the function was called
    wlycdgr committed Sep 21, 2020
  4. Split up and reorganize setupABTest so outside code can only call tho…

    …se parts of the original it actually needs.
    wlycdgr committed Sep 21, 2020

Commits on Sep 23, 2020

  1. Update AB test setting tooltip copy. remove enable_abtests from unins…

    …tall URL. Add ts metrics query string param for whether tests are enabled. Disabled sending other AB test query string params unless tests are enabled.
    wlycdgr committed Sep 23, 2020
  2. Update test snapshot

    wlycdgr committed Sep 23, 2020
  3. Fix typo

    wlycdgr committed Sep 23, 2020
  4. Fix comment errors

    wlycdgr committed Sep 23, 2020