summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove old /document/v1 handlerJon Marius Venstad2020-11-038-1314/+10
* Use field set of document type when not set, for document GETsJon Marius Venstad2020-11-021-2/+4
* Use existing timeout parse codeJon Marius Venstad2020-10-291-10/+5
* Handle timeout units in doc/v1, and catch parse errors in handlerJon Marius Venstad2020-10-291-9/+14
* Add traces to document/v1Jon Marius Venstad2020-10-291-17/+59
* Support user specified timeout, and test timeout dispatchJon Marius Venstad2020-10-291-27/+19
* Set correct timeout on visitor session parametersJon Marius Venstad2020-10-291-1/+1
* Destroy async session during shutdownJon Marius Venstad2020-10-231-4/+10
* Remove loggingJon Marius Venstad2020-10-231-2/+1
* Accept non-URL-encoded doc ids as last part of doc/v1 URL щ(ಥДಥщ)Jon Marius Venstad2020-10-201-4/+4
* Remove use of class exposing Guava in its interfaceBjørn Christian Seime2020-10-191-2/+2
* Delete old visitor sessionsJon Marius Venstad2020-10-151-1/+1
* Be less stupid and do not consume all content yourselfJon Marius Venstad2020-10-151-5/+3
* Re-add "request.isCancelled() clauseJon Marius Venstad2020-10-151-0/+3
* Fix operation dispatch (parse once, throw on concurrent dispatch, excpetion s...Jon Marius Venstad2020-10-151-44/+45
* Throw instead of loggingJon Marius Venstad2020-10-141-1/+1
* Add logging on unexpected behaviourJon Marius Venstad2020-10-141-1/+8
* Test empty payload for document POST, and fix indentationJon Marius Venstad2020-10-141-19/+19
* Simpifly enqueue-dispatchJon Marius Venstad2020-10-141-7/+2
* Remove unused VisitorOptions classJon Marius Venstad2020-10-141-146/+0
* Use UPDATE when doing an updateJon Marius Venstad2020-10-141-1/+1
* Be stricter about request property parsing (and test this)Jon Marius Venstad2020-10-141-3/+7