Commit Graph

  • 65aedc105a
    [Docs] capitalize C++ Piper Chester 2017-04-08 09:16:54 -07:00
  • 153f8e7b31 [Fix] To confirm curl exists before detecting curl libz feature Peter Dave Hello 2017-04-09 13:44:07 +08:00
  • e87f395b7a
    [Refactor] minor "if" and "return" improvement Peter Dave Hello 2017-04-06 03:55:42 +08:00
  • 2ec2d31012 [Tests] Re-enable WITHOUT_CURL tests Peter Dave Hello 2017-04-06 14:52:26 +08:00
  • daa9c3604d
    [Fix] To confirm curl exists before detecting curl libz feature Peter Dave Hello 2017-04-06 05:20:55 +08:00
  • ec3ba1973a
    [New] install.sh: Parallel script download jobs Peter Dave Hello 2017-04-05 04:54:38 +08:00
  • c6866eeb37
    [Test] "nvm alias" lts test bug fix Peter Dave Hello 2017-04-02 14:34:04 +08:00
  • 7bd7a35cb2 [Docs] Improve nvm usage examples Peter Dave Hello 2017-04-06 00:36:13 +08:00
  • e84bcaabdc
    [Refactor] Improve profile detection in install script Peter Dave Hello 2017-04-03 23:06:04 +08:00
  • d4e3f0943b
    [Docs] add 'fnm' as part of the fish alternatives Yanick Champoux 2017-04-04 15:01:39 -04:00
  • 3f5fd57881
    [Refactor] Reduce a sed command with pipe Peter Dave Hello 2017-04-05 04:58:34 +08:00
  • f524bcb973
    [Fix] Correct indent in install.sh Peter Dave Hello 2017-04-05 05:01:54 +08:00
  • a0534b720a [Tests] Reduce apt package dependencies calculation complexity Peter Dave Hello 2017-04-02 16:30:55 +08:00
  • 424056c839 [Tests] Remove ShellCheck manual dependency install under Ubuntu 14.04 Peter Dave Hello 2017-04-02 15:49:01 +08:00
  • 18df8e3d2e [Tests] Remove ppa source since we migrated to Ubuntu Trusty Peter Dave Hello 2017-04-02 07:24:56 +08:00
  • 4249b1c2bb
    [Fix] nvm_ensure_version_installed: add system support. Jordan Harband 2017-03-31 00:52:56 -07:00
  • 5776cc952a
    [copyright] update to 2017 Peter Dave Hello 2017-03-29 17:54:15 +08:00
  • 6c24346af5 [New] Add missing commands in bash_completion Peter Dave Hello 2017-03-29 18:13:14 +08:00
  • 450088e51a
    [Refactor] Improve if conditoion logic in "use" Peter Dave Hello 2017-03-30 00:41:31 +08:00
  • 9a6e657e53
    [Docs] Remove curl --compressed notes since we added its detection Peter Dave Hello 2017-03-29 17:51:23 +08:00
  • 8fc7e854de
    [Tests] Comment out ksh dependency installation, cc #574 Peter Dave Hello 2017-03-29 18:05:15 +08:00
  • 93c1036758
    [Tests] Move to Ubuntu 14.04 on Travis CI Peter Dave Hello 2017-03-26 05:19:57 +08:00
  • 4411abf82e [Docs] Add Mac OS "troubleshooting" to README Ægir Örn Símonarson 2016-07-24 11:46:59 +00:00
  • a36af70571
    [Docs] Update issue #900 title in README.markdown Peter Dave Hello 2017-03-28 22:47:34 +08:00
  • 059ab0e1ac
    [Refactor] Make the code a little bit cleaner Peter Dave Hello 2017-03-28 15:27:49 +08:00
  • b9f9977cdd
    [Fix] nvm install -s: npm detection Jordan Harband 2017-03-27 15:00:50 -07:00
  • 676fff0219
    [completions] Remove nospace in bash_completion Peter Dave Hello 2017-03-26 06:10:53 +08:00
  • 7b253c8c0a
    [New] Supercharge nvm debug output Peter Dave Hello 2017-03-23 14:48:00 +08:00
  • f344d0694b [Tests] Move cabel, nvm & npm install into TravisCI "install" section Peter Dave Hello 2017-03-26 05:22:40 +08:00
  • d9704471ff [Tests] Cache "node_modules" in CI Peter Dave Hello 2017-03-25 16:58:12 +08:00
  • 82aaa0a20d [Tests] Do not install nodejs, npm deps for SHELLCHECK Peter Dave Hello 2017-03-25 16:57:42 +08:00
  • e41197ea94 [Tests] Improve npm dependencies installaion in travis ci Peter Dave Hello 2017-03-23 15:54:25 +08:00
  • 6ef2be8db4
    [Docs] Get https://nodejs.org/dist header instead of its body, fix #1451 Peter Dave Hello 2017-03-23 14:12:31 +08:00
  • d465493832
    [Docs] Use https protocol for nodejs.org in issue template Peter Dave Hello 2017-03-23 14:07:07 +08:00
  • 0e5fba2dfb
    [Docs] Also add --compressed for curl in issue template, cc #1437 Peter Dave Hello 2017-03-23 14:01:46 +08:00
  • 973dfc6d4a [New] Dynamically detect if curl supports --compressed Peter Dave Hello 2017-03-23 12:32:36 +08:00
  • 6a3b1dd2c3 [New] Enable curl auto compression/decompression Peter Dave Hello 2017-03-20 04:08:48 +08:00
  • 4c97828f79
    Update .gitattributes Peter Dave Hello 2017-03-23 04:52:46 +08:00
  • ccd9697ef2 Delete .npmignore Peter Dave Hello 2017-03-23 04:37:40 +08:00
  • 20a40dd8c2
    [Docs] Update CONTRIBUTING.md Peter Dave Hello 2017-03-23 04:46:49 +08:00
  • 237c3a78e2 [Tests] Add retry on urchin setup which has no built in retry feature Peter Dave Hello 2017-03-20 06:14:15 +08:00
  • fa3631fee3
    [Refactor] Add nvm_has_non_aliased Peter Dave Hello 2017-03-20 16:57:26 +08:00
  • 316c9f34c6
    [Performance] Use awk's comparison to save a pipe to grep Peter Dave Hello 2017-03-20 04:50:32 +08:00
  • 6cb12b0f99
    [Performance] Improve awk usage Peter Dave Hello 2017-03-21 04:23:53 +08:00
  • 6ed73b0696 [Refactor] Improve sed usage for performance Peter Dave Hello 2017-03-21 04:30:22 +08:00
  • dcd008ff61
    [Refactor] remove unnecessary quotes Shirsh Zibbu 2017-03-07 05:46:45 +05:30
  • 039afb9470
    [Docs] Update Installation section Peter Dave Hello 2017-03-16 04:22:29 +08:00
  • b879628394 [Fix] declare MANPATH if and only if it's not set Peter Dave Hello 2017-03-16 04:07:37 +08:00
  • 9b2629384f
    [Fix] nvm install -s: ensure additional params lack a trailing space. Jordan Harband 2017-03-17 23:20:17 -07:00
  • 50ae1e5199
    [Fix] Install failed should return correct exit status, fix #1347 Peter Dave Hello 2016-12-10 00:20:04 +08:00
  • 1e6b5ce039
    [Fix] stop setting mirror env vars unnecessarily Matthew McEachen 2017-03-16 23:54:55 -07:00
  • 952d0067b3 [Fix] bash_completion should make sure nvm loaded Peter Dave Hello 2017-01-01 18:13:13 +08:00
  • 911ff87601 [Fix] bash_completion source prompt, remove && Peter Dave Hello 2017-01-01 18:06:50 +08:00
  • 9593616b8c [Fix] NVM_PROFILE bash/zsh detection in installation Peter Dave Hello 2017-01-01 18:06:02 +08:00
  • d8538dad84 [Refactor] nvm.sh minor refactor Peter Dave Hello 2017-03-09 23:11:06 +08:00
  • 257f16fb13
    [Docs] fi README typo Alex Ryan 2017-03-13 03:16:08 -07:00
  • 182a18d911
    [Fix] Github should be GitHub Peter Dave Hello 2017-03-09 23:02:08 +08:00
  • 8e6201b5b1
    [Tests] Update test mocks Peter Dave Hello 2017-03-10 18:02:47 +08:00
  • b676bf7d0e
    [Fix] checksums: remove libressl command support Dominyk Tiller 2017-03-08 12:54:37 +00:00
  • fa22d712ff
    [Fix] ensure this variable is not unbound. Jordan Harband 2017-03-06 09:35:58 -08:00
  • 286090b607 Merge pull request #1408 from PeterDaveHello/doctoc Jordan Harband 2017-03-01 00:57:05 -08:00
  • 1689b174b3 [Test] Add doctoc up-to-date test in TravisCI Peter Dave Hello 2017-02-28 04:17:29 +08:00
  • f8aaa32d17 README minor adjustment, generate "Table of Content" via doctoc Peter Dave Hello 2017-02-27 01:36:57 +08:00
  • 3dc5777b66 Add doctoc devDependency and npm script Peter Dave Hello 2017-02-27 01:35:34 +08:00
  • 6669e91bd8
    v0.33.1 v0.33.1 Jordan Harband 2017-02-20 17:59:20 -08:00
  • 7c271729ef Enable working without tput. John-David Dalton 2017-02-19 19:33:10 -08:00
  • b54e147442
    [Fix] nvm unload: run nvm deactivate before unsetting everything. Jordan Harband 2017-02-18 00:50:33 -08:00
  • e7e4a9b3d6
    [Fix] unset NVM_RC_VERSION env var immediately after it’s no longer needed. Jordan Harband 2017-02-18 00:48:41 -08:00
  • 49e446dac1
    [debug] include mirrors in nvm debug output. Jordan Harband 2017-02-14 09:06:23 -08:00
  • 1b8b7b31ed
    Add CII best practices badge Robin Schneider 2017-02-12 10:59:10 +01:00
  • 6fc0241c21
    [Fix] install.sh: only un-interpolate $HOME for the profile source string. Jordan Harband 2017-02-12 00:32:49 -08:00
  • affcc5087c [Fix] set -e: nvm install lts/something: call nvm_ensure_default_set with the proper value. Jordan Harband 2017-02-11 23:14:58 -08:00
  • 1b2305232f
    [install script] Use $HOME variable in NVM_DIR Ryan Wheale 2017-01-12 10:55:56 -07:00
  • f1a5f2a15f
    [Docs] [Fix] zsh autochange: only nvm install if we can’t nvm use butlerx 2016-12-19 12:00:47 +00:00
  • 40e40975eb
    v0.33.0 v0.33.0 Jordan Harband 2016-12-29 21:22:13 -10:00
  • ae8eb80d0b make release should pop up the EDITOR for the annotated tag. Jordan Harband 2016-12-29 21:22:08 -10:00
  • 186509be24 [github] modify the issue template Jordan Harband 2016-12-28 09:04:12 -10:00
  • 853afbf595
    Revert "Revert "[Fix] set -u: ensure that potentially unbound variables aren’t called unchecked."" Jordan Harband 2016-12-26 21:57:55 -08:00
  • a8c465018e
    Revert "[Fix] set -u: ensure that potentially unbound variables aren’t called unchecked." Jordan Harband 2016-12-25 12:18:56 -08:00
  • 1cac5194b9 [github] Flesh out issue template a bit. Jordan Harband 2016-12-25 12:07:08 -08:00
  • 71b49f1744
    Add GitHub issue template Peter Dave Hello 2016-12-26 02:46:49 +08:00
  • 60239e39cd
    [Fix] set -u: ensure that potentially unbound variables aren’t called unchecked. Jordan Harband 2016-12-25 11:31:37 -08:00
  • 0f6997d90a [Tests] remove the unused and broken $NVM_PATH. Jordan Harband 2016-12-16 10:57:22 -08:00
  • fcd6331f09 [Fix] remove the unused and broken $NVM_PATH. Jordan Harband 2016-12-16 10:57:22 -08:00
  • 2af47b0034 [Docs] Remove mixed addtional indent in the Bash completion codeblock Peter Dave Hello 2016-12-03 21:33:54 +08:00
  • 7c0dc2be68 [Docs] Make the indent in readme consistenly use soft tabs Peter Dave Hello 2016-12-03 21:32:41 +08:00
  • d5340539d9 [Docs] Link version badge to the release page Peter Dave Hello 2016-12-02 19:33:48 +08:00
  • 45771499ee
    [Fix] nvm should respect CC/CXX env var Peter Dave Hello 2016-11-29 15:30:01 +08:00
  • 84575cf353
    [Refactor] Use "case" instead of multi "if" Peter Dave Hello 2016-11-28 03:39:48 +08:00
  • 47c60dfc1d
    [Tests] add test to ensure that nvm unload unloads all functions. Jordan Harband 2016-11-28 12:50:35 -08:00
  • c96c561c88 [Fix] nvm unload missed node_version_has_solaris_binary() Peter Dave Hello 2016-11-28 18:35:32 +08:00
  • f29cd1a2ab
    [Fix] nvm unload missed NVM_CD_FLAGS NVM_BIN NVM_MAKE_JOBS NVM_PATH Peter Dave Hello 2016-11-28 04:14:21 +08:00
  • 00a1ee6c4d
    [Fix] nvm unload missed nvm_cache_dir() nvm_cd() Peter Dave Hello 2016-11-28 04:10:42 +08:00
  • a7648ebd9f
    [Fix] nvm install -s: aix: detect number of threads on aix and not just number of processors George Adams 2016-11-23 06:36:52 -05:00
  • 26fec8035f [Docs] update alpine environment installation info Peter Dave Hello 2016-11-27 21:30:41 +08:00
  • c58540666d [Docs] update readme about compile nodejs v0.10+ from src Peter Dave Hello 2016-11-27 21:21:49 +08:00
  • 7f1917d0aa
    [Refactor] Rename NVM_CPU_THREADS to NVM_CPU_CORES Gibson Fahnestock 2016-11-24 18:04:14 +00:00
  • 7d08ad4311 [Tests] also cache $HOME/.ghc for cabal Peter Dave Hello 2016-11-25 23:57:08 +08:00
  • 5b820a453c [Refactor] avoid S2181 spellcheck error. Jordan Harband 2016-11-25 00:56:28 -06:00
  • af73102481 [Fix] fix a typo i made in 20ae7ee309e51126144284a03cc9b65b13a8dd9a Jordan Harband 2016-11-25 00:35:33 -06:00