v1.1.0
Released: Oct 31, 2018
Actions Required to Upgrade
Update QA gem to...
gem 'qa', github: 'samvera/questioning_authority', tag: 'f44e597474cd55f64fb31a77bdb39ece81b97fa8'
New Configuration Options
All new configurations are optional and have backward compatible defaults. If you want to set the new configurations, copy the new configurations from...
lib/generators/qa_server/templates/config/initializers/qa_server.rb
Navigation Menu
You can add additional menu items to the navigational menu using configuration config.navmenu_extra_leftitems
. This is most commonly used to add a link to API documentation.
Historical Data on Monitor Status page
There are two ways to display historical data:
- graph - turn on by setting
config.dispaly_historical_graph = true
(default=false) - datatable - turn on by setting
config.dispaly_historical_datatable = true
(default=true)
If you want to show the graph, you will also need to create a .keep file in the following directory in your app to insure this directory exists when the graph is created.
app/assets/images/qa_server/charts/.keep
Change Log
- allow historical data to be displayed as graph or datatable (configuration)
- drive main nav menu from navmenu_presenter (configuration)
- Add better install instructions in README