Commit Graph

113 Commits (ae446b13f938948c3f9305635621f3af11a5c04c)

Author SHA1 Message Date
Lunny Xiao 15ecc08475 fix bug when set indexer as db and add tests ()
Lunny Xiao 477ef46251
Add more tests and docs for issue indexer, add db indexer type for searching from database ()
* add more tests and docs for issue indexer, add db indexer type for searching from database

* fix typo

* fix typo

* fix lint

* improve docs
Lunny Xiao 0751153613
refactor issue indexer, add some testing and fix a bug ()
* refactor issue indexer, add some testing and fix a bug

* fix error copyright year on comment header

* issues indexer package import keep consistent
Lunny Xiao 987a521e2f remove unused file ()
Lunny Xiao 830ae61456 Refactor issue indexer ()
Lunny Xiao b65e37ed72
fix indexer reindex bug when gitea restart ()
* fix issue indexer bug reindex when restart gitea

* also fix code indexer reindex when gitea restart
Lunny Xiao 9e5d0a09eb
Global code search support ()
* 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
Ethan Koenig a89592d4ab Reduce repo indexer disk usage ()
Ethan Koenig 5866eb2321 Code/repo search ()
Indexed search of repository contents (for default branch only)
Ethan Koenig fa28de820e Make indexer code more reusable ()
Ethan Koenig ccff57103a Automatically regenerate indexer for incompatible versions ()
Ethan Koenig b0f7457d9e Improve issue search ()
* Improve issue indexer

* Fix new issue sqlite bug

* Different test indexer paths for each db

* Add integration indexer paths to make clean
Ethan Koenig 833f8b94c2 Search bar for issues/pulls ()