summaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Add test to verify default threadpool for custom handlers.gjoranv2022-07-092-82/+118
| * | | Remove comment about "Vespa handlers" (pre-jdisc handlers)gjoranv2022-07-091-2/+0
| * | | Rename test classgjoranv2022-07-091-1/+1
| * | | Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-096-53/+94
| * | | Add injected component to handler in schema test file.gjoranv2022-07-091-0/+3
| |/ /
* / / Remove testHarald Musum2022-07-101-19/+0
|/ /
* | Revert "Minor cleanup in config-model"Harald Musum2022-07-086-40/+76
* | Remove testing of standalone docproc containerHarald Musum2022-07-081-82/+0
* | Minor cleanup, no functional changesHarald Musum2022-07-086-57/+40
* | Remove testHarald Musum2022-07-081-19/+0
|/
* Remove use of 'enable-server-ocsp-stapling' feature flagBjørn Christian Seime2022-07-072-13/+18
* Merge pull request #23407 from vespa-engine/bjorncs/bundlesBjørn Christian Seime2022-07-077-16/+40
|\
| * Only add bundles based on enabled features for standalone containerBjørn Christian Seime2022-07-077-16/+40
* | GC mbus numThreads.Henning Baldersheim2022-07-074-20/+0
* | GC temporary dispatch flags.Henning Baldersheim2022-07-073-25/+0
|/
* Unify communicationmanager config member namingHenning Baldersheim2022-07-061-3/+3
* - Control number of rpc targets.Henning Baldersheim2022-07-064-1/+68
* Add missing getDefaultHttpServerHenning Baldersheim2022-07-061-0/+5
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-0659-106/+7
* Move secret store related test to new subclass.gjoranv2022-07-053-113/+139
* Move access control related tests to appropriate classgjoranv2022-07-052-191/+200
* Move accesslog related test to appropriate class.gjoranv2022-07-052-34/+46
* Add option to ignore undefined fieldsJon Bratseth2022-07-0464-44/+118
* Merge pull request #23346 from vespa-engine/mpolden/fix-log-methodHarald Musum2022-07-041-3/+3
|\