tea/modules/interact
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
..
comments.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
issue_create.go Fetch all items where needed. (#475) 2022-04-08 03:44:16 +08:00
login.go [Refactor] unexport config.Config var & move login tasks to task module (#288) 2020-12-12 21:28:37 +08:00
milestone_create.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
prompts.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
pull_create.go tea pr create: make local repo optional (#393) 2021-09-22 23:48:21 +08:00
pull_review.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00