cli/pkg/cmd/issue
Mislav Marohnić d23460a590 Fix filtering issues by milestone
The milestone filter in the `Repository.issues` GraphQL connection is
broken, so switch to the Search API for any milestone filtering.

Previously, we used to work around this by obtaining the milestone
database ID from decoding the GraphQL ID, but that no longer works since
the GraphQL ID format has changed.
2022-01-14 15:06:33 +01:00
..
close Improve issue close re: overfetching, handling PRs 2021-11-23 19:38:55 +01:00
comment Improve issue comment re: overfetching, handling PRs 2021-11-23 16:40:14 +01:00
create Add FlagErrorf; encapsulate FlagError.error 2021-10-21 11:40:20 -04:00
delete Improve issue view re: overfetching, PR support 2021-11-24 18:49:36 +01:00
edit Simplify GraphQL mutations whose response we are not interested in 2021-12-08 13:35:19 +01:00
list Fix filtering issues by milestone 2022-01-14 15:06:33 +01:00
reopen Improve issue reopen re: overfetching, handling PRs 2021-11-23 19:39:40 +01:00
shared Improve issue view re: overfetching, PR support 2021-11-24 18:49:36 +01:00
status Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
transfer Remove overfetching from issue transfer 2021-11-23 19:39:40 +01:00
view Improve issue view re: overfetching, PR support 2021-11-24 18:49:36 +01:00
issue.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00