зеркало из https://github.com/mozilla/treeherder.git
dbfc2afcbf
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". |
||
---|---|---|
.. | ||
__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 |