summaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
* Also add test for 'populate' of summary.Henning Baldersheim2019-06-211-0/+15
|
* Add support for populate in tuning section.Henning Baldersheim2019-06-213-58/+82
|
* Merge pull request #9827 from ↵Martin Polden2019-06-205-5/+91
|\ | | | | | | | | vespa-engine/ogronnesby/update-container-model-with-container-endpoints Update ContainerModelBuilder to add rotations
| * Make a proper set to see that rotations properties are set on containersØyvind Grønnesby2019-06-191-0/+47
| |
| * Fix NPE in unit tests due to uninitialized endpoints in TestPropertiesØyvind Grønnesby2019-06-181-1/+1
| |
| * Add ContainerEndpoint info to LbServicesØyvind Grønnesby2019-06-183-6/+33
| |
| * Get ContainerEndpoints into DeployStateØyvind Grønnesby2019-06-142-0/+12
| |
* | Merge pull request #9844 from vespa-engine/kkraune/warning-messageHarald Musum2019-06-201-1/+2
|\ \ | | | | | | less scary warning when running on Docker
| * | less scary warning when running on DockerKristian Aune2019-06-191-1/+2
| | |
* | | Revert "Merge pull request #9849 from ↵Jon Bratseth2019-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-9836-bratseth/output-in-dense-tensor-form" This reverts commit 2663557e0c6d652fd082507878059a69c75e2415, reversing changes made to 46cfd5c26c5dac150efb698d726810ade4364e70.
* | | Revert "Output bound dense tensors in dense string form"Jon Bratseth2019-06-191-1/+1
| | |
* | | Merge pull request #9847 from vespa-engine/gjoranv/rename-default-consumerHarald Musum2019-06-196-13/+10
|\ \ \ | | | | | | | | Rename "DefaultMetricsConsumer" to "VespaMetricsConsumer"
| * | | Rename "DefaultMetricsConsumer" to "VespaMetricsConsumer"gjoranv2019-06-196-13/+10
| |/ / | | | | | | | | | - This has no effect outside the config model.
* / / Output bound dense tensors in dense string formJon Bratseth2019-06-191-1/+1
|/ /
* | Always return false for feature flag for new metrics proxy.gjoranv2019-06-174-16/+1
| | | | | | | | | | - Consistent with old default, it was only ever used in CD. - Flag is due for removal when no old models use it anymore.
* | Remove flavor and canonicalFlavor dimensions.gjoranv2019-06-173-15/+2
| | | | | | | | - They have not been used for some time.
* | Merge pull request #9809 from vespa-engine/jvenstad/tenant-cdJon Marius Venstad2019-06-141-1/+1
|\ \ | | | | | | Allow Endpoint to send arbitrary, authenticated requests
| * | Use correct path to bundleJon Marius Venstad2019-06-141-1/+1
| | |
* | | Merge pull request #9783 from ↵Henning Baldersheim2019-06-1484-540/+12
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/balder/do-not-add-rankfeatures-and-summaryfeatures-as-document-fields Do not add summaryfeatures and rankfeatures to document config
| * | Do not add summaryfeatures and rankfeatures to document config.Henning Baldersheim2019-06-1484-540/+12
| |/
* | Load testrunner components only for hosted containersJon Marius Venstad2019-06-141-1/+1
| |
* | Load bundle only conditionallyJon Marius Venstad2019-06-141-1/+6
| |
* | Add testrunner components bundle to container clustersJon Marius Venstad2019-06-141-0/+3
|/
* Merge pull request #9760 from vespa-engine/mpolden/store-container-endpointsMartin Polden2019-06-131-7/+0
|\ | | | | Write container endpoints on prepare
| * Remove unused methodMartin Polden2019-06-121-7/+0
| |
* | Preserve SearchBuilder APIJon Bratseth2019-06-131-1/+6
| |
* | Revert "Revert "Require constant() for large constants and fix a type ↵Jon Bratseth2019-06-1318-144/+504
| | | | | | | | resolving bug""
* | We should not need to put any fields from the default summary class in the ↵Henning Baldersheim2019-06-128-57/+9
|/ | | | | | document. At least not the ones generated specially for summary classes.
* Merge pull request #9742 from vespa-engine/bratseth/validate-query-profilesJo Kristian Bergum2019-06-126-13/+105
|\ | | | | Holistic query profile validation
| * Holistic query profile validationJon Bratseth2019-06-106-13/+105
| |
* | Merge pull request #9735 from vespa-engine/freva/tenant-host-cleanupValerij Fredriksen2019-06-112-63/+2
|\ \ | | | | | | Zone application cleanup
| * | Remove node-admin from pickContainerHostsForSlobrok()Valerij Fredriksen2019-06-072-63/+2
| | |
* | | Merge pull request #9732 from vespa-engine/gjoranv/ensure-same-hostgjoranv2019-06-115-8/+13
|\ \ \ | | | | | | | | Gjoranv/ensure same host
| * | | Use hostname instead of index in configIdgjoranv2019-06-075-8/+13
| | | | | | | | | | | | | | | | | | | | - to ensure that the same metricsproxy will run on the same node between config changes.
* | | | Merge pull request #9730 from vespa-engine/bratseth/dense-string-formJon Bratseth2019-06-112-34/+61
|\ \ \ \ | |_|_|/ |/| | | Dense string form
| * | | Don't check error messages from another moduleJon Bratseth2019-06-112-34/+61
| | |/ | |/|
* | | Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-094-6/+7
| | |
* | | Extract execution creation into ExecutionFactoryJon Bratseth2019-06-091-0/+2
| | |
* | | Merge pull request #9726 from vespa-engine/mpolden/remove-rotations-elementHarald Musum2019-06-087-155/+9
|\ \ \ | | | | | | | | Remove support for <rotations> element
| * | | Remove support for <rotations> elementMartin Polden2019-06-077-155/+9
| |/ /
* / / Set up SecurityFilterInvoker for all container types.gjoranv2019-06-072-1/+2
|/ / | | | | | | | | | | - It is needed by Jetty, and if not added to the model, Guice will create an UnsupportedFilterInvoker and cause a reconstruction of JettyHttpServer upon every redeploy.
* | Merge pull request #9709 from ↵Bjørn Meland2019-06-061-0/+1
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/less-heap-for-logserver-container Reduce start and max heap for logserver-container
| * | Reduce start and max heap for logserver-containerHarald Musum2019-06-061-0/+1
| | |
* | | Rewrite large constant references from foo to constant(foo)Jon Bratseth2019-06-064-11/+19
|/ /
* / Expression file references in Vespa modelsJon Bratseth2019-06-062-76/+0
|/
* Merge pull request #9656 from vespa-engine/gjoranv/use-correct-cluster-typegjoranv2019-06-051-3/+5
|\ | | | | Use Correct cluster type, and add a TODO.
| * Use Correct cluster type, and add a TODO.gjoranv2019-06-031-3/+5
| | | | | | | | - FS4ResourcePool will probably be removed before fixing the TODO
* | Merge pull request #9668 from vespa-engine/freva/add-tenant-host-applicationValerij Fredriksen2019-06-041-1/+1
|\ \ | | | | | | Add tenant host application with feature flag
| * | Comment zone-app specific code that should be removed after the migrationValerij Fredriksen2019-06-041-1/+1
| | |
* | | Only warn when surely preventing a validation failureJon Bratseth2019-06-041-4/+5
|/ /