summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* GC unused code and update includesHenning Baldersheim2019-01-059-0/+10
* Do not sleep longer than necessary, and unify braces.Henning Baldersheim2019-01-051-6/+9
* Verify that negative time time does mean a very long waitHenning Baldersheim2019-01-051-9/+28
* = defaultHenning Baldersheim2019-01-051-1/+1
* Remove dead code.Tor Egge2019-01-041-1/+0
* Break ouf of loop in ConfigSubscriptionSet::acquireSnapshot() if thereTor Egge2019-01-041-0/+2
* Change ConfigHolder::wait() to immediately return success if a configTor Egge2019-01-042-3/+2
* 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-142-37/+159
* Inline helper method.gjoranv2018-12-131-7/+4
* 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
* Add test and fix that repeated reconfigs works for schema changes.Henning Baldersheim2018-11-132-11/+7
* Merge pull request #7609 from vespa-engine/hmusum/remove-unused-def-filesValerij Fredriksen2018-11-094-108/+0
|\
| * Remove unused def filesHarald Musum2018-11-094-108/+0
* | 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
* Remove the costly and unnecessary setSlobrokId interface.Henning Baldersheim2018-10-048-51/+42
* Remove unused code for generation callbackHenning Baldersheim2018-10-045-16/+2
* Use full nameHarald Musum2018-10-0352-56/+56
* Throw exception when ConfigFetcher::start() fails to get initial config.Tor Egge2018-10-031-0/+4
* Remove remains from qr-templates configgjoranv2018-09-216-1286/+0
* Remove dead codeJon Bratseth2018-09-191-2/+1
* Enhance array detection to avoid detecting .[document]. as an array.Henning Baldersheim2018-09-121-1/+1
* remove non-instant invocationHåvard Pettersen2018-09-052-2/+2
* Declare option for legacy formatHarald Musum2018-08-301-1/+1
* Remove whitespaceHenning Baldersheim2018-08-124-28/+28
* Pass stringref by valueHenning Baldersheim2018-08-113-13/+13
* Pass stringref by valueHenning Baldersheim2018-08-104-29/+29
* Remove stringref::c_str()Tor Brede Vekterli2018-07-252-2/+2
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-233-5/+6
|\
| * Model inference WIPJon Bratseth2018-07-053-5/+6
* | Use the guava version from container-dep-versions everywhere.gjoranv2018-07-191-2/+0