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

WIP upgrade to blacklight 8 #1295

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

WIP upgrade to blacklight 8 #1295

wants to merge 23 commits into from

Commits on Apr 2, 2024

  1. upgrade to rails 7

    Smullz622 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c4360b9 View commit details
    Browse the repository at this point in the history
  2. niftany

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

Commits on Apr 3, 2024

  1. bump blacklight to latest 7.x. Most of this was actually done by the …

    …rails 7 upgrade, this is just a bit of clean up.
    Smullz622 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6622442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6ee8e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fix some depreciations

    Smullz622 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5ac11c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    10e3f70 View commit details
    Browse the repository at this point in the history
  2. search form partial is no longer called since SearchBarComponent repl…

    …aced render_search_bar. Without the partial, advanced search and start over link were not rendering. I added them back into the search bar and added a test so if it disappears again we will know
    Smullz622 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d7d225e View commit details
    Browse the repository at this point in the history
  3. fixes depreciation of render_document_heading, start_over_path, rende…

    …r_document_main_content_partial, and document_show_html_title
    Smullz622 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0562991 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    e85b5c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    842041f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. upgrade blacklight_advanced_search gem. Large portions of the gem fun…

    …ctionality are now in core blacklight so upgrading the gem meant moving a lot of our gem overrides to core bl overrides. While this is functional as is, many of the methods in advanced_search_facets_as_select will be depreciated in BL 8 so that it still a work in progress.
    Smullz622 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a3585af View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

    Smullz622 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e1c1cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5860fad View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. document_action_label and document_action_path are depreciated, using…

    … ActionComponent instead. The url method got messed up with our ris and bulk_ris actions so I did a quick fix. Ideally, we will go back and refine this a bit
    Smullz622 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fa24fef View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Fix CI

    ajkiessl committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1b56fdb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 8, 2024

  1. upgrade to blacklight 8

    Smullz622 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    679ad6a View commit details
    Browse the repository at this point in the history
  2. structure of response has changed and the .first is no longer needed.…

    … document RIS needed to be adjusted accordingly as well.
    Smullz622 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c97a8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9781622 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. remove facets from homepage. There were problems getting them to work…

    … with the BL 8 upgrade and Ruth gave the ok to just remove them
    Smullz622 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9c28928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec484fd View commit details
    Browse the repository at this point in the history
  3. previous_next_doc partial is depreciated, replaced with component. Th…

    …is modifies how session_tracking_params is called as well
    Smullz622 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e1a6ddb View commit details
    Browse the repository at this point in the history