1
0
Fork 0
mirror of https://gitea.com/gitea/tea.git synced 2025-12-21 02:50:49 +01:00
tea/cmd/webhooks
Alain Thiffault e961a8f01d fix: expose pagination flags for webhooks list command (#852)
The command uses flags.GetListOptions() internally but didn't expose --page and --limit flags to users, making pagination inaccessible.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/852
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Alain Thiffault <athiffau@effectivemomentum.com>
Co-committed-by: Alain Thiffault <athiffau@effectivemomentum.com>
2025-12-05 06:14:34 +00:00
..
create.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00
create_test.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00
delete.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00
delete_test.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00
list.go fix: expose pagination flags for webhooks list command (#852) 2025-12-05 06:14:34 +00:00
list_test.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00
update.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00
update_test.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00