summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Nonfunctional changesJon Bratseth2018-06-251-1/+1
|
* Merge pull request #6258 from ↵Olli Virtanen2018-06-251-1/+0
|\ | | | | | | | | vespa-engine/ovirtanen/convert-scala-to-java-in-container-di Scala code in container-di converted to Java
| * Scala code in container-di converted to JavaOlli Virtanen2018-06-211-1/+0
| |
* | Add option for Vespa version in deploy scriptMartin Polden2018-06-211-3/+4
|/
* Merge pull request #6249 from ↵Geir Storli2018-06-201-2/+2
|\ | | | | | | | | vespa-engine/geirst/correct-name-of-docs-matched-metrics Correct the name used for *.docs_matched metrics (which are of type L…
| * Correct the name used for *.docs_matched metrics (which are of type ↵Geir Storli2018-06-201-2/+2
| | | | | | | | LongCountMetric).
* | Export aggregated visit and deletebuckets metricsTor Brede Vekterli2018-06-201-0/+4
|/ | | | | | | This brings exported cross-thread aggregate metrics for persistence threads in line with SPI metrics. Note that "visit" here really means invocation of iterate() on the SPI, but the name remains due to historical reasons.
* Merge pull request #6235 from ↵Henning Baldersheim2018-06-199-21/+36
|\ | | | | | | | | vespa-engine/geirst/support-attribute-settings-for-struct-field-attributes Support attribute settings (etc. fast-search) for struct field attrib…
| * Support attribute settings (etc. fast-search) for struct field attributes.Geir Storli2018-06-199-21/+36
| |
* | Inline macros in macros, not just first or second phase top levelLester Solbakken2018-06-192-44/+90
| |
* | Nonfunctional changes onlyJon Bratseth2018-06-191-2/+1
|/
* Validate that complex fields that have struct field attributes are supported.Geir Storli2018-06-144-0/+160
| | | | This only applies for indexed search clusters.
* Use document type to resolve struct data types when checking whether a ↵Geir Storli2018-06-144-70/+196
| | | | complex field supports being represented as struct field attributes.
* Merge pull request #6182 from ↵Geir Storli2018-06-137-6/+318
|\ | | | | | | | | vespa-engine/geirst/add-struct-field-attribute-change-validator-in-config-model Add validator for changes in the set of struct field attributes that …
| * Add copyright notice.Geir Storli2018-06-133-0/+3
| |
| * Avoid calculating string variable inside loop.Geir Storli2018-06-131-1/+2
| |
| * Add validator for changes in the set of struct field attributes that are ↵Geir Storli2018-06-127-6/+314
| | | | | | | | | | | | part of complex fields. Currently, adding attribute aspect requires refeed.
* | Revert "Remove deprecated and undocumented feed handlers from container model"Tor Brede Vekterli2018-06-123-0/+20
| |
* | Merge pull request #6034 from ↵Tor Brede Vekterli2018-06-123-20/+0
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/remove-deprecated-and-undocumented-handlers-from-model Remove deprecated and undocumented feed handlers from container model
| * | Remove deprecated and undocumented feed handlers from container modelTor Brede Vekterli2018-05-313-20/+0
| | |
* | | Use dns suffix and zts uri from configBjørn Christian Seime2018-06-111-1/+2
| | |
* | | Use mutual TLS auth when retrieving identity documentBjørn Christian Seime2018-06-112-2/+21
| |/ |/|
* | Use the same repo for all builtin config definitions in ServerCacheHarald Musum2018-06-111-0/+4
| | | | | | | | | | | | Avoid creating many instances of identical data for builtin config definitions. Also put user config definitions in a repo, the same way the builtin config definitions are.
* | Merge pull request #6141 from ↵Henning Baldersheim2018-06-0814-29/+265
|\ \ | | | | | | | | | | | | vespa-engine/geirst/add-support-for-primitive-map-attribute-fields Geirst/add support for primitive map attribute fields
| * | Improve naming of test functions.Geir Storli2018-06-081-3/+3
| | |
| * | Support that map of primitive types is derived into array attributes.Geir Storli2018-06-079-15/+192
| | |
| * | Add more unit tests for map of struct attributes.Geir Storli2018-06-076-13/+72
| | |
* | | Merge pull request #6069 from ↵Arne H Juul2018-06-081-6/+4
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/arnej/perform-less-reverse-DNS-lookups do less reverse-lookups in DNS
| * | | do less reverse-lookups in DNSArne Juul2018-06-041-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | * with docker (and especially docker swarm) validating host names by doing reverse DNS lookups have become even less reliable, so just skip it, check only that the hostname isn't in "short" form.
* | | | Merge pull request #6054 from ↵gjoranv2018-06-081-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/ovirtanen/jdisc-garbage-collection-metrics Jdisc garbage collection metrics
| * | | | Added GC metrics to whitelist, simplified GC metric key compositionOlli Virtanen2018-06-011-0/+7
| | | | |
* | | | | Explain validation overridesJon Bratseth2018-06-073-3/+12
| | | | |
* | | | | Merge pull request #6111 from vespa-engine/lesters/revert-revert-onnxHenning Baldersheim2018-06-075-1317/+718
|\ \ \ \ \ | |_|_|/ / |/| | | | Refactor ONNX and TF import to use same code base
| * | | | Refactor ONNX and TF import to use same code baseLester Solbakken2018-06-065-1317/+718
| | | | | | | | | | | | | | | | | | | | This reverts commit 681963959794b47102d1a1cf72f215c72b0e2b51.
| * | | | Revert "Refactor ONNX and TF import to use same code base"Harald Musum2018-06-065-718/+1317
| | | | |
| * | | | Merge pull request #6046 from ↵Lester Solbakken2018-06-065-1317/+718
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | vespa-engine/lesters/refactor-onnx-tensorflow-import Refactor ONNX and TF import to use same code base
| | * | | Clean up a bit and add some clarification commentsLester Solbakken2018-06-042-9/+15
| | | | |
| | * | | Put model names back in generated macrosLester Solbakken2018-06-011-10/+10
| | | | |
| | * | | Fix ONNX ranking feature signatureLester Solbakken2018-06-015-48/+53
| | | | |
| | * | | Remove unused modelsLester Solbakken2018-06-013-12040/+0
| | | | |
| | * | | Refactor ONNX and TF import to use same code baseLester Solbakken2018-06-018-1322/+12752
| | |/ /
* | | | Use [] instead of [x] in config files.Geir Storli2018-06-062-70/+70
| | | |
* | | | Add new summary transform (attributecombiner) for complex fields that are ↵Geir Storli2018-06-068-56/+220
| | | | | | | | | | | | | | | | represented by only struct field attributes.
* | | | Remove remains of smart summary.Geir Storli2018-06-051-21/+2
|/ / /
* | | Test internalRedeploy propagation in config responsesJon Bratseth2018-06-011-7/+7
| | |
* | | Merge with masterJon Bratseth2018-06-0113-164/+210
|\| |
| * | Merge pull request #6041 from ↵Henning Baldersheim2018-05-318-27/+181
| |\ \ | | |/ | |/| | | | | | | vespa-engine/geirst/derive-map-of-struct-field-into-array-attributes Support that map of simple struct field is derived into array attribu…
| | * Support that map of simple struct field is derived into array attributes.Geir Storli2018-05-318-27/+181
| | |
| * | Implicitly enable multiple bucket spaces in config modelTor Brede Vekterli2018-05-314-136/+23
| |/ | | | | | | | | | | | | | | | | Removes validation of redundancy and searchable-copies for global documents, as these will now be globally distributed by default. Experimental override is still present to allow for forced enabling in upgrade scenarios.
| * Merge pull request #5999 from vespa-engine/hmusum/delete-unused-file-referencesMartin Polden2018-05-311-1/+6
| |\ | | | | | | Add maintainer for deleting unused file references