aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use gitea forked macaron (#7933)Tamal Saha2019-08-232-0/+2
* Add golangci (#6418)kolaente2019-06-124-11/+16
* Issue indexer queue redis support (#6218)Lunny Xiao2019-04-083-14/+168
* Better logging (#6038) (#6095)zeripath2019-04-022-8/+8
* fix bug when set indexer as db and add tests (#6173)Lunny Xiao2019-02-243-3/+30
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-216-10/+84
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-213-8/+210
* Refactor issue indexer (#5363)Lunny Xiao2019-02-196-0/+545