Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to_bulkrax 8.0.0 (requires rails bulkrax:update_status_messages #582

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,12 @@ group :development do
# gem 'xray-rails' # when using this gem, know that sidekiq will not work
end

# Bulkrax :: Upgrading passed this point might cause issues, for now we've made a
# Bulkrax :: Upgrading past this point might cause issues, for now we've made a
# branch off v5.3.1 that includes `DownloadCloudFileJob` work.
gem 'bulkrax', git: 'https://github.com/samvera/bulkrax', branch: '5.3.1-british_library'
# DownloadCloudFileJob included in Bulkrax >= 8.0.0
#gem 'bulkrax', git: 'https://github.com/samvera/bulkrax', tag: 'v8.0.0'


gem 'blacklight', '~> 6.7'
gem 'blacklight_oai_provider', '~> 6.1', '>= 6.1.1'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bagit (0.4.6)
bagit (0.6.0)
docopt (~> 0.5.0)
validatable (~> 1.6)
bcp47 (0.3.3)
Expand Down
2 changes: 2 additions & 0 deletions config/initializers/bulkrax.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

if ENV.fetch('HYKU_BULKRAX_ENABLED', false)
Bulkrax.object_factory = Bulkrax::ObjectFactory

# rubocop:disable Metrics/BlockLength
Bulkrax.setup do |config|
# Add local parsers
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ services:
## With the following line, uncommented during active development, we'll
## run bundle then boot the web-server.
##
# command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
##
## Similar to the above, except we will bundle and then tell the container
## to wait. You'll then need to bash into the web container and start the
Expand Down