aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/application
Commit message (Collapse)AuthorAgeFilesLines
* Make code locale-independentKristian Aune2023-10-181-9/+9
|
* Update copyrightJon Bratseth2023-10-0961-56/+61
|
* Add debug logging of effective JVM configurationBjørn Christian Seime2023-09-261-4/+7
|
* Check only for s3 urls in validatorHarald Musum2023-09-251-3/+4
|
* Merge branch 'master' into ↵Harald Musum2023-09-253-1/+54
|\ | | | | | | revert-28627-revert-28618-hmusum/validate-s3-urls-in-config-and-exclusive-cluster-nodes
| * Require larger heapBjørn Christian Seime2023-09-251-2/+2
| | | | | | | | Easier to later relax limit than to tighten
| * Merge pull request #28623 from ↵Arne H Juul2023-09-251-1/+2
| |\ | | | | | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| | * Use OptionalIntJon Bratseth2023-09-221-1/+2
| | |
| * | Add validator validating heap size calculationBjørn Christian Seime2023-09-222-0/+52
| |/
* | Track user configured urls separatelyHarald Musum2023-09-251-6/+3
| |
* | Revert "Revert "Validate use of s3 urls in config""Harald Musum2023-09-252-0/+53
| |
* | Revert "Validate use of s3 urls in config"Harald Musum2023-09-232-53/+0
| |
* | SimplifyHarald Musum2023-09-221-3/+1
| |
* | Fail when config has url and is not in public (no matter exclusive nodes or not)Harald Musum2023-09-221-18/+21
| |
* | Validate use of s3 urls in configHarald Musum2023-09-222-0/+52
|/
* - Use equals when comparing Optional<Long>Henning Baldersheim2023-09-131-42/+29
| | | | - Minor cleanup
* Move account validationMartin Polden2023-09-072-41/+0
|
* Update expected antlr4 versionHenning Baldersheim2023-09-051-1/+0
|
* Enforce UriBindingValidator in public, log in non-publicMorten Tokle2023-08-241-3/+15
|
* Revert "Revert "remove restricted dpbindings""Morten Tokle2023-08-231-2/+2
|
* Revert "remove restricted dpbindings"Harald Musum2023-08-211-2/+2
|
* Merge pull request #27996 from ↵Morten Tokle2023-08-211-2/+2
|\ | | | | | | | | vespa-engine/mortent/remove-restricted-dpbindings2 remove restricted dpbindings
| * Keep original port when restricting bindings to dataplane portMorten Tokle2023-08-091-1/+1
| |
| * Remove flag restrict-data-plane-bindingsMorten Tokle2023-08-091-1/+1
| |
* | Allow infrastructure to override application typeMorten Tokle2023-08-151-0/+30
|/
* Always use stricter validation for complex fields with struct field attributes.Geir Storli2023-08-081-11/+7
|
* Remove global-service-idMartin Polden2023-07-271-3/+0
|
* Revert "Remove global-service-id"Martin Polden2023-07-271-0/+3
|
* Remove global-service-idMartin Polden2023-07-261-3/+0
|
* Merge pull request #27654 from ↵Jon Marius Venstad2023-07-111-3/+25
|\ | | | | | | | | 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-061-3/+24
| |
| * Restart also on internal redeployment if nodes changejonmv2023-07-061-3/+4
| |
* | 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
* | Add new validator to Validationgjoranv2023-07-061-0/+1
| |
* | Add bundle validator checking non-publicApi usage.gjoranv2023-07-061-0/+30
|/
* Merge pull request #27616 from vespa-engine/arnej/handle-more-tensor-formatsArne H Juul2023-07-042-105/+295
|\ | | | | Arnej/handle more tensor formats
| * extend ConstantTensorJsonValidator.javaArne Juul2023-07-032-105/+295
| |
* | Only log warning when the stricter validation triggers.Geir Storli2023-07-041-16/+28
| | | | | | | | | | 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-031-1/+2
|/ | | | With this more unsupported (and rare setups) are caught by the validator.
* Set the recommended searchable copies with streamingJon Bratseth2023-06-232-4/+2
| | | | | | With streaming it is better to make all copies ready. This does it automatically so we can avoid documenting that users need to make sure of this by themselves.
* Print warning when trying to enable hnsw index in streaming mode.Tor Egge2023-06-091-1/+11
|
* Don't validate max in test zonesJon Bratseth2023-06-051-6/+7
|
* Don't use reference equalityBjørn Christian Seime2023-06-021-1/+1
|
* Revert "Revert "Use another exception and error in response when quota is ↵Harald Musum2023-05-221-3/+4
| | | | exceed""
* Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-221-4/+3
|
* Merge pull request #27163 from ↵Harald Musum2023-05-221-3/+4
|\ | | | | | | | | 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-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
| |