aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-275-5/+15
* Fix "force private" logic (#31012)wxiaoguang2024-05-202-3/+3
* Simplify mirror repository API logic (#30963)wxiaoguang2024-05-171-9/+3
* Protected tag is no internal server error (#30962)KN4CK3R2024-05-143-8/+17
* Support using label names when changing issue labels (#30943)Zettat1232024-05-131-1/+28
* Fix misspelling of mergable (#30896)yp053272024-05-081-2/+2
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-032-40/+33
* refactor: merge ListActionTasks func to action.go file (#30811)Bo-Yi Wu2024-05-022-80/+66
* Catch and handle unallowed file type errors in issue attachment API (#30791)Kemal Zebari2024-05-022-2/+17
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-011-0/+80
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-3/+3
* Prevent allow/reject reviews on merged/closed PRs (#30686)Kemal Zebari2024-04-271-2/+11
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-262-41/+101
* Fix compare api swagger (#30648)Lunny Xiao2024-04-231-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-226-7/+0
* fix(api): refactor branch and tag existence checks (#30618)Bo-Yi Wu2024-04-221-5/+4
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-201-1/+1
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-4/+4
* feat(api): implement branch/commit comparison API (#30349)Bo-Yi Wu2024-04-161-0/+99
* Fix missed doer (#30231)Lunny Xiao2024-04-085-18/+18
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-011-0/+10
* Refactor topic Find functions and add more tests for pagination (#30127)Lunny Xiao2024-03-291-3/+4
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+296
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-281-6/+11
* Remove repetitive words (#30091)crazeteam2024-03-261-1/+1
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-211-2/+7
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-212-13/+8
* Fix PR creation via api between branches of same repo with head field namespa...norohind2024-03-171-0/+2
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-12/+12
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-4/+0
* remove repetitive words (#29695)pengqiseven2024-03-112-2/+2