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

Merge develop into main to push some new features #669

Open
wants to merge 864 commits into
base: main
Choose a base branch
from
Open

Merge develop into main to push some new features #669

wants to merge 864 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    32f5ec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d718ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0247ff9 View commit details
    Browse the repository at this point in the history
  4. 🧹 Remove stray 'end'

    laritakr committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bb238cf View commit details
    Browse the repository at this point in the history
  5. 🧹 Replace deprecated find_or_create_default_admin_set_id

    This commit will replace all instances of
    AdminSet.find_or_create_default_admin_set_id with
    Hyrax::AdminSetCreateService.find_or_create_default_admin_set.id.to_s
    because the former was deprecated.
    kirkkwang committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d8a9b73 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #795 from WGBH-MLA/i75-cleanup-upgrade

    I75 cleanup upgrade
    orangewolf authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    aeafa19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36ca057 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. ✅ Fix specs

    This commit will fix various specs that were failing because of the Ruby
    3.2.2 upgrade.  At this point there should only be 4 failures left.
    
    ```
    879 examples, 4 failures, 38 pending
    
    Failed examples:
    
    rspec ./spec/models/bulkrax/pbcore_xml_entry_spec.rb:92
    rspec ./spec/models/bulkrax/pbcore_xml_entry_spec.rb:87
    rspec ./spec/models/bulkrax/pbcore_xml_entry_spec.rb:169
    rspec ./spec/services/aapb/batch_ingest/csv_reader_spec.rb:30
    ```
    kirkkwang committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b472bd2 View commit details
    Browse the repository at this point in the history
  2. ✅ Merge fix for PbcoreXMLEntry spec

    This commit pulls in the changes for the PbcoreXMLEntry spec from
    develop that passes.
    kirkkwang committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    50e8c94 View commit details
    Browse the repository at this point in the history
  3. 🧹 restore view directory

    In a previous commit where we removed support for rails 5.1 we forgot to copy over the view directory.
    ShanaLMoore committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d796bbd View commit details
    Browse the repository at this point in the history
  4. wip

    ShanaLMoore committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9e20c3a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/ruby_tuesday_3.2_edition' into i…

    …97-bulkrax-meets-valkyrie
    ShanaLMoore committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ec37f28 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #796 from WGBH-MLA/restore-views

    🧹 restore view directory
    ShanaLMoore authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    86ae689 View commit details
    Browse the repository at this point in the history
  7. wip

    ShanaLMoore committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f2c0d3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7dd7e9 View commit details
    Browse the repository at this point in the history
  9. 🚧 Add valkyrie config, user object factory config + clean up

    This work is still in progress. The valkyrie config file is commented out until we receive code for implementing adapters. We are using the object_factory config to utilize Valkyrie::ObjectFactory and lastly we added some changed to avoid errors when running an import.
    
    Issue:
    - scientist-softserv#97
    
    Co-Authored-By: Kirk Wang <[email protected]>
    Co-Authored-By: LaRita Robinson <[email protected]>
    3 people committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e1da89e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. its alive

    orangewolf committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a7be9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f0d7f1 View commit details
    Browse the repository at this point in the history
  3. wip

    kirkkwang committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1eb52f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e046e88 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. depend on postgres

    orangewolf committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    50dc47c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd757d5 View commit details
    Browse the repository at this point in the history
  3. build fixes

    orangewolf committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ecfcd8c View commit details
    Browse the repository at this point in the history
  4. test fixes

    orangewolf committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a78dddc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7f58e5 View commit details
    Browse the repository at this point in the history
  6. database url

    orangewolf committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    166a51d View commit details
    Browse the repository at this point in the history
  7. tmate for specs

    orangewolf committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bf81abf View commit details
    Browse the repository at this point in the history
  8. fix test reporting

    orangewolf committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    658dc52 View commit details
    Browse the repository at this point in the history
  9. cleanup build script

    orangewolf committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fd4f0cf View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. 🚧 WIP commit - transfer custom actors into transactions

    WIP commit. We need to figure out how to transform their custom actor code into transactions. The child works are not getting created because it is no longer using GBH's custom hyrax actor stacks.
    ShanaLMoore committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ac0b739 View commit details
    Browse the repository at this point in the history
  2. 🎁 Set child work titles to be the same as the parent's

    In this commit we are setting the child titles to be the same as the parent's title.
    ShanaLMoore committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c66896a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3687bf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    281d9a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4155643 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    65aaac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    114d7b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085ecf8 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/i97-bulkrax-meets-valkyrie' into…

    … i97-bulkrax-meets-valkyrie
    kirkkwang committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3f0579d View commit details
    Browse the repository at this point in the history
  5. fix build

    orangewolf committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3a69435 View commit details
    Browse the repository at this point in the history
  6. working on build

    orangewolf committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    413a7c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94f9c36 View commit details
    Browse the repository at this point in the history
  8. fix build

    orangewolf committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9ac6980 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8722b6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41c4d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    2335a39 View commit details
    Browse the repository at this point in the history
  2. 🚧 Conform resource forms

    This commit will follow the AssetResourceForm patterns and add the
    appropriate fields for the UI.  This is still a work in progress because
    some of the fields are still not showing up in the UI yet even though
    they've been added to the yaml.
    kirkkwang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e8b554b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af6ff17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2515aa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc1cb4c View commit details
    Browse the repository at this point in the history
  6. 🚧 Copy presenter and view files

    This commit will make a copy of the old work type presenters and views
    and rename them to the resource versions.  Also, making sure the
    resource controllers all point to the correct show presenter.
    kirkkwang committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    51a860f View commit details
    Browse the repository at this point in the history
  7. Bring in Hyrax metadata yaml files

    Remove required on title and creator.
    laritakr committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    336f8f4 View commit details
    Browse the repository at this point in the history
  8. Update bulkrax

    This commit pulls in bulkrax with valkyrie queries
    ShanaLMoore committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a7468a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    8c590cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #798 from WGBH-MLA/lkr-ruby-tuesday

    Remove required fields coming in from hyrax
    laritakr authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f7d8244 View commit details
    Browse the repository at this point in the history
  3. 🐛 Handle grouped input fields

    Corrects loading & saving of titles_with_types, descriptions_with_types,
    and dates_with_types.
    
    Marks title and description fields with "required", but does not validate
    that they are in, as validation messes up the format of the form and
    errors do not report correctly on re-display.
    laritakr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6299917 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #800 from WGBH-MLA/lkr-ruby-tuesday

    🐛 Handle grouped input fields
    laritakr authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    43f9169 View commit details
    Browse the repository at this point in the history
  5. 🚧 Make correct thumbnails show up

    This commit will adjust the indexers and a few queries to ultimately
    make sure that the correct thumbnails show up for each resource type.
    kirkkwang committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5ef8db8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    994e4b3 View commit details
    Browse the repository at this point in the history
  7. Comment out yarn install

    Yarn is currently failing.
    laritakr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0c63cb3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f95155 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4616ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0336275 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a30d79 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    50ea883 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    721a396 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    73022df View commit details
    Browse the repository at this point in the history
  15. Additional UI new works changes

    Allows creation of digital_instantiation_resource
    and physical digital_instantiation_resource and navigates to
    essence_track_resource_form (which does not work.)
    laritakr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6ef2bd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. 🚧 Presenter fixes

    This commit fixes a few things.
    - child work redirect now works
    - new action redirect works, this is so you can only create an
      AssetResource and can't go to the other resources' new routes
    - override Hyrax::FormFactory to pass in the controller and ability
    - child works created through the UI now inherit the parent's title
    - show page now shows the child works
    - various form field fixes
    kirkkwang committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    19c063f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #799 from WGBH-MLA/add-wipr

    'add WIPR to organization yml'
    orangewolf authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    10b1fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7980be8 View commit details
    Browse the repository at this point in the history
  3. Fix edit asset

    - Finds title for child works when editing
    - Edit asset including annotations
    laritakr committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fd68c89 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    8fd190b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4326b View commit details
    Browse the repository at this point in the history
  3. transaction adjustments

    orangewolf committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    56d6d6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aa7f39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    377a8a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8eeceaa View commit details
    Browse the repository at this point in the history
  7. fix ingested titles

    orangewolf committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3852e5b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    b023caa View commit details
    Browse the repository at this point in the history
  2. fix deploy

    orangewolf committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    79bed65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6776e96 View commit details
    Browse the repository at this point in the history
  4. Fixes to child relationships job

    - Don't add relationships without a parent
    - Submit relationships job with a delay so it doesn't immediately reschedule itself.
    laritakr committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0bcb5c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Use 'desc' for descending catalog sorting

    Catalog controller crashed during sorting due to `dsc`.
    laritakr committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4c83306 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. add listener for save to essentracks, instantiations and assets. vali…

    …date aapb status when called
    orangewolf committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1878b29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #802 from WGBH-MLA/maybe_fix_object_load

    maybe fix valkyrieobject load issue
    orangewolf authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    108d833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    706cb17 View commit details
    Browse the repository at this point in the history
  4. get matchers working again

    orangewolf committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    42b1748 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #803 from WGBH-MLA/listen_and_validate_how_kind

    add listener for save to essentracks, instantiations and assets.
    orangewolf authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7b13a6e View commit details
    Browse the repository at this point in the history
  6. keep admin_data around

    orangewolf committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    372304e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8cc104 View commit details
    Browse the repository at this point in the history
  8. validation fix

    orangewolf committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    edff246 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02e082c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98d9bdd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fix model specs

    orangewolf committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    1bdd857 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    6d9be7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b46cebf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. update deploy templets

    orangewolf committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b18713e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    51f75fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e8480 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    6eda2bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e86e6b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a04c1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f984b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge pull request #794 from WGBH-MLA/ruby_tuesday_3.2_edition

    update to latest Hyrax / Ruby version
    orangewolf authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    238a8b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Alpha env variables and fill in alpha and prod with updated dbatabase…

    … env variables, remove mysql variables, make sure all other variables (general) brought over for deployment
    aprilrieger committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b440c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05cc3f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ddf43 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge pull request #805 from WGBH-MLA/update-db-vars-deploy

    update-db-vars-deploy
    orangewolf authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3790c89 View commit details
    Browse the repository at this point in the history
  2. use the hyrax helpers for ar style look ups and fix contributors not …

    …getting saved in bulkrax
    orangewolf committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    885ba24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e5cae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #801 from WGBH-MLA/fix-build

    Remove reliance on DEPENDENCIES_NEXT
    orangewolf authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    dd521da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66704c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #806 from WGBH-MLA/handle_contributions

    handle contributor creation properly, better multiple detection
    orangewolf authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b92ab9f View commit details
    Browse the repository at this point in the history
  7. Bump browserify-sign from 4.2.1 to 4.2.2

    Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
    - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
    - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: browserify-sign
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ef13a46 View commit details
    Browse the repository at this point in the history
  8. Bump @babel/traverse from 7.22.10 to 7.23.6

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.6.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5f11c8c View commit details
    Browse the repository at this point in the history
  9. Bump puma from 4.3.12 to 5.6.7

    Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.7.
    - [Release notes](https://github.com/puma/puma/releases)
    - [Changelog](https://github.com/puma/puma/blob/master/History.md)
    - [Commits](puma/puma@v4.3.12...v5.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: puma
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d6c2aeb View commit details
    Browse the repository at this point in the history
  10. Bump sidekiq from 6.5.9 to 6.5.10

    Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.9 to 6.5.10.
    - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
    - [Commits](sidekiq/sidekiq@v6.5.9...v6.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: sidekiq
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6483d74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ab60b2 View commit details
    Browse the repository at this point in the history
  12. handle riiif issue

    orangewolf committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7a1a569 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    43f4b8b View commit details
    Browse the repository at this point in the history
  14. fix prod worker

    orangewolf committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9af0b9b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix contributor indexing, cascade deletes on asssetresource, physical…

    …_instantiation and digial_instantiation
    orangewolf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    43ca74a View commit details
    Browse the repository at this point in the history
  2. catch missing members

    orangewolf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    418ed2d View commit details
    Browse the repository at this point in the history
  3. Removed duplicate item Radio Theater

    The item "Radio Theater" appeared twice.  The instance that was out of alphabetical order was removed.
    owencking authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d4d6486 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. fix issue with admin_data causing 404 messages and make sure handle_c…

    …ontributors gets a user
    orangewolf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d9ffe56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #812 from WGBH-MLA/vocab_correction

    Removed duplicate item Radio Theater from genre authority list.
    orangewolf authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4704a42 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #810 from WGBH-MLA/dependabot/bundler/sidekiq-6.5.10

    Bump sidekiq from 6.5.9 to 6.5.10
    orangewolf authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ee12444 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #809 from WGBH-MLA/dependabot/bundler/puma-5.6.7

    Bump puma from 4.3.12 to 5.6.7
    orangewolf authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    966e5a9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #808 from WGBH-MLA/dependabot/npm_and_yarn/babel/t…

    …raverse-7.23.6
    
    Bump @babel/traverse from 7.22.10 to 7.23.6
    orangewolf authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    40d00ce View commit details
    Browse the repository at this point in the history
  6. Merge pull request #811 from WGBH-MLA/fix_search

    bring back assets to search
    orangewolf authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    df3fae8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #807 from WGBH-MLA/dependabot/npm_and_yarn/browser…

    …ify-sign-4.2.2
    
    Bump browserify-sign from 4.2.1 to 4.2.2
    orangewolf authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b01cb1e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    1c4ca0b View commit details
    Browse the repository at this point in the history
  2. put docker compose back

    orangewolf committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    636c08d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2cdad7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #814 from WGBH-MLA/pbcore-export-nils

    Pbcore export nils
    orangewolf authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7a91e58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16a0e89 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

  1. Merge pull request #815 from WGBH-MLA/fix-id-translation-errors

    Casts Valkyrie::iD to string for translation
    orangewolf authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5fca79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da02cd View commit details
    Browse the repository at this point in the history
  3. more spec clean up

    orangewolf committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b4643ec View commit details
    Browse the repository at this point in the history
  4. get specs all green

    orangewolf committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fb1c994 View commit details
    Browse the repository at this point in the history
  5. size fix

    orangewolf committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f101407 View commit details
    Browse the repository at this point in the history
  6. bump hyrax version

    orangewolf committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a03e340 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #816 from WGBH-MLA/sony_cid_wherefor_art_thou

    add back sony_cid, make admin_data more object like in pbcore_xml_entry
    orangewolf authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    892ba94 View commit details
    Browse the repository at this point in the history
  8. Update app/models/hyrax/pcdm_collection_decorator.rb

    Co-authored-by: Alisha Evans <[email protected]>
    orangewolf and alishaevn authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e5715e7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #818 from WGBH-MLA/batch_overhaul

    Upgrade Hyrax Batch Ingest to Valkyrie
    orangewolf authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b83fdc9 View commit details
    Browse the repository at this point in the history
  10. fix 2 for sonyci_id

    orangewolf committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6cfd21d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc17310 View commit details
    Browse the repository at this point in the history
  12. add sonycid to spec

    orangewolf committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7be5fa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    80c688d View commit details
    Browse the repository at this point in the history
  2. more spec fixes

    orangewolf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cda7e54 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #819 from WGBH-MLA/sony_ci_id_again

    fix 2 for sonyci_id
    orangewolf authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    45216a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Dec 23, 2023

  1. fix saving from from ui

    orangewolf committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    021dd16 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    2d5b36f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef56850 View commit details
    Browse the repository at this point in the history
  3. move reprocessor

    orangewolf committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    78038a7 View commit details
    Browse the repository at this point in the history
  4. clean up old reprocessor

    orangewolf committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    3d0547f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. working on pbcore parsing

    orangewolf committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    acc0bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e48fb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    f226042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556bd2d View commit details
    Browse the repository at this point in the history
  3. move validations to the aapb step to let all records in to ams2, but …

    …keep them from going to aapb until valid
    orangewolf committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0f82d0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d7bec6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Bump puma from 5.6.7 to 5.6.8

    Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8.
    - [Release notes](https://github.com/puma/puma/releases)
    - [Changelog](https://github.com/puma/puma/blob/master/History.md)
    - [Commits](puma/puma@v5.6.7...v5.6.8)
    
    ---
    updated-dependencies:
    - dependency-name: puma
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a893ec1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. scale import worker

    orangewolf committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a57716a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Bump follow-redirects from 1.15.2 to 1.15.4

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b3867de View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    df8dca2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #823 from WGBH-MLA/fix-sony-ci-client-id-in-helm-t…

    …emplate
    
    Updates Sony Ci client id in Helm chart template
    orangewolf authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    382a906 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #822 from WGBH-MLA/dependabot/npm_and_yarn/follow-…

    …redirects-1.15.4
    
    Bump follow-redirects from 1.15.2 to 1.15.4
    orangewolf authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    130dd06 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #821 from WGBH-MLA/dependabot/bundler/puma-5.6.8

    Bump puma from 5.6.7 to 5.6.8
    orangewolf authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e2ebfb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. export count fix

    orangewolf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    af288b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    299c4b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14b5971 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix specs

    orangewolf committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f92663b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #820 from WGBH-MLA/reimport_adjustments

    fix issue with entry model being wrong
    orangewolf authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b21ae09 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    ca2719c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #824 from WGBH-MLA/fix_digital

    make sure xml gets added to digital instantiations
    orangewolf authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    49a8c9a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    609c3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b0a0ab View commit details
    Browse the repository at this point in the history
  3. update other deployments

    orangewolf committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    de783c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97e39d0 View commit details
    Browse the repository at this point in the history
  5. Update reprocessor.rb

    orangewolf authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    cfd93dc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #825 from WGBH-MLA/simple_form_fix

    Simple form fix
    orangewolf authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    64e7139 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fixes Sony Ci Webhook endpoint

    Uses AssetResource model instead of Asset model to lookup the Asset.
    Saves updated Asset in the new Valkyrie way.
    afred committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    34e2fd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge pull request #827 from WGBH-MLA/fix-sonyci-webhook-endpoint

    Fixes Sony Ci Webhook endpoint
    orangewolf authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f99bcb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    c393905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea9488 View commit details
    Browse the repository at this point in the history
  3. Shakes fist, needed to change the demo reg values to SIDEKIQ_CONCURRE…

    …NCY = 1, so I can test that this works, just like production has it set
    aprilrieger committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    93dbf05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a23bcff View commit details
    Browse the repository at this point in the history
  5. Ok lets set the variable and add the values via the values file, so t…

    …he dev user will still see the pattern and know how to use it
    aprilrieger committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b1d51d4 View commit details
    Browse the repository at this point in the history
  6. Add to both sections

    aprilrieger committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1fec6a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcc9042 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29df467 View commit details
    Browse the repository at this point in the history
  9. Trying to get the updated value to override, but that wasn't working …

    …so tried getting the variable excluded, and then try to include it the same way, but that didnt work. So now trying to explicitly add it back to pass to the deployment - heavy sigh -
    aprilrieger committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8fce7bf View commit details
    Browse the repository at this point in the history
  10. Update the indentation

    aprilrieger committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0d69274 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1f1dda View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Update the strategy so we can make this more useful and use a list if…

    … needed for more overrides
    aprilrieger committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0ab385a View commit details
    Browse the repository at this point in the history
  2. fix syntax

    aprilrieger committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3df8a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65db11c View commit details
    Browse the repository at this point in the history
  4. Takes and put the logic checking for the specific env variable into t…

    …he worker script. And only set that env variable in the importWorker so that the reg worker will just use the default or one set in the deployment extraEnvVars
    aprilrieger committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6870463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa93495 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd607d6 View commit details
    Browse the repository at this point in the history
  7. Remove uneeded comments

    aprilrieger committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    730346c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #832 from WGBH-MLA/sep-workers-by-type-sidekiq-env

    sep-workers-by-type-sidekiq-env
    bkiahstroud authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    dc44953 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fixes JS to find Sony Ci media from Asset Edit interface

    Changes URL from concern/assets to concern/asset_resources.
    
    Fixes #831.
    afred committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    da9e94a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #838 from WGBH-MLA/831-fix-front-end-sony-ci-linking

    Fixes JS to find Sony Ci media from Asset Edit interface
    bkiahstroud authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b00ce43 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    1cb45d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #841 from WGBH-MLA/index_bulkrax_identifier

    speed up bulkrax ingest by indexing bulkrax identifier
    bkiahstroud authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b4992a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add notes for rake task

    K8Sewell committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    72b0479 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Merge pull request #848 from scientist-softserv/i124-script-auto-star…

    …t-importer
    
    Adds script to auto start importer
    bkiahstroud authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6c60130 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. updated db schema (#845)

    Reflects migration added by:
    - #841
    bkiahstroud authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6d8253a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    17ab65e View commit details
    Browse the repository at this point in the history
  2. include origin dir of asset xml

    This will make it easier to find the file later instead of having to
    search through every directory
    bkiahstroud committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a5148bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4918b93 View commit details
    Browse the repository at this point in the history
  4. add progressbar

    bkiahstroud committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4095c86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6741ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fb255f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfc2fac View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. don't reinvent the wheel

    bkiahstroud committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e3be535 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Merge pull request #852 from WGBH-MLA/i16-missing-instantiations-loca…

    …tor-script
    
    i16 missing instantiations locator script
    bkiahstroud authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    db38cd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update the values file withe the corresponding subchart values needed…

    … to set the initialDelay so fcrepo can have the time it needs to startup -- currently takes approx 112.xx seconds
    aprilrieger committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bd79852 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #853 from WGBH-MLA/give-redis-liveness-more-time

    give-redis-liveness-more-time
    bkiahstroud authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c27625b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. i16 Add method to merge unique values of JSON results (#858)

    * add method to merge unique values of JSON results
    
    * make public method & fix syntax error when writing combined results
    
    * add method to split results into subsets
    bkiahstroud authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    92d73b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    afbb9d3 View commit details
    Browse the repository at this point in the history
  2. i16 Expand AssetDestroyer to also destroy AssetResources (#861)

    * expand AssetDestroyer to also delete AssetResources
    
    * don't set validation status on deleted Asset
    
    Prevents the following error when deleting an AssetResource via the
    Valkyrie Transactions:
    
    `SolrDocument#get_members: undefined method 'members' for AssetResource`
    
    Setting the validation status required looking up the Asset's members
    recursively. But since we're in the middle of deleting things:
    
    1. Expected data was missing, and more importantly,
    2. We don't care about setting the Asset's validation status because
       it's being deleted
    
    * use transaction to thoroughly delete members
    
    The Transaction ensures the members will be deleted thoroughly. For
    example, using the transaction means all the related Sipity records will
    be destroyed, which is what we want
    
    * rescue and log error if AssetResource is not found
    
    * use dedicated logger instead of puts
    
    * ensure path to logger exists
    
    This should fix specs that are failing in CI
    bkiahstroud authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    567d7b7 View commit details
    Browse the repository at this point in the history
  3. give redis time to read AOF during startup

    When deployed, the redis pod currently restarts over and over because it
    fails the health check before the state can be restored from the AOF
    file. The health checks need to be delayed to give time for this to
    happen.
    
    The commit corrects the syntax to set the initial delay value.
    `healthCheck.initialDelay` is how fcrepo sets its health check delay.
    bkiahstroud committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e1d2241 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #867 from WGBH-MLA/redis-or-not-here-i-come

    Give redis time to read AOF during startup (deploy)
    bkiahstroud authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7d67200 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request #866 from WGBH-MLA/865-sony-ci-webhook-link-media-…

    …only
    
    Checks Sony Ci file extension before linking from webhook
    bkiahstroud authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d0d015c View commit details
    Browse the repository at this point in the history
  2. i16 Process subsets (#862)

    * various minor improvements
    
    * fix typo
    
    * log if file already exists in target dir
    
    * add method to audit duplicate XML files
    
    Specifically, we're auditing whether their content differs from each
    other or not. If not, we aren't concerned with handling the duplicates
    further, but if the content does differ, we need to figure out how
    
    * if file doesn't exist, capture and log error
    
    * add methods to delete/recreate subsets
    
    * run migrations on test db schema
    
    * minor clean up
    
    * fix bug due to missing arg
    
    * follow established patterns
    bkiahstroud authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9a1cea3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. backup assets that have mismatched child instantiations (#892)

    These assets will be updated programmatically to fix their child
    relationships. Some of them have been updated since their initial
    import, so we are making a backup of their data now in case we lose
    anything in the process of fixing their relationships
    bkiahstroud authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ac4299b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Refactors transaction step for saving admin data (#889)

    * Refactors transaction step for saving admin data
    
    By default, multi-valued input fields display an additional set of input fields that are blank.
    These get submitted by the form and are usually discarded, but because we are treating Sony Ci
    ID field special, it was erroneously saving additional blank values for Sony Ci ID, which was
    resulting in multiple players of the same media dislaying on AAPB when the record was published.
    
    Multiple Sony Ci IDs are allowed in cases of mult-part Assets. They are stored as a serialized JSON
    array in the AdminData.sonyci_id field, which is related to Asset reords via a global ID field on
    AdminData.gid. And the global ID fields was used instead of a normal foreign key because the
    AssetResource used to be just Asset, and stored in Fedora, not the database, and a global ID was
    the closest thing to a foreign key across 2 persistence layers that we could think of :)
    
    Fixes #882.
    
    * Handles non-multiple, non-blank (default) case
    
    Co-authored-by: Kiah Stroud <[email protected]>
    
    * Add debug log for when nothing gets written
    
    Co-authored-by: Kiah Stroud <[email protected]>
    
    * Enumerates over SERIALIZED_FIELDS explicitly rather than duck typing
    
    * Another refactor/simplification
    
    Uses AdminData.attributes_for_updates as a filter to the change set fields.
    Filters out blank sony ci ids so they don't get serialized.
    Adds validation routine to AdminData for guarding against fields that cannot
      be deleted once set: bulkrax_importer_id and batch_ingest_batch_id.
      These IDs are foreign keys and if they accidentally get unset, we loase
      relational integrity, so need to make sure they are not accidentally
      getting unset via ingest, or updating Assets via UI, or anywhere else.
    
    * adds missing code that was supposed to be part of the last commit 🤦, please squash when merging and remove this msg.
    
    * Do not persist data in CreateAapbAdminData#set_admin_data_attributes
    
    ---------
    
    Co-authored-by: Kiah Stroud <[email protected]>
    afred and bkiahstroud authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a435904 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update annotation_types.yml

    ekemeyer authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    36723d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update asset_resource_indexer.rb

    replaced .empty? to .blank?
    ekemeyer authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    560be6a View commit details
    Browse the repository at this point in the history
  2. Update asset_resource_indexer.rb

    conditional check for nil or blank to avoid nil:NilClass errors
    ekemeyer authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f5dbf3f View commit details
    Browse the repository at this point in the history
  3. Update asset_resource_indexer.rb

    undo what I did
    ekemeyer authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b6b8ff4 View commit details
    Browse the repository at this point in the history
  4. Update asset_resource.rb

    added new annotationType as a method
    ekemeyer authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1854cd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac3fcf2 View commit details
    Browse the repository at this point in the history
  6. Update solr_document.rb

    adding new annotation as a method here too
    ekemeyer authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b401f7a View commit details
    Browse the repository at this point in the history
  7. Update asset.rb

    adding ams1_legacy_metadata here too
    ekemeyer authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6a06f88 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge pull request #907 from WGBH-MLA/new_annotation

    Update annotation_types.yml
    ekemeyer authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2597935 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 3, 2024

  1. Adds hotfix for changing physical instantiation media type (#911)

    Also,
    * Adds conditionals to only include Bulkrax transaction steps if Bulkrax is enabled.
      * Use work_resource.create_with_bulkrax_behavior Container if enabled.
      * Use change_set.create_work if not enabled.
    * Ignores local Sony Ci and Kubeconfig credential files based on default naming
      conventions and locations
    
    Co-authored-by: Benjamin Kiah Stroud <[email protected]>
    afred and bkiahstroud authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fed8d72 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Adds Fix for deleting PhysicalInstantiations from Assets based on Med…

    …ia Type (#922)
    
    Refactors some one-type scripts into more re-usable batch processing methods that can be run
    from the ruby console or CLI.
    
    * Delete Assets by ID list from file.
    * Delete Physical Instantiations by Media Type and IDs from file.
    * Change Media Type for instantiations by IDs from file.
    afred authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3cc999b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add more time to initial delay for the readiness and liveness probes …

    …for redis to get the aof file into memory
    aprilrieger committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9bf05f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #926 from WGBH-MLA/dont-rush-redis-healthchecks

    dont-rush-redis-healthchecks
    bkiahstroud authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9fbe8e8 View commit details
    Browse the repository at this point in the history