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
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
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
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
Marco Vermeulen
68277d9978
Moves all test sources from gvm to sdkman package.
2015-06-17 16:20:56 +01:00
Marco Vermeulen
0f7df3f31e
Changes all cli gvm refs in feature files to sdk.
2015-06-17 16:20:56 +01:00
Marco Vermeulen
4a09bfbd5f
Updates all references from gvm to sdkman in Cucumber features and step def regex. Also updates other step def refs to sdkman.
2015-06-17 16:20:56 +01:00
Marco Vermeulen
fb2763763e
Updates all references of gvmtool to sdkman in shell scripts.
2015-06-17 16:20:56 +01:00
Marco Vermeulen
f130f5c453
Issue #327 : Introduces insecure ssl binary transfer for machines where CA certs can't be found.
2015-06-17 15:48:11 +01:00
Marco Vermeulen
e448b3d1a3
Issue #317 and #306 : Improves initialistaion process across multiple shells.
2015-06-17 14:37:31 +01:00
Lee Worrall
71da0709fc
Use ${GVM_DIR} instead of hardcoded .gvm
2015-03-29 17:29:19 +01:00
Marco Vermeulen
c1059848a6
Merge pull request #321 from nobeans/fix-outdated-label
...
Fix the issue that the "Outdated:" label is not displayed in some cases.
2015-03-18 10:15:51 +02:00
Marco Vermeulen
00a408bf0d
Fix: returns last three, not one broadcast messages.
2015-03-11 17:56:42 +02:00
Marco Vermeulen
d45951976f
Modularises procedural broadcast/offline code out of init script into broadcast/offline scripts.
2015-03-11 17:33:58 +02:00
Marco Vermeulen
5229fdc0b2
Gives more meaningful names to broadcast variables.
2015-03-11 16:36:55 +02:00
Marco Vermeulen
265ad5e288
Renames some functions.
2015-03-11 16:27:05 +02:00
Marco Vermeulen
7b18ea7cbb
Changes gvm_valid_candidate to local variable in main function.
2015-03-11 15:55:58 +02:00
Yasuharu Nakano
5ace23e6eb
Fix the issue that the "Outdated:" label is not displayed in some cases.
2015-03-10 10:04:06 +09:00
Marco Vermeulen
ac70d2aa90
First pass at integration with new broadcast API.
2015-03-09 19:18:55 +02:00
Marco Vermeulen
365e97e972
Update acceptance test fixture to include broadcast latest id stubbed endpoint.
2015-03-09 19:18:55 +02:00
Yasuharu Nakano
bc25171ab6
Make 'outdated' and its shortcut 'c' available and visible for users.
2015-03-09 21:44:32 +09:00
Yasuharu Nakano
2d255344c2
Add "Outdated:" label and up-to-date message to 'outdated' command.
2015-03-09 21:31:09 +09:00
Yasuharu Nakano
2c2bfdebc8
Add 'outdated' command.
2015-03-08 22:53:09 +09:00
Yasuharu Nakano
a9c4990291
Removes GVM_CANDIDATE_COUNT.
2015-02-21 17:17:17 +09:00
Marco Vermeulen
44221030ae
Introducing broker api environment variable.
2014-09-29 08:53:13 +01:00
Marco Vermeulen
73a9d4bf5f
Flips back to flat database schema using dedicated versions collection.
2014-09-27 13:12:36 +01:00
Marco Vermeulen
9f4ba2f438
Checks for new version on a daily basis.
2014-09-08 05:43:05 -05:00
Marco Vermeulen
11bec37041
Adds some local variables to init script.
2014-09-08 05:42:39 -05:00
Marco Vermeulen
95638f5049
Fixes refresh of candidate directories on selfupdate.
2014-08-31 14:47:31 +01:00
Marco Vermeulen
e8809c9809
Tweak wording and space in selfupdate prompt.
2014-08-31 13:04:44 +01:00
Marco Vermeulen
2dee3e4ce1
Bolster tests and accommodate explicit selfupdate.
2014-08-27 21:12:07 +01:00
Marco Vermeulen
e9c3a55f44
Delays upgrade notification until first command typed.
2014-08-27 21:12:07 +01:00
Marco Vermeulen
204ed357ec
Revert "Adds upgrade notice to install and selfupdate scripts."
...
This reverts commit ac63446057 .
2014-08-27 21:12:06 +01:00
Marco Vermeulen
ac63446057
Adds upgrade notice to install and selfupdate scripts.
2014-08-21 08:59:25 +01:00
Marco Vermeulen
4ff515227d
Deprecates old broadcast endpoint.
2014-08-06 22:34:10 +01:00