v2.2.1
Actions Required to Upgrade
Update to qa_server v2.2.1
bundle update qa_server
New Configuration Options
All new configurations are optional.
The two new configurations are:
config.display_performance_graph = false
config.display_performance_datatable = true
It is recommended that you copy the new configurations to keep your local config file in sync with the configurations.
Copy only the new configs...
FROM: lib/generators/qa_server/templates/config/initializers/qa_server.rb
TO: config/initializers/qa_server.rb
Warning: The default values are not backward compatible. In v2.2.0, the performance graphs were displayed with no option to disable them. Some sites experienced difficulty with the graphs, so the display of the graph is now off by default.
To maintain backward compatibility, change config.display_performance_graph
to true
in your local copy of qa_server.rb
.
Changed Log
- config to optionally display of the performance graph/datatable
- add data table view of performance data