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/web_src/js/features
Ş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>
12 months ago
..
admin Support SAML authentication (#25165) 12 months ago
comp Remove jQuery from the image pasting functionality (#29324) 12 months ago
captcha.js Add new captcha: cloudflare turnstile (#22369) 2 years ago
citation.js Don't show unnecessary citation JS error on UI (#28433) 1 year ago
clipboard.js Clipboard copy enhancements (#27669) 1 year ago
code-frequency.js Implement code frequency graph (#29191) 12 months ago
codeeditor.js Preserve BOM in web editor (#28935) 1 year ago
colorpicker.js JS refactors (#22227) 2 years ago
common-global.js Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow` (#28908) 1 year ago
common-issue-list.js Make submit event code work with both jQuery event and native event (#29223) 12 months ago
common-issue-list.test.js Use vitest globals (#27102) 1 year ago
common-organization.js Fix `initCompLabelEdit` not being called (#29198) 12 months ago
contextpopup.js Remove jQuery from issue reference context popup attach (#29216) 12 months ago
contributors.js Implement contributors graph (#27882) 1 year ago
copycontent.js Use fetch helpers instead of fetch (#27026) 1 year ago
dropzone.js JS refactors (#22227) 2 years ago
emoji.js Update JS and PY dependencies (#27501) 1 year ago
eventsource.sharedworker.js Fix the JS error "EventSource is not defined" caused by some non-standard browsers (#20584) 3 years ago
file-fold.js Update JS dependencies (#27922) 1 year ago
heatmap.js Remove fomantic loader module (#26670) 1 year ago
imagediff.js Replace ajax with fetch, improve image diff (#27267) 1 year ago
install.js Remove jQuery from the installation page (#29284) 12 months ago
notification.js Fix notification list bugs (#25781) 2 years ago
org-team.js Update JS dependencies (#27922) 1 year ago
pull-view-file.js Update JS dependencies (#27922) 1 year ago
repo-branch.js Display warning when user try to rename default branch (#24512) 2 years ago
repo-code.js Add `eslint-plugin-github` and fix issues (#29201) 12 months ago
repo-code.test.js Use vitest globals (#27102) 1 year ago
repo-commit.js Remove jQuery from the repo commit functions (#29230) 12 months ago
repo-common.js Improve "language stats" UI (#26968) 1 year ago
repo-diff-commit.js Use fetch helpers instead of fetch (#27026) 1 year ago
repo-diff-commitselect.js Add commits dropdown in PR files view and allow commit by commit review (#25528) 2 years ago
repo-diff-filetree.js JS refactors (#22227) 2 years ago
repo-diff.js Remove jQuery from repo wiki creation page (#29271) 12 months ago
repo-editor.js Update JS dependencies (#27922) 1 year ago
repo-findfile.js Update JS dependencies (#27922) 1 year ago
repo-findfile.test.js Use vitest globals (#27102) 1 year ago
repo-graph.js Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 2 years ago
repo-home.js Fix edit topic UI (#27925) 1 year ago
repo-issue-content.js Improve issue history dialog and make poster can delete their own history (#27323) 1 year ago
repo-issue-list.js Add `eslint-plugin-github` and fix issues (#29201) 12 months ago
repo-issue-pr-form.js JS refactors (#22227) 2 years ago
repo-issue-pr-status.js Fix the overflow style for "Hide all checks" (#27932) 1 year ago
repo-issue.js Add `eslint-plugin-github` and fix issues (#29201) 12 months ago
repo-legacy.js Remove jQuery .map() and enable eslint rules for it (#29272) 12 months ago
repo-migrate.js Remove jQuery from repo migrate page (#29219) 12 months ago
repo-migration.js Remove jQuery from the repo migration form (#29229) 12 months ago
repo-projects.js Fix duplicate project board when hitting `enter` key (#27746) 1 year ago
repo-release.js Remove jQuery from the repo release form (#29225) 12 months ago
repo-settings.js Improve user search display name (#29002) 1 year ago
repo-template.js Add status indicator on main home screen for each repo (#24638) 2 years ago
repo-unicode-escape.js Improve accessibility when (re-)viewing files (#24817) 2 years ago
repo-wiki.js Remove jQuery from repo wiki creation page (#29271) 12 months ago
sshkey-helper.js Remove jQuery from SSH key form parser (#29193) 12 months ago
stopwatch.js Remove jQuery from the stopwatch (#29351) 12 months ago
tablesort.js JS refactors (#22227) 2 years ago
tribute.js Avoiding accessing undefined mentionValues (#26461) 2 years ago
user-auth-webauthn.js Use fetch helpers instead of fetch (#27026) 1 year ago
user-auth.js Support SAML authentication (#25165) 12 months ago
user-settings.js Remove jQuery from username change prompt and fix its detection (#29197) 12 months ago