summaryrefslogtreecommitdiffstats
path: root/models/issue_indexer.go
Commit message (Collapse)AuthorAgeFilesLines
* Reduce repo indexer disk usage (#3452)Ethan Koenig2018-02-051-2/+2
|
* Add repo-sync-releases admin command (#3254)Sandro Santilli2017-12-311-1/+1
| | | | | | | | | | | | | | | | | | * Add repo-sync-releases admin command Will help recovering corrupted database, see #3247 * Load repos in chunks of 10, exit with error if unable to get a list, scan private repos, fix typo * Fix debug output about num releases * Introduce RepositoryListDefaultPageSize constant, set to 64 Use it from the new admin command * Use RepositoryListDefaultPageSize in more places * Document RepositoryListDefaultPageSize
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-1/+1
|
* Remove unnecessary updates to issue indexer (#3212)Ethan Koenig2017-12-171-0/+20
|
* 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