Skip to content

Commit

Permalink
Merge pull request #3915 from samvera/solr-valk-config
Browse files Browse the repository at this point in the history
Update solr configuration to use `solr/conf`
  • Loading branch information
cjcolvar authored Aug 28, 2019
2 parents 277e2ca + 3c00e34 commit f967913
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
- attach_workspace:
at: ~/
- samvera/install_solr_core:
solr_config_path: .internal_test_app/solr/config
solr_config_path: .internal_test_app/solr/conf
- samvera/install_solr_core:
solr_config_path: .internal_test_app/solr/config
solr_config_path: .internal_test_app/solr/conf
core_name: hyrax-valkyrie-test
# Rerun bundler in case this is a different ruby version than bundle and build steps
- samvera/bundle_for_gem:
Expand Down
2 changes: 1 addition & 1 deletion .regen
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0
1
7 changes: 5 additions & 2 deletions hyrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SUMMARY
# http://guides.rubyonrails.org/maintenance_policy.html
spec.add_dependency 'rails', '~> 5.0'

spec.add_dependency 'active-fedora', '~> 12.0'
spec.add_dependency 'active-fedora', '~> 13.0'
spec.add_dependency 'almond-rails', '~> 0.1'
spec.add_dependency 'awesome_nested_set', '~> 3.1'
spec.add_dependency 'blacklight', '~> 6.14'
Expand All @@ -50,7 +50,7 @@ SUMMARY
spec.add_dependency 'font-awesome-rails', '~> 4.2'
spec.add_dependency 'hydra-derivatives', '~> 3.3'
spec.add_dependency 'hydra-editor', '~> 5.0'
spec.add_dependency 'hydra-head', '>= 10.6.1'
spec.add_dependency 'hydra-head', '>= 10.7.0'
spec.add_dependency 'hydra-works', '>= 0.16', '< 2.0'
spec.add_dependency 'iiif_manifest', '>= 0.3', '< 0.7'
spec.add_dependency 'jquery-datatables-rails', '~> 3.4'
Expand Down Expand Up @@ -110,4 +110,7 @@ SUMMARY
########################################################
# Temporarily pinned dependencies. INCLUDE EXPLANATIONS.
#
# Pin sass-rails to 5.x because rails 5.x apps have this same dependency in their generated Gemfiles
# See https://github.com/samvera/hyrax/issues/3919
spec.add_dependency 'sass-rails', '~> 5.0'
end
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ port: 8987
instance_dir: tmp/solr-valkyrie-test
collection:
persist: false
dir: solr/config
dir: solr/conf
name: hyrax-valkyrie-test

0 comments on commit f967913

Please sign in to comment.