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
+220
−126
Fix typo
004506b
Select commit
d5ea47a
Reduce scheduledTasks and autoUpdatedBugDb frequencies from once an h…
wlycdgr 544043c
Refactor autoUpdateBugDb so it always does the same thing when called…
wlycdgr 9f2cf6c
Update autoUpdateBugDB documentation and refactor a little more to ma…
wlycdgr 568acea
Clean up autoUpdateBugDB a bit more: Clarify docs, flatten, and move …
wlycdgr 5c624b3
Minor comment in autoUpdateBugDb
wlycdgr ef45c82
Renamed autoUpdateBugDb to clarify connection to checkLibraryVersion.…
wlycdgr ad20931
Edit db update function names and docs to improve clarity
wlycdgr c761b7c
Remove Cliqz anti-tracking A/B test config code from background. Tidy…
wlycdgr b0a54c5
Split up and reorganize setupABTest so outside code can only call tho…
wlycdgr 94cfe13
Merge in develop
wlycdgr c563a1d
Clean up OptIn a bit in preparation for adding A/B test checkbox
wlycdgr 89d6e0f
Finish OptIn tidy-up
wlycdgr 2572a2d
Stub out new A/B test opt-in setting. Add draft strings for it.
wlycdgr 2d42906
Implement the enable_abtests conf setting and plug it into the checkb…
wlycdgr 1f3a03f
Do not call setupABTests if enable_abtests is false
wlycdgr cba107f
Skip the call to the AB server altogether if ab tests are disabled
wlycdgr f369ad2
Update AB test setting tooltip copy. remove enable_abtests from unins…
wlycdgr a0f0f0c
Remove unused import from Metrics
wlycdgr fa54859
Update test snapshot
wlycdgr 004506b
Fix typo
wlycdgr 98644ff
Fix comment errors
wlycdgr 9f6b99d
Remove bloom filter Cliqz test
wlycdgr f1b4835
remove comment
christophertino 6d8d250
Merge branch 'develop' into GH-2159
christophertino
Merged
GH-2159: Update frequency reduction, AB test opt-out, remove Cliqz AB test #608
Fix typo
Sep 21, 2020
Sep 21, 2020
Sep 21, 2020
Sep 21, 2020
Sep 21, 2020
Sep 21, 2020
Sep 21, 2020
Sep 21, 2020
Sep 21, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 23, 2020
Sep 23, 2020
Sep 23, 2020
Sep 23, 2020
Sep 23, 2020
Sep 23, 2020
Sep 23, 2020
Sep 23, 2020
Sep 24, 2020
Sep 24, 2020
Sep 24, 2020
004506b
Select commit
d5ea47a
Reduce scheduledTasks and autoUpdatedBugDb frequencies from once an h…
wlycdgr 544043c
Refactor autoUpdateBugDb so it always does the same thing when called…
wlycdgr 9f2cf6c
Update autoUpdateBugDB documentation and refactor a little more to ma…
wlycdgr 568acea
Clean up autoUpdateBugDB a bit more: Clarify docs, flatten, and move …
wlycdgr 5c624b3
Minor comment in autoUpdateBugDb
wlycdgr ef45c82
Renamed autoUpdateBugDb to clarify connection to checkLibraryVersion.…
wlycdgr ad20931
Edit db update function names and docs to improve clarity
wlycdgr c761b7c
Remove Cliqz anti-tracking A/B test config code from background. Tidy…
wlycdgr b0a54c5
Split up and reorganize setupABTest so outside code can only call tho…
wlycdgr 94cfe13
Merge in develop
wlycdgr c563a1d
Clean up OptIn a bit in preparation for adding A/B test checkbox
wlycdgr 89d6e0f
Finish OptIn tidy-up
wlycdgr 2572a2d
Stub out new A/B test opt-in setting. Add draft strings for it.
wlycdgr 2d42906
Implement the enable_abtests conf setting and plug it into the checkb…
wlycdgr 1f3a03f
Do not call setupABTests if enable_abtests is false
wlycdgr cba107f
Skip the call to the AB server altogether if ab tests are disabled
wlycdgr f369ad2
Update AB test setting tooltip copy. remove enable_abtests from unins…
wlycdgr a0f0f0c
Remove unused import from Metrics
wlycdgr fa54859
Update test snapshot
wlycdgr 004506b
Fix typo
wlycdgr 98644ff
Fix comment errors
wlycdgr 9f6b99d
Remove bloom filter Cliqz test
wlycdgr f1b4835
remove comment
christophertino 6d8d250
Merge branch 'develop' into GH-2159
christophertino