- 8dc53d4 Refactor and fix nvm_detect_profile tests by Matthew Campbell · 9 years ago
- 645bda4 Addresses comments to close #833 by Matthew Campbell · 9 years ago
- 918fcb4 PROFILE env var should override detected profile by David Mankin · 10 years ago
- cb138a1 Fix error messages in tests by David Mankin · 10 years ago
- f279837 [Refactor] fix some bugs in `nvm_is_natural_num`, add unit tests. by Jordan Harband · 9 years ago
- 32d1840 [Tests] fix cleanup in nvm_supports_xz unit test by Jordan Harband · 9 years ago
- 31457fe [Refactor] `nvm install`: make `-j` and `-s` order-independent. by Jordan Harband · 9 years ago
- cfccf03 add test for install from source by Peter Dave Hello · 9 years ago
- b76d43e Fix `nvm-exec` for the commands includes white-spaces by Keiichiro Ui · 9 years ago
- ec9232b update nodejs.org-dist-index.tab and related test by Peter Dave Hello · 9 years ago
- 149e5d4 Use real snapshot of iojs.org data for `nvm_ls_remote_iojs` tests. by Jordan Harband · 10 years ago
- 114f27a Use `nvm_ls_remote_index_tab` for listing nodejs.org versions. by Jordan Harband · 10 years ago
- b8e4917 Use `xz` tarballs if available by Johan Bergström · 10 years ago
- cb033ad nvm run: use common code path for "ensure version installed" by Jordan Harband · 10 years ago
- 2d692d9 Fix support for installing node on SmartOS by Julien Gilli · 10 years ago
- 8ee6f30 Add support for `$NPM_CONFIG_PREFIX` to `nvm_die_on_prefix`. by Jordan Harband · 10 years ago
- 1458de7 Ensure that if `npm config get prefix` is set to something outside `nvm`, that `nvm use` refuses to work. by Jordan Harband · 10 years ago
- a1def71 Add `nvm_die_on_prefix` by Jordan Harband · 10 years ago
- 643365a Allow `--silent` option to `nvm use` to be in any position. by Jordan Harband · 10 years ago
- e3528b0 Fix `nvm_ensure_version_installed iojs` to not print an empty string for the version. by Jordan Harband · 10 years ago
- f34fef9 Add `nvm_is_merged_node_version` by Jordan Harband · 10 years ago
- 8746d63 Ensure after node v4.0 is released, `stable` will simply refer to the latest node. by Jordan Harband · 10 years ago
- c37dbbe Detect shell type from $SHELL variable instead of .$SHELLrc files by Cristian Consonni · 10 years ago
- 657192d Adding unit tests for --silent by Alan Quach · 10 years ago
- 7bce6c6 `nvm reinstall-packages` should install the same version it had before. by Jordan Harband · 10 years ago
- c1ef31d Remove unnecessary nvm use by lukechilds · 10 years ago
- 3b67b3b Use node instead of nvm run and check v8_use_snapshot in node rather than shell by lukechilds · 10 years ago
- 8346644 Added newline to end of ARM test by lukechilds · 10 years ago
- 3214caa Adding installation test for disabling V8 snapshot on ARM by lukechilds · 10 years ago
- fe044c5 `spawn-sync` now dedupes to the top level with this group of packages. by Jordan Harband · 10 years ago
- 472ba5f Make sure sourcing `nvm.sh` on shells that don't support source options doesn't exit nonzero. by Jordan Harband · 10 years ago
- a4f89c6 Make sure to ignore `~/.curlrc` if it exists. by Jordan Harband · 10 years ago
- bb2fe61 The install script only runs in bash. by Jordan Harband · 10 years ago
- cbf0f12 Create `nvm_print_npm_version` and use that when printing the `npm` version. by Jordan Harband · 10 years ago
- caa69bc npm version: shell compatibility, test update by Andrew Crites · 10 years ago
- c34502e `nvm_num_version_groups` should report 0 when given just a v or a . by Jordan Harband · 10 years ago
- 3d764e6 Add `nvm_ensure_default_set` by Jordan Harband · 10 years ago
- 82393f5 Making sure this test passes whether a system node is installed or not. by Jordan Harband · 10 years ago
- 3d69cf7 update testcase by HE Shi-Jun · 10 years ago
- 14b23bf fix reinstall-packages test by HE Shi-Jun · 10 years ago
- 2b63f37 Make `nvm_resolve_local_alias` not return `N/A` - that should be done as shallowly as possible. by Jordan Harband · 10 years ago
- 0d93294 Create `nvm_ensure_version_installed` by Jordan Harband · 10 years ago
- a0d04d0 Preventing an unalias error in tests. by Jordan Harband · 10 years ago
- 7d22e0c Separate `nvm_resolve_alias`'s `nvm_version` behavior into `nvm_resolve_local_alias`. by Jordan Harband · 10 years ago
- 12ca8f2 Add `nvm_is_alias` unit tests. by Jordan Harband · 10 years ago
- 3190eff Add support for `node` and `iojs` implicit aliases. by Jordan Harband · 10 years ago
- f0d81e2 Revert "install: adding some debugging output" by Jordan Harband · 10 years ago
- a216f56 tests: fail install_script test if npm can't install package by elliottcable · 10 years ago
- c8efe3d install: adding some debugging output by elliottcable · 10 years ago
- 0717d5f install: some tweaks and clean-up by elliottcable · 10 years ago
- 6cfc309 install: Pass global-module check in the absence of npm by elliottcable · 10 years ago
- 4ba7ee5 install: Show a warning when global packages exist by elliottcable · 10 years ago
- be56ff3 Make sure multiple `nvm run` arguments get passed through to node/iojs properly. by Jordan Harband · 10 years ago
- 2116d2f Filter out the io.js version dir from nvm_ls output. by Jordan Harband · 10 years ago
- 0b4c1e1 Ensure that `nvm run 0.12 --version` errors out sensibly when 0.12 isn't installed. by Jordan Harband · 10 years ago
- e1b7496 Add nvm_is_valid_version by Jordan Harband · 10 years ago
- a6819b3 Fix `nvm ls v1.0.3` so that it locates `iojs-v1.0.3`. by Jordan Harband · 10 years ago
- 24c60e4 Fix a bug in nvm_remote_version that was breaking `nvm install stable`/`nvm install unstable`. by Jordan Harband · 10 years ago
- cba5094 Provide test case for testing the `noclobber` option from zsh by Tobias Witt · 10 years ago
- 7243bd7 Refactor and create `nvm_remote_versions` and `nvm_remote_version`. by Jordan Harband · 10 years ago
- 6cac732 Including this omitted test. by Jordan Harband · 10 years ago
- f1f11e3 Ensure `nvm_version node` and `nvm_version node-` report the latest stable node version. by Jordan Harband · 10 years ago
- dbeeb68 Fix `nvm_strip_path` for >= v0.12.0 node, and all io.js versions. by Jordan Harband · 10 years ago
- 39a75e6 Add support for `nvm use node`, `nvm use iojs`, `nvm ls node`, and `nvm ls iojs` by Jordan Harband · 10 years ago
- 3cf68dc Add `nvm_has_system_iojs` by Jordan Harband · 10 years ago
- 952096d Add iojs support to "install" by Jordan Harband · 10 years ago
- 58ab2c3 Add iojs support to `nvm_remote_version` by Jordan Harband · 10 years ago
- d70f035 Add `nvm_ls_remote_iojs` and `nvm ls-remote` support for iojs. by Jordan Harband · 10 years ago
- 5c336a7 Make `nvm_print_versions` support iojs via `nvm_version_path`. by Jordan Harband · 10 years ago
- f661617 Make `nvm_ls foo` work with `iojs`-prefixed version strings. by Jordan Harband · 10 years ago
- d28703f Update `nvm_ensure_version_prefix` to support `iojs`-prefixed version strings. by Jordan Harband · 10 years ago
- b798384 Add `nvm_add_iojs_prefix` by Jordan Harband · 10 years ago
- c12104c Add `nvm_strip_iojs_prefix` by Jordan Harband · 10 years ago
- 98e0655 Add `nvm_is_iojs_version` by Jordan Harband · 10 years ago
- c46748a Add `nvm_node_prefix` by Jordan Harband · 10 years ago
- 8be97c8 Add `nvm_iojs_prefix` by Jordan Harband · 10 years ago
- 3fa11c3 Add io.js support to `nvm_version_dir` by Jordan Harband · 10 years ago
- 654c37b Make sure to add a test for implicit source installation. by Jordan Harband · 10 years ago
- 8ae7b33 Improving failure messages on this test by Jordan Harband · 10 years ago
- eb8c341 Move `nvm_get_latest` tests from "installation" to "slow" by Jordan Harband · 10 years ago
- 9615672 Move node-specific installation tests to their own directory. by Jordan Harband · 10 years ago
- 78c1f2c Split up this `nvm current` and `node 0.6.21-pre` test into separate tests. by Jordan Harband · 10 years ago
- 0ad5a45 Put node versions >= 0.12 in `versions/node` instead of just `versions` by Jordan Harband · 10 years ago
- d5e21be Add `nvm_ensure_version_prefix` unit tests. by Jordan Harband · 10 years ago
- 7807a9f Consolidate "alias" directory to a method. by Jordan Harband · 10 years ago
- c648944 Add nvm_ls_current test for #605 and `zsh`. by Jordan Harband · 10 years ago
- a26007e fix test suit by niris · 10 years ago
- 9a4e906 Don't bother testing --install option on source, or supporting it, unless the shell supports passing options upon sourcing. by Jordan Harband · 10 years ago
- 3df0cae Support `--install` option upon sourcing. by Jordan Harband · 10 years ago
- 274369d Remove trailing whitespace by Jordan Harband · 10 years ago
- 25c6159 Tests for `nvm_get_latest` by Jordan Harband · 10 years ago
- 2d78d69 Properly outputting the version when nvm_version_path outputs the new "versions" subdirectory. by Jordan Harband · 10 years ago
- 99ca0de revert echoing path. make tests even better by Daniel Bretoi · 10 years ago
- 74b36b0 Merge pull request #583 from danielb2/which by Jordan Harband · 10 years ago
- 3bd1480 Fixing deactivate tests. by Jordan Harband · 10 years ago
- 7805492 merge with master by Daniel Bretoi · 10 years ago
- a1c0c34 fix to proper echo of nvm which. Checkin test which had been left out by Daniel Bretoi · 10 years ago
- 383f39a Global modules should not be requireable, and `npm root -g` should not be in `$NODE_PATH`. by Jordan Harband · 10 years ago
- e728577 Rename `nvm copy-packages` to `nvm reinstall-packages`, and `--copy-packages-from` install option to `--reinstall-packages-from` by Jordan Harband · 10 years ago
- 689c52c Install nvm-exec as well when installing via script. by Jordan Harband · 10 years ago