summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'servlet' from rnc schema.gjoranv2022-01-033-41/+0
|
* Remove servlet related config defs.gjoranv2022-01-033-105/+0
|
* Remove obsolete usage of ServletPathsConfiggjoranv2022-01-032-5/+0
|
* Merge pull request #20636 from vespa-engine/bratseth/avoid-deprecated-apisHenning Baldersheim2022-01-0318-389/+413
|\ | | | | Avoid deprecated APIs
| * Avoid deprecated APIsJon Bratseth2022-01-0318-389/+413
| |
* | Merge pull request #20633 from ↵Geir Storli2022-01-031-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/geirst/use-unset-entry-ref-that-matches-invalid-entry-ref Use zero as unset entry ref as that matches an invalid entry ref.
| * | Use zero as unused entry ref as that matches an invalid entry ref.Geir Storli2022-01-031-1/+1
| | | | | | | | | | | | The previous value was within the range of valid entry refs and we could (very rarely) consider a set entry ref to not being set.
* | | Merge pull request #20637 from ↵Geir Storli2022-01-032-9/+20
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/avoid-illegal-char-sequence-in-debug-log Avoid illegal character sequence in debug log.
| * | | Avoid illegal character sequence in debug log.Tor Egge2022-01-032-9/+20
| | | |
* | | | Merge pull request #20627 from vespa-engine/arnej/feature-flag-for-user-agentsArne H Juul2022-01-037-7/+21
|\ \ \ \ | |_|_|/ |/| | | Arnej/feature flag for user agents
| * | | Merge branch 'master' into arnej/feature-flag-for-user-agentsArne H Juul2022-01-0316-58/+288
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | Conflicts: config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java configserver/src/main/java/com/yahoo/vespa/config/server/deploy/ModelContextImpl.java
* | | | Merge pull request #20632 from ↵Morten Tokle2022-01-036-63/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-20609-mortent/developer-role-manual-deploy Revert "Allow developers to deploy application in manual zones"
| * | | | Revert "Allow developers to deploy application in manual zones"Morten Tokle2022-01-036-63/+8
|/ / / /
* | | | Merge pull request #20631 from vespa-engine/deprecate-service-elementHarald Musum2022-01-032-3/+11
|\ \ \ \ | | | | | | | | | | Deprecate the 'service' element in services.xml
| * | | | Deprecate the 'service' element in services.xmlgjoranv2022-01-032-3/+11
| | | | |
* | | | | Merge pull request #20628 from vespa-engine/hmusum/config-cleanup-3gjoranv2022-01-034-50/+17
|\ \ \ \ \ | |_|_|/ / |/| | | | Simplify MockConnection
| * | | | Simplify MockConnectionHarald Musum2022-01-034-50/+17
| | | | | | | | | | | | | | | | | | | | | | | | | No need to use thread, start() isn't called anyway. Collapse methods into one to simplify
* | | | | 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
| | | | | |
| | | | | * wire ignored HTTP user agentsArne H Juul2022-01-034-7/+11
| | | | | |
| | | | | * add feature flag for ignored HTTP user agentsArne H Juul2022-01-033-0/+10
| |_|_|_|/ |/| | | |
* | | | | 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
| |/ / / /