cli/pkg
Mislav Marohnić 63a4319f6c
api: output a single JSON array in REST pagination mode (#7190)
When fetching N pages, avoid printing N separate JSON arrays to the output stream. Instead, massage the output so that the N pages of data are merged into a single JSON array. This is achieved by omitting the final `]` for the first page, and omitting the initial `[` for all subsequent pages.
2023-06-09 20:55:06 +02:00
..
cmd api: output a single JSON array in REST pagination mode (#7190) 2023-06-09 20:55:06 +02:00
cmdutil Pretty-print JSON results of jq filtering (#7236) 2023-04-25 13:27:17 +00:00
extensions Go 1.19: fix comment formatting for moq-generated mocks 2022-12-12 16:58:25 +01: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 Edit multiple issues, PRs in parallel (#7259) 2023-04-25 14:45:41 +02:00
iostreams change highlight color 2023-04-26 19:15:31 -06:00
jsoncolor api: avoid HTML-escaping JSON output 2022-07-25 13:10:44 +02:00
liveshare Correct some typos 2023-04-21 03:51:31 +02:00
markdown Correct some typos 2023-04-21 03:51:31 +02:00
prompt fix linting 2022-07-27 14:15:27 -05:00
search 💅 json export 2023-06-09 17:36:19 +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 Even better config support 2022-07-22 11:03:14 -05:00
surveyext feat: Fallback to notepad on Windows 2022-08-18 17:05:14 -04:00