aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Allow specifying slices and sliceId in /document/v1Jon Marius Venstad2021-10-221-0/+9
* Revert "Merge pull request #19686 from vespa-engine/jonmv/revert-streamed-vis...Jon Marius Venstad2021-10-211-53/+97
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-97/+53
* Revert "Merge pull request #19679 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-2/+2
* streaming -> streamJon Marius Venstad2021-10-211-2/+2
* Use the default threadpool executor, with minimal blockingJon Marius Venstad2021-10-211-27/+28
* Use a queue of pending writes for each visitorJon Marius Venstad2021-10-211-11/+15
* Allow unbounded document count (also by default) when streamingJon Marius Venstad2021-10-201-3/+5
* Write visited documents from a dedicated executor to avoid blocking mbusJon Marius Venstad2021-10-201-46/+65
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-201-1/+3
* Support HTTP streaming of visits through /document/v1Jon Marius Venstad2021-10-201-40/+56
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0721-21/+21
* Use correct statistic, missed when correcting the above oneJon Marius Venstad2021-07-071-1/+1
* Prefer document API timeout in /doc/v1Jon Marius Venstad2021-06-101-8/+11
* Document API errors are BAD_GATEWAYJon Marius Venstad2021-06-081-4/+18
* Ignore request if onError was invoked on content channelBjørn Christian Seime2021-06-011-1/+10
* Set message bus message timeout from http request, and 504 on mbus timeoutJon Marius Venstad2021-05-191-0/+7
* Document ID numbers can be 1 << 63 - 1Jon Marius Venstad2021-05-141-14/+17
* Simplify lazy decoder and make raw data eligible for GC once parsedJon Marius Venstad2021-03-171-10/+10
* Abort all current visitor sessions before waiting for shutdown of eachJon Marius Venstad2021-03-151-0/+1
* Destroy visitor sessions after catching and handling exceptionJon Marius Venstad2021-03-151-4/+4
* Bound time chunk to 5s less than request timeoutJon Marius Venstad2021-02-071-1/+2
* documentsVisited iss apparently the correct thingJon Marius Venstad2021-02-051-1/+1
* Timeout is not an error when waiting for consistent bubcketsJon Marius Venstad2021-02-041-3/+4
* Include document count in responsesJon Marius Venstad2021-02-041-0/+10
* Stricter parameters for new visits featuresJon Marius Venstad2021-02-041-26/+51
* Replace explicit, direct route to cluster with its name-routeJon Marius Venstad2021-02-041-3/+2
* Use "route" for visit destination routesJon Marius Venstad2021-02-031-4/+3
* Move request validation earlier for deletion visitsJon Marius Venstad2021-02-031-3/+3
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-031-13/+197
* Refactor to allow more flex in reacting to documents receivedJon Marius Venstad2021-02-031-21/+64
* Supplier<Boolean> --> BooleanSupplierJon Marius Venstad2021-02-031-5/+6
* Fire phasers!Jon Marius Venstad2021-02-031-20/+17
* Nonfunctional changes, remove unused codeJon Marius Venstad2021-02-031-3/+4
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-281-43/+0
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-281-0/+43
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-271-43/+0
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-271-0/+43
* Merge pull request #16089 from vespa-engine/jonmv/document-protocol-super-configJon Marius Venstad2021-01-271-43/+0
|\
| * Remove unused classJon Marius Venstad2021-01-181-43/+0
* | Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-213-8/+5
|/
* Check for TaS-failed before not-found in mbus async session reply parsingJon Marius Venstad2021-01-071-1/+1
* Use "[Content:cluster=...]" for routes instead of (only-sometimes-)generated ...Jon Marius Venstad2021-01-051-1/+1
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-051-11/+3
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-051-3/+11
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-041-1/+1
* Use just content cluster name as routeJon Marius Venstad2020-12-301-6/+2
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-301-6/+2
* Use same casing as in search handlers for tracelevelJon Marius Venstad2020-11-051-3/+3