aboutsummaryrefslogtreecommitdiffstats
path: root/application/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Ignore order in serialized JSONMorten Tokle2019-07-311-1/+2
|
* Replace 'jdisc' with 'container' in application.gjoranv2019-07-117-30/+30
|
* Note precisely what worksJon Bratseth2019-06-282-25/+32
|
* Support model-evaluation in ApplicationJon Bratseth2019-06-2821-22/+14224
|
* Remove unnecessary importJon Bratseth2019-06-111-1/+0
|
* Fix comment typoJon Bratseth2019-06-111-1/+1
|
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-094-31/+29
|
* Extract execution creation into ExecutionFactoryJon Bratseth2019-06-091-1/+1
|
* Ignore deployment.xml in some contexts (e.g. unit tests)Harald Musum2019-05-273-8/+25
|
* Generate html5 javadocgjoranv2019-01-211-3/+3
|
* Remove template supportJon Bratseth2019-01-211-1/+0
|
* Rename DefaultRenderer to XmlRendererJon Bratseth2019-01-211-1/+1
|
* remove "header" from embedded SDArne Juul2019-01-211-1/+0
|
* stop using "header" and "body" keywordsArne Juul2019-01-211-4/+0
|
* Add Exceptions.findCause()Valerij Fredriksen2018-12-071-2/+4
|
* Less use of ContainerJon Bratseth2018-12-031-4/+4
|
* Avoid deprecated methodJon Bratseth2018-10-161-1/+1
|
* Avoid deprecated methodJon Bratseth2018-10-152-12/+4
|
* Fix author tag for SimonBjørn Christian Seime2018-07-052-2/+2
|
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-041-1/+1
|
* Scala code in standalone-container converted to JavaOlli Virtanen2018-05-311-4/+3
|
* Stricter verification of exception in builder_cannot_be_reused using @Rule; ↵Olli Virtanen2018-05-281-5/+11
| | | | visibility cleanups
* Clean up expected-to-fail test caseOlli Virtanen2018-05-281-7/+6
|
* Convert Scala code to Java, with ApplicationBuilderTest fixedOlli Virtanen2018-05-2516-583/+588
|
* Revert "Replace Scala test code in application module with equivalent Java"gjoranv2018-05-2416-589/+583
|
* Merge pull request #5899 from ↵Bjørn Christian Seime2018-05-2416-583/+589
|\ | | | | | | | | vespa-engine/ovirtanen/remove-scala-dependency-in-application Replace Scala test code in application module with equivalent Java
| * Corrected author informationOlli Virtanen2018-05-248-11/+20
| |
| * Sync style with intelliJ defaultsOlli Virtanen2018-05-169-466/+473
| |
| * Convert Scala test code to JavaOlli Virtanen2018-05-1515-572/+562
| |
* | Revert "Revert "Remove empty filter chains from filter chain repo.""gjoranv2018-05-231-0/+17
| |
* | Revert "Remove empty filter chains from filter chain repo."gjoranv2018-05-231-17/+0
| |
* | Remove empty filter chains from filter chain repo.gjoranv2018-05-231-0/+17
|/ | | | | | * Ensure no empty chains before throwing IndexOutOfBoundsException. * Verify that application does not throw upon access-control in services.xml.