aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Skeleton for testing deployment with docker image specified in requestHarald Musum2016-12-083-17/+100
|/ / /
* | | Merge pull request #1267 from yahoo/hmusum/fix-javadocValerij Fredriksen2016-12-081-1/+0
|\ \ \ | | | | | | | | Fix javadoc
| * | | Fix javadocHarald Musum2016-12-081-1/+0
|/ / /
* | | Merge pull request #1266 from yahoo/hmusum/fix-unneeded-exception-in-signaturesValerij Fredriksen2016-12-0821-38/+28
|\ \ \ | | | | | | | | Fix unneeded exception in signatures
| * | | Fix unneeded exception in signaturesHarald Musum2016-12-0821-38/+28
|/ / /
* | | Merge pull request #1265 from yahoo/hmusum/remove-unused-parametersValerij Fredriksen2016-12-0815-36/+14
|\ \ \ | | | | | | | | Remove unused parameters
| * | | Remove unused parametersHarald Musum2016-12-0715-36/+14
| | | |
* | | | Merge pull request #1264 from yahoo/toregge/move-features-out-of-match-dataHåvard Pettersen2016-12-0745-223/+217
|\ \ \ \ | |/ / / |/| | | Use methods on input and output objects to get/set feature values ins…
| * | | Use methods on input and output objects to get/set feature values instead ofTor Egge2016-12-0745-223/+217
| | | | | | | | | | | | | | | | directly resolving feature location via match data.
* | | | Merge pull request #1263 from yahoo/freva/node-agent-fixesHarald Musum2016-12-0713-216/+196
|\ \ \ \ | |/ / / |/| | | Freva/node agent fixes
| * | | Fixed tests that failed because of changes to updateNodeRepoAndMarkNodeAsReady()freva2016-12-071-1/+5
| | | |
| * | | Set restart generation in updateNodeRepoAndMarkNodeAsReady()freva2016-12-071-1/+2
| | | |
| * | | Removed Optional arguments from ContainerNodeSpec.Builder methodsfreva2016-12-0713-200/+148
| | | |
| * | | Fixed testsfreva2016-12-074-11/+40
| | | |
| * | | Update node repo with current attributes for all node statesfreva2016-12-071-10/+8
| | | |
* | | | Merge pull request #1262 from yahoo/toregge/bind-match-data-to-feature-executorsHåvard Pettersen2016-12-076-6/+29
|\ \ \ \ | |/ / / |/| | | Toregge/bind match data to feature executors
| * | | Make handle_bind_match_data override private.Tor Egge2016-12-071-1/+1
| | | |
| * | | Make bind_match_data non-virtual again, to enforce parts ofTor Egge2016-12-074-4/+12
| | | | | | | | | | | | | | | | | | | | semantics. Add virtual handle_bind_match_data method and call it at end of bind_match_data.
| * | | Use new API for getting inputs and setting outputs in age feature executor.Tor Egge2016-12-071-2/+2
| | | |
| * | | Add non-const version of outputs() method, to be used by executorsTor Egge2016-12-071-0/+2
| | | | | | | | | | | | | | | | themselves when setting output values.
| * | | Bind match data before executing feature executor.Tor Egge2016-12-061-0/+1
| | | |
| * | | Forward bind_match_data() to underlying feature executors when overridingTor Egge2016-12-064-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | features. Don't inline virtual methods.
* | | | Merge pull request #1261 from yahoo/geirst/allow-serialization-of-all-tensorsHåvard Pettersen2016-12-071-3/+2
|\ \ \ \ | | | | | | | | | | Allow serialization of all tensors using the sparse binary format as …
| * | | | Allow serialization of all tensors using the sparse binary format as before.Geir Storli2016-12-071-3/+2
| | | | |
* | | | | Merge pull request #1254 from ↵Tor Brede Vekterli2016-12-0714-119/+371
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | yahoo/vekterli/add-more-distributor-visiting-metrics Add more distributor visiting metrics
| * | | | Add clarifying comment on metric update testingTor Brede Vekterli2016-12-061-0/+3
| | | | |
| * | | | Minor grammar tweaksTor Brede Vekterli2016-12-062-4/+4
| | | | |
| * | | | Rename testsTor Brede Vekterli2016-12-062-12/+11
| | | | |
| * | | | Add metrics for counting buckets/docs/bytes per visitorTor Brede Vekterli2016-12-055-3/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't modify statistical metrics upon WrongDistributionReply, as this happens as a natural part of client visitor sessions and doesn't indicate a "proper" error.
| * | | | Wire in persistence metrics for visitor metricsTor Brede Vekterli2016-12-0510-133/+187
| | | | | | | | | | | | | | | | | | | | Add failure metric for failure codes indicating bucket inconsistencies
| * | | | Factor out return code-based count metric updatesTor Brede Vekterli2016-12-055-11/+118
| | | | |
| * | | | Use high resolution latency timing for persistence op metricsTor Brede Vekterli2016-12-052-6/+6
| | | | |
* | | | | Merge pull request #1260 from yahoo/freva/remove-log-message-length-limitationHarald Musum2016-12-071-4/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Remove the 200 character length limitation for logging in LogConnection
| * | | | Remove the 200 character length limitation for logging in LogConnectionfreva2016-12-071-4/+1
| | | | |
* | | | | Merge pull request #1259 from ↵Valerij Fredriksen2016-12-072-4/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yahoo/hmusum/refactor-test-registry-and-mock-filedistribution Refactoring test component registry and mock file distribution
| * | | | | Refactoring test component registry and mock file distributionHarald Musum2016-12-072-4/+25
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | * Make it possible to sepcify config server config and provisioner * Make sure that we inject (mock) curator to file distribution mock so that we don't end up testing with two different curator instances
* | | | | Merge pull request #1258 from ↵Kristian Aune2016-12-061-1/+31
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | yahoo/vekterli/add-distributor-visitor-config-comments Add comments to currently used visitor operation config parameters
| * | | | Add comments to currently used visitor operation config parametersTor Brede Vekterli2016-12-061-1/+31
|/ / / / | | | | | | | | | | | | Mark the remaining parameters as deprecated.
* | | | Merge pull request #1257 from yahoo/havardpe/bind-md-to-feature-input-outputTor Egge2016-12-062-5/+32
|\ \ \ \ | | | | | | | | | | start working on getting features out of match data
| * | | | start working on getting features out of match dataHaavard2016-12-062-5/+32
| | |_|/ | |/| |
* | | | Merge pull request #1256 from yahoo/hmusum/increase-default-timeout-budgetValerij Fredriksen2016-12-061-1/+1
|\ \ \ \ | | | | | | | | | | Increase, one unit test failed due to timeout
| * | | | Increase, one unit test failed due to timeoutHarald Musum2016-12-061-1/+1
|/ / / /
* | | | Merge pull request #1255 from yahoo/hmusum/minor-change-to-builderValerij Fredriksen2016-12-062-7/+9
|\ \ \ \ | |/ / / |/| | | Don't use optional in builder
| * | | Remove redundant build()Harald Musum2016-12-061-1/+1
| | | |
| * | | Don't use optional in builderHarald Musum2016-12-062-7/+9
|/ / /
* | | Merge pull request #1253 from ↵Valerij Fredriksen2016-12-0617-71/+138
|\ \ \ | |/ / |/| | | | | | | | yahoo/hmusum/use-builder-pattern-for-constructing-TestComponentRegistry Use builder pattern for constructing TestComponentRegistry
| * | Use builder pattern for constructing TestComponentRegistryHarald Musum2016-12-0617-71/+138
| | |
* | | Merge pull request #1252 from yahoo/revert-1241-bratseth/16-distribution-bitsGeir Storli2016-12-063-9/+7
|\ \ \ | | | | | | | | Revert "Always use 16 distribution bits on hosted systems"
| * | | Revert "Always use 16 distribution bits on hosted systems"Tor Brede Vekterli2016-12-063-9/+7
| |/ /
* | | Merge pull request #1250 from yahoo/hmusum/log-error-messagegjoranv2016-12-061-1/+2
|\ \ \ | |/ / |/| | Log error message too when unknown vespa version