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

Update submodule and fix broken items #165

Merged
merged 11 commits into from
Nov 22, 2024

Conversation

laritakr
Copy link
Contributor

Story

After updating the Hyku submodule, there are some issues to resolve before merging.
Refs #164

Expected Behavior Before Changes

Expected Behavior After Changes

Screenshots / Video

Notes

LaRita Robinson added 3 commits November 18, 2024 13:43
Committing the Gemfile lock into the knapsack makes Hyku gem updates not
take effect as they should.
LaRita Robinson added 3 commits November 19, 2024 15:11
@laritakr laritakr marked this pull request as ready for review November 21, 2024 21:39
Copy link
Contributor

@kirkkwang kirkkwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that looks good to me

Copy link

@sjproctor sjproctor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One non-blocking comment. Looks good!

@@ -35,7 +35,7 @@

RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
config.fixture_path = Rails.root.join("spec", "fixtures").to_s

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want single quotes here since you removed the interpolation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odd... that was a rubocop auto-fix! I wouldn't have expected it to use double quotes.

LaRita Robinson added 2 commits November 21, 2024 17:55
PR samvera/hyku#2384 added a new account setting.
@laritakr laritakr merged commit c6a39e3 into main Nov 22, 2024
6 checks passed
@laritakr laritakr deleted the update-submodule-and-fix-broken-items branch November 22, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants