Marco Vermeulen
3388575096
Fixes issue #363 : Sets candidate version as default for new candidates when installed through use command.
2015-09-29 18:00:41 +01:00
Marco Vermeulen
e353435d8e
Renames feature file.
2015-09-29 10:56:22 +01:00
Marco Vermeulen
955d334dcd
Adds .bash_profile to be updated in selfupdate.
2015-09-25 16:58:59 +01:00
Marco Vermeulen
e4c5f8259b
Fixes bug in building versions csv for candidate.
2015-09-25 08:42:04 +01:00
Marco Vermeulen
8382d57177
Adds scenario for multiple versions in list view.
2015-09-25 08:41:26 +01:00
Marco Vermeulen
6d18ed98b5
Fixes list view rendering.
2015-09-24 22:10:47 +01:00
Marco Vermeulen
e45986b6bc
Re-enables and improves List Candidates feature, some minor improvements on the list view function.
2015-09-24 18:38:41 +01:00
Marco Vermeulen
4ca8995676
Fixes sdk list bug.
2015-09-23 08:45:24 +01:00
Marco Vermeulen
50f4e37d16
Clean code.
2015-09-23 08:45:03 +01:00
Marco Vermeulen
651bf3c746
Only add HOME variables to PATH that are active candidates.
2015-09-22 18:39:26 +01:00
Marco Vermeulen
20b1ebfb53
Adds .gvm simlink on migration for backward compatibility.
2015-09-18 07:55:27 +01:00
Marco Vermeulen
d860915eb5
Fixes upgrade bug on OSX. Adding custom usage for sed.
2015-09-17 20:21:26 -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
4b874fac79
Revert "Fix scrpit resource name bug in vertx server."
...
This reverts commit 16d30d5bef .
2015-09-16 10:52:25 -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
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
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
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
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