tubearr/src/__tests__
jlightner daf892edad feat: Add pause/resume buttons, paused status badge, and Paused filter…
- "src/frontend/src/pages/Queue.tsx"
- "src/frontend/src/api/hooks/useQueue.ts"
- "src/frontend/src/components/StatusBadge.tsx"

GSD-Task: S07/T04
2026-04-04 07:13:13 +00:00
..
adhoc-download-api.test.ts feat: Add POST /api/v1/download/url/confirm endpoint for ad-hoc downloa… 2026-04-04 05:12:11 +00:00
auth-model.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
back-catalog-import.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
channel-counts.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
channel.test.ts feat(S02/T02): Wired monitoringMode through channel creation (route sch… 2026-03-24 20:32:13 -05:00
collect-api.test.ts test(S03/T01): Add getCollectibleItems repository query and collect/col… 2026-03-24 20:48:20 -05:00
content-api.test.ts test: Added getContentCountsByType repository function and GET /api/v1/… 2026-04-04 06:44:04 +00:00
cookie-manager.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
database.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
download-api.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
download-spawn.test.ts WIP: in-progress WebSocket download progress & event bus 2026-03-25 11:34:26 -05:00
download.test.ts feat: Wired NFO generation into DownloadService with feature flag check… 2026-04-04 06:16:03 +00:00
e2e-flow.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
event-bus.test.ts WIP: in-progress WebSocket download progress & event bus 2026-03-25 11:34:26 -05:00
file-organizer.test.ts test: Add resolveTemplate and validateTemplate methods to FileOrganizer… 2026-04-04 05:23:22 +00:00
format-profile-api.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
format-profile.test.ts refactor: consolidate format utils, extract route helpers, remove dead code 2026-04-03 22:55:43 +00:00
health-service.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
history-api.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
history-repository.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
keyword-filter.test.ts test: Implement matchesKeywordFilter engine with pipe-separated pattern… 2026-04-04 05:38:37 +00:00
media-server-api.test.ts test: Built media server CRUD routes, connection test/sections endpoint… 2026-04-04 05:57:39 +00:00
media-server.test.ts test: Built stateless MediaServerService with scan triggering, connecti… 2026-04-04 05:53:30 +00:00
missing-file-scanner.test.ts feat: Add MissingFileScanner service with cursor-based batched filesyst… 2026-04-04 06:31:11 +00:00
missing-scan-api.test.ts test: Added missing-scan API (trigger + status) and content requeue end… 2026-04-04 06:35:58 +00:00
monitoring-api.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
nfo-generator.test.ts feat: Built NfoGenerator service producing Kodi-compatible NFO XML with… 2026-04-04 06:12:35 +00:00
notification-api.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
notification-queue-integration.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
notification-service.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
platform-settings-api.test.ts test(S02/T01): Added default_monitoring_mode column to platform_setti… 2026-03-24 20:27:41 -05:00
playlist-api.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
progress-parser.test.ts WIP: in-progress WebSocket download progress & event bus 2026-03-25 11:34:26 -05:00
quality-analyzer.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
queue-api.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
queue-repository.test.ts refactor: consolidate format utils, extract route helpers, remove dead code 2026-04-03 22:55:43 +00:00
queue-service.test.ts feat: Add pause/resume buttons, paused status badge, and Paused filter… 2026-04-04 07:13:13 +00:00
scan-api.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
scheduler.test.ts chore: Added nullable contentRating columns to channels and content_ite… 2026-04-04 06:08:16 +00:00
server.integration.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
sources.test.ts feat: Built NfoGenerator service producing Kodi-compatible NFO XML with… 2026-04-04 06:12:35 +00:00
subtitle-download.test.ts chore: Add outputTemplate column to format_profiles schema and app.outp… 2026-04-04 05:20:18 +00:00
system-settings.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
yt-dlp-classification.test.ts feat: Added banner_url, description, subscriber_count columns with Driz… 2026-04-03 07:23:39 +00:00
yt-dlp.test.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00