Commit Graph

7 Commits (64680b72bd1b0a0fc164296ff0cc7319ae7dc4ca)

Author SHA1 Message Date
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 ()