aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Use request creation time instead of connection creatino timejonmv2023-04-241-2/+2
|
* Stricter HTTP timeout, subtract 5s or 10% + 100ms for visitsjonmv2023-04-241-11/+17
|
* Improve timeout handling in /doc/v1jonmv2023-04-242-14/+18
| | | | | | Set timeout based on qhen HTTP request was connected to the container, instead of when it is dispatched to the document API; this should reduce the chance of the client going away before we close the request from the handler
* Keep default wantedDocumentCount = 1 for now.Henning Baldersheim2023-04-191-1/+1
|
* Update testHenning Baldersheim2023-04-191-1/+1
|
* Allow wantedDocumentCount above 1024 for chunked modeHenning Baldersheim2023-04-191-3/+2
|
* Simplify and modernize codeHenning Baldersheim2023-04-191-42/+22
|
* Invalid continuation token is a HTTP 400jonmv2023-04-121-1/+1
|
* Do an early check that timestamp from/to range is validTor Brede Vekterli2023-03-102-0/+12
|
* Expose from/to visitor timestamps in Document V1 APITor Brede Vekterli2023-03-102-1/+10
| | | | | Mirrors `vespa-visit` (and the underlying `VisitorParameters`) in being in microseconds from UTC epoch.
* Make proper constantBjørn Christian Seime2023-03-021-9/+11
|
* Correctly classify transient/retriable errors server side for legacy feed APIBjørn Christian Seime2023-03-023-10/+23
|
* Introduce additional docv1 metrics for most common causes of failureBjørn Christian Seime2023-01-302-3/+16
|
* Test direct renderingJon Bratseth2023-01-161-8/+58
|
* Support direct tensor renderingJon Bratseth2023-01-142-4/+15
|
* Increment metric on parse errors in `/document/v1`Bjørn Christian Seime2023-01-091-4/+9
|
* Don't classify condition-not-met and not-found as successBjørn Christian Seime2023-01-091-2/+4
|
* Revert back to single metric aggregatedBjørn Christian Seime2022-12-072-7/+6
|
* Aggregate 'feed.http-requests' for /document/v1Bjørn Christian Seime2022-12-071-4/+20
|
* Keep 'OK' disjunct for /document/v1 exclusive metricsBjørn Christian Seime2022-12-071-2/+2
|
* Improve metrics for /document/v1Bjørn Christian Seime2022-12-074-31/+59
| | | | Make more consistent with legacy feed api
* Store and display reindexing causejonmv2022-12-071-4/+3
|
* Revert "Bratseth/restore signature"Arnstein Ressem2022-10-201-1/+1
|
* Restore legacy signatureJon Bratseth2022-10-171-1/+1
|
* Support tracing for /document/v1/ visit requestsjonmv2022-10-122-27/+56
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-0611-110/+104
|
* Disallow dryRun at other paths, and update abi specjonmv2022-08-112-3/+20
|
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-112-30/+84
|
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-062-2/+2
|
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-052-2/+2
|
* Revert "Revert "GC long gone config""Henning Baldersheim2022-07-052-2/+2
|
* Revert "GC long gone config"Henning Baldersheim2022-07-052-2/+2
|
* GC long gone configHenning Baldersheim2022-07-052-2/+2
|
* Comment on HTTP 412 - condition not metOla Aunrønning2022-06-161-0/+1
|
* conditionNotMet is not a request errorOla Aunrønning2022-06-151-5/+7
|
* Fix tensor short form for document/v1 visitLester Solbakken2022-06-091-1/+1
|
* Test short format in document/v1Lester Solbakken2022-06-083-13/+29
|
* Set short tensor format as defaultLester Solbakken2022-06-081-1/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove vespåa-http-client usage part 2Jon Bratseth2022-06-0821-73/+289
|
* Revert "Remove http client use"Jon Bratseth2022-06-0831-2/+2123
| | | | This reverts commit a7fd13540d34de50ed3526576c62eebc476a1e1c.
* Remove http client useJon Bratseth2022-06-0831-2123/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-081-4/+0
|
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-082-5/+5
| | | | Also remove deprecated and unsupported header-only visitor parameter
* Flip default from xml to json for incomming feed format.Henning Baldersheim2022-06-081-1/+1
|
* Merge pull request #22781 from vespa-engine/lesters/add-doc-v1-tensor-short-formLester Solbakken2022-05-311-6/+21
|\ | | | | Add tensor short form rendering to document/v1
| * Add tensor short form rendering to document/v1Lester Solbakken2022-05-291-6/+21
| |
* | Revert "uncheck() all checked exceptions"Valerij Fredriksen2022-05-301-3/+3
|/
* uncheck() all checked exceptionsValerij Fredriksen2022-05-251-3/+3
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|