forked from gitea/gitea
1
0
Fork 0
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.
2023-10-05 09:08:19 +08:00
..
main_test.go Update go dev dependencies () 2022-12-08 16:21:37 +08:00
v224.go Rename `Sync2` -> `Sync` () 2023-08-13 21:17:21 +02:00
v225.go Refactor `setting.Database.UseXXX` to methods () 2023-03-07 18:51:06 +08:00
v226.go Update go dev dependencies () 2022-12-08 16:21:37 +08:00
v227.go Refactor system setting () 2023-10-05 09:08:19 +08:00
v228.go Rename `Sync2` -> `Sync` () 2023-08-13 21:17:21 +02:00
v229.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
v229_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
v230.go Update go dev dependencies () 2022-12-08 16:21:37 +08:00
v230_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00