You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/synctv-api/tests
zijiren 6b884e9964
fix(bilibili): restore subtitles and dynamic live danmaku (#415)
## Summary
- Propagate dynamic playlist identity into Bilibili playback generation
and expose room-scoped live danmaku SSE.
- Resolve each SSE connection against the current playlist target and
provider instance, retaining the playlist credential owner.
- Restore loopback-only PostgreSQL and Redis ports in the development
Compose profile so host-based `make dev-serve` can connect.

## Validation
- `cargo clippy -p synctv-core -p synctv-api-common -p synctv-api-http
--all-targets -- -D warnings`
- `cargo test -p synctv-core
dynamic_live_playback_has_a_live_danmaku_track`
- `cargo test -p synctv-api-common
dynamic_live_danmaku_provider_converts_to_room_scoped_endpoint`
- `cargo test -p synctv-api-http`
- `docker compose -p synctv-dev -f docker-compose.dev.yml config -q`
1 month ago
..
support
…
admin_error_message_tests.rs fix: type playback identities and stabilize FNOS playback (#400) 1 month ago
admin_rate_limit_tests.rs
…
api_security_tests.rs fix: type playback identities and stabilize FNOS playback (#400) 1 month ago
chat_permission_integration_tests.rs
…
client_ip_tests.rs
…
client_resource_availability_tests.rs
…
dynamic_playback_api_tests.rs fix(bilibili): restore subtitles and dynamic live danmaku (#415) 1 month ago
email_rate_limit_tests.rs
…
grpc_layer_tests.rs
…
guest_token_validation_tests.rs fix: type playback identities and stabilize FNOS playback (#400) 1 month ago
http_integration_test.rs
…
list_my_rooms_integration_tests.rs
…
local_message_broadcast_tests.rs fix: type playback identities and stabilize FNOS playback (#400) 1 month ago
member_approval_api_integration_tests.rs
…
oauth2_state_onetime_tests.rs
…
playlist_permission_tests.rs
…
room_join_approval_integration_tests.rs
…
room_member_visibility_integration_tests.rs
…
room_password_rate_limit_integration_tests.rs
…
server_settings_tests.rs
…
user_room_member_matrix_integration_tests.rs
…
username_reserved_words_tests.rs
…
webrtc_integration_test.rs fix: type playback identities and stabilize FNOS playback (#400) 1 month ago
websocket_test.rs fix(bilibili): restore subtitles and dynamic live danmaku (#415) 1 month ago