summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Support quoted string query-commands in fieldsJon Bratseth2020-01-273-1/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #11965 from vespa-engine/bratseth/add-a-testArne H Juul2020-01-281-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Add a test
| * | | | | Add a testJon Bratseth2020-01-271-0/+7
| |/ / / /
* | | | | Merge pull request #11976 from vespa-engine/jvenstad/adaptive-convergence-fixesHåkon Hallingstad2020-01-282-15/+13
|\ \ \ \ \ | | | | | | | | | | | | Jvenstad/adaptive convergence fixes
| * | | | | Print what nodes where suspended and for how long, and at the endJon Marius Venstad2020-01-281-10/+11
| | | | | |
| * | | | | Retry config convergence fetching after 5 minutes as wellJon Marius Venstad2020-01-281-4/+1
| | | | | |
| * | | | | Handle nodes without servicesJon Marius Venstad2020-01-281-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #11941 from vespa-engine/gjoranv/metrics-v2-in-container_2gjoranv2020-01-2811-8/+372
|\ \ \ \ \ | | | | | | | | | | | | Gjoranv/metrics v2 in container 2
| * | | | | Use camel-case for 'clusterId' dimensiongjoranv2020-01-271-1/+1
| | | | | |
| * | | | | Use the default connection manager, as there is no parallelism.gjoranv2020-01-271-1/+1
| | | | | |
| * | | | | Exclude httpclient from container-disc (really container-core)gjoranv2020-01-272-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
| * | | | | Add MetricsV2Handler to access control whitelist.gjoranv2020-01-252-2/+6
| | | | | |
| * | | | | Add MetricsV2Handler to application containers.gjoranv2020-01-257-5/+361
| | | | | |
* | | | | | Merge pull request #11968 from ↵Henning Baldersheim2020-01-2810-25/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/allow-document-to-bring-backing-buffer-along-to-reduce-need-to-copy Allow room for bringing allocation along to reduce the need to copy.
| * | | | | | Remove spurious line break.Henning Baldersheim2020-01-271-2/+1
| | | | | | |
| * | | | | | Allow room for bringing allocation along to reduce the need to copy.Henning Baldersheim2020-01-2711-26/+40
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #11969 from vespa-engine/bjorncs/response-based-retry-handlerBjørn Christian Seime2020-01-2810-77/+397
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Bjorncs/response based retry handler
| * | | | | Remove old call to setRetryHandlerBjørn Christian Seime2020-01-271-2/+0
| | | | | |
| * | | | | Introduce response level retry strategyBjørn Christian Seime2020-01-272-0/+254
| | | | | |
| * | | | | Move functional interfaces to separate files + generifyBjørn Christian Seime2020-01-275-30/+58
| | | | | |
| * | | | | Rename 'DelayedHttpRequestRetryHandler' => 'DelayedConnectionLevelRetryHandler'Bjørn Christian Seime2020-01-273-14/+14
| | | | | |
| * | | | | Move Sleeper and DelaySupplier to separate filesBjørn Christian Seime2020-01-274-33/+73
| |/ / / /
* | | | | Merge pull request #11972 from ↵Morten Tokle2020-01-282-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-access-logging-for-tester-container Add access logging for tester container
| * | | | | Add required fileNamePattern attributeHarald Musum2020-01-282-2/+2
| | | | | |
| * | | | | Add access logging for tester containerHarald Musum2020-01-282-0/+4
| |/ / / /
* | | | | Merge pull request #11971 from ↵Morten Tokle2020-01-282-12/+50
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/stop-generating-lb-serviconfig-for-tester-apps-if-feature-flag-is-enabled Do not generate lb-services config for tester app in all cases
| * | | | | Do not generate lb-services config for tester app in all casesHarald Musum2020-01-272-12/+50
| |/ / / / | | | | | | | | | | | | | | | Do not generate config if generate-routing-config-for-tester-applications is false
* | | | | Merge pull request #11973 from vespa-engine/kkraune/convenience-methodJon Bratseth2020-01-282-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | setFieldValue for Boolean
| * | | | setFieldValue for Booleankkraune2020-01-282-0/+5
| | |_|/ | |/| |
* | | | 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