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/chart/hyrax/values.yaml
CHANGED
@@ -119,6 +119,7 @@ externalPostgresql: {}
|
|
119
119
|
# username:
|
120
120
|
# password:
|
121
121
|
# database:
|
122
|
+
# port:
|
122
123
|
|
123
124
|
embargoRelease:
|
124
125
|
enabled: true
|
@@ -225,7 +226,7 @@ fcrepo:
|
|
225
226
|
enabled: false
|
226
227
|
image:
|
227
228
|
repository: bitnami/postgresql
|
228
|
-
tag: 12.
|
229
|
+
tag: 12.17.0-debian-11-r28
|
229
230
|
|
230
231
|
# configuration for an external/existing fits service;
|
231
232
|
# ignored if `fits.enabled` is true
|
@@ -265,6 +266,8 @@ postgresql:
|
|
265
266
|
database: hyrax
|
266
267
|
password: hyrax_pass
|
267
268
|
username: hyrax
|
269
|
+
containerPorts:
|
270
|
+
postgresql: 5432
|
268
271
|
primary:
|
269
272
|
service:
|
270
273
|
ports:
|
@@ -281,6 +284,14 @@ nginx:
|
|
281
284
|
image:
|
282
285
|
repository: bitnami/nginx
|
283
286
|
tag: 1.23.0-debian-11-r1
|
287
|
+
# this needs to be set since templates/ingress.yaml tries to
|
288
|
+
# evaluate .Values.nginx.service.port, and it needs to at least evaluate to
|
289
|
+
# nil, rather than throw an error (which it does if `service` itself is nil).
|
290
|
+
# you can change to NodePort or LoadBalancer if direct access is needed.
|
291
|
+
# ClusterIP is used as we assume an ingress is in place.
|
292
|
+
service:
|
293
|
+
type: ClusterIP
|
294
|
+
port: 80
|
284
295
|
# The set up below does malicious bot / ip blocking and mounts
|
285
296
|
# volumes to allow nginx to server assets and other public directory items
|
286
297
|
# extraVolumes:
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Valkyrie::Storage::Fedora expects io objects to have #length
|
4
|
+
class ::File
|
5
|
+
alias length size unless respond_to? :length
|
6
|
+
end
|
7
|
+
|
8
|
+
class ::Valkyrie::StorageAdapter::StreamFile
|
9
|
+
alias length size unless respond_to? :length
|
10
|
+
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
Hyrax.publisher.subscribe(Hyrax::Listeners::
|
3
|
+
Hyrax.publisher.subscribe(Hyrax::Listeners::ActiveFedoraACLIndexListener.new) unless Hyrax.config.disable_wings
|
4
4
|
|
5
5
|
Hyrax.publisher.default_listeners.each do |listener|
|
6
6
|
Hyrax.publisher.subscribe(listener)
|
data/config/locales/hyrax.de.yml
CHANGED
@@ -905,6 +905,11 @@ de:
|
|
905
905
|
collection_title: Sammlungstitel
|
906
906
|
this_collection_in_other_collections_description: Sie können diese Sammlung anderen Sammlungen als Untersammlung hinzufügen.
|
907
907
|
form_share:
|
908
|
+
access_options:
|
909
|
+
creator: Schöpfer
|
910
|
+
depositor: Einleger
|
911
|
+
manager: Manager
|
912
|
+
viewer: Zuschauer
|
908
913
|
add_group: Gruppe hinzufügen
|
909
914
|
add_sharing: Freigaben hinzufügen
|
910
915
|
add_user: Benutzer hinzufügen
|
data/config/locales/hyrax.en.yml
CHANGED
@@ -584,6 +584,11 @@ en:
|
|
584
584
|
help_html: Select the file with media that represents this work.
|
585
585
|
legend_html: Representative Media
|
586
586
|
form_share:
|
587
|
+
access_options:
|
588
|
+
creator: Creator
|
589
|
+
depositor: Depositor
|
590
|
+
manager: Manager
|
591
|
+
viewer: Viewer
|
587
592
|
access_type_to_grant: Access type to grant
|
588
593
|
account_label_without_suffix: "%{account_label} (without the %{suffix} part)"
|
589
594
|
add_sharing: Add Sharing
|
@@ -903,6 +908,11 @@ en:
|
|
903
908
|
collection_title: Collection Title
|
904
909
|
this_collection_in_other_collections_description: You can add this collection to other collections as a sub-collection.
|
905
910
|
form_share:
|
911
|
+
access_options:
|
912
|
+
creator: Creator
|
913
|
+
depositor: Depositor
|
914
|
+
manager: Manager
|
915
|
+
viewer: Viewer
|
906
916
|
add_group: Add group
|
907
917
|
add_sharing: Add Sharing
|
908
918
|
add_user: Add user
|
data/config/locales/hyrax.es.yml
CHANGED
@@ -905,6 +905,11 @@ es:
|
|
905
905
|
collection_title: Título de la colección
|
906
906
|
this_collection_in_other_collections_description: Puede agregar esta colección a otras colecciones como una subcolección.
|
907
907
|
form_share:
|
908
|
+
access_options:
|
909
|
+
creator: Creador
|
910
|
+
depositor: Depositor
|
911
|
+
manager: Gerente
|
912
|
+
viewer: Espectador
|
908
913
|
add_group: Añadir grupo
|
909
914
|
add_sharing: Agregar Compartir
|
910
915
|
add_user: Agregar usuario
|
data/config/locales/hyrax.fr.yml
CHANGED
@@ -906,6 +906,11 @@ fr:
|
|
906
906
|
collection_title: Titre de la collection
|
907
907
|
this_collection_in_other_collections_description: Vous pouvez ajouter cette collection à d'autres collections en tant que sous-collection.
|
908
908
|
form_share:
|
909
|
+
access_options:
|
910
|
+
creator: Créateur
|
911
|
+
depositor: Déposant
|
912
|
+
manager: Gestionnaire
|
913
|
+
viewer: Téléspectateur
|
909
914
|
add_group: Ajouter un groupe
|
910
915
|
add_sharing: Ajouter un partage
|
911
916
|
add_user: Ajouter un utilisateur
|
data/config/locales/hyrax.it.yml
CHANGED
@@ -905,6 +905,11 @@ it:
|
|
905
905
|
collection_title: Titolo della collezione
|
906
906
|
this_collection_in_other_collections_description: È possibile aggiungere questa raccolta ad altre raccolte come sotto-raccolta.
|
907
907
|
form_share:
|
908
|
+
access_options:
|
909
|
+
creator: Creatore
|
910
|
+
depositor: Depositante
|
911
|
+
manager: Gestore
|
912
|
+
viewer: Spettatore
|
908
913
|
add_group: Aggiungere gruppo
|
909
914
|
add_sharing: Aggiungi condivisione
|
910
915
|
add_user: Aggiungi utente
|
@@ -904,6 +904,11 @@ pt-BR:
|
|
904
904
|
collection_title: Título da Coleção
|
905
905
|
this_collection_in_other_collections_description: Você pode embutir esta coleção em outras coleções como uma sub-coleção.
|
906
906
|
form_share:
|
907
|
+
access_options:
|
908
|
+
creator: O Criador
|
909
|
+
depositor: Depositante
|
910
|
+
manager: Gerente
|
911
|
+
viewer: Visualizador
|
907
912
|
add_group: Acrescentar Grupo
|
908
913
|
add_sharing: Acrescentar Compartilhamento
|
909
914
|
add_user: Acrescentar Usuário
|
data/config/locales/hyrax.zh.yml
CHANGED
@@ -903,6 +903,11 @@ zh:
|
|
903
903
|
collection_title: 收藏标题
|
904
904
|
this_collection_in_other_collections_description: 您可以将此集合作为子集合添加到其他集合。
|
905
905
|
form_share:
|
906
|
+
access_options:
|
907
|
+
creator: 造物主
|
908
|
+
depositor: 储户
|
909
|
+
manager: 经理
|
910
|
+
viewer: 查看器
|
906
911
|
add_group: 添加组
|
907
912
|
add_sharing: 添加共享
|
908
913
|
add_user: 添加用户
|
@@ -1,19 +1,35 @@
|
|
1
|
+
---
|
1
2
|
attributes:
|
2
3
|
abstract:
|
3
4
|
type: string
|
4
5
|
multiple: true
|
5
6
|
form:
|
6
7
|
primary: false
|
8
|
+
index_keys:
|
9
|
+
- "abstract_tesim"
|
10
|
+
predicate: http://purl.org/dc/terms/abstract
|
7
11
|
access_right:
|
8
12
|
type: string
|
9
13
|
multiple: true
|
10
14
|
form:
|
11
15
|
primary: false
|
16
|
+
index_keys:
|
17
|
+
- "access_right_tesim"
|
18
|
+
predicate: http://purl.org/dc/terms/accessRights
|
12
19
|
alternative_title:
|
13
20
|
type: string
|
14
21
|
multiple: true
|
15
22
|
form:
|
16
23
|
primary: false
|
24
|
+
index_keys:
|
25
|
+
- "alternative_title_tesim"
|
26
|
+
predicate: http://purl.org/dc/terms/alternative
|
27
|
+
arkivo_checksum:
|
28
|
+
type: string
|
29
|
+
multiple: false
|
30
|
+
form:
|
31
|
+
primary: false
|
32
|
+
predicate: http://scholarsphere.psu.edu/ns#arkivoChecksum
|
17
33
|
based_near:
|
18
34
|
type: string
|
19
35
|
multiple: true
|
@@ -22,14 +38,20 @@ attributes:
|
|
22
38
|
index_keys:
|
23
39
|
- "based_near_sim"
|
24
40
|
- "based_near_tesim"
|
41
|
+
predicate: http://xmlns.com/foaf/0.1/based_near
|
25
42
|
bibliographic_citation:
|
26
43
|
type: string
|
27
44
|
multiple: true
|
45
|
+
predicate: http://purl.org/dc/terms/bibliographicCitation
|
28
46
|
contributor:
|
29
47
|
type: string
|
30
48
|
multiple: true
|
31
49
|
form:
|
32
50
|
primary: false
|
51
|
+
index_keys:
|
52
|
+
- "contributor_tesim"
|
53
|
+
- "contributor_sim"
|
54
|
+
predicate: http://purl.org/dc/elements/1.1/contributor
|
33
55
|
creator:
|
34
56
|
type: string
|
35
57
|
multiple: true
|
@@ -38,6 +60,7 @@ attributes:
|
|
38
60
|
primary: true
|
39
61
|
index_keys:
|
40
62
|
- "creator_tesim"
|
63
|
+
predicate: http://purl.org/dc/elements/1.1/creator
|
41
64
|
date_created:
|
42
65
|
type: date_time
|
43
66
|
multiple: true
|
@@ -45,6 +68,7 @@ attributes:
|
|
45
68
|
primary: false
|
46
69
|
index_keys:
|
47
70
|
- "date_created_tesim"
|
71
|
+
predicate: http://purl.org/dc/terms/created
|
48
72
|
description:
|
49
73
|
type: string
|
50
74
|
multiple: true
|
@@ -52,13 +76,18 @@ attributes:
|
|
52
76
|
primary: false
|
53
77
|
index_keys:
|
54
78
|
- "description_tesim"
|
79
|
+
predicate: http://purl.org/dc/elements/1.1/description
|
55
80
|
identifier:
|
56
81
|
type: string
|
57
82
|
multiple: true
|
58
83
|
form:
|
59
84
|
primary: false
|
85
|
+
index_keys:
|
86
|
+
- "identifier_tesim"
|
87
|
+
predicate: http://purl.org/dc/terms/identifier
|
60
88
|
import_url:
|
61
89
|
type: string
|
90
|
+
predicate: http://scholarsphere.psu.edu/ns#importUrl
|
62
91
|
keyword:
|
63
92
|
type: string
|
64
93
|
multiple: true
|
@@ -67,27 +96,41 @@ attributes:
|
|
67
96
|
- "keyword_tesim"
|
68
97
|
form:
|
69
98
|
primary: false
|
99
|
+
predicate: http://schema.org/keywords
|
70
100
|
publisher:
|
71
101
|
type: string
|
72
102
|
multiple: true
|
73
103
|
form:
|
74
104
|
primary: false
|
105
|
+
index_keys:
|
106
|
+
- "publisher_tesim"
|
107
|
+
predicate: http://purl.org/dc/elements/1.1/publisher
|
75
108
|
label:
|
76
109
|
type: string
|
77
110
|
form:
|
78
111
|
primary: false
|
112
|
+
index_keys:
|
113
|
+
- "label_tesim"
|
114
|
+
predicate: info:fedora/fedora-system:def/model#downloadFilename
|
79
115
|
language:
|
80
116
|
type: string
|
81
117
|
multiple: true
|
82
118
|
form:
|
83
119
|
primary: false
|
120
|
+
index_keys:
|
121
|
+
- "language_tesim"
|
122
|
+
predicate: http://purl.org/dc/elements/1.1/language
|
84
123
|
license:
|
85
124
|
type: string
|
86
125
|
multiple: true
|
87
126
|
form:
|
88
127
|
primary: false
|
128
|
+
index_keys:
|
129
|
+
- "license_tesim"
|
130
|
+
predicate: http://purl.org/dc/terms/license
|
89
131
|
relative_path:
|
90
132
|
type: string
|
133
|
+
predicate: http://scholarsphere.psu.edu/ns#relativePath
|
91
134
|
related_url:
|
92
135
|
type: string
|
93
136
|
multiple: true
|
@@ -95,6 +138,7 @@ attributes:
|
|
95
138
|
primary: false
|
96
139
|
index_keys:
|
97
140
|
- "related_url_tesim"
|
141
|
+
predicate: http://www.w3.org/2000/01/rdf-schema#seeAlso
|
98
142
|
resource_type:
|
99
143
|
type: string
|
100
144
|
multiple: true
|
@@ -103,11 +147,15 @@ attributes:
|
|
103
147
|
index_keys:
|
104
148
|
- "resource_type_sim"
|
105
149
|
- "resource_type_tesim"
|
150
|
+
predicate: http://purl.org/dc/terms/type
|
106
151
|
rights_notes:
|
107
152
|
type: string
|
108
153
|
multiple: true
|
109
154
|
form:
|
110
155
|
primary: false
|
156
|
+
index_keys:
|
157
|
+
- "rights_notes_tesim"
|
158
|
+
predicate: http://purl.org/dc/elements/1.1/rights
|
111
159
|
rights_statement:
|
112
160
|
type: string
|
113
161
|
multiple: true
|
@@ -115,11 +163,15 @@ attributes:
|
|
115
163
|
primary: true
|
116
164
|
index_keys:
|
117
165
|
- "rights_statement_tesim"
|
166
|
+
predicate: http://www.europeana.eu/schemas/edm/rights
|
118
167
|
source:
|
119
168
|
type: string
|
120
169
|
multiple: true
|
121
170
|
form:
|
122
171
|
primary: false
|
172
|
+
index_keys:
|
173
|
+
- "source_tesim"
|
174
|
+
predicate: http://purl.org/dc/terms/source
|
123
175
|
subject:
|
124
176
|
type: string
|
125
177
|
multiple: true
|
@@ -128,3 +180,4 @@ attributes:
|
|
128
180
|
- "subject_tesim"
|
129
181
|
form:
|
130
182
|
primary: false
|
183
|
+
predicate: http://purl.org/dc/elements/1.1/subject
|
@@ -9,9 +9,15 @@ attributes:
|
|
9
9
|
required: true
|
10
10
|
primary: true
|
11
11
|
multiple: true
|
12
|
+
predicate: http://purl.org/dc/terms/title
|
12
13
|
date_modified:
|
13
14
|
type: date_time
|
15
|
+
predicate: http://purl.org/dc/terms/modified
|
14
16
|
date_uploaded:
|
15
17
|
type: date_time
|
18
|
+
predicate: http://purl.org/dc/terms/dateSubmitted
|
16
19
|
depositor:
|
17
20
|
type: string
|
21
|
+
predicate: http://id.loc.gov/vocabulary/relators/dpt
|
22
|
+
index_keys:
|
23
|
+
- "depositor_tesim"
|
@@ -12,17 +12,22 @@ attributes:
|
|
12
12
|
primary: true
|
13
13
|
index_keys:
|
14
14
|
- "creator_tesim"
|
15
|
+
predicate: http://purl.org/dc/elements/1.1/creator
|
15
16
|
license:
|
16
17
|
type: string
|
17
18
|
multiple: true
|
18
19
|
form:
|
19
20
|
required: false
|
20
21
|
primary: true
|
22
|
+
predicate: http://purl.org/dc/terms/license
|
23
|
+
index_keys:
|
24
|
+
- "license_tesim"
|
21
25
|
|
22
26
|
# Other attributes:
|
23
27
|
abstract:
|
24
28
|
type: string
|
25
29
|
multiple: true
|
30
|
+
predicate: http://purl.org/dc/terms/abstract
|
26
31
|
# form:
|
27
32
|
# primary: false
|
28
33
|
# missing: access_right
|
@@ -35,12 +40,14 @@ attributes:
|
|
35
40
|
index_keys:
|
36
41
|
- "based_near_sim"
|
37
42
|
- "based_near_tesim"
|
43
|
+
predicate: http://xmlns.com/foaf/0.1/based_near
|
38
44
|
# missing: bibliograpic_citation
|
39
45
|
contributor:
|
40
46
|
type: string
|
41
47
|
multiple: true
|
42
48
|
form:
|
43
49
|
primary: false
|
50
|
+
predicate: http://purl.org/dc/elements/1.1/contributor
|
44
51
|
# required: creator
|
45
52
|
date_created:
|
46
53
|
type: date_time
|
@@ -49,6 +56,7 @@ attributes:
|
|
49
56
|
primary: false
|
50
57
|
index_keys:
|
51
58
|
- "date_created_tesim"
|
59
|
+
predicate: http://purl.org/dc/terms/created
|
52
60
|
description:
|
53
61
|
type: string
|
54
62
|
multiple: true
|
@@ -56,11 +64,13 @@ attributes:
|
|
56
64
|
primary: false
|
57
65
|
index_keys:
|
58
66
|
- "description_tesim"
|
67
|
+
predicate: http://purl.org/dc/elements/1.1/description
|
59
68
|
identifier:
|
60
69
|
type: string
|
61
70
|
multiple: true
|
62
71
|
form:
|
63
72
|
primary: false
|
73
|
+
predicate: http://purl.org/dc/terms/identifier
|
64
74
|
# missing: import_url
|
65
75
|
keyword:
|
66
76
|
type: string
|
@@ -70,9 +80,11 @@ attributes:
|
|
70
80
|
index_keys:
|
71
81
|
- "keyword_sim"
|
72
82
|
- "keyword_tesim"
|
83
|
+
predicate: http://schema.org/keywords
|
73
84
|
# missing: publisher
|
74
85
|
label:
|
75
86
|
type: string
|
87
|
+
predicate: info:fedora/fedora-system:def/model#downloadFilename
|
76
88
|
# form:
|
77
89
|
# primary: false
|
78
90
|
language:
|
@@ -80,12 +92,14 @@ attributes:
|
|
80
92
|
multiple: true
|
81
93
|
form:
|
82
94
|
primary: false
|
95
|
+
predicate: http://purl.org/dc/elements/1.1/language
|
83
96
|
# required: license
|
84
97
|
publisher:
|
85
98
|
type: string
|
86
99
|
multiple: true
|
87
100
|
form:
|
88
101
|
primary: false
|
102
|
+
predicate: http://purl.org/dc/elements/1.1/publisher
|
89
103
|
related_url:
|
90
104
|
type: string
|
91
105
|
multiple: true
|
@@ -93,8 +107,10 @@ attributes:
|
|
93
107
|
primary: false
|
94
108
|
index_keys:
|
95
109
|
- "related_url_tesim"
|
110
|
+
predicate: http://www.w3.org/2000/01/rdf-schema#seeAlso
|
96
111
|
relative_path:
|
97
112
|
type: string
|
113
|
+
predicate: http://scholarsphere.psu.edu/ns#relativePath
|
98
114
|
resource_type:
|
99
115
|
type: string
|
100
116
|
multiple: true
|
@@ -103,9 +119,11 @@ attributes:
|
|
103
119
|
index_keys:
|
104
120
|
- "resource_type_sim"
|
105
121
|
- "resource_type_tesim"
|
122
|
+
predicate: http://purl.org/dc/terms/type
|
106
123
|
rights_notes:
|
107
124
|
type: string
|
108
125
|
multiple: true
|
126
|
+
predicate: http://purl.org/dc/elements/1.1/rights
|
109
127
|
# form:
|
110
128
|
# primary: false
|
111
129
|
rights_statement:
|
@@ -115,9 +133,11 @@ attributes:
|
|
115
133
|
# primary: true
|
116
134
|
index_keys:
|
117
135
|
- "rights_statement_tesim"
|
136
|
+
predicate: http://www.europeana.eu/schemas/edm/rights
|
118
137
|
source:
|
119
138
|
type: string
|
120
139
|
multiple: true
|
140
|
+
predicate: http://purl.org/dc/terms/source
|
121
141
|
# form:
|
122
142
|
# primary: false
|
123
143
|
subject:
|
@@ -128,3 +148,4 @@ attributes:
|
|
128
148
|
index_keys:
|
129
149
|
- "subject_sim"
|
130
150
|
- "subject_tesim"
|
151
|
+
predicate: http://purl.org/dc/elements/1.1/subject
|
@@ -0,0 +1,57 @@
|
|
1
|
+
---
|
2
|
+
# This internal metadata config is used to define predicates for hyrax internals only
|
3
|
+
attributes:
|
4
|
+
access_to:
|
5
|
+
predicate: http://www.w3.org/ns/auth/acl#accessTo
|
6
|
+
admin_set_id:
|
7
|
+
predicate: http://purl.org/dc/terms/isPartOf
|
8
|
+
agent:
|
9
|
+
predicate: http://www.w3.org/ns/auth/acl#agent
|
10
|
+
byte_order:
|
11
|
+
predicate: http://sweet.jpl.nasa.gov/2.2/reprDataFormat.owl#byteOrder
|
12
|
+
color_space:
|
13
|
+
predicate: http://www.w3.org/2003/12/exif/ns#colorSpace
|
14
|
+
compression:
|
15
|
+
predicate: http://vocabulary.samvera.org/ns#compressionScheme
|
16
|
+
created_at:
|
17
|
+
predicate: http://purl.org/dc/terms/created
|
18
|
+
file_identifier:
|
19
|
+
predicate: http://vocabulary.samvera.org/ns#fileIdentifier
|
20
|
+
file_ids:
|
21
|
+
predicate: http://pcdm.org/models#hasFile
|
22
|
+
file_set_id:
|
23
|
+
predicate: http://vocabulary.samvera.org/ns#fileSetId
|
24
|
+
format_label:
|
25
|
+
predicate: http://www.loc.gov/premis/rdf/v1#hasFormatName
|
26
|
+
height:
|
27
|
+
predicate: http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#height
|
28
|
+
id:
|
29
|
+
predicate: http://purl.org/dc/terms/id
|
30
|
+
internal_resource:
|
31
|
+
predicate: info:fedora/fedora-system:def/model#hasModel
|
32
|
+
mime_type:
|
33
|
+
predicate: http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasMimeType
|
34
|
+
mode:
|
35
|
+
predicate: http://www.w3.org/ns/auth/acl#mode
|
36
|
+
original_filename:
|
37
|
+
predicate: http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#filename
|
38
|
+
pcdm_use:
|
39
|
+
predicate: http://vocabulary.samvera.org/ns#pcdmUse
|
40
|
+
permissions:
|
41
|
+
predicate: http://vocabulary.samvera.org/ns#permissions
|
42
|
+
recorded_size:
|
43
|
+
predicate: http://www.loc.gov/premis/rdf/v1#hasSize
|
44
|
+
representative_id:
|
45
|
+
predicate: http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedMediaFragment
|
46
|
+
state:
|
47
|
+
predicate: http://fedora.info/definitions/1/0/access/ObjState#objState
|
48
|
+
thumbnail_id:
|
49
|
+
predicate: http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedImage
|
50
|
+
updated_at:
|
51
|
+
predicate: http://vocabulary.samvera.org/ns#updatedAt
|
52
|
+
valid:
|
53
|
+
predicate: http://vocabulary.samvera.org/ns#valid
|
54
|
+
well_formed:
|
55
|
+
predicate: http://vocabulary.samvera.org/ns#wellFormed
|
56
|
+
width:
|
57
|
+
predicate: http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#width
|
data/docker-compose-koppie.yml
CHANGED
@@ -6,10 +6,12 @@ services:
|
|
6
6
|
context: .
|
7
7
|
target: hyrax-engine-dev
|
8
8
|
args:
|
9
|
-
- EXTRA_APK_PACKAGES=git less
|
9
|
+
- EXTRA_APK_PACKAGES=git less
|
10
10
|
- APP_PATH=.koppie
|
11
|
-
|
12
|
-
|
11
|
+
- BUNDLE_GEMFILE=Gemfile.koppie
|
12
|
+
image: samvera/koppie
|
13
|
+
entrypoint: dev-entrypoint.sh
|
14
|
+
command: sh -c 'bundle exec puma -v -b tcp://0.0.0.0:3000'
|
13
15
|
stdin_open: true
|
14
16
|
tty: true
|
15
17
|
user: root
|
@@ -29,8 +31,10 @@ services:
|
|
29
31
|
- 9877:9876
|
30
32
|
- 1049:1048
|
31
33
|
volumes:
|
34
|
+
- ./bin:/app/samvera
|
32
35
|
- .koppie:/app/samvera/hyrax-webapp
|
33
36
|
- .:/app/samvera/hyrax-engine
|
37
|
+
- bundle:/app/bundle
|
34
38
|
- hyrax-storage:/app/samvera/hyrax-webapp/storage
|
35
39
|
- hyrax-derivatives:/app/samvera/hyrax-webapp/derivatives
|
36
40
|
- hyrax-uploads:/app/samvera/hyrax-webapp/uploads
|
@@ -40,13 +44,9 @@ services:
|
|
40
44
|
- koppie
|
41
45
|
|
42
46
|
sidekiq:
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
args:
|
47
|
-
- APP_PATH=.koppie
|
48
|
-
image: ghcr.io/samvera/koppie-worker
|
49
|
-
command: sh -c 'bundle && bundle exec sidekiq'
|
47
|
+
image: samvera/koppie
|
48
|
+
entrypoint: dev-entrypoint.sh
|
49
|
+
command: sh -c 'bundle exec sidekiq'
|
50
50
|
user: root
|
51
51
|
env_file:
|
52
52
|
- .koppie/.env
|
@@ -57,33 +57,33 @@ services:
|
|
57
57
|
- redis
|
58
58
|
- solr
|
59
59
|
volumes:
|
60
|
+
- ./bin:/app/samvera
|
60
61
|
- .koppie:/app/samvera/hyrax-webapp
|
61
62
|
- .:/app/samvera/hyrax-engine
|
63
|
+
- bundle:/app/bundle
|
62
64
|
- hyrax-storage:/app/samvera/hyrax-webapp/storage
|
63
65
|
- hyrax-derivatives:/app/samvera/hyrax-webapp/derivatives
|
64
66
|
- hyrax-uploads:/app/samvera/hyrax-webapp/uploads
|
65
|
-
-
|
66
|
-
-
|
67
|
+
- rails-public:/app/samvera/hyrax-webapp/public
|
68
|
+
- rails-tmp:/app/samvera/hyrax-webapp/tmp
|
67
69
|
networks:
|
68
70
|
- koppie
|
69
71
|
|
70
72
|
db_migrate:
|
71
|
-
|
72
|
-
context: .
|
73
|
-
target: hyrax-engine-dev
|
74
|
-
args:
|
75
|
-
- EXTRA_APK_PACKAGES=git less
|
76
|
-
- APP_PATH=.koppie
|
77
|
-
image: ghcr.io/samvera/koppie
|
73
|
+
image: samvera/koppie
|
78
74
|
user: root
|
79
75
|
env_file:
|
80
76
|
- .koppie/.env
|
81
|
-
|
77
|
+
entrypoint: dev-entrypoint.sh
|
78
|
+
command: db-migrate-seed.sh
|
82
79
|
depends_on:
|
83
80
|
- postgres
|
81
|
+
- solr
|
84
82
|
volumes:
|
83
|
+
- ./bin:/app/samvera
|
85
84
|
- .koppie:/app/samvera/hyrax-webapp
|
86
85
|
- .:/app/samvera/hyrax-engine
|
86
|
+
- bundle:/app/bundle
|
87
87
|
- rails-public:/app/samvera/hyrax-webapp/public
|
88
88
|
- rails-tmp:/app/samvera/hyrax-webapp/tmp
|
89
89
|
networks:
|
@@ -99,13 +99,13 @@ services:
|
|
99
99
|
- /dev/shm:/dev/shm
|
100
100
|
shm_size: 2G
|
101
101
|
ports:
|
102
|
-
- "
|
103
|
-
- "
|
102
|
+
- "4446:4444"
|
103
|
+
- "5961:5900"
|
104
104
|
networks:
|
105
105
|
- koppie
|
106
106
|
|
107
107
|
postgres:
|
108
|
-
image: postgres:
|
108
|
+
image: postgres:15
|
109
109
|
env_file:
|
110
110
|
- .koppie/.env
|
111
111
|
ports:
|
@@ -116,7 +116,7 @@ services:
|
|
116
116
|
- koppie
|
117
117
|
|
118
118
|
fits:
|
119
|
-
image:
|
119
|
+
image: ghcr.io/samvera/fitsservlet:1.6.0
|
120
120
|
ports:
|
121
121
|
- 8080
|
122
122
|
networks:
|
@@ -145,7 +145,7 @@ services:
|
|
145
145
|
command:
|
146
146
|
- sh
|
147
147
|
- "-c"
|
148
|
-
- "precreate-core
|
148
|
+
- "precreate-core hydra-test /opt/solr/server/configsets/hyraxconf; solr-precreate koppie /opt/solr/server/configsets/hyraxconf"
|
149
149
|
volumes:
|
150
150
|
- solr_home:/var/solr/data:cached
|
151
151
|
- .koppie/solr/conf:/opt/solr/server/configsets/hyraxconf
|
@@ -157,6 +157,7 @@ services:
|
|
157
157
|
- koppie
|
158
158
|
|
159
159
|
volumes:
|
160
|
+
bundle:
|
160
161
|
db:
|
161
162
|
hyrax-storage:
|
162
163
|
hyrax-derivatives:
|