summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.167.10-1].vespa-7.167.10-1sd-buildbot2020-01-284-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.167.10 --no-auto-changelog
* Merge pull request #11967 from vespa-engine/mpolden/reduce-duplicationJon Marius Venstad2020-01-271-52/+34
|\ | | | | Avoid globalRotations duplicates when looking up a specific instance
| * Avoid globalRotations duplicates when looking up a specific instanceMartin Polden2020-01-271-52/+34
| | | | | | | | | | | | | | Introduction of instances left a lot of code duplication in this class. For `globalRotations` field in particular, the `/application/v4/tenant/T/application/A/` path correctly avoids duplicate URLs, while `/application/v4/tenant/T/application/A/instance/I` does not.
* | Merge pull request #11955 from ↵Martin Polden2020-01-2714-429/+142
|\ \ | | | | | | | | | | | | vespa-engine/jvenstad/no-tests-in-production-deployment-jobs Do not run tests in production deployment jobs
| * | Do not run tests in production deployment jobsJon Marius Venstad2020-01-2714-429/+142
| | |
* | | Merge pull request #11960 from vespa-engine/arnej/refactor-hnsw-algo-onlyGeir Storli2020-01-275-156/+385
|\ \ \ | | | | | | | | refactor and unify
| * | | fix copyright year etcArne Juul2020-01-271-2/+3
| | | |
| * | | refactor and unifyArne Juul2020-01-275-156/+384
| |/ / | | | | | | | | | | | | | | | | | | * also: rename QueueEntry -> HnswHit * add statistics * add removeDoc implementation * add hnsw-wrap (not compiled) for comparison
* | | Merge pull request #11966 from ↵Bjørn Christian Seime2020-01-272-7/+17
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bjorncs/use-athenz-ca-non-public-connector Use Athenz CA for non-public 4443 connector using endpoint certificate
| * | | Use Athenz CA for non-public 4443 connector using endpoint certificateBjørn Christian Seime2020-01-272-7/+17
| | |/ | |/|
* | | Merge pull request #11958 from ↵Andreas Eriksen2020-01-275-53/+193
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/andreer/endpoint-certificate-validation add various validation of endpoint certificates
| * | | stricter SAN verification 2andreer2020-01-271-1/+1
| | | |
| * | | stricter SAN verificationandreer2020-01-271-6/+5
| | | |
| * | | set up mocked unit testandreer2020-01-273-5/+37
| | | |
| * | | move endpoint certificate handling out of applicationcontrollerandreer2020-01-272-106/+153
| | | |
| * | | add various validation of endpoint certificatesandreer2020-01-273-18/+80
| | | |
* | | | Merge pull request #11932 from vespa-engine/bratseth/propagate-all-propertiesJon Bratseth2020-01-274-20/+52
|\ \ \ \ | | | | | | | | | | Propagate all source and provider properties by default
| * | | | Propagate all source and provider properties by defaultJon Bratseth2020-01-244-20/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes default behavor from only propagating native properties. I believe that will probably be safe, and it just seems more correct. If somebody have problems with it they can recover the old behavior by using the strict-contracts config. That config is not mentioned in the documentation and not touched by the model. We should remove it on Vespa 8.
* | | | | Merge pull request #11964 from ↵Jon Marius Venstad2020-01-271-3/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/catch-tester-log-fetch-errors-during-response-handling Return response also when updating test log fails
| * | | | | Return response also when updating test log failsJon Marius Venstad2020-01-271-3/+5
| | |_|/ / | |/| | |
* | | | | Merge pull request #11963 from vespa-engine/hmusum/use-tester-cloudJon Marius Venstad2020-01-271-11/+5
|\ \ \ \ \ | | | | | | | | | | | | Use TesterCloud instead of calling config server directly
| * | | | | Use TesterCloud instead of calling config server directlyHarald Musum2020-01-271-11/+5
| |/ / / / | | | | | | | | | | | | | | | Also remove unused testerReady() method
* | | | | Merge pull request #11962 from ↵Jon Marius Venstad2020-01-271-3/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-config-server-for-getLog-if-flag-is-true Use config server for getting log if flag is set
| * | | | | Use config server for getting log if flag is setHarald Musum2020-01-271-3/+15
| | | | | |
* | | | | | Merge pull request #11961 from vespa-engine/mpolden/reduce-loggingJon Marius Venstad2020-01-271-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Reduce logging for failed maintenance run
| * | | | | Reduce logging for failed maintenance runMartin Polden2020-01-271-1/+3
| | | | | |
* | | | | | Merge pull request #11959 from ↵Henning Baldersheim2020-01-271-11/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/use-separate-allocations-in-dologcore Use separate allocations in ns_log::Logger::doLogCore.
| * | | | | Use separate allocations in ns_log::Logger::doLogCore.Tor Egge2020-01-271-11/+9
|/ / / / /
* | | | | Merge pull request #11951 from ↵Håkon Hallingstad2020-01-2715-34/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/adaptive-deployment-job-timeout Jvenstad/adaptive deployment job timeout
| * | | | | Pull host info through out of orchestrator and through nodes responseJon Marius Venstad2020-01-279-18/+38
| | | | | |
| * | | | | Differentiate between suspended and not nodes, to get timestamps rightJon Marius Venstad2020-01-272-3/+8
| | | | | |
| * | | | | Rename to indicate time unit of node fieldJon Marius Venstad2020-01-272-9/+7
| | | | | |
| * | | | | Avoid concurrent modification of cached runsJon Marius Venstad2020-01-272-4/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #11901 from vespa-engine/havardpe/tensor-matmulHåvard Pettersen2020-01-277-0/+437
|\ \ \ \ \ | | | | | | | | | | | | matrix multiplication
| * | | | | matrix multiplicationHåvard Pettersen2020-01-227-0/+437
| | | | | |
* | | | | | Merge pull request #11950 from ↵Henning Baldersheim2020-01-271-4/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/guard-against-smarter-compiler Guard against smarter compiler.
| * | | | | | Guard against smarter compiler.Tor Egge2020-01-261-4/+9
| | | | | | |
* | | | | | | Merge pull request #11957 from vespa-engine/bjorncs/retry-on-connection-errorsBjørn Christian Seime2020-01-272-0/+12
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Bjorncs/retry on connection errors
| * | | | | | Use DelayedHttpRequestRetryHandler in FlagsClientBjørn Christian Seime2020-01-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Retry http requests on connection related failures
| * | | | | | Depend on http-utilsBjørn Christian Seime2020-01-271-0/+7
|/ / / / / /
* | | | | | Merge pull request #11956 from ↵Andreas Eriksen2020-01-273-6/+9
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/andreer/write-endpoint-certificate-metadata-to-zk write endpoint certificate metadata to zk
| * | | | | write endpoint certificate metadata to zkandreer2020-01-273-6/+9
| | | | | |
* | | | | | Merge pull request #11954 from vespa-engine/hmusum/return-value-from-startTestsHarald Musum2020-01-271-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Return value from startTests
| * | | | | Return string from startTestsHarald Musum2020-01-271-1/+1
|/ / / / /
* | | | | Merge pull request #11952 from ↵Harald Musum2020-01-261-25/+66
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-config-server-for-testerReady Use testerReady call via config server for tester containers if flag …
| * | | | | Use testerReady call via config server for tester containers if flag is setHarald Musum2020-01-261-25/+66
| | | | | |
* | | | | | Merge pull request #11953 from ↵Henning Baldersheim2020-01-261-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-value-initialization-instead-of-memset Stop using memset to overwrite a member variable that doesn't have a
| * | | | | | Stop using memset to overwrite a member variable that doesn't have aTor Egge2020-01-261-2/+3
| | |_|/ / / | |/| | | | | | | | | | | | | | | | trivial copy-assignment. Use value-initialization instead.
* | | | | | Merge pull request #11945 from ↵Håkon Hallingstad2020-01-261-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hmusum/fix-modification-effect-description Fix description of modification effect for GENERATE_ROUTING_CONFIG_FO…
| * | | | | Fix description of modification effect for ↵Harald Musum2020-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | GENERATE_ROUTING_CONFIG_FOR_TESTER_APPLICATIONS