summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20699 from vespa-engine/mpolden/block-window-date-rangeJon Bratseth2022-01-071-2/+4
|\ | | | | Support date range in block window
| * Support date range in block windowMartin Polden2022-01-071-2/+4
| |
* | Merge pull request #20698 from ↵gjoranv2022-01-071-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/add-note-about-configserver-being-removed-in-vespa-8 Log that top-level 'configserver' will be removed in Vespa 8
| * | Add that top-level 'configserver' will be removed in Vespa 8Harald Musum2022-01-071-1/+1
| |/
* / enable more lintingArne H Juul2022-01-071-2/+0
|/
* Merge pull request #20680 from vespa-engine/arnej/add-legacy-overridesJon Bratseth2022-01-072-0/+5
|\ | | | | Arnej/add legacy overrides
| * allow one specific legacy flag onlyArne H Juul2022-01-061-0/+1
| |
| * pick up "legacy" XML tags from services.xmlArne H Juul2022-01-061-0/+4
| |
* | avoid warningArne H Juul2022-01-061-18/+18
|/
* Warn when using 'jvmargs' or 'jvm-options' in services.xmlHarald Musum2022-01-063-12/+23
| | | | | Log application package warning and note that those options are deprecated and will be removed in Vespa 8
* Merge pull request #20670 from vespa-engine/remove-unnecessary-generic-servicesHarald Musum2022-01-061-27/+0
|\ | | | | Remove unnecessary generic services from services.xml
| * Remove unnecessary generic services from services.xmlgjoranv2022-01-051-27/+0
| |
* | let a schema Processor receive ModelContext.Properties as neededArne H Juul2022-01-053-5/+32
| |
* | Merge pull request #20653 from ↵Henning Baldersheim2022-01-052-21/+14
|\ \ | |/ |/| | | | | vespa-engine/balder/reduce-default-max-memory-gain-before-flush-from-12.5-to-10-percent Let max summary filesize be 2% of available memory instead of an anci…
| * Let max summary filesize be 2% of available memory instead of an ancient ↵Henning Baldersheim2022-01-042-21/+14
| | | | | | | | staircase, that only fits the perfect the ones with a perfect BMI anyway.
* | Merge pull request #20651 from ↵Henning Baldersheim2022-01-053-7/+9
|\| | | | | | | | | vespa-engine/balder/reduce-default-max-memory-gain-before-flush-from-12.5-to-10-percent Reduce allowed memorygain from 12.5% to 10% in order to reduce max me…
| * Reduce allowed memorygain from 12.5% to 10% in order to reduce max memory ↵Henning Baldersheim2022-01-043-7/+9
| | | | | | | | fluctuations.
* | Merge pull request #20649 from vespa-engine/hmusum/validate-jvm-options-3Martin Polden2022-01-052-2/+2
|\ \ | | | | | | Allow / in JVM options
| * | Allow / in JVM optionsHarald Musum2022-01-042-2/+2
| |/
* | Log deprecation warning for 'operation' attribute in user config.gjoranv2022-01-041-0/+3
| |
* | Add DeployLogger field to DomConfigPayloadBuildergjoranv2022-01-043-8/+19
| |
* | Simplify testsgjoranv2022-01-041-33/+24
|/
* Merge pull request #20644 from vespa-engine/bratseth/avoid-deprecated-apis-2Henning Baldersheim2022-01-043-5/+6
|\ | | | | Avoid deprecated APIs
| * Avoid deprecated APIsJon Bratseth2022-01-043-5/+6
| |
* | Remove error handling for 'servlet' element in services.xmlgjoranv2022-01-031-7/+0
| |
* | Remove 'servlet' from rnc schema.gjoranv2022-01-033-41/+0
|/
* Merge branch 'master' into arnej/feature-flag-for-user-agentsArne H Juul2022-01-033-6/+29
|\ | | | | | | | | | | Conflicts: config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java configserver/src/main/java/com/yahoo/vespa/config/server/deploy/ModelContextImpl.java
| * Merge pull request #20631 from vespa-engine/deprecate-service-elementHarald Musum2022-01-032-3/+11
| |\ | | | | | | Deprecate the 'service' element in services.xml
| | * Deprecate the 'service' element in services.xmlgjoranv2022-01-032-3/+11
| | |
| * | Merge pull request #20591 from vespa-engine/bjorncs/ocsp-staplingBjørn Christian Seime2022-01-031-3/+18
| |\ \ | | | | | | | | Add feature flag for OCSP Stapling on application container clusters
| | * | SimplifyBjørn Christian Seime2022-01-031-1/+1
| | | |
| | * | Add feature flag for OCSP Stapling on application container clustersBjørn Christian Seime2021-12-201-3/+18
| | | |
* | | | wire ignored HTTP user agentsArne H Juul2022-01-034-7/+11
|/ / /
* | | Allow dots in JVM optionsHarald Musum2021-12-282-1/+2
| | |
* | | Merge pull request #20610 from vespa-engine/balder/gc-deprecated-assertThat-3Jon Bratseth2021-12-2140-441/+439
|\ \ \ | | | | | | | | GC use of deprecated junit assertThat and unify
| * | | GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-2140-441/+439
| | |/ | |/|
* / | Add metric for update-doc-not-found, and update httpapi metrics from /doc/v1Jon Marius Venstad2021-12-211-0/+1
|/ /
* | Add test of no loggin of invalid optionsHarald Musum2021-12-211-1/+5
| |
* | Return early if no invliad optionsHarald Musum2021-12-211-0/+2
| |
* | Validate JVM optionsHarald Musum2021-12-212-12/+54
| |
* | GC deprecated junit assertThat.Henning Baldersheim2021-12-2152-554/+508
|/
* Merge pull request #20587 from ↵Harald Musum2021-12-203-21/+55
|\ | | | | | | | | vespa-engine/hmusum/log-or-fail-deployment-with-invalid-jvm-gc-options Log or fail deployment with invalid jvm gc options
| * Merge branch 'master' into ↵Harald Musum2021-12-207-38/+92
| |\ | | | | | | | | | hmusum/log-or-fail-deployment-with-invalid-jvm-gc-options
| * | Handle JVM GC options without x or -Harald Musum2021-12-202-3/+3
| | |
| * | LOg or fail deployments with invalid JVM GC optionsHarald Musum2021-12-203-18/+53
| | |
* | | Merge pull request #20586 from vespa-engine/balder/xerces-2.12.1Henning Baldersheim2021-12-201-1/+1
|\ \ \ | |_|/ |/| | Bump xerces from 2.12.0(2018) to 2.12.1(2021)
| * | Update comment.Henning Baldersheim2021-12-201-1/+1
| |/
* | Update to current default valueHenning Baldersheim2021-12-201-1/+1
| |
* | Add feature flag control over TLS size.Henning Baldersheim2021-12-207-37/+92
|/
* Add a test that heap size percentage override is taken into account when ↵Henning Baldersheim2021-12-184-16/+48
| | | | allowing memory for proton.