Commit Graph

1557 Commits

Author SHA1 Message Date
Marco Vermeulen
4cab7f160c Updates README from GVM to SDKMAN. 2015-09-16 05:55:01 -04:00
Marco Vermeulen
3f6f168c53 Bug fix in install script. 2015-09-16 05:39:24 -04:00
Marco Vermeulen
c047a5a184 Remove duplicate artifacts after merge. 2015-09-15 21:35:36 -04:00
Marco Vermeulen
19105b2200 Merge branch 'sdkman_refactor' into the_merge
Conflicts:
	src/main/bash/install.sh
	src/main/bash/sdkman-current.sh
	src/main/bash/sdkman-init.sh
2015-09-15 21:03:30 -04:00
Marco Vermeulen
845758b032 Fixes failing zip validation test post refactor. 2015-09-15 21:00:14 -04:00
Marco Vermeulen
fe2322da7e Fix broken tests.
Conflicts:
	src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy
	src/test/groovy/sdkman/specs/InitialisationSpec.groovy
2015-09-15 10:01:50 -04:00
Marco Vermeulen
0f5139a503 Fix broken tests. 2015-09-09 19:19:51 +01:00
Marco Vermeulen
119336bd65 Clean code in CurrentCommandSpec. 2015-08-31 17:26:50 +01:00
Marco Vermeulen
0b74798e0d Fix broken CurrentCommandSpec iterating over map entries. 2015-08-31 14:32:27 +01:00
Marco Vermeulen
021e802549 Removes obsolete character in InitialisationSpec. 2015-08-31 14:27:50 +01:00
Marco Vermeulen
e044a5bf96 Issue #348 - Fixes broken current command on long available candidate lists.
Conflicts:
	src/main/bash/sdkman-current.sh
2015-08-31 14:27:35 +01:00
Marco Vermeulen
36900eb3df Fixes broken test. Scenario length exceeded in outdated cuke. 2015-08-31 14:20:30 +01:00
Marco Vermeulen
0b473503fe Issue #23 - Adding explicit SDKMAN_DIR export to bashrc snippet.
Conflicts:
	src/main/bash/install.sh
2015-08-31 14:19:56 +01:00
Marco Vermeulen
63930912de Issue #23 - Introduces ability to install anywhere by exporting GVM_DIR before installing.
Conflicts:
	src/main/bash/install.sh
2015-08-31 14:17:04 +01:00
Felipe
d96790e02f Fix 'Running the server locally' section in Readme.md 2015-08-31 14:10:19 +01:00
Marco Vermeulen
7a9598842f Removes obsolete character in InitialisationSpec. 2015-08-31 14:07:45 +01:00
Marco Vermeulen
391d8f674f Issue #348 - Fixes broken current command on long available candidate lists. 2015-08-31 14:07:09 +01:00
Marco Vermeulen
b3fdebf9b6 Fixes broken test. Scenario length exceeded in outdated cuke. 2015-08-31 12:31:03 +01:00
Marco Vermeulen
6d91fe526e Issue #23 - Adding explicit GVM_DIR export to bashrc snippet. 2015-08-28 13:08:57 +01:00
Marco Vermeulen
c8f537c1ef Issue #23 - Introduces ability to install locally by exporting GVM_DIR before installing. 2015-08-28 13:02:54 +01:00
Marco Vermeulen
c0885d9a36 Merge pull request #347 from felipefzdz/master
Fix 'Running the server locally' section in Readme.md
2015-08-17 07:48:45 +01:00
Felipe
0bb53dd522 Fix 'Running the server locally' section in Readme.md 2015-08-11 23:25:19 +01:00
Marco Vermeulen
960964ef28 Fix broken latest broadcast stub for tests. 2015-08-04 08:43:56 +01:00
Danny Kirchmeier
160c5d2296 Add test to prevent missing candidates 2015-08-04 08:18:11 +01:00
Danny Kirchmeier
7362736a68 Fix init from missing the last few candidates
In bash, `${#ARR}` returns the length of the string in the first slot.
'asciidoctorj' has a length of 12, which was working until more
candidates were added.

`${#ARR[*]}` is the correct way to return the length of an array in
bash. Thankfully, this works in ZSH as well.
2015-08-04 08:11:08 +01:00
Marco Vermeulen
170bc764a9 Merge pull request #343 from danthegoodman/fix_init_candidates
Fix init from missing the last few candidates
2015-08-04 07:37:30 +01:00
Danny Kirchmeier
5ef508427a Add test to prevent missing candidates 2015-08-03 16:11:20 -05:00
Danny Kirchmeier
fc4a8e12b9 Fix init from missing the last few candidates
In bash, `${#ARR}` returns the length of the string in the first slot.
'asciidoctorj' has a length of 12, which was working until more
candidates were added.

`${#ARR[*]}` is the correct way to return the length of an array in
bash. Thankfully, this works in ZSH as well.
2015-07-30 18:47:32 -05:00
Marco Vermeulen
aed1500cf9 Renames SDKManBashEnvBuilder to SdkManBashEnvBuilder. 2015-06-17 17:26:45 +01:00
Marco Vermeulen
2f62eaffca Removes unused functions in sdkman-init script. 2015-06-17 17:14:17 +01:00
Marco Vermeulen
f9212efcc4 Drops cukes to cucumber base folder. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
e101564e9e Changes output of version command to SDKman. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
916feff7bf Fix compilation error in initialisation step definition. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
e42031e36c Changing all refs of sdkMan to sdkman in variable names. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
5165d5e4a4 Updates selfupdate script. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
935ec003a2 Updates all gvm refs in vertx server.groovy file. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
b20a05449a Updates further references found. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
7486a559a1 Updates build_drone shell script. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
4ad77a8a2a Updates templates. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
bcbba7d477 Updates variable names in shell scripts. 2015-06-17 17:08:38 +01:00
Marco Vermeulen
1647c3e940 Further updates to build.gradle. 2015-06-17 16:23:58 +01:00
Marco Vermeulen
60ecb866e7 New ASCII art for install script. 2015-06-17 16:23:58 +01:00
Marco Vermeulen
2a99832774 Updates install shell script gvm references to sdkman. 2015-06-17 16:23:58 +01:00
Marco Vermeulen
ce3cf4afeb Updates download shell script base dir location to $HOME/sdkman. 2015-06-17 16:20:56 +01:00
Marco Vermeulen
1f6dbee2e4 Updates all refs in build and VCS descriptor files to sdkman. 2015-06-17 16:20:56 +01:00
Marco Vermeulen
0ad87538cc Renames all shell scritps from gvm-* to sdkman-*. 2015-06-17 16:20:56 +01:00
Marco Vermeulen
2cb400eeb6 Moves all cukes from gvm to sdkman folder. 2015-06-17 16:20:56 +01:00
Marco Vermeulen
a3d0849048 Changes test resource filenames from gvm to sdkman. 2015-06-17 16:20:56 +01:00
Marco Vermeulen
15a1c0b8c4 Updates any final test code references from gvm to sdkMan. 2015-06-17 16:20:56 +01:00
Marco Vermeulen
13c8dc95c4 Use new CucumberOptions annotations for Cukes test runner. 2015-06-17 16:20:56 +01:00