| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix data-race problems in git module (quick patch) (#19934) | wxiaoguang | 2022-06-11 | 1 | -5/+0 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -2/+3 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Prevent intermittent failures in RepoIndexerTest (2) (#19229) | zeripath | 2022-03-27 | 1 | -0/+5 |
* | Prevent intermittent failures in RepoIndexerTest (#19225) | zeripath | 2022-03-27 | 1 | -2/+8 |
* | Prevent Stats Indexer reporting error if repo dir missing (#18870) | zeripath | 2022-02-24 | 1 | -0/+3 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -1/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -2/+1 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -1/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 4 | -12/+13 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -1/+8 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -2/+1 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -3/+3 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 1 | -1/+1 |
* | Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ... | wxiaoguang | 2021-09-20 | 1 | -5/+12 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 2 | -4/+6 |
* | If the default branch is not present do not report error on stats indexing (f... | zeripath | 2021-04-22 | 1 | -1/+1 |
* | If the default branch is not present do not report error on stats indexing (#... | zeripath | 2021-04-22 | 1 | -1/+5 |
* | Use native git variants by default with go-git variants as build tag (#13673) | zeripath | 2020-12-17 | 1 | -0/+3 |
* | Fix incorrect error logging in Stats indexer and OAuth2 (#12387) | zeripath | 2020-08-01 | 1 | -2/+8 |
* | Fix language stat calculation (#11692) | Cirno the Strongest | 2020-05-31 | 1 | -3/+1 |
* | Change language statistics to save size instead of percentage (#11681) | Lauris BH | 2020-05-30 | 1 | -0/+3 |
* | Index code and stats only for non-empty repositories (#10251) | Lauris BH | 2020-02-14 | 1 | -2/+2 |
* | Fix queue pop error and stat empty repository error (#10248) | Lunny Xiao | 2020-02-12 | 1 | -0/+4 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 4 | -0/+224 |