aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/indexer.go
Commit message (Expand)AuthorAgeFilesLines
* Allow searching issues by ID (#31479)Carsten Klein2024-07-171-2/+2
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-241-1/+1
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-2/+2
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-071-28/+0
* Improve retrying index issues (#27554)Jason Song2023-10-151-18/+7
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-231-3/+38
* Support rebuilding issue indexer manually (#26546)Jason Song2023-08-171-7/+15
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-107/+115
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-7/+13
* Refactor indexer (#25174)Jason Song2023-06-231-144/+55
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-39/+32
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Rewrite queue (#24505)wxiaoguang2023-05-081-53/+20
* Add meilisearch support (#23136)techknowlogick2023-03-281-1/+16
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-9/+9
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-6/+6
* 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
* 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-271-4/+51
* Pause queues (#15928)zeripath2022-01-221-2/+3
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-201-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-2/+2
* Remove hardcoded ES indexername (#12521)Wim2020-08-181-1/+1
* 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-131-9/+23
* Stop hanging issue indexer initialisation from preventing shutdown (#10243)zeripath2020-02-121-17/+15
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+1
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-74/+125
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-1/+1
* 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
* 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-311-6/+5
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-63/+130
* Add golangci (#6418)kolaente2019-06-121-4/+9
* Issue indexer queue redis support (#6218)Lunny Xiao2019-04-081-13/+22
* Better logging (#6038) (#6095)zeripath2019-04-021-4/+4
* fix bug when set indexer as db and add tests (#6173)Lunny Xiao2019-02-241-0/+1
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-211-1/+10
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-0/+148
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-0/+36