aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Simplify expressionMartin Polden2023-01-031-1/+1
| |
* | Bump json5 from 1.0.1 to 1.0.2 in /client/js/appdependabot[bot]2023-01-031-6/+6
|/ | | | | | | | | | | | | | Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* move configurable options after the common onesArne Juul2022-12-151-4/+4
|
* Clarify, add linkKristian Aune2022-12-093-6/+13
|
* fix unintended changeArne Juul2022-12-071-1/+1
|
* Reapply "add and use util.Array"Arne Juul2022-12-077-34/+212
| | | | This reverts commit 8f15ced5479fbfebbf80fc817f284b4a0caedaa8.
* Revert "add and use util.Array"Harald Musum2022-12-077-212/+34
|
* Merge pull request #25144 from vespa-engine/arnej/avoid-some-log-spamgjoranv2022-12-071-0/+1
|\ | | | | standalone container does not really need native onnxruntime
| * standalone container does not really need native onnxruntimeArne Juul2022-12-071-0/+1
| |
* | rename and simplifyArne Juul2022-12-067-43/+35
| |
* | add and use util.ArrayArne H Juul2022-12-067-34/+220
|/
* Merge pull request #25130 from vespa-engine/arnej/rename-to-jvmoptsHenning Baldersheim2022-12-065-8/+8
|\ | | | | avoid using same name for two layered concepts
| * avoid using same name for two layered conceptsArne Juul2022-12-065-8/+8
| |
* | avoid symlink-related problemsArne Juul2022-12-061-4/+5
|/
* Bump decode-uri-component from 0.2.0 to 0.2.2 in /client/js/appdependabot[bot]2022-12-021-3/+3
| | | | | | | | | | | | | Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* add /opt/vespa-deps/lib64 as a location for native librariesArne Juul2022-11-301-1/+1
|
* Merge pull request #25001 from vespa-engine/arnej/bump-go-versionHenning Baldersheim2022-11-261-1/+1
|\ | | | | start using 1.18