summaryrefslogtreecommitdiffstats
path: root/models/issue_indexer.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary IssueList attribute loads (#2936)Ethan Koenig2017-11-211-0/+3
|
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove redudant functions and code (#2652)Morlinest2017-10-101-1/+3
| | | * Remove redudant functions and code
* Make indexer code more reusable (#2590)Ethan Koenig2017-09-251-14/+23
|
* Improve issue search (#2387)Ethan Koenig2017-09-161-124/+40
| | | | | | | | | | * Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-1/+0
| | | | | | | | | | * Fix counts on issues dashboard * setupSess -> setupSession * Unit test * Load repo owners for issues
* Fix import order (#1951)Ethan Koenig2017-06-121-0/+1
|
* fix: Admin can see all private repositories on Explore page. (#1026)Bo-Yi Wu2017-02-261-1/+1
| | | | | | * fix: Admin can see all private repositories on Explore page. * refactor: fix session
* s/fields/terms (#1031)bit2017-02-241-3/+3
| | | use terms instead of fields as variable name to avoid confusion: NewPhraseQuery(terms []string, field string)
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-0/+183