OpenSearch/plugins/repository-azure/src
Simon Willnauer 2299c70371
Allow affix settings to specify dependencies (#27161)
We use affix settings to group settings / values under a certain namespace.
In some cases like login information for instance a setting is only valid if
one or more other settings are present. For instance `x.test.user` is only valid
if there is an `x.test.passwd` present and vice versa. This change allows to specify
such a dependency to prevent settings updates that leave settings in an inconsistent
state.
2017-11-13 12:06:36 +01:00
..
main Allow affix settings to specify dependencies (#27161) 2017-11-13 12:06:36 +01:00
test Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00