summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Support default request/response filter chain per connectorBjørn Christian Seime2020-11-181-0/+5
|
* Reapply resolving onnx model typesLester Solbakken2020-10-281-0/+9
| | | | This reverts commit de5e15528fca545b2a9ccbb1386c5590e11fa383.
* Revert "Lesters/revert revert resolve onnx model types"Lester Solbakken2020-10-271-9/+0
|
* Revert "Revert "Add type resolving for ONNX models""Lester Solbakken2020-10-251-0/+9
| | | | This reverts commit 882d574ab53e8d10a2a8765a64487c20661dc63f.
* Revert "Add type resolving for ONNX models"Arnstein Ressem2020-10-241-9/+0
|
* Add type resolving for ONNX modelsLester Solbakken2020-10-221-0/+9
|
* Use container-documentapi in internal container related poms.gjoranv2020-06-301-1/+1
|
* Remove unnecessary dependencies to vespalog.gjoranv2020-04-271-6/+0
|
* Exclude velocity artifact in config-model/pom.xmlOla Aunrønning2020-02-201-0/+4
|
* Remove use of common libraries in config-modelBjørn Christian Seime2020-01-061-12/+0
|
* Exclude http-utils and apache httpclient.gjoranv2019-05-101-0/+11
| | | | - Not needed to generate config, and saves 1 MB bundle size.
* New metrics-proxygjoranv2019-05-101-0/+6
|
* Revert "Gjoranv/reapply new metrics proxy "Bjørn Christian Seime2019-05-091-17/+0
|
* Exclude http-utils and apache httpclient.gjoranv2019-05-081-0/+11
| | | | - Not needed to generate config, and saves 1 MB bundle size.
* Reapply Gjoranv/New metrics proxygjoranv2019-05-071-0/+6
| | | | This reverts commit 8b0272c3104080d1f293e6a709208d2ea149fc03.
* Revert "Gjoranv/New metrics proxy"gjoranv2019-05-071-6/+0
|
* Use compile scope for metrics-proxy (not provided runtime).gjoranv2019-05-031-1/+1
|
* Install metrics-proxy on MetricsProxyContainerClusters.gjoranv2019-05-021-0/+6
| | | | | | | * Add metrics-proxy dep to config-model. * Install metrics-proxy bundle for MPConatinerClusters. * Add metrics-proxy components and generate configs. * Put node specific components to the Container, not the cluster.
* GC unused dependencies.Henning Baldersheim2019-04-241-5/+0
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Revert "Added logserver feature flag (#8065)"" "Håkon Hallingstad2019-01-111-6/+0
|
* Make flags dependency providedHåkon Hallingstad2019-01-111-5/+6
|
* Revert "Revert "Added logserver feature flag (#8065)""Håkon Hallingstad2019-01-111-0/+5
|
* Revert "Added logserver feature flag (#8065)"Ola Aunrønning2019-01-101-5/+0
| | | | This reverts commit 7a8c964cbc167b617a6c5feb8c62b7585d7e542a.
* Added logserver feature flag (#8065)olaaun2019-01-101-0/+5
| | | | | | | | | | * Added logserver feature flag * Let FlagSource be non-optional * Get flag value for application * Set default flagSource value where not injected
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
| | | | + Remove unused management for old javacc plugin.
* Move all importing to model-integrationJon Bratseth2018-11-221-6/+6
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-10/+4
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Use TF 1.11.0 everywhereJon Bratseth2018-11-151-2/+0
|
* Switch to new javacc maven plugin:gjoranv2018-08-271-6/+4
| | | | | | | | - config model - document - documentapi - indexinglanguage. - searchlib
* Use the guava version from container-dep-versions everywhere.gjoranv2018-07-191-2/+0
|
* Scala code replaced with Java equivalentOlli Virtanen2018-05-241-23/+0
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-2/+0
|
* Use tensorflow 1.6Henning Baldersheim2018-03-121-2/+2
|
* Remove FileDistributionManager.Henning Baldersheim2018-02-081-5/+0
|
* Use protobuf 3.4.0 by defaultJon Bratseth2018-01-181-1/+0
|
* Basic TensorFlow integrationJon Bratseth2018-01-091-0/+15
| | | | | | | | | | This wil replace any occurrence of tensorflow(...) in ranking expressions with the corresponding translated expression. It is functional but these tings are outstanding - Propagate warnings - Import a model just once even if referred multiple times - Add constants as tensor files rather than config
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Don't depend on filedistributionHarald Musum2017-11-161-5/+0
| | | | No need to depend on filedistribution anymore, config defs are now in configdefinitions module
* move logforwarder.def to configdefinitions moduleArne Juul2017-10-051-5/+0
|
* Add support for logforwarderHarald Musum2017-10-051-1/+6
|
* Exclude scala-xml from provided classpathgjoranv2017-09-081-0/+5
| | | | | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-071-5/+0
|
* Exclude scala-xml from provided classpathgjoranv2017-09-071-0/+5
| | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-011-5/+0
| | | | This reverts commit 2bcc584022f761efa9968a3c126608b559b8fedb.
* Exclude scala-xml from provided classpathgjoranv2017-08-311-0/+5
| | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests.