Commit Graph

4 Commits (837116875efc8f27265e884499ecca69ef554014)

Author SHA1 Message Date
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
* move code.gitea.io/git to code.gitea.io/gitea/modules/git

* fix imports

* fix fmt

* fix misspell

* remove wrong tests data

* fix unit tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* enable Debug to trace the failure tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* comment commit count tests since git clone depth is 50

* fix tests

* update from code.gitea.io/git

* revert change to makefile
Lauris BH fada6968a8 Fix new release creation API to allow empty target ()
* Fix new release creation API to allow empty target

* Add more test cases

* Update swagger
B-OnTheGo e47df0b301 Enforce token on api routes [fixed critical security issue ] ()
Marc Brückner 695b10bedd Fix API-Endpoint release ()
* Fixes API-Endpoint release ()

* Using context.ReferencesGitRepo(); doing the same in the PATCH route.

* Add release create, get and update test