summaryrefslogtreecommitdiffstats
path: root/configserver/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-281-2/+2
| | | | artifact ids"""
* Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-261-2/+2
| | | | artifact ids""
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-2/+2
|
* Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-2/+2
|
* Fix imports and lintingJon Marius Venstad2019-02-261-0/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Configserver flags REST APIHåkon Hallingstad2018-12-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new ZooKeeper backed flag source. It is defined in a new module configserver-flags to allow as many as possible config server modules to depend on it by minimizing dependencies. The content of the ZK backed flag source can be viewed and modified through REST API on the config server/controller. The data stored per flag looks like { "rules": [ { "conditions": [ { "type": "whitelist", "dimension": "hostname", "values": ["host1"] } ], "value": true } ] } typical for enabling a feature flag on host1. 2 types of conditions are so far supported: whitelist and blacklist. All the conditions must match in order for the value to apply. If the value is null (or absent), the default value will be used. At the time the flag's value is retrieved, it is resolved against the conditions with the current zone, hostname, and/or application. The same data structure is used for FileFlagSource for files in /etc/vespa/flags with the ".2" extension. The FlagSource component injected in the config server is changed to: 1. Return the flag value if specified in /etc/vespa/flags, or otherwise 2. return flag value from ZooKeeper (same as REST API) The current flags (module) is also changed: - All flags must be defined in com.yahoo.vespa.flags.Flags. This allows the ZK backed flag source additional sanity checking when modifying flags. - If it makes sense to have different flag value depending on e.g. the application, then at some point before the value is retrieved, one has to bind the flag to that application (using with() to set up the fetch vector). Future changes would be to 0. make a merged FlagSource in host admin, 1. add support for viewing and modifying feature flags in dashboard, 2. in hv tool.
* Use feature flag for when to use server cacheHarald Musum2018-12-131-0/+6
|
* Add GET suspended status to application/v2Jon Bratseth2018-10-221-0/+12
|
* Add test dependency for application to get all test depsgjoranv2018-07-251-0/+7
| | | | .. that aren't provided runtime in jdisc.
* Test response on timeoutMartin Polden2018-06-271-0/+5
|
* Remove FileDistributionManager.Henning Baldersheim2018-02-081-5/+0
|
* Update commons-compress to a newer versionHarald Musum2018-02-051-1/+0
|
* 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.
* Add support for downloading from another config serverHarald Musum2017-11-231-0/+5
| | | | | | | If a request for a file reference cannot be fulfilled, ask another config server for the file. Handle connection errors when downloading files. Fixed bundle issues.
* Revert "Revert "Revert "Add support for downloading from another config ↵Harald Musum2017-11-221-5/+0
| | | | server"""
* Use correct versionHarald Musum2017-11-211-1/+1
|
* Revert "Revert "Add support for downloading from another config server""Harald Musum2017-11-211-0/+5
|
* Revert "Add support for downloading from another config server"Harald Musum2017-11-211-5/+0
|
* Add support for downloading from another config serverHarald Musum2017-11-211-0/+5
| | | | | | If a request for a file reference cannot be fulfilled, ask another config server for the file. Handle connection errors when downloading files.
* Revert "Move file distribution stuff to filedistribution module"Harald Musum2017-11-091-5/+0
|
* Move file distribution stuff to filedistribution moduleHarald Musum2017-11-091-0/+5
|
* Depend on lz4 (for xxhash) and add no-arg FileServer constructorHarald Musum2017-11-081-0/+5
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Upgrade maven-install-plugin to 2.5.2Bjørn Christian Seime2017-06-131-1/+0
|
* simplify jar-plugin configurationArne H Juul2017-04-301-15/+7
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* PublishJon Bratseth2016-06-151-0/+281