tea/cmd
Norwin 883a27b14e Fetch all items where needed. (#475)
Disable pagination in all places where we need all items.
Ideally we'd do multiple paginated requests until the needed items are local, but this is blocked by gitea/go-sdk#473. So this is a stopgap to get correct behaviour.

Fixes #464

Co-authored-by: Norwin <git@nroo.de>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: gitea/tea#475
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2022-04-08 03:44:16 +08:00
..
flags Correct spelling of "wether" to "whether" in usage output (#453) 2022-02-01 07:11:37 +08:00
issues Implement more issue filters (#400) 2021-12-03 03:26:48 +08:00
labels Add missing flags (#369) 2021-06-22 22:23:09 +08:00
login Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
milestones Fix create milestone with deadline bug (#462) 2022-03-09 08:47:58 +08:00
notifications Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
organizations Add tea org create <name> (#420) 2021-09-29 04:32:16 +08:00
pulls Fix context requirements of subcommands (#474) 2022-03-26 15:32:53 +08:00
releases Fetch all items where needed. (#475) 2022-04-08 03:44:16 +08:00
repos Fix context requirements of subcommands (#474) 2022-03-26 15:32:53 +08:00
times Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
autocomplete.go Handle XDG directories with spaces in autocomplete commands (#383) 2021-07-24 00:14:23 +08:00
categories.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
clone.go Add tea clone (#411) 2021-10-18 20:09:27 +08:00
comment.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
issues.go Correct spelling of "wether" to "whether" in usage output (#453) 2022-02-01 07:11:37 +08:00
labels.go Add missing flags to org & labels subcommands (#357) 2021-05-13 02:32:20 +08:00
login.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
logout.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
milestones.go Add tea issues --fields, allow printing labels (#312) 2020-12-21 23:41:07 +08:00
notifications.go Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
open.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
organizations.go Add tea org create <name> (#420) 2021-09-29 04:32:16 +08:00
pulls.go Fetch all items where needed. (#475) 2022-04-08 03:44:16 +08:00
releases.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
repos.go Add tea repo create-from-template (#408) 2021-10-20 09:31:35 +08:00
times.go Improve tea time (#319) 2020-12-23 12:58:36 +08:00
whoami.go Add tea whoami command (#426) 2021-10-05 01:41:59 +08:00