summaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-10/+61
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-258-28/+41
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-1/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-164-15/+15
* Remove manual rollback for failed generated repositories (#20639)Gabriel Vasile2022-08-091-7/+0
* Check issue labels slice length before calling xorm Insert; fixes #20654 (#20...Gabriel Vasile2022-08-041-0/+5
* Add latest commit's SHA to content response (#20398)Gusted2022-07-303-27/+40
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-9/+7
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-0/+16
* Remove confusing TrimPrefix(... git.BranchPrefix) (#20369)wxiaoguang2022-07-161-2/+0
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-26/+23
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-4/+6
* Move some code into models/git (#19879)Lunny Xiao2022-06-127-22/+28
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-5/+0
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-0610-13/+195
* improvement some release related code (#19867)Lunny Xiao2022-06-031-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-9/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-112-4/+7
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+2
* Move some helper files out of models (#19355)Lunny Xiao2022-05-083-9/+14
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+7
* PullService lock via pullID (#19520)65432022-05-041-0/+1
* Avoid MoreThanOne Error (#19557)99rgosse2022-05-011-1/+1
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-261-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-212-8/+10
* Use a struct as test options (#19393)Lunny Xiao2022-04-143-3/+9
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-015-42/+37
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-312-11/+3
* Add Package Registry (#16510)KN4CK3R2022-03-301-2/+6
* Make git.OpenRepository accept Context (#19260)65432022-03-308-20/+21
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-291-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-292-1/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-293-7/+10
* Allow API to create file on empty repo (#19224)zeripath2022-03-286-106/+143
* Fix compare link in active feeds for new branch (#19149)a10121127962022-03-231-1/+28
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-223-6/+6
* Use IterateBufferSize whilst querying repositories during adoption check (#19...zeripath2022-03-211-0/+7
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-261-4/+4
* Fix forked repositories missed tags (#18719)Lunny Xiao2022-02-121-1/+11
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-13/+47
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-092-0/+319
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-064-14/+14
* Pause queues (#15928)zeripath2022-01-222-2/+4
* format with gofumpt (#18184)65432022-01-205-5/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1920-128/+146
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-191-1/+1
* Correctly upload LFS files (#18316)zeripath2022-01-182-0/+2
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* services/repository: fix ListUnadoptedRepositories incorrect total count (#17...singuliere2022-01-012-110/+156