Release Candidate v2.1.6 - #2441
Merged
Merged
Conversation
…, and properly get the asset_path for the tinymce content stylesheet
debug statement to test github workflow issue debug statement to test github workflow issue debug statement to test github workflow issue debug statement to test github workflow issue debug statement to test github workflow issue debug statement to test github workflow issue debug statement to test github workflow issue debug statement to test github workflow issue debug statement to test github workflow issue cleanup trying to fix wkhtmltopdf trying to fix wkhtmltopdf trying to fix wkhtmltopdf trying to fix wkhtmltopdf trying to fix wkhtmltopdf added wkhtmltopdf fix to mysql workflow added 'unique' to usage helper test
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.7...v1.10.8) Signed-off-by: dependabot[bot] <support@github.com>
* issue#2375 allow change of delimiter for csv download * fix eslint issues, bugfix usage-dashboard when no stats exist, Styling tweaks to csv separator * fix issues with tests by defaulting the separator to a comma NOTE: does not enforce tests on the separator param working * fix issues with new separator argument in stat-created-plan and spec Co-authored-by: Sam Rust <xsrust@gmail.com>
…can run the tests inside docker
Fixed an issue where the tinymce content css was not being loaded
* removed old unused Feedjira code and dependency * removed old Feedjira sanitize helper method and replaced with Rails'
…nto issue/1682
…1.10.8 Bump nokogiri from 1.10.7 to 1.10.8
Pulling changes to master
* capture status * Changes were made to the HTML h tags in order to make it more accessibility friendly and compliant * Changes to make merge with development possible * Fixe of the empty class
* add stat_shared_plan to track number of shares of plans owned by org members * add stat_exported_plan and stat_shared_plan to stats rake task * added parallelization to the stats tasks/services * make paralell stats more reliable with imports * additional import statements for parallel services * add csv download button for org-admins, make global download super-admin only * add gemfile.lock for parallel gem * fix policy and controller usage tests * refactor services to be non-concurrent by default * apply fix from PR#2430 to mysql workflow * upgrade github checkout action to v2 * upgrade remaining github checkout actions to v2 * remove @v2 from the ruby-setup on mysql
Issue/1682
Issue 2418
* remove monthly usage from funder-usage-dashboard, adjust spacing on page * rename usage statistic accordion partials * usage-dashboard accordions now conditional on the type of user, also made the js more robust to the charts not existing
Contributor
|
fantastic. thanks for the release notes @xsrust! |
Contributor
|
Thank you ! Quick fix : my fix for the Feedjira gem is at #2411 |
fix permissions bug for Notes#update and Roles#deactivate
Contributor
|
thanks @benjaminfaure. We will note the link to your fix in the official release notes :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Notes v2.1.6
Upgrade Process
bundle installto update your rubygems dependanciesrake assets:precomipileto update your webpack assets and dependanciesrake stat:buildorrake stat:build_parallelto update these. NOTE: this can take a long time to run if not parallel. See comments below around connection pooling if you hit issues with the parallel tasksChanges
Researchers
Org-admins
,, pipe,|, or hash#characters as your delimiter for CSV exports from the usage dashboard. Delimiter to pipe in usage statititics instead of comma #2375New Plans,New Users,Downloads, andPlans Sharedbroken down by month from the usage dashboard. Changes to downloading usage reports #2345Bugfixes
Security
Developer Notes
feedjiraGem as it was un-used by the DMPRoadmap project. If your customization depended on the gem, see the suggested fix by @benjaminfaure in removed old unused Feedjira code and dependency #2412rake stat:build_parallelandrake stat:build_last_month_parallel. NOTE: there must be as many database connections available to Rails as total threads attempting to make connection, as such, you may need to increase your pool size in config/database.yml. The default in config/database.yml.sample has been changed to 16js.erbfiles from the asset-pipeline. See PR Fixed an issue where the tinymce content css was not being loaded #2379 for an example of usage