summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* add two more common env varsArne Juul2022-09-291-0/+5
* fix typoArne Juul2022-09-291-2/+2
* simplify argv handlingArne Juul2022-09-297-18/+12
* use unix.ExecArne Juul2022-09-294-22/+91
* allow direct invocation of startCbinaryArne Juul2022-09-293-8/+31
* add convenience functionArne Juul2022-09-291-0/+6
* add some rlimit adjustmentsArne Juul2022-09-293-0/+79
* minor fixes and refactoringArne Juul2022-09-295-4/+87
* more compatibilityArne Juul2022-09-295-15/+62
* reimplementation of start-cbinaries.shArne Juul2022-09-2817-0/+737
* Merge pull request #24214 from vespa-engine/toregge/adjust-go-buildTor Egge2022-09-262-3/+3
|\
| * Use real outputs for custom command that builds go binaries.Tor Egge2022-09-262-3/+3
* | Merge pull request #24216 from vespa-engine/mpolden/bump-go-versionMartin Polden2022-09-261-6/+15
|\ \
| * | Bump minimum required Go versionMartin Polden2022-09-261-6/+15
* | | rename GetOutputFromProgram -> BackTicksArne Juul2022-09-263-7/+25
* | | use common GetOutputFromProgram()Arne Juul2022-09-264-16/+9
| |/ |/|
* | common tracingArne Juul2022-09-226-65/+21
* | use common curl utilityArne Juul2022-09-2210-62/+172
|/
* Merge pull request #24164 from vespa-engine/arnej/handle-simple-panicMartin Polden2022-09-221-0/+12
|\
| * on panic(err), just print the message and exitArne Juul2022-09-211-0/+12
* | move tracing to its own packageArne Juul2022-09-2110-27/+42
|/
* Validate zip entry path when unpackingMartin Polden2022-09-204-2/+42
* Merge pull request #24104 from vespa-engine/bratseth/say-what-to-doMartin Polden2022-09-171-1/+1
|\
| * Say what to doJon Bratseth2022-09-161-1/+1
* | Specify this is the CLI, not Vespa versionJon Bratseth2022-09-162-3/+3
|/
* switch to "go" version of cluster-state utilitiesArne Juul2022-09-131-0/+3
* minor tweaksArne Juul2022-09-121-1/+5
* add CLI for get-cluster-state and friendsArne Juul2022-09-1217-17/+1051
* dive deeper, fix mixed mode logicArne Juul2022-09-091-1/+1
* add security-env optionArne Juul2022-09-091-1/+4
* Merge pull request #23972 from YavorPaunov/gson-2.9.1Jon Bratseth2022-09-081-3/+2
|\
| * Use Java standard map instead of GSON internal oneYavor Paunov2022-09-071-3/+2
* | if upload fails, just return the errorArne Juul2022-09-081-1/+4
|/
* Revert "switch to script-utils for security-env"Henning Baldersheim2022-09-071-4/+1
* switch to script-utils for security-envArne Juul2022-09-071-1/+4
* Merge pull request #23929 from vespa-engine/arnej/json-tls-config-for-goArne H Juul2022-09-071-0/+64
|\
| * drop currently-unused fieldsArne Juul2022-09-061-8/+0
| * add parsing of tls configArne Juul2022-09-051-0/+72
* | allow indirection via script-utilsArne Juul2022-09-056-45/+42
|/
* Print hints if service discovery failsMartin Polden2022-08-307-21/+29
* Include deployment in endpoint discovery errorMartin Polden2022-08-301-1/+1
* Avoid doing real DNS lookups in unit testMartin Polden2022-08-302-16/+27
* Merge pull request #23831 from vespa-engine/mpolden/athenz-cert-from-envJon Marius Venstad2022-08-294-60/+65
|\
| * Support specifying Athenz key pair through environmentMartin Polden2022-08-294-60/+65
* | add binary replacing some perl snippetsArne Juul2022-08-292-0/+31
* | stricter validationArne Juul2022-08-291-31/+48
* | use t.Setenv() in testsArne Juul2022-08-292-9/+9
* | add ExportDefaultEnvToSh()Arne Juul2022-08-262-36/+198
* | slight improvements for FindOurHostnameArne Juul2022-08-262-16/+29
* | add FindOurHostname()Arne Juul2022-08-262-0/+135