aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/tag.go
Commit message (Expand)AuthorAgeFilesLines
* Clarify path param naming (#32969)wxiaoguang10 days1-3/+3
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-7/+6
* Refactor names (#31405)wxiaoguang2024-06-191-6/+6
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+350
* Protected tag is no internal server error (#30962)KN4CK3R2024-05-141-2/+6
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+4
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+3
* fix permission check for delete tag (#19985)a10121127962022-06-161-0/+14
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* [API] generalize list header (#16551)65432021-08-121-1/+2
* [API] Add repoGetTag (#16166)65432021-06-231-32/+71
* [API] Add repoCreateTag (#16165)65432021-06-171-0/+61
* [API] Add delete release by tag & fix unreleased inconsistency (#14563)65432021-02-071-0/+56
* [API] enable paggination for ListRepoTags (#10454)65432020-02-251-1/+12
* Swagger info corrections (#9441)65432019-12-201-2/+5
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-1/+1
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Adds details about what tags can use the Git tags API (#7989)Richard Mahn2019-08-261-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-0/+45
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Add API to list tags (#5850)Lunny Xiao2019-02-071-0/+47