0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-22 03:28:31 +01:00
gitea/templates
Şahin Akkaya 875f5ea6d8
Implement code frequency graph (#29191)
### Overview
This is the implementation of Code Frequency page. This feature was
mentioned on these issues: #18262, #7392.


It adds another tab to Activity page called Code Frequency. Code
Frequency tab shows additions and deletions over time since the
repository existed.


Before:
<img width="1296" alt="image"
src="https://github.com/go-gitea/gitea/assets/32161460/2603504f-aee7-4929-a8c4-fb3412a7a0f6">

After:
<img width="1296" alt="image"
src="https://github.com/go-gitea/gitea/assets/32161460/58c03721-729f-4536-a663-9f337f240963">

---


#### Features
- See additions deletions over time since repository existed
- Click on "Additions" or "Deletions" legend to show only one type of
contribution
- Use the same cache from Contributors page so that the loading of data
will be fast once it is cached by visiting either one of the pages

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2024-02-23 23:41:24 +00:00
..
admin Support SAML authentication (#25165) 2024-02-23 00:08:17 +00:00
api/packages/pypi
base
code Remove unnecessary "Str2html" modifier from templates (#29319) 2024-02-22 18:05:47 +00:00
custom
devtest
explore Remove unnecessary "Safe" modifier from templates (#29318) 2024-02-22 17:02:33 +00:00
mail Remove unnecessary "Str2html" modifier from templates (#29319) 2024-02-22 18:05:47 +00:00
org Unify organizations header (#29248) 2024-02-23 01:24:57 +01:00
package Unify organizations header (#29248) 2024-02-23 01:24:57 +01:00
projects
repo Implement code frequency graph (#29191) 2024-02-23 23:41:24 +00:00
shared Remove unnecessary "Safe" modifier from templates (#29318) 2024-02-22 17:02:33 +00:00
status Remove unnecessary "Str2html" modifier from templates (#29319) 2024-02-22 18:05:47 +00:00
swagger
user Allow options to disable user deletion from the interface on app.ini (#29275) 2024-02-23 07:24:04 +00:00
webhook
home.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 2024-02-22 18:05:47 +00:00
install.tmpl Remove unnecessary "Safe" modifier from templates (#29318) 2024-02-22 17:02:33 +00:00
post-install.tmpl