Commit Graph

  • 7976a1343f Merge pull request #398 from creationix/install_use_nvmrc Jordan Harband 2014-04-19 22:36:33 -07:00
  • bf8abf1052 Make sure nvm install works without a version argument when .nvmrc specifies a version. Jordan Harband 2014-04-16 02:25:58 -07:00
  • eb6031cb58 Clean up after existing nvm install tests. Jordan Harband 2014-04-19 16:48:14 -07:00
  • 55a6f1f06e Organizing nvm install tests better. Jordan Harband 2014-04-19 16:47:07 -07:00
  • c188c1b11a Correcting help text for nvm use Jordan Harband 2014-04-16 02:04:00 -07:00
  • b15ea07067 Don't clobber the latest version of 0.10 for tests. Jordan Harband 2014-04-19 16:31:48 -07:00
  • 752c0e4ef1 Removing trailing whitespace. Jordan Harband 2014-04-16 02:24:54 -07:00
  • 49364532b3 Merge pull request #391 from koenpunt/patch-1 Jordan Harband 2014-03-27 10:19:44 -07:00
  • 9157cb4cfe Link to latest version of install script (0.4.0) Koen Punt 2014-03-27 10:19:00 +01:00
  • 6dde4aac38 v0.4.0 v0.4.0 Jordan Harband 2014-03-26 21:31:48 -07:00
  • 96635cd2bd Merge pull request #371 from koenpunt/single-installer Jordan Harband 2014-03-26 21:30:00 -07:00
  • 5342b6a04c Emulate curl with wget Koen Punt 2014-03-26 09:29:05 +01:00
  • 2d0c025c49 Prevent fallback Koen Punt 2014-03-26 09:16:26 +01:00
  • 6ed93f4c01 Force install method by setting METHOD=git/script Koen Punt 2014-03-26 09:08:37 +01:00
  • 3c2719a85e fix Koen Punt 2014-03-26 11:14:00 +01:00
  • c47f03f996 Display error when unable to update Koen Punt 2014-03-26 08:36:41 +01:00
  • 300022642a git, curl and wget now all in one installer Koen Punt 2014-03-15 04:32:35 +01:00
  • bce3abaa4b use comparison opts Koen Punt 2014-03-14 22:41:43 +01:00
  • 9f6280265a updated README Koen Punt 2013-12-22 18:37:08 +01:00
  • 7211c9ee29 updated output without special characters (tab; \t) Omit duplicate 'finish line' normalized indentation Koen Punt 2013-12-22 18:05:20 +01:00
  • 246caa8581 Updated source string, use hard path as NVM is not always installed in $HOME/.nvm Koen Punt 2013-12-22 18:03:06 +01:00
  • 1fac49f887 replaced undocumented option for specifying the profile as first argument to specifying it as a environment variable (eg: PROFILE=~/.myprofile ./install-gitless.sh) also; fixed indentation and added .zshrc as possible profile Koen Punt 2013-12-22 17:56:42 +01:00
  • d2422a623a made NVM_DIR and NVM_SOURCE configurable using environment variables Koen Punt 2013-12-22 18:23:59 +01:00
  • fcc00b22b7 don't make use of pushd and popd as they are not universal Koen Punt 2013-12-22 17:48:10 +01:00
  • 0787a55999 replaced fatalExit function for 'inline' exit exit on errors (set -e) simplified if for NVM_DIR and NVM_SOURCE, corrected indentation Koen Punt 2013-12-22 17:46:26 +01:00
  • 7c45d62b37 Merge pull request #388 from koenpunt/small-fixes Jordan Harband 2014-03-23 11:56:09 -07:00
  • 703acb0514 Added test for nvm unload Koen Punt 2014-03-16 18:16:46 +01:00
  • 744507b83e added nvm unload method to remove nvm from shell Koen Punt 2014-03-16 18:09:54 +01:00
  • ec7909dcd3 Use NVM_ prefix for variables Koen Punt 2014-03-23 16:42:38 +01:00
  • cf5f195d75 Merge pull request #387 from koenpunt/patch-1 Jordan Harband 2014-03-22 14:00:46 -07:00
  • 9f0520cdd0 Add travis badge to README Koen Punt 2014-03-22 21:19:43 +01:00
  • d950c1a0ea Adding a trailing newline Jordan Harband 2014-03-22 13:10:18 -07:00
  • 6123fbcd31 Merge pull request #386 from koenpunt/multi-shell-test Jordan Harband 2014-03-22 13:08:50 -07:00
  • def7ec5364 install shells before running tests Koen Punt 2014-03-22 18:51:14 +01:00
  • 52a384a0cc Add Makefile for multishell testing updated nvm current test for zsh Koen Punt 2014-03-22 18:37:41 +01:00
  • ba1e2f1cdf Merge pull request #382 from koenpunt/version-normalizing Jordan Harband 2014-03-21 09:30:19 -07:00
  • 625e54880f Merge pull request #374 from koenpunt/fix-tests Jordan Harband 2014-03-21 09:27:13 -07:00
  • cebda7d35a When curl is not present, immediately bail out of nvm install with a nonzero exit code. Fixes #385. Jordan Harband 2014-03-21 09:23:16 -07:00
  • 4a9a15c404 Fix NVM_DIR discovery Koen Punt 2014-03-16 17:47:22 +01:00
  • 31c5406780 Adding an nvm --version command v0.3.0 Jordan Harband 2014-03-20 23:19:47 -07:00
  • a34c080d77 Fix nvm ls for v* numbers Koen Punt 2012-10-21 22:57:32 +02:00
  • 0b97ee1d2a Failing test for when using nvm ls with v* version Koen Punt 2014-03-18 00:53:04 +01:00
  • 1ded21c10d Merge pull request #383 from koenpunt/nvm-prefixed Jordan Harband 2014-03-17 18:07:00 -07:00
  • e30424d22f define all functions with nvm_ prefix Koen Punt 2014-03-18 01:41:02 +01:00
  • 78e7aa6b67 Merge pull request #380 from koenpunt/fix-current-test Jordan Harband 2014-03-17 12:05:26 -07:00
  • ae4c841742 Double == causes error on travis (dash shell) Koen Punt 2014-03-17 19:44:40 +01:00
  • 4f9324c439 Merge pull request #377 from koenpunt/remove-obscure-echo-test Jordan Harband 2014-03-17 10:02:54 -07:00
  • 020f61500f Merge pull request #378 from koenpunt/ci Jordan Harband 2014-03-17 09:59:42 -07:00
  • 38a0c997e2 Added travis config, fixed tests for use on travis Koen Punt 2014-03-16 19:05:28 +01:00
  • 70f1734c12 updated tests for altered output Koen Punt 2014-03-17 13:24:24 +01:00
  • 1d40a5bc8b Replaced echo for printf when using formatted strings Updated version list, now also compatible with zsh Koen Punt 2014-03-17 13:16:12 +01:00
  • db4c582d79 Merge pull request #366 from messju/nvm_version_fix Jordan Harband 2014-03-15 13:17:36 -07:00
  • e46ee7b30b added test for using the latest of two versions messju mohr 2014-02-26 08:43:12 +01:00
  • f82f38be90 fixed nvm_version result when multiple versions match the given pattern messju mohr 2014-02-25 11:58:20 +01:00
  • 3a21485050 Files should end in trailing newlines Jordan Harband 2014-03-15 11:41:50 -07:00
  • e6887d500f Merge pull request #319 from koenpunt/nvm-exec Jordan Harband 2014-03-15 11:40:02 -07:00
  • 472d23b990 Merge pull request #372 from koenpunt/patch-1 Jordan Harband 2014-03-15 10:48:41 -07:00
  • 1a19de9d20 Use has util method and use comparison opts Koen Punt 2014-03-15 05:02:52 +01:00
  • f3d1770e3e nvm exec wrapper to execute commands with a specific node version Koen Punt 2013-12-07 00:39:34 +01:00
  • ba2a850253 Adding a CONTRIBUTING.md file Jordan Harband 2014-03-14 23:21:31 -07:00
  • 618a372f38 Unset the executable bit on nvm.sh, since it's meant to be sourced Jordan Harband 2014-03-14 22:10:52 -07:00
  • a09a028c38 Merge pull request #270 from hachre/patch-1 Jordan Harband 2014-03-14 22:10:07 -07:00
  • d78905988e Merge pull request #310 from danieltdt/grep-options Jordan Harband 2014-03-14 13:10:56 -07:00
  • 8cceae3cc1 Overwritting GREP_OPTIONS on local script Daniel Teixeira 2014-03-14 14:58:51 -03:00
  • 192e381971 Merge pull request #370 from jpadilla/patch-1 Jordan Harband 2014-03-13 14:26:44 -07:00
  • 966ff0e1b0 Fix for running with bash, sh, and zsh José Padilla 2014-03-13 10:31:34 -04:00
  • b90a0a811e Use 2-space indentation for consistency José Padilla 2014-03-12 14:33:00 -04:00
  • 25ca41c9dc Detect if curl or wget is installed José Padilla 2014-03-12 09:07:48 -04:00
  • 0d44ed1126 Merge pull request #364 from frasertweedale/fix/portability Jordan Harband 2014-03-04 17:31:17 -08:00
  • dc53a37d4f Merge pull request #277 from frasertweedale/fix/freebsd-sha1 Jordan Harband 2014-02-27 01:25:23 -08:00
  • 332ae1afcb use a more portable release in install tests Fraser Tweedale 2014-02-22 12:15:40 +10:00
  • 9108a7f7fa remove duplicate install test Fraser Tweedale 2014-02-22 12:18:50 +10:00
  • 3b21b76106 fix install from source on FreeBSD 10 Fraser Tweedale 2014-02-22 11:58:39 +10:00
  • dcba513108 address remaining comments from #363 Fraser Tweedale 2014-02-22 11:25:45 +10:00
  • e6a5374bfb colorize output only if echo supports it Fraser Tweedale 2014-02-22 00:06:53 +10:00
  • 8cba9c5781 avoid nullglob in alias command Fraser Tweedale 2014-02-22 00:00:10 +10:00
  • 1d6145de5a fix explicit version matching on FreeBSD Fraser Tweedale 2014-02-21 23:25:45 +10:00
  • ca0c8a7f1d handle echo implementations that do not support -e Fraser Tweedale 2014-02-21 22:10:17 +10:00
  • 21771e7369 fix logic error in nvm deactivate test Fraser Tweedale 2014-02-21 21:06:53 +10:00
  • a3331ffdb0 fix errors due to use of unportable == operator Fraser Tweedale 2014-02-21 20:59:50 +10:00
  • 4a5f5203d0 fix errors and portability issues in expr commands Fraser Tweedale 2014-02-21 20:52:50 +10:00
  • ee6d4ab074 fix ls command in dash Fraser Tweedale 2014-02-21 20:18:57 +10:00
  • 8925419e90 tests: avoid reliance on nullglob Fraser Tweedale 2014-02-21 19:21:03 +10:00
  • 0f709eafa0 Missed tests Dr. Kibitz 2014-02-18 22:07:25 -08:00
  • a9be598241 Remove some new bashisms Dr. Kibitz 2014-02-18 21:57:52 -08:00
  • 9a0c269713 Redo https://github.com/creationix/nvm/pull/345 Dr. Kibitz 2014-02-18 21:51:39 -08:00
  • 0c8410fcc3 support FreeBSD's sha1(1) for integrity checks Fraser Tweedale 2013-08-10 14:30:47 +10:00
  • 12d7b6fa0c Merge pull request #361 from drkibitz/local-vars Jordan Harband 2014-02-16 11:20:21 -08:00
  • 274652e10e Fix nvm ls-remote and display uninstalled versions again. Fixes #359, closes #360 Jordan Harband 2014-02-16 09:35:05 -08:00
  • 2e9558cbf9 Declare more variables as local Dr. Kibitz 2014-02-16 01:05:24 -08:00
  • 13781f242b Create a colorize_version function that doesn't include the padding, for nvm version Jordan Harband 2014-02-15 16:21:10 -08:00
  • b6469ee186 Preventing an extra leading newline. Jordan Harband 2014-02-15 15:51:46 -08:00
  • 304cc29cf0 Fixing indentation and adding a trailing newline. Jordan Harband 2014-02-15 15:57:51 -08:00
  • 0d5ee024d1 Merge pull request #356 from geekjuice/master Jordan Harband 2014-02-11 20:38:09 -08:00
  • 9a88e3656c Change variable name to fix zsh parse issue Nicholas Hwang 2014-02-11 22:50:58 -05:00
  • c19535a3f5 Merge pull request #354 from simontabor/patch-1 Jordan Harband 2014-02-07 10:32:23 -08:00
  • 9af7409e4a don't curl if version is specified + installed Simon Tabor 2014-02-06 13:02:57 +00:00
  • eca6118023 Merge pull request #352 from gdi2290/patch-1 Jordan Harband 2014-02-03 19:30:52 -08:00
  • 50485d641b update copyright year range in readme PatrickJS 2014-02-03 17:07:56 -08:00
  • cd378cb170 Merge pull request #351 from gdi2290/patch-1 Jordan Harband 2014-02-03 14:27:25 -08:00