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
data/lib/hyrax/specs/capybara.rb
CHANGED
@@ -15,59 +15,43 @@ require 'capybara/rspec'
|
|
15
15
|
require 'capybara/rails'
|
16
16
|
require 'capybara-screenshot/rspec'
|
17
17
|
require 'selenium-webdriver'
|
18
|
-
require 'webdrivers' unless ENV['IN_DOCKER'].present? || ENV['HUB_URL'].present?
|
19
18
|
|
20
19
|
Capybara.save_path = ENV['CI'] ? "/tmp/test-results" : Rails.root.join('tmp', 'capybara')
|
21
20
|
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
end
|
32
|
-
|
33
|
-
Capybara.register_driver :selenium_chrome_headless_sandboxless do |app|
|
34
|
-
driver = Capybara::Selenium::Driver.new(app,
|
35
|
-
browser: :remote,
|
36
|
-
capabilities: options,
|
37
|
-
url: ENV['HUB_URL'])
|
21
|
+
options = Selenium::WebDriver::Chrome::Options.new.tap do |opts|
|
22
|
+
opts.add_argument("--headless") if ENV["CHROME_HEADLESS_MODE"]
|
23
|
+
opts.add_argument("--disable-gpu") if Gem.win_platform?
|
24
|
+
# Workaround https://bugs.chromium.org/p/chromedriver/issues/detail?id=2650&q=load&sort=-id&colspec=ID%20Status%20Pri%20Owner%20Summary
|
25
|
+
opts.add_argument("--disable-site-isolation-trials")
|
26
|
+
opts.add_argument("--window-size=1440,1440")
|
27
|
+
opts.add_argument("--enable-features=NetworkService,NetworkServiceInProcess")
|
28
|
+
opts.add_argument("--disable-features=VizDisplayCompositor")
|
29
|
+
end
|
38
30
|
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
31
|
+
Capybara.register_driver :selenium_chrome_headless_sandboxless do |app|
|
32
|
+
driver = Capybara::Selenium::Driver.new(app,
|
33
|
+
browser: :remote,
|
34
|
+
capabilities: options,
|
35
|
+
url: ENV['HUB_URL'])
|
44
36
|
|
45
|
-
|
37
|
+
# Fix for capybara vs remote files. Selenium handles this for us
|
38
|
+
driver.browser.file_detector = lambda do |args|
|
39
|
+
str = args.first.to_s
|
40
|
+
str if File.exist?(str)
|
46
41
|
end
|
47
42
|
|
48
|
-
|
49
|
-
Capybara.server_port = 3010
|
50
|
-
|
51
|
-
ip = IPSocket.getaddress(Socket.gethostname)
|
52
|
-
Capybara.app_host = "http://#{ip}:#{Capybara.server_port}"
|
53
|
-
else
|
54
|
-
TEST_HOST = 'localhost:3000'.freeze
|
55
|
-
# @note In January 2018, TravisCI disabled Chrome sandboxing in its Linux
|
56
|
-
# container build environments to mitigate Meltdown/Spectre
|
57
|
-
# vulnerabilities, at which point Hyrax could no longer use the
|
58
|
-
# Capybara-provided :selenium_chrome_headless driver (which does not
|
59
|
-
# include the `--no-sandbox` argument).
|
60
|
-
Capybara.register_driver :selenium_chrome_headless_sandboxless do |app|
|
61
|
-
browser_options = ::Selenium::WebDriver::Chrome::Options.new
|
62
|
-
browser_options.args << '--headless'
|
63
|
-
browser_options.args << '--disable-gpu'
|
64
|
-
browser_options.args << '--no-sandbox'
|
65
|
-
Capybara::Selenium::Driver.new(app, browser: :chrome, options: browser_options)
|
66
|
-
end
|
43
|
+
driver
|
67
44
|
end
|
68
45
|
|
46
|
+
Capybara.server_host = '0.0.0.0'
|
47
|
+
Capybara.server_port = 3010
|
48
|
+
|
49
|
+
ip = IPSocket.getaddress(Socket.gethostname)
|
50
|
+
Capybara.app_host = "http://#{ip}:#{Capybara.server_port}"
|
51
|
+
|
69
52
|
Capybara.default_driver = :rack_test # This is a faster driver
|
70
53
|
Capybara.javascript_driver = :selenium_chrome_headless_sandboxless # This is slower
|
54
|
+
Capybara.disable_animation = true
|
71
55
|
Capybara.default_max_wait_time = ENV.fetch('CAPYBARA_WAIT_TIME', 10) # We may have a slow application, let's give it some time.
|
72
56
|
|
73
57
|
Capybara::Screenshot.register_driver(:selenium_chrome_headless_sandboxless) do |driver, path|
|
@@ -19,11 +19,41 @@ RSpec.shared_examples 'a Hyrax::Resource' do
|
|
19
19
|
end
|
20
20
|
end
|
21
21
|
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
22
|
+
describe '#class' do
|
23
|
+
subject(:klass) { resource.class }
|
24
|
+
|
25
|
+
it { is_expected.to respond_to :collection? }
|
26
|
+
it { is_expected.to respond_to :file? }
|
27
|
+
it { is_expected.to respond_to :file_set? }
|
28
|
+
it { is_expected.to respond_to :pcdm_collection? }
|
29
|
+
it { is_expected.to respond_to :pcdm_object? }
|
30
|
+
it { is_expected.to respond_to :work? }
|
31
|
+
end
|
32
|
+
|
33
|
+
it do
|
34
|
+
is_expected.to respond_to :collection?
|
35
|
+
expect(resource.collection?).to eq resource.class.collection?
|
36
|
+
end
|
37
|
+
it do
|
38
|
+
is_expected.to respond_to :file?
|
39
|
+
expect(resource.file?).to eq resource.class.file?
|
40
|
+
end
|
41
|
+
it do
|
42
|
+
is_expected.to respond_to :file_set?
|
43
|
+
expect(resource.file_set?).to eq resource.class.file_set?
|
44
|
+
end
|
45
|
+
it do
|
46
|
+
is_expected.to respond_to :pcdm_collection?
|
47
|
+
expect(resource.pcdm_collection?).to eq resource.class.pcdm_collection?
|
48
|
+
end
|
49
|
+
it do
|
50
|
+
is_expected.to respond_to :pcdm_object?
|
51
|
+
expect(resource.pcdm_object?).to eq resource.class.pcdm_object?
|
52
|
+
end
|
53
|
+
it do
|
54
|
+
is_expected.to respond_to :work?
|
55
|
+
expect(resource.work?).to eq resource.class.work?
|
56
|
+
end
|
27
57
|
end
|
28
58
|
|
29
59
|
RSpec.shared_examples 'belongs to collections' do
|
@@ -128,15 +158,21 @@ end
|
|
128
158
|
RSpec.shared_examples 'a Hyrax::PcdmCollection' do
|
129
159
|
subject(:collection) { described_class.new }
|
130
160
|
|
131
|
-
it { is_expected.to be_collection }
|
132
|
-
it { is_expected.to be_pcdm_object }
|
133
|
-
it { is_expected.not_to be_file_set }
|
134
|
-
it { is_expected.not_to be_work }
|
135
|
-
|
136
161
|
it_behaves_like 'a Hyrax::Resource'
|
137
162
|
it_behaves_like 'a model with core metadata'
|
138
163
|
it_behaves_like 'has members'
|
139
164
|
|
165
|
+
describe '#class' do
|
166
|
+
subject(:klass) { collection.class }
|
167
|
+
|
168
|
+
it { is_expected.to be_collection }
|
169
|
+
it { is_expected.not_to be_file }
|
170
|
+
it { is_expected.not_to be_file_set }
|
171
|
+
it { is_expected.to be_pcdm_collection }
|
172
|
+
it { is_expected.not_to be_pcdm_object }
|
173
|
+
it { is_expected.not_to be_work }
|
174
|
+
end
|
175
|
+
|
140
176
|
describe '#collection_type_gid' do
|
141
177
|
let(:gid) { Hyrax::CollectionType.find_or_create_default_collection_type.to_global_id.to_s }
|
142
178
|
|
@@ -151,8 +187,20 @@ end
|
|
151
187
|
RSpec.shared_examples 'a Hyrax::AdministrativeSet' do
|
152
188
|
subject(:admin_set) { described_class.new }
|
153
189
|
|
190
|
+
it_behaves_like 'a Hyrax::Resource'
|
154
191
|
it_behaves_like 'a model with core metadata'
|
155
192
|
|
193
|
+
describe '#class' do
|
194
|
+
subject(:klass) { admin_set.class }
|
195
|
+
|
196
|
+
it { is_expected.to be_collection }
|
197
|
+
it { is_expected.not_to be_file }
|
198
|
+
it { is_expected.not_to be_file_set }
|
199
|
+
it { is_expected.to be_pcdm_collection }
|
200
|
+
it { is_expected.not_to be_pcdm_object }
|
201
|
+
it { is_expected.not_to be_work }
|
202
|
+
end
|
203
|
+
|
156
204
|
it 'has an #alternative_title' do
|
157
205
|
expect { admin_set.alternative_title = ['Moomin'] }
|
158
206
|
.to change { admin_set.alternative_title }
|
@@ -191,11 +239,16 @@ RSpec.shared_examples 'a Hyrax::Work' do
|
|
191
239
|
it_behaves_like 'belongs to collections'
|
192
240
|
it_behaves_like 'has members'
|
193
241
|
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
242
|
+
describe '#class' do
|
243
|
+
subject(:klass) { work.class }
|
244
|
+
|
245
|
+
it { is_expected.not_to be_collection }
|
246
|
+
it { is_expected.not_to be_file }
|
247
|
+
it { is_expected.not_to be_file_set }
|
248
|
+
it { is_expected.not_to be_pcdm_collection }
|
249
|
+
it { is_expected.to be_pcdm_object }
|
250
|
+
it { is_expected.to be_work }
|
251
|
+
end
|
199
252
|
|
200
253
|
describe '#admin_set_id' do
|
201
254
|
it 'is nil by default' do
|
@@ -249,7 +302,7 @@ RSpec.shared_examples 'a Hyrax::Work' do
|
|
249
302
|
end
|
250
303
|
end
|
251
304
|
|
252
|
-
RSpec.shared_examples 'a Hyrax::FileSet' do
|
305
|
+
RSpec.shared_examples 'a Hyrax::FileSet', valkyrie_adapter: :test_adapter do
|
253
306
|
subject(:fileset) { described_class.new }
|
254
307
|
let(:adapter) { Valkyrie::MetadataAdapter.find(:test_adapter) }
|
255
308
|
let(:persister) { adapter.persister }
|
@@ -259,11 +312,16 @@ RSpec.shared_examples 'a Hyrax::FileSet' do
|
|
259
312
|
it_behaves_like 'a model with core metadata'
|
260
313
|
it_behaves_like 'a model with basic metadata'
|
261
314
|
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
315
|
+
describe '#class' do
|
316
|
+
subject(:klass) { fileset.class }
|
317
|
+
|
318
|
+
it { is_expected.not_to be_collection }
|
319
|
+
it { is_expected.not_to be_file }
|
320
|
+
it { is_expected.to be_file_set }
|
321
|
+
it { is_expected.not_to be_pcdm_collection }
|
322
|
+
it { is_expected.to be_pcdm_object }
|
323
|
+
it { is_expected.not_to be_work }
|
324
|
+
end
|
267
325
|
|
268
326
|
describe 'files' do
|
269
327
|
it 'has empty file_ids by default' do
|
@@ -275,12 +333,10 @@ RSpec.shared_examples 'a Hyrax::FileSet' do
|
|
275
333
|
end
|
276
334
|
|
277
335
|
context 'with files' do
|
278
|
-
let(:
|
279
|
-
let(:
|
280
|
-
|
281
|
-
|
282
|
-
end
|
283
|
-
|
336
|
+
let(:original_file) { FactoryBot.valkyrie_create :hyrax_file_metadata, :original_file }
|
337
|
+
let(:thumbnail) { FactoryBot.valkyrie_create :hyrax_file_metadata, :thumbnail }
|
338
|
+
let(:extracted_text) { FactoryBot.valkyrie_create :hyrax_file_metadata, :extracted_text }
|
339
|
+
let(:files) { [original_file, thumbnail, extracted_text] }
|
284
340
|
let(:file_ids) { files.map(&:id) }
|
285
341
|
|
286
342
|
before { fileset.file_ids = file_ids }
|
@@ -301,6 +357,35 @@ RSpec.shared_examples 'a Hyrax::FileSet' do
|
|
301
357
|
expect { fileset.file_ids << file_ids.first }
|
302
358
|
.not_to change { query_service.custom_queries.find_files(file_set: fileset) }
|
303
359
|
end
|
360
|
+
|
361
|
+
it 'returns an original_file' do
|
362
|
+
expect(fileset.original_file).to eq original_file
|
363
|
+
expect(fileset.original_file_id).to eq original_file.id
|
364
|
+
end
|
365
|
+
|
366
|
+
it 'returns a thumbnail' do
|
367
|
+
expect(fileset.thumbnail).to eq thumbnail
|
368
|
+
expect(fileset.thumbnail_id).to eq thumbnail.id
|
369
|
+
end
|
370
|
+
|
371
|
+
it 'returns an extracted_text' do
|
372
|
+
expect(fileset.extracted_text).to eq extracted_text
|
373
|
+
expect(fileset.extracted_text_id).to eq extracted_text.id
|
374
|
+
end
|
375
|
+
|
376
|
+
context 'with simulated original file' do
|
377
|
+
let(:file_metadata_double) { double("Fake Hyrax::FileMetadata", id: SecureRandom.uuid, file_identifier: SecureRandom.uuid, versions: [file_double]) }
|
378
|
+
let(:file_double) { double("Fake Valkyrie::StorageAdapter::File", id: SecureRandom.uuid, version_id: SecureRandom.uuid)}
|
379
|
+
|
380
|
+
before do
|
381
|
+
allow(fileset).to receive(:original_file).and_return(file_metadata_double)
|
382
|
+
fileset.id = Valkyrie::ID.new(SecureRandom.uuid)
|
383
|
+
end
|
384
|
+
|
385
|
+
it 'returns a iiif_id with matching ids' do
|
386
|
+
expect(fileset.iiif_id).to eq "#{fileset.id}/files/#{fileset.original_file_id}/#{Digest::MD5.hexdigest(file_double.version_id)}"
|
387
|
+
end
|
388
|
+
end
|
304
389
|
end
|
305
390
|
end
|
306
391
|
end
|
@@ -18,7 +18,7 @@ RSpec.shared_examples 'a Hyrax::Resource indexer' do
|
|
18
18
|
describe '#to_solr' do
|
19
19
|
it 'indexes base resource fields' do
|
20
20
|
expect(indexer.to_solr)
|
21
|
-
.to include(has_model_ssim: resource.
|
21
|
+
.to include(has_model_ssim: resource.to_rdf_representation,
|
22
22
|
human_readable_type_tesim: resource.human_readable_type,
|
23
23
|
alternate_ids_sim: a_collection_containing_exactly(*ids))
|
24
24
|
end
|
@@ -89,8 +89,6 @@ RSpec.shared_examples 'a thumbnail indexer' do
|
|
89
89
|
before do
|
90
90
|
raise 'indexer_class must be set with `let(:indexer_class)`' unless defined? indexer_class
|
91
91
|
raise 'resource must be set with `let(:resource)` and is expected to be a kind of Hyrax::Resource' unless defined?(resource) && resource.kind_of?(Hyrax::Resource)
|
92
|
-
# optionally can pass in default_visibility by setting it with a let statement if your application changes the default; Hyrax defines this as 'restricted'
|
93
|
-
# See samvera/hyrda-head hydra-access-controls/app/models/concerns/hydra/access_controls/access_rights.rb for possible VISIBILITY_TEXT_VALUE_...'
|
94
92
|
end
|
95
93
|
subject(:indexer) { indexer_class.new(resource: resource) }
|
96
94
|
let(:thumbnail_path) { '/downloads/foo12345?file=thumbnail' }
|
@@ -106,6 +104,27 @@ RSpec.shared_examples 'a thumbnail indexer' do
|
|
106
104
|
end
|
107
105
|
end
|
108
106
|
|
107
|
+
RSpec.shared_examples 'a location indexer' do
|
108
|
+
before do
|
109
|
+
raise 'indexer_class must be set with `let(:indexer_class)`' unless defined? indexer_class
|
110
|
+
raise 'resource must be set with `let(:resource)` and is expected to be a kind of Hyrax::Resource' unless defined?(resource) && resource.kind_of?(Hyrax::Resource)
|
111
|
+
resource.based_near = based_near
|
112
|
+
end
|
113
|
+
subject(:indexer) { indexer_class.new(resource: resource) }
|
114
|
+
let(:based_near) { ["https://sws.geonames.org/4254679/"] }
|
115
|
+
let(:based_near_label) { ["Bloomington, Indiana, United States"] }
|
116
|
+
|
117
|
+
before do
|
118
|
+
allow(Hyrax.config.location_service).to receive(:full_label).with(based_near[0]).and_return(based_near_label[0])
|
119
|
+
end
|
120
|
+
|
121
|
+
describe '#to_solr' do
|
122
|
+
it 'indexes locations' do
|
123
|
+
expect(indexer.to_solr).to include(based_near_tesim: based_near, based_near_label_tesim: based_near_label)
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
127
|
+
|
109
128
|
RSpec.shared_examples 'a Core metadata indexer' do
|
110
129
|
before do
|
111
130
|
raise 'indexer_class must be set with `let(:indexer_class)`' unless defined? indexer_class
|
@@ -138,9 +157,10 @@ RSpec.shared_examples 'a Basic metadata indexer' do
|
|
138
157
|
end
|
139
158
|
subject(:indexer) { indexer_class.new(resource: resource) }
|
140
159
|
|
160
|
+
it_behaves_like 'a location indexer'
|
161
|
+
|
141
162
|
let(:attributes) do
|
142
163
|
{
|
143
|
-
based_near: ['helsinki', 'finland'],
|
144
164
|
date_created: ['tuesday'],
|
145
165
|
keyword: ['comic strip'],
|
146
166
|
related_url: ['http://example.com/moomin'],
|
@@ -152,9 +172,7 @@ RSpec.shared_examples 'a Basic metadata indexer' do
|
|
152
172
|
describe '#to_solr' do
|
153
173
|
it 'indexes basic metadata' do
|
154
174
|
expect(indexer.to_solr)
|
155
|
-
.to include(
|
156
|
-
based_near_sim: a_collection_containing_exactly(*attributes[:based_near]),
|
157
|
-
date_created_tesim: a_collection_containing_exactly(*attributes[:date_created]),
|
175
|
+
.to include(date_created_tesim: a_collection_containing_exactly(*attributes[:date_created]),
|
158
176
|
keyword_sim: a_collection_containing_exactly(*attributes[:keyword]),
|
159
177
|
related_url_tesim: a_collection_containing_exactly(*attributes[:related_url]),
|
160
178
|
resource_type_tesim: a_collection_containing_exactly(*attributes[:resource_type]),
|
@@ -8,7 +8,8 @@ module Hyrax
|
|
8
8
|
#
|
9
9
|
# @since 3.4.0
|
10
10
|
class AdminSetDestroy < Transaction
|
11
|
-
DEFAULT_STEPS = ['admin_set_resource.
|
11
|
+
DEFAULT_STEPS = ['admin_set_resource.check_default',
|
12
|
+
'admin_set_resource.check_empty',
|
12
13
|
'admin_set_resource.delete',
|
13
14
|
'admin_set_resource.delete_acl'].freeze
|
14
15
|
|
@@ -9,8 +9,9 @@ module Hyrax
|
|
9
9
|
# @since 3.4.0
|
10
10
|
class CollectionDestroy < Transaction
|
11
11
|
# TODO: Add step that checks if collection is empty for collections of types that require it
|
12
|
-
DEFAULT_STEPS = ['collection_resource.
|
13
|
-
'collection_resource.
|
12
|
+
DEFAULT_STEPS = ['collection_resource.delete_acl',
|
13
|
+
'collection_resource.remove_from_membership',
|
14
|
+
'collection_resource.delete'].freeze
|
14
15
|
|
15
16
|
##
|
16
17
|
# @see Hyrax::Transactions::Transaction
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
require 'dry/container'
|
4
|
+
|
3
5
|
module Hyrax
|
4
6
|
module Transactions
|
5
7
|
##
|
@@ -23,7 +25,9 @@ module Hyrax
|
|
23
25
|
require 'hyrax/transactions/collection_create'
|
24
26
|
require 'hyrax/transactions/collection_destroy'
|
25
27
|
require 'hyrax/transactions/collection_update'
|
28
|
+
require 'hyrax/transactions/file_metadata_destroy'
|
26
29
|
require 'hyrax/transactions/file_set_destroy'
|
30
|
+
require 'hyrax/transactions/file_set_update'
|
27
31
|
require 'hyrax/transactions/work_create'
|
28
32
|
require 'hyrax/transactions/work_destroy'
|
29
33
|
require 'hyrax/transactions/work_update'
|
@@ -33,12 +37,17 @@ module Hyrax
|
|
33
37
|
require 'hyrax/transactions/steps/apply_collection_type_permissions'
|
34
38
|
require 'hyrax/transactions/steps/apply_permission_template'
|
35
39
|
require 'hyrax/transactions/steps/change_depositor'
|
40
|
+
require 'hyrax/transactions/steps/check_for_default_admin_set'
|
36
41
|
require 'hyrax/transactions/steps/check_for_empty_admin_set'
|
37
42
|
require 'hyrax/transactions/steps/delete_access_control'
|
43
|
+
require 'hyrax/transactions/steps/delete_all_file_metadata'
|
44
|
+
require 'hyrax/transactions/steps/delete_all_file_sets'
|
38
45
|
require 'hyrax/transactions/steps/delete_resource'
|
39
46
|
require 'hyrax/transactions/steps/ensure_admin_set'
|
47
|
+
require 'hyrax/transactions/steps/file_metadata_delete'
|
40
48
|
require 'hyrax/transactions/steps/set_collection_type_gid'
|
41
49
|
require 'hyrax/transactions/steps/remove_file_set_from_work'
|
50
|
+
require 'hyrax/transactions/steps/remove_from_membership'
|
42
51
|
require 'hyrax/transactions/steps/save'
|
43
52
|
require 'hyrax/transactions/steps/save_access_control'
|
44
53
|
require 'hyrax/transactions/steps/save_collection_banner'
|
@@ -112,6 +121,10 @@ module Hyrax
|
|
112
121
|
CollectionUpdate.new
|
113
122
|
end
|
114
123
|
|
124
|
+
ops.register 'update_file_set' do
|
125
|
+
FileSetUpdate.new
|
126
|
+
end
|
127
|
+
|
115
128
|
ops.register 'update_work' do
|
116
129
|
WorkUpdate.new
|
117
130
|
end
|
@@ -121,11 +134,25 @@ module Hyrax
|
|
121
134
|
end
|
122
135
|
end
|
123
136
|
|
137
|
+
namespace "file_metadata" do |ops| # Hyrax::FileMetadata
|
138
|
+
ops.register 'destroy' do
|
139
|
+
FileMetadataDestroy.new
|
140
|
+
end
|
141
|
+
|
142
|
+
ops.register 'delete' do
|
143
|
+
Steps::FileMetadataDelete.new
|
144
|
+
end
|
145
|
+
end
|
146
|
+
|
124
147
|
namespace 'file_set' do |ops| # Hyrax::FileSet resource
|
125
148
|
ops.register 'delete' do
|
126
149
|
Steps::DeleteResource.new
|
127
150
|
end
|
128
151
|
|
152
|
+
ops.register 'delete_all_file_metadata' do
|
153
|
+
Steps::DeleteAllFileMetadata.new
|
154
|
+
end
|
155
|
+
|
129
156
|
ops.register 'destroy' do
|
130
157
|
FileSetDestroy.new
|
131
158
|
end
|
@@ -133,9 +160,21 @@ module Hyrax
|
|
133
160
|
ops.register 'remove_from_work' do
|
134
161
|
Steps::RemoveFileSetFromWork.new
|
135
162
|
end
|
163
|
+
|
164
|
+
ops.register 'delete_acl' do
|
165
|
+
Steps::DeleteAccessControl.new
|
166
|
+
end
|
167
|
+
|
168
|
+
ops.register 'save_acl' do
|
169
|
+
Steps::SaveAccessControl.new
|
170
|
+
end
|
136
171
|
end
|
137
172
|
|
138
173
|
namespace 'admin_set_resource' do |ops| # Hyrax::AdministrativeSet resource
|
174
|
+
ops.register 'check_default' do
|
175
|
+
Steps::CheckForDefaultAdminSet.new
|
176
|
+
end
|
177
|
+
|
139
178
|
ops.register 'check_empty' do
|
140
179
|
Steps::CheckForEmptyAdminSet.new
|
141
180
|
end
|
@@ -182,6 +221,10 @@ module Hyrax
|
|
182
221
|
Steps::DeleteAccessControl.new
|
183
222
|
end
|
184
223
|
|
224
|
+
ops.register 'remove_from_membership' do
|
225
|
+
Steps::RemoveFromMembership.new
|
226
|
+
end
|
227
|
+
|
185
228
|
ops.register 'save_acl' do
|
186
229
|
Steps::SaveAccessControl.new
|
187
230
|
end
|
@@ -216,6 +259,10 @@ module Hyrax
|
|
216
259
|
Steps::DeleteResource.new
|
217
260
|
end
|
218
261
|
|
262
|
+
ops.register 'delete_all_file_sets' do
|
263
|
+
Steps::DeleteAllFileSets.new
|
264
|
+
end
|
265
|
+
|
219
266
|
ops.register 'destroy' do
|
220
267
|
WorkDestroy.new
|
221
268
|
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
require 'hyrax/transactions/transaction'
|
3
|
+
|
4
|
+
module Hyrax
|
5
|
+
module Transactions
|
6
|
+
##
|
7
|
+
# destroys a FileSet resource.
|
8
|
+
#
|
9
|
+
# @since 3.1.0
|
10
|
+
class FileMetadataDestroy < Transaction
|
11
|
+
DEFAULT_STEPS = ['file_metadata.delete'].freeze
|
12
|
+
|
13
|
+
##
|
14
|
+
# @see Hyrax::Transactions::Transaction
|
15
|
+
def initialize(container: Container, steps: DEFAULT_STEPS)
|
16
|
+
super
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
@@ -8,7 +8,9 @@ module Hyrax
|
|
8
8
|
#
|
9
9
|
# @since 3.1.0
|
10
10
|
class FileSetDestroy < Transaction
|
11
|
-
DEFAULT_STEPS = ['file_set.
|
11
|
+
DEFAULT_STEPS = ['file_set.delete_all_file_metadata',
|
12
|
+
'file_set.remove_from_work',
|
13
|
+
'file_set.delete_acl',
|
12
14
|
'file_set.delete'].freeze
|
13
15
|
|
14
16
|
##
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
require 'hyrax/transactions/transaction'
|
3
|
+
|
4
|
+
module Hyrax
|
5
|
+
module Transactions
|
6
|
+
##
|
7
|
+
# Updates a {Hyrax::FileSet} from a ChangeSet
|
8
|
+
#
|
9
|
+
# @since 3.4.0
|
10
|
+
class FileSetUpdate < Transaction
|
11
|
+
DEFAULT_STEPS = ['change_set.apply',
|
12
|
+
'file_set.save_acl'].freeze
|
13
|
+
|
14
|
+
##
|
15
|
+
# @see Hyrax::Transactions::Transaction
|
16
|
+
def initialize(container: Container, steps: DEFAULT_STEPS)
|
17
|
+
super
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -20,11 +20,12 @@ module Hyrax
|
|
20
20
|
return Success(obj) if parent_id.blank?
|
21
21
|
|
22
22
|
parent = Hyrax.query_service.find_by(id: parent_id)
|
23
|
-
parent.member_ids
|
23
|
+
parent.member_ids += [obj.id]
|
24
24
|
Hyrax.persister.save(resource: parent)
|
25
25
|
|
26
26
|
user ||= ::User.find_by_user_key(obj.depositor)
|
27
27
|
Hyrax.publisher.publish('object.metadata.updated', object: parent, user: user)
|
28
|
+
Hyrax.publisher.publish('object.membership.updated', object: parent, user: user)
|
28
29
|
|
29
30
|
Success(obj)
|
30
31
|
rescue Valkyrie::Persistence::ObjectNotFoundError => _err
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
require 'dry/monads'
|
3
|
+
|
4
|
+
module Hyrax
|
5
|
+
module Transactions
|
6
|
+
module Steps
|
7
|
+
##
|
8
|
+
# Validates non-defaultness of the {Hyrax::AdministrativeSet}; gives `Success`
|
9
|
+
# when not the default and `Failure` otherwise.
|
10
|
+
#
|
11
|
+
# Use this step to guard against destroying the default AdminSet.
|
12
|
+
class CheckForDefaultAdminSet
|
13
|
+
include Dry::Monads[:result]
|
14
|
+
|
15
|
+
##
|
16
|
+
# @param [#find_inverse_references_by] query_service
|
17
|
+
def initialize(query_service: Hyrax.query_service)
|
18
|
+
@query_service = query_service
|
19
|
+
end
|
20
|
+
|
21
|
+
##
|
22
|
+
# @param [Hyrax::AdministrativeSet] admin_set
|
23
|
+
#
|
24
|
+
# @return [Dry::Monads::Result]
|
25
|
+
def call(admin_set)
|
26
|
+
return Failure["Administrative set cannot be deleted as it is the default set", admin_set] if admin_set.id == Hyrax.config.default_admin_set_id
|
27
|
+
Success(admin_set)
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
@@ -26,7 +26,7 @@ module Hyrax
|
|
26
26
|
members = @query_service
|
27
27
|
.find_inverse_references_by(property: :admin_set_id,
|
28
28
|
resource: admin_set)
|
29
|
-
return Failure[
|
29
|
+
return Failure["Administrative set cannot be deleted as it is not empty", members] if members.any?
|
30
30
|
|
31
31
|
Success(admin_set)
|
32
32
|
end
|
@@ -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 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 DeleteAllFileMetadata
|
13
|
+
include Dry::Monads[:result]
|
14
|
+
|
15
|
+
##
|
16
|
+
# @params [#save] persister
|
17
|
+
def initialize(property: :file_ids, query_service: Hyrax.query_service, persister: Hyrax.persister, publisher: Hyrax.publisher)
|
18
|
+
@property = property
|
19
|
+
@persister = persister
|
20
|
+
@query_service = query_service
|
21
|
+
@publisher = publisher
|
22
|
+
end
|
23
|
+
|
24
|
+
##
|
25
|
+
# @param [Valkyrie::Resource] resource
|
26
|
+
# @param [::User] the user resposible for the delete action
|
27
|
+
#
|
28
|
+
# @return [Dry::Monads::Result]
|
29
|
+
def call(resource)
|
30
|
+
return Failure(:resource_not_persisted) unless resource.persisted?
|
31
|
+
|
32
|
+
resource[@property].each do |file_id|
|
33
|
+
return Failure[:failed_to_delete_file_metadata, file_id] unless
|
34
|
+
Hyrax::Transactions::Container['file_metadata.destroy']
|
35
|
+
.call(@query_service.custom_queries.find_file_metadata_by(id: file_id))
|
36
|
+
.success?
|
37
|
+
rescue ::Ldp::Gone
|
38
|
+
nil
|
39
|
+
end
|
40
|
+
|
41
|
+
Success(resource)
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|