aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Do not use lower tag names to find releases/tags (#29261) (#29262)Jason Song2024-02-191-6/+6
* Fix an actions schedule bug (#28942) (#28999)Giteabot2024-01-311-0/+10
* Fix `DeleteCollaboration` transaction behaviour (#28886) (#28889)Giteabot2024-01-221-2/+5
* Fix reverting a merge commit failing (#28794) (#28825)Mihir Joshi2024-01-216-7/+23
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-142-1/+112
* Remove unnecessary syncbranchToDB with tests (#28624) (#28629)Lunny Xiao2023-12-291-20/+9
* Also sync DB branches on push if necessary (#28361) (#28403)Lunny Xiao2023-12-112-32/+72
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-014-7/+45
* Add doctor dbconsistency fix to delete repos with no owner (#27290) (#27693)65432023-10-221-6/+9
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-253-3/+3
* 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
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-088-14/+484
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-064-4/+467
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-058-26/+26
* Move feed notification service layer (#26908)Lunny Xiao2023-09-051-2/+2
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-015-62/+62
* Sync tags when adopting repos (#26816)Zettat1232023-08-311-0/+4
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-3/+3
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-2/+3
* Sync repo's IsEmpty status correctly (#26517)wxiaoguang2023-08-171-1/+3
* Show branches and tags that contain a commit (#25180)delvh2023-07-271-0/+55
* Fix bugs in LFS meta garbage collection (#26122)Zettat1232023-07-262-2/+67
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-3/+3
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-0/+29
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-201-2/+2
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-11/+12
* Do not "guess" the file encoding/BOM when using API to upload files (#25828)wxiaoguang2023-07-121-102/+3
* Simplify the LFS GC logger usage (#25717)wxiaoguang2023-07-061-21/+17
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Fix branch commit message too long problem (#25588)Lunny Xiao2023-06-301-1/+1
* Sync branches into databases (#22743)Lunny Xiao2023-06-297-22/+258
* Add Adopt repository event and handler (#25497)Lunny Xiao2023-06-261-11/+13
* Refactor web package and context package (#25298)wxiaoguang2023-06-185-12/+12
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Remove duplicated functions when deleting a branch (#25128)Lunny Xiao2023-06-082-9/+3
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-051-1/+1
* Update repo's default branch when adding new files in an empty one (#25017)wxiaoguang2023-05-311-8/+8
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-293-368/+279
* Improve queue and logger context (#24924)wxiaoguang2023-05-262-9/+7
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-263-27/+18
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-132-0/+18
* Improve avatar uploading / resizing / compressing, remove Fomantic card modul...wxiaoguang2023-05-131-5/+2
* Rewrite queue (#24505)wxiaoguang2023-05-082-15/+9
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Support uploading file to empty repo by API (#24357)wxiaoguang2023-04-261-0/+5