cli/api
Mislav Marohnić 53cea2667e Support "integration" tokens
Integration tokens are different than OAuth token in it that they don't report any `X-Oauth-Scopes` in response headers.
2020-10-16 17:11:14 +00:00
..
cache.go Improve HTTP caching layer 2020-10-02 15:19:40 +02:00
cache_test.go Improve HTTP caching layer 2020-10-02 15:19:40 +02:00
client.go Support "integration" tokens 2020-10-16 17:11:14 +00:00
client_test.go Support "integration" tokens 2020-10-16 17:11:14 +00:00
pull_request_test.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_issue.go Fix parsing labels in paginated IssueList 2020-10-14 15:32:45 +02:00
queries_issue_test.go Simplify test to avoid use of reflect 2020-10-14 15:54:42 +02:00
queries_org.go Ensure that we don't reuse the same deserialization struct over pagination iterations 2020-10-14 15:38:21 +02:00
queries_pr.go Add tests for GraphQL introspection 2020-10-01 16:33:56 +02:00
queries_pr_test.go Add tests for GraphQL introspection 2020-10-01 16:33:56 +02:00
queries_repo.go Ensure that we don't reuse the same deserialization struct over pagination iterations 2020-10-14 15:38:21 +02:00
queries_repo_test.go use graphql for repo milestones on issue list 2020-08-01 23:43:36 -03:00
queries_user.go [Feature] Create repository from template 2020-08-27 14:46:16 -04:00