Commit Graph

  • ec4efa3ec7
    [Refactor] nvm install: remove unused REINSTALL_PACKAGES_FROM argument to inner installation helpers. Jordan Harband 2016-08-11 10:42:32 -07:00
  • 08cbcf2254
    [Fix] when not using xz on merged node versions, use z to extract, not x Jordan Harband 2016-08-10 23:26:29 -07:00
  • 4aa6902dbe
    [Refactor] nvm_install_merged_node_binary: reduce nesting, fix var curlies. Jordan Harband 2016-08-10 16:57:03 -07:00
  • 0678652bd3 [New] nvm ls/nvm ls-remote/nvm alias: add --no-colors Jordan Harband 2016-08-06 23:57:15 -07:00
  • 206878460c [Refactor] always shift first argument to nvm Jordan Harband 2016-08-07 00:08:46 -07:00
  • 79270a579c
    [Refactor] create nvm_list_aliases Jordan Harband 2016-08-06 22:33:37 -07:00
  • b6eb565ea1
    [Refactor] nvm alias: reorganize so alias listing is done last Jordan Harband 2016-08-08 15:50:05 -07:00
  • 091c64c7c5
    [Refactor] nvm alias: add in ---based argument support. Jordan Harband 2016-08-08 13:37:14 -07:00
  • 21b8f556b2
    [Refactor] nvm alias: use named vars instead of positional args. Jordan Harband 2016-08-08 13:21:42 -07:00
  • a3bc4d3e62
    [Refactor] nvm alias: shift out the “alias” Jordan Harband 2016-08-08 13:18:53 -07:00
  • 150ed490d0 [Refactor] use curlies with variables Jordan Harband 2016-08-07 23:31:16 -07:00
  • 364096a3c3 Add trailing newline char to $SOURCE_STR Peter Dave Hello 2016-08-05 15:37:56 +08:00
  • 88fc93a71b Fix nvm dir path in install script, fix #1189 Peter Dave Hello 2016-08-05 15:23:09 +08:00
  • f9f140ec13
    [Performance] make auto-using faster. Jordan Harband 2016-08-02 00:59:51 -07:00
  • f653bdc606 Print shell version on Travis Luke Childs 2016-07-31 20:42:18 +01:00
  • 31e58d1827
    v0.31.4 v0.31.4 Jordan Harband 2016-07-29 16:54:13 -07:00
  • a32b914bab Fix nvm on SmartOS setups using 64 bits pkgsrc repository Julien Gilli 2016-07-29 13:51:06 -07:00
  • f51b1bf8ae Document required git version Joe Lencioni 2016-07-28 10:51:00 -07:00
  • c874a17479 Merge pull request #1179 from lencioni/improve-upgrade-instructions Jordan Harband 2016-07-28 10:41:31 -07:00
  • 6eef4ce4d2 Use NVM_DIR in installation instructions Joe Lencioni 2016-07-28 10:11:28 -07:00
  • 54476476ab Use subshells for installation and upgrade instructions Joe Lencioni 2016-07-28 09:16:10 -07:00
  • 87a3a4425d Ensure git describe only matches version tags Joe Lencioni 2016-07-28 09:10:14 -07:00
  • 17a3272b8a Ensure git describe gives latest tag Joe Lencioni 2016-07-28 09:03:26 -07:00
  • c08010f610 Fix typo in readme Luke Childs 2016-07-28 17:48:23 +01:00
  • 2ee8ec886f Merge pull request #1178 from lukechilds/installation-improvements Jordan Harband 2016-07-28 08:49:28 -07:00
  • 978f7b4435 Only source nvm, not entire profile Luke Childs 2016-07-27 22:26:05 +01:00
  • 3417e9d9a3 Add message explaining how to use nvm Luke Childs 2016-07-27 22:09:02 +01:00
  • eb4de62bc1 Remove incorrect message Luke Childs 2016-07-27 21:43:13 +01:00
  • 8a199e00a2 Merge pull request #1173 from wiserweb/master Jordan Harband 2016-07-26 08:30:56 -07:00
  • 6ac7ecf7dc Update README.markdown wiserweb 2016-07-26 02:31:07 -04:00
  • a09f225ec7 Update zsh-nvm upgrade command in readme Luke Childs 2016-07-24 21:13:51 +01:00
  • e0e1c0379a Merge pull request #1163 from sebthom/patch-1 Jordan Harband 2016-07-20 10:30:47 -07:00
  • f4d57cc17d Fix for #871 find: warning: Unix filenames usually don't contain slashes Sebastian Thomschke 2016-07-20 13:31:47 +02:00
  • 56417f88f9
    v0.31.3 v0.31.3 Jordan Harband 2016-07-20 00:51:48 -07:00
  • dbb65d98c2 Merge pull request #1070 from ljharb/display_lts_remote Jordan Harband 2016-07-20 00:22:29 -07:00
  • fb49bf6f70 completion: add LTS aliases. Jordan Harband 2016-07-18 23:40:32 -07:00
  • 28822ff81e [Docs] update README for LTS. Jordan Harband 2016-07-18 23:39:35 -07:00
  • 876d117376
    [Tests] add nvm run --lts tests. Jordan Harband 2016-07-18 00:35:01 -07:00
  • 58a82a1d31
    [Tests] add nvm exec --lts tests. Jordan Harband 2016-07-17 19:54:10 -07:00
  • 42fedf6bc9
    [Tests] add some basic nvm use --lts tests Jordan Harband 2016-07-03 08:37:03 -07:00
  • 4c010f442e
    [Tests] add tests for auto-creation of LTS aliases on nvm_ls_remote Jordan Harband 2016-07-02 21:21:16 -07:00
  • f0668fd577
    [Tests] nvm alias --lts: add tests Jordan Harband 2016-06-26 15:11:37 -07:00
  • 655830eb58
    [Tests] nvm install --lts: add tests Jordan Harband 2016-06-26 13:57:01 -07:00
  • e6606458f7
    [Tests] add nvm version-remote unit tests. Jordan Harband 2016-06-26 13:01:12 -07:00
  • d2744014df
    [Tests] add some basic nvm ls-remote unit tests. Jordan Harband 2016-06-25 17:00:19 -07:00
  • bcb1f0b1c7
    nvm ls-remote: skip io.js lookup when LTS is set. Jordan Harband 2016-07-17 10:54:24 -07:00
  • c3b16603c0
    nvm uninstall: add --lts support Jordan Harband 2016-07-17 20:18:05 -07:00
  • 859be3f6a1
    nvm run: add --lts/--lts=argon support Jordan Harband 2016-05-04 00:29:37 -07:00
  • 45627d0a40
    nvm exec: add --lts/--lts=argon support. Jordan Harband 2016-05-03 23:18:44 -07:00
  • d1e51f361c
    nvm use: Add --lts/--lts=argon support Jordan Harband 2016-05-01 23:41:39 -07:00
  • bf683272ea
    nvm alias: colorize LTS aliases. Jordan Harband 2016-04-30 12:50:59 -07:00
  • c83664960e
    Automatically create LTS aliases every time we talk to nodejs.org/dist Jordan Harband 2016-04-27 15:20:22 -07:00
  • 17c9bef4aa
    nvm alias: add lts/ support. Jordan Harband 2016-04-26 23:07:22 -07:00
  • 9bd743e0be
    nvm install: Add support for --lts and --lts=argon Jordan Harband 2016-04-25 00:44:24 -07:00
  • 44f4817f7d
    Prevent attempts to nvm install --lts Jordan Harband 2016-04-25 00:44:24 -07:00
  • 4699657e98
    Add --lts=argon etc, so the LTS line can be targeted. Jordan Harband 2016-04-25 00:55:35 -07:00
  • 1d908d8256
    Add --lts support to nvm version-remote Jordan Harband 2016-04-24 16:26:32 -07:00
  • 584bdd8ba3
    Print the LTS version on all versions with that info, but put the non-latest in gray. Jordan Harband 2016-04-24 10:55:30 -07:00
  • ae07c3c345
    Add support for nvm ls-remote --lts Jordan Harband 2016-04-23 23:47:25 -07:00
  • cb326cb19d
    For now, keep the grep to do proper filtering Jordan Harband 2016-04-22 10:25:47 -07:00
  • 01c8b04fd5
    Format LTS version when present. Jordan Harband 2016-04-18 00:42:56 -07:00
  • 865d2fe3d6
    Include LTS version in nvm_ls_remote output. Jordan Harband 2016-04-17 23:39:27 -07:00
  • 9d8841a46c
    Ensure only the version string is printed out in relevant places. Jordan Harband 2016-04-18 01:00:55 -07:00
  • b2c5616d7a
    [Tests] avoid accidental command execution in test failure message. Jordan Harband 2016-07-17 19:54:26 -07:00
  • ecbd7d4572 [Tests] use -ex option during tests when possible Jordan Harband 2016-07-07 00:00:59 -07:00
  • 186eb8838d
    [Tests] make “nvm use iojs” test actually test that thing. Jordan Harband 2016-07-07 15:38:34 -07:00
  • 803adac676
    [Fix] ensure proper checking of the “shwordsplit” zsh option. Jordan Harband 2016-07-08 02:11:51 -07:00
  • 940f850f8d
    [Tests] clean up some tests Jordan Harband 2016-07-07 01:14:37 -07:00
  • 54d58f88db Link to zsh-nvm in readme Luke Childs 2016-07-09 09:24:01 +01:00
  • 78a008c3c7
    [Fix] use Solaris-compatible tail options. Jordan Harband 2016-07-06 15:31:25 -07:00
  • 8c8bf1204c [Fix] install should not exit after successful git clone Owen Smith 2016-07-05 19:22:52 -07:00
  • f3ce324e22 Merge pull request #1145 from robotlolita/patch-missing-version-error Jordan Harband 2016-07-05 19:10:45 -07:00
  • 730b253174 Updates tests for the new output messages Quildreen Motta 2016-07-05 21:40:45 -03:00
  • 0f26656c2c npm -> nvm, and minor formatting issues (Soreλ\a) 2016-07-05 20:34:08 -03:00
  • 79d62fb16d Improve error messages for missing versions (Soreλ\a) 2016-07-05 19:55:39 -03:00
  • 322d81d75f use git options instead of cd in install script Mohit Agarwal 2016-07-06 01:26:06 +05:30
  • 70b8c59722 Add info about 'nvm: command not found'. Ref #576 Cezar Augusto 2016-07-04 02:28:05 -03:00
  • 0b40139caa
    [Tests] set x option in update mock to better locate failures Jordan Harband 2016-07-02 18:37:53 -07:00
  • 1bcd2f4743 Merge pull request #898 from PeterDaveHello/patch-1 Jordan Harband 2016-07-02 13:02:24 -07:00
  • d47887ae8f use sh syntax highlight in README.markdown Peter Dave Hello 2016-07-01 23:29:37 +08:00
  • 07bb79f405 Use case instead of multiple if/else statement. Peter Dave Hello 2016-07-01 23:22:15 +08:00
  • 9e09c30621 update nodejs version list Peter Dave Hello 2016-07-01 23:39:54 +08:00
  • 43c3c23928 [Fix] install script: remove more unnecessary cding. Jordan Harband 2016-06-30 13:26:31 -07:00
  • cb4e010de7 [Fix] install script: Don’t attempt to cd twice. Jordan Harband 2016-06-30 13:04:45 -07:00
  • a24ff3e605 Optionally installs Node.js if a version is provided Xavier Cambar 2014-10-13 14:05:06 +02:00
  • 39c119c5db Merge pull request #566 from xcambar/nvm_install_dir Jordan Harband 2016-06-28 23:17:27 -07:00
  • 6cee20a071 testing NVM_DIR Xavier Cambar 2014-10-31 13:04:26 +01:00
  • c4be39b8be
    [Fix] remove the need for sed -E Jordan Harband 2016-06-27 21:50:45 -07:00
  • 73aa35f508
    [Tests] use $NVM_DIR instead of relative paths Jordan Harband 2016-06-26 15:52:26 -07:00
  • ce60b6c44a
    [Tests] update test mocks Jordan Harband 2016-06-25 17:03:46 -07:00
  • e1fdd316b7
    [Refactor] create nvm_grep and remove standalone GREP_OPTIONS line. Jordan Harband 2016-06-25 13:27:56 -07:00
  • 9f5322ee84
    v0.31.2 v0.31.2 Jordan Harband 2016-06-25 09:42:53 -07:00
  • b0244a133b
    [Fix] nvm ls: avoid use of maxdepth which is not on Solaris/SmartOS Jordan Harband 2016-06-24 01:38:27 -07:00
  • fdc08122e3
    [Tests] swap order of slow + sourcing tests. Jordan Harband 2016-05-08 23:52:51 -07:00
  • c9b7ccdaea
    Run node and io.js installation test suites separately. Jordan Harband 2016-05-08 22:21:33 -07:00
  • d000624489 Merge pull request #1114 from brajpanda/patch-1 Jordan Harband 2016-06-19 22:26:58 -07:00
  • 36b1ea9236
    [Fix] do not print help text on sourcing when an empty .nvmrc file is found. Jordan Harband 2016-06-14 09:57:37 -07:00
  • 45ae48df2d
    [Fix] nvm install -s: when “core id” doesn’t appear in /proc/cpuinfo, fall back to counting “processor” lines. Jordan Harband 2016-06-13 08:41:17 -07:00
  • d50272040d Slightly elaborated the instruction for manual install Braj 2016-06-11 17:56:11 +05:30
  • b6481583af On aarch64 use arm64 packages ra100 2016-05-27 00:19:48 +02:00