summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Fix no edit history after editing issue's title and content (#30814) (#30845)Giteabot2024-05-032-40/+33
* Catch and handle unallowed file type errors in issue attachment API (#30791) ...Giteabot2024-05-032-2/+17
* 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
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-2/+2
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-061-2/+2
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-048-26/+67
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-3/+23
* Fix 500 when pushing release to an empty repo (#29554)Nanguan Lin2024-03-031-0/+5
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-021-10/+29
* remove util.OptionalBool and related functions (#29513)65432024-03-023-30/+27
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-292-15/+16
* Move generate from module to service (#29465)Lunny Xiao2024-02-281-1/+1
* Fix missed return (#29450)Lunny Xiao2024-02-271-0/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-2748-49/+49
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+85
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-0/+1
* Add API to get merged PR of a commit (#29243)qwerty2872024-02-241-0/+51
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-3/+3
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-4/+4
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-122-0/+6
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-121-5/+5
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-051-1/+1
* 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