-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade to Decidim v0.25 #80
Merged
Merged
Conversation
This file contains 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
Add tests for the homepage See merge request decidim/decidim-clean-app!10
Remove unnecesary files See merge request decidim/decidim-clean-app!11
Apply Rubocop corrections See merge request decidim/decidim-clean-app!12
Update v0.24 See merge request decidim/decidim-clean-app!14
Add Github workflows See merge request decidim/decidim-clean-app!18
Upgrade Decidim to v0.25 See merge request decidim/decidim-clean-app!15
laurajaime
force-pushed
the
upgrade/decidim_v0.25
branch
4 times, most recently
from
February 28, 2022 08:04
45e1402
to
f82029b
Compare
…p into upgrade/decidim_v0.25
laurajaime
force-pushed
the
upgrade/decidim_v0.25
branch
from
February 28, 2022 11:31
f82029b
to
570fbda
Compare
tramuntanal
requested changes
Feb 28, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @LauraJaimeC we must just check versioning of our imported modules
laurajaime
force-pushed
the
upgrade/decidim_v0.25
branch
6 times, most recently
from
March 8, 2022 08:39
6aaf794
to
14d8eca
Compare
laurajaime
force-pushed
the
upgrade/decidim_v0.25
branch
from
March 8, 2022 08:50
14d8eca
to
fd80b36
Compare
tramuntanal
force-pushed
the
upgrade/decidim_v0.25
branch
from
March 8, 2022 09:43
09110ce
to
fd80b36
Compare
laurajaime
force-pushed
the
upgrade/decidim_v0.25
branch
from
March 11, 2022 11:08
9502d4a
to
4ce95f7
Compare
…itenant-app into upgrade/decidim_v0.25
tramuntanal
approved these changes
Mar 17, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Good job @LauraJaimeC !
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.
CHANGELOG: https://github.com/decidim/decidim/blob/release/0.25-stable/CHANGELOG.md
Update with Decidim v0.25.2 decidim-file_authorization_handler#2
Update with Decidim v0.25 decidim-members#13
Update with Decidim v0.25 decidim-verifications-csv_emails#15
Update with Decidim v0.25 decidim-verifications-sant_boi_census#4
After deployment we must remember to execute some tasks:
carrierwave
toactivestorage
by executing the rake task (see https://github.com/decidim/decidim/blob/release/0.25-stable/CHANGELOG.md#activestorage-migration):Decidim::UserGroup.find_each(&:try_update_index_for_search_resource)