Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Docker containers for Solr, Fedora, and PG * Hyrax image in progress * Dockerfile & init scripts * Adding docker-compose * Moving scholarspace user setup to container init * Added Redis * Sidekiq container added * Fixed sitemap generation task for Dockerized environment * Added config files * Updating README * Updated documentation * Updated README * Fixed issue with log permissions & directory creation * Changed DB to HYRAX_DB_PROD in docker-compose; moved calling hyrax-config.sh from Dockerfile to scholarspace-setup.sh * Update hyrax gem to 3.0.0 * Add psych gem <4.0.0 * Run db migrations to update schema * Add univeral viewer folder to gitignore * Add tinymce-rails version gem * Replace solrizer methods with activefedora * Bump hyrax version to 3.0.2 * Bump hyrax to v3.5.0 * Add db migration files * Updated schema * Change /ga to shared/ga * Add updated helper modules * Add iiif config to hyrax initializer * Add univeral viewer files * Fixes #379 by installing Imagemagick 7 when building the sidekiq container image * Updated URL for ImageMagick source download to more persistent URL * Fix app-init.sh command option * Added {} due to change in yaml parsing; Ref UNC-Libraries/hy-c#918 * Add back action buttons * Listed prerequisites for Docker setup. Ref #99. * T99 t313 redesign merge (#398) * Comment out instructions * Delete duplicated solr_wrapper file * Seed file with admin role, admin user, workflows, default admin set * Copy config files to conf, delete redundant config folder * Add ETD collection creation to seed * Add solr_wrapper configs for local deployment * Add placeholder value to analytics.yml * Add dev environment settings * Refactor seed file into scholarspace_seeder file * Update solr instructions to use conf instead of config * header restructuring and styling progress * Fix default admin set permission template creation * footer positioning fixed * Development and test file processing settings * Lock redlock gem to < 2.0 * Set fedora to not persist * header styles cleanup and template changes * homepage and general styles * dashboard styling and misc template edits * footer formatting * search bar border edit * responsive footer and responsive header progress * menu, header, footer translations * Add default setup seed * Add additional logs to gitignore * Turn off persistence in fcrepo_wrapper * Revert "Turn off persistence in fcrepo_wrapper" This reverts commit 50881fe. * Revert "Revert "Turn off persistence in fcrepo_wrapper"" This reverts commit b730de2. * Add faker and factory_bot to development gems * Delete commented out gems * Add Gemfile.lock * Add example files for testing * WIP on seed file * mobile accordion menu implemented * Add content-admin role and user * Remove scholarspace_seeder util * Add thumbnail_label_for method * Add journal creation and branding to seed * Add featured work to seed * further homepage and header styling * Add styling and contentblocks to seed * collections page styles and structure * misc search page changes, commit for pull from local_setup * misc search page styling * search widgets restyled and misc homepage edits * slight locale edit * mobile menu styled * admin style and template improvements * Change solr/config to solr/conf * Add aarch64-linux and x86_64-linux to bundle platforms * Add default dev admin settings to env template * Comment out pry gem * Remove ImageMagick zip after install * Add test/dev/prod solr core creation * Add development.rb.template * Add test.rb.template * Add environment templates to docker * Add solr core creation env variables * language selector commented out for this milestone * Turn off inline job queuing * Modify blacklight.yml template for docker * Modify fedora.yml.template for docker * Modify solr.yml.template for docker * Updated gemfile * single item page styles and search style tweaks * table styles for collections and single items * search styling edits for collections * mobile compatibility single item page fixes * share your work logic progress * logic progress * header styles adjustment * Adjust indentation for consistency * Workaround for share work button functionality * Add create work presenter to _masthead * Refactor into stand_work_types_presenter * Add update method in strategies_controller for fixing flipflop redirect error * Redesign 2023 (#400) * dashboard style fixes and contact dropdown fix * share your work mobile usability * removed duplicate share your work modal html * Add error_controller, routes, erb for custom error pages * 404 page template and styles * header style customization --------- Co-authored-by: Max Turer <[email protected]> Co-authored-by: Alex Boyd <[email protected]> * Added support for SSL * Adding ssl conf * Updated solrconfig to remove suggester * accessibility fixes and style convention adherence * placeholder thumbnail alt text * Pinned postgres version * fixed bug of scss loading twice * descriptive thumbnail alt text added to search, featured, work page * Updates to README * alt text added and buttons standardized in single work pages * README updates * Script cleanup --------- Co-authored-by: Max Turer <[email protected]> Co-authored-by: Dolsy Smith <[email protected]> Co-authored-by: Dolsy Smith <[email protected]> --------- Resolves: #395, #394, #393, #390, #380, #379, #378, #313, #99 --------- Co-authored-by: dolsysmith <[email protected]> Co-authored-by: Dan Kerchner <[email protected]> Co-authored-by: Alex Boyd <[email protected]> Co-authored-by: Alex Boyd <[email protected]> Co-authored-by: Max Turer <[email protected]> Co-authored-by: Dolsy Smith <[email protected]>
- Loading branch information