Граф коммитов

194 Коммитов

Автор SHA1 Сообщение Дата
Ben Wu e42d0a9d23
Update dependencies to fix ci (#354) 2020-12-16 11:51:45 -05:00
Mark Reid 9c2715a67e Remove maudau tests and docs. 2019-11-08 09:58:38 -05:00
William Lachance 8755e0c4e9
Bug 1589118 - Remove tab spinner job (#344) 2019-10-30 10:12:50 -04:00
Victor Ng 1838654310 added tests and code to exercise `get_addons_per_client` in taar_lite_guidguid 2019-09-30 12:00:19 -07:00
Victor Ng 9efff104db updated taarlite guidranking tests to use mock clients_daily 2019-09-17 13:09:10 -07:00
Anthony Miyaguchi 939eb93f8a Bug 1561048 - Decommission churn_v3 2019-08-22 09:57:30 -07:00
Anthony Miyaguchi 9217335652 Bug 1570611 - Decommission Topline summary view 2019-08-16 10:41:36 -07:00
Anthony Miyaguchi 7b58a334df Bug 1571565 - Decommission retention_v1 dataset 2019-08-13 12:34:16 -07:00
Victor Ng 978fe4f17f TAAR whitelist uses recommended addons only now.
The AMO whitelist URL is now requested with a 'recex=True' option added
to the end of the URL to restrict addons to only the recommended list
for TAAR recommendd addons now.

    Changed the 'recex=True' option to 'recommended=True'

    Changed the CGI argument as per comment:
    https://github.com/mozilla/addons-server/issues/11851#issuecomment-512355666
2019-07-19 10:52:43 -07:00
William Lachance 1f7ca503e3
Bug 1555764 - Add os, os_version columns to search datasets (#331) 2019-05-30 17:10:18 -04:00
William Lachance 7399cffb06
Bug 1547777 - Remove client count hll column from search_aggregates (#330)
It didn't work correctly when aggregating across dimensions and was
unused. Best to just use search_clients_daily for this use case.
2019-05-09 13:20:09 -04:00
Jeff Klukas a5971e1ca6
Bug 1543408 Add search region pref to search_clients_daily (#329)
See https://bugzilla.mozilla.org/show_bug.cgi?id=1543408
2019-04-30 14:33:20 -04:00
William Lachance e19795a3f5
Bug 1519233 - Add ad click counts to search datasets (#326) 2019-04-30 10:58:50 -04:00
Victor Ng 4bf8c36c02 Added a taar_ensemble job with testcase 2019-04-17 10:22:37 -07:00
Mark Reid 25fa836b26 Treat content field as a string 2019-03-25 15:20:58 -07:00
Mark Reid 84c500750f Address review feedback 2019-03-25 15:20:58 -07:00
Mark Reid e41f65b7db Add content-based version detection. 2019-03-25 15:20:58 -07:00
Anthony Miyaguchi eae4a8963e Revert "Add content-based version detection."
This reverts commit 7e4d61d3e4.
2019-03-22 20:18:16 -07:00
Anthony Miyaguchi 1001d4e6fb Revert "Address review feedback"
This reverts commit 8d8d24acc0.
2019-03-22 20:18:16 -07:00
Mark Reid 8d8d24acc0 Address review feedback 2019-03-22 13:27:55 -03:00
Mark Reid 7e4d61d3e4 Add content-based version detection. 2019-03-22 13:27:55 -03:00
Anthony Miyaguchi 56dba16bc8 Fix linting on import test 2019-02-25 12:45:54 -08:00
Anthony Miyaguchi 8aef3b9bf4 Add failing tests for tab_spinner 2019-02-25 12:45:54 -08:00
Anthony Miyaguchi 8617c408e9 Fix flake8 linting errors with unused imports 2019-02-21 13:28:54 -08:00
Anthony Miyaguchi 3de291c98e Fix tests 2019-02-21 13:28:54 -08:00
Anthony Miyaguchi 8318314d20 Add test for system_check 2019-02-21 13:28:54 -08:00
Sunah Suh c89fcb474f Remove testpilot jobs from mozetl 2019-01-28 08:23:36 -08:00
Dave Zeber 13266cfd36 Make fixes requested in PR 2019-01-28 08:23:23 -08:00
Dave Zeber 4af20a66ca Rewrite TAAR locale job to compute DP-protected frequency weights for all whitelisted add-ons 2019-01-28 08:23:23 -08:00
Victor Ng 499a45e47a updates as per review 2019-01-22 11:40:10 -08:00
Victor Ng a62ef814bc added sort to test case 2019-01-22 11:40:10 -08:00
Victor Ng ed1ca1515c Added test and code for updating the editorial reviewed whitelist 2019-01-22 11:40:10 -08:00
Anthony Miyaguchi 1376eb2350 Fix black format with line length of 103 2019-01-10 16:20:53 -08:00
Anthony Miyaguchi 83e60429c7 Format mozetl/ and tests/ with black 2019-01-10 16:20:53 -08:00
Anthony Miyaguchi 1ac91aaf9d Fix mismatched schema from lit(0L) -> lit(0) 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 8ac17c289a Fix lint error: use black selectively 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi e008cbf2ee Fix issues with csv.writer across versions 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 43d3d5193e Fix test_maudau 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 46b5e8c779 Fix d.viewkeys() -> set(d.keys())
* Affects hardware_report.check_output
2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 82538b5193 taar_similarity - Cache dataframes for fixture lifetime 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 4a1af563a6 Write to temporary files using string interface 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 106cfab5a5 Cast dates correctly in tests.engagement.data 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 881588cbd7 Use json.dumps for lexographic ordering in conftest.df_equals 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 69e6720fdd Use six.text_type instead of unicode 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi ca7527e6dc Run 2to3 -p -x unicode 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi 4a3aca0026 Manually fix print statements 2019-01-09 10:19:30 -08:00
Arkadiusz Komarzewski 2e1291a85b fixup! Add util for safe session stopping on Databricks 2019-01-09 10:08:49 -08:00
Arkadiusz Komarzewski 5bb3b8c61f
fixup! Add util for safe session stopping on Databricks 2019-01-08 22:54:12 +01:00
Arkadiusz Komarzewski 54050695a4 Increase taar similarity test timeout 2019-01-04 14:19:55 +01:00
Arkadiusz Komarzewski ae38accc77 Fix #280 - limit clients sample to latest submission per client over configurable lower bound date 2019-01-04 14:19:55 +01:00