aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java/com/yahoo/document/restapi/resource/DocumentV1ApiHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Support visiting remove operations through /document/v1jonmv2023-09-071-22/+53
* Properly handle open visitor timestamp ranges in request parametersTor Brede Vekterli2023-05-231-4/+6
* Always print documentCount field when visiting was startedjonmv2023-05-221-2/+1
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-1/+5
* Merge pull request #26905 from vespa-engine/havardpe/put-create-from-feedHåvard Pettersen2023-04-281-6/+9
|\
| * pick up create flag for put operationsHåvard Pettersen2023-04-281-6/+9
* | HTTP 504 in /doc/v1 when stream mode and no buckets are visitedjonmv2023-04-271-4/+4
|/
* 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-241-11/+14
* Keep default wantedDocumentCount = 1 for now.Henning 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-101-0/+3
* Expose from/to visitor timestamps in Document V1 APITor Brede Vekterli2023-03-101-0/+5
* Introduce additional docv1 metrics for most common causes of failureBjørn Christian Seime2023-01-301-3/+13
* Support direct tensor renderingJon Bratseth2023-01-141-3/+14
* Increment metric on parse errors in `/document/v1`Bjørn Christian Seime2023-01-091-4/+9
* Revert back to single metric aggregatedBjørn Christian Seime2022-12-071-6/+5
* 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-071-24/+45
* 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-121-1/+11
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-55/+65
* Disallow dryRun at other paths, and update abi specjonmv2022-08-111-0/+5
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-111-8/+23
* 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-081-6/+11
* Set short tensor format as defaultLester Solbakken2022-06-081-1/+1
* Revert "Remove http client use"Jon Bratseth2022-06-081-1/+2
* Remove http client useJon Bratseth2022-06-081-2/+1
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-081-4/+4
* 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/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
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Use com.yahoo.messagebus.Error instead of java.lang.ErrorHenning Baldersheim2022-04-191-2/+2
* Use descriptive factory in /document/v1/ as welljonmv2022-04-111-1/+1
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-1/+1
* Allow any document id path in /document/v1/Jon Marius Venstad2022-04-061-1/+1
* Remove usage of asString() and remove it from PathJon Marius Venstad2022-04-061-3/+5
* No functional changesJon Bratseth2022-03-011-1/+1