aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Mostly remove old way of overriding validations in devJon Bratseth2021-06-083-16/+6
* Warn instead of failing on validation errors in manual zonesJon Bratseth2021-06-085-3/+13
* Only validate on hosted, and only if there are multiple nodes per groupJon Bratseth2021-06-071-1/+3
* Validate redundancy=1 on first deploymentJon Bratseth2021-06-074-1/+114
* Merge pull request #18152 from vespa-engine/brattseth/redundancy-increase-val...Harald Musum2021-06-075-2/+118
|\
| * Add redundancy increase validation overrideJon Bratseth2021-06-075-2/+118
* | Use feature flag to decide if we should throw when resource limits is specifiedHarald Musum2021-06-075-17/+27
* | Merge branch 'master' into hmusum/throw-exception-when-specifyin-resource-limitsHarald Musum2021-06-0794-545/+664
|\ \
| * | Add metrics for the merge throttler.Henning Baldersheim2021-06-071-0/+9
| |/
| * Add max-concurrent-merges-per-node and max-merge-queue-size feature flags.Henning Baldersheim2021-06-063-185/+182
| * Revert "Revert "Searchdefinition/schemas cleanup""Harald Musum2021-06-059-29/+21
| * Revert "Searchdefinition/schemas cleanup"Arnstein Ressem2021-06-049-21/+29
| * Merge pull request #18129 from vespa-engine/hmusum/cleanup-12Henning Baldersheim2021-06-049-29/+21
| |\
| | * Add getSchemas methodsHarald Musum2021-06-042-11/+6
| | * Use generateSchemds and remove generateSearchDefinitionHarald Musum2021-06-047-18/+15
| * | use feature flag to set connectivity limitsArne Juul2021-06-041-0/+13
| |/
| * [VESPA-20799] Expose .max suffix where relevantYngve Aasheim2021-06-031-0/+3
| * wire feature flag into sentinel config producerArne Juul2021-06-032-4/+13
| * only require the warning we actually want to checkArne Juul2021-06-031-3/+11
| * only generate "canonical hostname" if reverse-lookup yields a mismatchArne Juul2021-06-031-7/+6
| * searchdefinitions -> schemasHarald Musum2021-06-0346-9/+9
| * Create app package with deprecated features and use it in testHarald Musum2021-06-034-2/+46
| * Merge pull request #18097 from vespa-engine/bratseth/use-proton-metricsJon Bratseth2021-06-021-2/+14
| |\
| | * Use proton metrics for memory and disk utilizationJon Bratseth2021-06-021-2/+14
| * | Merge pull request #18081 from vespa-engine/hmusum/warn-when-using-searchdefi...Henning Baldersheim2021-06-024-8/+53
| |\ \ | | |/ | |/|
| | * Validate that schemas/ dir is used for schemas, warns otherwiseHarald Musum2021-06-024-8/+53
| * | Merge pull request #18080 from vespa-engine/balder/do-not-use-file-as-triggerHenning Baldersheim2021-06-024-155/+77
| |\ \ | | |/ | |/|
| | * Undo auto formatHenning Baldersheim2021-06-021-71/+25
| | * Distributing the external rankfiles was a dead end due to th eprocessing taki...Henning Baldersheim2021-06-024-125/+36
| | * Unify handling of functions and fisrphase/secondphaseHenning Baldersheim2021-06-011-53/+110
| * | Merge pull request #18078 from vespa-engine/hmusum/prefere-schema-dirHarald Musum2021-06-024-10/+5
| |\ \ | | |/ | |/|
| | * Write application package schemas to schemas dir in ZooKeeperHarald Musum2021-06-014-10/+5
| * | Remove use of flags for tenant specific iam rolesMorten Tokle2021-06-011-1/+1
| |/
| * Merge pull request #18056 from vespa-engine/hmusum/cleanup-11Jon Bratseth2021-06-014-32/+4
| |\
| | * Cluster controllers are not tied to content clusters anymoreHarald Musum2021-06-014-32/+4
| * | Merge pull request #18053 from vespa-engine/balder/gc-unused-use-bucketexecut...Harald Musum2021-06-015-32/+12
| |\ \
| | * | GC unused use-bucket-executor-for-prune-removed flagHenning Baldersheim2021-06-015-32/+12
| | |/
| * | Merge pull request #18052 from vespa-engine/bratseth/cleanup-564Harald Musum2021-06-011-2/+2
| |\ \ | | |/ | |/|
| | * No functional changesJon Bratseth2021-06-011-2/+2
| * | Guard deriving of file expression behind flagHenning Baldersheim2021-05-311-4/+4
| * | Merge pull request #18017 from vespa-engine/revert-17975-revert-mortent/cfg-o...Morten Tokle2021-05-313-1/+81
| |\ \
| | * | Revert "Revert mortent/cfg operator cert"Morten Tokle2021-05-283-1/+81
| * | | Update abi and deprecate unused method.Henning Baldersheim2021-05-311-2/+2
| * | | Use inheritance information from the uncompiled rankprofile to sort out whenHenning Baldersheim2021-05-314-102/+133
| * | | Test deriving of rank-prodiles config when using external rank-expression files.Henning Baldersheim2021-05-282-37/+27
| * | | Add control of buffer size and queue size of accesslog.Henning Baldersheim2021-05-287-16/+30
| |/ /
* / / Throw exception if resource-limits is specifiedHarald Musum2021-05-285-44/+22
|/ /
* | Merge pull request #17934 from vespa-engine/lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-2822-103/+428
|\ \ | |/ |/|
| * Merge branch 'master' into lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-2775-526/+774
| |\
| * | Move adding os inputs and outputs of ONNX models into OnnxModelLester Solbakken2021-05-274-31/+11