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

DownloadsController Valkyrie support #5877

Closed
wants to merge 53 commits into from
Closed

Commits on Jan 18, 2023

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    28b5b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9993b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fc0782 View commit details
    Browse the repository at this point in the history
  4. reinstate support for ActiveFedora to WorkflowActionsController

    workflows still support both AF and Valkyrie, and workflows triggered from the
    Actor Stack initializer step still passes through AF objects, but this
    controller had be cut over completely to Valkryie. this impacts users with
    custom workflow steps. reinstating ActiveFedora support allows applications to
    choose when to migrate their existing custom workflows.
    tamsin johnson authored and dunn committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    219f39c View commit details
    Browse the repository at this point in the history
  5. Workaround missing human_readable_type method on Wings converted work

    curation_concern here *should* have #human_readable_type defined, but is is lost somehow. I think this is from the Wings conversion.
    
    Luckily, all that method does is call the class method, so let's do that here to avoid the problem.
    dlpierce authored and dunn committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    35340d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Hyrax config option for solr http method (#5937)

    Add configuration option solr_default_method for use in specifying a default http method across blacklight and activefedora
    bbpennel committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e8edc51 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    254f7c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5950 from samvera/maintenance-policy

    Add maintenance policy document
    dlpierce committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a7a5d0a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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

Commits on Feb 2, 2023

  1. Merge pull request #5952 from bbpennel/5951-no-depositor

    Don't throw an error if depositor field isn't present
    dlpierce committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c7df4b8 View commit details
    Browse the repository at this point in the history
  2. Expanding method interface

    Prior to this commit, we had inconsistent method interfaces for the two
    IIIF presenters.  Further, we also had the case where the `hostname` and
    `ability` were not "public", even though we had public writer methods.
    
    With this commit, we normalize that.
    jeremyf authored and dlpierce committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    306e328 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5942 from samvera/5671-characterizejob-encoding-u…

    …ndefined-part-deux
    
    always force original_name to UTF-8 encoding
    dlpierce committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    36f67e1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5941 from samvera/jf-expanding-method-interface

    Expanding method interface
    dlpierce committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    21a0dcd View commit details
    Browse the repository at this point in the history
  5. Readme update per Developer Onboarding Working Group recommendations (#…

    …5953)
    
    * Update README per Developer Onboarding WG edits [skip ci]
    
    Draft changes: https://docs.google.com/document/d/1zwdMdCLp9pqljK-nzVK4iAH-eWQdEZ-rFUtAA-Y4gJk/edit#
    
    * Adjusting TOC and adding link to maintenance policy
    
    * Adjusting section title
    
    * Section heading update
    
    * Fixing Samvera wiki link
    
    * Adjusting list items
    jlhardes committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    79e9620 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    b3de157 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5961 from bbpennel/redlock-version

    Limit redlock to versions < 2.0, as these cause sidekiq jobs to fail
    dlpierce committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    53f90d8 View commit details
    Browse the repository at this point in the history
  3. Updated old URLs (#5960)

    [skip ci]
    heathergreerklein committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    4650ece View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. ci: update to 2.7.7

    dunn committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fc39aeb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. use valkyrie 3.x (#5948)

    * use valkyrie 3.x
    
    * Install lsof needed by shared valkyrie spec
    
    ---------
    
    Co-authored-by: Daniel Pierce <dlpierce@indiana.edu>
    dunn and dlpierce committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7617628 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

Commits on Feb 22, 2023

  1. Require rails/generators explicitly

    This resolves an issue where Rails::Generators::Base is not autoloaded leading to an error: NoMethodError:  undefined method `subclasses' for Rails::Generators:Module
    The require for rails/generators/actions isn't needed because rails/generators autoloads it.
    cjcolvar committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ec18cb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5967 from samvera/cjcolvar-patch-2

    Require rails/generators explicitly
    dlpierce committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b452cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2d668a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5964 from samvera/issue-5887

    display on work page bibliographic_citation
    dlpierce committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8daf87d View commit details
    Browse the repository at this point in the history
  5. Hyrax-5856 - Collection and Work count numbers not displaying correct…

    …ly on user profile (#5965)
    
    Co-authored-by: Daniel Pierce <dlpierce@indiana.edu>
    fritzfreiheit and dlpierce committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    58f95d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77293cf View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Hyrax-151 - I can add a proxy that already exists when I accept a tra… (

    #5966)
    
    * Hyrax-151 - I can add a proxy that already exists when I accept a transfer
    fritzfreiheit committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5c62daf View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Merge pull request #5968 from samvera/issue-5015

    add alternative_title to item and collection view.
    dlpierce committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    25ca3fa View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

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

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    402d820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16c114 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Hyrax-5969 - Fix dashboard Works page "Add to collection" issue (#5972)

    * add failing test to demonstrate bug
    
    * Remove parameters from the context being passed to the CollectionService so that it does not inherit any user provided filters being applied to work results
    bbpennel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a14ba1a View commit details
    Browse the repository at this point in the history
  2. Fix missing work id in file-set-in-work-download events (#5959)

    * Add all the same data to media display download links as is present on the fileset list download link, to resolve file-set-in-work-download events not having work ids
    
    * Allow an analytics id be returned
    
    * Tests need presenters
    bbpennel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2d21d4b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5973 from samvera/issue-1267

    remove funny display when batch loading files.
    dlpierce committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    054cf37 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5974 from samvera/issue-5930

    display banner and logo file and info at file selection.
    dlpierce committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6a9484c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5975 from samvera/issue-5932

    place radio button to right of collection type in modal.
    dlpierce committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    34c88f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. remove deprecated methods from CollectionBehavior

    tamsin johnson authored and dunn committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2df9b27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb3089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3c90c9 View commit details
    Browse the repository at this point in the history
  4. Update versions

    dlpierce committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f776e34 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 10, 2023

  1. Merge pull request #5981 from samvera/circleci-exp

    Updates to CircleCI config
    dlpierce committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0ca3d30 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Mar 15, 2023

  1. Merge pull request #5982 from samvera/update-github-dispatch

    Dispatch workflow events to samvera-labs/nurax instead of curationexperts/nurax
    mbklein committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c6a9396 View commit details
    Browse the repository at this point in the history
  2. chart: bump the solr version for current kubernetes support

    Kubernetes 1.25 drops support for apis used by the solr/zk charts in the
    versions referenced here. use the latest chart version for compatibility.
    tamsin johnson authored and no-reply committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0730c04 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    2ad4ec3 View commit details
    Browse the repository at this point in the history
  2. valkyrie downloads controller

    dlpierce authored and orangewolf committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7c1684e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83fa86f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47ac5ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c136f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    e9a8f0c View commit details
    Browse the repository at this point in the history
  2. Merge branch '5794-download_file' of https://github.com/samvera/hyrax

    …into 5794-download_file
    orangewolf committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b06e5fc View commit details
    Browse the repository at this point in the history