aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Expand)AuthorAgeFilesLines
* Add strict filtering mode to jdiscBjørn Christian Seime2020-11-195-9/+66
* Log request and response chains to json access logMorten Tokle2020-11-183-0/+13
* Add metrics for request filteringBjørn Christian Seime2020-11-174-26/+70
* Move MetricConsumerMock to separate classBjørn Christian Seime2020-11-172-13/+28
* Allow extra dimensions for request based metric dimensionsBjørn Christian Seime2020-11-173-43/+13
* Support default request/response filters per connectorBjørn Christian Seime2020-11-1710-100/+290
* Prepare FilterBindings to allow default filter chains and metricsBjørn Christian Seime2020-11-1312-165/+199
* Revert "Remove implicit and potensially false dependency on jdisc_http_service"Bjørn Christian Seime2020-11-116-571/+4
* Remove implicit and potensially false dependency on jdisc_http_serviceBjørn Christian Seime2020-11-116-4/+571
* Remove find free port hack from testMartin Polden2020-10-291-1/+1
* Add server name as dimensionBjørn Christian Seime2020-10-282-0/+4
* Add metric dimension for client authenticationBjørn Christian Seime2020-10-222-4/+11
* Add back response header that was accidentally removedBjørn Christian Seime2020-10-211-0/+1
* Mark request as handledBjørn Christian Seime2020-10-211-0/+1
* Reimplement HealthCheckProxyHandler as an asynchronous handlerBjørn Christian Seime2020-10-211-24/+93
* Revert "Reimplement HealthCheckProxyHandler as an asynchronous handler"Bjørn Christian Seime2020-10-211-95/+24
* Revert "Add suffix in thread name. Combine return statement + assignment."Bjørn Christian Seime2020-10-211-2/+4
* Add suffix in thread name. Combine return statement + assignment.Bjørn Christian Seime2020-10-211-4/+2
* Reimplement HealthCheckProxyHandler as an asynchronous handlerBjørn Christian Seime2020-10-201-24/+95
* Reduce number of janitor threadsBjørn Christian Seime2020-10-191-1/+2
* Add config for minimum worker threads in JettyBjørn Christian Seime2020-10-193-2/+13
* Specify name of next protocolBjørn Christian Seime2020-10-151-1/+1
* Revert "Revert "Bjorncs/health check proxy https""Bjørn Christian Seime2020-10-154-20/+41
* Revert "Bjorncs/health check proxy https"Arnstein Ressem2020-10-154-41/+20
* Merge pull request #14864 from vespa-engine/jonmv/async-doc-v1-take2Bjørn Christian Seime2020-10-141-28/+28
|\
| * Update expectation to complete writing stuff to request content channel earlierJon Marius Venstad2020-10-141-28/+28
* | Use node cert for health checks to port with 'need' client authBjørn Christian Seime2020-10-141-15/+20
* | Control if connector should use TLS implicitly if Vespa TLS is enabledBjørn Christian Seime2020-10-143-5/+21
|/
* Merge pull request #14787 from vespa-engine/bjorncs/jetty-threadpool-metricsHenning Baldersheim2020-10-0914-219/+271
|\
| * Add metrics for Jetty's threadpoolBjørn Christian Seime2020-10-082-0/+22
| * Move server metric reporting to separate classBjørn Christian Seime2020-10-082-67/+107
| * Rename 'MetricReporter' => 'RequestMetricReporter'Bjørn Christian Seime2020-10-085-17/+17
| * Simplify thread construction to use DaemonThreadFactoryBjørn Christian Seime2020-10-081-16/+5
| * Remove meaningless '@Beta' annotationBjørn Christian Seime2020-10-081-2/+0
| * Extract metric names and dimensions to separate classBjørn Christian Seime2020-10-089-128/+131
* | Merge pull request #14739 from vespa-engine/bjorncs/jdisc-access-loggingBjørn Christian Seime2020-10-095-34/+93
|\ \ | |/ |/|
| * Don't use request headers for remote address/port in hosted VespaBjørn Christian Seime2020-10-065-34/+93
* | Upgrade Jetty to 9.4.32Bjørn Christian Seime2020-10-072-6/+6
|/
* Stabilize test - exception may fail out request between commit and response w...Bjørn Christian Seime2020-10-021-1/+1
* Update pattern to new type of error message for invalid client certificate (#...Bjørn Christian Seime2020-09-241-2/+2
* Don't log failed requests as infoBjørn Christian Seime2020-09-211-2/+1
* Merge pull request #14454 from vespa-engine/jonmv/async-document-v1Jon Marius Venstad2020-09-181-1/+1
|\
| * Deprecate DocumentAccess.createDefault which uses self subscriptionJon Marius Venstad2020-09-161-1/+1
* | Wait for statisticsJon Bratseth2020-09-151-17/+28
* | Test just one requestJon Bratseth2020-09-141-2/+1
* | Propagate requestType through jdisc core responseJon Bratseth2020-09-146-18/+14
* | Test request statisticsJon Bratseth2020-09-146-101/+171
|/
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
* Use full name in config definition file namesHarald Musum2020-09-105-5/+1
* Handle default port for http and https being hidden by java URIJon Marius Venstad2020-09-092-4/+14