aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX41 hours2-4/+4
* Fix material icon & diff highlight (#33844)wxiaoguang2 days1-1/+0
* Only keep popular licenses (#33832)wxiaoguang3 days3-50/+11
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh3 days1-1/+0
* Decouple context from repository related structs (#33823)TheFox0x74 days6-81/+80
* Decouple diff stats query from actual diffing (#33810)wxiaoguang4 days2-8/+0
* Remove context from git struct (#33793)TheFox0x78 days11-53/+53
* Deleting repository should unlink all related packages (#33653)Lunny Xiao2025-02-212-6/+7
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-202-447/+446
* git graph: don't show detached commits (#33645)ericLemanissier2025-02-191-1/+1
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-171-0/+1
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-162-3/+4
* Fix various problems (artifact order, api empty slice, assignee check, fuzzy ...wxiaoguang2025-02-131-10/+11
* Move gitgraph from modules to services layer (#33527)Lunny Xiao2025-02-074-0/+1429
* Support choose email when creating a commit via web UI (more) (#33445)wxiaoguang2025-01-311-5/+9
* Refactor repository transfer (#33211)Lunny Xiao2025-01-302-100/+178
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-306-87/+104
* Fix system admin cannot fork or get private fork with API (#33401)Lunny Xiao2025-01-271-3/+5
* Improve sync fork behavior (#33319)wxiaoguang2025-01-202-8/+57
* Fix push message behavior (#33215)Chai-Shi2025-01-172-62/+62
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-151-0/+23
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-132-52/+32
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-101-10/+39
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-102-2/+9
* Support the new exit code for `git remote` subcommands for git version >=2.30...yp053272025-01-071-4/+3
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-072-10/+10
* Inherit submodules from template repository content (#16237)Steffen Schröter2025-01-011-63/+67
* Clarify path param naming (#32969)wxiaoguang2024-12-244-15/+15
* Fix repo avatar conflict (#32958)wxiaoguang2024-12-233-3/+12
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-208-30/+178
* Refactor pprof labels and process desc (#32909)wxiaoguang2024-12-207-17/+3
* Move delete deploy keys into service layer (#32201)Lunny Xiao2024-12-181-10/+3
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-183-16/+21
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-153-5/+4
* Detect whether action view branch was deleted (#32764)Lunny Xiao2024-12-121-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