cli/api
Mislav Marohnić 949df38d49 BREAKING: lookup all issue/PR labels with "AND" instead of "OR" combinator
This switches to the Search API whenever labels are specified in `issue
list` or `pr list`. This ensures that the results match those that would
be returned in the web UI.
2021-03-24 18:04:25 +01:00
..
cache.go Allow caching HTTP 204 responses 2021-03-01 16:04:34 +01:00
cache_test.go spelling: response 2020-11-21 21:43:51 -05:00
client.go Merge pull request #2539 from divyaramanathan/issue-create-template 2021-02-17 17:59:42 +01:00
client_test.go Add SSH key generation & uploading to gh auth login flow 2021-02-01 23:34:00 +01:00
pull_request_test.go Use testify assertions for error matching 2021-01-19 13:59:37 +01:00
queries_comments.go Do not display minimized comments 2021-01-27 08:14:46 -08:00
queries_issue.go BREAKING: lookup all issue/PR labels with "AND" instead of "OR" combinator 2021-03-24 18:04:25 +01:00
queries_issue_test.go BREAKING: lookup all issue/PR labels with "AND" instead of "OR" combinator 2021-03-24 18:04:25 +01: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 Import PR list API implementation to pr/list package 2021-03-24 16:46:42 +01:00
queries_pr_review.go Do not display minimized comments 2021-01-27 08:14:46 -08:00
queries_pr_test.go Fix pr status for GHE 2.22 and older 2021-02-18 17:46:13 +01:00
queries_repo.go Change behavior of slice flags for issue edit and pr edit commands 2021-02-12 14:42:21 -08:00
queries_repo_test.go fix: Project Argument working along with --web flag 2021-01-22 23:07:00 +01:00
queries_user.go [Feature] Create repository from template 2020-08-27 14:46:16 -04:00
reaction_groups.go Display reviews when viewing pull requests 2021-01-20 12:15:25 -08:00
reaction_groups_test.go Address PR comments 2020-12-08 10:24:02 -05:00