datarhei-dragonfork-core/http/handler/api
Zac Gaetano 671f64ca56
Some checks failed
tests / build (push) Failing after 2s
tests / build (pull_request) Failing after 2s
feat(branding): Dragon Fork identity for v0.1.0-dragonfork release
M5 / final M2-stack work. The fork now identifies itself unambiguously
in logs, the API, and the README without changing the Go module path
(internal imports stay at github.com/datarhei/core/v16 — see NOTES.md
for the rationale).

Identity surfaces:

- app/version.go gains Variant ('dragonfork') and Fork ('Datarhei —
  Dragon Fork') as vars (overridable via -ldflags for downstream
  re-packagers).
- api.About + the /api endpoint expose 'variant' and 'fork' fields;
  Swagger docs regenerated.
- Startup banner logs 'variant' + 'fork' alongside the existing
  application + version fields, so a TrueNAS sysadmin tail-following
  /var/log can tell at a glance which fork is running.

Documentation:

- README.md rewritten with a Dragon Fork header and Quick start; the
  upstream feature surface is summarised in 'From upstream Datarhei'
  with a clear additivity statement. Sample process JSON, multi-input
  pipeline guidance, link to the design + testing docs.
- NOTICE: Apache 2.0 §4(d) attribution to upstream datarhei Core,
  Pion, Echo, FFmpeg.
- CREDITS: enumerated dependency list with licenses.
- CHANGELOG.md prepended with a 'Datarhei — Dragon Fork' section
  starting at v0.1.0-dragonfork; upstream's '# Core' history preserved
  below.

Module path stays github.com/datarhei/core/v16 by design — the fork is
distinguished by repo location and branch history, not import path.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 12:22:25 +00:00
..
fixtures Add v16.7.2 2022-05-13 19:26:45 +02:00
about.go feat(branding): Dragon Fork identity for v0.1.0-dragonfork release 2026-05-03 12:22:25 +00: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 tests 2023-02-21 12:57:33 +01:00
doc.go Add v16.7.2 2022-05-13 19:26:45 +02:00
filesystems.go Use better naming for storage endpoint documentation 2023-03-17 13:55:19 +01: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
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
process.go Fix missing process data if process has been deleted meanwhile 2024-02-08 12:16:55 +01:00
process_test.go Fix missing process data if process has been deleted meanwhile 2024-02-08 12:16:55 +01: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 Create empty session registry if none is provided 2024-04-05 16:01:19 +02:00