aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository
Commit message (Expand)AuthorAgeFilesLines
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-1/+1
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-103-50/+100
* Allow repo admins too to delete the repo (#23940)yp053272023-04-071-2/+2
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-18/+0
* Reduce duplicate and useless code in options (#23369)Jason Song2023-03-081-3/+3
* Add loading yaml label template files (#22976)Lauris BH2023-03-022-117/+20
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-1/+1
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-211-3/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-183-5/+5
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-153-12/+13
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-082-3/+3
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+1
* Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick2023-02-042-5/+9
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-5/+4
* Implement actions (#21937)Jason Song2023-01-311-0/+1
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren Gutiérrez2023-01-161-2/+2
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-132-2/+40
* Improve utils of slices (#22379)Jason Song2023-01-111-3/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-091-4/+4
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-103-36/+31
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-033-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2717-34/+17
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-123-4/+4
* Adjust clone timeout error to suggest increasing timeout (#21769)zeripath2022-11-121-0/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-247-83/+83
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-233-11/+11
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-0/+12
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Remove unnecessary length check for repo's Description & Website (#21194)wxiaoguang2022-09-181-8/+0
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-257-21/+490
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-162-2/+2
* Executable check always returns true for windows (#20637)JonRB2022-08-041-0/+5
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-12/+10
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-4/+5
* Move some code into models/git (#19879)Lunny Xiao2022-06-123-7/+10
* 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-068-16/+333
* Update go tool dependencies (#19676)silverwind2022-05-101-1/+1
* Move some helper files out of models (#19355)Lunny Xiao2022-05-083-1/+127
* fix #19545 (#19563)65432022-04-301-4/+5
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* A pull-mirror repo should be marked as such on creation (#19295)Peter Gardfjäll2022-04-011-0/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-3/+7
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-015-19/+19
* Improve sync performance for pull-mirrors (#19125)Peter Gardfjäll2022-03-311-0/+60
* Make git.OpenRepository accept Context (#19260)65432022-03-303-3/+3