summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | 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
* | | | | Remove comment about "Vespa handlers" (pre-jdisc handlers)gjoranv2022-07-111-2/+0
* | | | | Rename test classgjoranv2022-07-111-1/+1
* | | | | Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-116-53/+93
* | | | | Add injected component to handler in schema test file.gjoranv2022-07-111-0/+3
* | | | | Add test for ProcessingHandler bundle.gjoranv2022-07-114-4/+20
| |/ / / |/| | |
* | | | Make document-api a child elementJon Bratseth2022-07-112-2/+5
* | | | Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-1128-297/+216
* | | | Merge pull request #23452 from vespa-engine/mpolden/better-quota-messagesØyvind Grønnesby2022-07-112-13/+12
|\ \ \ \
| * | | | Include current and required quota in quota validation messagesMartin Polden2022-07-112-13/+12
| | |/ / | |/| |
* | | | Merge pull request #23442 from vespa-engine/inject-default-threadpool-to-hand...gjoranv2022-07-1128-216/+297
|\ \ \ \
| * | | | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-0924-85/+73
| * | | | Add test to verify default threadpool for builtin handlers.gjoranv2022-07-091-0/+12
| * | | | Convenience fixupgjoranv2022-07-094-14/+17