summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.120.13-1].vespa-7.120.13-1sd-buildbot2019-10-144-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.120.13 --no-auto-changelog
* Merge pull request #10932 from ↵Håkon Hallingstad2019-10-092-10/+6
|\ | | | | | | | | vespa-engine/hakonhall/depend-on-interface-instead-of-subclass Depend on interface instead of subclass
| * Update ↵Håkon Hallingstad2019-10-091-1/+0
| | | | | | | | | | | | | | | | node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/configserver/ConfigServerApiImpl.java Remove unused import Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
| * Depend on interface instead of subclassHåkon Hallingstad2019-10-092-9/+6
| |
* | Merge pull request #10916 from vespa-engine/mpolden/remove-legacy-formatsMartin Polden2019-10-096-173/+4
|\ \ | | | | | | Remove legacy NodeVersion formats
| * | Remove legacy NodeVersion formatsMartin Polden2019-10-086-173/+4
| | |
* | | Merge pull request #10930 from vespa-engine/mpolden/ignore-unhealthy-nodesMartin Polden2019-10-093-25/+40
|\ \ \ | |_|/ |/| | Ignore unhealthy nodes when activating OS upgrades
| * | Ignore unhealthy nodes when activating OS upgradesMartin Polden2019-10-093-25/+40
| | |
* | | Merge pull request #10921 from vespa-engine/ogronnesby/simplified-rolesØyvind Grønnesby2019-10-0912-147/+115
|\ \ \ | | | | | | | | Introduce simplified roles without removing old ones
| * | | Update commentJon Marius Venstad2019-10-091-1/+1
| | | |
| * | | PATCH to POSTJon Marius Venstad2019-10-091-1/+1
| | | |
| * | | Remove visibility of "old" rolesØyvind Grønnesby2019-10-088-173/+64
| | | |
| * | | Introduce simplified roles without removing old ones - some tests commented outØyvind Grønnesby2019-10-089-45/+122
| | | |
* | | | Merge pull request #10929 from ↵Jon Marius Venstad2019-10-095-30/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/move-rotation-things-to-instance-level-in-application-v4-model Jvenstad/move rotation things to instance level in application v4 model
| * | | | Revert "Pick any instance and put rotation stuff in application level for now"Jon Marius Venstad2019-10-093-27/+7
| | | | | | | | | | | | | | | | | | | | This reverts commit 9f79879e1363dd9b62bd479a14a533bc1a06432e.
| * | | | Move rotationId and globalRotations to instance level in application responseJon Marius Venstad2019-10-092-3/+3
| | | | |
* | | | | Merge pull request #10926 from ↵Geir Storli2019-10-0910-205/+297
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/havardpe/improve-fake-attribute-results improve fake searchable attributes
| * | | | improve fake searchable attributesHåvard Pettersen2019-10-0810-205/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blueprint/search iterator now exposes a more functional attribute search context fake attribute searches will now unpack a single entry containing the sum of all matched weights improve matcher test for same element matching by also using the attribute element iterator added tests for identifying matching elements in docsum request
* | | | | Merge pull request #10927 from ↵Jon Marius Venstad2019-10-083-7/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/restore-rotations-in-application-reploy-for-now Pick any instance and put rotation stuff in application level for now
| * | | | | Pick any instance and put rotation stuff in application level for nowJon Marius Venstad2019-10-083-7/+27
|/ / / / /
* | | | | Merge pull request #10925 from ↵Jon Bratseth2019-10-0824-672/+2548
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/bratseth/instances-in-deployment-xml-rebased-take-3 Bratseth/instances in deployment xml rebased take 3
| * | | | Don't require instanceJon Bratseth2019-10-081-1/+1
| | | | |
| * | | | Revert "Merge pull request #10923 from ↵Jon Bratseth2019-10-0824-672/+2548
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-10912-bratseth/instances-in-deployment-xml-rebased-take-2" This reverts commit 72ae113d501035bc51a25045d3d916aa7bb5507a, reversing changes made to 0514a2a133a194f5e9454fcc60e56d01730f9019.
* | | | | Merge pull request #10924 from ↵Geir Storli2019-10-0814-159/+309
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/wire-in-matched-elements-filter-rewriter Geirst/wire in matched elements filter rewriter
| * | | | | Wire in matched elements filter field writer.Geir Storli2019-10-081-4/+13
| | | | | |
| * | | | | Fix how slime field value is encoded into root inserter.Geir Storli2019-10-082-19/+5
| | | | | |
| * | | | | Setup struct field mapper when constructing matched elements filter dfw.Geir Storli2019-10-089-29/+134
| | | | | |
| * | | | | Change StructFieldsResolver to remember attribute names and add function to ↵Geir Storli2019-10-087-69/+98
| | | | | | | | | | | | | | | | | | | | | | | | populate mapper.
| * | | | | Move StructFields class to separate files and rename to StructFieldsResolver.Geir Storli2019-10-084-80/+101
| | | | | |
* | | | | | Merge pull request #10919 from vespa-engine/mpolden/log-time-takenAndreas Eriksen2019-10-082-5/+15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Log duration of name service dispatching
| * | | | | Log duration of name service dispatchingMartin Polden2019-10-082-5/+15
| | | | | |
* | | | | | Merge pull request #10922 from vespa-engine/bratseth/mixed-tensor-json-formatJon Bratseth2019-10-087-40/+298
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Bratseth/mixed tensor json format
| * | | | | Update abi specJon Bratseth2019-10-081-0/+1
| | | | | |
| * | | | | Link as linkJon Bratseth2019-10-082-3/+4
| | | | | |
| * | | | | Link as linkJon Bratseth2019-10-081-1/+1
| | | | | |
| * | | | | Single sparse dimension short formJon Bratseth2019-10-084-23/+134
| | | | | |
| * | | | | SimplifyJon Bratseth2019-10-081-20/+10
| | | | | |
| * | | | | Support mixed tensor short form JSONJon Bratseth2019-10-082-3/+87
| | | | | |
| * | | | | SimplifyJon Bratseth2019-10-081-7/+5
| | | | | |
| * | | | | Support mixed tensor short form JSONJon Bratseth2019-10-082-36/+52
| | | | | |
| * | | | | Support mixed tensor short form JSONJon Bratseth2019-10-084-26/+65
| | | | | |
| * | | | | Add testJon Bratseth2019-10-081-0/+18
| | | | | |
* | | | | | Merge pull request #10923 from ↵Jon Bratseth2019-10-0824-2548/+672
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-10912-bratseth/instances-in-deployment-xml-rebased-take-2 Revert "Bratseth/instances in deployment xml rebased take 2"
| * | | | | | Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-0824-2548/+672
|/ / / / / /
* | | | | | Merge pull request #10918 from ↵Morten Tokle2019-10-082-2/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/mortent/refresh-certs-hostnameverifier Refresh certs using hostnameVerifier
| * | | | | | Refresh certs using hostnameVerifierMorten Tokle2019-10-082-2/+10
| | | | | | |
* | | | | | | Merge pull request #10920 from ↵Jon Marius Venstad2019-10-089-7/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/set-whether-ci-in-test-config Indicate whether test runtime is CI or not, in TestConfig
| * | | | | | | Indicate whether test runtime is CI or not, in TestConfigJon Marius Venstad2019-10-089-7/+26
| |/ / / / / /
* | | | | | | Merge pull request #10917 from vespa-engine/jvenstad/more-instance-cleanupJon Marius Venstad2019-10-0812-62/+70
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Remove instance dimension where it should not be
| * | | | | | Remove instance dimension where it should not beJon Marius Venstad2019-10-0812-62/+70
|/ / / / / /