datarhei-dragonfork-core/config/store
Ingo Oppermann e374f83377
Fix config timestamps
created_at represents the time when the configuration has been persisted to disk.
loaded_at represents the time when the configuration has actually been used.

If created_at is larger than loaded_at, then the Core needs a reload in order
to apply the latest configuration.

if created_at is lower than laoded_at, then the Core applied the latest
configuration.

The value of updated_at is irrelevant and shouldn't be used.
2023-01-19 16:13:53 +01:00
..
fixtures Fix reading partial config 2022-11-08 14:44:47 +01:00
dummy.go Fix proper version handling for uploading a new config 2022-10-10 16:19:45 +02:00
json.go Fix config timestamps 2023-01-19 16:13:53 +01:00
json_test.go Fix reading partial config 2022-11-08 14:44:47 +01:00
location.go Use config locations for import and ffmigrage 2023-01-03 11:45:10 +01:00
store.go Fix proper version handling for uploading a new config 2022-10-10 16:19:45 +02:00