gitea/routers/api/v1/repo
Lunny Xiao ff85dd3e12 Add commit statuses reports on pull request view (#6845)
* Add commit statuses reports on pull view

* Add some translations

* improve the UI

* fix fmt

* fix tests

* add a new test git repo to fix tests

* fix bug when headRepo or headBranch missing

* fix tests

* fix tests

* fix consistency

* fix tests

* fix tests

* change the test repo

* fix tests

* fix tests

* fix migration

* keep db size consistency

* fix translation

* change commit hash status table unique index

* remove unused table

* use char instead varchar

* make hashCommitStatusContext private

* split merge section with status check on pull view ui

* fix tests; fix arc-green theme on pull ui
2019-06-30 08:57:59 +01:00
..
blob.go
branch.go
collaborators.go
commits.go
file.go Fixes #7292 - API File Contents bug (#7301) 2019-06-29 16:51:10 -04:00
fork.go
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_comment.go
issue_label.go
issue_tracked_time.go
issue.go
key.go
label.go Add missing description of label on API (#7159) 2019-06-16 20:39:52 +08:00
main_test.go
milestone.go
pull.go Fix #732: Add LFS objects to base repository on merging (#7082) 2019-06-22 18:35:34 +01:00
release_attachment.go
release.go
repo_test.go
repo.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
star.go
status.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
subscriber.go
tag.go
tree.go