aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into olaa/dataplane-proxy-configOla Aunrønning2023-06-0828-179/+621
|\
| * Allow unspecified default resourcesJon Bratseth2023-06-071-0/+1
| |
| * Update ↵Jon Bratseth2023-06-071-1/+1
| | | | | | | | | | config-model/src/main/java/com/yahoo/config/model/provision/InMemoryProvisioner.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * Supply bandwidth if unspecifiedJon Bratseth2023-06-071-7/+1
| |
| * Ensure model is registered with file registryBjørn Christian Seime2023-06-054-25/+23
| |
| * Make pooling strategy configurable for Huggingface embedderBjørn Christian Seime2023-06-051-0/+3
| |
| * Add typed component definition for Bert embedderBjørn Christian Seime2023-06-052-0/+72
| |
| * Don't validate max in test zonesJon Bratseth2023-06-051-6/+7
| |
| * Merge pull request #27278 from vespa-engine/bjorncs/embedder-services-xmlBjørn Christian Seime2023-06-057-12/+199
| |\ | | | | | | Introduce services.xml syntax for configuring HuggingFace embedders
| | * Introduce services.xml syntax for configuring HuggingFace embeddersBjørn Christian Seime2023-06-027-12/+199
| | |
| * | Allow parallell cloud accounts in dep-spec, and simply some usagesjonmv2023-06-022-15/+17
| |/
| * Don't use reference equalityBjørn Christian Seime2023-06-021-1/+1
| |
| * Merge pull request #27223 from ↵Henning Baldersheim2023-06-012-2/+26
| |\ | | | | | | | | | | | | vespa-engine/balder/tuning-support-for-lidspace-bloat-factor Add support for tuning lidspace bloat-factor in services.xml.
| | * bloat-factor => max-bloat-factorHenning Baldersheim2023-06-011-1/+1
| | |
| | * Add support for tuning lidspace bloat-factor in services.xml.Henning Baldersheim2023-05-262-2/+26
| | | | | | | | | | | | | | | | | | | | | .... <lidspace> <bloat-factor>0.5</bloat-factor> ....
| * | Add new model mappingsJo Kristian Bergum2023-06-011-0/+13
| | |
| * | Add empty-host-ttl to deployment specjonmv2023-05-261-4/+12
| | |
| * | Wire hostTTL from config model through provisioningjonmv2023-05-261-0/+1
| |/
| * Use enums for node repo metricsyngveaasheim2023-05-241-0/+24
| |
| * Model fixed memory overhead for containersJon Bratseth2023-05-235-31/+36
| |
| * Revert "Revert "Use another exception and error in response when quota is ↵Harald Musum2023-05-222-4/+6
| | | | | | | | exceed""
| * Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-222-6/+4
| |
| * Merge pull request #27163 from ↵Harald Musum2023-05-222-4/+6
| |\ | | | | | | | | | | | | vespa-engine/hmusum/throw-new-exception-when-quota-is-exceeded Use another exception and error in response when quota is exceed
| | * Use another exception and error in response when quota is exceedHarald Musum2023-05-222-4/+6
| | |
| * | Merge pull request #27162 from vespa-engine/bratseth/memory-overheadJon Bratseth2023-05-221-4/+4
| |\ \ | | | | | | | | Model memory overhead
| | * \ Merge branch 'master' into bratseth/memory-overheadJon Bratseth2023-05-222-8/+12
| | |\ \
| | * | | Model memory overheadJon Bratseth2023-05-221-3/+4
| | | | |
| * | | | Merge pull request #27137 from ↵Arne H Juul2023-05-221-10/+66
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | vespa-engine/arnej/allow-some-short-forms-for-constant-tensors allow short-form JSON for 1-d constants
| | * | | allow short-form JSON for 1-d constantsArne Juul2023-05-161-10/+66
| | | | |
| * | | | Merge pull request #27149 from vespa-engine/balder/commons-compress-1.23Bjørn Christian Seime2023-05-221-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | | commons-compress 1.22 => 1.23.0
| | * | | commons-compress 1.22 => 1.23.0Henning Baldersheim2023-05-171-0/+1
| | | | |
| * | | | Test provisioning more than one node in devHarald Musum2023-05-221-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test quota calculation and downscaling for nodes in dev by requiring 2 number of nodes in a content cluster in dev. Also change message to be separate between max resources being over quota and resources used being over quota.
| * | | | Don't set limits for dev if request has required flag setHarald Musum2023-05-221-1/+1
| | |_|/ | |/| |
| * | | Merge pull request #27152 from vespa-engine/bratseth/cluster-load-metricsJon Bratseth2023-05-201-0/+5
| |\ \ \ | | | | | | | | | | Add cluster load metrics MERGEOK
| | * | | Add cluster load metricsJon Bratseth2023-05-181-0/+5
| | |/ /
| * / / Enable explicit indexing docproc in streaming search mode.Tor Egge2023-05-196-91/+130
| |/ /
| * | Merge pull request #27146 from ↵Jon Bratseth2023-05-161-1/+3
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/jonmv/store-endpoint-settings-also-without-nodes-tag Store endpoint settings also when parsing container without nodes
| | * | Store endpoint settings also when parsing container without nodesjonmv2023-05-161-1/+3
| | |/
* | | Add DataplaneProxyConfigurator and DataplaneProxyServiceOla Aunronning2023-06-072-2/+5
| | |
* | | DataplaneProxy no longer a serviceOla Aunronning2023-06-072-45/+10
| | |
* | | Move DataplaneProxy construction. Include cert/key in config. ↵Ola Aunronning2023-06-072-27/+28
| | | | | | | | | | | | enableTokenSupport determined by flag. Change port
* | | Generate proxy certificate and inject in trust storeMorten Tokle2023-06-073-16/+31
| | |
* | | Add dataplane proxy in config modelOla Aunronning2023-05-192-8/+91
|/ /
* / Classify missing node tag for cloud prod as illegal argumentJon Bratseth2023-05-161-4/+2
|/
* Make all node resource elements optionalJon Bratseth2023-05-152-6/+11
|
* Ensure all default cloud connectors are allowedBjørn Christian Seime2023-05-151-20/+18
|
* Reapply "Bjorncs/cloud app validation""Bjørn Christian Seime2023-05-155-7/+53
|
* add filtering to hide implicitly added match featuresArne Juul2023-05-112-2/+31
|
* Setup ranking assets repo for streaming search.Tor Egge2023-05-101-0/+15
|
* Add feature flag for enabling conditional put/remove write repairTor Brede Vekterli2023-05-102-2/+15
| | | | | | | This maps to controlling the distributed condition probe feature of the content layer, which in turn controls whether a conditional put/remove to an inconsistent bucket triggers a write repair step on the distributor.