gitea.tea/modules/config
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
..
config.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
credstore.go feat: store OAuth tokens in OS keyring via credstore (#926) 2026-03-12 02:49:14 +00:00
lock.go Move versions/filelocker into dedicated subpackages, and consistent headers in http requests (#888) 2026-02-05 18:05:43 +00:00
lock_test.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
lock_unix_test.go Add locking to ensure safe concurrent access to config file (#881) 2026-02-03 23:48:18 +00:00
login.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00