aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Balder/remove tld from config model rebased""Henning Baldersheim2019-09-231-7/+0
|
* Revert "Balder/remove tld from config model rebased"Harald Musum2019-09-231-0/+7
|
* Remove some more complicated unused code.Henning Baldersheim2019-09-231-7/+0
|
* Make LogHandler configurableValerij Fredriksen2019-03-061-0/+9
|
* Remove initiallyInRotation=false option: Not usedJon Bratseth2019-02-221-1/+1
|
* Revert "Merge pull request #7974 from ↵Jon Bratseth2019-01-211-2/+1
| | | | | | | vespa-engine/revert-7973-bratseth/search-container-deprecations" This reverts commit 5767288d80e85940e675f7dd157f2b6c1d2ceeb5, reversing changes made to 37de7ac33454363489156e06597bffb3422756dc.
* Revert "Bratseth/search container deprecations"Jon Bratseth2019-01-211-1/+2
|
* Remove deprecated methodsJon Bratseth2019-01-211-1/+1
|
* Remove SeverJon Bratseth2019-01-211-2/+1
|
* Remove coverageReport parameter - always onJon Bratseth2019-01-211-4/+0
|
* Do Vespa 7 TODOsJon Bratseth2019-01-211-0/+2
|
* Remove unused qr-logging.defgjoranv2019-01-211-38/+0
|
* Remove config param noSearchBackendsImpliesOutOfServicegjoranv2019-01-211-6/+0
|
* Remove unused configs and their usage.gjoranv2019-01-213-98/+0
|
* Improve documentationJon Bratseth2018-12-031-1/+1
|
* Add new handler for obtaining metrics snapshot in "packets" formatgjoranv2018-10-311-0/+6
|
* Revert "Merge pull request #6726 from ↵Jon Bratseth2018-08-301-1/+2
| | | | | | | vespa-engine/revert-6719-bratseth/initially-down" This reverts commit 05ea4c2b9952bceaf0e009053c2f51a09d15a957, reversing changes made to 03efdabdc9f0e43fc2c362569ae455a7abc9a64b.
* Revert "Be down initially"Jon Bratseth2018-08-301-2/+1
|
* Mark todo VESPA 7Jon Bratseth2018-08-291-1/+1
|
* Be down initiallyJon Bratseth2018-08-291-1/+2
| | | | | | | | | | | | | | | | | | | | Before ths change containers used to come up in the initial VIP state of up ("in rotation") before having any information about downstream cløusters. This is problematic if the node determines that it should be down when learning the state of downstream clusters, especially when it is determining that it should be down due to failing to complete pings timely due to initialization load. This changes to starting in the down state. Crucially, this requires tracking the current state of clusters in a separate component such that the state survives reconfiguration and we avoid setting the state down briefly on each reconfiguration. In addition to the case where there are downstream clusters deciding the VIP state oif a container, there are two others: - There are no such clusters. In this case the VIP state will be up by default. - Some other component is explicitly deciding the VIP state. This commit makes that case clearer.
* Use mutual TLS auth when retrieving identity documentBjørn Christian Seime2018-06-111-0/+4
|
* Add initiallyInRotation to vip status config and inject config into VipStatusHarald Musum2018-06-051-2/+5
| | | | | Use config value for inital value of isInRotation() when nothing is known about backend clusters
* Add athenzDnsSuffix and ztsUrl to identity configBjørn Christian Seime2018-05-151-0/+2
|
* Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-041-6/+0
| | | | | | | | - The SizeCalculator uses recursive reflective calls in the object tree, and attempts illegal access to e.g. java.lang.module classes on Java 9+. With this access explicitly allowed via "--add-opens" the calculator returns a much larger size than the actual size of the object.
* Remove row+column supportJon Bratseth2018-04-271-3/+1
|
* Make it possible to configure and change status code in /state/v1/health APIHarald Musum2017-12-081-0/+3
| | | | | Make inital value configurable and make it possible to get and set it in StateMonitor
* Add copyright headerJon Bratseth2017-10-271-1/+2
|
* Add load balancer address to identity configMorten Tokle2017-10-261-0/+1
|
* Expose domain and service from AthenzIDPMorten Tokle2017-10-241-1/+1
|
* Add Athenz identity provider and configurationMorten Tokle2017-10-201-0/+4
|
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-3011-11/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-3011-0/+11
|
* version in def files are deprecatedHarald Musum2017-08-3011-11/+0
|
* Update copyright headersJon Bratseth2017-06-1415-15/+15
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1415-15/+15
|
* Update copyright headersJon Bratseth2017-06-1415-15/+15
|
* Revert "Copyright header"Jon Bratseth2017-06-1315-15/+15
|
* Copyright headerJon Bratseth2017-06-1315-15/+15
|
* Remove pre Vespa 6 values from container-http.defJon Bratseth2016-10-131-17/+0
|
* Support configuring a hostname headerJon Bratseth2016-10-132-0/+6
|
* PublishJon Bratseth2016-06-1520-0/+424