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

☄️ Valkyrize Hyku EPIC #2129

Merged
merged 594 commits into from
Apr 2, 2024
Merged

☄️ Valkyrize Hyku EPIC #2129

merged 594 commits into from
Apr 2, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 26, 2024

  1. Delete _repository_content.html.erb

    Having this file was causing double rendering of bulkrax links in the sidebar.
    
    Issues:
    - #1850
    - scientist-softserv/hykuup_knapsack#111
    ShanaLMoore committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    28e31ae View commit details
    Browse the repository at this point in the history
  2. use hyrax-4-valkyrie-support bulkrax branch

    Update bulkrax to point to hyrax-4-valkyrie-support
    ShanaLMoore committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    963fda8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. 🐛 App was not loading after updating Hyrax

    This commit will adjust for the changes introduced in this commit:
    samvera/hyrax@8fc0894
    kirkkwang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    db7e39d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44aa7f7 View commit details
    Browse the repository at this point in the history
  3. remove bulkrax_identifier from Hyku

    bulrax_identifier is not a required property. Each client should set their desired source_identifier in their application.
    
    Issue:
    - scientist-softserv/hykuup_knapsack#136
    ShanaLMoore committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    887fbf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. 🧹 Make the appropriate link generate

    This commit will add a decorator to check the `human_readable_type` of
    the given object is a Valkyrie migration object (which by convention
    ends with 'resource') and adjust the generated link accordingly.  For
    example, a GenericWorkResource should generate links like
    `/concern/generic_work_resources/...` instead of
    `/concern/generic_works/...`.
    
    The models were updated to include the Hyrax::NestedWorks so the `Attach
    Child` button would populate the appropriate work types.
    
    Lastly, the `Gemfile.lock` was updated to include the latest version of
    Hyrax `double_combo` branch.
    kirkkwang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4322d9c View commit details
    Browse the repository at this point in the history
  2. 🧹 Add Valkyrie test adapter

    For us to leverage the useful shared specs of Hyrax, we need a test
    adapter.
    jeremyf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c7ac8d6 View commit details
    Browse the repository at this point in the history
  3. 🧹 Always with the coppers

    jeremyf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    89d0c59 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2158 from samvera/i903-move-find-by-bulkrax-ident…

    …ifier-to-bulkrax
    
    I903 remove bulkrax_identifier dependency
    jeremyf authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9be2b81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e05e5c1 View commit details
    Browse the repository at this point in the history
  6. 🧹 Rework logic for #hydra_model

    Using 'human_readable_type' was going to be flemsy.  Instead we are
    opting for adding the `valkyrie_bsi` to the index and asking that.
    kirkkwang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fc72267 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    670784d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4622fa8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57616a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2870a51 View commit details
    Browse the repository at this point in the history
  11. 🧹 Configure Bulkrax

    We configure Bulkrax to use the `ValkyrieObjectFactory` along with the
    `ValkyrieMigrationCoercer` so a `GenericWork` will create a
    `GenericWorkResource`.  Also, updated the revision of Bulkrax.
    kirkkwang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    78db82f View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/i35-valkyrize-hyku-link-generati…

    …on' into i35-valkyrize-hyku
    ShanaLMoore committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    adb7393 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Revert "🧹 Remove files declared in Knapsack"

    This reverts commit d9fa1a2.
    jeremyf committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9fdd797 View commit details
    Browse the repository at this point in the history
  2. Revert "remove bulkrax_identifier from Hyku"

    This reverts commit 887fbf2.
    ShanaLMoore committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c694ce0 View commit details
    Browse the repository at this point in the history
  3. ♻️ Bump Hyrax ref

    jeremyf committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d68d78e View commit details
    Browse the repository at this point in the history
  4. ♻️ Favor Hyrax::SolrService

    Ideally the code would reference the SolrService in one manner.  This is
    an effort to create an insulating layer around that.
    jeremyf committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3ac6ca9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2160 from samvera/i35-favor-hyrax-solr-service

    ♻️ Favor Hyrax::SolrService
    jeremyf authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    aa25008 View commit details
    Browse the repository at this point in the history
  6. make find_by_bulkrax_identifier.rb more dynamic

    Not all applications will use bulkrax_identifier as their source_identifier. This code makes it more dynamic.
    
    TODO: Make Wings::CustomQueries more dynamic
    ShanaLMoore committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3e27770 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e82fde View commit details
    Browse the repository at this point in the history
  8. Leverage updated IIIF Print

    jeremyf committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ac313c7 View commit details
    Browse the repository at this point in the history
  9. 🧹 Appeasing rubocop

    jeremyf committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f3c1c67 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78d26c5 View commit details
    Browse the repository at this point in the history
  11. Revert "find_by_source_identifier files moved to bulkrax"

    This reverts commit 78d26c5.
    ShanaLMoore committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    60e097e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. update bulkrax and iiif_print versions

    find_by_source_identifier files were moved into bulkrax.
    ShanaLMoore committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e21d98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63aa39c View commit details
    Browse the repository at this point in the history
  3. 🧹 apply conditional to hyku indexing

    specs refer to object as @object, and thus caused a lot of spec failures without this.
    ShanaLMoore committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4123e38 View commit details
    Browse the repository at this point in the history
  4. 💄 rubocop fix

    ShanaLMoore committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bb112d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. 🧹 Fix set child flag

    This commit will make sure that the set child flag transaction fires
    when ingesting with Bulkrax.  Also fixed a weird bug where the extra
    space in the query was causing the query to fail.
    kirkkwang committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    dd61e0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2161 from samvera/i35-valkyrize-hyku-relationships

    🧹 Fix relationship links
    jeremyf authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    54f8d1f View commit details
    Browse the repository at this point in the history
  3. add guard for ActiveFedora's member_ids

    AF's member_ids returns an array of ids so mapping (:id) will not work.
    ShanaLMoore committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3459609 View commit details
    Browse the repository at this point in the history
  4. Update Bulkrax and IiifPrint

    Pull in fixes to make bulkrax relationships work for valkyrie. It also fixed the setting of is_child and the linking of relationships
    
    Related:
    - samvera/bulkrax#908
    - scientist-softserv/iiif_print#328
    ShanaLMoore committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7b2f3b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. remove HYKU_IIIF_PRINT conditional

    Per Rob, remove HYKU_IIIF_PRINT conditional. Iiif print will be enabled by default.
    ShanaLMoore committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    89df09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6516b00 View commit details
    Browse the repository at this point in the history
  3. Valkyrize reindex rake tasks

    This commit adds reindexing for Valkyrie objects.
    
    Issue:
    - scientist-softserv/hykuup_knapsack#146
    
    Co-Authored-By: Kirk Wang <k3wang@gmail.com>
    ShanaLMoore and kirkkwang committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7b32e43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11ed1b0 View commit details
    Browse the repository at this point in the history
  5. Fix for xray-rails not working

    Issue:
    - scientist-softserv/hykuup_knapsack#71
    
    Co-Authored-By: C Barton <43180845+CB987@users.noreply.github.com>
    ShanaLMoore and CB987 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    14a33e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge branch 'main' into i35-valkyrize-hyku

    * main:
      Appeasing Rubocop
      override gems from knapsack with bundler inject
    jeremyf committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0b13c46 View commit details
    Browse the repository at this point in the history
  2. Bumping Hyrax version

    jeremyf committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    093c404 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2163 from samvera/remove-iiif-print-env-var

    remove HYKU_IIIF_PRINT conditional
    jeremyf authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f99eb6f View commit details
    Browse the repository at this point in the history
  4. 💄rubocop fixes

    Co-Authored-By: C Barton <43180845+CB987@users.noreply.github.com>
    ShanaLMoore and CB987 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    544b64f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec12d8b View commit details
    Browse the repository at this point in the history
  6. update hyrax

    kirkkwang committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    683e4d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecfe4a4 View commit details
    Browse the repository at this point in the history
  8. Delete find_by_source_identifier_spec.rb

    This spec is no longer needed as its relevant code moved into bulkrax.
    ShanaLMoore committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a4d3125 View commit details
    Browse the repository at this point in the history
  9. Update iiif_print

    ref: add a reindex after the child work has been saved.
    - scientist-softserv/iiif_print#332
    ShanaLMoore committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d30ae50 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. 🧹 Remove form key from with_pdf_viewer

    The `show_pdf_viewer` and `show_pdf_download_button` fields were showing
    up on the form even though in the yaml they were set to false.  It looks
    like just removing the `form` key from the yaml file will prevent them
    from showing up.  Also updated the `Gemfile.lock` file.
    kirkkwang committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    88d4cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0ac17 View commit details
    Browse the repository at this point in the history
  3. 🐛 Use registered instead of restricted

    Restricted is the visibility, registered is the concept.  This fixes
    that misnomer.
    jeremyf committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6084d80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc45945 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f70ffb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfa71b7 View commit details
    Browse the repository at this point in the history
  7. 🧹 Fix broken spec

    jeremyf committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    51bf79b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0d1013 View commit details
    Browse the repository at this point in the history
  9. Adding documentation

    jeremyf committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f0329f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    8016058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ceb5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    818cdbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a065dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83738e1 View commit details
    Browse the repository at this point in the history
  6. 🧹 Updating Hyrax version

    Grab the latest sweet sweet double combo
    jeremyf committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    05ff3be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee2e5be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7e3ac4 View commit details
    Browse the repository at this point in the history
  9. 🧹 Fixing tests to use generic_resource_factory

    The factory is directly copied from Hyrax; and is not fully functional,
    but it's better than what we've got.
    jeremyf committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    02d8ef0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    683311c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. ♻️ Add Hyku.bulkrax_enabled?

    Also refactor to set the default work type for Bulkrax later in the
    application boot cycle.  When it was where it was at, I encountered
    issues with wings model registration.
    jeremyf committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9167757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3af9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d02aa82 View commit details
    Browse the repository at this point in the history
  4. ♻️ Remove generated files

    Favor the Lazy migration strategy
    jeremyf committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ea7a714 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    bd301a2 View commit details
    Browse the repository at this point in the history
  2. ☑️ Tidying up tests

    jeremyf committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d6fa335 View commit details
    Browse the repository at this point in the history
  3. ☑️ Fixing a few broken tests

    By extending the ability class to include all of the collection models,
    we open up some additional considerations.
    jeremyf committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    35286c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a32321 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bac079 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bedc3ad View commit details
    Browse the repository at this point in the history
  7. ☑️ Working through failing tests

    This does involve fixing a bug that is masking another underlying bug.
    jeremyf committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c4b0c9e View commit details
    Browse the repository at this point in the history
  8. Fixing broken specs

    jeremyf committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    95436af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a160896 View commit details
    Browse the repository at this point in the history
  10. Add elsif for FileSet and configure IIIF Print

    This commit will add an elsif statement to the wings adapter to handle
    FileSet objects. It will also add the configuration for IIIF Print to
    use the IiifPrint::PersistenceLayer::ValkyrieAdapter.
    kirkkwang committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2d2f1d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Bumping double_combo version

    jeremyf committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c337df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ef18a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b96c954 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fbffd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69cd025 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afaf1a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59dbce3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    90abb58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99685d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b911729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    173053f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f372ec View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. 🚧 Update Hyrax and IIIF Print

    This commit will update the Hyrax and IIIF Print revisions which should
    allow us to ingest images and have it render in the UV.  Uploading a PDF
    should also work but PDF splitting current does not work.
    kirkkwang committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d90ed63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67834dd View commit details
    Browse the repository at this point in the history
  3. WIP

    jeremyf committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    91368ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf5f51b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a8430b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f12d48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c106563 View commit details
    Browse the repository at this point in the history
  8. ♻️ Favor site configuration for allow downloads

    Hyrax 5 has a display_media_download_link configuration option that we
    can repurpose for the allow_downloads functionality that we are looking
    to back-port from Hyku.
    jeremyf committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b53c20f View commit details
    Browse the repository at this point in the history
  9. ☑️ Fixing a broken test

    jeremyf committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3d2b85a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3e9c88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88edd03 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf30c3e View commit details
    Browse the repository at this point in the history
  13. Modify Collection & Admin Set Valkyrization

    Addresses:
    
    ☄️ EPIC: Valkyrize Hyku scientist-softserv/hykuup_knapsack#35
    valkyrize collection and admin set resources scientist-softserv/hykuup_knapsack#94
    
    Moves away from directly using Hyrax::PcdmCollection and
    Hyrax::AdministrativeSet instead favoring inheriting from those
    (with CollectionResource and AdminSetResource). This allows for
    inheriting from Hyrax factories and extending them; thus bringing
    Hyku’s testing ecosystem closer to Hyrax.
    
    Note: There are a few of the new specs that still fail.
    -
    laritakr committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fc4118a View commit details
    Browse the repository at this point in the history
  14. Coppers again

    laritakr committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9de1b88 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    081378d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    d53ac06 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'i35-valkyrize-hyku' into i94-collections

    * i35-valkyrize-hyku:
      ☑️ Working on getting more tests passing
      ☑️ Favor explicit load of FactoryBot factories
      Removing long-ago removable code
      💄 endless and ever appeasing of the coppers
      Fixing a few broken specs, still some broken
      ☑️ Fixing a broken test
      ♻️ Favor site configuration for allow downloads
    jeremyf committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    a6f1316 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2164 from samvera/i94-collections

    Collection & Admin Set Valkyrization
    jeremyf authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    2bba104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3ab645 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34bfb28 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    08eadab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d164944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff50f74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    848a270 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1ab0e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    244898b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    62bb52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44ee888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3660d46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    275e22b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39c304f View commit details
    Browse the repository at this point in the history
  6. Fixing specs

    jeremyf committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    61ad72e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9dccb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dd7401 View commit details
    Browse the repository at this point in the history
  9. Bumping version of IIIF Print

    jeremyf committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    82816af View commit details
    Browse the repository at this point in the history
  10. 🐛 Add .each to find_all call

    Without this, we pass a block to a method that does not anticipate
    receiving a block.
    jeremyf committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    da05047 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4167d4 View commit details
    Browse the repository at this point in the history
  12. 🐛 Fixing a couple of different bugs

    Ever more to do.
    jeremyf committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    628e5b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

    jeremyf committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f118fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36db042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4937da0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15ec554 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4ca845 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dcbcf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Adding specs for disable

    jeremyf committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6891776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1726df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb576e2 View commit details
    Browse the repository at this point in the history
  4. Ever hacking on the specs

    jeremyf committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b7d2a37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f76a4e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    8487114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d98b70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ca533f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39a13d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9fffdb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. ♻️ Favor member_ids_ssim over file_set_ids_ssim

    For several years Hyrax has index `file_set_ids_ssim` as a verbatim copy
    of `member_ids_ssim`.  With Hyrax 5, we're removing the
    `file_set_ids_ssim` from indexing; And given that it's been a verbatim
    copy since 2017 or so, it's relatively safe to assume that we can favor,
    without application impact, the `member_ids_ssim` over the
    `file_set_ids_ssim` value.
    
    It would be nice to have `file_set_ids_ssim` but not as a verbatim copy.
    Someday, we might have nice things.
    
    Related to:
    - samvera/hyrax#6513
    - samvera/hyrax@7108409
    jeremyf committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    348c5a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d82ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9465cf View commit details
    Browse the repository at this point in the history
  4. Bumping the double_combo

    jeremyf committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3936726 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5680a18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5227adb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7377572 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    54d0a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917b2ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee48b61 View commit details
    Browse the repository at this point in the history
  4. Fixing some underlying specs

    jeremyf committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1824bc8 View commit details
    Browse the repository at this point in the history
  5. ♻️ Fix selector issue

    jeremyf committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4968242 View commit details
    Browse the repository at this point in the history
  6. ☑️ Let These Specs Pass!

    jeremyf committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c66ba49 View commit details
    Browse the repository at this point in the history
  7. ☑️ Typo

    jeremyf committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e581054 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    e04a9c5 View commit details
    Browse the repository at this point in the history
  2. Remove redundant declaration

    jeremyf committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    85772d7 View commit details
    Browse the repository at this point in the history
  3. ☑️ Remove flakey tests

    These tests relied on existing data in solr but did not seek to have
    clean data, thus received leaking data from other tests.
    
    Meaning they would fail.
    
    Ugh, tests should (by default) favor starting from a "clean state"
    instead of inheriting state from other tests.
    jeremyf committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    17c2fc7 View commit details
    Browse the repository at this point in the history
  4. ☑️ Favor FactoryBot.valkyrie_create

    To do otherwise, invites a series of weird interactions.
    jeremyf committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4fd3954 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    389e953 View commit details
    Browse the repository at this point in the history
  6. 🧹 Bump to new double_combo

    jeremyf committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    649acac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f59f070 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5e74b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    3d7de4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    404f0c3 View commit details
    Browse the repository at this point in the history
  3. Update Hyrax

    pulling in Jeremy's changes: custom queries and assigned strategies.
    ShanaLMoore committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c80cff6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    68f1750 View commit details
    Browse the repository at this point in the history
  2. Add embargo and lease to wings

    We started seeing problems with the embargo (and presumably lease) now
    allowing us to save the work.  This commit adds the necessary fields to
    the big else statement in the wings initializer.
    
    Ref:
      - scientist-softserv/hykuup_knapsack#157
    kirkkwang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    21d8e70 View commit details
    Browse the repository at this point in the history
  3. Update riiif config to replace deprecated method

    The `cache_duration_in_days` is deprecated and locally it was causing
    the web service to freeze.
    kirkkwang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bc596c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e138418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0c7832 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Update Hyrax to move binaries

    This commit will update Hyrax with the ability to move the binaries from
    Fedora to Disk.  There are also some changes to the database schema to
    make persisting work.  Wings initializer was updated to map the
    Hydra::PCDM::File to the Hyrax::FileMetadata class as well.
    kirkkwang committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    dcbceab View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    7c9cb22 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix Account switch bug

    jeremyf committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b21c477 View commit details
    Browse the repository at this point in the history
  3. ♻️ Remove method as duplicate of Hyrax

    The Hyrax::Group.new override handles the "find_by" logic we introduced.
    jeremyf committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    89c5741 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a9b7b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1778bab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92045f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4e2732 View commit details
    Browse the repository at this point in the history
  8. Update #parent_path to account for various case statements

    The previous assumption was that we'd always have a SolrDocument, which is not true. This method has been updated to be more flexible.
    ShanaLMoore committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9072bac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d56979 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    b0cbbac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0a912 View commit details
    Browse the repository at this point in the history
  3. ♻️ Disable some consistently failing specs

    Note, this likely means I can revert a previous commit about adjusting
    the copies of factories from Hyrax.
    jeremyf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c66865a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Update hyrax version

    pulls in thumbnail loading fix
    ShanaLMoore committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a5771f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17dea1b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into i35-valkyrize-hyku

    * main:
      update hyrax
      update Hyrax
      💄 endless and ever appeasing of the coppers
    jeremyf committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    47cbfbd View commit details
    Browse the repository at this point in the history
  4. Revert "I had to bail and copy the factories from Hyrax"

    This reverts commit b0cbbac.
    jeremyf committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6a4f1e5 View commit details
    Browse the repository at this point in the history
  5. Update Hyrax

    pulls in WIP for af to valkyrie thumbnails + fix for serving thumbnails
    ShanaLMoore committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    659d60c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Bumping Hyrax version

    jeremyf committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    66e9831 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    4ac5e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48133b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd5ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    da5c523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3749af5 View commit details
    Browse the repository at this point in the history
  3. Addressing potential routing errors

    Co-authored-by: Shana Moore <shana@scientist.com>
    jeremyf and ShanaLMoore committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c9c1185 View commit details
    Browse the repository at this point in the history
  4. Remove indexing of collection membership

    Looking at the Hyrax code, it appears that it should already be done.
    jeremyf committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e7718b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    f41ba15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c863d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. copy Rob's reprocessor script from GBH into Hyku

    Co-authored-by: Rob Kaufman <rob@notch8.com>
    2 people authored and jeremyf committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    05fd2eb View commit details
    Browse the repository at this point in the history
  2. resolve most rubocop warnings

    bkiahstroud authored and jeremyf committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d1d11bc View commit details
    Browse the repository at this point in the history
  3. update rubocop_todo

    Since we're mostly bringing over the reprocessor script as-is,
    refactoring the method length is out of scope.
    bkiahstroud authored and jeremyf committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d0e27dc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Load HykuKnapsack decorators

    This commit will allow the HykuKnapsack decorators to be loaded by the
    application rb as well.
    kirkkwang committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3fbf2f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. temp: debug build issues

    ShanaLMoore committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    06350fc View commit details
    Browse the repository at this point in the history
  2. Revert "temp: debug build issues"

    This reverts commit 06350fc.
    ShanaLMoore committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4375a29 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update Bulkrax

    kirkkwang committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    29ef204 View commit details
    Browse the repository at this point in the history
  2. Update Bulkrax

    ShanaLMoore committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    37b16e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc85d08 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Update Bulkrax and Hyrax

    kirkkwang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7ff49ca View commit details
    Browse the repository at this point in the history
  2. 🧹 Update bulkrax gem

    ShanaLMoore committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0642931 View commit details
    Browse the repository at this point in the history
  3. Update Bulkrax

    kirkkwang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d87e4ed View commit details
    Browse the repository at this point in the history
  4. 🐛 Fix undefined local variable iiif_print

    There was a change in this version of IIIF Print that needed an update
    to routes.rb.
    
    Ref:
      - scientist-softserv/iiif_print#302
    kirkkwang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ae46a17 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. 🐛 Fix collection membership bug (#2169)

    * 🐛 Fix collection membership bug
    
    A hyrax bug made it into Hyku via the collections controller decorator.
    This removes the unnecessary `collection_params method`.
    
    Refs
    - scientist-softserv/hykuup_knapsack#183
    - samvera/hyrax@7add213
    
    * Ignore rubocop error
    laritakr authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9614850 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. update Bulkrax

    kirkkwang committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a327222 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Show PDF.js viewer when PDF.js FlipFlop is true

    This is a workaround to unblock Mobius ingests. If the feature flipper to display PDF.js is true, we will display that viewer regardless of the property values of :show_pdf_viewer and :show_pdf_download_button.
    
    We will revisit valkyrizing this feature fully in the future, when we start the iiif x valkyrie epic.
    
    Issue:
    - scientist-softserv/hykuup_knapsack#185
    
    Co-Authored-By: Kirk Wang <k3wang@gmail.com>
    ShanaLMoore and kirkkwang committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6940b4c View commit details
    Browse the repository at this point in the history
  2. revert previous commit and update logic of #show_pdf_viewer instead

    This fixes a failing spec while still rendering PDF.js in the UI
    
    Co-Authored-By: Kirk Wang <k3wang@gmail.com>
    ShanaLMoore and kirkkwang committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    29963d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2171 from samvera/i185-edit-pdf-work-bug

    I185 show PDF.js viewer if feature flipper is true
    ShanaLMoore authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1512867 View commit details
    Browse the repository at this point in the history
  4. Update valkyrie gem

    ShanaLMoore committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a32664d View commit details
    Browse the repository at this point in the history
  5. update valkyrie gem

    ShanaLMoore committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5542205 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

  1. 🧹 Clean up featured works and collections

    The featured works and collections had some funky css problems where it
    made sorting them impossible.  This commit will override some Hyrax scss
    and fix some css classes on partials to make the featured
    works/collections a better user experience.
    kirkkwang committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    093251b View commit details
    Browse the repository at this point in the history
  2. Update IiifPrint (#2172)

    Fixes bug deleting works & file sets.
    
    Refs scientist-softserv/hykuup_knapsack#187
    laritakr authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    75a9d99 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. ♻️ Favor method_missing over delegation

    In the `double_combo` branch, we replaced the need for delegation with
    method_missing.  Thus we can remove the delegate declarations and
    instead rely on method missing behavior.
    jeremyf committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    65c9abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb6adf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e97d78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b61235 View commit details
    Browse the repository at this point in the history
  5. 🎁 Valkyrize Reindex jobs (#2173)

    Addresses all reindex jobs to ensure that they will work for
    either valkyrie or active fedora objects.
    
    Ensures that works and collections are appropriately reindexed as
    default work and collection images are added OR removed (previously,
    reindexing didn't occur with removal of default images, resulting in
    works displaying with a missing image.)
    laritakr authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d3df1e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a90fcf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ec7b41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8c49fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8cf0e95 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad48579 View commit details
    Browse the repository at this point in the history
  11. 💄 rubocop fix

    ShanaLMoore committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f745207 View commit details
    Browse the repository at this point in the history
  12. 💄 rubocop fix

    ShanaLMoore committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    289ca62 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08779c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. 🧹 Add core to hash in spec

    Since we changed the SolrEndpoint, this spec was failing.  This change
    should fix it.
    kirkkwang committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    19e5f3a View commit details
    Browse the repository at this point in the history
  2. 🧹 Add storage/files as a persisted volumn

    This commit will add storage/files as a persisted volume for rancher
    set ups.  Hyrax uses this directory to store the binaries.
    kirkkwang committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    25f22cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a19960f View commit details
    Browse the repository at this point in the history
  4. bump to rc3

    kirkkwang committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8e390ee View commit details
    Browse the repository at this point in the history