gitea.tea/modules/context
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
..
context.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
context_login.go fix: authentication via env variables repo argument (#809) 2026-02-19 19:23:44 +00:00
context_prompt_test.go Fix new tty prompt (#897) 2026-02-16 03:37:44 +00:00
context_remote.go Split up Context (#873) 2026-02-02 23:16:39 +00:00
context_repo.go fix: authentication via env variables repo argument (#809) 2026-02-19 19:23:44 +00:00
context_require.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
context_require_test.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
context_test.go fix: authentication via env variables repo argument (#809) 2026-02-19 19:23:44 +00:00