hugo/config
Bjørn Erik Pedersen 94b616bdfa
config: Fix a potential deadlock in config reading
Note that the deadlock has not been seen earlier, in tests on in real Hugo sites.

Fixes #8791
2021-07-30 11:53:27 +02:00
..
privacy Misc config loading fixes 2021-06-14 17:00:32 +02:00
services Misc config loading fixes 2021-06-14 17:00:32 +02:00
commonConfig.go
commonConfig_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
compositeConfig.go config: Fix merge of config with map[string]string values. 2021-06-22 21:38:28 +02:00
compositeConfig_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
configLoader.go Implement configuration in a directory for modules 2021-06-18 12:54:30 +02:00
configLoader_test.go
configProvider.go config: Fix merge of config with map[string]string values. 2021-06-22 21:38:28 +02:00
configProvider_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
defaultConfigProvider.go config: Fix a potential deadlock in config reading 2021-07-30 11:53:27 +02:00
defaultConfigProvider_test.go Fix config handling with empty config entries after merge 2021-06-27 15:01:56 +02:00
docshelper.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
env.go
env_test.go