| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issues count bug (#21557) | Lunny Xiao | 2022-10-25 | 1 | -25/+20 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -1/+1 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+9 |
* | Fix various typos (#21103) | luzpaz | 2022-09-07 | 1 | -1/+1 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -0/+14 |
* | Adjust transaction handling via db.Context (#20031) | Lunny Xiao | 2022-06-20 | 1 | -7/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -3/+3 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -0/+47 |
* | Custom regexp external issues (#17624) | Sandro Santilli | 2022-06-10 | 1 | -0/+3 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -52/+30 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -2/+13 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -1/+1 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -34/+0 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -1/+0 |
* | Avoid database lookups for `DescriptionHTML` (#18924) | Gusted | 2022-02-27 | 1 | -1/+1 |
* | Fix trace log to show value instead of pointers (#18926) | Gusted | 2022-02-27 | 1 | -1/+8 |
* | Add separate SSH_USER config option (#17584) | Clar Fon | 2022-02-07 | 1 | -4/+1 |
* | API: Return primary language and repository language stats API URL (#18396) | Lauris BH | 2022-01-25 | 1 | -0/+24 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+2 |
* | Use conditions but not repo ids as query condition (#16839) | Lunny Xiao | 2021-12-29 | 1 | -31/+0 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 1 | -0/+7 |
* | Fix TemplateRepo no longer in models.repo (#17993) | Caellion | 2021-12-16 | 1 | -0/+10 |
* | Prevent deadlock in create issue (#17970) | zeripath | 2021-12-13 | 1 | -2/+3 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -0/+36 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -0/+736 |