Commit Graph

10 Commits (f94c1b3943ebc4249e6240855c5414f735e8b25f)

Author SHA1 Message Date
Ethan Koenig 0f6dc411df Remove unnecessary IssueList attribute loads ()
Morlinest ddb7f59ef4 Add search mode option to /api/repo/search ()
* Add repo type option to /api/repo/search

* Add tests and fix result of collaborative filter in specific condition

* Fix/optimize search & tests

* Improve integration tests

* Fix lint errors

* Fix unit tests

* Change and improve internal implementation of repo search

* Use NonexistentID

* Make search api more general

* Change mirror and fork search behaviour

* Fix tests & typo in comment
Morlinest dff26e25ca Remove redudant functions and code ()
* Remove redudant functions and code
Ethan Koenig fa28de820e Make indexer code more reusable ()
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 7e0654bd9e Fix counts on issues dashboard ()
* Fix counts on issues dashboard

* setupSess -> setupSession

* Unit test

* Load repo owners for issues
Ethan Koenig b38b61bbc1 Fix import order ()
Bo-Yi Wu 95574a3640 fix: Admin can see all private repositories on Explore page. ()
* fix: Admin can see all private repositories on Explore page.

* refactor: fix session
bit 490d3771f7 s/fields/terms ()
use terms instead of fields as variable name to avoid confusion: NewPhraseQuery(terms []string, field string)
Ethan Koenig 833f8b94c2 Search bar for issues/pulls ()