summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-152-4/+4
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-122-83/+79
* Implement update branch API (#32433)Kemal Zebari2024-12-121-0/+71
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-111-33/+2
* Fix internal server error when updating labels without write permission (#32776)yp053272024-12-101-5/+5
* Fix delete branch perm checking (#32654)Lunny Xiao2024-12-042-44/+44
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-291-1/+2
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-271-2/+1
* Add priority to protected branch (#32286)65432024-11-271-4/+52
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-252-3/+65
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-221-1/+9
* Remove duplicate empty repo check in delete branch API (#32569)Kemal Zebari2024-11-201-5/+0
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-181-3/+12
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-092-55/+67
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-071-14/+11
* Include file extension checks in attachment API (#32151)Kemal Zebari2024-11-063-9/+30
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-052-17/+9
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-051-4/+4
* Fix git error handling (#32401)wxiaoguang2024-11-021-5/+2
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-311-2/+2
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-1/+0
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+5
* API: enhance SearchIssues swagger docs (#32208)65432024-10-191-19/+32
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-082-2/+7
* Allow filtering PRs by poster in the ListPullRequests API (#32209)65432024-10-071-9/+33
* Fix PR creation on forked repositories (#31863)Job2024-10-041-3/+14
* Support repo license (#24872)yp053272024-10-012-0/+62
* Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-011-1/+0
* Fix bug in getting merged pull request by commit (#32079)Zettat1232024-09-241-3/+3
* Check if the `due_date` is nil when editing issues (#32035)Zettat1232024-09-141-4/+10
* Handle invalid target when creating releases using API (#31841)Kemal Zebari2024-09-121-0/+3
* Support migration from AWS CodeCommit (#31981)Zettat1232024-09-111-0/+4
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+1
* Return 404 instead of error when commit not exist (#31977)Adam Majer2024-09-061-1/+1
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880)yp053272024-09-022-10/+38
* Set owner id to zero when GetRegistrationToken for repo (#31725)Jason Song2024-07-291-1/+1
* fix(api): owner ID should be zero when created repo secret (#31715)Bo-Yi Wu2024-07-291-4/+2
* Fix API endpoint for registration-token (#31722)Jason Song2024-07-291-1/+1
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+2
* Add return type to GetRawFileOrLFS and GetRawFile (#31680)Adam Majer2024-07-251-1/+7
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-6/+76
* Refactor names (#31405)wxiaoguang2024-06-1938-133/+133
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-151-1/+1
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+350
* [Refactor] Unify repo search order by logic (#30876)65432024-06-131-1/+1
* Enable `unparam` linter (#31277)silverwind2024-06-112-15/+15
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-311-16/+32
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-2/+2
* Add an immutable tarball link to archive download headers for Nix (#31139)Jörg Thalheim2024-05-281-0/+6
* Add missed return after `ctx.ServerError` (#31130)Lunny Xiao2024-05-281-0/+1