Merged
Conversation
Update DEV
fix(ci): grant gh CLI permissions to Claude Code workflow
…uidelines docs: PR guidelines / expectations CONTRIBUTING.md
- Changed project setup from Create React App to Vite for improved performance. - Updated dependencies including @types/node and added new devDependencies for Vite and SWC. - Refactored test files to mock window.location and localStorage for better isolation. - Introduced a redirect function in LocalLogin component to handle navigation. - Updated WebSocketProvider to construct WebSocket URLs dynamically based on the environment. - Enhanced UrlInput component to clear input conditionally based on validation results. - Added new test cases to ensure proper functionality of the refactored components.
…ontrol, prior to refactor around cache-control
…point calls with upstream-dev
…ests and refactor components to use it
…M and external db flows
- Updated TypeScript version in client/package.json and package.json to 5.9.3. - Deleted unused index.html file from client/public. - Removed test-location.mjs as it was no longer needed. - Adjusted Vite configuration by removing the rewrite rule for WebSocket paths.
…ve error handling
… documentation for Node version.
fix:Vite dev server port align with historical and prod port. Update…
…v to use this same endpoint. Updated documentation to reflect.
Vite migration
docs: fix Vite dev server port in documentation [skip ci]
Use configurable temp path to fix permission errors on Docker - Replace hardcoded '/tmp' with tempPathManager.getTempBasePath() across all yt-dlp spawn calls (channelModule, downloadExecutor, ytDlpRunner, ytdlpModule, videoDownloadPostProcessFiles) - Add --paths temp: argument to yt-dlp commands via new buildTempPathArgs() method, redirecting yt-dlp's internal temp files to writable staging directory - Use lazy loading for tempPathManager in ytdlpModule to avoid circular deps - Update tests to mock tempPathManager and verify TMPDIR is set correctly
- Add explicit instruction to only use gh commands in review prompt - Prohibit running tests, npm commands, or other shell commands - Remove misleading "branch is already checked out" text that encouraged local command execution
…hannel-downloads fix(#426): use configurable tmp path
…ze ratings in API
- Refactor SubFolderChip to use Chip component for better UI consistency. - Add RatingBadge component to ChannelPage for displaying default ratings. - Integrate RatingBadge in ChannelSettingsDialog for rating selection. - Update ChannelVideos to handle rating settings and pass them to dialogs. - Enhance VideoCard and VideoListItem to show normalized ratings with sources. - Modify VideoTableView to include a column for content ratings. - Extend DownloadSettingsDialog to allow manual rating overrides. - Update types to include rating in DownloadSettings. - Adjust channelModule to parse and apply ratings from metadata. - Implement rating handling in downloadExecutor and videoMetadataProcessor. - Ensure effective rating determination in videoDownloadPostProcessFiles.
…oadSettingsDialog
…usage instructions
- Switch from ffmpeg temp-file approach to AtomicParsley for in-place MP4 metadata embedding (iTunEXTC atom), which Plex reads natively - Remove rating columns from channelvideo model/migration; ratings live in .info.json files and Videos table - Centralize rating validation into ratingMapper (single source of truth for valid ratings, NOT_RATED constant, iTunEXTC mapping) - Replace console.log with structured logger in post-process module - Add error/loading states to rating UI, show "Unrated" indicator - Add unit tests for ChangeRatingDialog, RatingBadge, VideoActionsDropdown - Fix TypeScript types (remove `any` casts in ChannelSettingsDialog)
Content rating
Content rating
Contributor
📊 Test Coverage ReportBackend Coverage
Frontend Coverage
Coverage Requirements
Coverage report generated for commit e671de3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release introduces two major features along with infrastructure improvements and bug fixes:
Content Rating System
Vite Migration
Infrastructure & DevOps
Documentation