aboutsummaryrefslogtreecommitdiffstats
path: root/application/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix TBD comments for Processing.setDocprocServiceRegistry()gjoranv2022-03-071-2/+6
| | | | - Method will be removed
* Suppress removal warnigns for docproc APIs and add TODOs forgjoranv2022-02-281-0/+5
| | | | .. methods where no replacement is available yet.
* Skip tests if onnxruntime unavailable, part 3Harald Musum2022-02-141-0/+3
|
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-2/+0
|
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-217-72/+52
|
* Remove use of Guava ListenableFuture from com.yahoo.jdisc.handlerBjørn Christian Seime2021-12-101-3/+1
| | | | | | This change is not 100% API compatible. Many classes from this package inherited types from Guava. The classes will have the same methods as before, but their type has obviously changed. Two options; merge now with the small risk of breakage or wait for Vespa 8 branch.
* Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-063-22/+19
| | | | | | | Public methods: - com.yahoo.processing.rendering.Renderer.render() - com.yahoo.search.handler.HttpSearchResponse.waitableRender() - com.yahoo.processing.rendering.AsynchronousSectionedRenderer.renderBeforeHandover()
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-0313-13/+13
| | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* search -> schemaJon Bratseth2021-10-151-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-075-5/+5
|
* Update 2017 copyright notices.gjoranv2021-10-0748-48/+48
|
* Avoid use of deprecated Request.setServerRequest.Henning Baldersheim2021-10-041-1/+1
|
* Order importers by their increasing probing cost.Henning Baldersheim2021-09-141-2/+2
|
* Revert "Revert "Wire in executor in deploystate that can be use to speed up ↵Harald Musum2021-09-071-2/+12
| | | | deploymen…""
* Revert "Wire in executor in deploystate that can be use to speed up ↵Harald Musum2021-09-071-12/+2
| | | | deploymen…"
* Wire in executor in deploystate that can be use to speed up deployments. Fx ↵Henning Baldersheim2021-09-071-2/+12
| | | | | | compile rankprofiles in parallell. Currently only uses a foreground executor giving no semantic difference compared to normal single threaded execution.
* Remove JerseyTestgjoranv2021-07-124-237/+0
|
* Rename test cases for consistency.gjoranv2021-07-021-4/+4
|
* Revert "Install model evaluation via configmodel [run-systemtest]"gjoranv2021-07-021-4/+4
|
* Rename test cases for consistency.gjoranv2021-07-011-4/+4
|
* Ignore unit tests for rest-api in services.xmlgjoranv2021-06-281-0/+2
|
* Disable accesslog to make test run slightly faster.gjoranv2021-06-251-0/+1
|
* Set up SimpleLinguistics for search apps to avoid the default.gjoranv2021-06-253-0/+8
|
* searchdefinitions -> schemasHarald Musum2021-06-031-0/+0
|
* Move adding os inputs and outputs of ONNX models into OnnxModelLester Solbakken2021-05-271-0/+2
|
* Add model path to stored model infoLester Solbakken2021-05-212-2/+2
|
* Add convenience for creating a LocalDocumentAccessJon Marius Venstad2020-09-301-0/+44
|
* Use full name in config definition file namesHarald Musum2020-09-101-0/+0
|
* Import TensorFlow models via ONNX conversionLester Solbakken2020-09-0410-14069/+7
|
* Revert "Import Tensorflow models vis ONNX conversion"Lester Solbakken2020-06-1210-7/+14069
| | | | This reverts commit 0a886d74d4c9ffde41eef1f7e3c186b60b9f3726.
* Import Tensorflow models vis ONNX conversionLester Solbakken2020-06-1210-14069/+7
|
* Revert "Merge pull request #12565 from ↵Jon Bratseth2020-03-173-9/+10
| | | | | | | vespa-engine/revert-12563-bratseth/search-to-schema" This reverts commit ea5fe1bf8c0d389a3964d2e5c490994920d21a4e, reversing changes made to 7e92c3852e893d09f0aa821e04e4e9dbe83b4ab2.
* Revert "Bratseth/search to schema"Jon Bratseth2020-03-133-10/+9
|
* Merge pull request #12563 from vespa-engine/bratseth/search-to-schemaJon Bratseth2020-03-133-9/+10
|\ | | | | Bratseth/search to schema
| * searchdefinitions -> schemasJon Bratseth2020-03-133-9/+10
| |
* | Set a high timeoutJon Bratseth2020-03-111-3/+3
|/
* Disable access logging in testsHarald Musum2020-02-0610-18/+30
|
* Reduce access loggingHåkon Hallingstad2020-02-051-0/+1
| | | | | | | | | | | | Avoids writing access logs in various tests. 1. Disables by-default access logging with Application, since it is used in unit tests. 2. However many tests create additional DeployState which renders this ineffective, and so this PR also explicitly disables access logging in services.xml of some tests. (1) might be unnecessary if we anyway have to do (2) everywhere, but this is not clear to me.
* Add support for importing LightGBM modelsLester Solbakken2020-02-023-1/+283
|
* Merge pull request #11649 from ↵Henning Baldersheim2020-01-062-6/+6
|\ | | | | | | | | vespa-engine/bjorncs/apache-commons-libraries-cleanup Bjorncs/apache commons libraries cleanup
| * Remove use of apache commons libraries in applicationBjørn Christian Seime2020-01-032-6/+6
| |
* | Add/corect copyright headersJon Bratseth2020-01-032-0/+2
|/
* Update test result for xgboost missing valuesLester Solbakken2019-11-201-1/+1
|
* Set default missing value to NaN for model evaluationLester Solbakken2019-10-111-1/+1
|
* No keys...Henning Baldersheim2019-08-161-2/+2
|
* doc: -> id:Henning Baldersheim2019-08-161-2/+2
|
* Fix invalid bindings in ApplicationTestBjørn Christian Seime2019-08-151-2/+2
|