aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x77 days3-5/+4
* Detect whether action view branch was deleted (#32764)Lunny Xiao10 days1-1/+1
* Support "merge upstream branch" (Sync fork) (#32741)wxiaoguang2024-12-061-0/+115
* Fix delete branch perm checking (#32654)Lunny Xiao2024-12-041-6/+23
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-277-236/+292
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-252-26/+33
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-222-52/+0
* disable gravatar in test (#32529)Rowan Bohde2024-11-211-1/+2
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-181-0/+24
* Remove transaction for archive download (#32186)Lunny Xiao2024-11-152-26/+19
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-141-1/+1
* Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#3...Zettat1232024-11-111-1/+6
* Fix broken releases when re-pushing tags (#32435)Zettat1232024-11-081-7/+12
* Add new event commit status creation and webhook implementation (#27151)Lunny Xiao2024-11-071-7/+4
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-077-9/+209
* Fix git error handling (#32401)wxiaoguang2024-11-023-33/+15
* improve performance of diffs (#32393)Rowan Bohde2024-11-021-4/+9
* Support repo license (#24872)yp053272024-10-018-0/+321
* Fix bug when deleting a migrated branch (#32075)Lunny Xiao2024-09-241-6/+7
* Fix: database not update release when using `git push --tags --force` (#32040)Exploding Dragon2024-09-181-8/+10
* Use global lock instead of NewExclusivePool to allow distributed lock between...Lunny Xiao2024-09-061-11/+21
* Fixes for unreachable project issues when transfer repository from organizati...Edip Emre Bodur2024-08-131-0/+17
* Move repository visibility to danger zone in the settings area (#31126)Fábio Barkoski2024-08-111-0/+25
* Distinguish LFS object errors to ignore missing objects during migration (#31...Jason Song2024-07-311-0/+1
* Fix a branch divergence cache bug (#31659)Zettat1232024-07-192-2/+25
* Add `YEAR`, `MONTH`, `MONTH_ENGLISH`, `DAY` variables for template repos (#31...delvh2024-07-091-0/+6
* Refactor names (#31405)wxiaoguang2024-06-194-15/+15
* 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