1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-18 03:04:36 +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 c0951fe0e3b4dea38064515546b1825c1bcf19e1.

* 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
attachment.go
blame.go fix syntax highlight in blame view #6895 (#6909) 2019-05-11 23:27:39 +03:00
branch.go
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
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
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