Marco Vermeulen
d588fcd65a
Update version of production to 3.0.0
3.0.0
2015-09-16 19:18:10 -04:00
Marco Vermeulen
551152cd0e
Adds gvm alias for sdk.
2015-09-16 18:02:20 -04:00
Marco Vermeulen
9b92bf1324
Capture input from tty on selfupdate.
2015-09-16 16:00:38 -04:00
Marco Vermeulen
8b2630ebfe
Adds some debug logging to selfupdate script.
2015-09-16 15:46:29 -04:00
Marco Vermeulen
350a74285c
Updates to selfupdate console output.
2015-09-16 15:09:44 -04:00
Marco Vermeulen
62701c2204
Updates all capitalized GVM_ variables in profiles.
2015-09-16 14:54:19 -04:00
Marco Vermeulen
0dd8884677
Further improvements to selfupdate.
2015-09-16 14:19:58 -04:00
Marco Vermeulen
99bf8c41c4
Selfupdate for migration from gvm to sdkman.
2015-09-16 14:04:58 -04:00
Marco Vermeulen
da36698d42
Upgrades to Gradle 2.7 wrapper.
2015-09-16 11:47:00 -04:00
Marco Vermeulen
5d109b0d15
Adds updates for java:8 image to docker file.
2015-09-16 10:52:25 -04:00
Marco Vermeulen
82a1c97d82
Adds settings.gradle to set project dir name.
2015-09-16 10:52:25 -04:00
Marco Vermeulen
4b874fac79
Revert "Fix scrpit resource name bug in vertx server."
...
This reverts commit 16d30d5bef .
2015-09-16 10:52:25 -04:00
Marco Vermeulen
2afcc88cd6
Update to README.md
2015-09-16 10:38:02 -04:00
Marco Vermeulen
16d30d5bef
Fix scrpit resource name bug in vertx server.
2015-09-16 09:14:56 -04:00
Marco Vermeulen
2fe3c27831
Updates all references of SDKman to SDKMAN.
2015-09-16 06:02:35 -04:00
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