summaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-197-17/+18
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-127-9/+9
* Fix repository adoption on Windows (#21646)zeripath2022-10-312-9/+10
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-313-13/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2416-74/+74
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-236-22/+15
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+4
* Fix incorrect notification commit url (#21479)wxiaoguang2022-10-171-4/+4
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-172-10/+10
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-1/+1
* 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