gitea/models/migrations/v1_18
wxiaoguang 9f8d59858a
Refactor system setting ()
This PR reduces the complexity of the system setting system.

It only needs one line to introduce a new option, and the option can be
used anywhere out-of-box.

It is still high-performant (and more performant) because the config
values are cached in the config system.
..
main_test.go Update go dev dependencies ()
v224.go Rename `Sync2` -> `Sync` ()
v225.go Refactor `setting.Database.UseXXX` to methods ()
v226.go Update go dev dependencies ()
v227.go Refactor system setting ()
v228.go Rename `Sync2` -> `Sync` ()
v229.go Implement FSFE REUSE for golang files ()
v229_test.go Implement FSFE REUSE for golang files ()
v230.go Update go dev dependencies ()
v230_test.go Implement FSFE REUSE for golang files ()