cli/command
Mislav Marohnić 00cede9e5f Fix issue list re: issues that have an assignee
Given the GraphQL query:

    issues(filterBy: {assignee: $assignee})

It turns out that passing a query variable `"assignee": null` is NOT
equivalent to omitting the variable altogether:

- `"assignee": null` seems to filter out issues that HAVE an assignee;
- omitting `assignee` correctly returns all issues.
2019-12-20 13:07:11 +01:00
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
issue.go Ensure issue create fails fast if issues are disabled 2019-12-19 15:44:20 +01:00
issue_test.go Fix issue list re: issues that have an assignee 2019-12-20 13:07:11 +01:00
pr.go Print pr status numbers in green 2019-12-19 17:50:44 +01:00
pr_checkout_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_test.go Add tests for pr status reviews and checks output 2019-12-19 17:37:57 +01:00
root.go Clarify -R format 2019-12-19 18:55:31 +01:00
testing.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
title_body_survey.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00