aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move zookeeper and netty dependency management to parent pom.Henning Baldersheim2022-11-014-42/+45
|
* Merge pull request #24670 from ↵Henning Baldersheim2022-11-012-1/+33
|\ | | | | | | | | vespa-engine/balder/bump-jettison-and-sun-jersey-json Ensure we pull in jettison 1.5.1 and jersey-json 1.19.4 [run-systemtest]
| * Control json-smart in parent pom.Henning Baldersheim2022-11-011-0/+6
| |
| * Control version of avro and nimbus in parent pom.Henning Baldersheim2022-11-011-3/+9
| |
| * Upgrade to avro 1.11.1Henning Baldersheim2022-11-011-0/+6
| |
| * Ensure we pull in jettison 1.5.1 and jersey-json 1.19.4Henning Baldersheim2022-11-011-0/+14
|/
* Merge pull request #24669 from ↵Arnstein Ressem2022-11-0112-297/+43
|\ | | | | | | | | vespa-engine/revert-24667-hakonhall/new-cores-client-in-host-admin Revert "New cores client in node-admin"
| * Revert "New cores client in node-admin"Håkon Hallingstad2022-11-0112-297/+43
|/
* Merge pull request #24666 from vespa-engine/balder/use-fresh-woodstox-coreHenning Baldersheim2022-10-311-0/+7
|\ | | | | Use a fresh woodstox-core-6.4.0
| * Use a fresh woodstox-core-6.4.0Henning Baldersheim2022-10-311-0/+7
| |
* | Merge pull request #24667 from ↵Håkon Hallingstad2022-10-3112-43/+297
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/new-cores-client-in-host-admin New cores client in node-admin
| * New cores client in node-adminHåkon Hallingstad2022-10-3112-43/+297
| |
* | Merge pull request #24663 from vespa-engine/havardpe/improve-filter-calculationv8.77.26Henning Baldersheim2022-10-312-12/+61
|\ \ | | | | | | short-circuit filter evaluation if filter iterator is trivial
| * | short-circuit filter evaluation if filter iterator is trivialHåvard Pettersen2022-10-312-12/+61
| | |
* | | Merge pull request #24660 from ↵Håkon Hallingstad2022-10-311-1/+2
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hakonhall/add-coresv1-as-an-operator-path Add /cores/v1 as an operator path
| * | | Add /cores/v1 as an operator pathHåkon Hallingstad2022-10-311-1/+2
| | | |
* | | | Merge pull request #24664 from ↵Henning Baldersheim2022-10-312-132/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-24653-vekterli/add-encryption-capabilities-to-core-dump-handler Revert "Add encryption capabilities to core dump handler"
| * | | | Revert "Add encryption capabilities to core dump handler"Henning Baldersheim2022-10-312-132/+35
|/ / / /
* | | | Merge pull request #24653 from ↵Tor Brede Vekterli2022-10-312-35/+132
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/vekterli/add-encryption-capabilities-to-core-dump-handler Add encryption capabilities to core dump handler
| * | | Patch existing metadata file with new decryption token, if presentTor Brede Vekterli2022-10-312-20/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since encryption keys are single-use and generated for each core dump processing invocation, we must ensure we store and report the token associated with the _latest_ (i.e. current) attempt at processing the core dump. Otherwise, the token will not be able to decrypt the core. To achieve this, parse any existing metadata file and patch the JSON field for the token with the updated value.
| * | | Add encryption capabilities to core dump handlerTor Brede Vekterli2022-10-312-21/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once wired in (not currently the case), a Supplier of non-null `SecretSharedKey` instances will trigger: 1. Wrapping the output stream with an encrypting output stream using the secret component of the supplied key. Zstd compression is handled on the input stream, so this should transparently encrypt compressed data. To disambiguate, encrypted core dumps are suffixed with an additional `.enc` file extension. 2. Emitting a public decryption token as part of the metadata using the shared component of the supplied key.
* | | | Merge pull request #24662 from vespa-engine/aressem/distribute-vespa-minimalArnstein Ressem2022-10-312-11/+27
|\ \ \ \ | | | | | | | | | | Push vespaengine/vespa-8-minimal to Docker Hub. Set release tags for …
| * | | | Push vespaengine/vespa-8-minimal to Docker Hub. Set release tags for Vespa ↵Arnstein Ressem2022-10-312-11/+27
| | | | | | | | | | | | | | | | | | | | version to get reproducible builds.
* | | | | Merge pull request #24652 from vespa-engine/revert-24649-bjorncs/jettyJon Marius Venstad2022-10-3134-366/+231
|\ \ \ \ \ | | | | | | | | | | | | Revert "Upgrade Jetty from 9.4.49 to 11.0.12"
| * | | | | Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-3134-366/+231
| | |_|/ / | |/| | |
* | | | | Merge pull request #24651 from ↵Geir Storli2022-10-315-102/+93
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/attribute-builder-in-prod-features-tests Use AttributeBuilder in prod features unit tests.
| * | | | | Use AttributeBuilder in prod features unit tests.Geir Storli2022-10-315-102/+93
| | | | | |
* | | | | | Merge pull request #24661 from ↵Geir Storli2022-10-3115-194/+137
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/consolidate-tensor-attribute-savers Consolidate tensor attribute savers.
| * | | | | | Consolidate tensor attribute savers.Tor Egge2022-10-3115-194/+137
|/ / / / / /
* | | | | | Merge pull request #24659 from ↵Henning Baldersheim2022-10-311-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/upgrade-maven-shade-plugin-to-3.4.1 Upgrade maven-shade-plugin to 3.4.1
| * | | | | | Upgrade maven-shade-plugin to 3.4.1Henning Baldersheim2022-10-311-1/+1
|/ / / / / /
* | | | | | Merge pull request #24658 from vespa-engine/arnej/add-switch-userHenning Baldersheim2022-10-311-0/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | add MaybeSwitchUser
| * | | | | | add MaybeSwitchUserArne Juul2022-10-311-0/+49
| | | | | | |
* | | | | | | Merge pull request #24657 from vespa-engine/arnej/ensure-good-pathHenning Baldersheim2022-10-315-27/+137
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | * ensure good PATH variable
| * | | | | | | * ensure good PATH variableArne Juul2022-10-315-27/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move names of some common environment variables
* | | | | | | | Merge pull request #24654 from vespa-engine/balder/latest-maven-coreHenning Baldersheim2022-10-311-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | maven-core 3.8.5 -> 3.8.6
| * | | | | | | maven-core 3.8.5 -> 3.8.6Henning Baldersheim2022-10-311-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #24655 from vespa-engine/havarde/explicit-default-filterGeir Storli2022-10-3114-14/+63
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | explicit default filter
| * | | | | | explicit default filterHåvard Pettersen2022-10-3114-14/+63
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #24638 from ↵Harald Musum2022-10-311-8/+17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/hmusum/handle-both-schemas-and-searchdefinitions-in-app-better Better error handling if both schemas/ and searchdefinitions/ exist [run-systemtest]
| * | | | | Minor change to exception messageHarald Musum2022-10-281-2/+2
| | | | | |
| * | | | | Better error handling if both schemas/ and searchdefintions/ existHarald Musum2022-10-281-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If something fails when having both directories, throw an InvalidApplicationException with an explanation about what to do
* | | | | | Merge pull request #24650 from ↵Martin Polden2022-10-317-4/+18
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | vespa-engine/jonmv/read-cloud-account-from-most-specific Use root cloud account for undeclared instances
| * | | | | Use root cloud account for undeclared instancesjonmv2022-10-317-4/+18
|/ / / / /
* | | | | Merge pull request #24649 from vespa-engine/bjorncs/jettyJon Marius Venstad2022-10-3134-231/+366
|\ \ \ \ \ | |_|/ / / |/| | | | Upgrade Jetty from 9.4.49 to 11.0.12
| * | | | Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-3134-231/+366
| | |/ / | |/| |
* | | | Merge pull request #24647 from vespa-engine/freva/qb-inputValerij Fredriksen2022-10-313-221/+204
|\ \ \ \ | |/ / / |/| | | QueryBuilder: Use different input types depending on parameter type
| * | | Initialize value input to property defaultValerij Fredriksen2022-10-281-3/+7
| | | |
| * | | Use different value input depending on property typeValerij Fredriksen2022-10-282-81/+138
| | | |
| * | | Make ranking.properties a mapValerij Fredriksen2022-10-281-1/+1
| | | |