v1.0.0
This release sees updates to historical data tracking. It now tracks both passing and failing connection tests. And it shows a graph on the Monitor Status page showing connection results over time.
Required Actions:
- migrate database tables with
rake db:migrate
- add ImageMagick prerequisite (see README for link)
- create
app/assets/images/qa_server/charts/.keep
Be sure the following gems are in your Gemfile
gem 'qa', github: 'samvera/questioning_authority', tag: 'e870fc07b991188053d2cd9eeb6a843b896911d8'
gem 'linkeddata'
NOTE: The linkeddata gem is recommended. The ruby-rdf/linkeddata library provides support for a wide range of RDF formats. You can optionally include gems separately that process each RDF format individually. See the README for ruby-rdf/linkeddata for a list of individual gems.
Change Log:
- drive URL base host path from qa engine mount location
- show graph of historical data on monitor status page (prereq: ImageMagick)
- expand historical data to track all test results (passing and failing) (requires: db migrations)
- add bixby to control rubocop styles consistent with Hyrax
- add ability to use configurations to control app features
- fix security vulnerabilities