aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Install javax.servlet-api for all containers.gjoranv2022-07-271-5/+5
| * Move rule-based-filter config to configdefinitions module/bundlegjoranv2022-07-272-8/+7
| * Remove unused constant.gjoranv2022-07-261-2/+0
| * Install javax.servlet-api with vespa security bundles.gjoranv2022-07-262-4/+5
| * 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
| * 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
* | 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
* Merge pull request #23507 from vespa-engine/hmusum/add-cluster-to-exception-m...Håkon Hallingstad2022-07-141-1/+1
|\
| * Add cluster to exception messageHarald Musum2022-07-141-1/+1
* | Merge pull request #23505 from vespa-engine/hmusum/fail-if-node-count-not-giv...Jon Bratseth2022-07-143-2/+37
|\ \ | |/ |/|
| * Fail deployment if node count is not given for content cluster in hostedHarald Musum2022-07-143-2/+37
* | Merge pull request #23502 from vespa-engine/geirst/remove-textextractor-summa...Tor Egge2022-07-143-3/+1
|\ \
| * | Remove textextractor summary transform.Geir Storli2022-07-143-3/+1
| |/
* / 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 vespa-engine/geirst/struct-fields-index-valida...v8.18.12Harald Musum2022-07-132-14/+38
|\
| * Change to log warning (for now) as hosted applications are using this wrong.Geir Storli2022-07-132-14/+38
* | Merge pull request #23493 from vespa-engine/hmusum/reduce-zk-snapshot-count-f...Harald Musum2022-07-131-0/+1
|\ \ | |/ |/|
| * 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
|\ \ | |/ |/|
| * 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 usageHarald Musum2022-07-044-10/+3
* | | Merge pull request #23444 from vespa-engine/hmusum/deprecate-docproc-attributesHarald Musum2022-07-136-132/+70
|\ \ \
| * | | Add deploy warnings for deprecated and ignored docproc configHarald Musum2022-07-116-132/+70
* | | | Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-137-4/+123
* | | | 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 'indexing...Håkon Hallingstad2022-07-127-123/+4
* | | | Merge pull request #23478 from vespa-engine/geirst/struct-fields-with-index-v...Geir Storli2022-07-127-4/+123
|\ \ \ \
| * | | | Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-127-4/+123
* | | | | Merge pull request #23465 from vespa-engine/geirst/summary-transform-for-docu...v8.17.19Geir Storli2022-07-127-9/+62
|\ \ \ \ \
| * | | | | Add new summary transform for all 'documentid' summary fields.Geir Storli2022-07-127-9/+62
| |/ / / /
* | | | | Merge pull request #23477 from vespa-engine/mpolden/handle-abs-rootHarald Musum2022-07-122-16/+16
|\ \ \ \ \
| * | | | | Handle absolute root in MockApplicationPackageMartin Polden2022-07-122-16/+16
| | |_|_|/ | |/| | |
* | | | | Merge pull request #23445 from vespa-engine/bratseth/improve-messageHarald Musum2022-07-122-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't say we expect declaration in query profilesJon Bratseth2022-07-112-4/+4
* | | | | Simplify creation of BundleInstantiationSpecgjoranv2022-07-1217-30/+29
* | | | | Create processing handler from the default bundlegjoranv2022-07-125-8/+15
* | | | | minor: move commentgjoranv2022-07-112-1/+1
* | | | | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-1124-85/+73