summaryrefslogtreecommitdiffstats
path: root/modules/repository/create.go
Commit message (Expand)AuthorAgeFilesLines
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-137/+0
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-0/+5
* Split lfs size from repository size (#22900)a10121127962023-06-281-1/+1
* Remove stars when repo goes private (#19904)Wim2023-06-051-0/+4
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-2/+1
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-1/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-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-041-4/+8
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-131-2/+30
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-22/+22
* 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-251-3/+150
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-1/+1
* 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-1/+114
* A pull-mirror repo should be marked as such on creation (#19295)Peter Gardfjäll2022-04-011-0/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-2/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-1/+5
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Check if label template exist first (#14384)65432021-01-181-8/+21
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-3/+6
* Add IsTemplate option in create repo ui and api (#12942)赵智超2020-09-251-0/+1
* Adopt repositories (#12920)zeripath2020-09-251-23/+50
* Add configurable Trust Models (#11712)zeripath2020-09-201-0/+1
* RepoInit Respect AlternateDefaultBranch (#12746)65432020-09-061-0/+4
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+2
* When initialising repositories ensure that the user doing the creation is the...zeripath2020-05-241-1/+1
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+1
* [API] Fix inconsistent label color format (#10129)65432020-02-091-3/+3
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-0/+77