aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java/com/yahoo/document/restapi/resource/RestApi.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-1/+2
* Remove old /document/v1 handlerJon Marius Venstad2020-11-031-422/+5
* Use trace level from parameters, and pass on to ResponseJon Marius Venstad2020-09-241-0/+1
* Inject container threadpool directly to FeedHandler and RestApiBjørn Christian Seime2020-09-031-9/+14
* Remove control of slow start. That was a blind alley.Henning Baldersheim2020-05-291-4/+1
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Log warning on internal exception during Document V1 request handlingTor Brede Vekterli2019-10-311-0/+2
* Support `cluster` parameter for Document V1 Get operationsTor Brede Vekterli2019-07-191-2/+3
* Eradicate warningsOlli Virtanen2019-05-101-2/+1
* Explicitly require non-empty (or null) routeJon Bratseth2019-04-291-1/+8
* Minor cleanupJon Bratseth2019-04-291-46/+48
* Revert "Merge pull request #9207 from vespa-engine/revert-9204-bratseth/docum...Jon Bratseth2019-04-291-6/+11
* Revert "Separate user and system exceptions"Harald Musum2019-04-271-11/+6
* Separate user and system exceptionsJon Bratseth2019-04-261-6/+11
* Replace the multipurpose VespaXMLFeeder.Operation with more to the point clas...Henning Baldersheim2019-04-251-11/+11
* Return HTTP 400 instead of 403 on bad requestsTor Brede Vekterli2019-01-231-2/+2
* Add and use cross-cluster bucket space configTor Brede Vekterli2018-12-071-0/+11
* Revert "Add and use cross cluster bucket space config"Tor Brede Vekterli2018-12-061-11/+0
* Add and use cross-cluster bucket space configTor Brede Vekterli2018-12-051-0/+11
* Inject RestApi ClusterListConfig instead of fetching it every timeTor Brede Vekterli2018-12-051-2/+15
* Support cross-document type visiting via /document/v1/ rootTor Brede Vekterli2018-10-091-1/+18
* Ensure selection parameter sub-expression is complete and validTor Brede Vekterli2018-04-101-2/+22
* Allow both group/numeric ID and selection to be specified at the same timeTor Brede Vekterli2018-04-101-10/+14
* Improve validation and escaping of number/group visiting parametersTor Brede Vekterli2018-04-101-9/+42
* Also support fieldSet for Document V1 get operationsTor Brede Vekterli2018-02-081-3/+4
* Refactor extraction of visit parameters from HTTP request parametersTor Brede Vekterli2018-01-311-29/+42
* Add `fieldSet` and `concurrency` parameter support to Document V1 visiting APITor Brede Vekterli2018-01-311-7/+31
* use LoggingRequestHandler.Context in constructorsArne Juul2018-01-051-4/+7
* Add wantedDocumentCount parameter to Document V1 visiting APITor Brede Vekterli2017-09-281-17/+43
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Report feed metrics against /document/v1valerijf2017-05-111-3/+4
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-061-5/+6
* Merge pull request #1865 from yahoo/dybdahl/add-routeHaakon Dybdahl2017-02-271-3/+6
|\
| * Add route option, to be tested in system test.Haakon Dybdahl2017-02-271-3/+6
* | Make visit work for numbers.Haakon Dybdahl2017-02-271-1/+6
|/
* Merge pull request #1608 from yahoo/dybdahl/threadsHenning Baldersheim2017-01-261-4/+12
|\
| * Make final.Haakon Dybdahl2017-01-261-2/+2
| * Make document API use max 40% of threads, and feeding use max 40%.Haakon Dybdahl2017-01-261-3/+11
* | Allow visiting based on group selection automatically.Haakon Dybdahl2017-01-261-6/+8
|/
* update testHaakon Dybdahl2017-01-241-1/+3
* Allow more threads for document/v1 api.Haakon Dybdahl2017-01-241-1/+1