You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang 9f8d59858a
Refactor system setting (#27000)
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.
10 months ago
..
admin.go Reduce usage of `db.DefaultContext` (#27073) 11 months ago
admin_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
applications.go Pre-register OAuth2 applications for git credential helpers (#26291) 12 months ago
auths.go Move web JSON functions to web context and simplify code (#26132) 1 year ago
config.go Refactor system setting (#27000) 10 months ago
diagnosis.go Improve queue & process & stacktrace (#24636) 1 year ago
emails.go Reduce usage of `db.DefaultContext` (#27073) 11 months ago
hooks.go Move web JSON functions to web context and simplify code (#26132) 1 year ago
main_test.go make writing main test easier (#27270) 10 months ago
notice.go Even more `db.DefaultContext` refactor (#27352) 10 months ago
orgs.go Display all user types and org types on admin management UI (#27050) 11 months ago
packages.go Another round of `db.DefaultContext` refactor (#27103) 10 months ago
queue.go Fix admin queue page title (#26409) 12 months ago
queue_tester.go Improve queue and logger context (#24924) 1 year ago
repos.go Move createrepository from module to service layer (#26927) 11 months ago
runners.go Move secrets and runners settings to actions settings (#24200) 1 year ago
stacktrace.go Move web JSON functions to web context and simplify code (#26132) 1 year ago
users.go Refactor system setting (#27000) 10 months ago
users_test.go Move web/api context related testing function into a separate package (#26859) 11 months ago