summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize label namesOla Aunronning2022-09-151-2/+10
|
* Omit max and average in PrometheusHelperOla Aunronning2022-09-151-0/+3
|
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-132-2/+9
|
* MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-122-0/+87
|
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-111-1/+1
|
* Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-1/+1
|
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-091-1/+1
|
* MetricsPacketsHandler adds hostname dimension if absentOla Aunrønning2022-07-041-10/+12
|
* If the context map is empty just return the defaultHenning Baldersheim2022-06-241-1/+0
|
* Set jdisc handler timeout for all session handlersHarald Musum2022-06-181-1/+1
|
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-096-6/+6
|
* Remove deprecated members using AccessLogBjørn Christian Seime2022-06-091-12/+3
|
* Add missing newlinegjoranv2022-06-081-1/+1
|
* Create wrapper for Jetty's MultiPartFormInputStreamBjørn Christian Seime2022-06-082-0/+74
|
* Remove on Vespa 8Jon Bratseth2022-06-081-26/+0
|
* No periods in exception messagesJon Bratseth2022-04-061-3/+3
|
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-5/+0
|
* Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-1/+3
|
* Allow Response to populate the access log from ThreadedHttpReqHndlrgjoranv2022-01-171-1/+40
|
* Put back Context class to LoggingRequestHandlergjoranv2021-12-162-9/+42
| | | | | | | | | - Necessary for backwards binary compatibility for bundles built with older Vespa versions. - Will shade the one in ThreadedHttpRequestHandler. - Use a diferent name for the static test util function to avoid name collision. - Add both Context types to the component graph until Vespa 8.
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-162-38/+44
| | | | - Add new ctor that takes a Context
* Revert "Move the Context class to ThreadedHttpRequestHandler [run-systemtest]"Harald Musum2021-12-152-44/+38
|
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-142-38/+44
| | | | - Add new ctor that takes a Context
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
| | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Revert "Merge pull request #19686 from ↵Jon Marius Venstad2021-10-212-80/+92
| | | | | | | vespa-engine/jonmv/revert-streamed-visits" This reverts commit 56c3fc7c2a3b7e317e79593aa56ed2d03472cbde, reversing changes made to 367dae08c390833a54c1bae11282df5a7e056d16.
* Revert "Merge pull request #19664 from ↵Jon Marius Venstad2021-10-212-92/+80
| | | | | | | vespa-engine/jonmv/streaming-doc-v1-visit" This reverts commit b5d4b42caabf2c41fcbd8b21814819aae77dc7aa, reversing changes made to 9abe019606f2367b05e4e13d796de65dddf7c449.
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-202-80/+92
|
* Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0725-25/+25
|
* Attach contextHenning Baldersheim2021-10-061-1/+1
|
* Avoid RequestHandlerTestDriver connect the right responseJon Marius Venstad2021-06-091-2/+2
|
* Handle missing query start time in LoggingRequestHandlerBjørn Christian Seime2021-05-071-1/+4
|
* Use creation time from http request when availableBjørn Christian Seime2021-05-051-1/+1
|
* Merge pull request #17563 from vespa-engine/bjorncs/restapi-test-driverBjørn Christian Seime2021-04-231-0/+71
|\ | | | | Bjorncs/restapi test driver
| * Add builder for test HttpRequestBjørn Christian Seime2021-04-231-0/+71
| |
* | Fix javadocMorten Tokle2021-04-231-3/+3
| |
* | Provide standard mappingMorten Tokle2021-04-223-30/+72
|/
* Changes after reviewMorten Tokle2021-04-165-10/+43
|
* Custom acl mappingMorten Tokle2021-04-156-1/+131
|
* Move MaxPendingContentChannelStream to container-core and use it thorugh max ↵Jon Marius Venstad2021-04-142-1/+87
| | | | pending on HttpResponse
* Non-functional changes onlyJon Bratseth2021-03-041-1/+1
|
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding ↵Henning Baldersheim2021-02-171-4/+16
| | | | | | maxpending by more than than a small byte buffer.
* Fix ToDos. The snapshotProvider is null checked in the ctor.gjoranv2021-02-032-12/+2
|
* Throw if no snapshot provider is given.gjoranv2021-02-032-17/+19
| | | | + Rename field and parameter to 'snapshotProvider'
* Clean up unused MetricsPresentationConfiggjoranv2021-02-032-5/+4
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-027-204/+148
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-016-117/+191
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-296-191/+117
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.