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 4e2f1ee58d
Refactor web package and context package (#25298)
1. The "web" package shouldn't depends on "modules/context" package,
instead, let each "web context" register themselves to the "web"
package.
2. The old Init/Free doesn't make sense, so simplify it
* The ctx in "Init(ctx)" is never used, and shouldn't be used that way
* The "Free" is never called and shouldn't be called because the SSPI
instance is shared

---------

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
admin.go Use a separate admin page to show global stats, remove `actions` stat (#25062) 1 year ago
admin_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
applications.go Move secrets and runners settings to actions settings (#24200) 1 year ago
auths.go Move secrets and runners settings to actions settings (#24200) 1 year ago
config.go Rewrite logger system (#24726) 1 year ago
diagnosis.go Improve queue & process & stacktrace (#24636) 1 year ago
emails.go Move secrets and runners settings to actions settings (#24200) 1 year ago
hooks.go Add main landmark to templates and adjust titles (#22670) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notice.go Move secrets and runners settings to actions settings (#24200) 1 year ago
orgs.go Sort users and orgs on explore by recency by default (#24279) 1 year ago
packages.go Move secrets and runners settings to actions settings (#24200) 1 year ago
queue.go Improve queue & process & stacktrace (#24636) 1 year ago
queue_tester.go Improve queue and logger context (#24924) 1 year ago
repos.go Fix unclear `IsRepositoryExist` logic (#24374) 1 year ago
runners.go Move secrets and runners settings to actions settings (#24200) 1 year ago
stacktrace.go Improve queue & process & stacktrace (#24636) 1 year ago
users.go Split "modules/context.go" to separate files (#24569) 1 year ago
users_test.go Refactor web package and context package (#25298) 1 year ago