gitea/modules/repofiles
Lunny Xiao ff85dd3e12 Add commit statuses reports on pull request view ()
* 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
..
blob.go Move sdk structs to modules/structs ()
blob_test.go Move sdk structs to modules/structs ()
commit.go Number of commits ahead/behind in branch overview ()
commit_status.go Add commit statuses reports on pull request view ()
content.go Fixes - API File Contents bug ()
content_test.go Fixes - API File Contents bug ()
delete.go Fixes - Allow create/update/delete message to be empty, use default message ()
diff.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
diff_test.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
file.go Fixes - API File Contents bug ()
file_test.go Fixes - API File Contents bug ()
repofiles.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
repofiles_test.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
temp_repo.go Monitor all git commands; move blame to git package and replace git as a variable ()
tree.go Add golangci ()
tree_test.go Move sdk structs to modules/structs ()
update.go Add golangci ()
upload.go Add golangci ()
verification.go Add golangci ()