1
0
Fork 0
mirror of https://gitea.com/gitea/tea.git synced 2026-04-07 00:34:27 +02:00
tea/cmd/repos
techknowlogick b05e03416b replace log.Fatal/os.Exit with error returns (#941)
* Use stdlib encoders
* Reduce some duplication
* Remove global pagination state
* Dedupe JSON detail types
* Bump golangci-lint

Reviewed-on: https://gitea.com/gitea/tea/pulls/941
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-committed-by: techknowlogick <techknowlogick@gitea.com>
2026-03-27 03:36:44 +00:00
..
create.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
create_from_template.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
create_test.go feat: add validation for object-format flag in repo create command (#741) 2025-09-12 16:51:43 +00:00
delete.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
edit.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
flags.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
fork.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
list.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
migrate.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
search.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00