Release v0.2.0
0.2.0 (2024-05-16)
⚠ BREAKING CHANGES
- Bump to decidim 0.27.4
Features
- Add commands to Makefile (cf53b38)
- Add configurable session store with ActiveRecord (#472) (052c5d5)
- Add disclaimer on initiative type page (#480) (182349e)
- Add docker-compose dev mode (959c1be)
- Add EUF underage confirmation (9b49e46)
- Add extended socio demo ah (#420) (14eccb5)
- Add initiatives gem to 0.27 branch (#418) (878e8d0)
- Add module cleaner (#198) (5cefd90)
- Add module decidim-survey_multiple_answers (#439) (7182e42)
- Add module Emitter (#199) (54b021d)
- Add module extra user fields (#426) (b85984e)
- Add module gallery to 0.27 (#450) (f4ae434), closes #475
- Add parallel to K8s migrator (#378) (9d1119c)
- add s3 host env (#341) (ebfad1b)
- Add SMS Gateway Service (#193) (36801b0)
- Add Stale bot GH workflow (#479) (c4c0362)
- Add temporary twilio (#189) (8aef927)
- Add x86_64-darwin-22 to platform list in Genfile.lock (#433) (69818fa)
- Addition of Half Signup and BudgetsBooth and bump EUF (#187) (7833a40)
- Addition of sortable scopes using drag and drop (#194) (201c3ac)
- Allow to configure notifications_sending_frequency (#183) (7687ef5)
- Allow upload of branch conditionnaly (#406) (90cd014)
- Bump to decidim 0.27.4 (d0e6da0)
- Configure Puma server and Local docker-compose with HTTPS (#445) (a1517c2)
- improve k8s rake (#338) (f9527d7)
- Reduce image size (#399) (70c6c97)
- Send digest notifications (#424) (6be0191)
- Sort assemblies (#180) (b4a7c90)
- Use buildx for local docker build (#400) (84c83c2)
Bug Fixes
- Active Storage path style for scaleway object storage (#466) (a489a50)
- Add decidim:db:migrate to k8s commands (6944f10)
- Add initiatives initializer and add sidekiq queues (#436) (da615a9)
- Add legacy migrations (2926c2f)
- Add missing jobs for initiatives rake tasks (#474) (b6776e0)
- Add missing locales (#195) (6a25fa8)
- add missing locales (#457) (8965d5e)
- Add missing translations for file uploader modale (#491) (2e49ac6)
- Add missing translations for local_area in participatory_processes (#201) (2959840)
- Add postgresql-dev to Dockerfile (3160f01)
- Add random on scheduled jobs and reduce max retries (#494) (beed47e)
- Allow rc/ branchs to push images to registry (4119c62)
- Assets in docker-compose (#370) (621bb08)
- Avoid building twice on master (#405) (f6bfb0b)
- Backport fix of disappearance of iframes due to desactivation of decidim cookies (#451) (8462b84)
- Bump friendly signup (#197) (34ae533)
- Bump half signup and ignore manifest (4db1de7)
- Bump module emitter (#204) (198288d)
- Bump ruby-version to 3.0.6 in Docker and CI (299fb12)
- Cast env var to sym for migrator (#411) (52b9e17)
- Change cron rules (#492) (4b4d448)
- change the commit to fix notifications not sending on dcd-app (#463) (637cd47)
- change to libpq in Dockerfile (26a81f4)
- Compatibility between committee promotion and initiatives creation (#470) (66df9c6)
- Create registration spec (d2c60e8)
- Deactivate gallery (4dfe0a7)
- Deactivate open data (79154e4)
- Default order for PPs (#182) (c1bf603)
- Devise emails (0d0d01e)
- disable tos page after signup (#191) (c672d72)
- downgrade wicked_pdf (#458) (3c9e7ee)
- Downgrade wicked_pdf to 2.6.3 (#477) (a703fef)
- Fix case when content active model attribute (#422) (eb4b189)
- Fix content_fixer error when content is an integer (#421) (1cd3102)
- Fix failing test (#190) (29c2c1c)
- Fix rubocop (#371) (97468e8)
- Fix typo (e5bb0c2)
- Flaky test on locales spec (#499) (5297da5)
- Improve tests coverage for mailers (#382) (e22022a)
- Language selector and selection of notification sending frequency (#185) (98f038f)
- migrator rake task (54905c9)
- Move initiatives warning message to Index (#498) (1b08cb4)
- New migration to modify notification frequency for Decidim users (#196) (db1949a)
- notifications sending frequency (#192) (9c7ebea)
- Rack attack can't be completely disabled (#449) (0981952)
- Remove deprecated open data test (5866af2)
- Remove headers in Half signup module (1866659)
- Remove Sidekiq Alive (#459) (e9cde56)
- Rescue when blob is not found when using repair url (#409) (148aee8)
- Rescue when blob is not found when using repair url (#409) (#410) (d254f30)
- Revert changes in CI (0e02296)
- Revote half signup (0f97a6a)
- Rubocop offenses (f6055e9)
- Silence healthcheck in log and sentry (#417) (e407e6d)
- SMS message (#203) (68a02dd)
- Sortable scopes in meetings (#200) (5966875)
- Switch to master (#408) (de8a3e8)
- Trigger deploy on 'rc-' refs (#429) (254f4f2)
- Typo in CD push condition (370ca1e)
- Update extra-user-fields source (5c12575)
- Update schema.rb (a80cb3c)
- Upgrade Decidim (d111822)
- Use debian slim in Dockerfile for v0.27 (#419) (3336bb9)
- Whatsapp social share link (023923c)
Reverts
- Revert "fix: Fix failing test" (ed0cb91)
Code Refactoring
- Remove CD for develop rc and staging (d74eee4)
- update Makefile commands (#432) (5347a59)
- Update README informations (c5cada6)
What's Changed
- feat: backport related processes sort by @Quentinchampenois in #180
- fix: Default order for PPs by @Quentinchampenois in #182
- feat: Allow to configure notifications_sending_frequency by @Quentinchampenois in #183
- feature: Sort processes linked to assemblies by @AyakorK in #181
- backport: Email in exports by @AyakorK in #184
- backport: Language selector and selection of notification sending frequency by @AyakorK in #185
- bump: Extra user fields by @Quentinchampenois in #186
- feat: Addition of Half Signup and BudgetsBooth and bump EUF by @AyakorK in #187
- bump: Bump half_signup to the newest version by @AyakorK in #188
- feat: Add temporary twilio by @AyakorK in #189
- fix: Fix failing test by @AyakorK in #190
- fix: disable tos page after signup by @AyakorK in #191
- fix: notifications sending frequency by @Quentinchampenois in #192
- feat: Addition of sortable scopes using drag and drop by @AyakorK in #194
- fix: Add missing locales by @AyakorK in #195
- feat: Add SMS Gateway Service by @Quentinchampenois in #193
- fix: Set Notification Frequency migration for Decidim users by @Quentinchampenois in #196
- feat: Add module Emitter by @Quentinchampenois in #199
- fix: Bump friendly signup by @BarbaraOliveira13 in #197
- Fix/sortable scopes in meetings by @Stef-Rousset in #200
- fix: SMS message by @Quentinchampenois in #203
- fix missing translation for local_area in participatory_processes show by @Stef-Rousset in #201
- fix: Bump module emitter by @Quentinchampenois in #204
- Fix/import of proposals in budgets by @Stef-Rousset in #202
- feat: Add module cleaner by @BarbaraOliveira13 in #198
New Contributors
- @BarbaraOliveira13 made their first contribution in #197
- @Stef-Rousset made their first contribution in #200
Full Changelog: https://github.com/OpenSourcePolitics/decidim-tou/commits/v0.2.0