summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20512 from vespa-engine/arnej/ignore-some-user-agentsArne H Juul2021-12-151-0/+6
|\
| * allow programmatic configuration of ignored user agentsArne H Juul2021-12-151-0/+6
* | Merge pull request #20532 from vespa-engine/bjorncs/injectBjørn Christian Seime2021-12-151-5/+13
|\ \
| * | Add custom Inject annotation so Guice is not needed just for the annotationBjørn Christian Seime2021-12-151-5/+13
* | | Merge pull request #20530 from vespa-engine/yngveaasheim/report-detailed-put-...Tor Brede Vekterli2021-12-151-0/+8
|\ \ \
| * | | Remove duplicate metricYngve Aasheim2021-12-151-1/+0
| * | | Fix metrics namesYngve Aasheim2021-12-151-4/+4
| * | | Report detailed distributor put failure metricsYngve Aasheim2021-12-151-0/+9
* | | | Merge pull request #20528 from vespa-engine/jonmv/reindexing-variable-speedJon Marius Venstad2021-12-151-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Set speed: 1 for config change reindexing, and user-specified in (0, 10] from...Jon Marius Venstad2021-12-151-0/+1
| |/ /
* | | Merge pull request #20519 from vespa-engine/bratseth/match-exactlyJon Bratseth2021-12-154-14/+26
|\ \ \ | |/ / |/| |
| * | Match document types in document selections exactly onlyJon Bratseth2021-12-144-14/+26
* | | Revert "Move the Context class to ThreadedHttpRequestHandler [run-systemtest]"Harald Musum2021-12-151-1/+1
* | | Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-141-1/+1
| |/ |/|
* | Merge pull request #20501 from vespa-engine/hmusum/validate-jvm-optionsHarald Musum2021-12-143-39/+166
|\ \
| * | Log JVM opions to deploy log as wellHarald Musum2021-12-142-29/+74
| * | Add links to doc in log and excpetion messagesHarald Musum2021-12-142-3/+8
| * | Log JVM GC options to deploy logHarald Musum2021-12-142-25/+102
| * | Minor changes to log warningHarald Musum2021-12-132-3/+3
| |/
* | Merge pull request #20504 from vespa-engine/arnej/struct-inherit-did-not-workArne H Juul2021-12-1413-26/+500
|\ \
| * | use specific importsArne H Juul2021-12-141-1/+3
| * | put tpye validations togetherArne H Juul2021-12-141-1/+1
| * | try harder to get multi-level inheritance workingArne H Juul2021-12-1310-62/+242
| * | try to make simple struct inherit workArne H Juul2021-12-138-0/+292
* | | Ignore visibility delay when deciding feed sequencer type.Henning Baldersheim2021-12-132-8/+2
|/ /
* | extend unit testArne H Juul2021-12-133-0/+79
* | simplify using lambdasArne H Juul2021-12-131-58/+36
* | use consistent naming from feature flagArne H Juul2021-12-133-8/+8
* | test new config productionArne H Juul2021-12-134-252/+244
* | remove misleading commentsArne H Juul2021-12-131-2/+5
* | make it possible to unit test new config productionArne H Juul2021-12-131-1/+4
* | hack to handle root DocumentTypeArne H Juul2021-12-131-1/+11
* | wire feature flagArne H Juul2021-12-131-0/+3
* | reapply "produce new doctypes config"Arne H Juul2021-12-131-8/+307
|/
* Revert "Arnej/produce new doctypes config"Arne H Juul2021-12-103-313/+8
* wire feature flagArne H Juul2021-12-101-0/+3
* avoid duplicating inherited fieldsArne H Juul2021-12-101-1/+1
* flip back defaultArne H Juul2021-12-101-2/+3
* optionally generate new "doctype" array configArne H Juul2021-12-101-7/+305
* ensure root document is in listArne H Juul2021-12-101-0/+3
* Merge pull request #20427 from vespa-engine/bratseth/paged-removal-validationJon Bratseth2021-12-0911-54/+114
|\
| * Remove unnecessary parameterJon Bratseth2021-12-091-2/+1
| * Add validation override for 'paged' removalJon Bratseth2021-12-0911-54/+115
* | Merge pull request #20422 from vespa-engine/arnej/resolve-more-temporariesHenning Baldersheim2021-12-0919-221/+260
|\ \
| * | throw exception instead of logging an errorArne H Juul2021-12-081-15/+3
| * | avoid generating config twice for the document typeArne H Juul2021-12-082-31/+32
| * | this looks more correct nowArne H Juul2021-12-081-21/+6
| * | add feedback from resolveTemporaries to document type reposArne H Juul2021-12-081-9/+39
| * | be a bit more paranoidArne H Juul2021-12-081-2/+7
| * | debug print for some should-not-happen casesArne H Juul2021-12-081-2/+8