aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | * Add maintainer for deleting unused file references on diskHarald Musum2018-05-301-1/+6
| | | | | | | | | | | | | | | | | | * For now the maintainer just outputs what to be deleted * Add config for file references dir insteaed of hardcoding to make it possible to test
| * | Revert "Implicitly enable multiple bucket spaces"Tor Brede Vekterli2018-05-304-23/+136
| | |
| * | Merge pull request #5855 from ↵Tor Brede Vekterli2018-05-304-136/+23
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/implicitly-enable-multiple-bucket-spaces Implicitly enable multiple bucket spaces
| | * | Implicitly enable multiple bucket spaces in config modelTor Brede Vekterli2018-05-094-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.
* | | | Separate internal redeploys from application package changesJon Bratseth2018-06-013-5/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* | / Support that array of struct field is derived into array attributes.Geir Storli2018-05-299-0/+216
| |/ |/|
* | Add method to get all file references used by an applicationHarald Musum2018-05-281-0/+6
| |
* | Add copyright headersLester Solbakken2018-05-282-0/+3
| |
* | Add ONNX pseudo ranking featureLester Solbakken2018-05-285-2/+1029
| |
* | Merge branch 'master' into bratseth/better-error-messageJon Bratseth2018-05-281-1/+1
|\ \
| * | Reapply parts of the iterate-indexes commit.Henning Baldersheim2018-05-271-1/+1
| | |
| * | Revert "Bratseth/iterate over indexes not fields 2"Henning Baldersheim2018-05-271-1/+1
| | |
| * | Revert "Support that array of struct field is derived into array attributes."Henning Baldersheim2018-05-279-198/+0
| | |
| * | Merge pull request #5944 from ↵Henning Baldersheim2018-05-259-0/+198
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/geirst/array-of-struct-field-is-derived-into-array-attributes Support that array of struct field is derived into array attributes.
| | * | Support that array of struct field is derived into array attributes.Geir Storli2018-05-259-0/+198
| | | |
| * | | Revert "Merge pull request #5913 from ↵Jon Bratseth2018-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-5903-bratseth/iterate-over-indexes-not-fields" This reverts commit f14a7189ea46c33fb3469ec1c0fcbb7eb531f32a, reversing changes made to 7243f2edf5d05e128947560539f840658e7648bb.
* | | | More explanation on type mismatchJon Bratseth2018-05-252-13/+17
|/ / /
* / / Scala code replaced with Java equivalentOlli Virtanen2018-05-247-336/+302
|/ /
* | Revert "Bratseth/iterate over indexes not fields"Henning Baldersheim2018-05-231-1/+1
| |
* | Merge pull request #5903 from ↵Jon Bratseth2018-05-231-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/iterate-over-indexes-not-fields Bratseth/iterate over indexes not fields
| * | Iterate over indexes not fieldsJon Bratseth2018-05-221-1/+1
| | |
* | | Clean up temp dirs in finally clauseHarald Musum2018-05-231-5/+7
| | |
* | | Merge pull request #5878 from ↵Bjørn Christian Seime2018-05-229-5/+86
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bjorncs/proper-athenz-identity-provider-config Bjorncs/proper athenz identity provider config
| * | | Add athenzDnsSuffix and ztsUrl to identity configBjørn Christian Seime2018-05-157-5/+82
| | | |
| * | | Add athenzDnsSuffix and ztsUrl to configserver configBjørn Christian Seime2018-05-152-0/+4
| | | |
* | | | update bootstrapArne Juul2018-05-162-6/+12
|/ / /
* / / Expose some proton matching metrics.Geir Storli2018-05-151-1/+11
|/ /
* | update perl bootstrapArne Juul2018-05-141-0/+2
| |
* | update bootstrap section of scriptsArne Juul2018-05-142-0/+21
|/
* Merge pull request #5816 from ↵Tor Brede Vekterli2018-05-083-0/+117
|\ | | | | | | | | vespa-engine/toregge/add-global-document-change-validator Validate that global attribute on document types in a content cluster are unchanged