summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Remove telegraf metrics-proxy integrationOla Aunronning2023-03-101-1/+0
|
* Merge pull request #26086 from vespa-engine/arnej/add-visit-in-vespa-cliArne H Juul2023-02-283-0/+495
|\ | | | | Arnej/add visit in vespa cli
| * minor update to help textArne Juul2023-02-201-4/+3
| |
| * move long strings to const sectionArne Juul2023-02-201-16/+32
| |
| * add some unit testingArne Juul2023-02-201-0/+101
| |
| * restructure to allow unit testingArne Juul2023-02-201-62/+72
| | | | | | | | make "json-lines" mode default
| * add "printDebug" alsoArne Juul2023-02-201-0/+4
| |
| * add quotingArne Juul2023-02-172-3/+49
| |
| * remove experimental options for nowArne Juul2023-02-171-18/+5
| |
| * add "visit" as vespa cli commandArne Juul2023-02-172-0/+332
| |
* | Expect x/sys 0.5.0 and clean up some old versions not cleanup earlier on.Henning Baldersheim2023-02-271-17/+2
| |
* | Bring x/sys up to 0.5.0Henning Baldersheim2023-02-271-1/+1
| |
* | Revert "remove complicated code trying to find a good hostname"Arnstein Ressem2023-02-272-2/+84
| |
* | Merge pull request #26151 from ↵Arne H Juul2023-02-272-84/+2
|\ \ | | | | | | | | | | | | vespa-engine/arnej/less-magic-for-hostname-detection remove complicated code trying to find a good hostname
| * | remove complicated code trying to find a good hostnameArne Juul2023-02-222-84/+2
| | |
* | | Bump golang.org/x/sys in /client/godependabot[bot]2023-02-252-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* / Install vespa program.Tor Egge2023-02-171-0/+1
|/
* build: fix ldflags for override `version`Rui Chen2023-02-101-1/+1
| | | | Signed-off-by: Rui Chen <rui@chenrui.dev>
* give up if we cannot get qr-start configArne Juul2023-02-101-1/+1
|
* Unignore MakefileMartin Polden2023-02-071-0/+1
|
* Fix remaining script-utils referencesMartin Polden2023-02-071-1/+1
|
* Merge pull request #25902 from vespa-engine/mpolden/fix-duplicate-detectionMartin Polden2023-02-071-1/+1
|\ | | | | Fix duplicate PR detection
| * Fix duplicate PR detectionMartin Polden2023-02-071-1/+1
| |
* | Merge pull request #25877 from vespa-engine/mpolden/rename-script-utilsMartin Polden2023-02-0756-41/+42
|\ \ | |/ |/| Rename script-utils -> vespa-wrapper
| * Rename script-utils -> vespa-wrapperMartin Polden2023-02-0656-41/+42
| |
* | Skip auditing when bumping vespa-cli formulaMartin Polden2023-02-061-1/+1
|/
* Move deploy to adminMartin Polden2023-02-0311-1/+1
|
* Move clusterstate to adminMartin Polden2023-02-0311-1/+1
|
* Simplify test targetMartin Polden2023-02-031-2/+1
|
* Re-organize Go codeMartin Polden2023-02-03271-302/+302
|
* avoid hiding built-in function "copy"Arne Juul2023-02-021-2/+2
|
* move vespa-logfmt commandArne Juul2023-01-3121-1/+1
|
* Fix unit testValerij Fredriksen2023-01-301-3/+1
|
* Upgrade dependenciesValerij Fredriksen2023-01-302-1222/+1258
|
* switch to new version of vespa-stop-servicesArne Juul2023-01-251-0/+1
|
* simpler version of vespa-stop-servicesArne Juul2023-01-245-0/+59
|
* Reapply "switch to "go" version of vespa-start-services"Arne Juul2023-01-241-0/+1
| | | | This reverts commit 292a3ae9135b236e221015c8bac713e9e7553492.
* * fix silly mistake for RLIMIT_COREArne Henrik Juul2023-01-241-7/+7
| | | | | * never adjust hard limits down * slight improvements in tracing
* Revert "switch to "go" version of vespa-start-services"Harald Musum2023-01-231-1/+0
|
* switch to "go" version of vespa-start-servicesArne Juul2023-01-221-0/+1
|
* prepare to switch vespa-start-services scriptArne Juul2023-01-2017-19/+516
| | | | | | | | | * make it easier to start non-jdisc JVM * add hooks to start configproxy java program * add sentinel startup * port over more from common-env.sh * tune some logging levels, use spam tracing * use TRACE_STARTUP=true to get some tracing
* Use minimum TLSv1.2Bjørn Christian Seime2023-01-201-0/+1
|
* Upgrade to gcc 12Henning Baldersheim2023-01-192-3/+3
|
* be less strict about ownership/permissionsArne Juul2023-01-171-11/+57
|
* add /opt/vespa-deps/lib64 to LD_LIBRARY_PATHArne Juul2023-01-113-3/+3
|
* move vespa-logctl invocationArne Juul2023-01-072-1/+1
| | | | | | * this needs to be done after we have switched to the correct user, otherwise we end up with a vespa.log file owned by root and startup fails when we try to chown it later.
* add some logctl tuningArne Juul2023-01-062-0/+14
|
* ensure referenced directories actually existArne Juul2023-01-041-1/+4
|
* Merge pull request #25372 from vespa-engine/mpolden/improve-errorJon Bratseth2023-01-032-2/+5
|\ | | | | Check JSON unmarshal error
| * Check JSON unmarshal errorMartin Polden2023-01-031-1/+4
| |