Feat/logs upload transcode - #9648
Open
aryanHussain-drake wants to merge 398 commits into
Open
Conversation
…artifacts response structure
…ment in media library
…pes in media library upload modal
…ve error handling
…ormance and adjust layout styles
… selection errors
…gement and pagination handling
This reverts commit 5f9270c.
…related logic in media library views
feat: add work_item_id field to media artifact serializer and update …
feat: enhance media library with metadata handling and validation imp…
…ty in media library
fix: Update background colors for video annotation timeline panel in …
…n-uploded-vedio fix: Remove video download provision from media detail components
- Update MEDIA_TRANSCODE_SOURCE_ROOT to "/data/uploads" and change MEDIA_TRANSCODE_SOURCE_STORAGE_PREFIX to "uploads" for better clarity. - Add transcode status handling in MediaCard and MediaListRow components, including progress indicators and badges for active, failed, and completed transcodes. - Implement automatic library refresh for active transcodes in MediaLibraryListPage and MediaLibrarySectionPage. - Refactor MediaLibraryUploadModal to remove direct transcode job polling and handle errors more gracefully. - Introduce new utility functions for managing transcode states and labels, improving code readability and maintainability. - Update media item types to include new transcode-related properties. - Enhance media item mapping to include transcode state information from metadata.
feat(media-library): enhance transcoding support and UI feedback
fix(media-library): remove unused video annotation auto-open logic
…ntext integration
feat(media-library): implement background transcoding tracking and context integration
fix(media-library): enhance file size limit handling and error messaging
fix(media-library): implement file size limit checks and error handling for uploads
fix(media-library): update transcode statuses and labels for improved clarity
…nd UI enhancements
Fix/colour
…nctionalities - Added MediaLibraryUploadStatus component to display upload progress and status. - Created UploadJobRow component for individual upload job representation. - Enhanced media-library-context to manage upload jobs, including enqueue, cancel, retry, and dismiss functionalities. - Introduced utility functions for handling media library upload jobs, including job creation and status management. - Implemented tests for upload job utilities to ensure correct behavior. - Updated docker-compose configuration to increase the media library file size limit to 5GB.
aryanHussain-drake
requested review from
dheeru0198,
mguptahub,
pablohashescobar,
saivallampati and
sriramveeraghanta
as code owners
August 20, 2026 07:04
Contributor
|
Important Review skippedToo many files! This PR contains 524 files, which is 224 over the limit of 300. To get a review, reduce the PR to 300 files or fewer by splitting it into smaller PRs or changing its base branch. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (20)
📒 Files selected for processing (524)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
fix modal user experience