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

i54 Get UI working with Dual Boot Conditionals #743

Merged
merged 26 commits into from
Aug 9, 2023

Commits on May 3, 2021

  1. Merge pull request #557 from WGBH-MLA/develop

    Merge to Main - Production deployment
    foglabs authored May 3, 2021
    Configuration menu
    Copy the full SHA
    48c4b38 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Merge pull request #566 from WGBH-MLA/develop

    Merge into main
    afred authored May 12, 2021
    Configuration menu
    Copy the full SHA
    a398a51 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Merge pull request #601 from WGBH-MLA/develop

    PR for deploying to prod
    foglabs authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    eff57b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Merge pull request #607 from WGBH-MLA/develop

    Merge from `development` for production deployment
    afred authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    9d7d2ec View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Merge pull request #627 from WGBH-MLA/develop

    Ship latest to production
    foglabs authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    b85ea20 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. WIP

    ShanaLMoore committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    52d772c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dc47d3 View commit details
    Browse the repository at this point in the history
  3. wip

    kirkkwang committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    85666e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df02bba View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. ⚒️ install bootstrap per Hyrax upgrade instructions

    This commit upgrade bootstrap per the 'Upgrade Hyrax 3.x to Hyrax 4' wiki instructions.
    
    wiki:
    - https://github.com/samvera/hyrax/wiki/Upgrade-Hyrax-3.x-to-Hyrax-4
    
    Issue:
    - scientist-softserv#22
    ShanaLMoore committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b9c0530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02dbc40 View commit details
    Browse the repository at this point in the history
  3. ⚒️ Copy asset directory and use conditional to serve for dual booting

    In this commit I made a copy of the asset directory in order to server a different version of it when dual booting this application.
    ShanaLMoore committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4def53e View commit details
    Browse the repository at this point in the history
  4. ⚙️ Update app/assets/javascripts/application.js

    In this commit we Update app/assets/javascripts/application.js per the Hyrax 3 to Hyrax 4 wiki
    ShanaLMoore committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d867abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe406d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86142ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ede3b61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef6353d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d14b47 View commit details
    Browse the repository at this point in the history
  10. ⚒️ iterate with a different approach

    instead of copying the asset directory, we are copying application js/css and making the global directory. We tell the view to use these instead when dual booting.
    ShanaLMoore committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2c698be View commit details
    Browse the repository at this point in the history
  11. ⚒️ Add twitter-typeahead-rails gem and explicitly include blacklight_…

    …gallery file
    
    For some reason not doing so would cause issues with the pipeline not finding blacklight_gallery
    ShanaLMoore committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fff4e4f View commit details
    Browse the repository at this point in the history
  12. 🎁 Replace solrizer reference so that feature works with hyrax 3+

    This commit uses the solution from Bulkrax, to update all the deprecated references to Solrizer. At this point, I am able to dual boot up with app and visit/see the dashboard.
    
    ref:
    - https://github.com/samvera-labs/bulkrax/pull/700/files
    ShanaLMoore committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    55428d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef7210c View commit details
    Browse the repository at this point in the history
  14. Revert ":gift: Replace solrizer reference so that feature works with …

    …hyrax 3+"
    
    This reverts commit 55428d9.
    ShanaLMoore committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f1103cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d7c89b5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c36c587 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a79261 View commit details
    Browse the repository at this point in the history