aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Fix branch_protection api shows users/teams who has no readAccess (#30291) (#...Giteabot2024-04-171-4/+4
* Fix missed doer (#30231) (#30343)Giteabot2024-04-095-18/+18
* Remove scheduled action tasks if the repo is archived (#30224) (#30230)Giteabot2024-04-011-0/+10
* Refactor topic Find functions and add more tests for pagination (#30127) (#30...Giteabot2024-03-291-3/+4
* 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
* 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