summaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-166-7/+23
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-152-3/+6
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-122-1/+112
* Remove unnecessary syncbranchToDB with tests (#28624)Lunny Xiao2023-12-281-20/+9
* Refactor deletion (#28610)delvh2023-12-251-2/+2
* Always enable caches (#28527)Lunny Xiao2023-12-191-5/+0
* Adjust object format interface (#28469)Lunny Xiao2023-12-178-38/+34
* Abstract hash function usage (#28138)Adam Majer2023-12-1313-57/+59
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-8/+3
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-092-36/+66
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-073-3/+3
* Make pushUpdate error verbose (#28263)Earl Warren2023-11-301-1/+3
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-4/+4
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Add doctor dbconsistency fix to delete repos with no owner (#27290)65432023-10-191-6/+9
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-193-6/+44
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-185-22/+20
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-1/+1