summaryrefslogtreecommitdiffstats
path: root/config/src/main
Commit message (Expand)AuthorAgeFilesLines
* Version is not used anymore, simplify and cleanupHarald Musum2019-07-251-88/+16
* Remove unused codeHarald Musum2019-07-251-63/+0
* Remove constructor that uses default namespace (deprecated)Harald Musum2019-07-241-25/+6
* Keep method as public, part of APIHarald Musum2019-07-241-2/+2
* Cleanup code, no functional changesHarald Musum2019-07-2418-117/+95
* Remove unused codeHarald Musum2019-07-227-153/+11
* Remove usage of deprecated Method constructorBjørn Christian Seime2019-05-232-19/+8
* Improve readability and correct a commentJon Marius Venstad2019-05-222-5/+5
* Correct timeLeftMillis decrementationJon Marius Venstad2019-05-221-1/+1
* Add createConfigV3GetConfigMethod overload taking MethodHandlerBjørn Christian Seime2019-05-151-3/+13
* Cannot check for valid url downloader, connect is done later nowHarald Musum2019-03-011-2/+2
* Add null guardHarald Musum2019-02-281-2/+2
* Only connect if neededHarald Musum2019-02-281-1/+2
* Move connect to where the work is doneHarald Musum2019-02-281-1/+1
* Use connect instead of connectSyncHarald Musum2019-02-252-3/+9
* Rename LoadBalancerAlias -> RoutingPolicyMartin Polden2019-02-061-0/+5
* Merge pull request #8253 from vespa-engine/hmusum/remove-field-from-config-pr...Harald Musum2019-01-294-23/+0
|\
| * Remove unused fieldHarald Musum2019-01-284-23/+0
* | minus char is locale dependentKristian Aune2019-01-281-2/+3
|/
* Print jrt transport metrics as comment in outputBjørn Christian Seime2019-01-241-2/+4
* Revert "Add jrt supervisor as constructor parameter"Bjørn Christian Seime2019-01-221-6/+1
* Add jrt supervisor as constructor parameterBjørn Christian Seime2019-01-141-1/+6
* Add error message to returned error for url downloadLester Solbakken2019-01-101-1/+1
* Increase timeout for url download to 1 hourLester Solbakken2019-01-102-2/+2
* Increase url download timeout to 5 minutesLester Solbakken2019-01-101-1/+1
* Differentiate path and url field setsLester Solbakken2019-01-101-4/+5
* Update license headerLester Solbakken2019-01-091-1/+1
* Download files specified in url config fieldLester Solbakken2019-01-093-5/+130
* Prepare for removing wanted generation in confi requestsHarald Musum2019-01-082-5/+1
* Reset allGenerationsChanged and allGenerationsSame between loops.Henning Baldersheim2019-01-071-15/+13
* Only log the config on spam level.Henning Baldersheim2019-01-062-13/+14
* Optimize imports.Henning Baldersheim2019-01-062-2/+5
* ThreadLocalRandom is recommended over Random in multithreaded environments, t...Håkon Hallingstad2018-12-201-4/+8
* Fix imports, indentation access modifiersHarald Musum2018-12-201-21/+35
* SimplifyHarald Musum2018-12-201-5/+2
* Add url config typeLester Solbakken2018-12-183-21/+77
* Update method comment.gjoranv2018-12-141-2/+2
* Allow non-existent structs, arrays and maps in config payloads.gjoranv2018-12-141-29/+35
* Include stack trace when constructed in log warningBjørn Christian Seime2018-12-041-1/+7
* Prefix warning with Object.toString()Bjørn Christian Seime2018-12-041-1/+1
* Use thread-safe list implementation for 'subscriptionHandles'Bjørn Christian Seime2018-12-041-2/+2
* Use static loggerBjørn Christian Seime2018-12-041-1/+1
* Synchronize access to 'genreration' and 'internalRedeploy' fieldsBjørn Christian Seime2018-12-041-5/+9
* Synchronize access to 'state' fieldBjørn Christian Seime2018-12-041-8/+22
* Warn during finalization if ConfigSubscriber was not closedBjørn Christian Seime2018-12-041-7/+10
* Deprecate com.yahoo.config.provision.VersionJon Bratseth2018-12-011-1/+2
* Revert "Support flag for replacing an array when overriding config, part 1"Harald Musum2018-11-091-10/+0
* Support flag for replacing an array when overriding config, part 1Harald Musum2018-11-081-0/+10
* Revert "Supporting clearing config array when overriding config"Harald Musum2018-11-081-13/+0
* Simplify by using a removeArray method, make operation case insensitiveHarald Musum2018-11-051-15/+3