datarhei-dragonfork-core/http/handler/api
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 Add v16.7.2 2022-05-13 19:26:45 +02:00
about.go Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
about_test.go Fix tests such that ffmpeg binary is not required 2022-06-24 19:47:12 +02:00
config.go Fix config timestamps 2023-01-19 16:13:53 +01:00
config_test.go Fix proper version handling for uploading a new config 2022-10-10 16:19:45 +02:00
diskfs.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00
doc.go Add v16.7.2 2022-05-13 19:26:45 +02:00
graph.go Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
log.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00
log_test.go Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
memfs.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00
metrics.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00
playout.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00
restream.go Allow partial process config updates 2023-01-02 07:20:39 +01:00
restream_test.go Fix wrong return status for process update 2022-07-01 16:25:52 +02:00
rtmp.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00
session.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00
session_test.go Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
srt.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00
widget.go Add version annotation to API methods 2022-10-13 20:54:52 +02:00