1
0
Fork 0
mirror of https://gitea.com/gitea/tea.git synced 2026-04-09 10:45:04 +02:00
tea/cmd/actions/variables
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
..
delete.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
delete_test.go feat: add actions management commands (#796) 2025-10-19 02:53:17 +00:00
list.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
list_test.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
set.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
set_test.go feat: add actions management commands (#796) 2025-10-19 02:53:17 +00:00