aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config/model/producer
Commit message (Collapse)AuthorAgeFilesLines
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-3/+3
|
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-2/+2
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Remove writeFiles() from more placesHarald Musum2020-02-101-61/+0
|
* Improve file distribution error messageJon Bratseth2020-01-091-7/+2
|
* Cleanup config model, part 1Harald Musum2019-07-251-8/+3
| | | | | Remove unused code, optimize imports, fix method signatures. No functional changes
* Allow built-in config definitions without 'com.yahoo' prefix.gjoranv2019-05-161-1/+1
| | | | | | | - The hardcoded package prefix prevented lookup of producers for configs without the prefix. + Fix and refactor to use the already resolved builder class instead Config(Definition)Key.
* Change interface from Mirror.Entry[] to List<Mirror.Entry> as you already ↵Henning Baldersheim2019-04-221-1/+0
| | | | | | have a list. Avoid having to do an array copy that is not necessary.
* compute configId earlierArne Juul2019-02-261-3/+27
| | | | | * when a component is hooked into the graph using setParent(), compute its config id * once set, the config id cannot change
* Wire in deployLogger explicit instead of using a backdoor.Henning Baldersheim2018-10-081-5/+0
|
* Wire in DeployState as paramHenning Baldersheim2018-10-041-6/+0
|
* Use full nameHarald Musum2018-10-031-1/+1
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-051-1/+1
|
* Don't use wildcard imports.gjoranv2018-05-041-7/+21
|
* Java 9: Class.newInstance() is deprecated.gjoranv2018-05-041-2/+2
|
* remove method that only works sometimesArne Juul2018-04-031-16/+10
| | | | | | | * instead save the deploy state in those components where we want to detect isHostedVespa(), and use that directly. * also require a copy of deploy state in AccessLogComponent, instead of the useless now-removed method.
* Don't use unnecessary specific namingJon Bratseth2017-07-051-1/+1
|
* Don't use unnecessary specific namingJon Bratseth2017-07-051-4/+4
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-134-5/+5
|
* Copyright headerJon Bratseth2017-06-134-5/+5
|
* Suport implicit node creationg in content clustersJon Bratseth2017-01-191-0/+2
|
* Create a separate 'monitoring' package for metrics w/friends. (#995)gjoranv2016-11-021-1/+1
|
* Run Application with VespaModel instead of MockRootJon Bratseth2016-09-281-4/+4
|
* Remove unused 'feedback' listJon Bratseth2016-09-051-12/+0
|
* Move building to builderJon Bratseth2016-06-271-1/+1
|
* PublishJon Bratseth2016-06-154-0/+629