aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Add a simple test for AdoptRepository (#31391)wxiaoguang2024-06-171-0/+13
* Add `lint-go-gopls` (#30729)silverwind2024-06-051-2/+2
* Fix push multiple branches error with tests (#31151)Lunny Xiao2024-05-291-1/+1
* Fix automerge will not work because of some events haven't been triggered (#3...Lunny Xiao2024-05-211-1/+1
* Fix "force private" logic (#31012)wxiaoguang2024-05-201-1/+1
* Fix incorrect default branch when adopt a repository (#30912)yp053272024-05-091-21/+16
* Make "sync branch" also sync object format and add tests (#30878)wxiaoguang2024-05-061-0/+4
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-061-1/+1
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-293-7/+7
* If a repository return no commitstatus, then still cache it but not query it ...Lunny Xiao2024-04-251-7/+15
* Enable more `revive` linter rules (#30608)silverwind2024-04-223-4/+0
* Use correct hash for "git update-index" (#30626)wxiaoguang2024-04-221-5/+8
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-203-4/+4
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-134-38/+27
* Fix commit status cache which missed target_url (#30426)Lunny Xiao2024-04-121-11/+41
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-121-7/+41
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-111-0/+1
* Clean up log messages (#30313)wxiaoguang2024-04-073-3/+3
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-4/+2
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-211-4/+4
* Fix loadOneBranch panic (#29938)wxiaoguang2024-03-201-4/+6
* Restore deleted branches when syncing (#29898)Jason Song2024-03-201-2/+2
* Add cache for branch divergence on branch list page (#29577)Lunny Xiao2024-03-082-6/+54
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-086-34/+17
* Add download URL for executable files (#28260)Earl Warren2024-03-061-1/+1
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-062-48/+135
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-062-44/+82
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-062-30/+60
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-041-1/+2
* Add user blocking (#29028)KN4CK3R2024-03-045-19/+42
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+2
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-011-0/+264
* Move generate from module to service (#29465)Lunny Xiao2024-02-285-5/+542
* Move context from modules to services (#29440)Lunny Xiao2024-02-276-6/+6
* Refactor git attributes (#29356)KN4CK3R2024-02-241-9/+3
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-245-16/+7
* Implement code frequency graph (#29191)Şahin Akkaya2024-02-231-2/+0
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-232-3/+5
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+5
* Do not use lower tag names to find releases/tags (#29261)Jason Song2024-02-191-6/+6
* Implement contributors graph (#27882)Şahin Akkaya2024-02-152-0/+406
* Extract linguist code to method (#29168)KN4CK3R2024-02-141-0/+31
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-19/+19
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-052-2/+343
* Update tool dependencies (#29030)silverwind2024-02-021-1/+0
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-0/+10
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-2714-30/+34
* Fix `DeleteCollaboration` transaction behaviour (#28886)KN4CK3R2024-01-221-2/+5
* Fix branch list bug which displayed default branch twice (#28878)Lunny Xiao2024-01-211-3/+2
* Add support for sha256 repositories (#23894)Adam Majer2024-01-192-11/+16