aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-191-4/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-7/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-2/+2
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+8
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-1/+2
* Add user webhooks (#21563)KN4CK3R2023-03-101-5/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Restructure `webhook` module (#22256)delvh2023-01-011-3/+4
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add Webhook authorization header (#20926)oliverpool2022-11-031-2/+11
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-1/+1
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-9/+10
* Fill the specified ref in webhook test payload (#20961)Jason Song2022-09-041-4/+12
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-0/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-4/+4
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-7/+8
* [API] generalize list header (#16551)65432021-08-121-2/+15
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-9/+10
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+9
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-1/+1
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+1
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-1/+1
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+10
* Swagger info corrections (#9441)65432019-12-201-8/+15
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-1/+1
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-2/+3
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+4
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-1/+6
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-291-1/+57
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Fix API status code for hook creation (#2814)Ethan Koenig2017-11-201-1/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-42/+117
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-7/+7
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-3/+42
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-2/+5
* Organization webhook API endpointsEthan Koenig2016-12-251-133/+15
* Bug fix for edit-hook API endpointEthan Koenig2016-12-091-2/+8
* golint fixed for routers (#208)Lunny Xiao2016-11-241-3/+7