summaryrefslogtreecommitdiffstats
path: root/config-model/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Convert config-model to junit5Bjørn Christian Seime2022-07-28321-6209/+6075
|
* Don't install zkfacade and zookeeper-server bundles in metrics-proxy.gjoranv2022-07-271-1/+7
|
* Move rule-based-filter config to configdefinitions module/bundlegjoranv2022-07-271-2/+1
| | | | | | | .. to remove import-package from config-model to jdisc-security-filters. - Keep the old config def for a while in case it's needed by hosted Vespa config models.
* Implement mechanism for avoiding unnecesssary bundles.gjoranv2022-07-262-12/+31
| | | | | + Avoid installing security bundles for clustercontroller and metrics-proxy.
* Rename and rearrange test helpers, and declare static.gjoranv2022-07-191-36/+35
|
* Add tests for (non-)installed platform bundles.gjoranv2022-07-191-2/+39
|
* Make ExecutionFactory a child of SearchHandler for correct chains config.gjoranv2022-07-151-16/+25
| | | | + Simpifly and unify platform bundles setup.
* Merge pull request #23505 from ↵Jon Bratseth2022-07-141-1/+31
|\ | | | | | | | | vespa-engine/hmusum/fail-if-node-count-not-given-for-content-cluster-in-hosted Fail deployment if node count is not given for content cluster in hosted
| * Fail deployment if node count is not given for content cluster in hostedHarald Musum2022-07-141-1/+31
| | | | | | | | Node count must be given for other zones than those that are manually deployed
* | Ensure the summary transform for 'documentid' is part of summarymap.cfg.Geir Storli2022-07-1428-1/+90
|/
* Change to log warning (for now) as hosted applications are using this wrong.Geir Storli2022-07-131-9/+30
|
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-132-4/+1
|\ | | | | Remove 'user' field in application metadata and add deprecations for … [run-systemtest]
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-042-4/+1
| | | | | | | | | | | | User was set in older Vespa versions when deploying locally, not set anymore and should not be used. Deprecate and add TODOs to remove in Vespa 9
* | Merge pull request #23444 from vespa-engine/hmusum/deprecate-docproc-attributesHarald Musum2022-07-131-7/+2
|\ \ | | | | | | Add deploy warnings for deprecated and ignored docproc config
| * | Add deploy warnings for deprecated and ignored docproc configHarald Musum2022-07-111-7/+2
| | | | | | | | | | | | Also cleanup dead code related to the above.
* | | Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-131-1/+25
| | | | | | | | | | | | | | | This is not supported for indexed search clusters, and should be replaced with 'indexing: attribute'. Validation is not executed for imported fields as those are validated in the parent schema.
* | | Revert "Validate that complex fields do not have struct fields with ↵Håkon Hallingstad2022-07-121-25/+1
| | | | | | | | | | | | 'indexing…"
* | | Merge pull request #23478 from ↵Geir Storli2022-07-121-1/+25
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/geirst/struct-fields-with-index-validation Validate that complex fields do not have struct fields with 'indexing…
| * | | Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-121-1/+25
| | | | | | | | | | | | | | | | This is not supported for indexed search clusters, and should be replaced with 'indexing: attribute'.
* | | | Merge pull request #23465 from ↵v8.17.19Geir Storli2022-07-122-3/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/summary-transform-for-documentid-fields Add new summary transform for all 'documentid' summary fields.
| * | | | Add new summary transform for all 'documentid' summary fields.Geir Storli2022-07-122-3/+25
| |/ / / | | | | | | | | | | | | | | | | This prepares for no longer inserting 'documentid' fields in the docsum blob in the backend. Instead such fields will be produced using a docsum writer (transform) that uses the document instance to get the id.
* | | | Merge pull request #23477 from vespa-engine/mpolden/handle-abs-rootHarald Musum2022-07-121-1/+1
|\ \ \ \
| * | | | Handle absolute root in MockApplicationPackageMartin Polden2022-07-121-1/+1
| | | | |
* | | | | Merge pull request #23445 from vespa-engine/bratseth/improve-messageHarald Musum2022-07-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Don't say we expect declaration in query profiles
| * | | | Don't say we expect declaration in query profilesJon Bratseth2022-07-111-1/+1
| | | | |
* | | | | Simplify creation of BundleInstantiationSpecgjoranv2022-07-121-1/+1
| | | | |
* | | | | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-116-17/+17
| | | | | | | | | | | | | | | | | | | | - Uust declare it as a Component with other Components as children.
* | | | | Add test to verify default threadpool for builtin handlers.gjoranv2022-07-111-0/+12
| | | | |
* | | | | Convenience fixupgjoranv2022-07-115-15/+19
| | | | |
* | | | | Add test to verify default threadpool for custom handlers.gjoranv2022-07-112-83/+118
| | | | | | | | | | | | | | | | | | | | + Move custom handler tests to separate class.
* | | | | Rename test classgjoranv2022-07-111-1/+1
| | | | |
* | | | | Add injected component to handler in schema test file.gjoranv2022-07-111-0/+3
| | | | |
* | | | | Add test for ProcessingHandler bundle.gjoranv2022-07-111-1/+10
| |/ / / |/| | | | | | | | | | | + Constant for class name.
* | | | Make document-api a child elementJon Bratseth2022-07-111-1/+3
| | | |
* | | | Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-118-159/+105
| | | |
* | | | Merge pull request #23452 from vespa-engine/mpolden/better-quota-messagesØyvind Grønnesby2022-07-111-4/+4
|\ \ \ \ | | | | | | | | | | Include current and required quota in quota validation messages
| * | | | Include current and required quota in quota validation messagesMartin Polden2022-07-111-4/+4
| | |/ / | |/| |
* | | | Merge pull request #23442 from ↵gjoranv2022-07-118-105/+159
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/inject-default-threadpool-to-handlers Inject default threadpool to handlers [run-systemtest]
| * | | | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-096-17/+17
| | | | | | | | | | | | | | | | | | | | - Uust declare it as a Component with other Components as children.
| * | | | Add test to verify default threadpool for builtin handlers.gjoranv2022-07-091-0/+12
| | | | |
| * | | | Convenience fixupgjoranv2022-07-094-14/+17
| | | | |
| * | | | Add test to verify default threadpool for custom handlers.gjoranv2022-07-092-82/+118
| | | | | | | | | | | | | | | | | | | | + Move custom handler tests to separate class.
| * | | | Rename test classgjoranv2022-07-091-1/+1
| | | | |
| * | | | Add injected component to handler in schema test file.gjoranv2022-07-091-0/+3
| |/ / /
* / / / Remove testHarald Musum2022-07-101-19/+0
|/ / / | | | | | | | | | | | | configservere without parent configservers element is not allowe anymore (in xml schema)
* | | Revert "Minor cleanup in config-model"Harald Musum2022-07-081-6/+27
| | |
* | | Remove testing of standalone docproc containerHarald Musum2022-07-081-82/+0
| | | | | | | | | | | | This has not been supported for a long time, removing.
* | | Minor cleanup, no functional changesHarald Musum2022-07-081-8/+6
| | |
* | | Remove testHarald Musum2022-07-081-19/+0
|/ / | | | | | | | | configservere without parent configservers element is not allowe anymore (in xml schema)
* | Remove use of 'enable-server-ocsp-stapling' feature flagBjørn Christian Seime2022-07-071-5/+14
| |