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
test_bugzilla.py
test_job_ingestion.py
test_job_loader.py
test_job_schema.py
test_load_artifacts.py
test_perf_data_adapters.py
test_perf_schema.py
test_push_loader.py
test_pushlog.py
test_runnable_jobs.py
test_text.py