summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
* use LoggingRequestHandler.Context in constructorsArne Juul2018-01-059-23/+37
| | | | | * this implicitly wires in a Metric, allowing handler invocations to be measured in the ThreadedRequestHandler superclass.
* add jdisc Metric wiringArne Juul2017-12-145-8/+17
| | | | rename metric (will be tagged as a "container" metric anyway)
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Merge pull request #3573 from ↵Tor Brede Vekterli2017-09-296-41/+146
|\ | | | | | | | | vespa-engine/vekterli/add-wanted-document-count-parameter-to-document-v1-visiting-api Add wantedDocumentCount parameter to Document V1 visiting API
| * Remove redundant identity transform of OptionalTor Brede Vekterli2017-09-281-1/+1
| |
| * Add wantedDocumentCount parameter to Document V1 visiting APITor Brede Vekterli2017-09-286-41/+146
| | | | | | | | | | | | | | | | | | | | | | Visiting will continue until the provided number of documents has been returned, or the session times out. Parameter is bounded by an implementation defined maximum. Remove old visit() interface method, as it should not have been covered by an ExportPackage and therefore no one should have managed to actually use it externally. This fixes #3394
* | Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|/
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
|
* use HostName.getLocalhostArne Juul2017-09-081-8/+2
|
* More precise timeout semantics in Javadoc, deprecate SyncSession default ctorBjørn Christian Seime2017-08-211-1/+1
|
* Only require 1 document hit before returning to clientTor Brede Vekterli2017-06-191-1/+1
|
* Update copyright headersJon Bratseth2017-06-1483-81/+83
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1483-83/+81
|
* Update copyright headersJon Bratseth2017-06-1483-81/+83
|
* Remove carriage returnJon Bratseth2017-06-1415-15/+15
|
* Revert "Copyright header"Jon Bratseth2017-06-1383-98/+96
|
* Copyright headerJon Bratseth2017-06-1383-96/+98
|
* Url decode groupname in document/v1valerijf2017-06-062-3/+19
|
* use standard formatting for Override annotationArne H Juul2017-05-301-1/+2
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+1
|
* Code review fixesvalerijf2017-05-128-41/+44
|
* Arch. review fixesvalerijf2017-05-114-8/+8
|
* Fix testsvalerijf2017-05-118-9/+18
|
* Update feed metrics in vespa.http.servervalerijf2017-05-113-11/+28
|
* Set DocumentOperationType in ReplyContextvalerijf2017-05-114-15/+20
|
* Report feed metrics against /document/v1valerijf2017-05-112-22/+52
|
* Created helper classes to collect feed metricsvalerijf2017-05-113-0/+112
|
* Treat document V1 API visiting timeouts with progress as successful (#2401)Tor Brede Vekterli2017-05-092-14/+114
| | | | | | | | | | | | | Previously, using a visitor with a selection that did not match any buckets visited during the session's lifetime would trigger a timeout error to the client and abort the visiting. With this change, we special case timeouts if they have successfully visited at least 1 bucket and return a successful response for these. The client can then use the updated continuation token for its subsequent request and continue from where the timed out session left off. The timeout special cased handling is done _outside_ the session and control handler to avoid increasing session-internal complexity, and since not all visitor use cases want this behavior (e.g. streaming search).
* Reduce document to fieldset defined in get (already done for visiting).Haakon Dybdahl2017-04-051-1/+1
|
* Improvements based on code review.Haakon Dybdahl2017-03-091-1/+1
|
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-0611-56/+103
|
* Route is sticky, need to be set every time.Haakon Dybdahl2017-02-281-7/+6
|
* Merge pull request #1865 from yahoo/dybdahl/add-routeHaakon Dybdahl2017-02-274-12/+30
|\ | | | | Add route option, to be tested in system test.
| * Add route option, to be tested in system test.Haakon Dybdahl2017-02-274-12/+30
| |
* | Make visit work for numbers.Haakon Dybdahl2017-02-271-1/+6
| |
* | make it work.Haakon Dybdahl2017-02-271-1/+1
| |
* | Only return defined fieldset.Haakon Dybdahl2017-02-271-1/+2
|/
* Merge pull request #1608 from yahoo/dybdahl/threadsHenning Baldersheim2017-01-262-8/+16
|\ | | | | Make document API use max 40% of threads, and feeding use max 40%.
| * Make final.Haakon Dybdahl2017-01-261-2/+2
| |
| * Make document API use max 40% of threads, and feeding use max 40%.Haakon Dybdahl2017-01-262-7/+15
| |
* | Merge pull request #1610 from yahoo/dybdahl/silent-upgrade-3Haakon Dybdahl2017-01-261-1/+8
|\ \ | | | | | | Reduce number of error codes over http api, not yet live.
| * | Clean up code a bitHaakon Dybdahl2017-01-261-7/+8
| | |
| * | Reduce number of error codes over http api, not yet live.Haakon Dybdahl2017-01-261-1/+7
| |/
* | Fix name of string in test.Haakon Dybdahl2017-01-261-4/+4
| |
* | Allow visiting based on group selection automatically.Haakon Dybdahl2017-01-262-9/+23
|/