-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5730 from samvera/bl7boot4rails6
Upgrade to Blacklight 7, Bootstrap 4 and Rails 6.0
- Loading branch information
Showing
431 changed files
with
44,527 additions
and
7,223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
default: 2.3.13 | ||
rails_version: | ||
type: string | ||
default: '5.2.8' | ||
default: 6.0.5 | ||
executor: | ||
name: 'samvera/ruby' | ||
ruby_version: << parameters.ruby_version >> | ||
|
@@ -74,15 +74,15 @@ jobs: | |
default: 2.3.13 | ||
rails_version: | ||
type: string | ||
default: '5.2.8' | ||
default: 6.0.5 | ||
executor: | ||
name: 'samvera/ruby_fcrepo_solr_redis_postgres' | ||
ruby_version: << parameters.ruby_version >> | ||
resource_class: medium+ | ||
environment: | ||
RAILS_VERSION: << parameters.rails_version >> | ||
NOKOGIRI_USE_SYSTEM_LIBRARIES: true | ||
ENGINE_CART_RAILS_OPTIONS: --database=postgresql --skip-git --skip-bundle --skip-listen --skip-spring --skip-keeps --skip-test --skip-bootsnap | ||
ENGINE_CART_RAILS_OPTIONS: --database=postgresql --skip-git --skip-bundle --skip-listen --skip-spring --skip-keeps --skip-test --skip-bootsnap --skip-javascript | ||
DATABASE_URL: postgresql://[email protected]/circle_test # Hard-coded with data from CircleCI orb, related to https://github.com/samvera-labs/samvera-circleci-orb/issues/42 | ||
steps: | ||
- attach_workspace: | ||
|
@@ -172,11 +172,11 @@ workflows: | |
jobs: | ||
- bundle: | ||
ruby_version: "2.7.6" | ||
rails_version: "5.2.8" | ||
rails_version: "6.0.5" | ||
bundler_version: "2.3.13" | ||
- build: | ||
ruby_version: "2.7.6" | ||
rails_version: "5.2.8" | ||
rails_version: "6.0.5" | ||
bundler_version: "2.3.13" | ||
requires: | ||
- bundle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
"private": true, | ||
"repository": "[email protected]:samvera/hyrax.git", | ||
"dependencies": { | ||
"universalviewer": "^3.0.16" | ||
}, | ||
"scripts": { | ||
"preinstall": "rm -rf ./public/uv", | ||
"postinstall": "yarn run uv-install && yarn run uv-config", | ||
"uv-install": "cp -r ./node_modules/universalviewer/dist ./public/uv", | ||
"uv-config": "cp ./config/uv/uv.html ./public/uv/uv.html & cp ./config/uv/uv-config.json ./public/uv/" | ||
"universalviewer": "^3.1.4" | ||
}, | ||
"scripts": { | ||
"preinstall": "rm -rf ./public/uv", | ||
"postinstall": "yarn run uv-install && yarn run uv-config", | ||
"uv-install": "cp -r ./node_modules/universalviewer/dist ./public/uv", | ||
"uv-config": "cp ./config/uv/uv.html ./public/uv/uv.html & cp ./config/uv/uv-config.json ./public/uv/" | ||
}, | ||
"devDependencies": {} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
44 | ||
500bl7boot4rails6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.