summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Use a context for transform stateJon Bratseth2018-01-109-132/+140
|
* Basic TensorFlow integrationJon Bratseth2018-01-0921-76/+5516
| | | | | | | | | | This wil replace any occurrence of tensorflow(...) in ranking expressions with the corresponding translated expression. It is functional but these tings are outstanding - Propagate warnings - Import a model just once even if referred multiple times - Add constants as tensor files rather than config
* add optional constructor with Context objectArne Juul2017-12-201-0/+1
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-1810-18/+20
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-1710-20/+18
|
* Merge pull request #4438 from vespa-engine/bratseth/tensorflow-modelsJon Bratseth2017-12-1710-18/+20
|\ | | | | Bratseth/tensorflow models
| * Merge with masterJon Bratseth2017-12-1355-262/+553
| |\
| * | Check agreement between TF and Vespa executionJon Bratseth2017-12-139-17/+17
| | |
| * | Improve log messagesJon Bratseth2017-11-291-0/+2
| | |
* | | Revert "Revert "Revert "Revert "Bratseth/select 1 host by index""""Jon Bratseth2017-12-1517-119/+212
| | |
* | | Revert "Revert "Revert "Bratseth/select 1 host by index"""Henning Baldersheim2017-12-1417-212/+119
| | |
* | | Merge pull request #4266 from ↵Jon Bratseth2017-12-1417-119/+212
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-4265-revert-4241-bratseth/select-1-host-by-index Revert "Revert "Bratseth/select 1 host by index""
| * \ \ Merge with masterJon Bratseth2017-12-1461-381/+678
| |\ \ \
| * | | | Fall back to sort by hostname if a host has no membershipJon Bratseth2017-11-2413-38/+45
| | | | |
| * | | | Revert "Revert "Bratseth/select 1 host by index""Jon Bratseth2017-11-245-77/+157
| | |/ / | |/| |
* | | | add jdisc Metric wiringArne Juul2017-12-141-0/+4
| |/ / |/| | | | | | | | rename metric (will be tagged as a "container" metric anyway)
* | | Add switch to enable multiple bucket spaces in content layer and content nodes.Geir Storli2017-12-131-0/+3
| | |
* | | Produce bucketspaces config for entire content cluster.Geir Storli2017-12-134-42/+39
| | |
* | | Add common representation of doc type used for testing.Geir Storli2017-12-134-76/+76
| |/ |/|
* | Notify config proxy about starting downloads while preparingHarald Musum2017-12-131-4/+2
| | | | | | | | Code not activated yet
* | Expose new metric for replay time of the transaction log.Geir Storli2017-12-081-0/+1
| |
* | Merge pull request #4373 from ↵Jon Bratseth2017-12-0710-2/+163
|\ \ | | | | | | | | | | | | vespa-engine/geirst/fix-handling-of-imported-predicate-fields-in-config-model Geirst/fix handling of imported predicate fields in config model
| * | Add validator that fails if imported predicate fields are used in document ↵Geir Storli2017-12-064-1/+117
| | | | | | | | | | | | summaries (not supported).
| * | Fix such that a predicate field can be imported from a parent into a child type.Geir Storli2017-12-066-1/+46
| | |
* | | add "logd.processed.lines" to VespaMetricSetArne Juul2017-12-071-0/+1
|/ /
* | Remove testing of gateway (removed in Vespa 6)Harald Musum2017-12-052-66/+37
| | | | | | | | Move testing of QrConfig, which I could find no other place, to its own test
* | Expose new proton resource limit metrics.Geir Storli2017-12-041-0/+2
| |
* | Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* | Do not setup a service for filedistributor when it is disabledHarald Musum2017-11-308-65/+155
| | | | | | | | | | | | Some workarounds needed to still file distribution config even when such a serice is not set up (can be simplified a lot when file distributor is removed for good)
* | Remove unused ymonService propertyHarald Musum2017-11-3010-27/+1
| |
* | Create Admin with filedistritbution config producerHarald Musum2017-11-303-13/+16
| | | | | | | | Supply it in constructor instead of setting it afterwards
* | Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
| |
* | Merge pull request #4304 from vespa-engine/gjoranv/split-parentgjoranv2017-11-291-0/+1
|\ \ | | | | | | Gjoranv/split parent
| * | Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | | | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* | | Merge pull request #4299 from vespa-engine/bjorncs/ssl-truststore-configuratorBjørn Christian Seime2017-11-295-32/+75
|\ \ \ | | | | | | | | Bjorncs/ssl truststore configurator
| * | | Add syntax for overriding SslTrustStoreConfigurator in services.xmlBjørn Christian Seime2017-11-285-32/+75
| | | |
* | | | Merge pull request #4301 from ↵Valerij Fredriksen2017-11-291-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-unused-temp-element-for-disabling-filedistributor Remove unused syntax for disabling file distributor, using <disableFi…
| * | | | Remove unused syntax for disabling file distributor, using ↵Harald Musum2017-11-291-1/+0
| |/ / / | | | | | | | | | | | | <disableFiledistributor> now
* | | | Merge pull request #4292 from vespa-engine/hmusum/remove-unused-test-appgjoranv2017-11-292-15/+0
|\ \ \ \ | | | | | | | | | | Remove unused test app
| * | | | Remove unused test appHarald Musum2017-11-282-15/+0
| | |/ / | |/| |
* | | | Revert "Remove zone from DeployProperties"Harald Musum2017-11-298-34/+37
| | | |
* | | | Merge pull request #4293 from ↵Morten Tokle2017-11-298-37/+34
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/hmusum/remove-zone-from-DeployProperties Remove zone from DeployProperties
| * | | Remove zone from DeployPropertiesHarald Musum2017-11-288-40/+34
| |/ / | | | | | | | | | zone is already present in DeployState, no need to duplicate
* | | Backwards compatibilityHarald Musum2017-11-281-1/+2
| | |
* | | Rename element to disable filedistributorHarald Musum2017-11-286-15/+13
|/ / | | | | | | Keep old until it is not used anymore
* | More wiring for making it possible to disable filedistributorHarald Musum2017-11-272-1/+22
| |
* | Merge pull request #4277 from vespa-engine/freva/docker-container-kernel-usageValerij Fredriksen2017-11-271-0/+2
|\ \ | | | | | | Freva/docker container kernel usage
| * | Export cpu.sys.util metricValerij Fredriksen2017-11-241-0/+2
| | |
* | | Add setting for turning off file distributorHarald Musum2017-11-2712-28/+68
| |/ |/| | | | | | | | | If set, will not start file distributor on config server host and on tenant nodes, will instead use config proxy and file distribution will be done with RPC calls between config proxy and config server
* | Revert "Bratseth/select 1 host by index"Jon Bratseth2017-11-245-157/+77
| |