aboutsummaryrefslogtreecommitdiffstats
path: root/application/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuration of remote address in 'application' requestBjørn Christian Seime2023-11-172-0/+19
|
* Add getter for request handler registryBjørn Christian Seime2023-11-171-0/+3
|
* Update copyrightJon Bratseth2023-10-0961-59/+61
|
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-21/+13
|
* Use the metric provider returned after configurationJon Bratseth2023-03-033-1/+50
|
* Truncate floating points before comparing JSONBjørn Christian Seime2023-02-281-1/+7
|
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-271-5/+5
| | | | | | Require an `OnnxRuntime` instance to create `OnnxEvaluator` instances. Cache underlying `OrtSession` instead of `OnnxEvaluator`. Move static helpers for checking Onnx runtime availability from `OnnxEvaluator` to `OnnxRuntime`.
* Avoid dependency on test code from different module.Henning Baldersheim2023-01-241-2/+21
|
* Unify on Streams.toList()Henning Baldersheim2023-01-171-3/+1
|
* update test, short tensors are default nowArne Juul2022-12-131-5/+5
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-15/+15
|
* Use consistent terminologyJon Bratseth2022-09-291-10/+10
|
* Convert application to junit5Bjørn Christian Seime2022-07-2910-239/+272
|
* Rename testBjørn Meland2022-07-271-2/+1
|
* Default to empty CompiledQueryProfileRegistrybjormel2022-07-261-2/+12
|
* Attempt to use query profiles from applicationbjormel2022-07-265-5/+73
|
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-101-1/+1
| | | | | | | vespa-engine/revert-23039-bratseth/weakand-by-default-take-2" This reverts commit 4b3adbb89f52bb20f2f220fcf1480673cae0881d, reversing changes made to d204179b218af2fdf4b251ede3a465ffabbf6557.
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-1/+1
|
* Revert "Merge pull request #23036 from ↵Jon Bratseth2022-06-091-1/+1
| | | | | | | vespa-engine/revert-23032-bratseth/weakand-by-default" This reverts commit 1b00635b293901abaef45aca022647c01e840b6b, reversing changes made to 0fd0ba6d04f642095e35ff828e6d7ee334a4bdb8.
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-091-1/+1
|
* Merge pull request #23032 from vespa-engine/bratseth/weakand-by-defaultJon Bratseth2022-06-091-1/+1
|\ | | | | Change user query default from ALL to WEAKAND on Vespa 8
| * Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-1/+1
| |
* | Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
|/
* Revoke deprecated implementation classes in c.y.docproc from publicgjoranv2022-06-081-13/+2
|
* Remove all usage and stop providing net.jcip.annotaitonsgjoranv2022-06-082-4/+0
| | | | (only provided build time, not runtime)
* Remove support for jdisc tag in services.xmlHarald Musum2022-06-081-2/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-082-30/+0
|
* Remove unnecessary annotations.gjoranv2022-06-082-5/+1
|
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-1/+1
|
* 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
|