summaryrefslogtreecommitdiffstats
path: root/vespaclient/src/perl
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-0732-32/+32
|
* Disable hostname verification only when configuredBjørn Christian Seime2020-02-171-1/+4
|
* Don't use local variable in use lib statement.Tor Egge2020-01-173-3/+3
|
* Enable vespa site perl in bootstrap section of perl scripts.Tor Egge2020-01-173-9/+9
|
* Add "safe mode" flag support to vespa-set-node-state toolTor Brede Vekterli2019-10-282-3/+13
| | | | | | | | Enables the tool to trigger the same state transition checks that are used by orchestration components. Caveat: due to the REST API currently returning HTTP 200 OK even for denied transitions (but with a JSON payload indicating failure instead), the tool will return with status code 0 even if the state change failed.
* less dangerous. better text for vespa-set-node-stateKristian Aune2019-10-152-13/+13
|
* Disable hostname verificationBjørn Christian Seime2019-09-201-1/+1
|
* Disable hostname verification for the perl utilitiesBjørn Christian Seime2019-08-021-0/+1
|
* Configure protocol versionBjørn Christian Seime2019-07-181-0/+1
|
* Configure set of valid ciphersBjørn Christian Seime2019-07-181-0/+4
|
* Add https support to Perl http clientBjørn Christian Seime2019-07-161-1/+11
|
* Revert "Revert "Explicitly use legacy format option to vespa-get-config""Harald Musum2018-09-041-1/+1
|
* Revert "Explicitly use legacy format option to vespa-get-config"Arnstein Ressem2018-08-291-1/+1
|
* Explicitly use legacy format option to vespa-get-configHarald Musum2018-08-291-1/+1
|
* loop over all config serversArne Juul2018-07-031-10/+16
| | | | | * This reverts commit 0800d9b7d9540fa83fb85d99e87c2d5971236fae. * second try, actually runs the correct command
* Revert "loop over all config servers"Harald Musum2018-06-271-18/+12
|
* loop over all config serversArne Juul2018-06-261-12/+18
|
* update bootstrapArne Juul2018-05-163-12/+21
|
* update perl bootstrapArne Juul2018-05-143-0/+6
|
* update bootstrap section of scriptsArne Juul2018-05-143-0/+36
|
* Normalize code to use spaces instead of tabs.Tor Egge2018-04-091-4/+4
|
* Adjust vespa-set-node-state to require cluster argument if more thanTor Egge2018-04-092-0/+22
| | | | one cluster is present in model.
* Add --no-wait option to vespa-set-node-stateTor Brede Vekterli2017-09-123-4/+16
| | | | | If option is set, will add a response-wait: no-wait field to request JSON. If not set, controller default is used.
* use vespa-print-default hostnameArne Juul2017-09-081-3/+1
|
* Use vespa-get-config instead of getvespaconfigHarald Musum2017-08-171-3/+3
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-173-6/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1432-32/+32
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1432-32/+32
|
* Update copyright headersJon Bratseth2017-06-1432-32/+32
|
* Revert "Copyright header"Jon Bratseth2017-06-1332-32/+32
|
* Copyright headerJon Bratseth2017-06-1332-32/+32
|
* used wrong name for new programArne H Juul2016-07-071-2/+2
|
* use new simpler way to get configserver and portArne H Juul2016-07-071-8/+6
|
* search .../lib64/perl5/site_perl for modulesArne Juul2016-06-203-2/+3
| | | | * also remove one extra (duplicate) 'use lib' line.
* Use /usr/bin/env perl instead of /usr/local/bin/perlArnstein Ressem2016-06-173-3/+6
|
* PublishJon Bratseth2016-06-1533-0/+4915