Skip to content
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
merged 206 commits into from
Dec 6, 2024
Merged

Release Avalon 8.0 🎉 #6142

merged 206 commits into from
Dec 6, 2024

Conversation

cjcolvar
Copy link
Member

@cjcolvar cjcolvar commented Dec 6, 2024

No description provided.

cjcolvar and others added 30 commits February 16, 2024 15:56
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.
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.
Dananji and others added 28 commits November 12, 2024 16:13
Update dependencies that have security alerts
Use tags and releases instead of git branches
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
Pin to specific revisions in github until releases of gems are made.
Copy link
Contributor

@joncameron joncameron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@cjcolvar cjcolvar merged commit 1ab561e into main Dec 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants