summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Update tool dependencies (#29030)silverwind2024-02-021-2/+0
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-2/+2
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-276-13/+16
* fix: update enable_prune even if mirror_interval is not provided (#28905)Anthony Quéré2024-01-251-1/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-171-0/+4
* Fix `GetCommitStatuses` (#28787)KN4CK3R2024-01-151-1/+4
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+5
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-153-19/+18
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-1/+1
* Fix issue dependencies (#27736)Nanguan Lin2024-01-121-29/+32
* Add get actions runner registration token for API routes, repo, org, user and...Lunny Xiao2023-12-271-0/+34
* Refactor deletion (#28610)delvh2023-12-251-3/+10
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-12/+12
* Abstract hash function usage (#28138)Adam Majer2023-12-132-2/+3
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-112-6/+16
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-091-3/+2
* Remove deprecated query condition in ListReleases (#28339)Nanguan Lin2023-12-051-8/+0
* Fix comment permissions (#28213)Lunny Xiao2023-11-259-27/+147
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-15/+4
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-181-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-145-10/+10
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-115-9/+9
* api: GetPullRequestCommits: return file list (#27483)Michael Santos2023-10-092-2/+34
* Don't let API add 2 exclusive labels from same scope (#27433)JakobDev2023-10-051-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-0314-25/+25
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-295-11/+11
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-257-17/+17
* Updates to the API for archived repos (#27149)JakobDev2023-09-2111-19/+57
* 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