hyrax 5.0.0.rc3 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/CONTAINERS.md +1 -1
  3. data/app/assets/javascripts/hyrax/autocomplete/linked_data.es6 +3 -0
  4. data/app/assets/javascripts/hyrax/editor/controlled_vocabulary.es6 +38 -5
  5. data/app/assets/stylesheets/hyrax/_file_upload.scss +6 -0
  6. data/app/assets/stylesheets/hyrax/controlled_vocabulary.scss +2 -2
  7. data/app/controllers/hyrax/dashboard/collections_controller.rb +0 -3
  8. data/app/controllers/hyrax/file_sets_controller.rb +1 -1
  9. data/app/controllers/hyrax/single_use_links_viewer_controller.rb +9 -2
  10. data/app/models/collection.rb +13 -1
  11. data/app/models/hyrax/model_registry.rb +1 -1
  12. data/app/presenters/hyrax/pcdm_member_presenter_factory.rb +2 -2
  13. data/app/presenters/hyrax/work_show_presenter.rb +2 -2
  14. data/app/search_builders/hyrax/catalog_search_builder.rb +7 -1
  15. data/app/services/hyrax/file_set_file_service.rb +10 -1
  16. data/app/services/hyrax/listeners/file_listener.rb +39 -0
  17. data/app/services/hyrax/listeners/file_metadata_listener.rb +0 -30
  18. data/app/services/hyrax/lock_manager.rb +2 -2
  19. data/app/services/hyrax/valkyrie_upload.rb +5 -2
  20. data/app/views/hyrax/uploads/_js_templates.html.erb +9 -9
  21. data/app/views/hyrax/uploads/_js_templates_branding.html.erb +3 -3
  22. data/app/views/hyrax/uploads/_js_templates_versioning.html.erb +1 -1
  23. data/chart/hyrax/Chart.yaml +1 -1
  24. data/chart/hyrax/templates/_tmplvalues.tpl +38 -0
  25. data/chart/hyrax/templates/deployment-worker.yaml +6 -2
  26. data/chart/hyrax/templates/deployment.yaml +21 -3
  27. data/chart/hyrax/values.yaml +10 -0
  28. data/documentation/developing-your-hyrax-based-app.md +14 -9
  29. data/hyrax.gemspec +2 -8
  30. data/lib/generators/hyrax/templates/config/initializers/hyrax.rb +1 -1
  31. data/lib/hyrax/publisher.rb +11 -0
  32. data/{spec → lib/hyrax/specs/shared_specs}/factories/hyrax_work.rb +11 -0
  33. data/lib/hyrax/transactions/steps/delete_all_file_metadata.rb +4 -5
  34. data/lib/hyrax/version.rb +1 -1
  35. data/template.rb +1 -1
  36. metadata +45 -78
  37. data/spec/support/book_resource.rb +0 -36
  38. data/spec/support/can_can_overrides.rb +0 -43
  39. data/spec/support/clean_solr.rb +0 -7
  40. data/spec/support/controller_level_helpers.rb +0 -27
  41. data/spec/support/factory_helpers.rb +0 -94
  42. data/spec/support/fakes/fake_actor.rb +0 -22
  43. data/spec/support/fakes/fake_authority.rb +0 -14
  44. data/spec/support/fakes/fake_search_builder_scope.rb +0 -44
  45. data/spec/support/fakes/indexing_adapter.rb +0 -17
  46. data/spec/support/fakes/test_hydra_group_service.rb +0 -55
  47. data/spec/support/features/batch_edit_actions.rb +0 -37
  48. data/spec/support/features/session_helpers.rb +0 -15
  49. data/spec/support/features/workflow.rb +0 -10
  50. data/spec/support/features.rb +0 -11
  51. data/spec/support/form_with_validations.rb +0 -15
  52. data/spec/support/input_support.rb +0 -12
  53. data/spec/support/logging_formatter.rb +0 -67
  54. data/spec/support/matchers/api_responses.rb +0 -27
  55. data/spec/support/matchers/collection_type_property_matchers.rb +0 -30
  56. data/spec/support/matchers/embargo.rb +0 -9
  57. data/spec/support/matchers/lease.rb +0 -9
  58. data/spec/support/matchers/match_valkyrie_ids_with_af_ids.rb +0 -12
  59. data/spec/support/matchers/pcdm_matchers.rb +0 -34
  60. data/spec/support/matchers/permission.rb +0 -31
  61. data/spec/support/matchers/response_matchers.rb +0 -8
  62. data/spec/support/optional_example.rb +0 -17
  63. data/spec/support/rake.rb +0 -42
  64. data/spec/support/selectors.rb +0 -112
  65. data/spec/support/shared_examples_for_collection_presenter.rb +0 -44
  66. data/spec/support/simple_work.rb +0 -28
  67. data/spec/support/spec_statistic.rb +0 -24
  68. data/spec/support/speedup.rb +0 -7
  69. data/spec/support/statistic_helper.rb +0 -10
  70. data/spec/support/valkyrie_indexing.rb +0 -2
  71. data/spec/support/wings_models.rb +0 -9
  72. /data/{spec → lib/hyrax/specs/shared_specs}/factories/access_control.rb +0 -0
  73. /data/{spec → lib/hyrax/specs/shared_specs}/factories/admin_sets.rb +0 -0
  74. /data/{spec → lib/hyrax/specs/shared_specs}/factories/admin_sets_lw.rb +0 -0
  75. /data/{spec → lib/hyrax/specs/shared_specs}/factories/administrative_sets.rb +0 -0
  76. /data/{spec → lib/hyrax/specs/shared_specs}/factories/api_items.rb +0 -0
  77. /data/{spec → lib/hyrax/specs/shared_specs}/factories/collection_branding_infos.rb +0 -0
  78. /data/{spec → lib/hyrax/specs/shared_specs}/factories/collection_type_participants.rb +0 -0
  79. /data/{spec → lib/hyrax/specs/shared_specs}/factories/collection_types.rb +0 -0
  80. /data/{spec → lib/hyrax/specs/shared_specs}/factories/collections.rb +0 -0
  81. /data/{spec → lib/hyrax/specs/shared_specs}/factories/collections_factory.rb +0 -0
  82. /data/{spec → lib/hyrax/specs/shared_specs}/factories/content_blocks.rb +0 -0
  83. /data/{spec → lib/hyrax/specs/shared_specs}/factories/counter_metrics.rb +0 -0
  84. /data/{spec → lib/hyrax/specs/shared_specs}/factories/featured_works.rb +0 -0
  85. /data/{spec → lib/hyrax/specs/shared_specs}/factories/file_sets.rb +0 -0
  86. /data/{spec → lib/hyrax/specs/shared_specs}/factories/generic_works.rb +0 -0
  87. /data/{spec → lib/hyrax/specs/shared_specs}/factories/hyrax_collection.rb +0 -0
  88. /data/{spec → lib/hyrax/specs/shared_specs}/factories/hyrax_default_admin_set.rb +0 -0
  89. /data/{spec → lib/hyrax/specs/shared_specs}/factories/hyrax_embargo.rb +0 -0
  90. /data/{spec → lib/hyrax/specs/shared_specs}/factories/hyrax_file_metadata.rb +0 -0
  91. /data/{spec → lib/hyrax/specs/shared_specs}/factories/hyrax_file_set.rb +0 -0
  92. /data/{spec → lib/hyrax/specs/shared_specs}/factories/hyrax_lease.rb +0 -0
  93. /data/{spec → lib/hyrax/specs/shared_specs}/factories/hyrax_resource.rb +0 -0
  94. /data/{spec → lib/hyrax/specs/shared_specs}/factories/object_id.rb +0 -0
  95. /data/{spec → lib/hyrax/specs/shared_specs}/factories/operations.rb +0 -0
  96. /data/{spec → lib/hyrax/specs/shared_specs}/factories/permission.rb +0 -0
  97. /data/{spec → lib/hyrax/specs/shared_specs}/factories/permission_template_accesses.rb +0 -0
  98. /data/{spec → lib/hyrax/specs/shared_specs}/factories/permission_templates.rb +0 -0
  99. /data/{spec → lib/hyrax/specs/shared_specs}/factories/proxy_deposit_requests.rb +0 -0
  100. /data/{spec → lib/hyrax/specs/shared_specs}/factories/single_use_links.rb +0 -0
  101. /data/{spec → lib/hyrax/specs/shared_specs}/factories/sipity_entities.rb +0 -0
  102. /data/{spec → lib/hyrax/specs/shared_specs}/factories/uploaded_files.rb +0 -0
  103. /data/{spec → lib/hyrax/specs/shared_specs}/factories/users.rb +0 -0
  104. /data/{spec → lib/hyrax/specs/shared_specs}/factories/workflow_actions.rb +0 -0
  105. /data/{spec → lib/hyrax/specs/shared_specs}/factories/workflow_states.rb +0 -0
  106. /data/{spec → lib/hyrax/specs/shared_specs}/factories/workflows.rb +0 -0
