Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade blacklight to version 7.8.0 #121
Merged
Conversation
codecov
bot
commented
May 22, 2020
•
Codecov Report
@@ Coverage Diff @@
## master #121 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 34 34
=========================================
Hits 34 34 Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
depfu bot commentedMay 22, 2020
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
7.8.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 44 commits:
Release v7.8.0
Merge pull request #2285 from projectblacklight/comment-removal-semantic-fields
Merge pull request #2284 from jacobthill/arabic-pluralizations
Add missing comment chunk
Removes comment
update translation
Merge pull request #2283 from projectblacklight/translations_config-locales-blacklight-en-yml--master_ar
Translate /config/locales/blacklight.en.yml in ar
Merge pull request #2281 from projectblacklight/jcoyne-patch-1
Fix usage docs around modals
Merge pull request #2277 from projectblacklight/remove-class
Remove a vestigial Bootstrap 3 class: btn-disabled
Merge pull request #2276 from projectblacklight/jcoyne-patch-1
Use the multiline string operator
Merge pull request #2273 from projectblacklight/remove_autoload_paths_config
Remove unneeded auto-loader config
Safe navigate when iterating over the documents ivar in various export views
Merge pull request #2270 from projectblacklight/constraint-component
Start migrating constraints towards using view components
Merge pull request #2268 from projectblacklight/facet-presenter-view-component
Add some more deprecations
Add tests
Opt out of calling back into helper methods if the item component method is provided
Update .rubocop_todo.yml
Extract view components for facets
Merge pull request #2267 from projectblacklight/rails-6-sprockets-6
Merge branch 'master' into rails-6-sprockets-6
Merge pull request #2269 from projectblacklight/update-rails
Test latest 5.x and 6.x releases of Rails
Generate a Rails 6 test app that spins up a server
Merge pull request #2263 from projectblacklight/streamline-docker
Extract Blacklight::FacetItemPresenter
Use docker-compose to run Solr in CI
Merge pull request #2261 from projectblacklight/link-contributing-2181
Merge pull request #2262 from dkinzer/fix-docker-compose-build-error
Fix docker compose build error.
Adds a link to CONTRIBUTING.md from README.md
Merge pull request #2259 from projectblacklight/blacklight-core
Create a solr core that matches the configs
Merge pull request #2186 from dkinzer/use-docker-instead-of-vagrant
Add docker-compose configuration for local development.
Merge pull request #2257 from projectblacklight/pagination-spacing
Adds a margin to fix pagination spacing
Allow query facets to be sorted by the hits returned.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands