0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-12 04:09:41 +02:00
gitea/routers
wxiaoguang de4a21fcb4
Refactor INI package (first step) (#25024)
The INI package has many bugs and quirks, and in fact it is
unmaintained.

This PR is the first step for the INI package refactoring: 

* Use Gitea's "config_provider" to provide INI access
* Deprecate the INI package by golangci.yml rule
2023-06-02 17:27:30 +08:00
..
api Followup to pinned Issues (#24945) 2023-05-30 15:26:51 +00:00
common Fix admin config page error, use tests to cover the admin config and 500 error page (#24965) 2023-05-29 15:00:21 +00:00
install Refactor INI package (first step) (#25024) 2023-06-02 17:27:30 +08:00
private
utils
web Fix users cannot visit issue attachment bug (#25019) 2023-05-31 19:06:17 +02:00
init.go