0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-22 15:01:11 +01:00
gitea/services
Ş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
..
actions Improve the issue_comment workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
agit small cache when get user id on interation (#29296) 2024-02-22 13:31:37 +08:00
asymkey
attachment
auth Fix tarball/zipball download bug (#29342) 2024-02-23 17:49:46 +00:00
automerge
context
convert
cron
doctor
externalaccount Support SAML authentication (#25165) 2024-02-23 00:08:17 +00:00
feed
forms Support SAML authentication (#25165) 2024-02-23 00:08:17 +00:00
gitdiff
indexer
issue
lfs
mailer
markup
migrations Properly migrate automatic merge GitLab comments (#27873) 2024-02-22 07:29:03 +00:00
mirror
notify
org
packages
pull Disallow merge when required checked are missing (#29143) 2024-02-19 09:57:08 +00:00
release
repository Implement code frequency graph (#29191) 2024-02-23 23:41:24 +00:00
secrets
task
uinotification
user
webhook
wiki