aboutsummaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeFilesLines
* - Add compile scope in applicatio/pom.xmlHenning Baldersheim2020-04-151-0/+4
| | | | - Exclude in container-dev/pom.xml
* 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
|
* Exclude httpclient from container-disc (really container-core)gjoranv2020-01-281-1/+1
| | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
* Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-281-1/+1
|
* Exclude httpclient from container-disc (really container-core)gjoranv2020-01-271-1/+1
| | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
* Merge pull request #11649 from ↵Henning Baldersheim2020-01-063-34/+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-033-34/+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
|
* Upgrade to ZooKeeper 3.4.14Harald Musum2019-09-011-5/+0
|
* Revert "Upgrade to zookeeper 3.4.14, take 5"Harald Musum2019-08-291-0/+5
|
* Revert "Revert " Upgrade to zookeeper 3.4.14, take 4""Harald Musum2019-08-281-5/+0
|
* Revert " Upgrade to zookeeper 3.4.14, take 4"Harald Musum2019-08-271-0/+5
|
* Remove unused dependency on zkfacadeHarald Musum2019-08-261-5/+0
|
* 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-312-2/+8
|
* 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
|
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-0/+6
|
* 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
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+466
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-466/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+478
|
* Add Exceptions.findCause()Valerij Fredriksen2018-12-071-2/+4
|
* Less use of ContainerJon Bratseth2018-12-031-4/+4
|
* Include model-integration in applicationJon Bratseth2018-11-231-1/+0
|
* Add dependencyJon Bratseth2018-11-231-0/+6
|
* Avoid deprecated methodJon Bratseth2018-10-161-1/+1
|