aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues
Commit message (Expand)AuthorAgeFilesLines
* Fix meilisearch not working when searching across multiple repositories (#24109)Brecht Van Lommel2023-04-141-2/+4
* Add meilisearch support (#23136)techknowlogick2023-03-282-1/+199
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-3/+3
* Make issue and code search support camel case (#22829)sillyguodong2023-02-121-2/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-276-12/+6
* 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-241-1/+1
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-042-19/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-8/+8
* fix: some typos (#19956)yutotnh2022-06-131-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-201-1/+1
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-261-1/+1
* 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-141-1/+3
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-0/+12
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-276-41/+199
* Pause queues (#15928)zeripath2022-01-221-2/+3
* format with gofumpt (#18184)65432022-01-205-45/+37
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-202-4/+4
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-2/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-2/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-4/+4
* 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-222-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+4
* Fix data race in bleve indexer (#16474)Lunny Xiao2021-07-181-2/+4
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-2/+2
* Upgrade blevesearch dependency to v2.0.1 (#14346)Lauris BH2021-01-172-9/+9
* Sort issue search results by revelance (#14353)Lauris BH2021-01-163-3/+4
* Refactor Logger (#13294)zeripath2020-10-311-2/+2
* Remove hardcoded ES indexername (#12521)Wim2020-08-181-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-113-6/+7
* Log the indexer path on failure (#11172)zeripath2020-04-221-3/+4
* Handle panic in indexer initialisation better (#10534)zeripath2020-02-281-0/+8
* Issue search support elasticsearch (#9428)Lunny Xiao2020-02-133-10/+254
* Stop hanging issue indexer initialisation from preventing shutdown (#10243)zeripath2020-02-121-17/+15
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+1
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-2/+2
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-077-411/+133
* Stop various tests from adding to the source tree (#9515)zeripath2019-12-283-6/+47
* Refactor code indexer (#9313)Lunny Xiao2019-12-232-2/+2
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+1
* fix issue indexer not triggered when migrating a repository (#9332)Lunny Xiao2019-12-121-16/+21
* upgrade levelqueue to 0.1.0 (#9192)Lunny Xiao2019-11-281-1/+1
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-1/+1
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-315-23/+29
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-152-75/+132