cli/pkg/cmd/issue
Mislav Marohnić 8d82a96349
Fix fetching issue/PR comments
The "Author" struct was too overloaded in different types of queries that treat struct fields in incompatible ways. This change defines a simpler CommentAuthor struct for use in comments until we can figure out how to query `... on User` information for comments too.
2022-12-23 17:14:06 +01:00
..
close Add support for issue state reason (#6245) 2022-09-14 12:39:15 +04:00
comment Fix fetching issue/PR comments 2022-12-23 17:14:06 +01:00
create Split issue commands into "General" vs. "Targeted" 2022-12-20 17:56:51 +01:00
delete Remove all direct calls to shurcool-graphql 2022-08-18 21:40:41 +03:00
develop Authenticate network git commands (#6541) 2022-11-15 13:14:37 +02:00
edit Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
list Split issue commands into "General" vs. "Targeted" 2022-12-20 17:56:51 +01:00
lock finish tests 2022-12-20 15:45:13 -08:00
pin Add new commands issue pin and issue unpin (#5597) 2022-08-31 10:16:45 +00:00
reopen Remove all direct calls to shurcool-graphql 2022-08-18 21:40:41 +03:00
shared error instead of prompt when no base repo + fixes 2022-12-15 11:44:37 -08:00
status Split issue commands into "General" vs. "Targeted" 2022-12-20 17:56:51 +01:00
transfer Remove all direct calls to shurcool-graphql 2022-08-18 21:40:41 +03:00
unpin Add new commands issue pin and issue unpin (#5597) 2022-08-31 10:16:45 +00:00
view Fix fetching issue/PR comments 2022-12-23 17:14:06 +01:00
issue.go Group PR, release, and repo subcommands 2022-12-21 14:47:59 +01:00