cli/pkg
Mislav Marohnić 17e64674f5
repo list: fix when belonging to org with IP Allow list enabled
Using `ownerAffiliations` instead of `affiliations` seems more semantically correct to list all repos belonging to a user or an organization, but the latter thas an added benefit that it also works around a problem when the API would return an error if the user happens to belong to an organization that has IP allow list enabled.

From our GraphQL docs:

> `affiliations`: Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.
>
> `ownerAffiliations`: Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.
2022-11-02 00:55:46 +01:00
..
cmd repo list: fix when belonging to org with IP Allow list enabled 2022-11-02 00:55:46 +01:00
cmdutil Create git client (#6354) 2022-10-14 07:47:03 +00:00
extensions Add extension upgrade --dry-run (#5098) 2022-04-12 07:18:08 +00:00
findsh go fmt 2021-12-02 16:12:24 +01:00
githubtemplate Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
httpmock Fix deleting remote branches with # in their name 2022-09-14 16:19:33 +02:00
iostreams Fix color output for non-256 color terminals 2022-09-27 19:50:05 +02:00
jsoncolor api: avoid HTML-escaping JSON output 2022-07-25 13:10:44 +02:00
liveshare Rename RPC command to RebuildContainer 2022-10-10 21:01:29 +00:00
markdown Change markdown wrap limit match terminal width (#6016) 2022-09-01 07:36:25 +00:00
prompt fix linting 2022-07-27 14:15:27 -05:00
search show pull request merged state on search (#6411) 2022-10-11 14:40:16 +02:00
set Add GH_HOST to hosts list if it has corresponding auth token (#5087) 2022-01-29 07:37:24 +00:00
ssh Create .ssh dir if not exists 2022-06-14 12:30:04 -05:00
surveyext feat: Fallback to notepad on Windows 2022-08-18 17:05:14 -04:00