gitea.tea/modules/print
techknowlogick 20da414145 Code Cleanup (#869)
- switch to golangci-lint for linting
- switch to gofmpt for formatting
- fix lint and fmt issues that came up from switch to new tools
- upgrade go-sdk to 0.23.2
- support pagination for listing tracked times
- remove `FixPullHeadSha` workaround (upstream fix has been merged for 5+ years at this point)
- standardize on US spelling (previously a mix of US&UK spelling)
- remove some unused code
- reduce some duplication in parsing state and issue type
- reduce some duplication in reading input for secrets and variables
- reduce some duplication with PR Review code
- report error for when yaml parsing fails
- various other misc cleanup

Reviewed-on: https://gitea.com/gitea/tea/pulls/869
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-committed-by: techknowlogick <techknowlogick@gitea.com>
2026-02-02 22:39:26 +00:00
..
actions.go feat: add actions management commands (#796) 2025-10-19 02:53:17 +00:00
actions_test.go feat: add actions management commands (#796) 2025-10-19 02:53:17 +00:00
attachment.go Fix attachment size (#787) 2025-08-11 18:45:12 +00:00
branch.go tea branches list/protect/unprotect (#645) 2024-07-26 16:02:07 +00:00
comment.go spdx (#581) 2023-09-08 01:40:02 +00:00
formatters.go Fix attachment size (#787) 2025-08-11 18:45:12 +00:00
issue.go spdx (#581) 2023-09-08 01:40:02 +00:00
label.go spdx (#581) 2023-09-08 01:40:02 +00:00
login.go spdx (#581) 2023-09-08 01:40:02 +00:00
markdown.go Upgrade dependencies (#849) 2025-11-24 19:21:55 +00:00
milestone.go Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
notification.go Code Cleanup (#869) 2026-02-02 22:39:26 +00:00
organization.go spdx (#581) 2023-09-08 01:40:02 +00:00
pull.go Code Cleanup (#869) 2026-02-02 22:39:26 +00:00
release.go Add Zip URL for release list (#788) 2025-08-11 18:43:34 +00:00
repo.go spdx (#581) 2023-09-08 01:40:02 +00:00
table.go Fix yaml output single quote (#814) 2025-09-14 00:23:12 +00:00
table_test.go Fix yaml output single quote (#814) 2025-09-14 00:23:12 +00:00
times.go Code Cleanup (#869) 2026-02-02 22:39:26 +00:00
user.go Code Cleanup (#869) 2026-02-02 22:39:26 +00:00
webhook.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00
webhook_test.go feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00