summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Proper modelling of client auth settingBjørn Christian Seime2023-07-192-13/+18
|
* Control whether proxy protocol is enabledBjørn Christian Seime2023-07-192-6/+10
|
* Verify connector config when application has mTLS disabledBjørn Christian Seime2023-07-191-4/+16
|
* Use builder pattern to make connector configuration more readableBjørn Christian Seime2023-07-193-104/+73
| | | | Prepare for serving token endpoint on separate port
* Revert "Use builder pattern to make connector configuration more readable"Bjørn Christian Seime2023-07-193-71/+113
|
* Merge pull request #27792 from vespa-engine/hmusum/groups-allowed-to-be-down-1Harald Musum2023-07-181-1/+1
|\ | | | | Check redundancy also for groups that are up
| * Define valid range for groups-allowed-down-ratio in XML schemaHarald Musum2023-07-171-1/+1
| |
* | Always use `CloudSslContextProvider`Bjørn Christian Seime2023-07-173-14/+3
| |
* | Use builder pattern to make connector configuration more readableBjørn Christian Seime2023-07-173-104/+73
| | | | | | | | Prepare for serving token endpoint on separate port
* | Merge pull request #27774 from vespa-engine/jonmv/reconfiger-dispatch-selfsubJon Marius Venstad2023-07-141-2/+3
|\ \ | | | | | | Add flag for reconfigurable dispatcher
| * | Add flag for reconfigurable dispatcherjonmv2023-07-141-2/+3
| | |
* | | Merge pull request #27770 from vespa-engine/jonmv/reconfiger-dispatch-selfsubJon Marius Venstad2023-07-142-7/+12
|\| | | | | | | | Add code for reconfigurable dispatcher with self-sub, not wired in
| * | Set up reconfigurable dispatcher with self-subscription insteadjonmv2023-07-142-7/+12
| | |
* | | Deduce tight group limits when using group-sizeJon Bratseth2023-07-132-5/+114
|/ /
* | Add expiration concept to data plane tokensBjørn Christian Seime2023-07-122-6/+11
| |
* | Merge pull request #27682 from vespa-engine/guava-32.1.1Harald Musum2023-07-111-9/+11
|\ \ | |/ |/| Guava 32.1.1
| * Do not use deprecated Files.createTempDir()gjoranv2023-07-101-1/+1
| |
| * Use text block, and remove exception not throwngjoranv2023-07-101-8/+10
| |
* | Merge pull request #27654 from ↵Jon Marius Venstad2023-07-112-12/+52
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/restart-on-internal-deployment-with-node-changes Restart also on internal redeployment if nodes change
| * | Instead let user choose when to restart on internal redeployjonmv2023-07-062-12/+49
| | |
| * | Restart also on internal redeployment if nodes changejonmv2023-07-062-3/+6
| | |
* | | Merge pull request #27655 from ↵Tor Egge2023-07-101-24/+2
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/arnej/defensive-constant-tensor-loader Arnej/defensive constant tensor loader
| * | disallow scalarsArne Juul2023-07-061-24/+2
| |/ | | | | | | | | * backend expects actual tensor objects, not just a number * garbage collect some unused code
* | Remove unused, stale stuff related to index-toHarald Musum2023-07-0826-64/+1
| | | | | | | | Mostly in schemas, support remove years ago, no funcation changes
* | Merge pull request #27701 from vespa-engine/bratseth/disk-limitJon Bratseth2023-07-073-57/+5
|\ \ | | | | | | Bratseth/disk limit
| * | Move disk limit check to NodeResourceLimitsJon Bratseth2023-07-053-57/+5
| |/
* | Add TODOsHarald Musum2023-07-071-0/+2
| |
* | Add deprecation warning when using another name for attribute or indexHarald Musum2023-07-072-1/+9
| |
* | Add new validator to Validationgjoranv2023-07-061-0/+1
| |
* | Add bundle validator checking non-publicApi usage.gjoranv2023-07-064-6/+86
|/
* Merge pull request #27625 from vespa-engine/add-stacktrace-for-id-collisionsgjoranv2023-07-041-1/+3
|\ | | | | Print stacktrace when trying to add a child producer with same id.
| * Print stacktrace when trying to add a child producer with same id.gjoranv2023-07-041-1/+3
| |
* | Merge pull request #27626 from vespa-engine/hmusum/support-min-groups-up-ratioHarald Musum2023-07-046-201/+227
|\ \ | | | | | | Support groups-allowed-down-ratio
| * | Rename config element to groups-allowed-down-ratioHarald Musum2023-07-044-32/+38
| | |
| * | Change config for cluster controller to use min groups upHarald Musum2023-07-045-83/+105
| | | | | | | | | | | | max-groups-allowed-down -> min-group-up-ratio
| * | Rewrite to simplify later code changes in ClusterControllerConfig (avoid ↵Harald Musum2023-07-041-66/+61
| | | | | | | | | | | | mock content cluster)
| * | ReindentHarald Musum2023-07-031-70/+73
| | |
* | | Merge pull request #27616 from vespa-engine/arnej/handle-more-tensor-formatsArne H Juul2023-07-043-110/+376
|\ \ \ | | | | | | | | Arnej/handle more tensor formats
| * | | extend ConstantTensorJsonValidator.javaArne Juul2023-07-033-110/+376
| |/ /
* | | Merge pull request #27611 from vespa-engine/fail-on-embedded-provided-depsgjoranv2023-07-041-0/+5
|\ \ \ | | | | | | | | Fail on embedded provided deps
| * | | Do not use version for allowed embedded artifacts.gjoranv2023-07-041-3/+3
| | | | | | | | | | | | | | | | - Rename ArtifactInfo -> ArtifactId and simply ignore versions.
| * | | Depend on container-dev and allow embeddeding provided deps for now.gjoranv2023-07-031-0/+5
| |/ /
* | | Merge pull request #27618 from ↵Geir Storli2023-07-047-37/+96
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/geirst/improve-complex-fields-validator Improve validation of complex fields using struct field attributes.
| * | Only log warning when the stricter validation triggers.Geir Storli2023-07-047-43/+57
| | | | | | | | | | | | | | | The stricter validation will eventually be made default after all cloud applications are upgraded.
| * | Improve validation of complex fields using struct field attributes.Geir Storli2023-07-033-2/+47
| |/ | | | | | | With this more unsupported (and rare setups) are caught by the validator.
* | Add TODOMartin Polden2023-07-041-0/+1
| |
* | Warn if dispatch config is used in services.xmlHarald Musum2023-07-048-286/+9
|/ | | | Log a warning, add deprecation TODOs and removed code only used in tests
* Add feature falg control of new nested multivalue grouping.Henning Baldersheim2023-06-291-0/+5
|
* Expose tuning of niceness.Henning Baldersheim2023-06-264-2/+13
|
* Merge pull request #27530 from vespa-engine/arnej/update-onnx-protoHenning Baldersheim2023-06-262-74/+446
|\ | | | | update onnx.proto