| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 2 | -9/+10 |
* | Use Go 1.21 and update dependencies (#26878) | wxiaoguang | 2023-09-03 | 1 | -3/+2 |
* | Fix counting and filtering on the dashboard page for issues (#26657) | Jason Song | 2023-08-23 | 2 | -3/+51 |
* | Support rebuilding issue indexer manually (#26546) | Jason Song | 2023-08-17 | 1 | -7/+15 |
* | Explain SearchOptions and fix ToSearchOptions (#26542) | Jason Song | 2023-08-16 | 3 | -22/+35 |
* | Fix project filter bugs (#26490) | CaiCandong | 2023-08-15 | 1 | -0/+4 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 21 | -352/+2301 |
* | Add open/closed field support for issue index (#25708) | techknowlogick | 2023-07-07 | 9 | -30/+45 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 6 | -12/+12 |
* | Fix issues indexer document mapping (#25619) | Jason Song | 2023-07-04 | 1 | -20/+12 |
* | Fix `Init` of db indexer (#25470) | Jason Song | 2023-06-23 | 1 | -2/+3 |
* | Refactor indexer (#25174) | Jason Song | 2023-06-23 | 36 | -1411/+1359 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 3 | -47/+38 |
* | Allow skipping forks and mirrors from being indexed (#23187) | techknowlogick | 2023-05-25 | 1 | -0/+27 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 2 | -33/+8 |
* | Some refactors for issues stats (#24793) | Lunny Xiao | 2023-05-19 | 1 | -1/+1 |
* | Remove unnecessary code (#24610) | Lunny Xiao | 2023-05-10 | 2 | -2/+2 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 11 | -162/+65 |
* | Refactor config provider (#24245) | Lunny Xiao | 2023-04-25 | 2 | -4/+2 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -1/+1 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 3 | -4/+12 |
* | Fix meilisearch not working when searching across multiple repositories (#24109) | Brecht Van Lommel | 2023-04-14 | 1 | -2/+4 |
* | Add meilisearch support (#23136) | techknowlogick | 2023-03-28 | 2 | -1/+199 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 2 | -5/+5 |
* | Make issue and code search support camel case (#22829) | sillyguodong | 2023-02-12 | 2 | -4/+6 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 3 | -3/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 20 | -40/+20 |
* | Show syntax lexer name in file view/blame (#21814) | silverwind | 2022-11-19 | 1 | -1/+4 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -9/+9 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 3 | -3/+3 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 3 | -7/+7 |
* | test: use `T.TempDir` to create temporary test directory (#21043) | Eng Zer Jun | 2022-09-04 | 3 | -28/+4 |
* | Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182) | wxiaoguang | 2022-07-01 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 2 | -2/+2 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 2 | -8/+8 |
* | fix: some typos (#19956) | yutotnh | 2022-06-13 | 1 | -1/+1 |
* | 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 some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -2/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 5 | -5/+6 |
* | Prevent dangling archiver goroutine (#19516) | zeripath | 2022-04-26 | 2 | -2/+2 |
* | User specific repoID or xorm builder conditions for issue search (#19475) | 6543 | 2022-04-25 | 1 | -1/+1 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 3 | -3/+9 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 3 | -19/+22 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 2 | -1/+18 |
* | 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 |
* | Lock gofumpt to v0.3.0 and run it (#18866) | silverwind | 2022-02-23 | 1 | -1/+2 |