cli/api
Mislav Marohnić 55d31303ea Have admin:org scope satisfy read:org requirement
`admin:org` is inclusive of `read:org`, so if we find the former listed
in response headers, we can conclude that the token has necessary scopes
instead of letting a warning notice be shown.
2020-07-13 15:35:14 +02:00
..
client.go Have admin:org scope satisfy read:org requirement 2020-07-13 15:35:14 +02:00
client_test.go Have admin:org scope satisfy read:org requirement 2020-07-13 15:35:14 +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 Add names to GraphQL queries made over shurcooL adapter 2020-07-07 17:53:40 +02:00
queries_pr_test.go Name more queries in test stubs 2020-07-10 20:20:33 +02:00
queries_repo.go Match named queries in test stubs 2020-07-10 20:04:54 +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