summaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Supporting clearing config array when ovverriding configHarald Musum2018-11-011-0/+25
* Use full nameHarald Musum2018-10-0329-29/+29
* Remove dead codeJon Bratseth2018-09-191-2/+1
* Enhance array detection to avoid detecting .[document]. as an array.Henning Baldersheim2018-09-121-1/+1
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-233-5/+6
|\
| * Model inference WIPJon Bratseth2018-07-053-5/+6
* | Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-052-2/+2
|/
* Merge pull request #6243 from vespa-engine/bratseth/nonfunctional-changes-2gjoranv2018-06-2010-15/+45
|\
| * Nonfunctional changesJon Bratseth2018-06-2010-15/+45
* | Propagate internalRedeploy to the RawConfig instanceJon Bratseth2018-06-202-0/+13
|/