Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrades Blacklight, Rails, and Ruby. (#758)
* Remove first batch of unnecessary files. * Remove second batch of unnecessary files. * Adds all new/adjusted files. * fixes syntax error. * fix render calls. * Second big dump * Completed rubocop and hopefully CircleCI. * CircleCI tweak. * CircleCI tweak 2. * CircleCI tweak 3. * CircleCI tweak 4. * CircleCI tweak 5. * Replace old Blacklight-Marc block. * CircleCI tweak 6. * Fleshes out ViewComponent testing and attempts a CircleCI tweak. * CircleCI tweak 7. * CircleCI tweak 8. * CircleCI tweak 9. * CircleCI tweak 10. * CircleCI tweak 11. * CircleCI tweak 12. * CircleCI tweak 13. * CircleCI tweak 14. * CircleCI tweak 15. * CircleCI tweak 16. * CircleCI tweak 17. * CircleCI tweak 18. * Updated config.yml * Updated config.yml * Updated config.yml * CircleCI tweak 19. * CircleCI tweak 20. * CircleCI tweak 21. * CircleCI tweak 22. * Adds start_over_button spec. * Move sole overrirde from whole file to another helper file. * Appeases the rubocop gods. * Add tests for citation_component. * adds test and makes rubocop happy. * Coverall removal test. * Rubocop appeasement. * Adds another component test. * fixes my rubo oopsy. * Adds test for about_this_item. * Adds test for access_and_copyright. * Adds test for find_this_item and some minor tweaks. * Adds test for first_column and some minor tweaks. * Adds test for generic_metadata and some refactoring. * Adds test for is_part_of_component. * Adds test for second_column and a bit of refactoring. * Corrects placement of no rspec comment. * Adds rspec comment to compoment that produces user errors. * rubocop fix. * Adds test for this_item_contains. * Adds test for view_items_in_collection. * Mild refactoring and sets ENV for thumbnail to ensure consistency. * Moves instance variable assignment to before_render. * Adds test for breadcrumbs and refactors some components. * Fully tests Lux::BreadcrumbsComponent. * Adds tests for Lux::ExploreCollectionsComponent. * Adds tests for Lux::HeroImageComponent and refactors. * Adds tests for Lux::MetadataFieldComponent and Blacklight test helpers. * Makes comment of lack of testing for Blacklight::MetadataFieldLayoutComponent. * Adds tests for Lux::ShowAllMetadataComponent. * Adds tests for Lux::ShowDocumentComponent. * Adds tests for Lux::ShowUvComponent. * Fixes rspec failure on CI. * Makes deploy script run yarn install. * Fixes Popper issue and points styling to new elements. * Fixes bugs related to date range slider. * Corrects styling of Facets modal. * Switches back to webpacker. * Adds invisible facets to load Explore Collections. * Restricts partials sent to Bookmark page. (#770) * Restricts partials sent to Bookmark page. * show em * show em filtered * citation only
- Loading branch information