summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve validation of pidBjørn Christian Seime2021-08-271-2/+2
|
* Add helper script to generate JVM heap dumpBjørn Christian Seime2021-08-272-0/+110
|
* Use self-subscription for the document access messages bus rpc network tooJon Marius Venstad2021-08-262-6/+6
|
* Handle implicit TLS being disabledBjørn Christian Seime2021-08-171-1/+1
|
* Revert "Merge pull request #18772 from vespa-engine/revert-18759-bjorncs/http2"Bjørn Christian Seime2021-08-176-80/+137
| | | | | This reverts commit 4b5d08ebfd7456a820d6eec25704a27d56612b69, reversing changes made to fed02e0b81cedd76962da597d73462d0d23e0bf3.
* Revert "Bjorncs/http2"Bjørn Christian Seime2021-08-176-137/+80
|
* Add unit test for HTTP/2 Plain TextBjørn Christian Seime2021-08-163-35/+85
| | | | | Move HTTP/2 tests to separate test class. Move helper method for creating client to Utils.
* HTTP/2 is enabled by defaultBjørn Christian Seime2021-08-162-2/+0
|
* Only setup HTTP/2 clear text factory if enabledBjørn Christian Seime2021-08-161-1/+3
| | | | This reverts commit d0e6cbfef4e0966bf4ee39fd12e3885bf8ff24ef.
* Deduplicate logic for setting up connection factoriesBjørn Christian Seime2021-08-161-40/+36
|
* Add connection factory for HTTP/2 over clear textBjørn Christian Seime2021-08-161-4/+15
|
* Respect thresholds for max requests/time for HTTP/2 connectionsBjørn Christian Seime2021-08-093-26/+68
|
* Default to redirectValerij Fredriksen2021-07-291-5/+4
|
* Use the port from the requestValerij Fredriksen2021-07-291-9/+1
|
* Redirect to login if same OriginValerij Fredriksen2021-07-281-0/+9
|
* Extract common methods for auth0/okta request filters to utils classValerij Fredriksen2021-07-283-0/+125
|
* Add user principal to RequestContextBjørn Christian Seime2021-07-152-0/+10
|
* Add exception type for 401 UnauthorizedBjørn Christian Seime2021-07-151-0/+6
|
* Make package privateBjørn Christian Seime2021-07-151-6/+6
| | | | Only used programmatically in RestApiImpl
* Test HTTP request using empty URI path segmentBjørn Christian Seime2021-07-151-0/+22
|
* Merge pull request #18595 from vespa-engine/bjorncs/restapiØyvind Grønnesby2021-07-155-184/+425
|\ | | | | Bjorncs/restapi
| * Move mapper implementations to RestApiMappersBjørn Christian Seime2021-07-143-141/+189
| |
| * Support custom ACL action mapping for restapi methods through RequestHandlerSpecBjørn Christian Seime2021-07-144-8/+103
| |
| * Add extra parameter for specifying additional handler method configBjørn Christian Seime2021-07-142-38/+136
| | | | | | | | | | Extend RouteBuilder with new method overloads taking HandlerConfig as extra parameter.
* | Remove Jersey related code from the container osgi layer.gjoranv2021-07-146-241/+0
| |
* | Remove Jersey integration from DI framework.gjoranv2021-07-148-365/+1
|/
* Merge pull request #18547 from vespa-engine/bjorncs/apache-http-client-bundleBjørn Christian Seime2021-07-061-20/+6
|\ | | | | Bjorncs/apache http client bundle
| * Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-20/+6
| |
* | Revert "Revert "Bjorncs/fix""Harald Musum2021-07-061-3/+0
|/
* Merge pull request #18542 from vespa-engine/revert-18539-bjorncs/fixHarald Musum2021-07-051-0/+3
|\ | | | | Revert "Bjorncs/fix"
| * Revert "Bjorncs/fix"Harald Musum2021-07-051-0/+3
| |
* | Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+20
|/
* Move the most expensive tests in HttpServerTest to separate test classesBjørn Christian Seime2021-07-055-388/+481
| | | | | Rewrite test methods to reuse generated crypto material. Rewrite moved tests to use Junit 5.
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-20/+6
|
* Don't install physical bundles for test osgi frameworks.gjoranv2021-07-021-2/+5
|
* Revert "Install model evaluation via configmodel [run-systemtest]"gjoranv2021-07-021-5/+2
|
* Merge pull request #18488 from ↵gjoranv2021-07-021-2/+5
|\ | | | | | | | | vespa-engine/install-model-evalutation-via-configmodel Install model evaluation via configmodel [run-systemtest]
| * Don't install physical bundles for test osgi frameworks.gjoranv2021-07-011-2/+5
| |
* | Add metric for render latencyBjørn Christian Seime2021-07-011-0/+3
| |
* | Cast to MessageBusDocumentAccess only where neededJon Marius Venstad2021-06-301-4/+4
| |
* | Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-15/+19
|/
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+20
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-20/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+20
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-20/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+20
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-20/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+20
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Reuse HTTP client and executor. Replace 'ClientProxy' with listen port.Bjørn Christian Seime2021-06-211-25/+17
|
* Remove implicit testing over HTTP/1.0 in methods of HttpServerConformanceTestBjørn Christian Seime2021-06-211-12/+4
|