aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* 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
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-114-14/+15
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-2/+2
* Add support for forking single branch (#25821)Dmitry Sharshakov2023-09-291-6/+14
* make writing main test easier (#27270)Lunny Xiao2023-09-283-12/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-253-3/+3
* Updates to the API for archived repos (#27149)JakobDev2023-09-213-0/+30
* Search branches (#27055)Lunny Xiao2023-09-171-1/+2
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-166-12/+14
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-154-19/+18
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-141-2/+2
* Move some functions to service layer (#26969)Lunny Xiao2023-09-082-0/+75