aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-core
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0931-30/+31
|
* Test is in different package, need public constructor after alljonmv2023-07-101-1/+1
|
* Use consistent timer instance, and set meaningful message timestampsjonmv2023-07-102-5/+17
|
* pick up create flag for put operationsHåvard Pettersen2023-04-281-2/+7
|
* Unify passing of all feed operations through the various feed apis.Henning Baldersheim2023-04-274-58/+18
|
* Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-1/+1
|
* Reduce exposure of com.yahoo.jdisc.http.HttpRequest.Henning Baldersheim2022-11-291-3/+1
|
* No need to bring in container dependencies in the feeder client.Henning Baldersheim2022-11-287-51/+127
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-13/+4
|
* Deprecate ConfigGetterHarald Musum2022-07-071-0/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Move and update TODO to Vespa 9gjoranv2022-06-081-1/+1
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-082-53/+3
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Flip default from xml to json for incomming feed format.Henning Baldersheim2022-06-081-3/+2
|
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-052-3/+20
| | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
|
* unify java warningsArne H Juul2022-01-071-6/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0728-28/+28
|
* Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-20/+3
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-5/+3
|
* Use "[Content:cluster=...]" for routes instead of (only-sometimes-)generated ↵Jon Marius Venstad2021-01-051-1/+1
| | | | -direct route
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-052-23/+15
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-052-15/+23
|
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-041-6/+3
|
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-302-18/+13
|
* Add DocumentOperationParameters to document session APIJon Marius Venstad2020-09-241-1/+1
|
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-102-1/+1
|
* LogLevel -> Level for isLoggable()gjoranv2020-04-252-2/+2
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
|
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-252-3/+3
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-252-2/+2
|
* GC unused codeHenning Baldersheim2020-04-231-72/+0
|
* Add timeout controlHenning Baldersheim2020-04-141-8/+0
|
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Nonfunctional changes only#Jon Bratseth2019-09-161-3/+3
|
* Revert "Handle xml feed without the wrapping <vespafeed> tag"Henning Baldersheim2019-05-011-1/+1
|
* Handle xml feed without the wrapping <vespafeed> tagHenning Baldersheim2019-05-011-1/+1
|
* Add back config fields.Henning Baldersheim2019-04-301-0/+9
|
* Merge branch 'master' into balder/gc-some-unused-optionsHenning Baldersheim2019-04-291-0/+6
|\
| * Revert "GC some options that are not used."Harald Musum2019-04-291-0/+6
| |
* | GC unused configHenning Baldersheim2019-04-293-99/+11
|/
* GC some options that are not used.Henning Baldersheim2019-04-281-6/+0
|
* Replace the multipurpose VespaXMLFeeder.Operation with more to the point ↵Henning Baldersheim2019-04-251-1/+0
| | | | classes with proper final members.
* Refactor to allow for lazy decode.Henning Baldersheim2019-04-252-5/+5
|
* Remove the tea spoon.Henning Baldersheim2019-04-231-3/+0
|
* Move the NullFeedMetric too where it is used.Henning Baldersheim2019-04-231-35/+0
|
* Some more cleanup.Henning Baldersheim2019-04-2310-339/+73
|