Skip to content

Commit

Permalink
search: stream search process end-to-end
Browse files Browse the repository at this point in the history
Credit: @zkat
PR-URL: npm/npm#13746
Reviewed-By: @othiym23
Fixes: #12619
Fixes: #13247
Fixes: #12587
Fixes: #12439
Fixes: npm#6254
Fixes: npm#7090
  • Loading branch information
zkat committed Oct 13, 2016
1 parent b650b39 commit 2b8057b
Show file tree
Hide file tree
Showing 6 changed files with 597 additions and 445 deletions.
193 changes: 0 additions & 193 deletions lib/cache/update-index.js

This file was deleted.

10 changes: 2 additions & 8 deletions lib/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
scope: '',
searchopts: '',
searchexclude: null,
searchsort: 'name',
searchstaleness: 15 * 60,
shell: osenv.shell(),
shrinkwrap: true,
'sign-git-tag': false,
Expand Down Expand Up @@ -302,13 +302,7 @@ exports.types = {
scope: String,
searchopts: String,
searchexclude: [null, String],
searchsort: [
'name', '-name',
'description', '-description',
'author', '-author',
'date', '-date',
'keywords', '-keywords'
],
searchstaleness: Number,
shell: String,
shrinkwrap: Boolean,
'sign-git-tag': Boolean,
Expand Down
Loading

0 comments on commit 2b8057b

Please sign in to comment.