1
1
mirror of https://gitea.com/gitea/tea synced 2025-08-29 01:01:37 +02:00
tea/cmd
TheFox0x7 b74405530a Remove pagination from context (#807)
Pagination related flags now write directly to ListOption struct and enforce non negative numbers.
Flag tests were added to cover the validation

Reviewed-on: https://gitea.com/gitea/tea/pulls/807
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com>
2025-08-26 23:13:27 +00:00
..
admin/users Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
attachments Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
branches Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
flags Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
issues Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
labels Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
login Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
milestones Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
notifications Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
organizations Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
pulls Fix bug (#793) 2025-08-15 02:38:45 +00:00
releases Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
repos Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
times migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
admin.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
attachments.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
branches.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
categories.go spdx (#581) 2023-09-08 01:40:02 +00:00
clone.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
cmd.go remove autocomplete command (#782) 2025-07-21 21:24:28 +00:00
comment.go Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
issues.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
labels.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
login.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
logout.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
milestones.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
notifications.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
open.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
organizations.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
pulls.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
releases.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
repos.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
times.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
whoami.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00