Marco Vermeulen
18d2f2c32b
Update version of production to 2.4.4
2.4.4
2015-08-31 12:32:31 +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
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
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
Marco Vermeulen
dd605f93b1
Ignore intellij IDEA descriptor.
2015-06-17 10:16:22 +01:00
Marco Vermeulen
df85ba864b
Removes obsolete broadcast script.
2015-04-05 18:15:01 +01:00
Marco Vermeulen
de0ea05798
Merge branch 'LeeWorrall-master'
2015-04-02 13:33:53 +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
Marco Vermeulen
092fa3b9c2
Some minor grammatical tweaks to README.
2015-03-09 19:05:19 +02:00
Marco Vermeulen
1baa655429
Merge pull request #320 from nobeans/tweak-outdated
...
Brush up 'outdated' command.
2015-03-09 18:34:18 +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
Marco Vermeulen
01b424dc33
Merge pull request #319 from nobeans/docker
...
Add Dockerfile for tests
2015-03-08 23:08:38 +02:00
Marco Vermeulen
11a4dba30c
Merge pull request #318 from nobeans/gvm-outdated
...
Add 'outdated' command.
2015-03-08 18:20:09 +02:00
Yasuharu Nakano
cf1d95978a
Add Dockerfile for tests
2015-03-08 23:08:24 +09:00
Yasuharu Nakano
2c2bfdebc8
Add 'outdated' command.
2015-03-08 22:53:09 +09:00
Marco Vermeulen
cf49338e4d
Upgrades to gradle 2.3
2015-03-01 11:07:24 +00:00
Marco Vermeulen
46728517a2
Merge pull request #316 from nobeans/remove-candidate-count
...
Removes GVM_CANDIDATE_COUNT
2015-03-01 11:04:39 +00:00
Yasuharu Nakano
a9c4990291
Removes GVM_CANDIDATE_COUNT.
2015-02-21 17:17:17 +09:00
Marco Vermeulen
5aacedc1dd
Update to wrapper to all distro.
2014-09-29 09:30:15 +01:00
Marco Vermeulen
0017c013db
Upgrade to cucumber 1.1.8.
2014-09-29 09:29:10 +01:00
Marco Vermeulen
631cc9a9a1
Upgrade to groovy 2.3.7
2014-09-29 09:01:37 +01:00
Marco Vermeulen
d876a44eca
Upgrade to Gradle 2.1
2014-09-29 08:54:23 +01: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
17e32a83af
Changes to gitignore.
2014-09-08 05:59:17 -05: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
febef222e6
Moves contrib folder to bin.
2014-08-31 14:22:57 +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