summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20626 from ↵Harald Musum2022-01-032-1/+11
|\ | | | | | | | | vespa-engine/hmusum/deprecated-get-and-set-config-md5 Deprecate getConfigMd5() and setConfigMd5() [run-systemtest]
| * Deprecate getConfigMd5() and setConfigMd5()Harald Musum2022-01-032-1/+11
| | | | | | | | | | We don't use md5 checksum for config anymore, methods will be removed in Vespa 8.
* | Merge pull request #20609 from vespa-engine/mortent/developer-role-manual-deployBjørn Christian Seime2022-01-036-8/+63
|\ \ | | | | | | Allow developers to deploy application in manual zones
| * | Allow developers to deploy application in manual zonesMorten Tokle2021-12-216-8/+63
| | |
* | | Merge pull request #20591 from vespa-engine/bjorncs/ocsp-staplingBjørn Christian Seime2022-01-034-3/+29
|\ \ \ | | | | | | | | Add feature flag for OCSP Stapling on application container clusters
| * | | SimplifyBjørn Christian Seime2022-01-031-1/+1
| | | |
| * | | Add feature flag for OCSP Stapling on application container clustersBjørn Christian Seime2021-12-204-3/+29
| | | |
* | | | Merge pull request #20625 from ↵Martin Polden2022-01-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/mortent/routing-enable-reuseport-default Enable reuseport by default
| * | | | Enable reuseport by defaultMorten Tokle2022-01-031-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #20553 from vespa-engine/bjorncs/sync-helperØyvind Grønnesby2022-01-035-0/+219
|\ \ \ \ | |/ / / |/| | | Add helper method for synchronous use of feed client
| * | | Add helper method for synchronous use of feed clientBjørn Christian Seime2021-12-165-0/+219
| | | |
* | | | Merge pull request #20624 from ↵Jon Bratseth2022-01-021-21/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-20622-hmusum/add-logging-when-file-not-found Revert "Add some logging to debug issue sometimes seen when running system tests"
| * | | | Revert "Add some logging to debug issue sometimes seen when running system ↵Harald Musum2022-01-021-21/+11
|/ / / / | | | | | | | | | | | | tests"
* | | | Merge pull request #20623 from vespa-engine/arnej/decouple-routing-test-caseJon Bratseth2021-12-301-64/+71
|\ \ \ \ | | | | | | | | | | decouple tests by giving them separate destination session names
| * | | | decouple tests by giving them separate destination session namesArne H Juul2021-12-301-64/+71
|/ / / /
* | | | Merge pull request #20622 from ↵Jon Bratseth2021-12-291-11/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-logging-when-file-not-found Add some logging to debug issue sometimes seen when running system tests
| * | | | Add some logging to debug issue sometimes seen when running system testsHarald Musum2021-12-291-11/+21
|/ / / /
* | | | Merge pull request #20621 from ↵Harald Musum2021-12-282-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/dots-should-be-allowed-in-jvm-options Allow dots in JVM options
| * | | | Allow dots in JVM optionsHarald Musum2021-12-282-1/+2
|/ / / /
* | | | Merge pull request #20620 from ↵Tor Brede Vekterli2021-12-233-23/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/swallow-internal-replies-at-top-storage-link Let CommunicationManager swallow any errant internal reply messages [run-systemtest]
| * | | | Let CommunicationManager swallow any errant internal reply messagesTor Brede Vekterli2021-12-222-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's possible for internal commands to have replies auto-generated if they're being evicted/aborted from persistence queue structures. Most of these replies are intercepted by higher-level links in the storage chain, but commands such as `RunTaskCommand` are actually initiated by the persistence _provider_ and not a higher level component, and are therefore not caught explicitly anywhere. Let CommunicationManager signal that internal replies are handled, even if the handling of these is just to ignore them entirely. This prevents the replies from being spuriously warning-logged as "unhandled message on top of call chain".
| * | | | Minor cleanup of CommunicationManager code, no change in semanticsTor Brede Vekterli2021-12-221-22/+23
| | | | |
* | | | | Merge pull request #20619 from vespa-engine/jonmv/fix-metric-for-doc-v1Jon Bratseth2021-12-222-3/+13
|\ \ \ \ \ | |/ / / / |/| | | | Jonmv/fix metric for doc v1
| * | | | Guard against wrong class of messageJon Marius Venstad2021-12-221-0/+6
| | | | |
| * | | | Revert "Merge pull request #20617 from ↵Jon Marius Venstad2021-12-222-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-20616-jonmv/filter-when-create-true" This reverts commit 2fd7739b9fa7ce3283d1485dae3726c8e8ec882b, reversing changes made to 7ef261d471f4a11651811957b2f24bb7e0bcf4d5.
* | | | | Merge pull request #20618 from vespa-engine/havardpe/sparse-tensor-createHåvard Pettersen2021-12-222-54/+53
|\ \ \ \ \ | |/ / / / |/| | | | optimize tensor create by making the index up front...
| * | | | handle unsupported cell types more gracefullyHåvard Pettersen2021-12-222-5/+10
| | | | |
| * | | | optimize tensor create by making the index up frontHåvard Pettersen2021-12-223-53/+47
| | | | |
* | | | | Merge pull request #20611 from vespa-engine/havardpe/sparse-112-dot-productHåvard Pettersen2021-12-229-0/+377
|\ \ \ \ \ | | | | | | | | | | | | sparse 112 dot product
| * | | | | fix typoHåvard Pettersen2021-12-221-1/+1
| | | | | |
| * | | | | sparse 112 dot productHåvard Pettersen2021-12-219-0/+377
| |/ / / /
* | | | | Merge pull request #20617 from ↵Jon Bratseth2021-12-222-7/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-20616-jonmv/filter-when-create-true Revert "Updatese with craete true should not increemeent not found metric"
| * | | | | Revert "Updatese with craete true should not increemeent not found metric"Arnstein Ressem2021-12-222-7/+3
|/ / / / /
* | | | | Merge pull request #20616 from vespa-engine/jonmv/filter-when-create-trueJon Marius Venstad2021-12-222-3/+7
|\ \ \ \ \ | | | | | | | | | | | | Updatese with craete true should not increemeent not found metric
| * | | | | Updatese with craete true should not increemeent not found metricJon Marius Venstad2021-12-222-3/+7
| | | | | |
* | | | | | Merge pull request #20615 from vespa-engine/bratseth/yql-no-square-bracketsArnstein Ressem2021-12-224-66/+72
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Don't require *both* curly and square brackets around annotations
| * | | | | Don't require *both* curly and square brackets around annotationsJon Bratseth2021-12-224-66/+72
|/ / / / /
* | | | | Merge pull request #20614 from vespa-engine/balder/upgrade-junit4-4.12-to-4.13.2Henning Baldersheim2021-12-213-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Upgrade junit 4 from 4.12 to 4.13.2
| * | | | | Add deprecation suppressionHenning Baldersheim2021-12-211-0/+1
| | | | | |
| * | | | | Upgrade junit 4 from 4.12 to 4.13.2Henning Baldersheim2021-12-212-2/+2
|/ / / / /
* | | | | Merge pull request #20613 from vespa-engine/balder/gc-deprecated-assertThat-4Jon Bratseth2021-12-2110-113/+103
|\ \ \ \ \ | | | | | | | | | | | | Balder/gc deprecated assert that 4
| * | | | | GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-213-0/+3
| | | | | |
| * | | | | GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-217-113/+100
|/ / / / /
* | | | | Merge pull request #20610 from vespa-engine/balder/gc-deprecated-assertThat-3Jon Bratseth2021-12-21112-1030/+889
|\ \ \ \ \ | | | | | | | | | | | | GC use of deprecated junit assertThat and unify
| * | | | | GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-2115-104/+84
| | | | | |
| * | | | | GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-2197-926/+805
| |/ / / /
* | | | | Merge pull request #20612 from ↵Jon Marius Venstad2021-12-217-23/+72
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/jonmv/metric-for-not-found-for-updates Jonmv/metric for not found for updates
| * | | | Add metric for update-doc-not-found, and update httpapi metrics from /doc/v1Jon Marius Venstad2021-12-216-22/+71
| | | | |
| * | | | Specify how the class is actually loadedJon Marius Venstad2021-12-211-1/+1
| | | | |
* | | | | Merge pull request #20608 from ↵Arnstein Ressem2021-12-211-0/+8
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/aressem/only-publish-javadoc-for-public-api-modules Use mechanism to dyanmically disable javadoc for non public modules.