aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/fork.go
Commit message (Expand)AuthorAgeFilesLines
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-1/+9
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-2/+2
* Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick2023-02-041-1/+1
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+7
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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-121-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+19
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-5/+5
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-3/+3
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-311-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-11/+11
* Fix forked repositories missed tags (#18719)Lunny Xiao2022-02-121-1/+11
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+9
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-11/+11
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-0/+175