aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test/java/com/yahoo/document/restapi/resource/DocumentV1ApiTest.java
Commit message (Expand)AuthorAgeFilesLines
* Improve error message when visiting with wrong document typejonmv2024-05-211-0/+10
* Explicitly track number of locally entries received through visitingTor Brede Vekterli2024-05-131-5/+10
* Revert "Explicitly track number of entries received through visiting"Tor Brede Vekterli2024-05-101-4/+4
* Explicitly track number of entries received through visitingTor Brede Vekterli2024-05-081-4/+4
* Revert "- Avoid a Q in the document v1 handler. Rely only on mbus Q."Henning Baldersheim2024-04-161-9/+111
* - Avoid a Q in the document v1 handler. Rely only on mbus Q.Henning Baldersheim2024-04-041-111/+9
* Limit amount of work in DocumentV1 Q to 4096, or 3s.Henning Baldersheim2024-04-041-23/+54
* Revert "Revert "Jonmv/reapply leaner token buffer""Tor Brede Vekterli2024-01-261-3/+11
* Revert "Jonmv/reapply leaner token buffer"Jon Marius Venstad2024-01-261-11/+3
* Handle other fields in streaming document JSON parsingjonmv2024-01-261-1/+8
* Revert "Merge pull request #30067 from vespa-engine/revert-30038-jonmv/leaner...jonmv2024-01-261-2/+3
* Revert "Jonmv/leaner token buffer"Jon Marius Venstad2024-01-251-3/+2
* Add new LazyTokenBuffer, and wire it into existing tensor parse testsjonmv2024-01-241-2/+3
* Use 500 for errors in document API, from /doc/v1jonmv2024-01-051-5/+5
* Update copyrightJon Bratseth2023-10-091-1/+1
* Support visiting remove operations through /document/v1jonmv2023-09-071-7/+15
* Properly handle open visitor timestamp ranges in request parametersTor Brede Vekterli2023-05-231-0/+33
* Always print documentCount field when visiting was startedjonmv2023-05-221-2/+7
* Merge pull request #26905 from vespa-engine/havardpe/put-create-from-feedHåvard Pettersen2023-04-281-1/+2
|\
| * pick up create flag for put operationsHåvard Pettersen2023-04-281-1/+2
* | HTTP 504 in /doc/v1 when stream mode and no buckets are visitedjonmv2023-04-271-94/+128
|/
* Improve timeout handling in /doc/v1jonmv2023-04-241-3/+4
* Update testHenning Baldersheim2023-04-191-1/+1
* Do an early check that timestamp from/to range is validTor Brede Vekterli2023-03-101-0/+9
* Expose from/to visitor timestamps in Document V1 APITor Brede Vekterli2023-03-101-1/+5
* Test direct renderingJon Bratseth2023-01-161-8/+58
* Support direct tensor renderingJon Bratseth2023-01-141-1/+1
* Revert back to single metric aggregatedBjørn Christian Seime2022-12-071-1/+1
* Improve metrics for /document/v1Bjørn Christian Seime2022-12-071-1/+1
* Support tracing for /document/v1/ visit requestsjonmv2022-10-121-26/+45
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-2/+6
* Disallow dryRun at other paths, and update abi specjonmv2022-08-111-3/+15
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-111-22/+61
* Test short format in document/v1Lester Solbakken2022-06-081-7/+17
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-081-1/+1
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-1/+1
* Update expected error message.Henning Baldersheim2022-04-201-2/+2
* Use com.yahoo.messagebus.Error instead of java.lang.ErrorHenning Baldersheim2022-04-191-17/+16
* Add metric for update-doc-not-found, and update httpapi metrics from /doc/v1Jon Marius Venstad2021-12-211-5/+26
* Replace session timeout with explicit shutdownJon Marius Venstad2021-11-071-1/+1
* Use an optionally bounded, dynamic throttling policy for streamed vistsJon Marius Venstad2021-10-281-1/+1
* Stop writing documents once document array is closedJon Marius Venstad2021-10-281-7/+4
* Revert to previous behaviour, and simply delay ack until doc writtenJon Marius Venstad2021-10-261-3/+3
* Allow specifying slices and sliceId in /document/v1Jon Marius Venstad2021-10-221-1/+3
* Revert "Merge pull request #19686 from vespa-engine/jonmv/revert-streamed-vis...Jon Marius Venstad2021-10-211-5/+73
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-73/+5
* Revert "Merge pull request #19679 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-5/+5
* streaming -> streamJon Marius Venstad2021-10-211-5/+5
* Use the default threadpool executor, with minimal blockingJon Marius Venstad2021-10-211-2/+4
* Update test expectationJon Marius Venstad2021-10-201-1/+1