0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-02 16:07:15 +01:00
gitea/routers/repo
Vladimir Panteleev a98e085031 Show git-notes (#6984)
* Show git-notes

* Make git-notes heading text localizable

* Refactor git-notes data fetching to a separate function

* Display the author and time of git notes

* Move note bubble inside the commit bubble

* Revert "Move note bubble inside the commit bubble"

This reverts commit c0951fe0e3.

* Add test for git-notes

* testing ui

* Polish CSS

* Apply suggestions from code review

Co-Authored-By: Lauris BH <lauris@nix.lv>
2019-05-24 10:52:05 +03:00
..
activity.go Git statistics in Activity tab (#4724) 2019-05-04 15:39:03 +03:00
attachment.go
blame.go fix syntax highlight in blame view #6895 (#6909) 2019-05-11 23:27:39 +03:00
branch.go Remove local clones & make hooks run on merge/edit/upload (#6672) 2019-05-11 11:29:17 -04:00
commit.go Show git-notes (#6984) 2019-05-24 10:52:05 +03:00
download.go
editor_test.go
editor.go
http.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
issue.go fix 500 when reviewer is deleted with integration tests (#6856) 2019-05-06 20:09:31 +08:00
main_test.go
middlewares.go
milestone.go
pull_review.go
pull.go Fix index produces problem when issues/pulls deleted (#6973) 2019-05-18 10:37:49 +08:00
release_test.go
release.go
repo.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 2019-05-07 09:12:51 +08:00
search.go
setting_protected_branch.go
setting.go
settings_test.go
topic.go
view.go
webhook.go Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#6953) 2019-05-15 20:01:53 +08:00
wiki_test.go
wiki.go