Serge Zaitsev
|
43f40e6c7c
|
Chore: Replace yaml.v2 with yaml.v3 (#59897)
* replace yaml.v2 with yaml.v3
* fix a few tests due to the yaml.v3 api changes
* and another goconvey mistake in tests
|
2022-12-06 21:17:17 +01:00 |
|
Jo
|
062d255124
|
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile
* replace ioutil.ReadAll -> io.ReadAll
* replace ioutil.TempFile -> os.CreateTemp
* replace ioutil.NopCloser -> io.NopCloser
* replace ioutil.WriteFile -> os.WriteFile
* replace ioutil.TempDir -> os.MkdirTemp
* replace ioutil.Discard -> io.Discard
|
2022-08-10 15:37:51 +02:00 |
|
Ryan McKinley
|
5d66194ec5
|
FeatureFlags: define features outside settings.Cfg (take 3) (#44443)
|
2022-01-26 09:44:20 -08:00 |
|
Agnès Toulet
|
65bdb3a899
|
FeatureFlags: Revert managing feature flags outside of settings.Cfg (#44382)
* Revert "FeatureToggles: register all enterprise feature toggles (#44336)"
This reverts commit f53b3fb007 .
* Revert "FeatureFlags: manage feature flags outside of settings.Cfg (#43692)"
This reverts commit f94c0decbd .
|
2022-01-24 16:08:05 +01:00 |
|
Ryan McKinley
|
f94c0decbd
|
FeatureFlags: manage feature flags outside of settings.Cfg (#43692)
|
2022-01-20 13:42:05 -08:00 |
|