aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/label.go
Commit message (Expand)AuthorAgeFilesLines
* Clarify path param naming (#32969)wxiaoguang2 days1-3/+3
* Refactor names (#31405)wxiaoguang2024-06-191-3/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+10
* Allow to archive labels (#26478)puni98692023-08-141-0/+1
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-18/+15
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+4
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-15/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-1/+1
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-4/+4
* Calculate label URL on API (#16186)65432021-09-101-4/+6
* [API] generalize list header (#16551)65432021-08-121-0/+7
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+5
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-1/+1
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-0/+237