summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Support marking configs as apply on restartJon Bratseth2020-11-242-2/+18
| | |
* | | Merge pull request #15483 from vespa-engine/mpolden/zk-serviceMartin Polden2020-11-2612-62/+122
|\ \ \ | | | | | | | | Reapply "Support configuring ZooKeeper service in container"
| * | | Avoid producing CuratorConfig multiple times for config serverMartin Polden2020-11-262-6/+15
| | | |
| * | | Support configuring ZooKeeper service in containerMartin Polden2020-11-263-1/+73
| | | |
| * | | Make ContainerCluster produce CuratorConfigMartin Polden2020-11-268-21/+38
| | | |
| * | | Remove dead codeMartin Polden2020-11-261-38/+0
| | |/ | |/|
* / | Also take number of visitor threads into account.Henning Baldersheim2020-11-262-1/+10
|/ /
* | Revert "Support configuring ZooKeeper service in container"Harald Musum2020-11-2511-111/+60
| |
* | Merge pull request #15456 from vespa-engine/mpolden/zk-serviceMartin Polden2020-11-2511-60/+111
|\ \ | | | | | | Support configuring ZooKeeper service in container
| * | Support configuring ZooKeeper service in containerMartin Polden2020-11-253-1/+73
| | |
| * | Make ContainerCluster produce CuratorConfigMartin Polden2020-11-258-21/+38
| | |
| * | Remove dead codeMartin Polden2020-11-241-38/+0
| |/
* / remove test now that default is changedArne Juul2020-11-241-25/+0
|/
* Merge pull request #15434 from vespa-engine/mortent/vespa-tls-filterMorten Tokle2020-11-233-8/+68
|\ | | | | Create default connector request chain
| * Create default connector request chainMorten Tokle2020-11-233-8/+68
| |
* | Merge pull request #15421 from vespa-engine/jonmv/reindexing-rest-api-take2Jon Marius Venstad2020-11-234-60/+44
|\ \ | | | | | | Revert "Revert "Jonmv/reindexing rest api""
| * | Use a more conventional logger name for the VespaModelJon Marius Venstad2020-11-231-1/+1
| | |
| * | Move ReindexingConfig up into ClusterControllerContainerJon Marius Venstad2020-11-232-62/+42
| | |
| * | Revert "Revert "Jonmv/reindexing rest api""Jon Marius Venstad2020-11-232-1/+5
| | | | | | | | | | | | This reverts commit 278967c98483da6b1308d34bd7b2b77e2f690288.
* | | Add reindexing.progress to VespaMetricSetJon Marius Venstad2020-11-231-0/+2
|/ /
* | Remove duplicate validation messagesJon Marius Venstad2020-11-231-4/+9
| |
* | Revert "Jonmv/reindexing rest api"Jon Marius Venstad2020-11-202-5/+1
| |
* | Merge pull request #15399 from ↵Jon Bratseth2020-11-2017-162/+152
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/throw-during-prepare-with-disallowed-config-change-actions Jonmv/throw during prepare with disallowed config change actions
| * | Remove "allowed" from config change actions (+ wiring) — allowed if not ↵Jon Marius Venstad2020-11-2015-143/+85
| | | | | | | | | | | | thrown
| * | Add Optional<ValidationId> to ConfigActionChange and use to validate actionsJon Marius Venstad2020-11-203-14/+10
| | |
| * | Break long stream statement to provide intermediary nameJon Marius Venstad2020-11-201-6/+9
| | |
| * | Model disallowable actions separately, and collect and throw these in validationJon Marius Venstad2020-11-192-12/+39
| | |
| * | Use proper ValidationId instead of their String names in ConfigChangeAction ↵Jon Marius Venstad2020-11-1913-57/+79
| |/ | | | | | | subclasses
* / Add reindexing API to inspect status for each clusterJon Marius Venstad2020-11-202-1/+5
|/
* Remove redundant testBjørn Christian Seime2020-11-191-8/+0
|
* Reapply "Remove handling of tensor-type-change in AttributeChangeValidator"Bjørn Christian Seime2020-11-193-71/+5
| | | | This is no longer needed as tensor type now follows the field type, and such changes are handled in DocumentChangeValidator.
* Verify that DocumentTypeChangeValidator detects tensor type changesBjørn Christian Seime2020-11-191-0/+27
|
* Add strict filtering mode to jdiscBjørn Christian Seime2020-11-193-0/+49
| | | | Jdisc will reject requests that does not match a request filter (chain) if strict filtering is enabled.
* Use access control chain as default request chain for port 4443Bjørn Christian Seime2020-11-183-21/+24
|
* Rename setters in ConnectorFactory.BuilderBjørn Christian Seime2020-11-183-9/+8
|
* Simplify subclassing of ConnectorFactoryBjørn Christian Seime2020-11-182-19/+9
|
* Support default request/response filter chain per connectorBjørn Christian Seime2020-11-187-12/+158
|
* Merge pull request #15366 from vespa-engine/hmuusm/add-curator-configHarald Musum2020-11-174-9/+62
|\ | | | | Add curator config and populate it for config servers and cluster con…
| * Add curator config and populate it for config servers and cluster controllersHarald Musum2020-11-174-9/+62
| |
* | Merge pull request #15362 from vespa-engine/lesters/make-onnxmodel-default-2Jon Bratseth2020-11-174-10/+11
|\ \ | | | | | | Make onnx feature an alias of onnxModel
| * | Make onnx feature an alias of onnxModelLester Solbakken2020-11-174-10/+11
| |/
* / Add metrics for request filteringBjørn Christian Seime2020-11-171-0/+5
|/
* Merge pull request #15356 from vespa-engine/bratseth/add-in-rotation-metricJon Bratseth2020-11-171-3/+7
|\ | | | | Filter out metrics for nodes not in service
| * Use a name that works better for content nodesJon Bratseth2020-11-161-1/+1
| |
| * Add in_rotation metric to containersJon Bratseth2020-11-161-3/+7
| |
* | Add schema support for strict-mode and default chain attributesMorten Tokle2020-11-162-2/+5
|/
* Assign group 0 to a single hostJon Bratseth2020-11-161-4/+2
|
* Add a feature flag for controlling the default feed.concurrency setting.Henning Baldersheim2020-11-123-5/+37
|
* SimplifyHarald Musum2020-11-121-25/+14
|
* Remove dead code and simplifyHarald Musum2020-11-121-16/+15
|