-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to decidim 0.27 #202
Update to decidim 0.27 #202
Conversation
* Add configuration options * erb lint * set validations * fix summary test * fixes specs * fix config merger * bump version. add docs
In production I got the error message: uninitialized constant Decidim::DecidimAwesome::Rectify (NameError)
because it does not exist
* add new section, add new controller, add view index * add permissions to index action * add rspec tests * add var to config and rspec * fix initializer * fix lint * fix permissions * refactor permissions handling * fix test Co-authored-by: Ivan Vergés <[email protected]>
# Conflicts: # CHANGELOG.md # Gemfile.lock # lib/decidim/decidim_awesome/version.rb
Codecov ReportBase: 94.97% // Head: 87.31% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #202 +/- ##
==========================================
- Coverage 94.97% 87.31% -7.67%
==========================================
Files 86 87 +1
Lines 2091 2192 +101
==========================================
- Hits 1986 1914 -72
- Misses 105 278 +173
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
As mentioned in #196, I forked the project and created a branch to make decidim_awesome work with Decidim 0.27
We didn't test everything, but maybe you can need my changes.