summaryrefslogtreecommitdiffstats
path: root/models/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Fix issues count bug (#21557)Lunny Xiao2022-10-251-25/+20
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+9
* Fix various typos (#21103)luzpaz2022-09-071-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+14
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-7/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-3/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+47
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-0/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-52/+30
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+13
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-34/+0
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-1/+0
* Avoid database lookups for `DescriptionHTML` (#18924)Gusted2022-02-271-1/+1
* Fix trace log to show value instead of pointers (#18926)Gusted2022-02-271-1/+8
* Add separate SSH_USER config option (#17584)Clar Fon2022-02-071-4/+1
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+24
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+2
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-31/+0
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+7
* Fix TemplateRepo no longer in models.repo (#17993)Caellion2021-12-161-0/+10
* Prevent deadlock in create issue (#17970)zeripath2021-12-131-2/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+36
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-0/+736