-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bulkrax importing work #1970
Merged
Merged
Bulkrax importing work #1970
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
554f69c
include for the optional gem knapsack, to make developement and deplo…
orangewolf 17b3a5b
fix build version issue, remove javaopts warning
orangewolf 2b669fb
fix version issue
orangewolf e4156c3
undeclaired variable is not useful
orangewolf eed16c7
Revert "undeclaired variable is not useful"
orangewolf b820c3b
update knap version, fix git permissions
orangewolf 7581d7a
fix deps
orangewolf 9a3ddff
work on caching, get gem version correct
orangewolf b87d01d
lint fix
orangewolf 54b368c
Merge branch 'main' of https://github.com/samvera/hyku into with_knap…
orangewolf 8301c89
more db options
orangewolf 97757eb
update bulkrax to handle blanks
orangewolf e4b097e
docker build effenencies, try to get arm builds back
orangewolf 4b4e20c
fix rubocop
orangewolf bb607a7
bumb base version
orangewolf 1488803
Merge branch 'main' into bulkrax_importing_work
orangewolf 4c2b2ec
move bulkrax back to a release
orangewolf 2c52138
Update Gemfile
orangewolf a5aeb7e
Update licenses.yml
orangewolf 74b143d
Update licenses.yml
orangewolf 77b9d26
Update licenses.yml
orangewolf 0039ca8
Merge branch 'main' into bulkrax_importing_work
orangewolf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
CHROME_HOSTNAME=chrome | ||
COMPOSE_DOCKER_CLI_BUILD=1 | ||
DB_ADAPTER=postgresql | ||
DB_HOST=db | ||
DB_HOST=db | ||
DB_NAME=hyku | ||
DB_PASSWORD=DatabaseFTW | ||
DB_PORT=5432 | ||
DB_TEST_NAME=hyku_test | ||
DB_USER=postgres | ||
DB_HOST=db | ||
DB_PORT=5432 | ||
DOCKER_BUILDKIT=1 | ||
FCREPO_BASE_PATH=/hykudemo | ||
FCREPO_HOST=fcrepo | ||
FCREPO_PORT=8080 | ||
|
@@ -15,6 +17,7 @@ [email protected] | |
INITIAL_ADMIN_PASSWORD=testing123 | ||
JAVA_OPTS=-Xmx4g -Xms1g | ||
IN_DOCKER=true | ||
JAVA_OPTS= | ||
LD_LIBRARY_PATH=/opt/fits/tools/mediainfo/linux | ||
PASSENGER_APP_ENV=development | ||
RAILS_LOG_TO_STDOUT=true | ||
|
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 |
---|---|---|
|
@@ -14,6 +14,6 @@ jobs: | |
uses: scientist-softserv/actions/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
platforms: "linux/amd64" # "linux/amd64,linux/arm64" | ||
platforms: "linux/amd64,linux/arm64" | ||
target: hyku-base | ||
image_name: samvera/hyku/base |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aprilrieger this is the secret to eternal youth. or maybe it was faster builds. it was one of those two things