Skip to content

Commit

Permalink
Upgrade to latest 0.28 version (#122)
Browse files Browse the repository at this point in the history
* Upgrade decidim to the latest stable 0.28 release version

* Update js dependencies

* Update static views
  • Loading branch information
entantoencuanto authored Jan 23, 2025
1 parent 19f85ec commit 8ca9973
Show file tree
Hide file tree
Showing 158 changed files with 321 additions and 2,450 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# frozen_string_literal: true

DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim', tag: 'v0.28.4' }.freeze
DECIDIM_VERSION = { git: "https://github.com/decidim/decidim", branch: "release/0.28-stable" }.freeze

source "https://rubygems.org"

ruby '3.1.4'


gem "decidim", DECIDIM_VERSION
gem "decidim-verify_wo_registration", git: "https://github.com/PopulateTools/decidim-verify_wo_registration.git", branch: "improve-ui-texts-redesign"
gem "decidim-file_authorization_handler", git: "https://github.com/PopulateTools/decidim-file_authorization_handler.git", branch: "upgrade/redesign"
Expand Down
84 changes: 58 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GIT

GIT
remote: https://github.com/decidim-ice/decidim-module-decidim_awesome.git
revision: 7b082ed7f6961b8bf3397b9ca35bc688ff983c3a
revision: cdd9d17e292d44f75f7a3d757c71a248d57583f4
branch: users_autoblock
specs:
decidim-decidim_awesome (0.11.2)
Expand All @@ -31,8 +31,8 @@ GIT

GIT
remote: https://github.com/decidim/decidim
revision: c2c68df8206a241a493efe08e1387b34d6286eae
tag: v0.28.4
revision: c5828f2752bdcbfd962f7416d1861dd822a4c16a
branch: release/0.28-stable
specs:
decidim (0.28.4)
decidim-accountability (= 0.28.4)
Expand Down Expand Up @@ -90,6 +90,7 @@ GIT
cells-erb (~> 0.1.0)
cells-rails (~> 0.1.3)
charlock_holmes (~> 0.7)
concurrent-ruby (= 1.2.2)
date_validator (~> 0.12.0)
devise (~> 4.7)
devise-i18n (~> 1.2, < 1.11.1)
Expand Down Expand Up @@ -167,7 +168,6 @@ GIT
decidim-forms (0.28.4)
decidim-core (= 0.28.4)
wicked_pdf (~> 2.1)
wkhtmltopdf-binary (~> 0.12)
decidim-generators (0.28.4)
decidim-core (= 0.28.4)
decidim-meetings (0.28.4)
Expand Down Expand Up @@ -330,8 +330,8 @@ GEM
childprocess (5.1.0)
logger (~> 1.5)
commonmarker (0.23.11)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.2.2)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -394,7 +394,7 @@ GEM
escape_utils (1.2.2)
et-orbi (1.2.11)
tzinfo
excon (1.2.2)
excon (1.2.3)
execjs (2.10.0)
extended-markdown-filter (0.7.0)
html-pipeline (~> 2.9)
Expand All @@ -411,7 +411,16 @@ GEM
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86-linux-gnu)
ffi (1.17.1-x86-linux-musl)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
file_validators (3.0.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand Down Expand Up @@ -449,7 +458,7 @@ GEM
sass (~> 3.4)
hashdiff (1.1.2)
hashie (5.0.0)
highline (3.1.1)
highline (3.1.2)
reline
html-pipeline (2.14.3)
activesupport (>= 2)
Expand All @@ -458,7 +467,7 @@ GEM
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.14)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -508,8 +517,8 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
loofah (2.23.1)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -523,15 +532,15 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
mime-types-data (3.2025.0107)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.25.4)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
net-http (0.6.0)
uri
net-imap (0.5.4)
net-imap (0.5.5)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -541,6 +550,16 @@ GEM
net-smtp (0.3.4)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.8-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.8-arm-linux)
racc (~> 1.4)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86-linux)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
oauth (1.1.0)
Expand All @@ -562,8 +581,8 @@ GEM
rack-protection
omniauth-facebook (5.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (1.2.0)
jwt (>= 2.9)
omniauth-google-oauth2 (1.2.1)
jwt (>= 2.9.2)
oauth2 (~> 2.0)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8)
Expand All @@ -587,9 +606,9 @@ GEM
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.26.3)
parallel_tests (4.7.2)
parallel_tests (4.9.0)
parallel
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.4.6)
Expand Down Expand Up @@ -670,7 +689,7 @@ GEM
ffi (~> 1.0)
redcarpet (3.6.0)
redis (4.8.1)
redis-client (0.23.0)
redis-client (0.23.2)
connection_pool
regexp_parser (2.10.0)
reline (0.6.0)
Expand Down Expand Up @@ -758,7 +777,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
selenium-webdriver (4.27.0)
selenium-webdriver (4.28.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -772,12 +791,13 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
sidekiq (7.3.7)
sidekiq (7.3.8)
base64
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (2.0.1)
sidekiq-cron (2.1.0)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -812,7 +832,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.2)
tilt (2.5.0)
tilt (2.6.0)
timeout (0.4.3)
trailblazer-option (0.1.2)
tzinfo (2.0.6)
Expand Down Expand Up @@ -851,21 +871,33 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
wicked_pdf (2.8.2)
activesupport
ostruct
wisper (2.0.1)
wisper-rspec (1.1.0)
wkhtmltopdf-binary (0.12.6.8)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)

PLATFORMS
x86_64-linux
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm-linux
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86-linux
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
byebug
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/directive/deprecated/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,6 @@ <h2>
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/directive/include/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,6 @@ <h2>
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/directive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,6 @@
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/directive/oneof/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,6 @@ <h2 id="locations">
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/directive/skip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,6 @@ <h2>
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/enum/__directivelocation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,6 @@ <h4 id="variable_definition" class="name anchored">
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/enum/__typekind/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,6 @@ <h4 id="non_null" class="name anchored">
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/enum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,6 @@
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
7 changes: 0 additions & 7 deletions app/views/static/api/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -647,13 +647,6 @@ <h4>
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,6 @@ <h2>
</li>


<li>
<a href="/api/docs/object/commentable/" class="sidebar-link">
Commentable
</a>
</li>


<li>
<a href="/api/docs/object/commentablemutation/" class="sidebar-link">
CommentableMutation
Expand Down
Loading

0 comments on commit 8ca9973

Please sign in to comment.