summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23654 from vespa-engine/balder/add-finalv8.34.38Harald Musum2022-08-131-13/+9
|\ | | | | Add final to members, and use pattern variable.
| * Add final to members, and use pattern variable.Henning Baldersheim2022-08-131-13/+9
| |
* | Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-126-36/+124
|/
* Skip gui handlerMorten Tokle2022-08-111-1/+4
|
* Replace .average values with .sum, .count and .maxYngve Aasheim2022-08-101-8/+32
|
* getSearchMetrics -> getSearchChainMetricsHarald Musum2022-08-092-4/+4
|
* qrserver -> container, part 2Harald Musum2022-08-098-28/+16
|
* Merge pull request #23587 from vespa-engine/hmusum/qrserver-to-containerHarald Musum2022-08-0911-109/+8
|\ | | | | qrserver -> container
| * qrserver -> containerHarald Musum2022-08-0811-109/+8
| |
* | Fix TODOHarald Musum2022-08-081-2/+2
|/
* use namespace unaware parser for bundle validator MERGEOK (#23585)Andreas Eriksen2022-08-051-1/+1
| | | | | * use namespace unaware parser for bundle validator * update abi spec
* warn on use of deprecated xml features (#23583)Andreas Eriksen2022-08-051-8/+6
| | | | | * warn on use of deprecated xml features * ignore zip extraction issues for tests
* Convert config-model to junit5Bjørn Christian Seime2022-07-28322-6211/+6088
|
* Don't install zkfacade and zookeeper-server bundles in metrics-proxy.gjoranv2022-07-274-5/+22
|
* Merge pull request #23531 from vespa-engine/move-bundle-setup-to-modelgjoranv2022-07-278-38/+98
|\ | | | | Set up more bundles via config-model. [run-systemtest]
| * Install javax.servlet-api for all containers.gjoranv2022-07-271-5/+5
| | | | | | | | - Used by zkfacade.
| * Move rule-based-filter config to configdefinitions module/bundlegjoranv2022-07-272-8/+7
| | | | | | | | | | | | | | .. 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.
| * Remove unused constant.gjoranv2022-07-261-2/+0
| |
| * Install javax.servlet-api with vespa security bundles.gjoranv2022-07-262-4/+5
| | | | | | | | - It is currently needed by vespa-athenz.
| * Move installing of servlet-api bundle to config-model.gjoranv2022-07-262-0/+5
| |
| * Implement mechanism for avoiding unnecesssary bundles.gjoranv2022-07-266-26/+81
| | | | | | | | | | + Avoid installing security bundles for clustercontroller and metrics-proxy.
| * minor: use consistent casing for constantsgjoranv2022-07-222-2/+2
| |
| * Add back bundles needed by container-disc to preinstall in pomgjoranv2022-07-211-3/+0
| |
| * Handle bundle jars with no custom filename suffix.gjoranv2022-07-211-3/+4
| |
| * Set up more bundles via config-model.gjoranv2022-07-211-1/+5
| | | | | | | | | | - These 4 bundles are currently required by all container cluster types, including standalone-containers.
* | No functional changesJon Bratseth2022-07-252-13/+5
|/
* Rename and rearrange test helpers, and declare static.gjoranv2022-07-191-36/+35
|
* Add tests for (non-)installed platform bundles.gjoranv2022-07-192-3/+40
|
* Make ExecutionFactory a child of SearchHandler for correct chains config.gjoranv2022-07-155-62/+66
| | | | + Simpifly and unify platform bundles setup.
* Merge pull request #23507 from ↵Håkon Hallingstad2022-07-141-1/+1
|\ | | | | | | | | vespa-engine/hmusum/add-cluster-to-exception-message Add cluster to exception message
| * Add cluster to exception messageHarald Musum2022-07-141-1/+1
| |
* | Merge pull request #23505 from ↵Jon Bratseth2022-07-143-2/+37
|\ \ | |/ |/| | | | | 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-143-2/+37
| | | | | | | | Node count must be given for other zones than those that are manually deployed
* | Merge pull request #23502 from ↵Tor Egge2022-07-143-3/+1
|\ \ | | | | | | | | | | | | vespa-engine/geirst/remove-textextractor-summary-transform Remove textextractor summary transform.
| * | Remove textextractor summary transform.Geir Storli2022-07-143-3/+1
| |/ | | | | | | This has been dead for many years.
* / Ensure the summary transform for 'documentid' is part of summarymap.cfg.Geir Storli2022-07-1429-1/+100
|/
* Element not attributeJon Bratseth2022-07-131-1/+1
|
* Merge pull request #23497 from ↵v8.18.12Harald Musum2022-07-132-14/+38
|\ | | | | | | | | vespa-engine/geirst/struct-fields-index-validation-logging Change to log warning (for now) as hosted applications are using this…
| * Change to log warning (for now) as hosted applications are using this wrong.Geir Storli2022-07-132-14/+38
| |
* | Merge pull request #23493 from ↵Harald Musum2022-07-131-0/+1
|\ \ | |/ |/| | | | | vespa-engine/hmusum/reduce-zk-snapshot-count-for-cluster-controller Reduce zk snapshot count for cluster controller to 1000 [run-systemtest]
| * Reduce zk snapshot count for cluster controller to 1000Harald Musum2022-07-131-0/+1
| |
* | Merge pull request #23488 from vespa-engine/merge-yolean-into-vespajlibJon Bratseth2022-07-131-6/+0
|\ \ | |/ |/| Merge yolean into vespajlib [run-systemtest]
| * Remove all dependencies to yoleangjoranv2022-07-131-6/+0
| |
* | Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-134-10/+3
|\ \ | | | | | | 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-044-10/+3
| | | | | | | | | | | | | | | | | | 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-136-132/+70
|\ \ \ | | | | | | | | Add deploy warnings for deprecated and ignored docproc config
| * | | Add deploy warnings for deprecated and ignored docproc configHarald Musum2022-07-116-132/+70
| | | | | | | | | | | | | | | | Also cleanup dead code related to the above.
* | | | Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-137-4/+123
| | | | | | | | | | | | | | | | | | | | 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.
* | | | Do not log DNS warnings to application package in hosted contextMartin Polden2022-07-133-6/+13
| | | |
* | | | Revert "Validate that complex fields do not have struct fields with ↵Håkon Hallingstad2022-07-127-123/+4
| | | | | | | | | | | | | | | | 'indexing…"