hyrax 5.0.0.rc1 → 5.0.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +25 -4
- data/.dassie/.env +5 -1
- data/.dassie/Gemfile +27 -42
- data/.dassie/Gemfile.dassie +2 -0
- data/.dassie/app/assets/config/manifest.js +2 -0
- data/.dassie/app/assets/stylesheets/hyrax.scss +1 -0
- data/.dassie/app/listeners/hyrax_listener.rb +81 -0
- data/.dassie/config/environments/test.rb +0 -5
- data/.dassie/config/initializers/hyrax.rb +5 -0
- data/.dassie/config/initializers/publisher.rb +3 -0
- data/.dassie/config/initializers/riiif.rb +82 -11
- data/.dassie/config/metadata/collection_resource.yaml +3 -0
- data/.dassie/config/metadata/monograph.yaml +8 -0
- data/.dassie/config/metadata/sample_metadata.yaml +1 -0
- data/.dassie/config/redis.yml +2 -0
- data/.dassie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb +14 -0
- data/.dassie/db/migrate/20230803165135_change_work_id_to_string.rb +5 -0
- data/.dassie/db/migrate/20230808102105_add_indices_to_hyrax_counter_metrics.hyrax.rb +8 -0
- data/.dassie/db/migrate/20230821153635_add_fields_to_counter_metric.rb +8 -0
- data/.dassie/db/schema.rb +20 -1
- data/.dockerignore +2 -1
- data/.gitignore +5 -1
- data/.koppie/.env +10 -4
- data/.koppie/Gemfile +10 -12
- data/.koppie/Gemfile.koppie +2 -0
- data/.koppie/Rakefile +0 -2
- data/.koppie/app/listeners/hyrax_listener.rb +81 -0
- data/.koppie/app/models/ability.rb +1 -5
- data/.koppie/app/models/collection.rb +1 -1
- data/.koppie/app/models/user.rb +0 -2
- data/.koppie/config/analytics.yml +5 -5
- data/.koppie/config/application.rb +2 -1
- data/.koppie/config/arkivo.yml +6 -0
- data/.koppie/config/blacklight.yml +2 -2
- data/.koppie/config/features.yml +2 -0
- data/.koppie/config/initializers/1_valkyrie.rb +29 -6
- data/.koppie/config/initializers/arkivo_constraint.rb +12 -0
- data/.koppie/config/initializers/hyrax.rb +2 -2
- data/.koppie/config/initializers/publisher.rb +3 -0
- data/.koppie/config/initializers/riiif.rb +84 -11
- data/.koppie/config/metadata/collection_resource.yaml +19 -1
- data/.koppie/config/metadata/generic_work.yaml +2 -0
- data/.koppie/config/metadata/monograph.yaml +10 -0
- data/.koppie/config/metadata/sample_metadata.yaml +4 -0
- data/.koppie/config/role_map.yml +3 -25
- data/.koppie/config/routes.rb +1 -2
- data/.koppie/config/solr.yml +1 -1
- data/.koppie/config/valkyrie_index.yml +4 -10
- data/.koppie/config/zotero.yml +6 -0
- data/.koppie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb +14 -0
- data/.koppie/db/migrate/20230803165135_change_work_id_to_string.rb +5 -0
- data/.koppie/db/schema.rb +12 -1
- data/CONTAINERS.md +39 -4
- data/Dockerfile +25 -13
- data/Gemfile +8 -24
- data/Gemfile.dassie +2 -0
- data/Gemfile.koppie +2 -0
- data/README.md +2 -1
- data/Rakefile +0 -11
- data/app/actors/hyrax/actors/base_actor.rb +6 -3
- data/app/actors/hyrax/actors/embargo_actor.rb +3 -6
- data/app/actors/hyrax/actors/file_actor.rb +1 -1
- data/app/actors/hyrax/actors/lease_actor.rb +3 -6
- data/app/assets/javascripts/hyrax/batch_select_all.js +1 -1
- data/app/assets/javascripts/hyrax/file_manager/member.es6 +1 -1
- data/app/assets/javascripts/hyrax/save_work/uploaded_files.es6 +10 -2
- data/app/assets/stylesheets/hyrax/_file-listing.scss +0 -2
- data/app/assets/stylesheets/hyrax/_work-show.scss +19 -3
- data/app/assets/stylesheets/hyrax/sidebar.scss +29 -1
- data/app/controllers/concerns/hyrax/collections_controller_behavior.rb +1 -1
- data/app/controllers/concerns/hyrax/embargoes_controller_behavior.rb +7 -1
- data/app/controllers/concerns/hyrax/leases_controller_behavior.rb +7 -1
- data/app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb +12 -19
- data/app/controllers/concerns/hyrax/stream_file_downloads_controller_behavior.rb +54 -0
- data/app/controllers/concerns/hyrax/valkyrie_downloads_controller_behavior.rb +52 -18
- data/app/controllers/concerns/hyrax/works_controller_behavior.rb +69 -23
- data/app/controllers/hyrax/admin/admin_sets_controller.rb +2 -2
- data/app/controllers/hyrax/admin/analytics/work_reports_controller.rb +5 -5
- data/app/controllers/hyrax/api/items_controller.rb +2 -3
- data/app/controllers/hyrax/batch_edits_controller.rb +6 -6
- data/app/controllers/hyrax/batch_uploads_controller.rb +5 -1
- data/app/controllers/hyrax/dashboard/collections_controller.rb +6 -3
- data/app/controllers/hyrax/downloads_controller.rb +1 -0
- data/app/controllers/hyrax/file_sets_controller.rb +51 -7
- data/app/controllers/hyrax/my/collections_controller.rb +3 -1
- data/app/controllers/hyrax/single_use_links_viewer_controller.rb +16 -2
- data/app/forms/concerns/hyrax/basic_metadata_form_fields_behavior.rb +39 -0
- data/app/forms/concerns/hyrax/contained_in_works_behavior.rb +24 -0
- data/app/forms/concerns/hyrax/deposit_agreement_behavior.rb +12 -0
- data/app/forms/concerns/hyrax/leaseability_behavior.rb +49 -0
- data/app/forms/concerns/hyrax/permission_behavior.rb +20 -0
- data/app/forms/hyrax/forms/administrative_set_form.rb +1 -5
- data/app/forms/hyrax/forms/collection_form.rb +16 -12
- data/app/forms/hyrax/forms/dashboard/nest_collection_form.rb +0 -34
- data/app/forms/hyrax/forms/file_set_form.rb +7 -2
- data/app/forms/hyrax/forms/pcdm_collection_form.rb +1 -5
- data/app/forms/hyrax/forms/pcdm_object_form.rb +13 -1
- data/app/forms/hyrax/forms/permission_template_form.rb +0 -7
- data/app/forms/hyrax/forms/resource_batch_edit_form.rb +55 -22
- data/app/forms/hyrax/forms/resource_form.rb +31 -114
- data/app/forms/hyrax/forms.rb +52 -0
- data/app/helpers/hyrax/dashboard_helper_behavior.rb +13 -0
- data/app/helpers/hyrax/hyrax_helper_behavior.rb +2 -0
- data/app/indexers/concerns/hyrax/location_indexer.rb +25 -0
- data/app/indexers/{hyrax → concerns/hyrax}/permission_indexer.rb +2 -2
- data/app/indexers/{hyrax → concerns/hyrax}/visibility_indexer.rb +1 -1
- data/app/indexers/hyrax/administrative_set_indexer.rb +5 -17
- data/app/indexers/hyrax/indexers/administrative_set_indexer.rb +25 -0
- data/app/indexers/hyrax/indexers/file_set_indexer.rb +144 -0
- data/app/indexers/hyrax/indexers/pcdm_collection_indexer.rb +27 -0
- data/app/indexers/hyrax/indexers/pcdm_object_indexer.rb +72 -0
- data/app/indexers/hyrax/indexers/resource_indexer.rb +86 -0
- data/app/indexers/hyrax/indexers.rb +54 -0
- data/app/indexers/hyrax/pcdm_collection_indexer.rb +5 -26
- data/app/indexers/hyrax/valkyrie_collection_indexer.rb +6 -4
- data/app/indexers/hyrax/valkyrie_file_set_indexer.rb +5 -141
- data/app/indexers/hyrax/valkyrie_indexer.rb +8 -112
- data/app/indexers/hyrax/valkyrie_work_indexer.rb +5 -63
- data/app/indexers/hyrax/work_indexer.rb +1 -0
- data/app/inputs/controlled_vocabulary_input.rb +1 -1
- data/app/jobs/characterize_job.rb +1 -1
- data/app/jobs/create_work_job.rb +37 -4
- data/app/jobs/valkyrie_characterization_job.rb +9 -0
- data/app/jobs/valkyrie_ingest_job.rb +1 -3
- data/app/models/admin_set.rb +20 -1
- data/app/models/collection.rb +5 -0
- data/app/models/collection_branding_info.rb +2 -9
- data/app/models/concerns/hyrax/ability/admin_set_ability.rb +13 -28
- data/app/models/concerns/hyrax/ability/collection_ability.rb +26 -28
- data/app/models/concerns/hyrax/ability/resource_ability.rb +19 -0
- data/app/models/concerns/hyrax/ability.rb +12 -9
- data/app/models/concerns/hyrax/collection_behavior.rb +12 -12
- data/app/models/concerns/hyrax/solr_document_behavior.rb +33 -6
- data/app/models/concerns/hyrax/work_behavior.rb +4 -0
- data/app/models/featured_work.rb +12 -4
- data/app/models/file_set.rb +5 -0
- data/app/models/hyrax/administrative_set.rb +1 -1
- data/app/models/hyrax/change_set.rb +2 -2
- data/app/models/hyrax/counter_metric.rb +7 -0
- data/app/models/hyrax/file_metadata.rb +37 -9
- data/app/models/hyrax/file_set.rb +77 -24
- data/app/models/hyrax/group.rb +9 -38
- data/app/models/hyrax/group_behavior.rb +58 -0
- data/app/models/hyrax/model_registry.rb +111 -0
- data/app/models/hyrax/orcid_validator.rb +0 -6
- data/app/models/hyrax/pcdm_collection.rb +1 -7
- data/app/models/hyrax/resource.rb +66 -8
- data/app/models/hyrax/statistic.rb +1 -1
- data/app/models/hyrax/work.rb +3 -12
- data/app/presenters/hyrax/collapsable_section_presenter.rb +7 -3
- data/app/presenters/hyrax/collection_presenter.rb +0 -17
- data/app/presenters/hyrax/embargo_presenter.rb +4 -0
- data/app/presenters/hyrax/file_set_presenter.rb +8 -6
- data/app/presenters/hyrax/lease_presenter.rb +4 -0
- data/app/presenters/hyrax/menu_presenter.rb +14 -2
- data/app/presenters/hyrax/pcdm_member_presenter_factory.rb +7 -5
- data/app/presenters/hyrax/version_list_presenter.rb +25 -14
- data/app/presenters/hyrax/version_presenter.rb +19 -4
- data/app/search_builders/hyrax/admin_set_search_builder.rb +1 -1
- data/app/search_builders/hyrax/catalog_search_builder.rb +2 -2
- data/app/search_builders/hyrax/dashboard/collections_search_builder.rb +5 -3
- data/app/search_builders/hyrax/exposed_models_relation.rb +1 -1
- data/app/search_builders/hyrax/file_set_search_builder.rb +1 -1
- data/app/search_builders/hyrax/filter_by_type.rb +3 -2
- data/app/search_builders/hyrax/member_with_files_search_builder.rb +1 -1
- data/app/search_builders/hyrax/my/collections_search_builder.rb +2 -2
- data/app/search_builders/hyrax/my/find_works_search_builder.rb +8 -3
- data/app/services/hyrax/access_control_list.rb +21 -4
- data/app/services/hyrax/action/create_valkyrie_work.rb +80 -0
- data/app/services/hyrax/admin_set_create_service.rb +7 -20
- data/app/services/hyrax/admin_set_service.rb +2 -2
- data/app/services/hyrax/characterization/valkyrie_characterization_service.rb +5 -0
- data/app/services/hyrax/collections/collection_member_search_service.rb +2 -0
- data/app/services/hyrax/collections/collection_member_service.rb +1 -1
- data/app/services/hyrax/collections/permissions_service.rb +27 -9
- data/app/services/hyrax/custom_queries/find_collections_by_type.rb +1 -1
- data/app/services/hyrax/custom_queries/find_file_metadata.rb +1 -1
- data/app/services/hyrax/custom_queries/navigators/find_files.rb +1 -1
- data/app/services/hyrax/custom_queries/navigators/parent_work_navigator.rb +1 -1
- data/app/services/hyrax/edit_permissions_service.rb +1 -1
- data/app/services/hyrax/embargo_manager.rb +44 -17
- data/app/services/hyrax/embargo_service.rb +12 -10
- data/app/services/hyrax/file_set_derivatives_service.rb +11 -11
- data/app/services/hyrax/file_set_file_service.rb +21 -10
- data/app/services/hyrax/fixity_check_failure_service.rb +1 -1
- data/app/services/hyrax/form_factory.rb +1 -1
- data/app/services/hyrax/identifier/dispatcher.rb +9 -2
- data/app/services/hyrax/lease_manager.rb +39 -16
- data/app/services/hyrax/lease_service.rb +12 -6
- data/app/services/hyrax/listeners/acl_index_listener.rb +1 -1
- data/app/services/hyrax/listeners/active_fedora_acl_index_listener.rb +1 -1
- data/app/services/hyrax/listeners/file_metadata_listener.rb +14 -6
- data/app/services/hyrax/listeners/member_cleanup_listener.rb +12 -24
- data/app/services/hyrax/listeners/metadata_index_listener.rb +11 -0
- data/app/services/hyrax/listeners/object_lifecycle_listener.rb +5 -1
- data/app/services/hyrax/listeners/trophy_cleanup_listener.rb +2 -1
- data/app/services/hyrax/listeners/workflow_listener.rb +13 -0
- data/app/services/hyrax/listeners.rb +2 -1
- data/app/services/hyrax/location_service.rb +3 -0
- data/app/services/hyrax/lock_manager.rb +1 -2
- data/app/services/hyrax/multiple_membership_checker.rb +1 -1
- data/app/services/hyrax/simple_schema_loader.rb +32 -1
- data/app/services/hyrax/solr_service.rb +19 -5
- data/app/services/hyrax/statistics/collections/over_time.rb +1 -1
- data/app/services/hyrax/statistics/query_service.rb +6 -0
- data/app/services/hyrax/valkyrie_persist_derivatives.rb +12 -5
- data/app/services/hyrax/valkyrie_upload.rb +13 -27
- data/app/services/hyrax/versioning_service.rb +29 -15
- data/app/services/hyrax/work_uploads_handler.rb +6 -5
- data/app/validators/hyrax/collection_membership_validator.rb +1 -1
- data/app/views/_user_util_links.html.erb +1 -1
- data/app/views/catalog/_search_form.html.erb +1 -1
- data/app/views/collections/edit_fields/_based_near.html.erb +11 -7
- data/app/views/hyrax/admin/admin_sets/_form_participants.html.erb +67 -67
- data/app/views/hyrax/admin/admin_sets/edit.html.erb +1 -1
- data/app/views/hyrax/admin/collection_types/_form_participants.html.erb +3 -1
- data/app/views/hyrax/admin/collection_types/index.html.erb +1 -1
- data/app/views/hyrax/base/_attribute_rows.html.erb +1 -0
- data/app/views/hyrax/base/_base_form_files_prepend.html.erb +4 -0
- data/app/views/hyrax/base/_file_manager_resource_form.html.erb +1 -1
- data/app/views/hyrax/base/_form_files.html.erb +65 -64
- data/app/views/hyrax/base/_form_visibility_component.html.erb +4 -4
- data/app/views/hyrax/base/_show_actions.html.erb +1 -1
- data/app/views/hyrax/base/_workflow_actions.html.erb +25 -23
- data/app/views/hyrax/base/show.html.erb +2 -3
- data/app/views/hyrax/base/show.json.jbuilder +2 -1
- data/app/views/hyrax/collections/_show_document_list_row.html.erb +1 -1
- data/app/views/hyrax/collections/show.html.erb +7 -9
- data/app/views/hyrax/dashboard/_sidebar.html.erb +4 -3
- data/app/views/hyrax/dashboard/collections/_form_share_table.html.erb +2 -2
- data/app/views/hyrax/dashboard/collections/_list_collections.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_sort_and_per_page.html.erb +3 -3
- data/app/views/hyrax/file_sets/_versioning.html.erb +5 -5
- data/app/views/hyrax/file_sets/media_display/_audio.html.erb +5 -5
- data/app/views/hyrax/file_sets/media_display/_default.html.erb +1 -1
- data/app/views/hyrax/file_sets/media_display/_video.html.erb +3 -3
- data/app/views/hyrax/my/_search_form.html.erb +1 -1
- data/app/views/hyrax/my/facet.html.erb +1 -1
- data/app/views/hyrax/notifications/_notifications.html.erb +1 -1
- data/app/views/hyrax/users/_vitals.html.erb +1 -1
- data/app/views/layouts/_head_tag_content.html.erb +1 -0
- data/app/views/shared/_footer.html.erb +1 -1
- data/bin/dev-entrypoint.sh +13 -0
- data/chart/hyrax/Chart.yaml +5 -5
- data/chart/hyrax/templates/_helpers.tpl +8 -0
- data/chart/hyrax/templates/configmap-env.yaml +1 -1
- data/chart/hyrax/values.yaml +12 -1
- data/config/initializers/file_length_patch.rb +10 -0
- data/config/initializers/listeners.rb +1 -1
- data/config/locales/hyrax.de.yml +5 -0
- data/config/locales/hyrax.en.yml +10 -0
- data/config/locales/hyrax.es.yml +5 -0
- data/config/locales/hyrax.fr.yml +5 -0
- data/config/locales/hyrax.it.yml +5 -0
- data/config/locales/hyrax.pt-BR.yml +5 -0
- data/config/locales/hyrax.zh.yml +5 -0
- data/config/metadata/basic_metadata.yaml +53 -0
- data/config/metadata/core_metadata.yaml +6 -0
- data/config/metadata/file_set_metadata.yaml +21 -0
- data/config/metadata/hyrax_internal_metadata.yaml +57 -0
- data/docker-compose-koppie.yml +26 -25
- data/docker-compose-sirenia.yml +202 -0
- data/docker-compose.yml +27 -24
- data/documentation/developing-your-hyrax-based-app.md +77 -60
- data/hyrax.gemspec +18 -12
- data/karma.conf.js +1 -1
- data/lib/generators/hyrax/collection_resource/templates/collection_indexer.rb.erb +1 -1
- data/lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml +2 -0
- data/lib/generators/hyrax/config_generator.rb +12 -0
- data/lib/generators/hyrax/install_generator.rb +37 -7
- data/lib/generators/hyrax/listeners_generator.rb +18 -0
- data/lib/generators/hyrax/models_generator.rb +1 -10
- data/lib/generators/hyrax/riiif_generator.rb +6 -4
- data/lib/generators/hyrax/templates/.env +9 -0
- data/lib/generators/hyrax/templates/.lando.yml +50 -0
- data/lib/generators/hyrax/templates/app/listeners/hyrax_listener.rb +81 -0
- data/lib/generators/hyrax/templates/app/models/file_set.rb +1 -2
- data/lib/generators/hyrax/templates/config/initializers/1_valkyrie.rb +102 -0
- data/lib/generators/hyrax/templates/config/initializers/file_services.rb +6 -0
- data/lib/generators/hyrax/templates/config/initializers/hyrax.rb +41 -5
- data/lib/generators/hyrax/templates/config/initializers/publisher.rb +3 -0
- data/lib/generators/hyrax/templates/config/initializers/riiif.rb +90 -19
- data/lib/generators/hyrax/templates/config/locales/hyrax.de.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.en.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.es.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.it.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml +1 -1
- data/lib/generators/hyrax/templates/config/redis.yml +3 -6
- data/lib/generators/hyrax/templates/config/valkyrie_index.yml +4 -9
- data/lib/generators/hyrax/templates/db/migrate/20230725222727_create_hyrax_counter_metrics.rb.erb +14 -0
- data/lib/generators/hyrax/templates/db/migrate/20230803165135_change_work_id_to_string.rb.erb +5 -0
- data/lib/generators/hyrax/templates/db/migrate/20230808102105_add_indices_to_hyrax_counter_metrics.rb.erb +8 -0
- data/lib/generators/hyrax/templates/db/migrate/20230821153635_add_fields_to_counter_metric.rb.erb +8 -0
- data/lib/generators/hyrax/templates/db/seeds.rb +1 -1
- data/lib/generators/hyrax/work_resource/templates/form.rb.erb +1 -1
- data/lib/generators/hyrax/work_resource/templates/indexer.rb.erb +1 -1
- data/lib/generators/hyrax/work_resource/templates/metadata.yaml +2 -0
- data/lib/hyrax/configuration.rb +241 -55
- data/lib/hyrax/controlled_vocabularies/location.rb +7 -1
- data/lib/hyrax/engine.rb +0 -1
- data/lib/hyrax/form_fields.rb +6 -0
- data/lib/hyrax/indexer.rb +1 -1
- data/lib/hyrax/publisher.rb +9 -2
- data/lib/hyrax/redis_event_store.rb +7 -8
- data/lib/hyrax/resource_name.rb +4 -0
- data/lib/hyrax/resource_sync/change_list_writer.rb +1 -1
- data/lib/hyrax/resource_sync/resource_list_writer.rb +1 -1
- data/lib/hyrax/specs/capybara.rb +26 -42
- data/lib/hyrax/specs/shared_specs/hydra_works.rb +112 -27
- data/lib/hyrax/specs/shared_specs/indexers.rb +25 -7
- data/lib/hyrax/transactions/admin_set_destroy.rb +2 -1
- data/lib/hyrax/transactions/collection_destroy.rb +3 -2
- data/lib/hyrax/transactions/container.rb +47 -0
- data/lib/hyrax/transactions/file_metadata_destroy.rb +20 -0
- data/lib/hyrax/transactions/file_set_destroy.rb +3 -1
- data/lib/hyrax/transactions/file_set_update.rb +21 -0
- data/lib/hyrax/transactions/steps/add_to_parent.rb +2 -1
- data/lib/hyrax/transactions/steps/check_for_default_admin_set.rb +32 -0
- data/lib/hyrax/transactions/steps/check_for_empty_admin_set.rb +1 -1
- data/lib/hyrax/transactions/steps/delete_all_file_metadata.rb +46 -0
- data/lib/hyrax/transactions/steps/delete_all_file_sets.rb +46 -0
- data/lib/hyrax/transactions/steps/file_metadata_delete.rb +40 -0
- data/lib/hyrax/transactions/steps/remove_from_membership.rb +45 -0
- data/lib/hyrax/transactions/steps/save.rb +2 -1
- data/lib/hyrax/transactions/steps/set_user_as_creator.rb +1 -1
- data/lib/hyrax/transactions/steps/update_work_members.rb +2 -0
- data/lib/hyrax/transactions/work_destroy.rb +3 -2
- data/lib/hyrax/version.rb +1 -1
- data/lib/hyrax.rb +1 -0
- data/lib/tasks/collection_type_global_id.rake +9 -4
- data/lib/tasks/embargo_lease.rake +2 -0
- data/lib/valkyrie/indexing/solr/indexing_adapter.rb +22 -6
- data/lib/wings/active_fedora_converter/default_work.rb +4 -5
- data/lib/wings/active_fedora_converter/file_metadata_node.rb +1 -1
- data/lib/wings/active_fedora_converter.rb +6 -0
- data/lib/wings/attribute_transformer.rb +24 -17
- data/lib/wings/model_registry.rb +8 -0
- data/lib/wings/model_transformer.rb +19 -10
- data/lib/wings/orm_converter.rb +27 -18
- data/lib/wings/services/custom_queries/find_ids_by_model.rb +2 -2
- data/lib/wings/setup.rb +2 -2
- data/lib/wings/valkyrie/query_service.rb +5 -2
- data/lib/wings/valkyrie/storage.rb +8 -90
- data/lib/wings.rb +8 -0
- data/spec/factories/access_control.rb +12 -0
- data/spec/factories/admin_sets.rb +32 -0
- data/spec/factories/admin_sets_lw.rb +222 -0
- data/spec/factories/administrative_sets.rb +79 -0
- data/spec/factories/api_items.rb +92 -0
- data/spec/factories/collection_branding_infos.rb +12 -0
- data/spec/factories/collection_type_participants.rb +9 -0
- data/spec/factories/collection_types.rb +139 -0
- data/spec/factories/collections.rb +282 -0
- data/spec/factories/collections_factory.rb +107 -0
- data/spec/factories/content_blocks.rb +5 -0
- data/spec/factories/counter_metrics.rb +12 -0
- data/spec/factories/featured_works.rb +5 -0
- data/spec/factories/file_sets.rb +45 -0
- data/spec/factories/generic_works.rb +200 -0
- data/spec/factories/hyrax_collection.rb +92 -0
- data/spec/factories/hyrax_default_admin_set.rb +7 -0
- data/spec/factories/hyrax_embargo.rb +18 -0
- data/spec/factories/hyrax_file_metadata.rb +92 -0
- data/spec/factories/hyrax_file_set.rb +129 -0
- data/spec/factories/hyrax_lease.rb +18 -0
- data/spec/factories/hyrax_resource.rb +15 -0
- data/spec/factories/hyrax_work.rb +221 -0
- data/spec/factories/object_id.rb +7 -0
- data/spec/factories/operations.rb +22 -0
- data/spec/factories/permission.rb +7 -0
- data/spec/factories/permission_template_accesses.rb +17 -0
- data/spec/factories/permission_templates.rb +111 -0
- data/spec/factories/proxy_deposit_requests.rb +7 -0
- data/spec/factories/single_use_links.rb +14 -0
- data/spec/factories/sipity_entities.rb +17 -0
- data/spec/factories/uploaded_files.rb +11 -0
- data/spec/factories/users.rb +52 -0
- data/spec/factories/workflow_actions.rb +7 -0
- data/spec/factories/workflow_states.rb +7 -0
- data/spec/factories/workflows.rb +7 -0
- data/spec/support/book_resource.rb +36 -0
- data/spec/support/can_can_overrides.rb +43 -0
- data/spec/support/clean_solr.rb +7 -0
- data/spec/support/controller_level_helpers.rb +27 -0
- data/spec/support/factory_helpers.rb +94 -0
- data/spec/support/fakes/fake_actor.rb +22 -0
- data/spec/support/fakes/fake_authority.rb +14 -0
- data/spec/support/fakes/fake_search_builder_scope.rb +44 -0
- data/spec/support/fakes/indexing_adapter.rb +17 -0
- data/spec/support/fakes/test_hydra_group_service.rb +55 -0
- data/spec/support/features/batch_edit_actions.rb +37 -0
- data/spec/support/features/session_helpers.rb +15 -0
- data/spec/support/features/workflow.rb +10 -0
- data/spec/support/features.rb +11 -0
- data/spec/support/form_with_validations.rb +15 -0
- data/spec/support/input_support.rb +12 -0
- data/spec/support/logging_formatter.rb +67 -0
- data/spec/support/matchers/api_responses.rb +27 -0
- data/spec/support/matchers/collection_type_property_matchers.rb +30 -0
- data/spec/support/matchers/embargo.rb +9 -0
- data/spec/support/matchers/lease.rb +9 -0
- data/spec/support/matchers/match_valkyrie_ids_with_af_ids.rb +12 -0
- data/spec/support/matchers/pcdm_matchers.rb +34 -0
- data/spec/support/matchers/permission.rb +31 -0
- data/spec/support/matchers/response_matchers.rb +8 -0
- data/spec/support/optional_example.rb +17 -0
- data/spec/support/rake.rb +42 -0
- data/spec/support/selectors.rb +112 -0
- data/spec/support/shared_examples_for_collection_presenter.rb +44 -0
- data/spec/support/simple_work.rb +28 -0
- data/spec/support/spec_statistic.rb +24 -0
- data/spec/support/speedup.rb +7 -0
- data/spec/support/statistic_helper.rb +10 -0
- data/spec/support/valkyrie_indexing.rb +2 -0
- data/spec/support/wings_models.rb +9 -0
- data/tasks/hyrax_dev.rake +2 -33
- data/template.rb +1 -3
- metadata +184 -84
- data/.engine_cart.yml +0 -3
- data/app/indexers/hyrax/resource_indexer.rb +0 -15
- data/app/services/hyrax/characterization/model_wrapper.rb +0 -0
- data/app/services/hyrax/custom_queries/find_by_collection_type.rb +0 -0
- data/app/services/hyrax/query_service.rb +0 -0
- data/app/views/hyrax/users/_user_util_links_extra.html.erb +0 -0
- data/lib/hyrax/specs/disable_animations_in_test_environment.rb +0 -53
- data/lib/hyrax/specs/shared_specs/valkyrie_storage_versions.rb +0 -9
- /data/app/indexers/{hyrax → concerns/hyrax}/thumbnail_indexer.rb +0 -0
@@ -0,0 +1,46 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
require 'dry/monads'
|
3
|
+
|
4
|
+
module Hyrax
|
5
|
+
module Transactions
|
6
|
+
module Steps
|
7
|
+
##
|
8
|
+
# Deletes a resource's member FileSets from the persister, returning a `Dry::Monads::Result`
|
9
|
+
# (`Success`|`Failure`).
|
10
|
+
#
|
11
|
+
# @see https://dry-rb.org/gems/dry-monads/1.0/result/
|
12
|
+
class DeleteAllFileSets
|
13
|
+
include Dry::Monads[:result]
|
14
|
+
|
15
|
+
##
|
16
|
+
# @params [#save] persister
|
17
|
+
def initialize(query_service: Hyrax.query_service, persister: Hyrax.persister, publisher: Hyrax.publisher)
|
18
|
+
@persister = persister
|
19
|
+
@query_service = query_service
|
20
|
+
@publisher = publisher
|
21
|
+
end
|
22
|
+
|
23
|
+
##
|
24
|
+
# @param [Valkyrie::Resource] resource
|
25
|
+
# @param [::User] the user resposible for the delete action
|
26
|
+
#
|
27
|
+
# @return [Dry::Monads::Result]
|
28
|
+
def call(resource, user: nil)
|
29
|
+
return Failure(:resource_not_persisted) unless resource.persisted?
|
30
|
+
|
31
|
+
@query_service.custom_queries.find_child_file_sets(resource: resource).each do |file_set|
|
32
|
+
return Failure[:failed_to_delete_file_set, file_set] unless
|
33
|
+
Hyrax::Transactions::Container['file_set.destroy']
|
34
|
+
.with_step_args('file_set.remove_from_work' => { user: user },
|
35
|
+
'file_set.delete' => { user: user })
|
36
|
+
.call(file_set).success?
|
37
|
+
rescue ::Ldp::Gone
|
38
|
+
nil
|
39
|
+
end
|
40
|
+
|
41
|
+
Success(resource)
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
require 'dry/monads'
|
3
|
+
|
4
|
+
module Hyrax
|
5
|
+
module Transactions
|
6
|
+
module Steps
|
7
|
+
##
|
8
|
+
# Deletes a resource from the persister, returning a `Dry::Monads::Result`
|
9
|
+
# (`Success`|`Failure`).
|
10
|
+
#
|
11
|
+
# @see https://dry-rb.org/gems/dry-monads/1.0/result/
|
12
|
+
class FileMetadataDelete
|
13
|
+
include Dry::Monads[:result]
|
14
|
+
|
15
|
+
##
|
16
|
+
# @params [#save] persister
|
17
|
+
def initialize(persister: Hyrax.persister, storage_adapter: Hyrax.storage_adapter, publisher: Hyrax.publisher)
|
18
|
+
@persister = persister
|
19
|
+
@publisher = publisher
|
20
|
+
@storage_adapter = storage_adapter
|
21
|
+
end
|
22
|
+
|
23
|
+
##
|
24
|
+
# @param [Hyrax::FileMetadata] FileMetadata resource
|
25
|
+
# @param [::User] the user resposible for the delete action
|
26
|
+
#
|
27
|
+
# @return [Dry::Monads::Result]
|
28
|
+
def call(resource)
|
29
|
+
return Failure(:resource_not_persisted) unless resource.persisted?
|
30
|
+
|
31
|
+
@persister.delete(resource: resource)
|
32
|
+
@publisher.publish('file.metadata.deleted', metadata: resource)
|
33
|
+
Valkyrie::StorageAdapter.delete(id: resource.file_identifier) if resource.file_identifier.present?
|
34
|
+
|
35
|
+
Success(resource)
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
require 'dry/monads'
|
3
|
+
|
4
|
+
module Hyrax
|
5
|
+
module Transactions
|
6
|
+
module Steps
|
7
|
+
##
|
8
|
+
# Removes a collection from its members, returning a `Dry::Monads::Result`
|
9
|
+
# (`Success`|`Failure`).
|
10
|
+
#
|
11
|
+
# @see https://dry-rb.org/gems/dry-monads/1.0/result/
|
12
|
+
class RemoveFromMembership
|
13
|
+
include Dry::Monads[:result]
|
14
|
+
|
15
|
+
##
|
16
|
+
# @params [#save] persister
|
17
|
+
def initialize(query_service: Hyrax.custom_queries, persister: Hyrax.persister, publisher: Hyrax.publisher)
|
18
|
+
@persister = persister
|
19
|
+
@query_service = query_service
|
20
|
+
@publisher = publisher
|
21
|
+
end
|
22
|
+
|
23
|
+
##
|
24
|
+
# @param [Valkyrie::Resource] resource
|
25
|
+
# @param [::User] the user resposible for the delete action
|
26
|
+
#
|
27
|
+
# @return [Dry::Monads::Result]
|
28
|
+
def call(collection, user: nil)
|
29
|
+
return Failure(:resource_not_persisted) unless collection.persisted?
|
30
|
+
return Failure(:user_not_present) if user.blank?
|
31
|
+
|
32
|
+
@query_service.find_members_of(collection: collection).each do |member|
|
33
|
+
member.member_of_collection_ids -= [collection.id]
|
34
|
+
@persister.save(resource: member)
|
35
|
+
@publisher.publish('collection.membership.updated', collection: collection, user: user)
|
36
|
+
rescue StandardError
|
37
|
+
nil
|
38
|
+
end
|
39
|
+
|
40
|
+
Success(collection)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -40,7 +40,7 @@ module Hyrax
|
|
40
40
|
save_lease_or_embargo(unsaved)
|
41
41
|
saved = @persister.save(resource: unsaved)
|
42
42
|
rescue StandardError => err
|
43
|
-
return Failure(["Failed save on #{change_set}\n\t#{err.message}", change_set.resource])
|
43
|
+
return Failure.new(["Failed save on #{change_set}\n\t#{err.message}", change_set.resource], err.backtrace.first)
|
44
44
|
end
|
45
45
|
|
46
46
|
# if we have a permission manager, it's acting as a local cache of another resource.
|
@@ -58,6 +58,7 @@ module Hyrax
|
|
58
58
|
private
|
59
59
|
|
60
60
|
def valid_future_date?(item, attribute)
|
61
|
+
return true if item.fields[attribute].blank?
|
61
62
|
raise StandardError, "#{item.model} must use a future date" if item.fields[attribute] < Time.zone.now
|
62
63
|
end
|
63
64
|
|
@@ -8,8 +8,9 @@ module Hyrax
|
|
8
8
|
#
|
9
9
|
# @since 3.0.0
|
10
10
|
class WorkDestroy < Transaction
|
11
|
-
DEFAULT_STEPS = ['work_resource.
|
12
|
-
'work_resource.delete_acl'
|
11
|
+
DEFAULT_STEPS = ['work_resource.delete_all_file_sets',
|
12
|
+
'work_resource.delete_acl',
|
13
|
+
'work_resource.delete'].freeze
|
13
14
|
|
14
15
|
##
|
15
16
|
# @see Hyrax::Transactions::Transaction
|
data/lib/hyrax/version.rb
CHANGED
data/lib/hyrax.rb
CHANGED
@@ -7,13 +7,18 @@ namespace :hyrax do
|
|
7
7
|
|
8
8
|
count = 0
|
9
9
|
|
10
|
-
|
11
|
-
|
10
|
+
Hyrax.query_service.find_all_of_model(model: Hyrax::PcdmCollection).each do |collection|
|
11
|
+
type = Hyrax::CollectionType.find_by_gid(collection.collection_type_gid)
|
12
|
+
next if collection.collection_type_gid == type.to_global_id.to_s
|
12
13
|
|
13
|
-
|
14
|
+
# Awful hack to allow converted AF collections to force update collection_type_gid
|
15
|
+
Thread.current[:force_collection_type_gid] = true
|
16
|
+
collection.collection_type_gid = type.to_global_id
|
14
17
|
|
15
|
-
|
18
|
+
Hyrax.persister.save(resource: collection) &&
|
16
19
|
count += 1
|
20
|
+
ensure
|
21
|
+
Thread.current[:force_collection_type_gid] = false
|
17
22
|
end
|
18
23
|
|
19
24
|
puts "Updated #{count} collections."
|
@@ -8,6 +8,7 @@ namespace :hyrax do
|
|
8
8
|
|
9
9
|
Hyrax.query_service.find_many_by_ids(ids: ids).each do |resource|
|
10
10
|
Hyrax::EmbargoManager.release_embargo_for(resource: resource) &&
|
11
|
+
Hyrax.persister.save(resource: resource.embargo) &&
|
11
12
|
Hyrax::AccessControlList(resource).save
|
12
13
|
end
|
13
14
|
end
|
@@ -20,6 +21,7 @@ namespace :hyrax do
|
|
20
21
|
|
21
22
|
Hyrax.query_service.find_many_by_ids(ids: ids).each do |resource|
|
22
23
|
Hyrax::LeaseManager.release_lease_for(resource: resource) &&
|
24
|
+
Hyrax.persister.save(resource: resource.lease) &&
|
23
25
|
Hyrax::AccessControlList(resource).save
|
24
26
|
end
|
25
27
|
end
|
@@ -9,7 +9,7 @@ module Valkyrie
|
|
9
9
|
##
|
10
10
|
# @!attribute [r] connection
|
11
11
|
# @return [RSolr::Client]
|
12
|
-
|
12
|
+
attr_accessor :connection
|
13
13
|
|
14
14
|
##
|
15
15
|
# @param connection [RSolr::Client] The RSolr connection to index to.
|
@@ -37,6 +37,10 @@ module Valkyrie
|
|
37
37
|
connection.commit
|
38
38
|
end
|
39
39
|
|
40
|
+
def reset!
|
41
|
+
self.connection = default_connection
|
42
|
+
end
|
43
|
+
|
40
44
|
private
|
41
45
|
|
42
46
|
def persist(resources)
|
@@ -66,9 +70,14 @@ module Valkyrie
|
|
66
70
|
return {}
|
67
71
|
end
|
68
72
|
|
69
|
-
{
|
73
|
+
{
|
74
|
+
'host' => bl_index.host,
|
75
|
+
'user' => bl_index.user,
|
76
|
+
'password' => bl_index.password,
|
77
|
+
'scheme' => bl_index.scheme,
|
70
78
|
'port' => bl_index.port,
|
71
|
-
'core' => 'hyrax-valkyrie'
|
79
|
+
'core' => bl_index.path.split("/")[2] || 'hyrax-valkyrie'
|
80
|
+
}.compact
|
72
81
|
end
|
73
82
|
|
74
83
|
def connection_url
|
@@ -78,10 +87,17 @@ module Valkyrie
|
|
78
87
|
{}
|
79
88
|
end
|
80
89
|
|
81
|
-
#
|
90
|
+
# Given how we're building blacklight_based_config, there won't be a URL. So let's avoid
|
91
|
+
# that whole logic path.
|
92
|
+
return config['url'] if config['url'].present?
|
93
|
+
|
94
|
+
# Derive any missing configuration from Blacklight.
|
82
95
|
config = blacklight_based_config.with_indifferent_access.merge(config)
|
83
96
|
|
84
|
-
"
|
97
|
+
url = "#{config.fetch('scheme', 'http')}://"
|
98
|
+
url = "#{url}#{config['user']}:#{config['password']}@" if config.key?('user') && config.key?('password')
|
99
|
+
|
100
|
+
"#{url}#{config['host']}:#{config['port']}/solr/#{config['core']}"
|
85
101
|
end
|
86
102
|
|
87
103
|
def default_connection
|
@@ -89,7 +105,7 @@ module Valkyrie
|
|
89
105
|
end
|
90
106
|
|
91
107
|
def resource_indexer
|
92
|
-
Hyrax::
|
108
|
+
Hyrax::Indexers::ResourceIndexer
|
93
109
|
end
|
94
110
|
end
|
95
111
|
end
|
@@ -77,11 +77,10 @@ module Wings
|
|
77
77
|
# default work class builder
|
78
78
|
def self.DefaultWork(resource_class) # rubocop:disable Naming/MethodName
|
79
79
|
class_cache[resource_class] ||= Class.new(DefaultWork) do
|
80
|
-
self.valkyrie_class = resource_class
|
81
|
-
|
80
|
+
self.valkyrie_class = resource_class.respond_to?(:valkyrie_class) ? resource_class.valkyrie_class : resource_class
|
82
81
|
# skip reserved attributes, we assume we don't need to translate valkyrie internals
|
83
|
-
schema =
|
84
|
-
|
82
|
+
schema = valkyrie_class.schema.reject do |key|
|
83
|
+
valkyrie_class.reserved_attributes.include?(key.name)
|
85
84
|
end
|
86
85
|
|
87
86
|
Wings::ActiveFedoraConverter.apply_properties(self, schema)
|
@@ -142,7 +141,7 @@ module Wings
|
|
142
141
|
end
|
143
142
|
|
144
143
|
def indexing_service
|
145
|
-
Hyrax::
|
144
|
+
Hyrax::Indexers::ResourceIndexer.for(resource: valkyrie_resource)
|
146
145
|
end
|
147
146
|
|
148
147
|
def to_global_id
|
@@ -170,6 +170,7 @@ module Wings
|
|
170
170
|
|
171
171
|
# for files, add attributes to metadata_node, plus some other work
|
172
172
|
def add_file_attributes(af_object)
|
173
|
+
add_file_uri(af_object)
|
173
174
|
converted_attrs = normal_attributes
|
174
175
|
pcdm_use = converted_attrs.delete(:pcdm_use)
|
175
176
|
af_object.metadata_node.attributes = converted_attrs
|
@@ -180,6 +181,11 @@ module Wings
|
|
180
181
|
af_object.mime_type = resource.mime_type
|
181
182
|
end
|
182
183
|
|
184
|
+
def add_file_uri(af_object)
|
185
|
+
file_uri = Hyrax.storage_adapter.fedora_identifier(id: resource.file_identifier)
|
186
|
+
af_object.uri = file_uri.to_s if af_object.uri.to_s.blank? && file_uri.to_s.present?
|
187
|
+
end
|
188
|
+
|
183
189
|
def perform_lease_conversion(af_object:, resource:)
|
184
190
|
# TODO(#6134): af_object.lease.class has the same name as resource.lease.class; however, each class has a different object_id
|
185
191
|
# so a type mismatch happens. the code below coerces the one object into the other
|
@@ -15,29 +15,36 @@ module Wings
|
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
18
|
-
def self.run(obj) # rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength
|
19
|
-
attrs = obj.reflections.each_with_object({}) do |(key, reflection), mem|
|
18
|
+
def self.run(obj) # rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength, Metrics/PerceivedComplexity
|
19
|
+
attrs = obj.reflections.each_with_object({}) do |(key, reflection), mem| # rubocop:disable Metrics/BlockLength
|
20
20
|
case reflection
|
21
|
-
when ActiveFedora::Reflection::
|
22
|
-
ActiveFedora::Reflection::
|
23
|
-
ActiveFedora::Reflection::
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
mem[:"#{key.to_s.singularize}_ids"] =
|
28
|
-
Array(obj.public_send(reflection.name)).map(&:id)
|
29
|
-
when ActiveFedora::Reflection::FilterReflection,
|
30
|
-
ActiveFedora::Reflection::OrdersReflection,
|
31
|
-
ActiveFedora::Reflection::HasSubresourceReflection,
|
32
|
-
ActiveFedora::Reflection::BelongsToReflection,
|
33
|
-
ActiveFedora::Reflection::BasicContainsReflection
|
21
|
+
when ActiveFedora::Reflection::BelongsToReflection, # uses foreign_key SingularRDFPropertyReflection
|
22
|
+
ActiveFedora::Reflection::BasicContainsReflection, # ???
|
23
|
+
ActiveFedora::Reflection::FilterReflection, # rely on :extending_from
|
24
|
+
ActiveFedora::Reflection::HasAndBelongsToManyReflection, # uses foreign_key RDFPropertyReflection
|
25
|
+
ActiveFedora::Reflection::HasManyReflection, # captured by inverse relation
|
26
|
+
ActiveFedora::Reflection::HasSubresourceReflection, # ???
|
34
27
|
:noop
|
28
|
+
when ActiveFedora::Reflection::OrdersReflection
|
29
|
+
mem[:"#{reflection.options[:unordered_reflection].name.to_s.singularize}_ids"] ||= []
|
30
|
+
mem[:"#{reflection.options[:unordered_reflection].name.to_s.singularize}_ids"] +=
|
31
|
+
obj.association(reflection.name).target_ids_reader
|
35
32
|
when ActiveFedora::Reflection::DirectlyContainsOneReflection
|
36
33
|
mem[:"#{key.to_s.singularize}_id"] =
|
37
34
|
obj.public_send(reflection.name)&.id
|
35
|
+
when ActiveFedora::Reflection::IndirectlyContainsReflection
|
36
|
+
mem[:"#{key.to_s.singularize}_ids"] ||= []
|
37
|
+
mem[:"#{key.to_s.singularize}_ids"] +=
|
38
|
+
obj.association(key).ids_reader
|
39
|
+
when ActiveFedora::Reflection::DirectlyContainsReflection
|
40
|
+
mem[:"#{key.to_s.singularize}_ids"] ||= []
|
41
|
+
mem[:"#{key.to_s.singularize}_ids"] +=
|
42
|
+
Array(obj.public_send(reflection.name)).map(&:id)
|
43
|
+
when ActiveFedora::Reflection::RDFPropertyReflection
|
44
|
+
mem[reflection.name.to_sym] =
|
45
|
+
obj.public_send(reflection.name.to_sym)
|
38
46
|
else
|
39
|
-
|
40
|
-
obj.public_send(reflection.foreign_key.to_sym)
|
47
|
+
raise NotImplementedError, "Expected a known ActiveFedora::Reflection, but got #{reflection}"
|
41
48
|
end
|
42
49
|
end
|
43
50
|
|
data/lib/wings/model_registry.rb
CHANGED
@@ -24,6 +24,10 @@ module Wings
|
|
24
24
|
instance.register(*args)
|
25
25
|
end
|
26
26
|
|
27
|
+
def self.unregister(*args)
|
28
|
+
instance.unregister(*args)
|
29
|
+
end
|
30
|
+
|
27
31
|
def self.lookup(*args)
|
28
32
|
instance.lookup(*args)
|
29
33
|
end
|
@@ -40,6 +44,10 @@ module Wings
|
|
40
44
|
@map[valkyrie.name] = active_fedora.name
|
41
45
|
end
|
42
46
|
|
47
|
+
def unregister(valkyrie)
|
48
|
+
@map.delete(valkyrie.name)
|
49
|
+
end
|
50
|
+
|
43
51
|
def lookup(valkyrie)
|
44
52
|
valkyrie = valkyrie._canonical_valkyrie_model if
|
45
53
|
valkyrie.respond_to?(:_canonical_valkyrie_model)
|
@@ -83,8 +83,25 @@ module Wings
|
|
83
83
|
# otherwise, we can just rely on the `access_control_ids`.
|
84
84
|
return unless resource.respond_to?(:permission_manager)
|
85
85
|
|
86
|
-
|
87
|
-
|
86
|
+
# When the pcdm_object has an access_control (see above) but there's no access_control_id, we
|
87
|
+
# need to rely on the computed access_control object. Why? There are tests that fail.
|
88
|
+
acl = if pcdm_object.access_control_id.nil?
|
89
|
+
pcdm_object.access_control.valkyrie_resource
|
90
|
+
else
|
91
|
+
begin
|
92
|
+
# Given that we have an access_control AND an access_control_id, we want to ensure
|
93
|
+
# that we fetch the access_control from persistence. Why? Because when we update
|
94
|
+
# an ACL and are using those adapters, we will write the ACL to the Valkyrie adapter
|
95
|
+
# without writing the work to the Valkyrie adapter. This might be a failing, but
|
96
|
+
# migrations in place are hard.
|
97
|
+
acl_id = pcdm_object.access_control_id
|
98
|
+
acl_id = ::Valkyrie::ID.new(acl_id) unless acl_id.is_a?(::Valkyrie::ID)
|
99
|
+
Hyrax.query_service.find_by(id: acl_id)
|
100
|
+
rescue ::Valkyrie::Persistence::ObjectNotFoundError
|
101
|
+
pcdm_object.access_control.valkyrie_resource
|
102
|
+
end
|
103
|
+
end
|
104
|
+
resource.permission_manager.acl.permissions = acl.permissions
|
88
105
|
end
|
89
106
|
|
90
107
|
##
|
@@ -150,17 +167,9 @@ module Wings
|
|
150
167
|
{ :id => pcdm_object.id,
|
151
168
|
:created_at => pcdm_object.try(:create_date),
|
152
169
|
:updated_at => pcdm_object.try(:modified_date),
|
153
|
-
:member_ids => member_ids,
|
154
170
|
::Valkyrie::Persistence::Attributes::OPTIMISTIC_LOCK => lock_token }
|
155
171
|
end
|
156
172
|
|
157
|
-
# Prefer ordered members, but if ordered members don't exist, use non-ordered members.
|
158
|
-
def member_ids
|
159
|
-
ordered_member_ids = pcdm_object.try(:ordered_member_ids)
|
160
|
-
return ordered_member_ids if ordered_member_ids.present?
|
161
|
-
pcdm_object.try(:member_ids)
|
162
|
-
end
|
163
|
-
|
164
173
|
def lock_token
|
165
174
|
result = []
|
166
175
|
result << ::Valkyrie::Persistence::OptimisticLockToken.new(adapter_id: 'wings-fedora-etag', token: pcdm_object.etag) unless pcdm_object.new_record?
|
data/lib/wings/orm_converter.rb
CHANGED
@@ -40,6 +40,10 @@ module Wings
|
|
40
40
|
_canonical_valkyrie_model&.name
|
41
41
|
end
|
42
42
|
|
43
|
+
def to_rdf_representation
|
44
|
+
name
|
45
|
+
end
|
46
|
+
|
43
47
|
##
|
44
48
|
# @return [String]
|
45
49
|
def to_s
|
@@ -78,29 +82,34 @@ module Wings
|
|
78
82
|
end
|
79
83
|
|
80
84
|
# add reflection associations
|
81
|
-
|
85
|
+
(klass.try(:reflections) || []).each do |reflection_key, reflection|
|
82
86
|
case reflection
|
83
|
-
when ActiveFedora::Reflection::
|
84
|
-
ActiveFedora::Reflection::
|
85
|
-
ActiveFedora::Reflection::
|
86
|
-
ActiveFedora::Reflection::
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
87
|
+
when ActiveFedora::Reflection::BelongsToReflection, # uses foreign_key SingularRDFPropertyReflection
|
88
|
+
ActiveFedora::Reflection::BasicContainsReflection, # ???
|
89
|
+
ActiveFedora::Reflection::FilterReflection, # rely on :extending_from
|
90
|
+
ActiveFedora::Reflection::HasAndBelongsToManyReflection, # uses foreign_key RDFPropertyReflection
|
91
|
+
ActiveFedora::Reflection::HasManyReflection, # captured by inverse relation
|
92
|
+
ActiveFedora::Reflection::HasSubresourceReflection, # ???
|
93
|
+
ActiveFedora::Reflection::OrdersReflection # map to :unordered_association in Wings::AttributeTransformer (but retain order)
|
94
|
+
next
|
95
|
+
when ActiveFedora::Reflection::DirectlyContainsOneReflection
|
96
|
+
attribute_name = (reflection_key.to_s.singularize + '_id').to_sym
|
97
|
+
type = ::Valkyrie::Types::ID.optional
|
98
|
+
when ActiveFedora::Reflection::DirectlyContainsReflection,
|
99
|
+
ActiveFedora::Reflection::IndirectlyContainsReflection
|
96
100
|
attribute_name = (reflection_key.to_s.singularize + '_ids').to_sym
|
101
|
+
type = ::Valkyrie::Types::Set.of(::Valkyrie::Types::ID)
|
102
|
+
when ActiveFedora::Reflection::SingularRDFPropertyReflection
|
103
|
+
attribute_name = reflection.name.to_sym
|
104
|
+
type = ::Valkyrie::Types::ID.optional
|
105
|
+
when ActiveFedora::Reflection::RDFPropertyReflection
|
106
|
+
attribute_name = reflection.name.to_sym
|
107
|
+
type = ::Valkyrie::Types::Set.of(::Valkyrie::Types::ID)
|
97
108
|
else
|
98
|
-
|
99
|
-
attribute_name = (reflection_key.to_s.singularize + '_id').to_sym
|
109
|
+
raise NotImplementedError, "Expected a known ActiveFedora::Reflection, but got #{reflection}"
|
100
110
|
end
|
101
111
|
|
102
|
-
|
103
|
-
attribute attribute_name, type
|
112
|
+
attribute(attribute_name, type)
|
104
113
|
end
|
105
114
|
|
106
115
|
def internal_resource
|
@@ -29,7 +29,7 @@ module Wings
|
|
29
29
|
model_name = ModelRegistry.lookup(model).model_name
|
30
30
|
|
31
31
|
solr_query = "_query_:\"{!raw f=has_model_ssim}#{model_name}\""
|
32
|
-
solr_response =
|
32
|
+
solr_response = Hyrax::SolrService.get(solr_query, fl: 'id', rows: @query_rows)['response']
|
33
33
|
|
34
34
|
loop do
|
35
35
|
response_docs = solr_response['docs']
|
@@ -38,7 +38,7 @@ module Wings
|
|
38
38
|
response_docs.each { |doc| yield doc['id'] }
|
39
39
|
|
40
40
|
break if (solr_response['start'] + solr_response['docs'].count) >= solr_response['numFound']
|
41
|
-
solr_response =
|
41
|
+
solr_response = Hyrax::SolrService.get(solr_query, fl: 'id', rows: @query_rows, start: solr_response['start'] + @query_rows)['response']
|
42
42
|
end
|
43
43
|
end
|
44
44
|
end
|
data/lib/wings/setup.rb
CHANGED
@@ -98,12 +98,12 @@ end
|
|
98
98
|
Valkyrie::MetadataAdapter.register(
|
99
99
|
Wings::Valkyrie::MetadataAdapter.new, :wings_adapter
|
100
100
|
)
|
101
|
-
Valkyrie.config.metadata_adapter = :wings_adapter
|
101
|
+
Valkyrie.config.metadata_adapter = :wings_adapter unless Hyrax.config.disable_wings
|
102
102
|
|
103
103
|
Valkyrie::StorageAdapter.register(
|
104
104
|
Wings::Valkyrie::Storage.new, :active_fedora
|
105
105
|
)
|
106
|
-
Valkyrie.config.storage_adapter = :active_fedora
|
106
|
+
Valkyrie.config.storage_adapter = :active_fedora unless Hyrax.config.disable_wings
|
107
107
|
|
108
108
|
# TODO: Custom query registration is not Wings specific. These custom_queries need to be registered for other adapters too.
|
109
109
|
# A refactor is needed to add the default implementations to hyrax.rb and only handle the wings specific overrides here.
|
@@ -23,7 +23,7 @@ module Wings
|
|
23
23
|
def count_all_of_model(model:)
|
24
24
|
ActiveFedora::Base
|
25
25
|
.where(has_model_ssim: [model_class_for(model).to_rdf_representation,
|
26
|
-
model.
|
26
|
+
model.to_rdf_representation])
|
27
27
|
.count
|
28
28
|
end
|
29
29
|
|
@@ -63,6 +63,9 @@ module Wings
|
|
63
63
|
#
|
64
64
|
# @param model [Class]
|
65
65
|
# @return [Array<Valkyrie::Resource>]
|
66
|
+
#
|
67
|
+
# @note Due to implementation details, .find_all_of_model and .count_all_of_model may not
|
68
|
+
# return the same number of results. Is that a bug? Probably.
|
66
69
|
def find_all_of_model(model:)
|
67
70
|
model_class_for(model).all.map do |obj|
|
68
71
|
resource_factory.to_resource(object: obj)
|
@@ -139,7 +142,7 @@ module Wings
|
|
139
142
|
return find_many_by_ids(ids: Array(resource.send(property))) unless model
|
140
143
|
|
141
144
|
results = resource.public_send(property).map do |reference|
|
142
|
-
resource_factory.to_resource(object: ::ActiveFedora::Base.find(reference))
|
145
|
+
resource_factory.to_resource(object: ::ActiveFedora::Base.find(reference.to_s))
|
143
146
|
end
|
144
147
|
|
145
148
|
results.select { |r| r.class.name == model.name }
|