josephschorr
|
89ab94ffbb
|
Merge pull request #2720 from coreos-inc/gc-opt
GC optimizations
|
2017-06-29 20:55:14 +03:00 |
|
Joseph Schorr
|
2f018046ec
|
Move conduct_call into a common test lib for all endpoints
|
2017-06-28 11:38:36 +03:00 |
|
Joseph Schorr
|
8dcea30d58
|
Fix build by pre-calling the caches
They were being called in a test-dependent order, which caused any tests which relied on query count to fail
|
2017-06-27 18:11:46 +03:00 |
|
Joseph Schorr
|
227aa8ab8c
|
Ensure that search doesn't make extra SQL lookups
Before this change, we were accessing the `.kind` on the repository object, which caused peewee to make an extra lookup for each result
|
2017-05-04 13:08:09 -04:00 |
|
Joseph Schorr
|
e9ffe0e27b
|
Implement new search UI
We now have both autocomplete-based searching for quick results, as well as a full search page for a full listing of results
|
2017-04-28 13:57:28 -04:00 |
|