decidim / metadecidim

This is the repository for the code of Metadecidim community, we experiment with the new features, we are an experimental community
https://meta.decidim.org
8 stars 7 forks source link

Update decidim to 0.27.0.rc1 #103

Closed andreslucena closed 2 years ago

andreslucena commented 2 years ago

Temporarily disable decidim-module-term_customizer as its version is incompatible for now.

I was following my new proposed CHANGELOG (see https://github.com/decidim/decidim/pull/9497), but I think there's some missing steps there, as the Service Worker file (sw.js) wasn't created in public/. To get it done I could do it with the following commands:

bin/rails decidim:webpacker:install 
bin/webpack
andreslucena commented 2 years ago

I was following my new proposed CHANGELOG (see https://github.com/decidim/decidim/pull/9497), but I think there's some missing steps there, as the Service Worker file (sw.js) wasn't created in public/. To get it done I could do it with the following commands:

As I had doubts, I moved this question to the CHANGELOG PR: https://github.com/decidim/decidim/pull/9497/files#r909456103 (we should first solve that before merging this one, I think)

andreslucena commented 2 years ago

This is ready to be reviewed @ahukkanen

ahukkanen commented 2 years ago

Thanks @andreslucena

I did not notice any issues with the upgrade itself but I had a problem with one old migration when creating the database from scratch. I first created the app using the master version, seeded it and then run this upgrade on top of it and everything went smoothly.

I'll post another PR regarding fixing the old migration when starting with a blank DB. It shouldn't be a problem when upgrading MetaDecidim itself.