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.
forgejo/models/activities
wxiaoguang 520eb57d76
Use a separate admin page to show global stats, remove `actions` stat (#25062)
Before, Gitea shows the database table stats on the `admin dashboard`
page.

It has some problems:

* `count(*)` is quite heavy. If tables have many records, this blocks
loading the admin page blocks for a long time
* Some users had even reported issues that they can't visit their admin
page because this page causes blocking or `50x error (reverse proxy
timeout)`
* The `actions` stat is not useful. The table is simply too large. Does
it really matter if it contains 1,000,000 rows or 9,999,999 rows?
* The translation `admin.dashboard.statistic_info` is difficult to
maintain.

So, this PR uses a separate page to show the stats and removes the
`actions` stat.


![image](https://github.com/go-gitea/gitea/assets/2114189/babf7c61-b93b-4a62-bfaa-22983636427e)

## ⚠️ BREAKING

The `actions` Prometheus metrics collector has been removed for the
reasons mentioned beforehand.
Please do not rely on its output anymore.
1 year ago
..
action.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 1 year ago
action_list.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
action_test.go Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 1 year ago
notification_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_activity.go Add context cache as a request level cache (#22294) 1 year ago
statistic.go Use a separate admin page to show global stats, remove `actions` stat (#25062) 1 year ago
user_heatmap.go Localize activity heatmap (except tooltip) (#24131) 1 year ago
user_heatmap_test.go Add pagination for dashboard and user activity feeds (#22937) 1 year ago