aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More understandable errors, and implement inner convertJon Bratseth2023-03-315-10/+43
|
* Merge pull request #26654 from vespa-engine/bjorncs/onnx-model-from-bytesJon Bratseth2023-03-315-57/+185
|\ | | | | Bjorncs/onnx model from bytes
| * Add lz4-java for xxhashBjørn Christian Seime2023-03-311-0/+5
| |
| * Support loading ONNX models through byte arrayBjørn Christian Seime2023-03-304-36/+162
| | | | | | | | Rewrite OnnxRuntimeTest to test through it's public API
| * Don't reuse runtime between methodsBjørn Christian Seime2023-03-301-21/+18
| | | | | | | | Caching evaluators between test methods may have unwanted side effects
* | Merge pull request #26656 from vespa-engine/hmusum/extend-flag-expiry-dateBjørn Christian Seime2023-03-311-1/+1
|\ \ | | | | | | Extend flag expiry date for ENABLE_PROXY_PROTOCOL_MIXED_MODE
| * | Extend flag expiry date for ENABLE_PROXY_PROTOCOL_MIXED_MODEHarald Musum2023-03-311-1/+1
|/ /
* | Merge pull request #26643 from vespa-engine/jonmv/domain-name-in-duper-modelJon Marius Venstad2023-03-3020-87/+76
|\ \ | | | | | | Use DomainName instead of the stricter HostName in duper-model
| * | Fix testjonmv2023-03-301-1/+2
| | |
| * | Remove usages in service-monitor as welljonmv2023-03-308-27/+24
| | |
| * | Use DomainName instead of the stricter HostName in duper-modeljonmv2023-03-3013-59/+50
| |/
* | Merge pull request #26655 from ↵Geir Storli2023-03-304-125/+104
|\ \ | | | | | | | | | | | | vespa-engine/toregge/use-attribute-builder-in-attribute-updater-unit-test Use AttributeBuilder in attribute updater unit test.
| * | Use AttributeBuilder in attribute updater unit test.Tor Egge2023-03-304-125/+104
|/ /
* | Merge pull request #26649 from vespa-engine/olaa/remove-cloudwatchgjoranv2023-03-308-259/+0
|\ \ | | | | | | Remove CloudWatch config
| * | Remove CloudWatch configOla Aunronning2023-03-308-259/+0
| | |
* | | Merge pull request #26647 from ↵Håvard Pettersen2023-03-306-369/+380
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/havardpe/stop-using-hamcrest-and-mockito avoid hamcrest and mockito
| * | | avoid hamcrest and mockitoHåvard Pettersen2023-03-306-369/+380
| | | |
* | | | Merge pull request #26650 from vespa-engine/arnej/cleanup-identifier-with-dashJon Bratseth2023-03-301-133/+169
|\ \ \ \ | | | | | | | | | | Arnej/cleanup identifier with dash
| * | | | add some single-word tokens and sort in identifier() productionArne Juul2023-03-301-2/+6
| | | | |
| * | | | add more tokens containing "-" to identifierWithDash() productionArne Juul2023-03-301-0/+31
| | | | |
| * | | | move tokens containing "-" to identifierWithDash() productionArne Juul2023-03-301-30/+31
| | | | |
| * | | | rename some tokens containing dash for consistencyArne Juul2023-03-301-130/+130
| | |_|/ | |/| |
* | | | Merge pull request #26648 from vespa-engine/aressem/do-squash-containerHarald Musum2023-03-301-1/+2
|\ \ \ \ | | | | | | | | | | Squash the container image layers for vespaengine/vespa.
| * | | | Squash the container image layers for vespaengine/vespa.Arnstein Ressem2023-03-301-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #26613 from vespa-engine/yngveaasheim/add-some-todosOla Aunrønning2023-03-301-25/+25
|\ \ \ \ | |/ / / |/| | | Add some todos for reducing number of stored metrics values
| * | | Add some todos for reducing number of stored metrics valuesyngveaasheim2023-03-281-25/+25
| | | |
* | | | Merge pull request #26641 from vespa-engine/balder/control-slime-decodingHenning Baldersheim2023-03-309-15/+88
|\ \ \ \ | | | | | | | | | | Propagate the configured slime decode type into the rpc summary handl…
| * | | | Use the summary decode policy to select Inspector implementations.Henning Baldersheim2023-03-301-1/+6
| | | | |
| * | | | Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-309-14/+82
| | | | |
* | | | | Merge pull request #26646 from vespa-engine/balder/bump-aries-spifly-to-1.3.6Harald Musum2023-03-302-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Bump aries.spifly from 1.3.5 to 1.3.6
| * | | | | Update expected dependencyHenning Baldersheim2023-03-301-1/+1
| | | | | |
| * | | | | Bump aries.spifly from 1.3.5 to 1.3.6Henning Baldersheim2023-03-301-1/+1
| | | | | |
* | | | | | Merge pull request #26644 from vespa-engine/mpolden/feed-client-5Martin Polden2023-03-3011-129/+452
|\ \ \ \ \ \ | | | | | | | | | | | | | | Reapply "Add throttling to vespa feed"
| * | | | | | Ensure Go 1.18 compatibilityMartin Polden2023-03-304-39/+38
| | | | | | |
| * | | | | | Reapply "Add throttling to vespa feed"Martin Polden2023-03-2911-129/+453
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f9f0cdad3c6721d06a7833be07d6280c68347263.
* | | | | | | Merge pull request #26645 from vespa-engine/balder/recursively-honour-cacheJon Bratseth2023-03-301-12/+31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Honour the cache recursively
| * | | | | | Honour the cache recursivelyHenning Baldersheim2023-03-301-12/+31
|/ / / / / /
* | | | | | Merge pull request #26642 from ↵Jon Bratseth2023-03-3012-37/+33
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/balder/more-statically-generated-compounds-in-cache-2 Balder/more statically generated compounds in cache 2
| * | | | | Use CompoundName.from for handler parameters too.Henning Baldersheim2023-03-291-4/+3
| | | | | |
| * | | | | Also create the statically generated CompoundNames in Query class with ↵Henning Baldersheim2023-03-291-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | CompoundName.
| * | | | | - Use CompoundName.fromHenning Baldersheim2023-03-299-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | - Deprecate unused SubProperties
| * | | | | List.sort and pattern variables.Henning Baldersheim2023-03-291-7/+5
| | | | | |
* | | | | | Merge pull request #26626 from ↵Arne H Juul2023-03-303-1/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bjorncs/fail-on-global-phase-with-sorting Allow configuration of execution mode from rank profile
| * | | | | | Add new tokens to identifier()Bjørn Christian Seime2023-03-291-0/+3
| | | | | | |
| * | | | | | Allow configuration of execution mode from rank profileBjørn Christian Seime2023-03-293-1/+7
| | | | | | |
* | | | | | | Merge pull request #26631 from ↵Jon Bratseth2023-03-3051-329/+330
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | / / / | |_|_|/ / / |/| | | | | vespa-engine/balder/use-compoundname-from-in-tests-and-static-usage Use CompoundName.from in tests and construction of static objects.
| * | | | | Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-2951-329/+330
| | | | | |
* | | | | | Merge pull request #26638 from ↵Jon Marius Venstad2023-03-304-92/+175
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/handle-majority-rejoining-zk-cluster Compute joiners based on existing dynamic config
| * | | | | | Compute joiners based on existing dynamic configjonmv2023-03-294-92/+175
| | | | | | |
* | | | | | | Merge pull request #26632 from vespa-engine/hmusum/cleanup-cluster-controller-3v8.148.14Harald Musum2023-03-296-95/+88
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Hmusum/cleanup cluster controller 3