Skip to content
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

release: v0.6.0 #125

Merged
merged 7 commits into from
Dec 9, 2024
Merged

release: v0.6.0 #125

merged 7 commits into from
Dec 9, 2024

Conversation

Quentinchampenois
Copy link
Contributor

@Quentinchampenois Quentinchampenois commented Nov 22, 2024

🎩 Release v0.6.0

This pull request includes several enhancements and updates to the codebase, focusing on configuration adjustments, gem updates, and improvements to the proposal serializer functionality. The most important changes are listed below:

Configuration Updates:

  • Added DECIDIM_AWESOME_WEIGHTED_PROPOSAL_VOTING_ENABLED to .env-example to allow enabling or disabling the weighted proposal voting feature.
  • Updated config/secrets.yml to include a new secret for decidim_awesome weighted proposal voting.
  • Added config.log_tags to include :uuid and :remote_ip in config/environments/development.rb for better logging.

Gem Updates:

  • Updated the decidim-decidim_awesome gem source and branch in the Gemfile.
  • Updated the decidim-spam_detection gem to a newer tag version in the Gemfile.

Proposal Serializer Improvements:

  • Added attachment_urls to the serialize method in lib/extends/serializers/proposals/proposals_serializer_extends.rb to include URLs of attachments in the serialized output.
  • Introduced a new method attachment_urls to generate and join the URLs of attachments.
  • Added a test to spec/services/decidim/proposals/proposal_serializer_spec.rb to ensure that attachment URLs are serialized correctly.

Other Changes:

  • Added a configuration initializer for decidim_awesome to handle the weighted proposal voting setting.
  • Set the public attribute to true in config/storage.yml for Scaleway storage configuration.

Quentinchampenois and others added 6 commits November 7, 2024 11:10
* test: Add specs for user presenter

* fix: Set has_tooltip to false for user presenter
* fix: Deactivate vote_weigth in decidim awesome

* fix: enhance logs in dev mode

* fix: Allow to configure feat using env var
* fix: Export proposals rake task

* fix: Export attachments url in proposal serializer

* revert: Remove dummy rake task

* spec: Ensure attachments_urls key is serialized
@Quentinchampenois Quentinchampenois changed the title Develop release: v0.6.0 Dec 4, 2024
* fix: Remove public true in active storage

* fix: Change separator in CSV
@Quentinchampenois Quentinchampenois merged commit d5ff76a into master Dec 9, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant