blacklight 7.11.1 → 7.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +8 -0
- data/.solr_wrapper.yml +5 -0
- data/VERSION +1 -1
- data/app/builders/blacklight/action_builder.rb +6 -0
- data/app/components/blacklight/constraint_component.html.erb +5 -0
- data/app/components/blacklight/constraint_component.rb +13 -0
- data/app/components/blacklight/constraint_layout_component.rb +2 -1
- data/app/components/blacklight/constraints_component.html.erb +10 -0
- data/app/components/blacklight/constraints_component.rb +65 -0
- data/app/components/blacklight/document/action_component.html.erb +9 -0
- data/app/components/blacklight/document/action_component.rb +38 -0
- data/app/components/blacklight/document/actions_component.html.erb +13 -0
- data/app/components/blacklight/document/actions_component.rb +26 -0
- data/app/components/blacklight/document/bookmark_component.html.erb +1 -1
- data/app/components/blacklight/document/bookmark_component.rb +8 -0
- data/app/components/blacklight/document/citation_component.html.erb +4 -2
- data/app/components/blacklight/document/citation_component.rb +8 -1
- data/app/components/blacklight/document/group_component.html.erb +9 -0
- data/app/components/blacklight/document/group_component.rb +26 -0
- data/app/components/blacklight/document/more_like_this_component.rb +2 -0
- data/app/components/blacklight/document/thumbnail_component.html.erb +12 -0
- data/app/components/blacklight/document/thumbnail_component.rb +25 -0
- data/app/components/blacklight/document_component.rb +27 -26
- data/app/components/blacklight/facet_field_filter_component.html.erb +12 -0
- data/app/components/blacklight/facet_field_filter_component.rb +25 -0
- data/app/components/blacklight/facet_field_pagination_component.html.erb +19 -0
- data/app/components/blacklight/facet_field_pagination_component.rb +21 -0
- data/app/components/blacklight/facet_item_component.rb +4 -8
- data/app/components/blacklight/response/facet_group_component.html.erb +3 -1
- data/app/components/blacklight/response/facet_group_component.rb +8 -1
- data/app/components/blacklight/response/pagination_component.rb +3 -0
- data/app/components/blacklight/response/sort_component.html.erb +1 -1
- data/app/components/blacklight/response/spellcheck_component.rb +9 -2
- data/app/components/blacklight/response/view_type_component.html.erb +11 -0
- data/app/components/blacklight/response/view_type_component.rb +36 -0
- data/app/components/blacklight/search_bar_component.html.erb +1 -1
- data/app/components/blacklight/search_bar_component.rb +6 -0
- data/app/components/blacklight/search_context_component.rb +6 -2
- data/app/components/blacklight/system/dropdown_component.html.erb +1 -1
- data/app/components/blacklight/system/flash_message_component.html.erb +4 -0
- data/app/components/blacklight/system/flash_message_component.rb +24 -0
- data/app/controllers/concerns/blacklight/catalog.rb +7 -1
- data/app/controllers/concerns/blacklight/controller.rb +12 -3
- data/app/controllers/concerns/blacklight/facet.rb +19 -5
- data/app/controllers/concerns/blacklight/search_fields.rb +7 -1
- data/app/helpers/blacklight/blacklight_helper_behavior.rb +127 -17
- data/app/helpers/blacklight/catalog_helper_behavior.rb +36 -5
- data/app/helpers/blacklight/component_helper_behavior.rb +36 -6
- data/app/helpers/blacklight/configuration_helper_behavior.rb +32 -4
- data/app/helpers/blacklight/facets_helper_behavior.rb +31 -8
- data/app/helpers/blacklight/hash_as_hidden_fields_helper_behavior.rb +5 -0
- data/app/helpers/blacklight/render_constraints_helper_behavior.rb +28 -11
- data/app/helpers/blacklight/render_partials_helper_behavior.rb +8 -3
- data/app/helpers/blacklight/search_history_constraints_helper_behavior.rb +4 -2
- data/app/helpers/blacklight/suggest_helper_behavior.rb +1 -0
- data/app/helpers/blacklight/url_helper_behavior.rb +23 -3
- data/app/models/blacklight/icon.rb +0 -1
- data/app/models/concerns/blacklight/document.rb +1 -1
- data/app/models/concerns/blacklight/suggest/response.rb +1 -1
- data/app/models/record_mailer.rb +1 -1
- data/app/presenters/blacklight/document_presenter.rb +42 -1
- data/app/presenters/blacklight/facet_field_presenter.rb +3 -1
- data/app/presenters/blacklight/facet_item_presenter.rb +8 -0
- data/app/presenters/blacklight/field_presenter.rb +9 -6
- data/app/presenters/blacklight/json_presenter.rb +3 -1
- data/app/presenters/blacklight/show_presenter.rb +4 -30
- data/app/presenters/blacklight/thumbnail_presenter.rb +5 -1
- data/app/services/blacklight/document_factory.rb +3 -0
- data/app/services/blacklight/field_retriever.rb +18 -4
- data/app/services/blacklight/search_service.rb +0 -1
- data/app/views/bookmarks/_tools.html.erb +12 -7
- data/app/views/catalog/_bookmark_control.html.erb +1 -1
- data/app/views/catalog/_constraints.html.erb +12 -7
- data/app/views/catalog/_document.atom.builder +9 -6
- data/app/views/catalog/_document.rss.builder +4 -2
- data/app/views/catalog/_facet_index_navigation.html.erb +1 -10
- data/app/views/catalog/_facet_pagination.html.erb +1 -19
- data/app/views/catalog/_facets.html.erb +1 -1
- data/app/views/catalog/_group.html.erb +1 -9
- data/app/views/catalog/_index.html.erb +1 -1
- data/app/views/catalog/_search_results.html.erb +1 -1
- data/app/views/catalog/_show.html.erb +1 -1
- data/app/views/catalog/_show_header.html.erb +1 -1
- data/app/views/catalog/_show_main_content.html.erb +2 -2
- data/app/views/catalog/_show_tools.html.erb +12 -8
- data/app/views/catalog/_start_over.html.erb +1 -1
- data/app/views/catalog/_thumbnail.html.erb +1 -5
- data/app/views/catalog/_view_type_group.html.erb +5 -13
- data/app/views/catalog/index.json.jbuilder +8 -6
- data/app/views/catalog/show.json.jbuilder +1 -1
- data/app/views/shared/_flash_msg.html.erb +1 -15
- data/blacklight.gemspec +1 -0
- data/config/locales/blacklight.ca.yml +241 -0
- data/lib/blacklight/abstract_repository.rb +13 -4
- data/lib/blacklight/configuration.rb +11 -5
- data/lib/blacklight/configuration/display_field.rb +50 -0
- data/lib/blacklight/configuration/facet_field.rb +58 -1
- data/lib/blacklight/configuration/field.rb +13 -0
- data/lib/blacklight/configuration/index_field.rb +5 -0
- data/lib/blacklight/configuration/search_field.rb +3 -0
- data/lib/blacklight/configuration/show_field.rb +5 -0
- data/lib/blacklight/configuration/sort_field.rb +3 -0
- data/lib/blacklight/configuration/tool_config.rb +1 -0
- data/lib/blacklight/configuration/view_config.rb +25 -0
- data/lib/blacklight/search_state.rb +4 -2
- data/lib/blacklight/solr/repository.rb +1 -1
- data/lib/generators/blacklight/templates/catalog_controller.rb +8 -7
- data/spec/components/blacklight/document/action_component_spec.rb +43 -0
- data/spec/components/blacklight/document/group_component_spec.rb +45 -0
- data/spec/components/blacklight/document_component_spec.rb +8 -0
- data/spec/components/blacklight/facet_item_pivot_component_spec.rb +0 -1
- data/spec/components/blacklight/system/flash_message_component_spec.rb +54 -0
- data/spec/controllers/blacklight/search_fields_spec.rb +2 -0
- data/spec/controllers/catalog_controller_spec.rb +2 -0
- data/spec/helpers/blacklight/facets_helper_behavior_spec.rb +6 -1
- data/spec/helpers/blacklight/hash_as_hidden_fields_behavior_spec.rb +2 -0
- data/spec/helpers/blacklight/render_constraints_helper_behavior_spec.rb +2 -0
- data/spec/helpers/blacklight/render_partials_helper_behavior_spec.rb +3 -1
- data/spec/helpers/blacklight/url_helper_behavior_spec.rb +2 -0
- data/spec/helpers/blacklight_helper_spec.rb +10 -0
- data/spec/helpers/catalog_helper_spec.rb +4 -4
- data/spec/lib/blacklight/configuration/facet_field_spec.rb +17 -0
- data/spec/models/blacklight/search_builder_spec.rb +1 -1
- data/spec/models/blacklight/solr/search_builder_spec.rb +8 -0
- data/spec/presenters/blacklight/field_presenter_spec.rb +30 -5
- data/spec/services/blacklight/search_service_spec.rb +1 -5
- data/spec/views/catalog/_constraints.html.erb_spec.rb +2 -1
- data/spec/views/catalog/_facet_index_navigation.html.erb_spec.rb +4 -2
- data/spec/views/catalog/_show_tools.html.erb_spec.rb +8 -8
- data/spec/views/catalog/show.json.jbuilder_spec.rb +1 -0
- data/tasks/blacklight.rake +27 -12
- metadata +47 -2
@@ -16,56 +16,56 @@ RSpec.describe "catalog/_show_tools.html.erb" do
|
|
16
16
|
|
17
17
|
it "renders a document action" do
|
18
18
|
allow(view).to receive(:some_action_solr_document_path).with(document, any_args).and_return 'x'
|
19
|
-
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new partial: 'document_action'
|
19
|
+
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new key: :some_action, name: :some_action, partial: 'document_action'
|
20
20
|
render partial: 'catalog/show_tools'
|
21
21
|
expect(rendered).to have_link "Some action", href: "x"
|
22
22
|
end
|
23
23
|
|
24
24
|
it "uses the provided label" do
|
25
25
|
allow(view).to receive(:some_action_solr_document_path).and_return "x"
|
26
|
-
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new label: "Some label", partial: 'document_action'
|
26
|
+
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new key: :some_action, name: :some_action, label: "Some label", partial: 'document_action'
|
27
27
|
render partial: 'catalog/show_tools'
|
28
28
|
expect(rendered).to have_selector '.some_action', text: "Some label"
|
29
29
|
end
|
30
30
|
|
31
31
|
it "evaluates a document action's if configurations" do
|
32
32
|
allow(view).to receive(:some_action_solr_document_path).and_return "x"
|
33
|
-
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new if: false, partial: 'document_action'
|
33
|
+
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new key: :some_action, name: :some_action, if: false, partial: 'document_action'
|
34
34
|
render partial: 'catalog/show_tools'
|
35
35
|
expect(rendered).not_to have_selector '.some_action', text: "Some action"
|
36
36
|
end
|
37
37
|
|
38
38
|
it "evaluates a document action's if configuration with a proc" do
|
39
39
|
allow(view).to receive(:some_action_solr_document_path).and_return "x"
|
40
|
-
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new partial: 'document_action', if: proc { |_config, doc| doc.id == "xyz" }
|
40
|
+
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new key: :some_action, name: :some_action, partial: 'document_action', if: proc { |_config, doc| doc.id == "xyz" }
|
41
41
|
render partial: 'catalog/show_tools'
|
42
42
|
expect(rendered).not_to have_selector '.some_action', text: "Some action"
|
43
43
|
end
|
44
44
|
|
45
45
|
it "evaluates a document action's unless configurations" do
|
46
46
|
allow(view).to receive(:some_action_solr_document_path).and_return "x"
|
47
|
-
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new partial: 'document_action', unless: true
|
47
|
+
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new key: :some_action, name: :some_action, partial: 'document_action', unless: true
|
48
48
|
render partial: 'catalog/show_tools'
|
49
49
|
expect(rendered).not_to have_selector '.some_action', text: "Some action"
|
50
50
|
end
|
51
51
|
|
52
52
|
it "allows the tool to have a custom id" do
|
53
53
|
allow(view).to receive(:some_action_solr_document_path).and_return "x"
|
54
|
-
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new partial: 'document_action', id: "some_action"
|
54
|
+
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new key: :some_action, name: :some_action, partial: 'document_action', id: "some_action"
|
55
55
|
render partial: 'catalog/show_tools'
|
56
56
|
expect(rendered).to have_selector '#some_action', text: "Some action"
|
57
57
|
end
|
58
58
|
|
59
59
|
it "defaults to modal behavior" do
|
60
60
|
allow(view).to receive(:some_action_solr_document_path).and_return "x"
|
61
|
-
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new partial: 'document_action'
|
61
|
+
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new key: :some_action, name: :some_action, partial: 'document_action'
|
62
62
|
render partial: 'catalog/show_tools'
|
63
63
|
expect(rendered).to have_selector '.some_action > a[data-blacklight-modal="trigger"]', text: "Some action"
|
64
64
|
end
|
65
65
|
|
66
66
|
it "allows configuration to opt out of modal behavior" do
|
67
67
|
allow(view).to receive(:some_action_solr_document_path).and_return "x"
|
68
|
-
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new partial: 'document_action', modal: false
|
68
|
+
document_actions[:some_action] = Blacklight::Configuration::ToolConfig.new key: :some_action, name: :some_action, partial: 'document_action', modal: false
|
69
69
|
render partial: 'catalog/show_tools'
|
70
70
|
expect(rendered).not_to have_selector '.some_action > a[data-blacklight-modal="trigger"]', text: "Some action"
|
71
71
|
end
|
data/tasks/blacklight.rake
CHANGED
@@ -10,25 +10,40 @@ end
|
|
10
10
|
require 'rubocop/rake_task'
|
11
11
|
RuboCop::RakeTask.new(:rubocop)
|
12
12
|
|
13
|
+
require 'solr_wrapper'
|
14
|
+
require 'open3'
|
15
|
+
|
16
|
+
def system_with_error_handling(*args)
|
17
|
+
Open3.popen3(*args) do |stdout, stderr, status, _thread|
|
18
|
+
puts stdout.read
|
19
|
+
raise "Unable to run #{args.inspect}: #{stderr.read}" unless status.success?
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
13
23
|
def with_solr
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
24
|
+
if system('docker-compose')
|
25
|
+
begin
|
26
|
+
puts "Starting Solr"
|
27
|
+
system_with_error_handling "docker-compose up -d solr"
|
28
|
+
yield
|
29
|
+
ensure
|
30
|
+
puts "Stopping Solr"
|
31
|
+
system_with_error_handling "docker-compose stop solr"
|
32
|
+
end
|
33
|
+
else
|
34
|
+
SolrWrapper.wrap do |solr|
|
35
|
+
solr.with_collection do
|
36
|
+
yield
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
20
40
|
end
|
21
41
|
|
22
42
|
# rubocop:disable Rails/RakeEnvironment
|
23
43
|
desc "Run test suite"
|
24
44
|
task :ci do
|
25
45
|
with_solr do
|
26
|
-
Rake::Task['
|
27
|
-
|
28
|
-
within_test_app do
|
29
|
-
system "RAILS_ENV=test bin/rake blacklight:index:seed"
|
30
|
-
end
|
31
|
-
|
46
|
+
Rake::Task['blacklight:internal:seed'].invoke
|
32
47
|
Rake::Task['blacklight:coverage'].invoke
|
33
48
|
end
|
34
49
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Rochkind
|
@@ -17,7 +17,7 @@ authors:
|
|
17
17
|
autorequire:
|
18
18
|
bindir: exe
|
19
19
|
cert_chain: []
|
20
|
-
date: 2020-10-
|
20
|
+
date: 2020-10-12 00:00:00.000000000 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: rails
|
@@ -311,6 +311,20 @@ dependencies:
|
|
311
311
|
- - ">="
|
312
312
|
- !ruby/object:Gem::Version
|
313
313
|
version: '0'
|
314
|
+
- !ruby/object:Gem::Dependency
|
315
|
+
name: solr_wrapper
|
316
|
+
requirement: !ruby/object:Gem::Requirement
|
317
|
+
requirements:
|
318
|
+
- - ">="
|
319
|
+
- !ruby/object:Gem::Version
|
320
|
+
version: '0'
|
321
|
+
type: :development
|
322
|
+
prerelease: false
|
323
|
+
version_requirements: !ruby/object:Gem::Requirement
|
324
|
+
requirements:
|
325
|
+
- - ">="
|
326
|
+
- !ruby/object:Gem::Version
|
327
|
+
version: '0'
|
314
328
|
description: |-
|
315
329
|
Blacklight is an open source Solr user interface discovery platform.
|
316
330
|
You can use Blacklight to enable searching and browsing of your
|
@@ -332,6 +346,7 @@ files:
|
|
332
346
|
- ".rspec"
|
333
347
|
- ".rubocop.yml"
|
334
348
|
- ".rubocop_todo.yml"
|
349
|
+
- ".solr_wrapper.yml"
|
335
350
|
- ".travis.yml"
|
336
351
|
- ".yardopts"
|
337
352
|
- CONTRIBUTING.md
|
@@ -366,23 +381,39 @@ files:
|
|
366
381
|
- app/assets/stylesheets/blacklight/blacklight.scss
|
367
382
|
- app/assets/stylesheets/blacklight/blacklight_defaults.scss
|
368
383
|
- app/builders/blacklight/action_builder.rb
|
384
|
+
- app/components/blacklight/constraint_component.html.erb
|
385
|
+
- app/components/blacklight/constraint_component.rb
|
369
386
|
- app/components/blacklight/constraint_layout_component.html.erb
|
370
387
|
- app/components/blacklight/constraint_layout_component.rb
|
388
|
+
- app/components/blacklight/constraints_component.html.erb
|
389
|
+
- app/components/blacklight/constraints_component.rb
|
390
|
+
- app/components/blacklight/document/action_component.html.erb
|
391
|
+
- app/components/blacklight/document/action_component.rb
|
392
|
+
- app/components/blacklight/document/actions_component.html.erb
|
393
|
+
- app/components/blacklight/document/actions_component.rb
|
371
394
|
- app/components/blacklight/document/bookmark_component.html.erb
|
372
395
|
- app/components/blacklight/document/bookmark_component.rb
|
373
396
|
- app/components/blacklight/document/citation_component.html.erb
|
374
397
|
- app/components/blacklight/document/citation_component.rb
|
398
|
+
- app/components/blacklight/document/group_component.html.erb
|
399
|
+
- app/components/blacklight/document/group_component.rb
|
375
400
|
- app/components/blacklight/document/more_like_this_component.html.erb
|
376
401
|
- app/components/blacklight/document/more_like_this_component.rb
|
402
|
+
- app/components/blacklight/document/thumbnail_component.html.erb
|
403
|
+
- app/components/blacklight/document/thumbnail_component.rb
|
377
404
|
- app/components/blacklight/document_component.html.erb
|
378
405
|
- app/components/blacklight/document_component.rb
|
379
406
|
- app/components/blacklight/document_metadata_component.html.erb
|
380
407
|
- app/components/blacklight/document_metadata_component.rb
|
381
408
|
- app/components/blacklight/facet_field_component.html.erb
|
382
409
|
- app/components/blacklight/facet_field_component.rb
|
410
|
+
- app/components/blacklight/facet_field_filter_component.html.erb
|
411
|
+
- app/components/blacklight/facet_field_filter_component.rb
|
383
412
|
- app/components/blacklight/facet_field_list_component.html.erb
|
384
413
|
- app/components/blacklight/facet_field_list_component.rb
|
385
414
|
- app/components/blacklight/facet_field_no_layout_component.rb
|
415
|
+
- app/components/blacklight/facet_field_pagination_component.html.erb
|
416
|
+
- app/components/blacklight/facet_field_pagination_component.rb
|
386
417
|
- app/components/blacklight/facet_item_component.rb
|
387
418
|
- app/components/blacklight/facet_item_pivot_component.rb
|
388
419
|
- app/components/blacklight/metadata_field_component.html.erb
|
@@ -397,12 +428,16 @@ files:
|
|
397
428
|
- app/components/blacklight/response/sort_component.rb
|
398
429
|
- app/components/blacklight/response/spellcheck_component.html.erb
|
399
430
|
- app/components/blacklight/response/spellcheck_component.rb
|
431
|
+
- app/components/blacklight/response/view_type_component.html.erb
|
432
|
+
- app/components/blacklight/response/view_type_component.rb
|
400
433
|
- app/components/blacklight/search_bar_component.html.erb
|
401
434
|
- app/components/blacklight/search_bar_component.rb
|
402
435
|
- app/components/blacklight/search_context_component.html.erb
|
403
436
|
- app/components/blacklight/search_context_component.rb
|
404
437
|
- app/components/blacklight/system/dropdown_component.html.erb
|
405
438
|
- app/components/blacklight/system/dropdown_component.rb
|
439
|
+
- app/components/blacklight/system/flash_message_component.html.erb
|
440
|
+
- app/components/blacklight/system/flash_message_component.rb
|
406
441
|
- app/components/blacklight/system/modal_component.html.erb
|
407
442
|
- app/components/blacklight/system/modal_component.rb
|
408
443
|
- app/controllers/bookmarks_controller.rb
|
@@ -576,6 +611,7 @@ files:
|
|
576
611
|
- blacklight.gemspec
|
577
612
|
- config/i18n-tasks.yml
|
578
613
|
- config/locales/blacklight.ar.yml
|
614
|
+
- config/locales/blacklight.ca.yml
|
579
615
|
- config/locales/blacklight.de.yml
|
580
616
|
- config/locales/blacklight.en.yml
|
581
617
|
- config/locales/blacklight.es.yml
|
@@ -595,11 +631,14 @@ files:
|
|
595
631
|
- lib/blacklight/abstract_repository.rb
|
596
632
|
- lib/blacklight/configuration.rb
|
597
633
|
- lib/blacklight/configuration/context.rb
|
634
|
+
- lib/blacklight/configuration/display_field.rb
|
598
635
|
- lib/blacklight/configuration/facet_field.rb
|
599
636
|
- lib/blacklight/configuration/field.rb
|
600
637
|
- lib/blacklight/configuration/fields.rb
|
638
|
+
- lib/blacklight/configuration/index_field.rb
|
601
639
|
- lib/blacklight/configuration/null_field.rb
|
602
640
|
- lib/blacklight/configuration/search_field.rb
|
641
|
+
- lib/blacklight/configuration/show_field.rb
|
603
642
|
- lib/blacklight/configuration/sort_field.rb
|
604
643
|
- lib/blacklight/configuration/tool_config.rb
|
605
644
|
- lib/blacklight/configuration/view_config.rb
|
@@ -666,12 +705,15 @@ files:
|
|
666
705
|
- lib/railties/blacklight.rake
|
667
706
|
- package.json
|
668
707
|
- spec/components/blacklight/constraint_layout_component_spec.rb
|
708
|
+
- spec/components/blacklight/document/action_component_spec.rb
|
709
|
+
- spec/components/blacklight/document/group_component_spec.rb
|
669
710
|
- spec/components/blacklight/document_component_spec.rb
|
670
711
|
- spec/components/blacklight/document_metadata_component_spec.rb
|
671
712
|
- spec/components/blacklight/facet_field_list_component_spec.rb
|
672
713
|
- spec/components/blacklight/facet_item_component_spec.rb
|
673
714
|
- spec/components/blacklight/facet_item_pivot_component_spec.rb
|
674
715
|
- spec/components/blacklight/metadata_field_component_spec.rb
|
716
|
+
- spec/components/blacklight/system/flash_message_component_spec.rb
|
675
717
|
- spec/controllers/alternate_controller_spec.rb
|
676
718
|
- spec/controllers/application_controller_spec.rb
|
677
719
|
- spec/controllers/blacklight/base_spec.rb
|
@@ -826,12 +868,15 @@ summary: Blacklight provides a discovery interface for any Solr (http://lucene.a
|
|
826
868
|
index.
|
827
869
|
test_files:
|
828
870
|
- spec/components/blacklight/constraint_layout_component_spec.rb
|
871
|
+
- spec/components/blacklight/document/action_component_spec.rb
|
872
|
+
- spec/components/blacklight/document/group_component_spec.rb
|
829
873
|
- spec/components/blacklight/document_component_spec.rb
|
830
874
|
- spec/components/blacklight/document_metadata_component_spec.rb
|
831
875
|
- spec/components/blacklight/facet_field_list_component_spec.rb
|
832
876
|
- spec/components/blacklight/facet_item_component_spec.rb
|
833
877
|
- spec/components/blacklight/facet_item_pivot_component_spec.rb
|
834
878
|
- spec/components/blacklight/metadata_field_component_spec.rb
|
879
|
+
- spec/components/blacklight/system/flash_message_component_spec.rb
|
835
880
|
- spec/controllers/alternate_controller_spec.rb
|
836
881
|
- spec/controllers/application_controller_spec.rb
|
837
882
|
- spec/controllers/blacklight/base_spec.rb
|