| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -12/+4 |
* | Refactor rename user and rename organization (#24052) | Lunny Xiao | 2023-05-21 | 1 | -0/+8 |
* | Refactor Pull Mirror and fix out-of-sync bugs (#24732) | wxiaoguang | 2023-05-15 | 1 | -2/+2 |
* | Support SSH for go get (#24664) | rune | 2023-05-12 | 1 | -13/+19 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 1 | -6/+10 |
* | Display when a repo was archived (#22664) | JakobDev | 2023-04-26 | 1 | -2/+3 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 1 | -1/+7 |
* | Set repository link based on the url in package.json for npm packages (#20379) | Mai-Lapyst | 2023-03-28 | 1 | -0/+43 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -4/+4 |
* | Fix improper HTMLURL usages in Go code (#22839) | wxiaoguang | 2023-02-11 | 1 | -1/+1 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 1 | -1/+1 |
* | Do not overwrite empty DefaultBranch (#22708) | Jason Song | 2023-02-02 | 1 | -5/+0 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -0/+4 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -16/+6 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -23/+9 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -14/+10 |
* | 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 |