aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config/model/producer
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead codeHarald Musum2023-09-291-20/+1
|
* Print stacktrace when trying to add a child producer with same id.gjoranv2023-07-041-1/+3
|
* SimplifyHarald Musum2023-02-162-9/+0
|
* simple default for dump() and getChildren()Arne Juul2023-02-141-9/+0
|
* Less wildcards for some TreeConfigProducer instancesArne Juul2023-02-141-1/+1
|
* minor cleanupArne Juul2023-02-142-27/+12
| | | | | | | * add author * move helper method to the using class * cleanup unneccessary imports * remove unused member variable
* split AbstractConfigProducerArne Juul2023-02-134-140/+232
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-3/+1
| | | | Also remove some deprecated methods in ConfigGetter
* Create schema-info for global schema infoJon Bratseth2022-04-271-5/+4
|
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
|
* Classify exceptions better to avoid unnecessary stack tracesJon Bratseth2022-01-211-1/+1
|
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
| | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
|
* Create config server when not configured explicitlyJon Bratseth2021-10-061-1/+1
|
* No functional changesJon Bratseth2021-09-241-6/+2
|
* Assign Slobroks only on cluster controllersJon Bratseth2021-05-241-5/+11
|
* Revert "Merge pull request #17653 from ↵Jon Marius Venstad2021-05-201-11/+5
| | | | | | | vespa-engine/bratseth/slobroks-on-clustercontrollers-only" This reverts commit 237c30c205c0748e8e9b3580c29a76cc88ca201a, reversing changes made to ae01f049bf23e67269fe1f1f222fe8eaf2bdee62.
* Assign Slobroks only on cluster controllersJon Bratseth2021-04-291-5/+11
|
* 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