summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-281-43/+0
| | | | This reverts commit 2e2e2edeb3ea99f2c04925070cf44601e2cd94fb.
* 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
| | | | This reverts commit d7359f7c72ff06889af594431baf4075e2b4da78.
* 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
|\ | | | | Jonmv/document protocol super config
| * Remove unused classJon Marius Venstad2021-01-181-43/+0
| |
* | Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-215-12/+5
| | | | | | | | | | Add replacement constructors without AccessLog. Remove use of deprecated constructors for internal handlers.
* | Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
|/ | | | | | Some modules misuse container-dev as a compile/test dependency or have container-test missing as test dependency. Depend on container-test where it does not create a cycle. Otherwise depend directly on vespajlib without altering scope of existing transitive vespajlib dependency.
* 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-052-4/+4
| | | | -direct route
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-052-17/+8
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-052-8/+17
|
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-042-4/+4
|
* Use just content cluster name as routeJon Marius Venstad2020-12-302-9/+5
|
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-302-12/+7
|
* Use same casing as in search handlers for tracelevelJon Marius Venstad2020-11-052-4/+4
|
* Remove old /document/v1 handlerJon Marius Venstad2020-11-0317-2640/+10
|
* Use field set of document type when not set, for document GETsJon Marius Venstad2020-11-022-4/+6
|
* Use existing timeout parse codeJon Marius Venstad2020-10-292-19/+5
|
* Handle timeout units in doc/v1, and catch parse errors in handlerJon Marius Venstad2020-10-292-12/+26
|
* Remove find free port hack from testMartin Polden2020-10-291-13/+2
|
* Add traces to document/v1Jon Marius Venstad2020-10-292-21/+85
|
* Support user specified timeout, and test timeout dispatchJon Marius Venstad2020-10-292-29/+47
|
* Set correct timeout on visitor session parametersJon Marius Venstad2020-10-292-2/+6
|
* 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-202-10/+18
|
* 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-152-10/+6
|
* Re-add "request.isCancelled() clauseJon Marius Venstad2020-10-151-0/+3
|
* Fix operation dispatch (parse once, throw on concurrent dispatch, excpetion ↵Jon Marius Venstad2020-10-152-44/+46
| | | | safe)
* 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-142-19/+29
|
* 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-142-3/+16
|
* Default to a single wanted document in visitsJon Marius Venstad2020-10-141-1/+1
|
* Remove unneeded threading in unit testJon Marius Venstad2020-10-131-4/+3
|
* Tests, more config and various fixesJon Marius Venstad2020-10-137-1532/+429
|
* Support conditional removals in AsyncSessionJon Marius Venstad2020-10-131-1/+4
|
* Also do dispatch when enqueueingJon Marius Venstad2020-10-131-11/+20
|
* Take 2 of async /document/v1 handler — handler onlyJon Marius Venstad2020-10-131-307/+846
|
* Zero delay — just the 10ms throttle wait — for throttle queueJon Marius Venstad2020-10-071-1/+1
|
* Avoid wait(0)Jon Marius Venstad2020-10-071-4/+4
|
* Shut down executor and use named threadJon Marius Venstad2020-10-071-1/+3
|
* Destroy visitor session in other thread to avoid deadlock, and 1000 queue sizeJon Marius Venstad2020-10-072-3/+11
|
* Merge pull request #14712 from ↵Jon Marius Venstad2020-10-054-1/+26
|\ | | | | | | | | vespa-engine/jonmv/expose-insufficient-storage-in-async-doc-v1 Separate error code for insufficient storage