aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* JSON output format is not stableyet, and will change in the future.Eirik Nygaard2022-10-071-1/+1
|
* Merge pull request #24325 from vespa-engine/ean/format-argument-for-logfmtEirik Nygaard2022-10-075-32/+168
|\ | | | | Add support for different output formats in logfmt
| * Add support for different output formats in logfmtEirik Nygaard2022-10-065-32/+168
| | | | | | | | Support vespa (default, json and raw lines
* | Revert "enable temporary debugging"Arne Juul2022-10-041-1/+1
| | | | | | | | This reverts commit 03b3b5b4f48b2d90a2df57df0efa7dca540b8a89.
* | refactor to ensure "-bin" is always addedArne Juul2022-10-047-29/+34
| |
* | enable temporary debuggingArne Juul2022-10-031-1/+1
| |
* | give better messages at install timeArne Juul2022-10-031-3/+1
| |
* | ensure directories existArne Juul2022-10-031-0/+4
| |
* | switch to new implementation of start-cbinaries.shArne Juul2022-10-031-0/+15
|/
* detect hostname and check for errorsArne Juul2022-09-301-1/+8
|
* 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
| | | | | | * refactor setting of environment variables * and add some more common env vars * check and/or set some old (compatibiliy) variables
* 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.
| * 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 version
| * | 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 exit
| * 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 do
| * 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 missing --force option * ensure output includes "OK" as before on success
* 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
|\ | | | | Bump GSON to 2.9.1
| * Use Java standard map instead of GSON internal oneYavor Paunov2022-09-071-3/+2
| | | | | | | | | | | | | | | | | | LinkedHashTreeMap is an internal class never intended for use outside of GSON. It was removed in https://github.com/google/gson/pull/1992 (version 2.9.0) and its use in this project prevents the GSON version from being bumped. The standard LinkedHashMap is a perfect drop-in replacement as it also preserves insertion order.
* | 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
|\ | | | | add parsing of tls config
| * 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
|