summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Use correct statistic, missed when correcting the above oneJon Marius Venstad2021-07-071-1/+1
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-5/+0
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-0/+5
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-5/+0
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-0/+5
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-5/+0
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-0/+5
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-5/+0
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-0/+5
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-5/+0
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-0/+5
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-5/+0
|
* Prefer document API timeout in /doc/v1Jon Marius Venstad2021-06-102-22/+30
|
* Add a concurrency unit test to /doc/v1 testJon Marius Venstad2021-06-091-2/+75
|
* Document API errors are BAD_GATEWAYJon Marius Venstad2021-06-082-8/+23
|
* Ignore request if onError was invoked on content channelBjørn Christian Seime2021-06-011-1/+10
|
* Increase max enqueued operations to 4096Jon Marius Venstad2021-05-201-8/+2
|
* Set message bus message timeout from http request, and 504 on mbus timeoutJon Marius Venstad2021-05-192-0/+21
|
* Document ID numbers can be 1 << 63 - 1Jon Marius Venstad2021-05-141-14/+17
|
* Remove duplicate headersJon Bratseth2021-03-181-2/+1
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* 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-072-2/+4
|
* documentsVisited iss apparently the correct thingJon Marius Venstad2021-02-052-2/+2
|
* Timeout is not an error when waiting for consistent bubcketsJon Marius Venstad2021-02-042-4/+5
|
* Include document count in responsesJon Marius Venstad2021-02-042-1/+13
|
* Stricter parameters for new visits featuresJon Marius Venstad2021-02-042-45/+94
|
* Replace explicit, direct route to cluster with its name-routeJon Marius Venstad2021-02-042-7/+6
|
* Test for equal condition in DocumentOperation subclassesJon Marius Venstad2021-02-041-1/+1
|
* Use "route" for visit destination routesJon Marius Venstad2021-02-032-10/+9
|
* 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-032-35/+310
|
* Refactor to allow more flex in reacting to documents receivedJon Marius Venstad2021-02-032-30/+88
|
* 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
| | | | 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
|