summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/xml/ContainerModelBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16657 from vespa-engine/jonmv/mind-the-gapsJon Bratseth2021-02-241-1/+1
|\
| * Verify ZK cannot be set up in combined clustersJon Marius Venstad2021-02-241-1/+1
* | Add bundleMorten Tokle2021-02-241-0/+1
|/
* Specify bundleMorten Tokle2021-02-231-1/+1
* Avoid doing the same thing twice (this is overridden when adding to cluster)Jon Marius Venstad2021-02-231-1/+1
* Set up parameter validation handler based on feature flag valueOla Aunrønning2021-02-181-1/+1
* Set up parameter validation handler in public cdOla Aunrønning2021-02-181-0/+14
* Merge pull request #16521 from vespa-engine/bratseth/fix-linksKristian Aune2021-02-151-2/+4
|\
| * Fix linksJon Bratseth2021-02-151-2/+4
* | Provide fallback ConnectionLog instance for all container typesBjørn Christian Seime2021-02-151-3/+0
|/
* Remove access log feature flagsBjørn Christian Seime2021-02-081-17/+16
* Override directory name for connection logs in configserver/controllerBjørn Christian Seime2021-02-041-2/+2
* Make queue size of log file handler configurableBjørn Christian Seime2021-02-031-2/+2
* Enable connection log for hosted configserver/controllerBjørn Christian Seime2021-02-031-1/+1
* Second attempt at overriding access log for hosted configserver/controllerBjørn Christian Seime2021-02-031-4/+2
* Enable zstd compression of hosted configserver/controllerBjørn Christian Seime2021-02-011-1/+3
* Add feature flag for enabling zstd compression of access logsBjørn Christian Seime2021-01-201-1/+1
* Write connection log to fileMorten Tokle2021-01-191-3/+4
* Non-functional changes onlyJon Bratseth2021-01-141-1/+2
* Setup connection log if access log is enabledMorten Tokle2021-01-141-0/+10
* Add feature flag for enabling jdisc connection logBjørn Christian Seime2021-01-121-13/+14
* Make sure to setup all needed components for reconfigurable zookeeper server ...Harald Musum2021-01-041-6/+8
* Inline watcher and rename classHarald Musum2020-12-081-1/+1
* Merge branch 'master' into hmusum/refactor-reconfigurerHarald Musum2020-12-071-1/+1
|\
| * Allow single-node cluster with ZooKeeperMartin Polden2020-12-071-1/+1
* | Split out a ZKAdmin interface and implement itHarald Musum2020-12-071-0/+1
|/
* Move non-permanent feature flags to ModelContext.FeatureFlagsBjørn Christian Seime2020-12-031-1/+1
* Allow suboptimal node count in container with ZK during retirementMartin Polden2020-12-021-4/+5
* Remove unnecessary null checksMartin Polden2020-12-011-3/+3
* Set stateful property for relevant clustersMartin Polden2020-12-011-8/+12
* Generate correct zookeeper server config and fix setup of componentsHarald Musum2020-11-301-2/+14
* Fix package and bundle namesHarald Musum2020-11-261-2/+2
* Setup components and config for container cluster when zookeeper is configuredHarald Musum2020-11-261-1/+2
* Support configuring ZooKeeper service in containerMartin Polden2020-11-261-1/+24
* Remove dead codeMartin Polden2020-11-261-38/+0
* Revert "Support configuring ZooKeeper service in container"Harald Musum2020-11-251-24/+39
* Support configuring ZooKeeper service in containerMartin Polden2020-11-251-1/+24
* Remove dead codeMartin Polden2020-11-241-38/+0
* Create default connector request chainMorten Tokle2020-11-231-4/+16
* Use access control chain as default request chain for port 4443Bjørn Christian Seime2020-11-181-3/+5
* Support default request/response filter chain per connectorBjørn Christian Seime2020-11-181-1/+1
* We must never keep any DeployState instance around. They contain most of the ...Henning Baldersheim2020-11-101-2/+1
* Use new restapi handler implementation by defaultBjørn Christian Seime2020-11-031-5/+5
* Scale Jetty threadpool size with node resourcesBjørn Christian Seime2020-10-191-1/+1
* Set up need_auth for connector when access_control configuredMorten Tokle2020-10-141-3/+10
* Read client authentication attribute from access control elementMorten Tokle2020-10-141-0/+1
* Don't use request headers for remote address/port in hosted VespaBjørn Christian Seime2020-10-061-1/+1
* Allow applications to override threadpool configuration in services.xmlBjørn Christian Seime2020-09-161-1/+6
* Setup separate threadpool for search handler in modelBjørn Christian Seime2020-09-141-4/+3
* Move search handler component definition to separate classBjørn Christian Seime2020-09-141-16/+8