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
Commits on Sep 21, 2020
Reduce scheduledTasks and autoUpdatedBugDb frequencies from once an h…
…our to once a day
Refactor autoUpdateBugDb so it always does the same thing when called…
… with the same argument
Update autoUpdateBugDB documentation and refactor a little more to ma…
…ke sure it always does the same thing when called with the same args
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
Split up and reorganize setupABTest so outside code can only call tho…
…se parts of the original it actually needs.
Commits on Sep 22, 2020
Commits on Sep 23, 2020
Implement the enable_abtests conf setting and plug it into the checkb…
…ox stub in OptIn
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.