aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use more specific test methods (#24265)KN4CK3R2023-04-221-3/+3
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-4/+15
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-1/+3
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-2/+7
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-1/+1
* fix submodule is nil panic (#23588)来自村里的小螃蟹2023-03-201-1/+3