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

Overhaul VideoJS dependency manager #4438

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    392e447 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    9c0cb2a View commit details
    Browse the repository at this point in the history
  2. Rewrite fetch logic for player dependencies

    - Refactor into dedicated class
    - Simplify workarounds for dependencies with differing structure
    syeopite committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3195fd0 View commit details
    Browse the repository at this point in the history
  3. Use native crystal sha1 digest

    Crystal now supports OpenSSL 3
    
    Reverts 4e629ca
    syeopite committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    37340f2 View commit details
    Browse the repository at this point in the history
  4. Copy dependency file instead of moving them

    This allows for using the native crystal File.copy function
    and the caching of downloaded tarballs.
    syeopite committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    facf727 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d00553 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71806ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee5a396 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e33c407 View commit details
    Browse the repository at this point in the history
  9. Add additional documentation

    syeopite committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    55b9211 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f129b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34ae6f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dfd94f4 View commit details
    Browse the repository at this point in the history