aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Refactor Git Attribute & performance optimization (#34154)Lunny Xiao25 hours3-36/+11
* Uniform all temporary directories and allow customizing temp path (#32352)Lunny Xiao4 days4-23/+12
* Check user/org repo limit instead of doer (#34147)DrMaxNix4 days6-21/+21
* Rework create/fork/adopt/generate repository to make sure resources will be c...Lunny Xiao4 days10-321/+459
* Keep file tree view icons consistent with icon theme (#33921)Kerwin Bryant6 days2-11/+46
* Avoid creating unnecessary temporary cat file sub process (#33942)Lunny Xiao8 days1-1/+1
* Add `last_committer_date` and `last_author_date` for file contents API (#32921)Lunny Xiao9 days3-24/+38
* Refactor Branch struct in package modules/git (#33980)Lunny Xiao10 days3-22/+23
* Enable addtional linters (#34085)TheFox0x711 days8-14/+17
* fix users being able bypass limits with repo transfers (#34031)TheFox0x712 days2-1/+63
* Enable testifylint rules (#34075)TheFox0x712 days7-15/+15
* enable staticcheck QFxxxx rules (#34064)TheFox0x714 days1-4/+5
* Fix some migration and repo name problems (#33986)wxiaoguang2025-03-241-0/+14
* Use filepath.Join instead of path.Join for file system file operations (#33978)Lunny Xiao2025-03-241-1/+1
* Extract code to their own functions for push update (#33944)Lunny Xiao2025-03-201-86/+111
* Don't create duplicated functions for code repositories and wiki repositories...Lunny Xiao2025-03-195-8/+9
* Move hooks function to gitrepo and reduce expose repopath (#33890)Lunny Xiao2025-03-164-12/+10
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-151-4/+4
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-152-0/+148
* Add abstraction layer to delete repository from disk (#33879)Lunny Xiao2025-03-144-6/+12
* Ignore trivial errors when updating push data (#33864)wxiaoguang2025-03-141-16/+20
* Add abstraction layer to check if the repository exists on disk (#33874)Lunny Xiao2025-03-144-39/+32
* Pull request updates will also trigger code owners review requests (#33744)Lunny Xiao2025-03-131-1/+11
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-102-4/+4
* Fix material icon & diff highlight (#33844)wxiaoguang2025-03-101-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