aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7760 from vespa-engine/hakonhall/new-flags-moduleHåkon Hallingstad2018-11-261-0/+1
|\ | | | | Add flags module
| * Add flags moduleHåkon Hallingstad2018-11-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FileFlagSource reads flags from files in /etc/vespa/flags and is a component that can be injected in host admin, config server, etc. A flag named foo corresponds to filename foo. In general a FlagSource manages: - Feature flags: A feature is either set (true/enabled) or otherwise false. Touching a file foo means the feature flag foo is set (true). - Value flags: Either a String or empty if not set. The String corresponds to the file content. The plan is to make the config server another source of flags. A unified FlagSource can merge the two sources with some priority and used in e.g. parts of node-admin. In other parts one would only have access to the file source. Defines various flag facades: - FeatureFlag: Used to test whether a feature has been enabled or not. - IntFlag - JacksonFlag: Deserializes JSON to Jackson class, or return default if unset. - LongFlag - OptionalJacksonFlag: Deserializes JSON to Jackson class, or empty if unset. - OptionalStringFlag - StringFlag This is part of removing some of the last Chef recipes. Some minor tweaks have been necessary as part of this and are included in this PR (test whether a systemd service exists, task-friendly file deletion, allow capitalized letters in YUM package name).
* | Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
|/ | | | | | | 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.
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-191-0/+1
|
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-191-1/+0
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-171-0/+1
|
* Remove libmlr - not usedJon Bratseth2018-10-151-1/+0
|
* Add modules for open-source hosted applicationsJon Marius Venstad2018-09-191-0/+2
|
* Dummy commit for CLA botJon Marius Venstad2018-09-051-1/+1
|
* Rename (#6543)Jon Bratseth2018-08-101-1/+1
|
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-231-0/+1
|\ | | | | Bratseth/java model inference
| * Model inference initial commitJon Bratseth2018-06-281-0/+1
| |
* | Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-0/+1
| |
* | Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-1/+0
| |
* | Merge pull request #6366 from ↵Henrik Høiness2018-07-111-0/+1
|\ \ | | | | | | | | | | | | vespa-engine/henrhoi/adding-gui-handler-when-building-containermodel Adding handler and binding when services.xml has <search>-field
| * | Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-101-0/+1
| | | | | | | | | | | | now reads from built .jar instead of resources. Vespa builds successfully
* | | Move two Manven plugins to the maven-plugins module so they are compiled in ↵Arnstein Ressem2018-07-111-2/+0
|/ / | | | | | | bootstrap.
* / Created new module container-search-gui containing handler for gui for ↵Henrik2018-07-051-0/+1
|/ | | | building queries. Resources-folder static is now named gui
* Add new module fat-model-dependenciesgjoranv2018-05-301-0/+1
| | | | | | | | - Contains all compile scope deps for config-model-fat. - Added to avoid copying all these deps into amended fat model. - Necessary for maven-bundle-plugin 3 because its exclude mechanism has changed to exclude all transitive deps of an excluded artifact.
* Revert "Add new module fat-model-dependencies"Harald Musum2018-05-301-1/+0
|
* Add new module fat-model-dependenciesgjoranv2018-05-291-0/+1
| | | | | | | | - Contains all compile scope deps for config-model-fat. - Added to avoid copying all these deps into amended fat model. - Necessary for maven-bundle-plugin 3 because its exclude mechanism has changed to exclude all transitive deps of an excluded artifact.
* Add new module jdisc-security-filtersBjørn Christian Seime2018-04-091-0/+1
| | | | | * Add new base class for security filters supporting CORS headers * Add CORS response filter and preflight request filter
* Remove FileDistributionManager.Henning Baldersheim2018-02-081-2/+0
|
* Reapply: split parent + container-dependency-versions from root pomJon Bratseth2018-01-251-935/+0
|
* Add athenz-clients moduleBjørn Christian Seime2018-01-101-0/+1
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-0/+935
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-935/+0
|
* Merge with masterJon Bratseth2017-12-131-3/+0
|
* Merge with masterJon Bratseth2017-12-131-3/+7
|\
| * Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-938/+4
| | | | | | | | | | | | - 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-4/+938
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-938/+4
| | | | | | | | | | | | - 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-4/+938
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-938/+4
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* | Merge with masterJon Bratseth2017-11-281-1/+7
|\|
| * Change repository url to HTTPSMasakazu Nagaya2017-11-101-1/+1
| |
| * Move commons-logging version to parent pom.gjoranv2017-11-081-0/+6
| |
* | TF model translation WIPJon Bratseth2017-11-071-1/+1
|/
* Merge pull request #3830 from ↵Morten Tokle2017-10-231-0/+6
|\ | | | | | | | | vespa-engine/bjorncs/athenz-identity-provider-service Initial Athenz copper argos implementation
| * Add Athenz Identity Provider ServiceBjørn Christian Seime2017-10-181-0/+6
| |
* | Remove Scala code in testHåkon Hallingstad2017-10-201-5/+0
|/
* Use BouncyCastle 1.58Bjørn Christian Seime2017-10-171-1/+1
|
* Remove duplicate 'repositories' elementBjørn Christian Seime2017-10-161-12/+0
|
* Open-source Athenz integration for controller-serverBjørn Christian Seime2017-10-161-0/+12
|
* Add Athenz dependencies to parent pom.xmlBjørn Christian Seime2017-10-161-0/+22
|
* Revert "Open-source Athenz integration for controller-server"Bjørn Christian Seime2017-10-161-22/+0
| | | | This reverts commit 2d12b78dc2dd3a755e9a9dd05fa7f98acb2f544c.
* Use maven-dependency-plugin 2.10Bjørn Christian Seime2017-10-161-1/+1
|
* Merge branch 'master' into gjoranv/container-testgjoranv2017-10-161-0/+24
|\
| * Open-source Athenz integration for controller-serverBjørn Christian Seime2017-10-161-0/+24
| |
* | Add dependency management for jackson-dataformat-xml.gjoranv2017-10-131-0/+5
| | | | | | | | + remove some unnecessary version from vespa-http-client pom.