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

Fedora 6 support #1497

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

Fedora 6 support #1497

wants to merge 24 commits into from

Commits on Mar 23, 2023

  1. Types should be in headers.

    WIP
    tpendragon authored and cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5bdbe63 View commit details
    Browse the repository at this point in the history
  2. Fix direct containers.

    tpendragon authored and cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    634b6b2 View commit details
    Browse the repository at this point in the history
  3. Fix containers.

    tpendragon authored and cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6f8b9ea View commit details
    Browse the repository at this point in the history
  4. Set FCRepo version.

    tpendragon authored and cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0ec994d View commit details
    Browse the repository at this point in the history
  5. Set FCRepo version.

    tpendragon authored and cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    09ce3a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c77846b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65341a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    966b0ca View commit details
    Browse the repository at this point in the history
  9. Update fcrepo_wrapper config for v6

    stkenny authored and cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b0f0109 View commit details
    Browse the repository at this point in the history
  10. Fix for clean connection spec

    stkenny authored and cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d2e94a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d453b8 View commit details
    Browse the repository at this point in the history
  12. WIP: Fedora has to be able to resolve the external uri so it needs th…

    …e basic auth in the url
    cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9efb188 View commit details
    Browse the repository at this point in the history
  13. fcr:fixity cannot be called on a memento version but a digest can be …

    …requested and compared to the original file's digest
    cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    92117ab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f0a8058 View commit details
    Browse the repository at this point in the history
  15. Unpin activemodel

    cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    05bb98c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e939642 View commit details
    Browse the repository at this point in the history
  17. Appease rubocop

    cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a74a225 View commit details
    Browse the repository at this point in the history
  18. Use latest fcrepo jar

    cjcolvar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    11d0438 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    73f3ba6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    be15c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3fd094 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Rewrite file streaming to use faraday instead of Net::HTTP; require f…

    …araday 2+ for simplicity
    cjcolvar committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f242d45 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    a6c29fb View commit details
    Browse the repository at this point in the history
  2. Use non-ntriples connection when making head requests during descenda…

    …nt fetching
    
    This works around a fcrepo issue where binary sources break the ntriples requests and return 406
    cjcolvar committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3a8ff7b View commit details
    Browse the repository at this point in the history