summaryrefslogtreecommitdiffstats
path: root/modules/repository/init.go
Commit message (Expand)AuthorAgeFilesLines
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-158/+4
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-0/+6
* Replace placeholders in licenses (#24354)Jason Song2023-05-051-2/+7
* 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-101-48/+69
* Reduce duplicate and useless code in options (#23369)Jason Song2023-03-081-3/+3
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-116/+18
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-211-3/+2
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-5/+4
* Improve utils of slices (#22379)Jason Song2023-01-111-3/+3
* 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
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-20/+20
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-9/+9
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+2
* 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
* 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-061-1/+1
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-1/+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-011-8/+8
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-3/+220
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-4/+4
* format with gofumpt (#18184)65432022-01-201-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-11/+11
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-86/+0
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-5/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-0/+5
* Ensure that HEAD is updated to match default branch in template generation (#...zeripath2020-12-111-0/+1
* Push HEAD instead of master when initialising repositories (#13719)zeripath2020-11-281-2/+2
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+12
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-2/+2
* Adopt repositories (#12920)zeripath2020-09-251-4/+85
* Add configurable Trust Models (#11712)zeripath2020-09-201-3/+14
* [Vendor] Switch go-version lib (#12719)65432020-09-051-4/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+6
* properly set symbolic-ref HEAD when a repo is created with a non-master defau...xenofem2020-07-051-0/+7
* Global default branch setting (#11918)techknowlogick2020-06-171-1/+2
* [feature] provide `OwnerName` field for README template (#10981)j.yao.SUSE2020-04-061-0/+1
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-3/+11
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-1/+1