aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao8 days1-4/+4
* Add file tree to file view page (#32721)Kerwin Bryant9 days2-0/+148
* Add abstraction layer to delete repository from disk (#33879)Lunny Xiao9 days4-6/+12
* Ignore trivial errors when updating push data (#33864)wxiaoguang10 days1-16/+20
* Add abstraction layer to check if the repository exists on disk (#33874)Lunny Xiao10 days4-39/+32
* Pull request updates will also trigger code owners review requests (#33744)Lunny Xiao10 days1-1/+11
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX13 days2-4/+4
* Fix material icon & diff highlight (#33844)wxiaoguang13 days1-1/+0
* Only keep popular licenses (#33832)wxiaoguang2025-03-103-50/+11
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-091-1/+0
* Decouple context from repository related structs (#33823)TheFox0x72025-03-086-81/+80
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-082-8/+0
* Remove context from git struct (#33793)TheFox0x72025-03-0411-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