-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: main
Are you sure you want to change the base?
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32f5ec5 - Browse repository at this point
Copy the full SHA 32f5ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d718ad - Browse repository at this point
Copy the full SHA 4d718adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0247ff9 - Browse repository at this point
Copy the full SHA 0247ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb238cf - Browse repository at this point
Copy the full SHA bb238cfView commit details -
🧹 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.
Configuration menu - View commit details
-
Copy full SHA for d8a9b73 - Browse repository at this point
Copy the full SHA d8a9b73View commit details -
Merge pull request #795 from WGBH-MLA/i75-cleanup-upgrade
I75 cleanup upgrade
Configuration menu - View commit details
-
Copy full SHA for aeafa19 - Browse repository at this point
Copy the full SHA aeafa19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ca057 - Browse repository at this point
Copy the full SHA 36ca057View commit details
Commits on Aug 30, 2023
-
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 ```
Configuration menu - View commit details
-
Copy full SHA for b472bd2 - Browse repository at this point
Copy the full SHA b472bd2View commit details -
✅ Merge fix for PbcoreXMLEntry spec
This commit pulls in the changes for the PbcoreXMLEntry spec from develop that passes.
Configuration menu - View commit details
-
Copy full SHA for 50e8c94 - Browse repository at this point
Copy the full SHA 50e8c94View commit details -
In a previous commit where we removed support for rails 5.1 we forgot to copy over the view directory.
Configuration menu - View commit details
-
Copy full SHA for d796bbd - Browse repository at this point
Copy the full SHA d796bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e20c3a - Browse repository at this point
Copy the full SHA 9e20c3aView commit details -
Merge remote-tracking branch 'origin/ruby_tuesday_3.2_edition' into i…
…97-bulkrax-meets-valkyrie
Configuration menu - View commit details
-
Copy full SHA for ec37f28 - Browse repository at this point
Copy the full SHA ec37f28View commit details -
Merge pull request #796 from WGBH-MLA/restore-views
🧹 restore view directory
Configuration menu - View commit details
-
Copy full SHA for 86ae689 - Browse repository at this point
Copy the full SHA 86ae689View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c0d3e - Browse repository at this point
Copy the full SHA f2c0d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7dd7e9 - Browse repository at this point
Copy the full SHA c7dd7e9View commit details -
🚧 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]>
Configuration menu - View commit details
-
Copy full SHA for e1da89e - Browse repository at this point
Copy the full SHA e1da89eView commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7be9b7 - Browse repository at this point
Copy the full SHA a7be9b7View commit details -
Merge branch 'ruby_tuesday_3.2_edition' of https://github.com/WGBH-ML…
…A/ams into ruby_tuesday_3.2_edition
Configuration menu - View commit details
-
Copy full SHA for 8f0d7f1 - Browse repository at this point
Copy the full SHA 8f0d7f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb52f8 - Browse repository at this point
Copy the full SHA 1eb52f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e046e88 - Browse repository at this point
Copy the full SHA e046e88View commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50dc47c - Browse repository at this point
Copy the full SHA 50dc47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd757d5 - Browse repository at this point
Copy the full SHA bd757d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfcd8c - Browse repository at this point
Copy the full SHA ecfcd8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a78dddc - Browse repository at this point
Copy the full SHA a78dddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f58e5 - Browse repository at this point
Copy the full SHA a7f58e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 166a51d - Browse repository at this point
Copy the full SHA 166a51dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf81abf - Browse repository at this point
Copy the full SHA bf81abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 658dc52 - Browse repository at this point
Copy the full SHA 658dc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4f0cf - Browse repository at this point
Copy the full SHA fd4f0cfView commit details
Commits on Sep 5, 2023
-
🚧 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.
Configuration menu - View commit details
-
Copy full SHA for ac0b739 - Browse repository at this point
Copy the full SHA ac0b739View commit details -
🎁 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.
Configuration menu - View commit details
-
Copy full SHA for c66896a - Browse repository at this point
Copy the full SHA c66896aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3687bf5 - Browse repository at this point
Copy the full SHA 3687bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281d9a6 - Browse repository at this point
Copy the full SHA 281d9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4155643 - Browse repository at this point
Copy the full SHA 4155643View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 65aaac4 - Browse repository at this point
Copy the full SHA 65aaac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114d7b0 - Browse repository at this point
Copy the full SHA 114d7b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 085ecf8 - Browse repository at this point
Copy the full SHA 085ecf8View commit details -
Merge remote-tracking branch 'origin/i97-bulkrax-meets-valkyrie' into…
… i97-bulkrax-meets-valkyrie
Configuration menu - View commit details
-
Copy full SHA for 3f0579d - Browse repository at this point
Copy the full SHA 3f0579dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a69435 - Browse repository at this point
Copy the full SHA 3a69435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 413a7c3 - Browse repository at this point
Copy the full SHA 413a7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f9c36 - Browse repository at this point
Copy the full SHA 94f9c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac6980 - Browse repository at this point
Copy the full SHA 9ac6980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8722b6a - Browse repository at this point
Copy the full SHA 8722b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c4d12 - Browse repository at this point
Copy the full SHA 41c4d12View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2335a39 - Browse repository at this point
Copy the full SHA 2335a39View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e8b554b - Browse repository at this point
Copy the full SHA e8b554bView commit details -
Configuration menu - View commit details
-
Copy full SHA for af6ff17 - Browse repository at this point
Copy the full SHA af6ff17View commit details -
Merge branch 'ruby_tuesday_3.2_edition' of https://github.com/WGBH-ML…
…A/ams into ruby_tuesday_3.2_edition
Configuration menu - View commit details
-
Copy full SHA for 2515aa5 - Browse repository at this point
Copy the full SHA 2515aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1cb4c - Browse repository at this point
Copy the full SHA cc1cb4cView commit details -
🚧 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.
Configuration menu - View commit details
-
Copy full SHA for 51a860f - Browse repository at this point
Copy the full SHA 51a860fView commit details -
Bring in Hyrax metadata yaml files
Remove required on title and creator.
Configuration menu - View commit details
-
Copy full SHA for 336f8f4 - Browse repository at this point
Copy the full SHA 336f8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7468a2 - Browse repository at this point
Copy the full SHA a7468a2View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c590cb - Browse repository at this point
Copy the full SHA 8c590cbView commit details -
Merge pull request #798 from WGBH-MLA/lkr-ruby-tuesday
Remove required fields coming in from hyrax
Configuration menu - View commit details
-
Copy full SHA for f7d8244 - Browse repository at this point
Copy the full SHA f7d8244View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6299917 - Browse repository at this point
Copy the full SHA 6299917View commit details -
Merge pull request #800 from WGBH-MLA/lkr-ruby-tuesday
🐛 Handle grouped input fields
Configuration menu - View commit details
-
Copy full SHA for 43f9169 - Browse repository at this point
Copy the full SHA 43f9169View commit details -
🚧 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.
Configuration menu - View commit details
-
Copy full SHA for 5ef8db8 - Browse repository at this point
Copy the full SHA 5ef8db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 994e4b3 - Browse repository at this point
Copy the full SHA 994e4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c63cb3 - Browse repository at this point
Copy the full SHA 0c63cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f95155 - Browse repository at this point
Copy the full SHA 1f95155View commit details -
Merge branch 'ruby_tuesday_3.2_edition' of https://github.com/WGBH-ML…
…A/ams into ruby_tuesday_3.2_edition
Configuration menu - View commit details
-
Copy full SHA for e4616ee - Browse repository at this point
Copy the full SHA e4616eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0336275 - Browse repository at this point
Copy the full SHA 0336275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a30d79 - Browse repository at this point
Copy the full SHA 7a30d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ea883 - Browse repository at this point
Copy the full SHA 50ea883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 721a396 - Browse repository at this point
Copy the full SHA 721a396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73022df - Browse repository at this point
Copy the full SHA 73022dfView commit details -
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.)
Configuration menu - View commit details
-
Copy full SHA for 6ef2bd8 - Browse repository at this point
Copy the full SHA 6ef2bd8View commit details
Commits on Sep 9, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 19c063f - Browse repository at this point
Copy the full SHA 19c063fView commit details
Commits on Sep 11, 2023
-
Merge pull request #799 from WGBH-MLA/add-wipr
'add WIPR to organization yml'
Configuration menu - View commit details
-
Copy full SHA for 10b1fd4 - Browse repository at this point
Copy the full SHA 10b1fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7980be8 - Browse repository at this point
Copy the full SHA 7980be8View commit details -
- Finds title for child works when editing - Edit asset including annotations
Configuration menu - View commit details
-
Copy full SHA for fd68c89 - Browse repository at this point
Copy the full SHA fd68c89View commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fd190b - Browse repository at this point
Copy the full SHA 8fd190bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4326b - Browse repository at this point
Copy the full SHA 9a4326bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d6d6b - Browse repository at this point
Copy the full SHA 56d6d6bView commit details -
Merge branch 'ruby_tuesday_3.2_edition' of https://github.com/WGBH-ML…
…A/ams into ruby_tuesday_3.2_edition
Configuration menu - View commit details
-
Copy full SHA for 6aa7f39 - Browse repository at this point
Copy the full SHA 6aa7f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377a8a9 - Browse repository at this point
Copy the full SHA 377a8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eeceaa - Browse repository at this point
Copy the full SHA 8eeceaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3852e5b - Browse repository at this point
Copy the full SHA 3852e5bView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b023caa - Browse repository at this point
Copy the full SHA b023caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bed65 - Browse repository at this point
Copy the full SHA 79bed65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6776e96 - Browse repository at this point
Copy the full SHA 6776e96View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0bcb5c3 - Browse repository at this point
Copy the full SHA 0bcb5c3View commit details
Commits on Sep 14, 2023
-
Use 'desc' for descending catalog sorting
Catalog controller crashed during sorting due to `dsc`.
Configuration menu - View commit details
-
Copy full SHA for 4c83306 - Browse repository at this point
Copy the full SHA 4c83306View commit details
Commits on Sep 15, 2023
-
add listener for save to essentracks, instantiations and assets. vali…
…date aapb status when called
Configuration menu - View commit details
-
Copy full SHA for 1878b29 - Browse repository at this point
Copy the full SHA 1878b29View commit details -
Merge pull request #802 from WGBH-MLA/maybe_fix_object_load
maybe fix valkyrieobject load issue
Configuration menu - View commit details
-
Copy full SHA for 108d833 - Browse repository at this point
Copy the full SHA 108d833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706cb17 - Browse repository at this point
Copy the full SHA 706cb17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b1748 - Browse repository at this point
Copy the full SHA 42b1748View commit details -
Merge pull request #803 from WGBH-MLA/listen_and_validate_how_kind
add listener for save to essentracks, instantiations and assets.
Configuration menu - View commit details
-
Copy full SHA for 7b13a6e - Browse repository at this point
Copy the full SHA 7b13a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 372304e - Browse repository at this point
Copy the full SHA 372304eView commit details -
Merge branch 'ruby_tuesday_3.2_edition' of https://github.com/WGBH-ML…
…A/ams into ruby_tuesday_3.2_edition
Configuration menu - View commit details
-
Copy full SHA for a8cc104 - Browse repository at this point
Copy the full SHA a8cc104View commit details -
Configuration menu - View commit details
-
Copy full SHA for edff246 - Browse repository at this point
Copy the full SHA edff246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e082c - Browse repository at this point
Copy the full SHA 02e082cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d9bdd - Browse repository at this point
Copy the full SHA 98d9bddView commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bdd857 - Browse repository at this point
Copy the full SHA 1bdd857View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d9be7a - Browse repository at this point
Copy the full SHA 6d9be7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b46cebf - Browse repository at this point
Copy the full SHA b46cebfView commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b18713e - Browse repository at this point
Copy the full SHA b18713eView commit details
Commits on Sep 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51f75fc - Browse repository at this point
Copy the full SHA 51f75fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e8480 - Browse repository at this point
Copy the full SHA 63e8480View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6eda2bc - Browse repository at this point
Copy the full SHA 6eda2bcView commit details -
remove no longer reasonable spec, skip admin_add_userrole_as_adminset…
…_manager for now
Configuration menu - View commit details
-
Copy full SHA for e86e6b8 - Browse repository at this point
Copy the full SHA e86e6b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a04c1e - Browse repository at this point
Copy the full SHA 6a04c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f984b3 - Browse repository at this point
Copy the full SHA 5f984b3View commit details
Commits on Dec 5, 2023
-
Merge pull request #794 from WGBH-MLA/ruby_tuesday_3.2_edition
update to latest Hyrax / Ruby version
Configuration menu - View commit details
-
Copy full SHA for 238a8b5 - Browse repository at this point
Copy the full SHA 238a8b5View commit details
Commits on Dec 8, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for b440c21 - Browse repository at this point
Copy the full SHA b440c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05cc3f5 - Browse repository at this point
Copy the full SHA 05cc3f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ddf43 - Browse repository at this point
Copy the full SHA 20ddf43View commit details
Commits on Dec 12, 2023
-
Merge pull request #805 from WGBH-MLA/update-db-vars-deploy
update-db-vars-deploy
Configuration menu - View commit details
-
Copy full SHA for 3790c89 - Browse repository at this point
Copy the full SHA 3790c89View commit details -
use the hyrax helpers for ar style look ups and fix contributors not …
…getting saved in bulkrax
Configuration menu - View commit details
-
Copy full SHA for 885ba24 - Browse repository at this point
Copy the full SHA 885ba24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e5cae - Browse repository at this point
Copy the full SHA 29e5caeView commit details -
Merge pull request #801 from WGBH-MLA/fix-build
Remove reliance on DEPENDENCIES_NEXT
Configuration menu - View commit details
-
Copy full SHA for dd521da - Browse repository at this point
Copy the full SHA dd521daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66704c8 - Browse repository at this point
Copy the full SHA 66704c8View commit details -
Merge pull request #806 from WGBH-MLA/handle_contributions
handle contributor creation properly, better multiple detection
Configuration menu - View commit details
-
Copy full SHA for b92ab9f - Browse repository at this point
Copy the full SHA b92ab9fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ef13a46 - Browse repository at this point
Copy the full SHA ef13a46View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5f11c8c - Browse repository at this point
Copy the full SHA 5f11c8cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d6c2aeb - Browse repository at this point
Copy the full SHA d6c2aebView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6483d74 - Browse repository at this point
Copy the full SHA 6483d74View commit details -
bring back assets to search and make sure they do not change has_mode…
…l_ssim as it reindexes
Configuration menu - View commit details
-
Copy full SHA for 6ab60b2 - Browse repository at this point
Copy the full SHA 6ab60b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1a569 - Browse repository at this point
Copy the full SHA 7a1a569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f4b8b - Browse repository at this point
Copy the full SHA 43f4b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af0b9b - Browse repository at this point
Copy the full SHA 9af0b9bView commit details
Commits on Dec 13, 2023
-
fix contributor indexing, cascade deletes on asssetresource, physical…
…_instantiation and digial_instantiation
Configuration menu - View commit details
-
Copy full SHA for 43ca74a - Browse repository at this point
Copy the full SHA 43ca74aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 418ed2d - Browse repository at this point
Copy the full SHA 418ed2dView commit details -
Removed duplicate item Radio Theater
The item "Radio Theater" appeared twice. The instance that was out of alphabetical order was removed.
Configuration menu - View commit details
-
Copy full SHA for d4d6486 - Browse repository at this point
Copy the full SHA d4d6486View commit details
Commits on Dec 14, 2023
-
fix issue with admin_data causing 404 messages and make sure handle_c…
…ontributors gets a user
Configuration menu - View commit details
-
Copy full SHA for d9ffe56 - Browse repository at this point
Copy the full SHA d9ffe56View commit details -
Merge pull request #812 from WGBH-MLA/vocab_correction
Removed duplicate item Radio Theater from genre authority list.
Configuration menu - View commit details
-
Copy full SHA for 4704a42 - Browse repository at this point
Copy the full SHA 4704a42View commit details -
Merge pull request #810 from WGBH-MLA/dependabot/bundler/sidekiq-6.5.10
Bump sidekiq from 6.5.9 to 6.5.10
Configuration menu - View commit details
-
Copy full SHA for ee12444 - Browse repository at this point
Copy the full SHA ee12444View commit details -
Merge pull request #809 from WGBH-MLA/dependabot/bundler/puma-5.6.7
Bump puma from 4.3.12 to 5.6.7
Configuration menu - View commit details
-
Copy full SHA for 966e5a9 - Browse repository at this point
Copy the full SHA 966e5a9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 40d00ce - Browse repository at this point
Copy the full SHA 40d00ceView commit details -
Merge pull request #811 from WGBH-MLA/fix_search
bring back assets to search
Configuration menu - View commit details
-
Copy full SHA for df3fae8 - Browse repository at this point
Copy the full SHA df3fae8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b01cb1e - Browse repository at this point
Copy the full SHA b01cb1eView commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c4ca0b - Browse repository at this point
Copy the full SHA 1c4ca0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 636c08d - Browse repository at this point
Copy the full SHA 636c08dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cdad7 - Browse repository at this point
Copy the full SHA b2cdad7View commit details -
Merge pull request #814 from WGBH-MLA/pbcore-export-nils
Pbcore export nils
Configuration menu - View commit details
-
Copy full SHA for 7a91e58 - Browse repository at this point
Copy the full SHA 7a91e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a0e89 - Browse repository at this point
Copy the full SHA 16a0e89View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ff28e6 - Browse repository at this point
Copy the full SHA 7ff28e6View commit details
Commits on Dec 20, 2023
-
Merge pull request #815 from WGBH-MLA/fix-id-translation-errors
Casts Valkyrie::iD to string for translation
Configuration menu - View commit details
-
Copy full SHA for 5fca79c - Browse repository at this point
Copy the full SHA 5fca79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da02cd - Browse repository at this point
Copy the full SHA 7da02cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4643ec - Browse repository at this point
Copy the full SHA b4643ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1c994 - Browse repository at this point
Copy the full SHA fb1c994View commit details -
Configuration menu - View commit details
-
Copy full SHA for f101407 - Browse repository at this point
Copy the full SHA f101407View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03e340 - Browse repository at this point
Copy the full SHA a03e340View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 892ba94 - Browse repository at this point
Copy the full SHA 892ba94View commit details -
Update app/models/hyrax/pcdm_collection_decorator.rb
Co-authored-by: Alisha Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5715e7 - Browse repository at this point
Copy the full SHA e5715e7View commit details -
Merge pull request #818 from WGBH-MLA/batch_overhaul
Upgrade Hyrax Batch Ingest to Valkyrie
Configuration menu - View commit details
-
Copy full SHA for b83fdc9 - Browse repository at this point
Copy the full SHA b83fdc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cfd21d - Browse repository at this point
Copy the full SHA 6cfd21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc17310 - Browse repository at this point
Copy the full SHA dc17310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be5fa5 - Browse repository at this point
Copy the full SHA 7be5fa5View commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80c688d - Browse repository at this point
Copy the full SHA 80c688dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cda7e54 - Browse repository at this point
Copy the full SHA cda7e54View commit details -
Merge pull request #819 from WGBH-MLA/sony_ci_id_again
fix 2 for sonyci_id
Configuration menu - View commit details
-
Copy full SHA for 45216a1 - Browse repository at this point
Copy the full SHA 45216a1View commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8914f9 - Browse repository at this point
Copy the full SHA c8914f9View commit details
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 021dd16 - Browse repository at this point
Copy the full SHA 021dd16View commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d5b36f - Browse repository at this point
Copy the full SHA 2d5b36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef56850 - Browse repository at this point
Copy the full SHA ef56850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78038a7 - Browse repository at this point
Copy the full SHA 78038a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0547f - Browse repository at this point
Copy the full SHA 3d0547fView commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acc0bbe - Browse repository at this point
Copy the full SHA acc0bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e48fb - Browse repository at this point
Copy the full SHA d8e48fbView commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f226042 - Browse repository at this point
Copy the full SHA f226042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 556bd2d - Browse repository at this point
Copy the full SHA 556bd2dView commit details -
move validations to the aapb step to let all records in to ams2, but …
…keep them from going to aapb until valid
Configuration menu - View commit details
-
Copy full SHA for 0f82d0f - Browse repository at this point
Copy the full SHA 0f82d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d7bec6 - Browse repository at this point
Copy the full SHA 6d7bec6View commit details
Commits on Jan 8, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a893ec1 - Browse repository at this point
Copy the full SHA a893ec1View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a57716a - Browse repository at this point
Copy the full SHA a57716aView commit details
Commits on Jan 10, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b3867de - Browse repository at this point
Copy the full SHA b3867deView commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df8dca2 - Browse repository at this point
Copy the full SHA df8dca2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 382a906 - Browse repository at this point
Copy the full SHA 382a906View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 130dd06 - Browse repository at this point
Copy the full SHA 130dd06View commit details -
Merge pull request #821 from WGBH-MLA/dependabot/bundler/puma-5.6.8
Bump puma from 5.6.7 to 5.6.8
Configuration menu - View commit details
-
Copy full SHA for e2ebfb6 - Browse repository at this point
Copy the full SHA e2ebfb6View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af288b3 - Browse repository at this point
Copy the full SHA af288b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 299c4b8 - Browse repository at this point
Copy the full SHA 299c4b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b5971 - Browse repository at this point
Copy the full SHA 14b5971View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f92663b - Browse repository at this point
Copy the full SHA f92663bView commit details -
Merge pull request #820 from WGBH-MLA/reimport_adjustments
fix issue with entry model being wrong
Configuration menu - View commit details
-
Copy full SHA for b21ae09 - Browse repository at this point
Copy the full SHA b21ae09View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca2719c - Browse repository at this point
Copy the full SHA ca2719cView commit details -
Merge pull request #824 from WGBH-MLA/fix_digital
make sure xml gets added to digital instantiations
Configuration menu - View commit details
-
Copy full SHA for 49a8c9a - Browse repository at this point
Copy the full SHA 49a8c9aView commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 609c3fb - Browse repository at this point
Copy the full SHA 609c3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0a0ab - Browse repository at this point
Copy the full SHA 2b0a0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for de783c1 - Browse repository at this point
Copy the full SHA de783c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e39d0 - Browse repository at this point
Copy the full SHA 97e39d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd93dc - Browse repository at this point
Copy the full SHA cfd93dcView commit details -
Merge pull request #825 from WGBH-MLA/simple_form_fix
Simple form fix
Configuration menu - View commit details
-
Copy full SHA for 64e7139 - Browse repository at this point
Copy the full SHA 64e7139View commit details
Commits on Feb 6, 2024
-
Fixes Sony Ci Webhook endpoint
Uses AssetResource model instead of Asset model to lookup the Asset. Saves updated Asset in the new Valkyrie way.
Configuration menu - View commit details
-
Copy full SHA for 34e2fd2 - Browse repository at this point
Copy the full SHA 34e2fd2View commit details
Commits on Feb 7, 2024
-
Merge pull request #827 from WGBH-MLA/fix-sonyci-webhook-endpoint
Fixes Sony Ci Webhook endpoint
Configuration menu - View commit details
-
Copy full SHA for f99bcb2 - Browse repository at this point
Copy the full SHA f99bcb2View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c393905 - Browse repository at this point
Copy the full SHA c393905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea9488 - Browse repository at this point
Copy the full SHA 9ea9488View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 93dbf05 - Browse repository at this point
Copy the full SHA 93dbf05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a23bcff - Browse repository at this point
Copy the full SHA a23bcffView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b1d51d4 - Browse repository at this point
Copy the full SHA b1d51d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fec6a3 - Browse repository at this point
Copy the full SHA 1fec6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc9042 - Browse repository at this point
Copy the full SHA fcc9042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29df467 - Browse repository at this point
Copy the full SHA 29df467View commit details -
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 -
Configuration menu - View commit details
-
Copy full SHA for 8fce7bf - Browse repository at this point
Copy the full SHA 8fce7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d69274 - Browse repository at this point
Copy the full SHA 0d69274View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f1dda - Browse repository at this point
Copy the full SHA e1f1ddaView commit details
Commits on Feb 22, 2024
-
Update the strategy so we can make this more useful and use a list if…
… needed for more overrides
Configuration menu - View commit details
-
Copy full SHA for 0ab385a - Browse repository at this point
Copy the full SHA 0ab385aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df8a01 - Browse repository at this point
Copy the full SHA 3df8a01View commit details -
This works with helm template, when i inspect the file the correct en…
…v takes precedence
Configuration menu - View commit details
-
Copy full SHA for 65db11c - Browse repository at this point
Copy the full SHA 65db11cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6870463 - Browse repository at this point
Copy the full SHA 6870463View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa93495 - Browse repository at this point
Copy the full SHA fa93495View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd607d6 - Browse repository at this point
Copy the full SHA dd607d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 730346c - Browse repository at this point
Copy the full SHA 730346cView commit details -
Merge pull request #832 from WGBH-MLA/sep-workers-by-type-sidekiq-env
sep-workers-by-type-sidekiq-env
Configuration menu - View commit details
-
Copy full SHA for dc44953 - Browse repository at this point
Copy the full SHA dc44953View commit details
Commits on Feb 29, 2024
-
Fixes JS to find Sony Ci media from Asset Edit interface
Changes URL from concern/assets to concern/asset_resources. Fixes #831.
Configuration menu - View commit details
-
Copy full SHA for da9e94a - Browse repository at this point
Copy the full SHA da9e94aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b00ce43 - Browse repository at this point
Copy the full SHA b00ce43View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b509b03 - Browse repository at this point
Copy the full SHA b509b03View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cb45d2 - Browse repository at this point
Copy the full SHA 1cb45d2View commit details -
Merge pull request #841 from WGBH-MLA/index_bulkrax_identifier
speed up bulkrax ingest by indexing bulkrax identifier
Configuration menu - View commit details
-
Copy full SHA for b4992a1 - Browse repository at this point
Copy the full SHA b4992a1View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72b0479 - Browse repository at this point
Copy the full SHA 72b0479View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5e0188 - Browse repository at this point
Copy the full SHA d5e0188View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc05cea - Browse repository at this point
Copy the full SHA cc05ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0720667 - Browse repository at this point
Copy the full SHA 0720667View commit details
Commits on Mar 13, 2024
-
Merge pull request #848 from scientist-softserv/i124-script-auto-star…
…t-importer Adds script to auto start importer
Configuration menu - View commit details
-
Copy full SHA for 6c60130 - Browse repository at this point
Copy the full SHA 6c60130View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d8253a - Browse repository at this point
Copy the full SHA 6d8253aView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17ab65e - Browse repository at this point
Copy the full SHA 17ab65eView commit details -
include origin dir of asset xml
This will make it easier to find the file later instead of having to search through every directory
Configuration menu - View commit details
-
Copy full SHA for a5148bc - Browse repository at this point
Copy the full SHA a5148bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4918b93 - Browse repository at this point
Copy the full SHA 4918b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4095c86 - Browse repository at this point
Copy the full SHA 4095c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6741ce - Browse repository at this point
Copy the full SHA f6741ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb255f - Browse repository at this point
Copy the full SHA 8fb255fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc2fac - Browse repository at this point
Copy the full SHA dfc2facView commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3be535 - Browse repository at this point
Copy the full SHA e3be535View commit details
Commits on Mar 22, 2024
-
Merge pull request #852 from WGBH-MLA/i16-missing-instantiations-loca…
…tor-script i16 missing instantiations locator script
Configuration menu - View commit details
-
Copy full SHA for db38cd6 - Browse repository at this point
Copy the full SHA db38cd6View commit details
Commits on Mar 27, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for bd79852 - Browse repository at this point
Copy the full SHA bd79852View commit details -
Merge pull request #853 from WGBH-MLA/give-redis-liveness-more-time
give-redis-liveness-more-time
Configuration menu - View commit details
-
Copy full SHA for c27625b - Browse repository at this point
Copy the full SHA c27625bView commit details
Commits on Apr 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 92d73b2 - Browse repository at this point
Copy the full SHA 92d73b2View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afbb9d3 - Browse repository at this point
Copy the full SHA afbb9d3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 567d7b7 - Browse repository at this point
Copy the full SHA 567d7b7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e1d2241 - Browse repository at this point
Copy the full SHA e1d2241View commit details -
Merge pull request #867 from WGBH-MLA/redis-or-not-here-i-come
Give redis time to read AOF during startup (deploy)
Configuration menu - View commit details
-
Copy full SHA for 7d67200 - Browse repository at this point
Copy the full SHA 7d67200View commit details
Commits on Apr 24, 2024
-
Merge pull request #866 from WGBH-MLA/865-sony-ci-webhook-link-media-…
…only Checks Sony Ci file extension before linking from webhook
Configuration menu - View commit details
-
Copy full SHA for d0d015c - Browse repository at this point
Copy the full SHA d0d015cView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 9a1cea3 - Browse repository at this point
Copy the full SHA 9a1cea3View commit details
Commits on Jun 19, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for ac4299b - Browse repository at this point
Copy the full SHA ac4299bView commit details
Commits on Jul 16, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a435904 - Browse repository at this point
Copy the full SHA a435904View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36723d7 - Browse repository at this point
Copy the full SHA 36723d7View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 560be6a - Browse repository at this point
Copy the full SHA 560be6aView commit details -
Update asset_resource_indexer.rb
conditional check for nil or blank to avoid nil:NilClass errors
Configuration menu - View commit details
-
Copy full SHA for f5dbf3f - Browse repository at this point
Copy the full SHA f5dbf3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b8ff4 - Browse repository at this point
Copy the full SHA b6b8ff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1854cd7 - Browse repository at this point
Copy the full SHA 1854cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3fcf2 - Browse repository at this point
Copy the full SHA ac3fcf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b401f7a - Browse repository at this point
Copy the full SHA b401f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a06f88 - Browse repository at this point
Copy the full SHA 6a06f88View commit details
Commits on Aug 28, 2024
-
Merge pull request #907 from WGBH-MLA/new_annotation
Update annotation_types.yml
Configuration menu - View commit details
-
Copy full SHA for 2597935 - Browse repository at this point
Copy the full SHA 2597935View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 468e7ec - Browse repository at this point
Copy the full SHA 468e7ecView commit details
Commits on Sep 3, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fed8d72 - Browse repository at this point
Copy the full SHA fed8d72View commit details
Commits on Sep 25, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3cc999b - Browse repository at this point
Copy the full SHA 3cc999bView commit details
Commits on Oct 1, 2024
-
Add more time to initial delay for the readiness and liveness probes …
…for redis to get the aof file into memory
Configuration menu - View commit details
-
Copy full SHA for 9bf05f4 - Browse repository at this point
Copy the full SHA 9bf05f4View commit details
Commits on Oct 2, 2024
-
Merge pull request #926 from WGBH-MLA/dont-rush-redis-healthchecks
dont-rush-redis-healthchecks
Configuration menu - View commit details
-
Copy full SHA for 9fbe8e8 - Browse repository at this point
Copy the full SHA 9fbe8e8View commit details