summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * start using 1.18Arne Juul2022-11-251-1/+1
| |
* | simpler check for presenceArne Juul2022-11-251-4/+4
| |
* | simplify slightly; extend unit testArne Juul2022-11-252-2/+28
|/
* No need to support old path for zk config anymoreHarald Musum2022-11-251-2/+0
|
* Fix directory permissions of $VESPA_HOME/var/vespa/cacheValerij Fredriksen2022-11-241-0/+1
|
* Merge pull request #24957 from ↵Harald Musum2022-11-231-2/+4
|\ | | | | | | | | vespa-engine/hmusum/fix-more-dirs-and-files-for-config-server Fix files and directories in new location for ZooKeeper config [run-systemtest]
| * Fix files and directories in new location for ZooKeeper configHarald Musum2022-11-221-2/+4
| |
* | Merge pull request #24948 from vespa-engine/arnej/better-java-propertiesArne H Juul2022-11-219-32/+140
|\ \ | | | | | | actually follow the spec for java "properties" format
| * | actually follow the spec for java "properties" formatArne Juul2022-11-219-32/+140
| | | | | | | | | | | | | | | * filter out various "interactive shell" variables * refactor to get the effective environment
* | | Merge pull request #24945 from vespa-engine/arnej/add-restart-intervalHenning Baldersheim2022-11-211-0/+1
|\ \ \ | | | | | | | | add restart interval option to runserver
| * | | add restart interval option to runserverArne Juul2022-11-211-0/+1
| |/ /
* / / Add a testJon Bratseth2022-11-212-0/+12
|/ /
* | Merge pull request #24934 from vespa-engine/bratseth/extend-queryBjørn Christian Seime2022-11-212-7/+10
|\ \ | |/ |/| Allow chaining directly to userinput
| * Allow chaining directly to userinputJon Bratseth2022-11-202-7/+10
| |
* | minimal filtering avoiding some bad propertiesArne Juul2022-11-201-1/+1
|/
* add start script for standalone containersArne Juul2022-11-188-9/+99
|
* gather names of environment variables in one placeArne Juul2022-11-1835-290/+278
|
* Do not require tests in prod submitMartin Polden2022-11-184-12/+32
| | | | Fixes #24907
* Reapply "switch configserver startup script"Arne Juul2022-11-171-0/+1
| | | | This reverts commit 5f8e4e0d13fb0b3ec4ee9f4e0de80258bce124dd.
* use C++ program vespa-detect-hostnameArne Juul2022-11-162-68/+52
|
* add "detect-hostname" modeArne Juul2022-11-161-1/+8
|
* Merge pull request #24890 from vespa-engine/arnej/handle-access-symlinkHarald Musum2022-11-161-2/+17
|\ | | | | handle old leftover symlink
| * handle old leftover symlinkArne Juul2022-11-161-2/+17
| |
* | Revert "switch configserver startup script"Harald Musum2022-11-161-1/+0
|/
* switch configserver startup scriptArne Juul2022-11-151-0/+1
|
* Merge pull request #24857 from vespa-engine/arnej/add-configserver-startup-in-goHenning Baldersheim2022-11-1512-15/+458
|\ | | | | Arnej/add configserver startup in go
| * use vespa log format for trace loggingArne Juul2022-11-142-12/+64
| |