aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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
| |