cli/api
Mislav Marohnić 2086ecb3d1 Fix printing network error in case for failed HTTP requests
The CheckScopes middleware tried to read from `res.Headers` before it
verified that `res` is available.
2020-07-17 18:24:13 +02:00
..
client.go Fix printing network error in case for failed HTTP requests 2020-07-17 18:24:13 +02:00
client_test.go Fix printing network error in case for failed HTTP requests 2020-07-17 18:24:13 +02:00
pull_request_test.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_gist.go just use a map + stdin test 2020-05-20 17:44:09 -05:00
queries_issue.go Rename IssueCreate mutation 2020-07-10 18:08:16 +02:00
queries_issue_test.go Add milestone filter 2020-06-13 20:53:41 -05:00
queries_org.go Add names to GraphQL queries made over shurcooL adapter 2020-07-07 17:53:40 +02:00
queries_pr.go Fix pr checkout <owner>:<branch> when it matches the default branch 2020-07-15 15:35:42 +02:00
queries_pr_test.go Name more queries in test stubs 2020-07-10 20:20:33 +02:00
queries_repo.go Fix pr checkout <owner>:<branch> when it matches the default branch 2020-07-15 15:35:42 +02:00
queries_repo_test.go Name more queries in test stubs 2020-07-10 20:20:33 +02:00
queries_user.go Add names to GraphQL queries made over shurcooL adapter 2020-07-07 17:53:40 +02:00