Aggiunge i tornei con hub, pagina pubblica e tabellone per semifinali e finali.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-05 15:05:57 +02:00
co-authored by Cursor
parent d52434fb2e
commit a1f4c24a43
124 changed files with 6979 additions and 91 deletions
+5 -1
View File
@@ -145,9 +145,13 @@ RSpec.describe "Public regia", type: :request do
set_always_available: true,
set_path_recording: true,
delete_path: true,
list_paths: []
list_paths: [],
ensure_path_with_slate!: true,
disable_recording_if_active!: true
)
allow(Mediamtx::Client).to receive(:new).and_return(mtx)
allow(Mediamtx::Client).to receive(:for_session).and_return(mtx)
allow(Mediamtx::PublisherSync).to receive(:remember_recording_off!)
token = Sessions::RegiaAccess.new(session).issue_token!
post public_regia_pause_path(token)