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
@@ -50,7 +50,7 @@ zh:
|
|
50
50
|
directory:
|
51
51
|
suffix: "@example.org"
|
52
52
|
footer:
|
53
|
-
copyright_html: "<strong>版权所有 ©
|
53
|
+
copyright_html: "<strong>版权所有 © %{current_year} Samvera</strong> 根据Apache许可证2.0版许可"
|
54
54
|
service_html: 的服务<a href="http://samvera.org/" class="navbar-link" target="_blank">Samvera</a>.
|
55
55
|
institution_name: 机构
|
56
56
|
institution_name_full: 机构名称
|
@@ -1,9 +1,6 @@
|
|
1
1
|
development:
|
2
|
-
|
3
|
-
port: <%= ENV.fetch('REDIS_PORT', 6379) %>
|
2
|
+
url: <%= ENV.fetch('REDIS_URL', 'redis://localhost:6379/0') %>
|
4
3
|
test:
|
5
|
-
|
6
|
-
port: <%= ENV.fetch('REDIS_PORT', 6379) %>
|
4
|
+
url: <%= ENV.fetch('REDIS_URL', 'redis://localhost:6379/0') %>
|
7
5
|
production:
|
8
|
-
|
9
|
-
port: <%= ENV.fetch('REDIS_PORT', 6379) %>
|
6
|
+
url: <%= ENV.fetch('REDIS_URL', 'redis://localhost:6379/0') %>
|
@@ -1,12 +1,7 @@
|
|
1
|
+
# This is a sample config file that points to a solr server for each environment
|
1
2
|
development:
|
2
|
-
|
3
|
-
port: <%= ENV['VALKYRIE_SOLR_PORT'] %>
|
4
|
-
core: <%= ENV['VALKYRIE_SOLR_CORE'] || 'hyrax-valkyrie-dev' %>
|
3
|
+
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:#{ENV.fetch('SOLR_DEVELOPMENT_PORT', 8983)}/solr/hydra-development" %>
|
5
4
|
test:
|
6
|
-
|
7
|
-
port: <%= ENV['VALKYRIE_SOLR_PORT'] || 8987 %>
|
8
|
-
core: <%= ENV['VALKYRIE_SOLR_CORE'] || 'hyrax-valkyrie-test' %>
|
5
|
+
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:#{ENV.fetch('SOLR_TEST_PORT', 8985)}/solr/hydra-test" %>
|
9
6
|
production:
|
10
|
-
|
11
|
-
port: <%= ENV['VALKYRIE_SOLR_PORT'] %>
|
12
|
-
core: <%= ENV['VALKYRIE_SOLR_CORE'] %>
|
7
|
+
url: <%= ENV['SOLR_URL'] || "http://your.production.server:8080/bl_solr/core0" %>
|
data/lib/generators/hyrax/templates/db/migrate/20230725222727_create_hyrax_counter_metrics.rb.erb
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
class CreateHyraxCounterMetrics < ActiveRecord::Migration<%= migration_version %>
|
2
|
+
def change
|
3
|
+
create_table :hyrax_counter_metrics do |t|
|
4
|
+
t.string :worktype
|
5
|
+
t.string :resource_type
|
6
|
+
t.integer :work_id
|
7
|
+
t.date :date
|
8
|
+
t.integer :total_item_investigations
|
9
|
+
t.integer :total_item_requests
|
10
|
+
|
11
|
+
t.timestamps
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
class AddIndicesToHyraxCounterMetrics < ActiveRecord::Migration<%= migration_version %>
|
2
|
+
def change
|
3
|
+
add_index :hyrax_counter_metrics, :worktype
|
4
|
+
add_index :hyrax_counter_metrics, :resource_type
|
5
|
+
add_index :hyrax_counter_metrics, :work_id
|
6
|
+
add_index :hyrax_counter_metrics, :date
|
7
|
+
end
|
8
|
+
end
|
data/lib/generators/hyrax/templates/db/migrate/20230821153635_add_fields_to_counter_metric.rb.erb
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
class AddFieldsToCounterMetric < ActiveRecord::Migration<%= migration_version %>
|
2
|
+
def change
|
3
|
+
add_column :hyrax_counter_metrics, :title, :string
|
4
|
+
add_column :hyrax_counter_metrics, :year_of_publication, :integer, index: true
|
5
|
+
add_column :hyrax_counter_metrics, :publisher, :string, index: true
|
6
|
+
add_column :hyrax_counter_metrics, :author, :string, index: true
|
7
|
+
end
|
8
|
+
end
|
@@ -7,7 +7,7 @@
|
|
7
7
|
# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
|
8
8
|
# Character.create(name: 'Luke', movie: movies.first)
|
9
9
|
#
|
10
|
-
# To use this file, run the following command in the
|
10
|
+
# To use this file, run the following command in the test app:
|
11
11
|
# rails generate hyrax:sample_data
|
12
12
|
#
|
13
13
|
# To re-use this file, you will likely want to clean out the test app content
|
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
# @see https://github.com/samvera/hyrax/wiki/Hyrax-Valkyrie-Usage-Guide#forms
|
7
7
|
# @see https://github.com/samvera/valkyrie/wiki/ChangeSets-and-Dirty-Tracking
|
8
|
-
class <%= class_name %>Form < Hyrax::Forms::
|
8
|
+
class <%= class_name %>Form < Hyrax::Forms::PcdmObjectForm(<%= class_name %>)
|
9
9
|
include Hyrax::FormFields(:basic_metadata)
|
10
10
|
include Hyrax::FormFields(:<%= file_name %>)
|
11
11
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# Generated via
|
4
4
|
# `rails generate hyrax:work_resource <%= class_name %>`
|
5
|
-
class <%= class_name %>Indexer < Hyrax::
|
5
|
+
class <%= class_name %>Indexer < Hyrax::Indexers::PcdmObjectIndexer(<%= class_name %>)
|
6
6
|
include Hyrax::Indexer(:basic_metadata)
|
7
7
|
include Hyrax::Indexer(:<%= file_name %>)
|
8
8
|
|
@@ -2,6 +2,8 @@
|
|
2
2
|
# index key names, and form properties.
|
3
3
|
#
|
4
4
|
# Attributes must have a type but all other configuration options are optional.
|
5
|
+
# Please note: If using Valkyrie's Fedora Metadata Adapter, predicates for attributes
|
6
|
+
# must be placed here.
|
5
7
|
#
|
6
8
|
# attributes:
|
7
9
|
# attribute_name:
|
data/lib/hyrax/configuration.rb
CHANGED
@@ -9,6 +9,8 @@ module Hyrax
|
|
9
9
|
# engine options. For convenient reference, options are grouped into the
|
10
10
|
# following functional areas:
|
11
11
|
#
|
12
|
+
# - Analytics
|
13
|
+
# - Files
|
12
14
|
# - Groups
|
13
15
|
# - Identifiers
|
14
16
|
# - IIIF
|
@@ -53,7 +55,7 @@ module Hyrax
|
|
53
55
|
#
|
54
56
|
# == Valkyrie
|
55
57
|
#
|
56
|
-
#
|
58
|
+
# Options for toggling Hyrax's "Wings" valkyrie
|
57
59
|
# adapter and configuring valkyrie.
|
58
60
|
#
|
59
61
|
# @see Hyrax.config
|
@@ -148,6 +150,154 @@ module Hyrax
|
|
148
150
|
attr_writer :analytic_start_date
|
149
151
|
attr_reader :analytic_start_date
|
150
152
|
|
153
|
+
# @!endgroup
|
154
|
+
# @!group Files
|
155
|
+
|
156
|
+
##
|
157
|
+
# @!attribute [rw] characterization_service
|
158
|
+
# @return [#run] the service to use for charactaerization for Valkyrie
|
159
|
+
# objects
|
160
|
+
# @ see Hyrax::Characterization::ValkyrieCharacterizationService
|
161
|
+
attr_writer :characterization_service
|
162
|
+
def characterization_service
|
163
|
+
@characterization_service ||=
|
164
|
+
Hyrax::Characterization::ValkyrieCharacterizationService
|
165
|
+
end
|
166
|
+
|
167
|
+
##
|
168
|
+
# Options to pass to the characterization service
|
169
|
+
# @!attribute [rw] characterization_options
|
170
|
+
# @return [Hash] of options like {ch12n_tool: :fits_servlet}
|
171
|
+
attr_writer :characterization_options
|
172
|
+
def characterization_options
|
173
|
+
@characterization_options ||= { ch12n_tool: ENV.fetch('CH12N_TOOL', 'fits').to_sym }
|
174
|
+
end
|
175
|
+
|
176
|
+
##
|
177
|
+
# @!attribute [w] characterization_proxy
|
178
|
+
# Which FileSet file to use for mime type resolution
|
179
|
+
# @ see Hyrax::FileSetTypeService
|
180
|
+
attr_writer :characterization_proxy
|
181
|
+
def characterization_proxy
|
182
|
+
@characterization_proxy ||= :original_file
|
183
|
+
end
|
184
|
+
|
185
|
+
# Override characterization runner
|
186
|
+
attr_accessor :characterization_runner
|
187
|
+
|
188
|
+
def mime_types_map # rubocop:disable Metrics/MethodLength
|
189
|
+
{
|
190
|
+
audio_mime_types: [
|
191
|
+
'audio/mp3',
|
192
|
+
'audio/mpeg',
|
193
|
+
'audio/wav',
|
194
|
+
'audio/x-wave',
|
195
|
+
'audio/x-wav',
|
196
|
+
'audio/ogg'
|
197
|
+
],
|
198
|
+
image_mime_types: [
|
199
|
+
'image/png',
|
200
|
+
'image/jpeg',
|
201
|
+
'image/jpg',
|
202
|
+
'image/jp2',
|
203
|
+
'image/bmp',
|
204
|
+
'image/gif',
|
205
|
+
'image/tiff'
|
206
|
+
],
|
207
|
+
office_mime_types: [
|
208
|
+
'text/rtf',
|
209
|
+
'application/msword',
|
210
|
+
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
211
|
+
'application/vnd.oasis.opendocument.text',
|
212
|
+
'application/vnd.ms-excel',
|
213
|
+
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
214
|
+
'application/vnd.ms-powerpoint',
|
215
|
+
'application/vnd.openxmlformats-officedocument.presentationml.presentation'
|
216
|
+
],
|
217
|
+
pdf_mime_types: ['application/pdf'],
|
218
|
+
video_mime_types: [
|
219
|
+
'video/mpeg',
|
220
|
+
'video/mp4',
|
221
|
+
'video/webm',
|
222
|
+
'video/x-msvideo',
|
223
|
+
'video/avi',
|
224
|
+
'video/quicktime',
|
225
|
+
'application/mxf'
|
226
|
+
]
|
227
|
+
}
|
228
|
+
end
|
229
|
+
|
230
|
+
# First see if we can get them from the FileSet model. If not, use
|
231
|
+
# configuration.
|
232
|
+
# @param [Symbol] type as listed in mime_types_map keys, aligned with
|
233
|
+
# FileSet method names for backwards compatibility.
|
234
|
+
def lookup_mimes(type)
|
235
|
+
vals = "FileSet".safe_constantize.try(type)
|
236
|
+
return vals if vals.is_a?(Array)
|
237
|
+
mime_types_map[type]
|
238
|
+
end
|
239
|
+
|
240
|
+
attr_writer :derivative_mime_type_mappings
|
241
|
+
|
242
|
+
##
|
243
|
+
# Maps mimetypes to create_*_derivatives methods
|
244
|
+
#
|
245
|
+
# @note these used to be set by +Hydra::Works::MimeTypes+ methods injected
|
246
|
+
# into `FileSet`. for backwards compatibility, those are used as defaults
|
247
|
+
# if present, but since `FileSet` is an application side model (and slated
|
248
|
+
# to be removed) we shouldn't count on it providing these methods.
|
249
|
+
#
|
250
|
+
# @see Hyrax::VaDerivativeService
|
251
|
+
def derivative_mime_type_mappings
|
252
|
+
@derivative_mime_type_mappings ||=
|
253
|
+
{ audio: lookup_mimes(:audio_mime_types),
|
254
|
+
image: lookup_mimes(:image_mime_types),
|
255
|
+
office: lookup_mimes(:office_mime_types),
|
256
|
+
pdf: lookup_mimes(:pdf_mime_types),
|
257
|
+
video: lookup_mimes(:video_mime_types) }
|
258
|
+
end
|
259
|
+
|
260
|
+
attr_writer :derivative_services
|
261
|
+
# The registered candidate derivative services. In the array, the first `valid?` candidate will
|
262
|
+
# handle the derivative generation.
|
263
|
+
#
|
264
|
+
# @return [Array] of objects that conform to Hyrax::DerivativeService interface.
|
265
|
+
# @see Hyrax::DerivativeService
|
266
|
+
def derivative_services
|
267
|
+
@derivative_services ||= [Hyrax::FileSetDerivativesService]
|
268
|
+
end
|
269
|
+
|
270
|
+
attr_writer :file_set_model
|
271
|
+
##
|
272
|
+
# @return [#constantize] a string representation of the admin set
|
273
|
+
# model
|
274
|
+
def file_set_model
|
275
|
+
@file_set_model ||= 'Hyrax::FileSet'
|
276
|
+
end
|
277
|
+
|
278
|
+
##
|
279
|
+
# @return [Class] the configured admin set model class
|
280
|
+
def file_set_class
|
281
|
+
file_set_model.constantize
|
282
|
+
end
|
283
|
+
|
284
|
+
##
|
285
|
+
# @!attribute [rw] file_set_file_service
|
286
|
+
# @return [Class] implementer of {Hyrax::FileSetFileService}
|
287
|
+
attr_writer :file_set_file_service
|
288
|
+
def file_set_file_service
|
289
|
+
@file_set_file_service ||= Hyrax::FileSetFileService
|
290
|
+
end
|
291
|
+
|
292
|
+
attr_writer :fixity_service
|
293
|
+
def fixity_service
|
294
|
+
@fixity_service ||= Hyrax::Fixity::ActiveFedoraFixityService
|
295
|
+
end
|
296
|
+
|
297
|
+
attr_writer :max_days_between_fixity_checks
|
298
|
+
def max_days_between_fixity_checks
|
299
|
+
@max_days_between_fixity_checks ||= 7
|
300
|
+
end
|
151
301
|
# @!endgroup
|
152
302
|
# @!group Groups
|
153
303
|
|
@@ -440,6 +590,20 @@ module Hyrax
|
|
440
590
|
@derivatives_storage_adapter = Valkyrie::StorageAdapter.find(adapter.to_sym)
|
441
591
|
end
|
442
592
|
|
593
|
+
# A HTTP connection to use for Valkyrie Fedora requests
|
594
|
+
#
|
595
|
+
# @return [#call] lambda/proc that generates a Faraday connection
|
596
|
+
def fedora_connection_builder
|
597
|
+
@fedora_connection_builder ||= lambda { |url|
|
598
|
+
Faraday.new(url) do |f|
|
599
|
+
f.request :multipart
|
600
|
+
f.request :url_encoded
|
601
|
+
f.adapter Faraday.default_adapter
|
602
|
+
end
|
603
|
+
}
|
604
|
+
end
|
605
|
+
attr_writer :fedora_connection_builder
|
606
|
+
|
443
607
|
##
|
444
608
|
# @return [#save, #save_all, #delete, #wipe!] an indexing adapter
|
445
609
|
def index_adapter
|
@@ -453,18 +617,20 @@ module Hyrax
|
|
453
617
|
end
|
454
618
|
|
455
619
|
##
|
456
|
-
# @return [Boolean] whether to use the
|
620
|
+
# @return [Boolean] whether to use the valkyrie index
|
457
621
|
def query_index_from_valkyrie
|
458
622
|
@query_index_from_valkyrie ||= false
|
459
623
|
end
|
460
624
|
attr_writer :query_index_from_valkyrie
|
461
625
|
|
462
626
|
##
|
463
|
-
# @return [Boolean] whether to use
|
627
|
+
# @return [Boolean] whether to use valkyrie storage features
|
464
628
|
def use_valkyrie?
|
629
|
+
return @use_valkyrie unless @use_valkyrie.nil?
|
465
630
|
return true if disable_wings # always return true if wings is disabled
|
466
631
|
ActiveModel::Type::Boolean.new.cast(ENV.fetch('HYRAX_VALKYRIE', false))
|
467
632
|
end
|
633
|
+
attr_writer :use_valkyrie
|
468
634
|
# @!endgroup
|
469
635
|
|
470
636
|
attr_writer :feature_config_path
|
@@ -485,45 +651,6 @@ module Hyrax
|
|
485
651
|
@microdata_default_type ||= 'http://schema.org/CreativeWork'
|
486
652
|
end
|
487
653
|
|
488
|
-
attr_writer :fixity_service
|
489
|
-
def fixity_service
|
490
|
-
@fixity_service ||= Hyrax::Fixity::ActiveFedoraFixityService
|
491
|
-
end
|
492
|
-
|
493
|
-
attr_writer :max_days_between_fixity_checks
|
494
|
-
def max_days_between_fixity_checks
|
495
|
-
@max_days_between_fixity_checks ||= 7
|
496
|
-
end
|
497
|
-
|
498
|
-
# Override characterization runner
|
499
|
-
attr_accessor :characterization_runner
|
500
|
-
|
501
|
-
##
|
502
|
-
# @!attribute [rw] characterization_service
|
503
|
-
# @return [#run] the service to use for charactaerization for Valkyrie
|
504
|
-
# objects
|
505
|
-
# @ see Hyrax::Characterization::ValkyrieCharacterizationService
|
506
|
-
attr_writer :characterization_service
|
507
|
-
def characterization_service
|
508
|
-
@characterization_service ||=
|
509
|
-
Hyrax::Characterization::ValkyrieCharacterizationService
|
510
|
-
end
|
511
|
-
|
512
|
-
##
|
513
|
-
# @!attribute [w] characterization_proxy
|
514
|
-
# Which FileSet file to use for mime type resolution
|
515
|
-
# @ see Hyrax::FileSetTypeService
|
516
|
-
attr_writer :characterization_proxy
|
517
|
-
def characterization_proxy
|
518
|
-
@characterization_proxy ||= :original_file
|
519
|
-
end
|
520
|
-
|
521
|
-
##
|
522
|
-
# Options to pass to the characterization service
|
523
|
-
# @!attribute [rw] characterization_options
|
524
|
-
# @return [Hash] of options like {ch12n_tool: :fits_servlet}
|
525
|
-
attr_accessor :characterization_options
|
526
|
-
|
527
654
|
# Attributes for the lock manager which ensures a single process/thread is mutating a ore:Aggregation at once.
|
528
655
|
# @!attribute [w] lock_retry_count
|
529
656
|
# How many times to retry to acquire the lock before raising UnableToAcquireLockError
|
@@ -678,6 +805,11 @@ module Hyrax
|
|
678
805
|
Qa::Authorities::Geonames.username = username
|
679
806
|
end
|
680
807
|
|
808
|
+
def location_service
|
809
|
+
@location_service ||= Hyrax::LocationService.new
|
810
|
+
end
|
811
|
+
attr_writer :location_service
|
812
|
+
|
681
813
|
attr_writer :active_deposit_agreement_acceptance
|
682
814
|
def active_deposit_agreement_acceptance?
|
683
815
|
return true if @active_deposit_agreement_acceptance.nil?
|
@@ -728,7 +860,7 @@ module Hyrax
|
|
728
860
|
# @return [#constantize] a string representation of the collection
|
729
861
|
# model
|
730
862
|
def collection_model
|
731
|
-
@collection_model ||= '::
|
863
|
+
@collection_model ||= 'Hyrax::PcdmCollection'
|
732
864
|
end
|
733
865
|
|
734
866
|
##
|
@@ -742,7 +874,7 @@ module Hyrax
|
|
742
874
|
# @return [#constantize] a string representation of the admin set
|
743
875
|
# model
|
744
876
|
def admin_set_model
|
745
|
-
@admin_set_model ||= '
|
877
|
+
@admin_set_model ||= 'Hyrax::AdministrativeSet'
|
746
878
|
end
|
747
879
|
|
748
880
|
##
|
@@ -782,6 +914,70 @@ module Hyrax
|
|
782
914
|
@index_field_mapper ||= ActiveFedora.index_field_mapper
|
783
915
|
end
|
784
916
|
|
917
|
+
attr_writer :administrative_set_form
|
918
|
+
##
|
919
|
+
# @return [Class]
|
920
|
+
def administrative_set_form
|
921
|
+
@administrative_set_form ||= Hyrax::Forms::AdministrativeSetForm
|
922
|
+
end
|
923
|
+
|
924
|
+
attr_writer :file_set_form
|
925
|
+
##
|
926
|
+
# @return [Class]
|
927
|
+
def file_set_form
|
928
|
+
@file_set_form ||= Hyrax::Forms::FileSetForm
|
929
|
+
end
|
930
|
+
|
931
|
+
attr_writer :pcdm_collection_form
|
932
|
+
##
|
933
|
+
# @return [Class]
|
934
|
+
def pcdm_collection_form
|
935
|
+
@pcdm_collection_form ||= Hyrax::Forms::PcdmCollectionForm
|
936
|
+
end
|
937
|
+
|
938
|
+
attr_writer :pcdm_object_form_builder
|
939
|
+
##
|
940
|
+
# @return [Proc]
|
941
|
+
def pcdm_object_form_builder
|
942
|
+
return @pcdm_object_form_builder unless @pcdm_object_form_builder.nil?
|
943
|
+
"Hyrax::Forms::PcdmObjectForm".constantize # autoload
|
944
|
+
@pcdm_object_form_builder = lambda do |model_class|
|
945
|
+
Hyrax::Forms::PcdmObjectForm(model_class)
|
946
|
+
end
|
947
|
+
end
|
948
|
+
|
949
|
+
attr_writer :administrative_set_indexer
|
950
|
+
##
|
951
|
+
# @return [Class]
|
952
|
+
def administrative_set_indexer
|
953
|
+
@administrative_set_indexer ||= Hyrax::Indexers::AdministrativeSetIndexer
|
954
|
+
end
|
955
|
+
|
956
|
+
attr_writer :file_set_indexer
|
957
|
+
##
|
958
|
+
# @return [Class]
|
959
|
+
def file_set_indexer
|
960
|
+
@file_set_indexer ||= Hyrax::Indexers::FileSetIndexer
|
961
|
+
end
|
962
|
+
|
963
|
+
attr_writer :pcdm_collection_indexer
|
964
|
+
##
|
965
|
+
# @return [Class]
|
966
|
+
def pcdm_collection_indexer
|
967
|
+
@pcdm_collection_indexer ||= Hyrax::Indexers::PcdmCollectionIndexer
|
968
|
+
end
|
969
|
+
|
970
|
+
attr_writer :pcdm_object_indexer_builder
|
971
|
+
##
|
972
|
+
# @return [Proc]
|
973
|
+
def pcdm_object_indexer_builder
|
974
|
+
return @pcdm_object_indexer_builder unless @pcdm_object_indexer_builder.nil?
|
975
|
+
"Hyrax::Indexers::PcdmObjectIndexer".constantize # autoload
|
976
|
+
@pcdm_object_indexer_builder = lambda do |model_class|
|
977
|
+
Hyrax::Indexers::PcdmObjectIndexer(model_class)
|
978
|
+
end
|
979
|
+
end
|
980
|
+
|
785
981
|
# Should a button with "Share my work" show on the front page to users who are not logged in?
|
786
982
|
attr_writer :display_share_button_when_not_logged_in
|
787
983
|
def display_share_button_when_not_logged_in?
|
@@ -828,7 +1024,7 @@ module Hyrax
|
|
828
1024
|
attr_writer :translate_id_to_uri
|
829
1025
|
def translate_id_to_uri
|
830
1026
|
@translate_id_to_uri ||= lambda do |id|
|
831
|
-
"#{ActiveFedora.fedora.host}#{ActiveFedora.fedora.base_path}/#{::Noid::Rails.treeify(id)}"
|
1027
|
+
"#{ActiveFedora.fedora.host}#{ActiveFedora.fedora.base_path}/#{::Noid::Rails.treeify(id.to_s)}"
|
832
1028
|
end
|
833
1029
|
end
|
834
1030
|
|
@@ -882,16 +1078,6 @@ module Hyrax
|
|
882
1078
|
@range_for_number_of_results_to_display_per_page ||= [10, 20, 50, 100]
|
883
1079
|
end
|
884
1080
|
|
885
|
-
attr_writer :derivative_services
|
886
|
-
# The registered candidate derivative services. In the array, the first `valid?` candidate will
|
887
|
-
# handle the derivative generation.
|
888
|
-
#
|
889
|
-
# @return [Array] of objects that conform to Hyrax::DerivativeService interface.
|
890
|
-
# @see Hyrax::DerivativeService
|
891
|
-
def derivative_services
|
892
|
-
@derivative_services ||= [Hyrax::FileSetDerivativesService]
|
893
|
-
end
|
894
|
-
|
895
1081
|
attr_writer :visibility_map
|
896
1082
|
# A mapping from visibility string values to permissions; the default and
|
897
1083
|
# reference implementation is provided by {Hyrax::VisibilityMap}.
|
@@ -14,7 +14,13 @@ module Hyrax
|
|
14
14
|
end
|
15
15
|
|
16
16
|
def full_label
|
17
|
-
|
17
|
+
location_service.full_label(rdf_subject.to_s)
|
18
|
+
end
|
19
|
+
|
20
|
+
private
|
21
|
+
|
22
|
+
def location_service
|
23
|
+
Hyrax.config.location_service
|
18
24
|
end
|
19
25
|
end
|
20
26
|
end
|
data/lib/hyrax/engine.rb
CHANGED
data/lib/hyrax/form_fields.rb
CHANGED
@@ -51,6 +51,12 @@ module Hyrax
|
|
51
51
|
descendant.property field_name.to_sym, options.merge(display: true, default: [])
|
52
52
|
descendant.validates field_name.to_sym, presence: true if options.fetch(:required, false)
|
53
53
|
end
|
54
|
+
|
55
|
+
# Auto include any matching FormFieldBehaviors
|
56
|
+
schema_name = name.to_s.camelcase
|
57
|
+
behavior = "#{schema_name}FormFieldsBehavior".safe_constantize ||
|
58
|
+
"Hyrax::#{schema_name}FormFieldsBehavior".safe_constantize
|
59
|
+
descendant.include(behavior) if behavior
|
54
60
|
end
|
55
61
|
end
|
56
62
|
end
|
data/lib/hyrax/indexer.rb
CHANGED
data/lib/hyrax/publisher.rb
CHANGED
@@ -10,6 +10,8 @@ module Hyrax
|
|
10
10
|
# reflect the kinds of resources the event applied to.
|
11
11
|
#
|
12
12
|
# - `batch`: events related to the performance of `BatchCreateJob`
|
13
|
+
# - `collection`: events related to the lifecycle of PCDM Collections
|
14
|
+
# - `file`: events related to the lifecycle of File/FileMetadata
|
13
15
|
# - `file.set`: events related to the lifecycle of Hydra Works FileSets
|
14
16
|
# - `object`: events related to the lifecycle of all PCDM Objects
|
15
17
|
#
|
@@ -73,7 +75,7 @@ module Hyrax
|
|
73
75
|
#
|
74
76
|
# publisher.unsubscribe(event_listener)
|
75
77
|
#
|
76
|
-
# @see https://dry-rb.org/gems/dry-events
|
78
|
+
# @see https://dry-rb.org/gems/dry-events
|
77
79
|
# @see Dry::Events::Publisher
|
78
80
|
# @see https://github.com/samvera/hyrax/wiki/Hyrax's-Event-Bus-(Hyrax::Publisher)
|
79
81
|
class Publisher
|
@@ -86,6 +88,7 @@ module Hyrax
|
|
86
88
|
# are you adding an event?
|
87
89
|
# make sure Hyrax is publishing events in the correct places (this is be non-trivial!)
|
88
90
|
# and add it to the list at https://github.com/samvera/hyrax/wiki/Hyrax's-Event-Bus-(Hyrax::Publisher)
|
91
|
+
# and to the listener generator.
|
89
92
|
|
90
93
|
# @!macro [new] a_registered_event
|
91
94
|
# @!attribute [r] $1
|
@@ -137,6 +140,10 @@ module Hyrax
|
|
137
140
|
# a system user.
|
138
141
|
register_event('file.metadata.updated')
|
139
142
|
|
143
|
+
# @since 5.0.0
|
144
|
+
# @macro a_registered_event
|
145
|
+
register_event('file.metadata.deleted')
|
146
|
+
|
140
147
|
# @since 5.0.0
|
141
148
|
# @macro a_registered_event
|
142
149
|
register_event('file.uploaded')
|
@@ -199,7 +206,7 @@ module Hyrax
|
|
199
206
|
# @return Array[Object] the listeners Hyrax subscribes by default.
|
200
207
|
def default_listeners
|
201
208
|
@default_listeners ||=
|
202
|
-
[Hyrax::Listeners::
|
209
|
+
[Hyrax::Listeners::ACLIndexListener.new,
|
203
210
|
Hyrax::Listeners::BatchNotificationListener.new,
|
204
211
|
Hyrax::Listeners::FileMetadataListener.new,
|
205
212
|
Hyrax::Listeners::FileSetLifecycleListener.new,
|
@@ -25,15 +25,14 @@ module Hyrax
|
|
25
25
|
#
|
26
26
|
# @return [Redis]
|
27
27
|
def instance
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
Redis.current = Redis::Namespace.new(namespace, redis: connection)
|
28
|
+
if Hyrax.config.redis_connection&.is_a?(Redis::Namespace)
|
29
|
+
c = Hyrax.config.redis_connection
|
30
|
+
c.namespace = namespace
|
31
|
+
c
|
32
|
+
elsif Hyrax.config.redis_connection
|
33
|
+
Hyrax.config.redis_connection
|
35
34
|
else
|
36
|
-
|
35
|
+
Redis::Namespace.new(namespace, redis: Redis.new)
|
37
36
|
end
|
38
37
|
end
|
39
38
|
|
data/lib/hyrax/resource_name.rb
CHANGED
@@ -62,7 +62,7 @@ module Hyrax
|
|
62
62
|
def build_resources(xml, doc_set)
|
63
63
|
doc_set.each do |doc|
|
64
64
|
model = doc.fetch('has_model_ssim', []).first.safe_constantize
|
65
|
-
if model.try(:collection?) ||
|
65
|
+
if model.try(:collection?) || Hyrax::ModelRegistry.collection_classes.include?(model)
|
66
66
|
build_resource(xml, doc, model, hyrax_routes)
|
67
67
|
else
|
68
68
|
build_resource(xml, doc, model, main_app_routes)
|
@@ -32,7 +32,7 @@ module Hyrax
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
def build_collections(xml, searcher: AbstractTypeRelation.new(allowable_types:
|
35
|
+
def build_collections(xml, searcher: AbstractTypeRelation.new(allowable_types: Hyrax::ModelRegistry.collection_classes))
|
36
36
|
searcher.search_in_batches(public_access) do |doc_set|
|
37
37
|
build_resources(xml, doc_set, hyrax_routes)
|
38
38
|
end
|