summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Performance improvements for pull request list page (#29900) (#29972)Lunny Xiao2024-03-222-13/+8
* Add cache for dashbaord commit status (#29932)Lunny Xiao2024-03-201-2/+2
* Fix PR creation via api between branches of same repo with head field namespa...Giteabot2024-03-201-0/+2
* Add missing database transaction for new issue (#29490) (#29607)Lunny Xiao2024-03-051-1/+1
* Fix 500 when pushing release to an empty repo (#29554) (#29564)Giteabot2024-03-031-0/+5
* Fix missed return (#29450) (#29453)Giteabot2024-02-271-0/+1
* Refactor issue template parsing and fix API endpoint (#29069) (#29140)wxiaoguang2024-02-141-5/+5
* Fix an actions schedule bug (#28942) (#28999)Giteabot2024-01-311-2/+2
* fix: update enable_prune even if mirror_interval is not provided (#28905) (#2...Giteabot2024-01-261-1/+1
* Fix `GetCommitStatuses` (#28787) (#28804)KN4CK3R2024-01-151-1/+3
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-141-1/+1
* Fix issue dependencies (#27736) (#28776)Giteabot2024-01-121-29/+32
* Also sync DB branches on push if necessary (#28361) (#28403)Lunny Xiao2023-12-111-3/+2
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-2510-28/+148
* api: GetPullRequestCommits: return file list (#27483) (#27539)Giteabot2023-10-092-2/+34
* Don't let API add 2 exclusive labels from same scope (#27433) (#27460)Giteabot2023-10-061-1/+1
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-295-11/+11
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-257-17/+17
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-5/+12
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1610-32/+32
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-157-10/+10
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-144-7/+7
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-1331-0/+204
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-2/+2
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-082-6/+6
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-062-3/+3
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-054-13/+13
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-051-30/+30
* Allow users with write permissions for issues to add attachments with API (#2...Zettat1232023-09-011-1/+1
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-011-0/+54
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-012-12/+12
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-291-0/+75
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-9/+7
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-2/+1
* PATCH branch-protection updates check list even when checks are disabled (#26...Infinoid2023-08-241-1/+2
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-0/+4
* Allow to archive labels (#26478)puni98692023-08-141-1/+2
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-4/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-312-150/+176
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-2212-43/+43
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-10/+11
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-22/+39
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-106-28/+28
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-2/+2
* Less naked returns (#25713)65432023-07-072-11/+11
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-8/+8
* Fix bug of branches API with tests (#25578)Lunny Xiao2023-07-011-2/+35
* Add API for changing Avatars (#25369)JakobDev2023-06-291-0/+84
* Sync branches into databases (#22743)Lunny Xiao2023-06-293-22/+72