gitea/routers
Richard Mahn 8de0b0a3f0 Fixes #2738 - Adds the /git/tags API endpoint (#7138)
* Fixes #2738 - /git/tags API

* proper URLs

* Adds function comments

* Updates swagger

* Removes newline from tag message

* Removes trailing newline from commit message

* Adds integration test

* Removed debugging

* Adds tests

* Fixes bug where multiple tags of same commit show wrong tag name

* Fix formatting

* Removes unused varaible

* Fix to annotated tag function names and response

* Update modules/git/repo_tag.go

Co-Authored-By: Lauris BH <lauris@nix.lv>

* Uses TagPrefix

* Changes per review, better error handling for getting tag and commit IDs

* Fix to getting commit ID

* Fix to getting commit ID

* Fix to getting commit ID

* Fix to getting commit ID
2019-06-08 17:31:11 +03:00
..
admin Repository avatar fallback configuration (#7087) 2019-06-02 14:40:12 +08:00
api/v1 Fixes #2738 - Adds the /git/tags API endpoint (#7138) 2019-06-08 17:31:11 +03:00
dev
org
private Move serv hook functionality & drop GitLogger (#6993) 2019-06-01 23:00:21 +08:00
repo Compare branches, commits and tags with each other (#6991) 2019-06-07 16:29:29 -04:00
routes Compare branches, commits and tags with each other (#6991) 2019-06-07 16:29:29 -04:00
user
utils
home.go
init.go Move serv hook functionality & drop GitLogger (#6993) 2019-06-01 23:00:21 +08:00
install.go
metrics.go
swagger_json.go