summaryrefslogtreecommitdiffstats
path: root/modules/indexer
Commit message (Collapse)AuthorAgeFilesLines
...
* Add more tests and docs for issue indexer, add db indexer type for searching ↵Lunny Xiao2019-02-216-10/+84
| | | | | | | | | | | | | | from database (#6144) * add more tests and docs for issue indexer, add db indexer type for searching from database * fix typo * fix typo * fix lint * improve docs
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-213-8/+210
| | | | | | | | * refactor issue indexer, add some testing and fix a bug * fix error copyright year on comment header * issues indexer package import keep consistent
* remove unused file (#6121)Lunny Xiao2019-02-191-143/+0
|
* Refactor issue indexer (#5363)Lunny Xiao2019-02-196-0/+545
|
* fix indexer reindex bug when gitea restart (#5563)Lunny Xiao2018-12-192-8/+19
| | | | | | * fix issue indexer bug reindex when restart gitea * also fix code indexer reindex when gitea restart
* Global code search support (#3664)Lunny Xiao2018-03-161-6/+21
| | | | | | | | | | | | * add global code search on explore * fix bug when no anyone public repos * change the icon * fix typo and add UnitTypeCode check for login non-admin user * fix ui description when no match
* Reduce repo indexer disk usage (#3452)Ethan Koenig2018-02-053-89/+105
|
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+199
| | | Indexed search of repository contents (for default branch only)
* Make indexer code more reusable (#2590)Ethan Koenig2017-09-252-21/+60
|
* Automatically regenerate indexer for incompatible versions (#2524)Ethan Koenig2017-09-231-19/+18
|
* Improve issue search (#2387)Ethan Koenig2017-09-162-4/+176
| | | | | | | | | | * Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-0/+14