aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files
Commit message (Collapse)AuthorAgeFilesLines
* add significance config model registryMariusArhaug2024-04-041-0/+4
|
* GC code handling unsupported 'vespa' and 'http' provider typeHarald Musum2024-03-072-10/+2
|
* Support minimum-required-vespa-version attributeHarald Musum2024-01-181-1/+1
| | | | | | If attribute is set and the running Vespa version is lower than the specified version deployment will fail with invalid application package error
* Update copyrightJon Bratseth2023-10-099-9/+9
|
* Introduce new threadpool syntaxBjørn Christian Seime2023-09-281-0/+6
|
* Remove global-service-idMartin Polden2023-07-272-17/+17
|
* Revert "Remove global-service-id"Martin Polden2023-07-272-17/+17
|
* Remove global-service-idMartin Polden2023-07-262-17/+17
|
* Add token support to `client` configurationBjørn Christian Seime2023-06-151-0/+7
|
* Make all node resource elements optionalJon Bratseth2023-05-151-1/+1
|
* Allow no groupsJon Bratseth2023-05-111-0/+1
|
* Support a default BCP deadlineJon Bratseth2023-05-091-1/+1
|
* Complete bcp handlingJon Bratseth2023-02-192-0/+24
| | | | | - Add bcp to schema validation - Read endpoints defined in bcp elements
* Add min-redundancyJon Bratseth2023-01-221-1/+1
|
* Support a group size constraint in content clustersJon Bratseth2023-01-211-1/+1
|
* Remove unsupported docproc xml elementsHarald Musum2023-01-031-0/+18
|
* Add schema for clientsMorten Tokle2022-11-221-0/+10
|
* Support GPU in node specificationMartin Polden2022-11-171-1/+3
|
* Add instance tagsJon Bratseth2022-10-121-1/+1
|
* Merge pull request #24001 from vespa-engine/add-search-binding-in-xml-testHenning Baldersheim2022-09-271-0/+1
|\ | | | | Add a 'binding' element under 'search'.
| * Add a 'binding' element under 'search'.gjoranv2022-09-091-0/+1
| |
* | restrict vespamalloc attributesArne Juul2022-09-212-2/+15
|/ | | | * only "name tokens' allowed
* Drop special embedder configJon Bratseth2022-08-241-1/+0
|
* Simplify and generalizeJon Bratseth2022-08-231-0/+1
| | | | | | | | | | | | | | | Let embedder rewrites simply always change <x path="y" url="z"> to <xPath>y</xPath> <xUrl>z</xUrl>, as well as translating the id attirebute to the corresponding path if on hosted. This means that the current built-in embedder accepting "vocab" and "model" is broken as these names are different from the names in the config model, but this isn't documented yet so should be okay. The effect of this is that our built-in models can be used in any embedder and config, and the embedder syntax can be used in application specific embedders.
* qrserver -> containerHarald Musum2022-08-082-5/+5
|
* Add injected component to handler in schema test file.gjoranv2022-07-111-0/+3
|
* Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-3/+0
|
* Add injected component to handler in schema test file.gjoranv2022-07-091-0/+3
|
* Remove <client> on Vespa 8Jon Bratseth2022-06-082-15/+0
|
* Remove clientBindings on Vespa 8Jon Bratseth2022-06-082-4/+0
|
* Cleanup 'access-control' for Vespa 8Bjørn Christian Seime2022-06-081-2/+1
| | | | | Always enable read/write protection. Warn on 'read'/'write' attributes. Update TODOs.
* Remove on Vespa 8Jon Bratseth2022-06-082-4/+2
|
* Revert "Revert "Rename 'qrs' to 'access'""Bjørn Meland2022-06-081-2/+2
|
* Revert "Rename 'qrs' to 'access'"gjoranv2022-06-081-2/+2
| | | | This reverts commit 22ed2d2102e356396444ed5461c8bbdc77e80c4e.
* Rename 'qrs' to 'access'bjormel2022-06-081-2/+2
|
* Use arm64 as architecture nameHarald Musum2022-02-241-1/+1
|
* Add support for achitecture in node resourcesHarald Musum2022-02-231-1/+1
|
* Remove 'servlet' from rnc schema.gjoranv2022-01-032-28/+0
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-077-7/+7
|
* Remove the 'rest-api' element from xml schema.gjoranv2021-07-112-27/+0
|
* Add control of buffer size and queue size of accesslog.Henning Baldersheim2021-05-281-1/+1
| | | | Use 1024 and 256k for host-admin.
* New syntax for cloud secret storeMorten Tokle2021-03-251-0/+7
|
* Remove support for unused <controllers> under <content>Jon Marius Venstad2021-02-221-1/+0
|
* Make compression format configurableBjørn Christian Seime2021-01-271-1/+1
|
* Add schema support for strict-mode and default chain attributesMorten Tokle2020-11-161-2/+2
|
* Remove threadpool configuration for restapi handlerBjørn Christian Seime2020-11-031-7/+0
|
* Allow applications to override threadpool configuration in services.xmlBjørn Christian Seime2020-09-161-0/+20
|
* Allow vcpu ranges and propagate errorJon Bratseth2020-03-261-1/+1
|
* Update config-model/src/test/schema-test-files/services-hosted.xmlJon Bratseth2020-03-261-1/+1
| | | Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>