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.
gitea/routers/web/admin
silverwind 24e64fe372
Replace `interface{}` with `any` (#25686) (#25687)
Same perl replacement as https://github.com/go-gitea/gitea/pull/25686
but for 1.20 to ease future backporting.
2 years ago
..
admin.go Use a separate admin page to show global stats, remove `actions` stat (#25062) 2 years ago
admin_test.go
applications.go
auths.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
config.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
diagnosis.go Improve queue & process & stacktrace (#24636) 2 years ago
emails.go
hooks.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
main_test.go
notice.go
orgs.go
packages.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
queue.go Improve queue & process & stacktrace (#24636) 2 years ago
queue_tester.go Improve queue and logger context (#24924) 2 years ago
repos.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
runners.go
stacktrace.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
users.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
users_test.go