treeherder/tests/etl
Simon Sapin dbfc2afcbf Fix import of force-pushes from github (#4284)
When `git push -f` is used, the "base" commit of the github push event
is whatever was previously in that branch.
That commit is likely not part of the history of the new branch,
so using the "List commits" API will not allow to find it
as a starting point.
Instead, if the API did not force pagination, we’d get the entire
repository history!

Using the "Compare two commits" API instead lets GitHub’s server
figure out which commits reachable from the new branch
that were not before, which is exactly the set of commits we need
to be "part of a push".
2018-11-16 12:36:05 -08:00
..
__init__.py add tests for buildapi adapter 2013-06-17 15:32:29 +02:00
test_bugzilla.py Bug 1283859 - Fix quoting of MATCH ... AGAINST in bugscache search (#1914) 2016-10-11 18:27:56 +01:00
test_job_ingestion.py Bug 1443251 - Remove support for buildbot job ingestion (#4087) 2018-10-02 11:07:27 +01:00
test_job_loader.py Bug 1113235 - Move custom ETL exceptions to their own module 2018-07-31 20:06:40 +02:00
test_job_schema.py Update isort from 4.2.5 to 4.2.14 2017-06-06 19:20:32 +01:00
test_load_artifacts.py Replace uses of some_queryset.all()[0] with some_queryset.first() 2018-08-14 09:25:24 +01:00
test_perf_data_adapters.py Replace uses of some_queryset.all()[0] with some_queryset.first() 2018-08-14 09:25:24 +01:00
test_perf_schema.py Bug 1431085 - Increase max length of PerformanceSignature.extra_options (#4238) 2018-11-14 09:22:11 +00:00
test_push_loader.py Fix import of force-pushes from github (#4284) 2018-11-16 12:36:05 -08:00
test_pushlog.py Bug 1452420 - Cast dict .{keys,values}() to list where necessary 2018-04-10 19:22:28 +01:00
test_runnable_jobs.py Bug 1443251 - Remove runnable jobs support for buildbot (#4071) 2018-09-27 19:15:47 +01:00
test_text.py Bug 1452212 - Use unicode literals in test_text.py 2018-04-10 20:10:27 +01:00