Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/proposals-performance-issues…
Browse files Browse the repository at this point in the history
…-2' into feat/capistrano_deploy
  • Loading branch information
davidbeig committed Nov 29, 2024
2 parents 6de56f0 + b07d62e commit 2d92fa3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 76 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

DECIDIM_VERSION = { git: "https://github.com/AjuntamentdeBarcelona/decidim", branch: "release/0.28-stable-bcn" }.freeze
DECIDIM_VERSION = { git: "https://github.com/AjuntamentdeBarcelona/decidim", branch: "release/0.28-stable-bcn-proposal-optimization" }.freeze

ruby RUBY_VERSION

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/AjuntamentdeBarcelona/decidim
revision: f3b125243e409476b07c75a7438eafc529dd96c8
branch: release/0.28-stable-bcn
revision: 408d2943a858edc2c333bed2e3c1bfe9c9f2b3f4
branch: release/0.28-stable-bcn-proposal-optimization
specs:
decidim (0.28.4)
decidim-accountability (= 0.28.4)
Expand Down
26 changes: 0 additions & 26 deletions app/cells/decidim/author/show.erb

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions config/initializers/decidim_awesome.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

Decidim::DecidimAwesome.configure do |config|
config.weighted_proposal_voting = :disabled
end
1 change: 0 additions & 1 deletion config/initializers/decidim_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
Decidim::Forms::QuestionnaireUserAnswers.include(Decidim::Forms::QuestionnaireUserAnswersOverride)
Decidim::Proposals::ApplicationHelper.include(Decidim::Proposals::ApplicationHelperOverride)
Decidim::Assemblies::AssembliesController.include(Decidim::Assemblies::AssembliesControllerOverride)
Decidim::Proposals::ProposalsController.include(Decidim::Proposals::ProposalsControllerOverride)
end
2 changes: 0 additions & 2 deletions spec/lib/overrides_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"/lib/decidim/search_resource_fields_mapper.rb" => "ff2cc476eb72c2942cf2e69ae21b84fa",
"/app/views/layouts/decidim/header/_main.html.erb" => "a6496ec11e073062743a927ee3c8bd3c",
"/app/cells/decidim/participatory_space_dropdown_metadata/show.erb" => "e1546b7776a0e1fffdbef705094c189d", # delete last activity
"/app/cells/decidim/author/show.erb" => "20bdef8a694a2dcb70202ac7f017060d", # remove tooltip
"/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown.html.erb" => "494b33a9fc70f859f766962815399445" # delete last activity
}
},
Expand Down Expand Up @@ -117,7 +116,6 @@
{
package: "decidim-proposals",
files: {
"/app/controllers/decidim/proposals/proposals_controller.rb" => "69420e7f27e1e7cb2688dadcc91017b3",
"/app/helpers/decidim/proposals/application_helper.rb" => "c17dd875a166cd0cd3c09b0e596ebef5",
"/app/presenters/decidim/proposals/proposal_presenter.rb" => "bbc7cee02125c1f8cf909219e48af337",
"/app/views/decidim/proposals/proposals/index.html.erb" => "48b62ae409b6ed736375772946ef2aa9" # remove map from index page
Expand Down

0 comments on commit 2d92fa3

Please sign in to comment.