Commit Graph

  • 153506c8da
    [shellcheck] ignore SC2230 errors Jordan Harband 2018-11-25 16:22:25 -08:00
  • c1150c41ab
    [Tests] avoid using shopt in zsh Jordan Harband 2018-11-26 11:18:11 -08:00
  • ad1110ef1a
    [Tests] print out shellcheck version Jordan Harband 2018-11-25 23:39:33 -08:00
  • 914c220586
    Merge pull request #1947 from PeterDaveHello/Enable-ccache-on-TravisCI Jordan Harband 2018-11-24 23:18:23 -06:00
  • 22d32bede0 [New] Enable ccache on Travis CI to speed up compilation Peter Dave Hello 2018-11-18 16:38:36 +08:00
  • a49d9163ef
    [Fix] avoid unbound variable Jordan Harband 2018-11-21 21:25:20 -06:00
  • 17586b971a
    [Fix] Allow zsh users to have the nomatch option set Alexander Groß 2018-11-08 00:55:52 +01:00
  • f3fd5eff46
    [Docs] Improve md file syntax Peter Dave Hello 2018-07-15 02:26:05 +08:00
  • 423252a99c
    [docs] update README to fix docker run command flag order Kayla Altepeter 2018-10-18 22:30:05 -05:00
  • 2a294ebd61
    [Docs] improve instructions for manual install Ole Johan Andersen 2018-10-24 19:49:55 +02:00
  • a08d1ea4a3
    Merge pull request #1865 from d4nyll/master Jordan Harband 2018-11-05 16:10:15 -08:00
  • e06f735776
    Improve Bash alias Daniel Li 2018-07-26 16:13:07 +01:00
  • 355c4c7915
    [Docs] Add section on automatic nvm use in Bash Daniel Li 2018-07-15 19:08:15 +01:00
  • 217a5bb0de
    [Docs] Added fish nvm Fábio Antunes 2018-10-20 13:07:31 +01:00
  • caf6208dbd
    install.sh: Print an error and exit the script if $METHOD is set to something unexpected. Paul Nickerson 2018-10-02 13:46:26 -04:00
  • 0c2efed407
    [New] bash_completion: Add support for ZSH_DISABLE_COMPFIX flag. Nathan Burchill 2018-09-18 16:15:35 -04:00
  • 2d97ce5f7b
    [Docs] add instructions for installing a specific version et304383 2018-08-27 11:50:48 -03:00
  • 8542df4ac5
    [New] add support for $XDG_CONFIG_HOME Erik Lilja 2018-08-14 21:45:40 +02:00
  • f218a85454
    [Tests] eslint 5.5+ seems to not install on node 0.10 Jordan Harband 2018-09-09 14:56:17 -07:00
  • 96ebed37c7
    Merge pull request #1863 from PeterDaveHello/ImproveDockerfile Jordan Harband 2018-08-23 09:13:47 -07:00
  • e7a37f336d
    [Tests] fix failing tests on master due to npm registry SSL changes Jordan Harband 2018-08-15 15:01:47 -07:00
  • 4bd99bcfa2 [Dockerfile] Refactor to prevent using sudo during build Peter Dave Hello 2018-07-12 12:29:46 +08:00
  • 5f9ccaada0 [Dockerfile] Set the SHELL to bash with pipefail option Peter Dave Hello 2018-07-12 12:22:41 +08:00
  • 7ff20855a2 [Tests] Integrate dockerfile_lint to test Dockerfile Peter Dave Hello 2018-07-12 12:14:06 +08:00
  • cdde74a55d [Dockerfile] install missing eclint package Peter Dave Hello 2018-07-12 14:27:20 +08:00
  • 17c33fd9ae
    Merge pull request #1861 from PeterDaveHello/ImproveDockerfile Jordan Harband 2018-07-11 12:15:25 -07:00
  • 04b35b5440 [Dockerfile] Use arguments JSON notation for ENTRYPOINT Peter Dave Hello 2018-07-09 06:09:30 +08:00
  • aacb0b9b97 [Dockerfile] Fix command From to be FROM Peter Dave Hello 2018-07-09 06:07:41 +08:00
  • f121e5ace0 [Dockerfile] Add missing quotes for variables Peter Dave Hello 2018-07-09 05:31:20 +08:00
  • af8038ffec [Dockerfile] Update ShellCheck version to v0.5.0 Peter Dave Hello 2018-07-08 21:40:17 +08:00
  • 265ec90532 [Dockerfile] Add missing name & version LABEL Peter Dave Hello 2018-07-08 21:00:23 +08:00
  • e2195b4c35 [Dockerfile] Use LABEL instead of deprecated MAINTAINER command Peter Dave Hello 2018-07-08 20:47:46 +08:00
  • 41dc4218b9 [Docs] add --no-use option to installation JBallin 2018-06-17 21:31:56 -07:00
  • 90cfb5d771
    [Fix] use: Prepend instead of changing if shadowed by system dirs (fixes #1652) Xandor Schiefer 2018-06-08 15:23:02 +02:00
  • 0cdc184168
    [Fix] Improve nvm_is_version_installed to check for a node executable instead of root dir Joshua Li 2018-05-31 15:26:30 -07:00
  • a5f42d9cea
    [Tests] update most mkdirs to use make_fake_{node,iojs} Joshua Li 2018-06-13 10:38:19 -07:00
  • eabd7ab13d
    Respect previously nvm-loaded node version when sourcing Xandor Schiefer 2016-11-14 19:18:24 +02:00
  • b111436fde
    [Tests] test nvm install-latest-npm on io.js v2 Jordan Harband 2018-06-06 22:49:56 -07:00
  • 9854928ba9
    [New] install.sh: allow user to explicitly opt out of nvm adding the source string Spike Grobstein 2018-05-03 08:22:07 -07:00
  • c50ea6f0a3
    [shellcheck] quote variables in for loops to avoid unintentional expansion Jordan Harband 2018-05-31 23:56:20 -07:00
  • 628d4fac84
    [shellcheck] use { …; } instead of (…) to group test commands Jordan Harband 2018-05-31 23:49:15 -07:00
  • ef35bc4cb6
    Merge pull request #1823 from SrHuevo/master Jordan Harband 2018-05-30 20:08:07 -04:00
  • d08d8607f5
    fix for .nvmrc script SrHuevo 2018-05-30 09:02:29 +02:00
  • e7b53a01fd
    Grammar update Jay Williams 2018-05-26 23:17:08 +01:00
  • b81c120e0c fix failing if check in autoload script Siddharth Sakhadeo 2018-05-25 15:33:42 -07:00
  • 57ec311f53
    [Fix] ls-remote: fix issues in zsh when using a mirror with a ton of entries Jordan Harband 2018-05-24 14:08:20 -04:00
  • 7a5ff0d133
    [Fix] ls-remote: fix issues in zsh when using a mirror with a ton of entries adedomin 2018-05-23 19:47:11 -04:00
  • f5f029c409
    [Fix] “unstable” alias: when there’s no “unstable” minors, output “N/A” Jordan Harband 2018-05-24 12:23:02 -04:00
  • c465a83518
    [Tests] nvm ls-remote: add test for overly-large tab file Jordan Harband 2018-05-23 23:48:04 -04:00
  • 38b32c27f3
    [Tests] update mock data Jordan Harband 2018-05-23 23:48:50 -04:00
  • 62ee7cf998
    [Refactor] bash_completion: Improve coding style Peter Dave Hello 2018-05-21 19:59:01 +08:00
  • 113d807e5a
    [New] Support --no-progress for nvm install Peter Dave Hello 2017-03-10 01:07:16 +08:00
  • 3fc7b737f5
    [Fix] install -s: zsh: ensure shwordsplit opt is set Jordan Harband 2018-04-29 15:35:38 -07:00
  • 04c27e23fe
    add --tags to git fetch in manual upgrade Josh Sleeper 2018-04-25 14:55:31 -07:00
  • 592c0be195
    Merge tag 'v0.33.11' Jordan Harband 2018-04-25 13:26:19 -07:00
  • 93990ab7da
    v0.33.11 v0.33.11 Jordan Harband 2018-04-25 13:25:35 -07:00
  • 61c7b133f8
    [Fix] nvm install-latest-npm: node v4.5 and v4.6 work on npm v5.4.1, but not v5.4.2 Jordan Harband 2018-04-25 10:08:41 -07:00
  • eb0a8442d8
    [Fix] nvm install-latest-npm: node v4.5 and v4.6 work on npm v5.4.1, but not v5.4.2 Jordan Harband 2018-04-25 10:08:41 -07:00
  • a26ab88478
    [Tests] fix nvm install-latest-npm tests to fail properly Jordan Harband 2018-04-24 22:23:44 -07:00
  • 1f2a3234d2
    [Tests] add nvm install-latest-npm tests for all node versions Jordan Harband 2018-04-24 22:23:44 -07:00
  • 34e1ec800e
    Merge tag 'v0.33.10' Jordan Harband 2018-04-24 22:09:27 -07:00
  • 177a9673a7
    v0.33.10 v0.33.10 Jordan Harband 2018-04-24 22:08:51 -07:00
  • db98f8cdaf
    [Fix] install-latest-npm: npm 6 is out, and requires node 6 or higher Jordan Harband 2018-04-24 14:39:46 -07:00
  • c983fefbae
    Merge pull request #1734 from PeterDaveHello/improve-NVM_DIR-handling Jordan Harband 2018-04-24 16:22:42 -07:00
  • 09f7bbb78c
    [Refactor] use a different approach to remove trailing slashes Jordan Harband 2018-04-24 13:24:08 -07:00
  • 685312d600
    [Fix] Remove $NVM_DIR trailing slash automatically, fix #1708 Peter Dave Hello 2018-04-12 14:14:58 +08:00
  • 42f11acce1
    [Fix] install-latest-npm: npm 6 is out, and requires node 6 or higher Jordan Harband 2018-04-24 14:39:46 -07:00
  • d5dacdf80f
    [Fix] nvm debug: Fix sed syntax error in nvm_command_info() Peter Dave Hello 2018-04-17 18:09:47 +08:00
  • d3a9272a0c [Refactor] Speedup nvm_list_aliases() Peter Dave Hello 2017-04-27 21:57:04 +08:00
  • e7b42198b4
    [Fix] Improve .nvmrc reading process Peter Dave Hello 2018-02-20 03:34:43 +08:00
  • 1b14e6b4d9
    v0.33.9 v0.33.9 Jordan Harband 2018-04-14 22:38:18 -07:00
  • f060867f15
    Merge pull request #1739 from PeterDaveHello/add-editorconfig Jordan Harband 2018-04-14 22:36:25 -07:00
  • 0da699605e
    [eclint] only check non-ignored files Jordan Harband 2018-04-14 22:12:22 -07:00
  • 0731003cfe
    [New] Integrate eclint to test partial coding style Peter Dave Hello 2018-02-26 02:29:38 +08:00
  • 544c3f4caa
    [New] Add EditorConfig to help maintain part of coding style Peter Dave Hello 2018-02-21 01:26:02 +08:00
  • d9dc8464fd
    [Doc] Add macOS install script note about Git Peter Dave Hello 2018-04-13 01:14:39 +08:00
  • ca66a13710
    nvm debug: Improve OS version detection Peter Dave Hello 2018-02-24 02:53:40 +08:00
  • 8ff437ae51
    [Doc] Fix manual install & upgrade guide, fix #1772 Peter Dave Hello 2018-04-12 23:58:30 +08:00
  • b15709e637 Turn off wget's output in nvm_get_latest() Peter Dave Hello 2018-04-12 23:39:26 +08:00
  • 8b71861d06
    [Fix] install.sh: Detect profile with $BASH_VERSION and $ZSH_VERSION Brian M. Jemilo II 2018-04-09 15:13:02 -05:00
  • 68fe26a5e4
    [Fix] Add autocompletion support to zsh Brian M. Jemilo II 2018-04-09 14:54:28 -05:00
  • 37e0977e60
    install.sh: Improve install.sh prompt output, add a newline Peter Dave Hello 2018-04-10 15:53:33 +08:00
  • 918a39a0d0
    [Tests] update mocks Jordan Harband 2018-04-09 23:29:37 -07:00
  • 52f1b24895
    [Tests] fix mirrors in mocks update script Jordan Harband 2018-04-09 23:28:17 -07:00
  • 74ff70aab3
    [Fix] installing with an LTS name should lowercase the name before ensuring a default Jordan Harband 2018-04-09 23:23:27 -07:00
  • 663bddee9b
    [docs] Add removal instructions to README.md Ed Reel 2018-04-09 10:36:54 -05:00
  • bc87d3dd1c
    removed global install on README.md. closes #1773 Guy Lepage 2018-04-04 19:03:03 -04:00
  • d8689f6b9a
    bash_completion: Reduce startup time easyaspi314 (Devin) 2018-03-12 10:41:05 -04:00
  • 0e3bb2cc47
    [Fix] ensure --reinstall-packages-from has a version number. Jordan Harband 2018-03-14 00:13:07 -07:00
  • 2850e65b62
    [Docs] Fix some typos Peter Dave Hello 2018-03-03 21:18:42 +08:00
  • 2859a19bbd
    [Docs] fix spelling Josh Soref 2018-03-06 04:38:01 +00:00
  • d6fa67166c
    [Fix] reinstall-packages: Prevent install/link when no packages found Peter Dave Hello 2018-02-27 14:05:33 +08:00
  • 25b7f264d5 [Fix] Use nvm_echo instead of echo directly Peter Dave Hello 2018-02-28 02:16:24 +08:00
  • 5fc8bd950d
    Fix whitespace Jordan Harband 2018-02-25 13:34:28 -08:00
  • 750571056c
    [Fix] Correct most of the wrong indentation Peter Dave Hello 2018-02-26 02:20:21 +08:00
  • 5f53caadad
    [Refactor] Use grep -q parameter instead of redirect to /dev/null Peter Dave Hello 2018-02-03 11:29:31 +08:00
  • 9c42470347
    [New] Add "$PATH" to nvm debug output Peter Dave Hello 2018-02-06 08:17:20 +08:00
  • 9f34b3e95c Remove trailing space Peter Dave Hello 2018-02-26 01:03:01 +08:00
  • 41ec44f6b5 Add missing final newline in test script Peter Dave Hello 2018-02-26 01:02:41 +08:00
  • 2cd2c0f72e Remove useless trailing newlines Peter Dave Hello 2018-02-26 01:01:30 +08:00