@@ -1,44 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- ##
4
- # +Blacklight::SearchBuilder+ requires a 'scope' object, which its documentation
5
- # describes as "the scope where the filter methods reside in."
6
- #
7
- # Often (usually?) this is a Controller with:
8
- # - +#blacklight_config+
9
- # - +#current_ability+
10
- # - +#current_user+
11
- # - +#params+
12
- # - +#repository+
13
- # - +#search_state_class+
14
- #
15
- # This provides a fake scope with more control than a generic RSpec double.
16
- class FakeSearchBuilderScope
17
- ##
18
- # @!attribute [r] blacklight_config
19
- # @return [Blacklight::Configuration]
20
- # @!attribute [r] current_ability
21
- # @return [::Ability]
22
- # @!attribute [r] current_user
23
- # @return [::User, nil]
24
- # @!attribute [r] params
25
- # @return [Hash]
26
- # @!attribute [r] repository
27
- # @return [Blacklight::AbstractRepository]
28
- # @!attribute [r] search_state_class
29
- # @return [Blacklight::SearchState, nil]
30
- attr_reader :blacklight_config, :current_ability, :current_user, :params, :repository, :search_state_class
31
-
32
- ##
33
- # @param [Blacklight::Configuration] blacklight_config
34
- # @param [::Ability, nil] current_ability
35
- # @param [::User, nil] current_user
36
- def initialize(blacklight_config: CatalogController.blacklight_config, current_ability: nil, current_user: nil, params: {}, search_state_class: nil)
37
- @blacklight_config = blacklight_config
38
- @current_user = current_user
39
- @current_ability = current_ability || ::Ability.new(current_user)
40
- @params = params
41
- @repository = Blacklight::Solr::Repository.new(blacklight_config)
42
- @search_state_class = search_state_class
43
- end
44
- end
@@ -1,17 +0,0 @@
1
- # frozen_string_literal: true
2
- class FakeIndexingAdapter
3
- attr_reader :deleted_resources, :saved_resources
4
-
5
- def initialize
6
- @deleted_resources = []
7
- @saved_resources = []
8
- end
9
-
10
- def save(resource:)
11
- @saved_resources << resource
12
- end
13
-
14
- def delete(resource:)
15
- @deleted_resources << resource
16
- end
17
- end
@@ -1,55 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- ##
4
- # A fake group service implementation for use in test suites as a drop-in
5
- # replacement for `RoleMapper` or the `hydra-role-management` gem, allowing
6
- # dynamic group assignment backed by in-memory data structures.
7
- #
8
- # @example setup the group service for an rspec test suite
9
- # config.before(:suite) do
10
- # ::User.group_service = TestHydraGroupService.new
11
- # end
12
- #
13
- # @example adding a user to a group
14
- # ::User.group_service.add(user: my_user, groups: ['a_group'])
15
- #
16
- # @example clearing the user -> group map
17
- # ::User.group_service.clear
18
- #
19
- # @see Hydra::User.group_service
20
- class TestHydraGroupService
21
- ##
22
- # @param group_map [Hash{String, Array<String>}] map user keys to group names
23
- def initialize(group_map: {})
24
- @group_map = group_map
25
- end
26
-
27
- ##
28
- # @param user [::User]
29
- # @param groups [Array<String>, String]
30
- #
31
- # @return [void]
32
- def add(user:, groups:)
33
- @group_map[user.user_key] = fetch_groups(user: user) + Array(groups)
34
- end
35
-
36
- ##
37
- # @return [void]
38
- def clear
39
- @group_map = {}
40
- end
41
-
42
- ##
43
- # @param user [::User]
44
- #
45
- # @return [Array<String>]
46
- def fetch_groups(user:)
47
- @group_map.fetch(user.user_key) { [] }
48
- end
49
-
50
- ##
51
- # @return [Array<String>] a list of all known group names
52
- def role_names
53
- @group_map.values.flatten.uniq
54
- end
55
- end
@@ -1,37 +0,0 @@
1
- # frozen_string_literal: true
2
- def batch_edit_fields
3
- # skipping based_near because it's a select2 field, which is hard to test via capybara
4
- [
5
- "creator", "contributor", "description", "keyword", "publisher", "date_created",
6
- "subject", "language", "identifier", "related_url"
7
- ]
8
- end
9
-
10
- def fill_in_batch_edit_fields_and_verify!
11
- batch_edit_fields.each do |field_id|
12
- within "#form_#{field_id}" do
13
- batch_edit_expand(field_id)
14
- page.find("##{expected_element_text}_#{field_id}") # Ensuring that the element is on the page before we fill it
15
- fill_in "#{expected_element_text}_#{field_id}", with: "NEW #{field_id}"
16
-
17
- find("##{field_id}_save").click
18
-
19
- ajax_wait(15)
20
- # This was `expect(page).to have_content 'Changes Saved'`, however in debugging,
21
- # the `have_content` check was ignoring the `within` scoping and finding
22
- # "Changes Saved" for other field areas
23
- find('.status', text: 'Changes Saved')
24
- end
25
- end
26
- end
27
-
28
- def batch_edit_expand(field)
29
- find("#expand_link_#{field}").click
30
- yield if block_given?
31
- end
32
-
33
- def ajax_wait(s)
34
- Timeout.timeout(s) do
35
- loop until page.evaluate_script("jQuery.active").zero?
36
- end
37
- end
@@ -1,15 +0,0 @@
1
- # frozen_string_literal: true
2
- # spec/support/features/session_helpers.rb
3
- module Features
4
- module SessionHelpers
5
- def sign_in(who = :user)
6
- logout
7
- user = who.is_a?(User) ? who : build(:user).tap(&:save!)
8
- visit new_user_session_path
9
- fill_in 'Email', with: user.email
10
- fill_in 'Password', with: user.password
11
- click_button 'Log in'
12
- expect(page).not_to have_text 'Invalid email or password.'
13
- end
14
- end
15
- end
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
- def ensure_deposit_available_for(user)
3
- template = create(:permission_template, with_admin_set: true, with_workflows: true)
4
- # Grant the user access to deposit into an admin set.
5
- create(:permission_template_access,
6
- :deposit,
7
- permission_template: template,
8
- agent_type: 'user',
9
- agent_id: user.user_key)
10
- end
@@ -1,11 +0,0 @@
1
- # frozen_string_literal: true
2
- # spec/support/features.rb
3
- require File.expand_path('../features/session_helpers', __FILE__)
4
- require File.expand_path('../features/workflow', __FILE__)
5
- require File.expand_path('../features/batch_edit_actions', __FILE__)
6
- require File.expand_path('../selectors', __FILE__)
7
- require File.expand_path('../statistic_helper', __FILE__)
8
-
9
- RSpec.configure do |config|
10
- config.include Features::SessionHelpers, type: :feature
11
- end
@@ -1,15 +0,0 @@
1
- # frozen_string_literal: true
2
- module Hyrax
3
- module Test
4
- class FormWithValidations < Hyrax::Forms::ResourceForm
5
- property :title
6
-
7
- validates :title, presence: true
8
-
9
- # Added to comply with Hyrax::Forms::FailedSubmissionFormWrapper
10
- def permitted_params
11
- { title: [] }
12
- end
13
- end
14
- end
15
- end
@@ -1,12 +0,0 @@
1
- # frozen_string_literal: true
2
- module InputSupport
3
- extend ActiveSupport::Concern
4
-
5
- include RSpec::Rails::HelperExampleGroup
6
-
7
- def input_for(object, attribute_name, options = {})
8
- helper.simple_form_for object, url: '' do |f|
9
- f.input attribute_name, options
10
- end
11
- end
12
- end
@@ -1,67 +0,0 @@
1
- # frozen_string_literal: true
2
- RSpec::Support.require_rspec_core "formatters/base_text_formatter"
3
- class LoggingFormatter < RSpec::Core::Formatters::ProgressFormatter
4
- RSpec::Core::Formatters.register self, :example_started, :example_passed, :dump_profile
5
- def initialize(output)
6
- @profile = []
7
- reset!
8
- ActiveSupport::Notifications.subscribe("http.ldp", method(:record_request))
9
- super
10
- end
11
-
12
- def record_request(*_unused, data)
13
- @request_count += 1
14
- @request_count_by_name[data[:name]] += 1
15
- end
16
-
17
- def example_passed(passed)
18
- super
19
- @profile << { description: passed.example.full_description,
20
- count: @request_count,
21
- location: passed.example.location,
22
- count_by_name: @request_count_by_name }
23
- end
24
-
25
- def example_started(_passed)
26
- reset!
27
- end
28
-
29
- def reset!
30
- @request_count = 0
31
- @request_count_by_name = { 'HEAD' => 0,
32
- 'GET' => 0,
33
- 'POST' => 0,
34
- 'DELETE' => 0,
35
- 'PUT' => 0,
36
- 'PATCH' => 0 }
37
- end
38
-
39
- def dump_profile(profile)
40
- dump_most_ldp_exampes(profile)
41
- output.puts ""
42
- dump_slowest_examples(profile)
43
- end
44
-
45
- private
46
-
47
- def dump_most_ldp_exampes(_prof)
48
- output.puts "Examples with the most LDP requests"
49
- top = @profile.sort_by { |hash| hash[:count] }.last(10)
50
- top.each do |hash|
51
- result = hash[:count_by_name].select { |_, v| v.positive? }
52
- next if result.empty?
53
- output.puts " #{hash[:description]}"
54
- output.puts " #{hash[:location]}"
55
- output.puts " Total LDP: #{hash[:count]} #{result}"
56
- end
57
- end
58
-
59
- def dump_slowest_examples(profile)
60
- output.puts "Slowest examples"
61
- profile.slowest_examples.each do |slowest_example|
62
- output.puts " #{slowest_example.full_description}"
63
- output.puts " #{slowest_example.location}"
64
- output.puts " #{slowest_example.execution_result.run_time} seconds"
65
- end
66
- end
67
- end
@@ -1,27 +0,0 @@
1
- # frozen_string_literal: true
2
- # RSpec matchers for API default JSON responses.
3
- # Creates a matcher like respond_forbidden or respond_not_found corresponding to each of the Api::V1.default_responses
4
- # Accepts optional overrides to the expected response body.
5
- # @example Override the description expected in the JSON body of a :forbidden response
6
- # expect(response).to respond_forbidden(description:"You can't create for that identity")
7
- ::Hyrax::API.default_responses.each_pair do |response_type, default_response_body|
8
- RSpec::Matchers.define "respond_#{response_type}".to_sym do |expectation_options|
9
- match do |response|
10
- @expected_response_body = expectation_options.nil? ? default_response_body : default_response_body.merge(expectation_options)
11
- expect(response.body).not_to be_empty
12
- json = JSON.parse(response.body)
13
- expect(response.code).to eq(@expected_response_body[:code].to_s)
14
- @expected_response_body.each_pair do |key, value|
15
- expect(json[key.to_s]).to eq(value.as_json)
16
- end
17
- end
18
-
19
- failure_message do |actual|
20
- "expected #{default_response_body[:code]} status code. Got #{actual.code} status code.\n" \
21
- "expected an Authentication Required response like this:\n" \
22
- " #{@expected_response_body.to_json} \ngot\n #{actual.body}\n" \
23
- "To override expectations about the response body, provide a Hash of overrides in " \
24
- "your call to :respond_#{response_type} "
25
- end
26
- end
27
- end
@@ -1,30 +0,0 @@
1
- # frozen_string_literal: true
2
- RSpec::Matchers.define :require_membership do
3
- match do |actual|
4
- actual&.require_membership?
5
- end
6
- end
7
-
8
- RSpec::Matchers.define :allow_multiple_membership do
9
- match do |actual|
10
- actual&.allow_multiple_membership?
11
- end
12
- end
13
-
14
- RSpec::Matchers.define :assign_visibility do
15
- match do |actual|
16
- actual&.assigns_visibility?
17
- end
18
- end
19
-
20
- RSpec::Matchers.define :assign_workflow do
21
- match do |actual|
22
- actual&.assigns_workflow?
23
- end
24
- end
25
-
26
- RSpec::Matchers.define :have_collections do
27
- match do |actual|
28
- actual&.collections&.any?
29
- end
30
- end
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec::Matchers.define :be_an_embargo_matching do |embargo_args|
4
- match do |embargo|
5
- (embargo.visibility_after_embargo == embargo_args[:after]) &&
6
- (embargo.visibility_during_embargo == embargo_args[:during]) &&
7
- embargo.embargo_release_date.to_s.start_with?(embargo_args[:release_date][0..9])
8
- end
9
- end
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec::Matchers.define :be_a_lease_matching do |lease_args|
4
- match do |lease|
5
- (lease.visibility_after_lease == lease_args[:after]) &&
6
- (lease.visibility_during_lease == lease_args[:during]) &&
7
- lease.lease_expiration_date.to_s.start_with?(lease_args[:release_date][0..9])
8
- end
9
- end
@@ -1,12 +0,0 @@
1
- # frozen_string_literal: true
2
- module Hyrax::Matchers
3
- class MatchValkyrieIdsWithActiveFedoraIds < RSpec::Matchers::BuiltIn::ContainExactly
4
- def match_when_sorted?
5
- values_match?(safe_sort(expected), safe_sort(actual.map(&:id)))
6
- end
7
- end
8
-
9
- def match_valkyrie_ids_with_active_fedora_ids(expected_fedora_ids)
10
- MatchValkyrieIdsWithActiveFedoraIds.new(expected_fedora_ids)
11
- end
12
- end
@@ -1,34 +0,0 @@
1
- # frozen_string_literal: true
2
- RSpec::Matchers.define :have_file_set_members do |*expected_file_sets|
3
- match do |actual_work|
4
- actual_file_sets = Hyrax.custom_queries.find_child_file_sets(resource: actual_work)
5
-
6
- expect(actual_file_sets).to contain_exactly(*expected_file_sets)
7
- end
8
- end
9
-
10
- RSpec::Matchers.define :have_attached_files do |*expected_files|
11
- match do |actual_file_set|
12
- @actual_files = Hyrax.custom_queries.find_files(file_set: actual_file_set)
13
-
14
- (expected_files.empty? && @actual_files.any?) ||
15
- values_match?(expected_files, @actual_files)
16
- end
17
-
18
- failure_message_for_should do |actual_file_set|
19
- if expected_files.empty?
20
- "Expected #{actual_file_set} to have at least one file.\n" \
21
- "Found #{@actual_files}."
22
- else
23
- "Expected #{actual_file_set} to have files: #{expected_files}\n" \
24
- "Found #{@actual_files}."
25
- end
26
- end
27
- end
28
-
29
- RSpec::Matchers.define :be_a_resource_with_permissions do |*expected_permissions|
30
- match do |actual_resource|
31
- expect(Hyrax::AccessControlList.new(resource: actual_resource).permissions)
32
- .to include(*expected_permissions)
33
- end
34
- end
@@ -1,31 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec::Matchers.define :grant_permission do |acl_type|
4
- match do |permission|
5
- access_match = permission.access == acl_type.to_s
6
-
7
- agent_match =
8
- if user_id
9
- permission.type == 'person' &&
10
- permission.agent.first.id.include?(user_id.to_s)
11
- elsif group_id
12
- permission.type == 'group' &&
13
- permission.agent.first.id.include?(group_id.to_s)
14
- else
15
- true
16
- end
17
-
18
- target_match =
19
- if access_to_id
20
- permission.access_to_id == access_to_id.to_s
21
- else
22
- true
23
- end
24
-
25
- return access_match && agent_match && target_match
26
- end
27
-
28
- chain :on, :access_to_id
29
- chain :to_user, :user_id
30
- chain :to_group, :group_id
31
- end
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- RSpec::Matchers.define :fail_redirect_and_flash do |path, flash_message|
3
- match do |response|
4
- expect(response.status).to eq 302
5
- expect(response).to redirect_to(path)
6
- expect(flash[:alert]).to eq flash_message
7
- end
8
- end
@@ -1,17 +0,0 @@
1
- # frozen_string_literal: true
2
- module OptionalExample
3
- RSpec.configure do |config|
4
- config.after do |example|
5
- if example.metadata[:optional] && (RSpec::Core::Pending::PendingExampleFixedError === example.display_exception) # rubocop:disable Style/CaseEquality
6
- ex = example.display_exception
7
- example.display_exception = nil
8
- example.execution_result.pending_exception = ex
9
- end
10
- end
11
- end
12
-
13
- def optional(message)
14
- RSpec.current_example.metadata[:optional] = true
15
- pending(message)
16
- end
17
- end
data/spec/support/rake.rb DELETED
@@ -1,42 +0,0 @@
1
- # frozen_string_literal: true
2
- require 'rake'
3
-
4
- module RakeHelper
5
- def load_rake_environment(files)
6
- @rake = Rake::Application.new
7
- Rake.application = @rake
8
- Rake::Task.define_task(:environment)
9
- files.each { |file| load file }
10
- end
11
-
12
- def run_task(task, arg = nil)
13
- capture_stdout_stderr do
14
- @rake[task].invoke(arg)
15
- end
16
- end
17
-
18
- # saves original $stdout in variable
19
- # set $stdout as local instance of StringIO
20
- # yields to code execution
21
- # returns the local instance of StringIO
22
- # resets $stdout to original value
23
- def capture_stdout_stderr
24
- out = StringIO.new
25
- err = StringIO.new
26
- $stdout = out
27
- $stderr = err
28
- begin
29
- yield
30
- rescue SystemExit => e
31
- puts "error = #{e.inspect}"
32
- end
33
- "Output: #{out.string}\n Errors:#{err.string}"
34
- ensure
35
- $stdout = STDOUT
36
- $stdout = STDERR
37
- end
38
-
39
- RSpec.configure do |config|
40
- config.include RakeHelper
41
- end
42
- end
@@ -1,112 +0,0 @@
1
- # frozen_string_literal: true
2
- module Selectors
3
- module Dashboard
4
- def db_item_actions_toggle(item)
5
- within "#document_#{item.id}" do
6
- find '.dropdown-toggle'
7
- end
8
- end
9
-
10
- # For use with javascript user selector that allows for searching for an existing user
11
- # and granting them permission to an object.
12
- # @param [User] user to select
13
- # @param [String] role granting the user permission (e.g. 'Manager' | 'Depositor' | 'Viewer')
14
- def select_user_for_admin_set(user, role = 'Depositor')
15
- first('a.select2-choice').click
16
- find('.select2-input').set(user.user_key)
17
- first('div.select2-result-label').click
18
- within('form.add-users') do
19
- select(role)
20
- click_button('Add')
21
- end
22
- end
23
-
24
- # For use with javascript user selector that allows for searching for an existing user
25
- # and granting them permission to an object.
26
- # @param [User] user to select
27
- # @param [String] role granting the user permission (e.g. 'Manager' | 'Depositor' | 'Viewer')
28
- def select_user(user, role = 'Depositor')
29
- first('a.select2-choice').click
30
- find('.select2-input').set(user.user_key)
31
- first('div.select2-result-label').click
32
- within('div.add-users') do
33
- select(role)
34
- find('input.edit-collection-add-sharing-button').click
35
- end
36
- end
37
-
38
- # For use with javascript collection selector that allows for searching for an existing collection from works relationship tab.
39
- # Adds the collection and validates that the collection is listed in the Collection Relationship table once added.
40
- # @param [Collection] collection to select
41
- def select_collection(collection)
42
- first('a.select2-choice').click
43
- find('.select2-input').set(collection.title.first)
44
- expect(page).to have_css('div.select2-result-label')
45
- first('div.select2-result-label').click
46
- first('[data-behavior~=add-relationship]').click
47
- within('[data-behavior~=collection-relationships]') do
48
- within('table.table.table-striped') do
49
- expect(page).to have_content(collection.title.first)
50
- end
51
- end
52
- end
53
-
54
- # For use with javascript collection selector that allows for searching for an existing collection from add to collection modal.
55
- # Does not save the selection. The calling test is expected to click Save and validate the collection membership was added to the work.
56
- # @param [Collection] collection to select
57
- def select_member_of_collection(collection) # rubocop:disable Metrics/MethodLength
58
- find('#s2id_member_of_collection_ids').click
59
- find('.select2-input').set(collection.title.first)
60
-
61
- # Crude way of waiting for the AJAX response
62
- select2_results = false
63
- begin_time = current_time = Time.now.to_f
64
- while !select2_results && (current_time - begin_time) < 3
65
- select2_results = page.has_css?('li.select2-result')
66
- current_time = Time.now.to_f
67
- end
68
-
69
- within ".select2-result" do
70
- find("span", text: collection.title.first).click
71
- end
72
- end
73
- end
74
-
75
- module NewTransfers
76
- def new_owner_dropdown
77
- find '#s2id_proxy_deposit_request_transfer_to'
78
- end
79
-
80
- def new_owner_search_field
81
- within '#select2-drop' do
82
- find '.select2-input'
83
- end
84
- end
85
-
86
- def new_owner_search_result
87
- within '#select2-drop' do
88
- find '.select2-result-selectable'
89
- end
90
- end
91
- end
92
-
93
- module Transfers
94
- def first_sent_cancel_button
95
- within '#outgoing-transfers' do
96
- find '.btn.btn-danger'
97
- end
98
- end
99
-
100
- def first_received_accept_dropdown
101
- within '#incoming-transfers' do
102
- find '.dropdown-toggle.accept'
103
- end
104
- end
105
-
106
- def first_received_reject_button
107
- within '#incoming-transfers' do
108
- find '.btn.btn-danger'
109
- end
110
- end
111
- end
112
- end
@@ -1,44 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec.shared_examples "a total_viewable method" do
4
- context('empty collection') { it { is_expected.to eq 0 } }
5
-
6
- context "null members" do
7
- let(:presenter) { described_class.new(SolrDocument.new(id: '123'), ability) }
8
-
9
- it { is_expected.to eq 0 }
10
- end
11
- end
12
-
13
- RSpec.shared_examples "a collection with public work and sub-collection" do
14
- context "collection with public work and sub-collection" do
15
- let!(:work) { create(:public_work, member_of_collections: [collection]) }
16
- let!(:subcollection) { create(:public_collection_lw, member_of_collections: [collection]) }
17
-
18
- it { is_expected.to eq 1 }
19
- end
20
- end
21
-
22
- RSpec.shared_examples "a collection with public collection" do
23
- context "collection with public collection" do
24
- let!(:subcollection) { create(:public_collection_lw, member_of_collections: [collection]) }
25
-
26
- it { is_expected.to eq 1 }
27
- end
28
- end
29
-
30
- RSpec.shared_examples "a collection with public work" do
31
- context "collection with public work" do
32
- let!(:work) { create(:public_work, member_of_collections: [collection]) }
33
-
34
- it { is_expected.to eq 1 }
35
- end
36
- end
37
-
38
- RSpec.shared_examples "a collection with private work" do
39
- context "collection with private work" do
40
- let!(:work) { create(:private_work, member_of_collections: [collection]) }
41
-
42
- it { is_expected.to eq 0 }
43
- end
44
- end