Skip to content

Releases: wvulibraries/databases

Upgrades / Bug Fixes

06 Nov 15:10

Choose a tag to compare

Change Log - November 6, 2019

Overview

  • HTML allowed in descriptions.
  • New Database Tag shows up on Homepage
  • RubyZip Security FIx
  • Curated Subjects Ordering and Bug Fix

app/controllers/admin/databases_controller.rb

  • curated_subjects[] added as a whitelisted param

app/decorators/database_decorator.rb

  • Added new database filter

app/views/public/base/list.html.erb, app/views/public/base/list_all.html.erb, app/views/public/base/subject_db_list.html.erb

  • Added raw HTML Parsing for the decscription.

Database Release 1.1.0

30 Sep 18:53

Choose a tag to compare

Change Log

Alerting

  • Setup alerting for nagios checks in the application layout file.

Security Updates

  • Updates run with bundler.

Additions and Bug Fixes

  • CSV for libguides
  • Bug fix for curated subjects
  • Disabling of proxy urls

The first production release of the databases application.

09 Aug 16:50

Choose a tag to compare

Change Log - August 9, 2019

gemfile, .ruby-version and dockerfile

  • Updated to ruby 2.6.2

gemfile.lock

  • Bundle Updates.

docker-compose.yml

  • Updated Elasticsearch docker to 6.8.1
  • Removed the command: bundle exec rails s -p 3000 -b '0.0.0.' since it is now being called in startup.sh.
  • Updated Mysql to 5.7.27

dockerfile, startup.sh

  • Added startup.sh and adjusted the end of the dockerfile to run the script so we automatically remove the pid if it exists.

circleci/config.yml

  • Adjusted circleci.yml for updated versions of ruby, elasticsearch

rspec factories - databases.rb landing_pages.rb

  • Adjusted faker calls to correctly use current version of faker.

rspec model test - database_spec.rb landing_page_spec.rb

  • Adjusted test belongs_to needed to be .optional

cas - authenticatable.rb, base_controller.rb and _public.html.erb

  • Fixed looping issue with Cas Authentication.