Conversation
Bump develop to next release version
d3ef0f8 to
00a629b
Compare
* develop: Revert "Fix single initiative type" (#7800) Census access codes exportation flow (#7756) Show attachment menu as active only when subitem is active (#7774) Add Voting Ballot Styles (#7779) Fix map accessibility issue - Map bottom position missing label (#7763) Update README.adoc (#7687) Fix single initiative type (#7667) Enable Proposals Cell to take into account machine translations (#7629) Change order by weight in subassemblies (#7620) Add categories parent filter to API (#7609) Mockup design for Remaining time in voting (#7597) Upgrade to Rails 5.2.5 (#7762) Generate votings access codes (#7704)
|
It seems that Rack::Attack configuration for requests in census validation for elections is failing in this branch |
| def branch | ||
| return if options[:path] | ||
|
|
||
| @branch ||= options[:edge] ? "chore/rails-6-upgrade" : options[:branch].presence |
There was a problem hiding this comment.
I understand we'll need to update this right after this PR is merged, right?
There was a problem hiding this comment.
Yes, after merging the branch should be reverted to "develop"
mrcasals
left a comment
There was a problem hiding this comment.
Looks good to me so far, even though there are some failing specs! Super nice job!
4d02553 to
659d548
Compare
* develop: Let admins disable participatory space filters (#7819) Identify online voters (#7777) Restore vote tests in the elections module using the real bulletin board (#7802) Show initiative image in homepage (#7824) Let admins filter participatory space private users (#7817) Add Ballot Style to Census Datum (#7788) Show missing election component callout also for in-person votings (#7809) Fix canceling scope select doesnt open reveal (#7805) Fix: Reported users are displayed in all tenants (#7628) Evote - onboarding workflow (#7758) Add copy to clipboard feature to share links (#7697)
|
@entantoencuanto please, check those failing specs! 👀 |
develop has been merged in this branch but the changes of this reversion has been missed in the merge commit. This commit redoes the rollback changes
Rack::Attack.throttle makes use of cache to store counters. If cache_store is set to null_store the counter never reaches the limit
f9133d2 to
3af2148
Compare
|
@entantoencuanto I'm merging this, congratulations!! Could you prepare a PR fixing the branch name in |
* develop: Rails 6 upgrade (#7471)
🎩 What? Why?
PR based on https://github.com/tremend-cofe/decidim/tree/chore/rails-6 used in #7086
This PR upgrades Decidim to use Rails 6:
developbranch with the--edgeoption or the custom branch with the--branchoption instead of the local decidim-generators/Gemfile.lock to prevent dependency errors.--edgeor--branchmode. This change should be reverted after merging intodevelopDecidim::DateCellbyDecidim::DateRangeCelland includes some missing namespaces to avoid name conflicts in Zeitwerk mode./libbecause they are not expected to be reloaded.to_preparecallback to ensure correct autoloading.wicked_pdfgem version to fix a Rails 6 deprecation.📌 Related Issues
Link your PR to an issue
Testing
Install a development_app with
bundle exec rake development_appor install the generator and generate an application with the--edgeoption📋 Checklist
🚨 Please review the guidelines for contributing to this repository.
docs/.📷 Screenshots
Please add screenshots of the changes you're proposing
