Make Decidim fully configurable via ENV vars part II#8990
Make Decidim fully configurable via ENV vars part II#8990
Conversation
ahukkanen
left a comment
There was a problem hiding this comment.
This seems good and great improvement for the configuration and documentation.
I have one question and few suggestions above if you could address please?
decidim-generators/lib/decidim/generators/app_templates/initializer.rb
Outdated
Show resolved
Hide resolved
decidim-generators/lib/decidim/generators/test/generator_examples.rb
Outdated
Show resolved
Hide resolved
|
@ahukkanen this should be ready. |
ahukkanen
left a comment
There was a problem hiding this comment.
For me it's 👍
I jumped in-between with these configuration PRs, so I am sure you have some good reasoning behind these. Technically the code and added documentation looks good to me, even if I'm not the target audience for these changes.
andreslucena
left a comment
There was a problem hiding this comment.
Two really small changes.
Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
|
@ahukkanen @andreslucena changes applied. Should I change back the git references to |
Yes please @microstudi |
|
Done! |
* chore/meetings_optimization: Add touch:true to Follow association with followable Fragment cache meetings partial in meetings index Bump minimist and node-forge (decidim#9131) Bump puma from 5.6.2 to 5.6.4 (decidim#9132) Add base URI to meta image URLs (decidim#9125) Make Decidim fully configurable via ENV vars part II (decidim#8990) Allow assembly admins to manage components in child assemblies (decidim#8955) Export calendar improvements (decidim#9035) Add reminders for publishing reports to meeting authors (decidim#8757) VAPID key generator availabe in core (decidim#9107) Dont add external link container inside editor (decidim#9095)
|
Just saw what you did with Sidekiq in this PR! Great job @microstudi! |
🎩 What? Why?
This PR continues the work started by #8725
Adding the following configurations:
decidimexecutable--storageoption in thedecidimgenerator to add gems related to cloud providersdecidim-apidecidim-proposalsdecidim-meetingsdecidim-initiativesdecidim-elections(census, votings, elections)decidim-consultationsdecidim-budgetsdecidim-apidecidim-accountability--queueconfigurable via decidim generator option & ENV vars. Initial support for "sidekiq" onlySidekiq cron (or scheduler) configurable via decidim generator option & ENV varsNew ENV vars:
📌 Related Issues
Link your PR to an issue
Testing
Describe the best way to test or validate your PR.
📋 Checklist
🚨 Please review the guidelines for contributing to this repository.
docs/.