summaryrefslogtreecommitdiffstats
path: root/modules/indexer
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2720-40/+20
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-191-1/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-9/+9
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-3/+3
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-233-7/+7
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-043-28/+4
* Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182)wxiaoguang2022-07-011-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-202-2/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-8/+8
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-5/+0
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-1/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-5/+6
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-262-2/+2
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-143-3/+9
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-013-19/+22
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-312-1/+18
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Prevent intermittent failures in RepoIndexerTest (2) (#19229)zeripath2022-03-271-0/+5
* Prevent intermittent failures in RepoIndexerTest (#19225)zeripath2022-03-271-2/+8
* Prevent Stats Indexer reporting error if repo dir missing (#18870)zeripath2022-02-241-0/+3
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-063-6/+6
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-2712-74/+379
* Pause queues (#15928)zeripath2022-01-223-5/+8
* format with gofumpt (#18184)65432022-01-2012-107/+89
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-202-4/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-196-31/+35
* Upgrade bleve from v2.0.6 to v2.3.0 (#18132)Lunny Xiao2022-01-011-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-162-0/+11
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-153-3/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1012-37/+41
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-303-3/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+1
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-173-4/+3
* Fix nil checking on typed interface (#17598)Gusted2021-11-153-7/+8
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-125-13/+15
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-021-23/+11
* Fix some lints (#17337)Lunny Xiao2021-10-171-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-225-10/+8
* Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ...wxiaoguang2021-09-201-5/+12
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-197-19/+20
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Fix data race in bleve indexer (#16474)Lunny Xiao2021-07-183-6/+69
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-3/+3
* Use git log name-status in get last commit (#16059)zeripath2021-06-212-0/+6