Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-05-26install: Make removing packages work w/o package.jsonRebecca Turner
2017-05-26utils/link: Make less race proneRebecca Turner
Previously it was gently-rming it's target before making a new target directory. gently-rm vacuums, removing empty directories. This was fine until you run more than one `link` command concurrently, at which point it's entirely possible for one invocation to `mkdir` the directory, then immediately have another one `gently-rm` it, at which point the symlink fails. Races!
2017-05-26feat(save): fix update and improve experience of moving deps between dep typesKat Marchán
2017-05-26test: standardKat Marchán
2017-05-26test: disabling lifecycle-signal while coverage issue figured outKat Marchán
2017-05-26shrinkwrap: even more fixesKat Marchán
2017-05-26shrinkwrap: more changes to package lock fieldsKat Marchán
2017-05-26shrinkwrap: update createdWith fieldKat Marchán
2017-05-26shrinkwrap: update packageIntegrity for spec complianceKat Marchán
2017-05-26test: fix more testsKat Marchán
2017-05-26feat(shrinkwrap): support extra metadata fieldsKat Marchán
2017-05-26git-prepare: Fix child process npm runRebecca Turner
Previously it used the global npm, not the npm we were running from.
2017-05-26test: categorize add-remote-git-get-resolvedRebecca Turner
2017-05-26test: install-noargs-devRebecca Turner
2017-05-26standard: clean up test directoriesKat Marchán
2017-05-26actions: converted actions.js to use mainly promisesKat Marchán
2017-05-26test: config-metaKat Marchán
2017-05-26test: shared-linkedKat Marchán
2017-05-26test: shrinkwrap-save-dev-with-existing-depsKat Marchán
2017-05-26test: fix dedupe-scoped testKat Marchán
2017-05-26test: gently-rm-overeagerRebecca Turner
2017-05-26test: categorizeRebecca Turner
2017-05-26test: override-bundledRebecca Turner
2017-05-26test: install-report-just-installedRebecca Turner
2017-05-26test: shrinkwrap-local-dependencyRebecca Turner
2017-05-26test: shrinkwrap-default-arg-ver, feature removedRebecca Turner
2017-05-26test: ls-depth-unmetRebecca Turner
2017-05-26test: ls-depth-cliRebecca Turner
2017-05-26test: ls-l-depth-0Rebecca Turner
2017-05-26test: pruneRebecca Turner
2017-05-26test: shrinkwrap-nestedRebecca Turner
2017-05-26test: tests that pass w/ shrinkwrap API fixRebecca Turner
2017-05-26test: shrinkwrap-version-matchRebecca Turner
2017-05-26test: tagged-version-matchingRebecca Turner
2017-05-26meta: standard fixesKat Marchán
2017-05-26test: fix spec-local-specifiers under nycRebecca Turner
2017-05-26tests: Filter run-script envRebecca Turner
2017-05-26test: Move back passing testsRebecca Turner
2017-05-26tests: Categorize failing-for-npm5 testsRebecca Turner
2017-05-26test: uninstall-save now passesRebecca Turner
2017-05-26test: tree-style update to not use linksRebecca Turner
2017-05-26test: rewrite bundled-dependencies-nonarray to not use link depsRebecca Turner
2017-05-26common-tap: Make common.npm support returning promsiesRebecca Turner
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
PR-URL: https://github.com/npm/npm/pull/15900 Credit: @iarna actions: Allow actions to return promises extract: Eliminate extra callback finalize: Rewrite finalize as promises update-linked: Remove update-linked action install: Remove obsolete invalid action filtering fetch-package-metadata: Error on installing windows paths on non-windows systems fetch-package-metadata: Read in modules installed inside of new links finalize: Act on realpaths because we may be installing inside a link prior to the symlink being made finalize: Create symlinks of directory deps deps: Resolve ambiguity for file specifiers in the traditional way deps: Set link and realpath properties for directory deps inflate-bundled: Distinguish published bundles from lined modules node: Add new fromLink attribute to track sourced-to-symlinks deps diff-trees: Don't try to install deps that are already inside a link fetch-package-metadata: Improve error messages for link failures install: Run preinstall lifecycle after finalize finalize: Start reading package.json files here decompose-actions: Don't fetch or extract links deps: Determine if a link matches spec based on where it points deps: Compute correct save specifier for file spec deps: Set the isInLink property on new children deps: When finding the install location, don't walk up out of a symlink unless PRESERVE_SYMLINKS is on diff-trees: Stop setting isInLink, this is now a first class property diff-trees: Only exclude children of links from adding if they were already there behind the symlink inflate-bundled: We are using isInLink now not fromLink inflate-bundled: realpaths should be built on realpaths node: Eliminate fromLink as a thing node: Fill in values for inLink, isInLink & fromBundle save: When updating a lock/shrinkwrap don't read the damn tree again shrinkwrap: Fill in version per the new shrinkwrap spec install: Make _inBundle purely a debugging artifact inflate-shrinkwrap: Fix how bundle deps are inflated save: Detect dependency type when saving recalculateMetadata: Rewrite as simpler and synchronous prune: Work off computed metadata refreshPackageJson: Copy all of the in memory version over the on-disk version except empty items install: Reduce normalize tree function to minimum realize-package-specifier: Bring into closer alignment with spec read-shrinkwrap: Use child.isTop not !child.parent copy-tree: Don't crash of requires or requiredBy are missing copy-tree: Initialize copied nodes dedupe: use getRequested instead of child.package._requested install: recompute the pkg relationships after finalize Neccessary to align behavior with shrinkwraps where relationship information isn't available until we read the module off disk. install: Prune the tree after building it install: Only save deps if we made changes inflate-shrinkwrap: Better metadata while inflating
2017-05-26test: Spec tests for local specifiersRebecca Turner
2017-05-26common-tap: Make environment objects immutableRebecca Turner
2017-05-26test: no need to call shrinkwrapKat Marchán
2017-05-26tests: move pending tests out of the wayKat Marchán
2017-05-26fix(tests): update override-bundledKat Marchán
2017-05-26fix(tests): removing obsolete shrinwkrap testsKat Marchán