cli/api
Mislav Marohnić 219e3ecc5b Stop querying base branch commit hash from API
This code was put in place in preparation for a feature that never
shipped. Namely, we wanted to use the commit hash for the base branch so
we can get an accurate `git log` involving the changes in a pull
request. However, getting the commit hash from API is not the way to go
because the latest commit might not be available in the person's local
repository, and using a local tracking branch for base such as
`origin/master` works quite well in most cases without dereferencing it.
2020-03-31 13:36:48 +02:00
..
client.go Tweak verbose HTTP logging 2020-02-21 12:57:00 +01:00
client_test.go Fix tests 2020-01-21 22:56:15 +01:00
fake_http.go Stop querying base branch commit hash from API 2020-03-31 13:36:48 +02:00
pull_request_test.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_issue.go Merge remote-tracking branch 'origin/master' into pr-count 2020-03-14 19:02:51 +05:00
queries_issue_test.go Add filter issues by author 2020-03-09 18:50:23 -06:00
queries_org.go Add ability to repo create within an org 2020-03-03 21:49:47 +01:00
queries_pr.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_repo.go Stop querying base branch commit hash from API 2020-03-31 13:36:48 +02:00
queries_repo_test.go Fix setting homepage URL in repo create 2020-03-09 12:53:41 +01:00