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/options/locale
Şahin Akkaya 21331be30c
Implement contributors graph (#27882)
Continuation of https://github.com/go-gitea/gitea/pull/25439. Fixes #847

Before:
<img width="1296" alt="image"
src="https://github.com/go-gitea/gitea/assets/32161460/24571ac8-b254-43c9-b178-97340f0dc8a9">

----
After:
<img width="1296" alt="image"
src="https://github.com/go-gitea/gitea/assets/32161460/c60b2459-9d10-4d42-8d83-d5ef0f45bf94">

---
#### Overview
This is the implementation of a requested feature: Contributors graph
(#847)

It makes Activity page a multi-tab page and adds a new tab called
Contributors. Contributors tab shows the contribution graphs over time
since the repository existed. It also shows per user contribution graphs
for top 100 contributors. Top 100 is calculated based on the selected
contribution type (commits, additions or deletions).

---
#### Demo
(The demo is a bit old but still a good example to show off the main
features)

<video src="https://github.com/go-gitea/gitea/assets/32161460/9f68103f-8145-4cc2-94bc-5546daae7014" controls width="320" height="240">
  <a href="https://github.com/go-gitea/gitea/assets/32161460/9f68103f-8145-4cc2-94bc-5546daae7014">Download</a>
</video>


#### Features:

- Select contribution type (commits, additions or deletions)
- See overall and per user contribution graphs for the selected
contribution type
- Zoom and pan on graphs to see them in detail
- See top 100 contributors based on the selected contribution type and
selected time range
- Go directly to users' profile by clicking their name if they are
registered gitea users
- Cache the results so that when the same repository is visited again
fetching data will be faster


---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: hiifong <i@hiif.ong>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: yp05327 <576951401@qq.com>
1 year ago
..
TRANSLATORS Fix missing left and right carets in TRANSLATORS (#21397) 2 years ago
locale_cs-CZ.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_de-DE.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_el-GR.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_en-US.ini Implement contributors graph (#27882) 1 year ago
locale_es-ES.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_fa-IR.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_fi-FI.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_fr-FR.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_hu-HU.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_id-ID.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_is-IS.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_it-IT.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_ja-JP.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_ko-KR.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_lv-LV.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_nl-NL.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_pl-PL.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_pt-BR.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_pt-PT.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_ru-RU.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_si-LK.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_sk-SK.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_sv-SE.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_tr-TR.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_uk-UA.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_zh-CN.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_zh-HK.ini [skip ci] Updated translations via Crowdin 1 year ago
locale_zh-TW.ini [skip ci] Updated translations via Crowdin 1 year ago