summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* disableFiledistributor is not used anymoreHarald Musum2018-02-106-23/+3
|
* Remove call to reload file distributorHarald Musum2018-02-094-15/+2
|
* Merge pull request #4993 from vespa-engine/bratseth/nonfunctional-changesHarald Musum2018-02-092-4/+2
|\ | | | | Nonfunctional changes
| * Nonfunctional changesJon Bratseth2018-02-092-4/+2
| |
* | Remove filedistributorserviceHarald Musum2018-02-0820-240/+39
| |
* | Remove void code reference.Henning Baldersheim2018-02-081-11/+2
| |
* | Merge pull request #4971 from ↵Valerij Fredriksen2018-02-081-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/freva/export-athenz-tenant-cert-expiry-metric Export athenz-tenant-cert.expiry.seconds metric
| * | Export athenz-tenant-cert.expiry.seconds metricValerij Fredriksen2018-02-081-0/+2
| | |
* | | Remove FileDistributionManager.Henning Baldersheim2018-02-081-5/+0
| | |
* | | Bring back tensorflow import test for small constantsLester Solbakken2018-02-085-63/+954
| | |
* | | Inline small tensor constants imported from tensorflowLester Solbakken2018-02-082-41/+1
|/ /
* | Merge with masterJon Bratseth2018-02-075-37/+8159
|\|
| * Test model with small constantJon Bratseth2018-02-076-38/+8160
| |
* | Switch between number and tensor treatment based on type().rankJon Bratseth2018-02-071-1/+1
|/
* Revert "Bratseth/typecheck all"Henning Baldersheim2018-02-0619-367/+116
|
* CleanupJon Bratseth2018-02-062-4/+63
|
* Merge with master & fix testJon Bratseth2018-02-061-45/+75
|
* Merge branch 'master' into bratseth/typecheck-allJon Bratseth2018-02-064-19/+99
|\
| * Handle small constantsJon Bratseth2018-02-054-19/+99
| |
* | Type check all expressionsJon Bratseth2018-02-0617-64/+160
| |
* | Typecheck all ranking expressionsJon Bratseth2018-02-057-20/+86
|/
* Add logging when adding a constantJon Bratseth2018-02-053-4/+9
|
* Use all query profiles and handle conflictsJon Bratseth2018-02-052-13/+15
|
* CleanupJon Bratseth2018-02-051-17/+0
|
* Use query profiles already readJon Bratseth2018-02-0534-214/+405
|
* Unify canonicalizationJon Bratseth2018-02-036-3/+212
|
* Fetaure names cleanup WIPJon Bratseth2018-02-024-29/+24
|
* Replace / in Tensorflow constants and placeholders to _Lester Solbakken2018-02-025-158/+161
|
* Allow compatible changes to stored tensorsJon Bratseth2018-02-011-3/+3
| | | | | Allow increasing the size of tensor dimensions without making stored data incompatible.
* Tensor type is always presentJon Bratseth2018-02-012-3/+3
|
* Test feature combinationJon Bratseth2018-01-311-1/+1
|
* Test feature combinationJon Bratseth2018-01-312-5/+25
|
* Add constant feature testJon Bratseth2018-01-313-7/+26
|
* Add attribute access testJon Bratseth2018-01-313-3/+31
|
* Canonicalize featuresJon Bratseth2018-01-313-20/+50
| | | | | This allows us to find the type of features referenced in ranking expressions regardless of the form they are written in.
* Merge pull request #4839 from ↵Lester Solbakken2018-01-316-91/+206
|\ | | | | | | | | vespa-engine/bratseth/tensor-type-information-propagation Bratseth/tensor type information propagation
| * Nonfunctional changes onlyJon Bratseth2018-01-313-2/+42
| |
| * Verify macrosJon Bratseth2018-01-316-94/+169
| |
* | Merge pull request #4828 from vespa-engine/balder/use-percentageGeir Storli2018-01-314-1/+26
|\ \ | | | | | | Use maxsize-percent for giving percentage.
| * | Use maxsize-percent for giving percentage.Henning Baldersheim2018-01-304-1/+26
| | |
* | | Tell other config servers to download file referenceHarald Musum2018-01-311-4/+1
|/ /
* | Mark all document types as belonging to the default bucket spaces as default.Geir Storli2018-01-302-8/+7
| | | | | | | | | | This ensures that upcoming changes to document API clients will work as expected when multiple bucket spaces is NOT enabled.
* | Test that summary cache is given 5% of memory unless specified explicit.Henning Baldersheim2018-01-292-0/+12
|/
* Merge pull request #4785 from ↵Harald Musum2018-01-298-18/+173
|\ | | | | | | | | vespa-engine/balder/add-uri-support-to-tensor-constants-3 Balder/add uri support to tensor constants 3
| * Try to get the uri s going again.Henning Baldersheim2018-01-251-3/+1
| |
| * Do not distribute nullHenning Baldersheim2018-01-251-2/+4
| |
| * Do not pregenerate uri yet.Henning Baldersheim2018-01-251-1/+3
| |
| * Defer validation of tensor URI for a little while.Henning Baldersheim2018-01-251-8/+12
| |
| * Split on uri and file.Henning Baldersheim2018-01-251-1/+3
| |
| * Cleanup after merge and changed interface.Henning Baldersheim2018-01-252-7/+7
| |