OpenSearch/buildSrc
Ryan Ernst 5a5d6e9ef2
Invert license security disabled helper method (#54043) (#54239)
Xpack license state contains a helper method to determine whether
security is disabled due to license level defaults. Most code needs to
know whether security is enabled, not disabled, but this method exists
so that the security being explicitly disabled can be distinguished from
licence level defaulting to disabled. However, in the case that security
is explicitly disabled, the handlers in question are never registered,
so security is implicitly not disabled explicitly, and thus we can share
a single method to know whether licensing is enabled.
2020-03-25 19:20:10 -07:00
..
reaper Auto-format buildSrc (#51043) 2020-01-16 10:26:27 +00:00
src Invert license security disabled helper method (#54043) (#54239) 2020-03-25 19:20:10 -07:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
settings.gradle Remove empty buildSrc subproject (#47415) 2019-10-01 16:34:31 -07:00
version.properties Add version 7.8.0 2020-03-25 18:10:30 +01:00