-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Avalon 8.0 🎉 #6142
Merged
Release Avalon 8.0 🎉 #6142
Conversation
This file contains 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
On page load, both initial and refreshed, in mobile browsers there was some sort of race condition that was disabling the Add to Playlist, Timeline, and Thumbnail buttons immediately after being enabled. Changing the event listener for disabling the buttons to be triggered on the player emptying instead of loading seems to fix that race condition, but uncovered a separate one when switching canvases. This second race condition behaved similarly to the first, where the enabling function would be run before the disabling function. Adding a fallback enabling function that triggers on loadstart seems to fix this second race condition. There may still be some flakiness, especially on apple devices, because events triggering properly sometimes just doesn't happen.
…x in access control modal
Cypress Automation - Item, playlist , login , media object specs
Allow overflow in modal to enable scrolling to the bottom, use BS flex in access control modal
Prevent keyboard opening for playlist dropdown on mobile devices
Fix enabling of media object action buttons
Display video icon when video lacks thumbnail
These fixes take care of a couple errors that were preventing bringing the docker container up.
Active encode still uses MediaInfo for the time being so we need to make sure that variables are still being set up properly. This commit also adds safe navigation or other conditionals to prevent errors when MediaInfo or FFmpeg are not defined properly in Settings.yml.
… POST requests to auth endpoints
Co-authored-by: Chris Colvard <[email protected]>
Ramp build with latest bug fixes
Update dependencies that have security alerts
Ramp build for testing
Use tags and releases instead of git branches
Avalon 8.0 RC 1
Resolve issue precompiling assets
Fix asset precompilation
Make override explicit by doing it in the original module in an initializer
When we made the switch from mediainfo to ffprobe, we created a new class for processing the file. Because Google Drive utilizes headers/params for its authorization flow, this change resulted in the file information becoming divorced from the auth token. By explicitly passing the auth token through to the classes downloading and processing the file, we are able to fix this oversight.
Update cross-spawn and remove unneccessary resolutions
Fix processing of google drive files
Pin to specific revisions in github until releases of gems are made.
Avalon 8.0 RC 2
Bump browse-everything
Bump ramp to 3.3.0
Use tag of Browse-everything
Avalon 8.0 RC3
joncameron
approved these changes
Dec 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
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.
No description provided.