Release v2.0.0
github-actions
released this
22 Feb 13:10
·
117 commits
to develop
since this release
2.0.0 (2024-02-22)
⚠ BREAKING CHANGES
- Bump from Decidim 0.26.7 to Decidim 0.27.4 🎉
- Release 2.0.0 and Decidim v0.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 extended socio demo ah (#420) (14eccb5)
- Add initiatives gem to 0.27 branch (#418) (878e8d0)
- Add module decidim-survey_multiple_answers (#439) (7182e42)
- Add module extra user fields (#426) (b85984e)
- Add module gallery to 0.27 (#450) (f4ae434), closes #475
- Add Stale bot GH workflow (#479) (c4c0362)
- Add x86_64-darwin-22 to platform list in Genfile.lock (#433) (69818fa)
- 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)
- Reduce image size (#399) (70c6c97)
- Send digest notifications (#424) (6be0191)
- Use buildx for local docker build (#400) (84c83c2)
Bug Fixes
- Active Storage path style for scaleway object storage (#466) (a489a50)
- Add initiatives initializer and add sidekiq queues (#436) (da615a9)
- Add missing jobs for initiatives rake tasks (#474) (b6776e0)
- add missing locales (#457) (8965d5e)
- Add missing translations for file uploader modale (#491) (2e49ac6)
- 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)
- Avoid building twice on master (#405) (f6bfb0b)
- Backport fix of disappearance of iframes due to desactivation of decidim cookies (#451) (8462b84)
- Bump ruby-version to 3.0.6 in Docker and CI (299fb12)
- 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)
- Deactivate gallery (4dfe0a7)
- Devise emails (0d0d01e)
- downgrade wicked_pdf (#458) (3c9e7ee)
- Downgrade wicked_pdf to 2.6.3 (#477) (a703fef)
- Fix case when content active model attribute (#422) (eb4b189)
- Fix typo (e5bb0c2)
- Flaky test on locales spec (#499) (5297da5)
- Improve tests coverage for mailers (#382) (e22022a)
- Merge develop x master (#501) (075626c)
- Move initiatives warning message to Index (#498) (1b08cb4)
- Rack attack can't be completely disabled (#449) (0981952)
- Remove Sidekiq Alive (#459) (e9cde56)
- Revert changes in CI (0e02296)
- Rubocop offenses (f6055e9)
- Silence healthcheck in log and sentry (#417) (e407e6d)
- Switch to master (#408) (de8a3e8)
- Trigger deploy on 'rc-' refs (#429) (254f4f2)
- Typo in CD push condition (370ca1e)
- Update extra-user-fields source (5c12575)
- Upgrade Decidim (d111822)
- Use debian slim in Dockerfile for v0.27 (#419) (3336bb9)
- Whatsapp social share link (023923c)
release
- v2.0.0 (Decidim v0.27.4) (5766d21)
Code Refactoring
- Remove CD for develop rc and staging (d74eee4)
- update Makefile commands (#432) (5347a59)
- Update README informations (c5cada6)
What's Changed
- Always upload image by @armandfardeau in #402
- Update delete action by @armandfardeau in #403
- Update branch by @armandfardeau in #404
- fix: Avoid building twice on master by @armandfardeau in #405
- feat: Allow upload of branch conditionnaly by @armandfardeau in #406
- feat: Use buildx for local docker build by @armandfardeau in #400
- fix: Switch to master by @armandfardeau in #408
- feat: Reduce memory usage (introduce jemalloc) by @armandfardeau in #397
- feat: Reduce image size by @armandfardeau in #399
- feat: Use 6.0 default config (introduce Zeitwerk) by @armandfardeau in #384
- Set fail fast to false for system tests by @armandfardeau in #413
- feat: Switch to debian based image by @armandfardeau in #419
- fix: Fix case when content active model attribute by @armandfardeau in #422
- fix: Silence healthcheck in log and sentry by @armandfardeau in #417
- feat: Add initiatives gem to 0.27 branch by @paulinebessoles in #418
- fix: Improve tests coverage for mailers by @AyakorK in #382
- feat: Add extended socio demo ah by @paulinebessoles in #420
- Use decidim 0.27.4 by @armandfardeau in #423
- Send digest notifications by @armandfardeau in #424
- Fix term customizer to patched branch by @armandfardeau in #427
- Add extra user fields by @paulinebessoles in #426
- fix: Trigger deploy on 'rc-' refs by @Quentinchampenois in #429
- Recette 0.27 by @Quentinchampenois in #431
- refactor: update Makefile commands by @Quentinchampenois in #432
- feat: Bump Decidim to v0.27.4 by @Quentinchampenois in #430
- Add x86_64-darwin-22 to platform list in Genfile.lock by @moustachu in #433
- fix: Add initiatives initializer by @Quentinchampenois in #436
- Load the admin password configuration like decidim-core by @moustachu in #443
- Set no component by default for initiatives components by @paulinebessoles in #446
- Delete lithuanian locale files from COFE by @paulinebessoles in #448
- fix: Backport fix of disappearance of iframes by @AyakorK in #451
- fix: Rack attack can't be completely disabled by @Quentinchampenois in #449
- fix: Devise emails by @Quentinchampenois in #456
- fix: downgrade wicked_pdf by @AyakorK in #458
- fix: add missing locales by @AyakorK in #457
- fix: change the commit to fix notifications not sending on dcd-app by @AyakorK in #463
- feat: Configure Puma server and Local docker-compose with HTTPS by @Quentinchampenois in #445
- backport: Answer Initiatives Notifications by @AyakorK in #464
- Tests: Improve coverage by @mtancoigne in #455
- fix: Active Storage path style for scaleway object storage by @moustachu in #466
- feat: Add module decidim-survey_multiple_answers by @Quentinchampenois in #439
- [Fix] Compatibility between committee promotion and initiatives creation by @AyakorK in #470
- [Fix] - Single Initiative Type Blocked the edit form by @AyakorK in #471
- feat: Add configurable session store with ActiveRecord by @Quentinchampenois in #472
- Add missing jobs for initiatives rake tasks by @moustachu in #474
- feat: Add module gallery to 0.27 by @AyakorK in #450
- feat: Add Stale bot GH workflow by @Quentinchampenois in #479
- fix: Remove Sidekiq Alive by @Quentinchampenois in #459
- fix: Budgets Project filters Ambiguous ID by @Quentinchampenois in #478
- fix: Downgrade wicked_pdf to 2.6.3 by @Quentinchampenois in #477
- feat: Add disclaimer on initiative type page by @Quentinchampenois in #480
- Add settings for PWA push notifications by @moustachu in #482
- fix: Add missing translations for file uploader modale by @Quentinchampenois in #491
- fix: Change cron rules by @Quentinchampenois in #492
- fix: Add random on scheduled jobs and reduce max retries by @Quentinchampenois in #494
- fix: Flaky test on locales spec by @AyakorK in #499
- fix: Move warning message to Index by @Quentinchampenois in #498
- fix: Merge develop x master by @Quentinchampenois in #501
- release: v2.0.0 Decidim v0.27.4 by @Quentinchampenois in #502
New Contributors
- @mtancoigne made their first contribution in #455
Full Changelog: v1.3.4...v2.0.0