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

update Decidim v0.24.3 #312

Merged
merged 29 commits into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f001ddb
Update Gemfile
takahashim Nov 21, 2021
90dd528
Exec `bundle update decidim`
takahashim Nov 21, 2021
7fa4cfc
Exec `bin/rails decidim:upgrade`
takahashim Nov 21, 2021
60f6bed
Exec `bin/rails db:migrate`
takahashim Nov 21, 2021
75aa0bb
Add locale file(JA) for v0.24.3
takahashim Nov 21, 2021
bad78ae
Update translations (in a locale file)
takahashim Nov 21, 2021
8933394
Update Gemfile and Gemfile.lock
takahashim Nov 21, 2021
4eebf87
Remove old code for Faker 1.x; now we use 2.x
takahashim Nov 21, 2021
977fc03
Fix `Faker::Lorem.words` for Faker 2.x
takahashim Nov 21, 2021
ca218f2
Apply rules of rubocop from Decidim 0.24.3
takahashim Nov 21, 2021
83f1ed5
Update decidim-comments to v0.24.3
takahashim Dec 26, 2021
4644ae0
Support comments limit again
takahashim Dec 26, 2021
c43c08d
Update `Decidim::ApplicationUploader`; Fix #322
takahashim Jan 13, 2022
e005db9
remove PaginateHelper; ref. #219
takahashim Jan 13, 2022
aa227bb
Feedback from decidim/decidim v0.24.3
takahashim Jan 13, 2022
93f690b
remove fix of #18 and #101
takahashim Jan 15, 2022
8dfba37
Merge pull request #324 from codeforjapan/fix-323
ayuki-joto Jan 17, 2022
45fcd51
Merge branch 'develop' of https://github.com/codeforjapan/decidim-cfj…
ayuki-joto Jan 17, 2022
0e9f17b
Feedback from decidim/decidim v0.24.3
takahashim Jan 24, 2022
da73e8c
Merge pull request #329 from codeforjapan/v0243-proposal-form2
ayuki-joto Jan 26, 2022
e2b9918
Merge branch 'develop' of https://github.com/codeforjapan/decidim-cfj…
ayuki-joto Jan 26, 2022
ba4533f
Merge branch 'develop' of https://github.com/codeforjapan/decidim-cfj…
ayuki-joto Feb 21, 2022
f737130
Merge branch 'develop' of https://github.com/codeforjapan/decidim-cfj…
ayuki-joto Feb 26, 2022
ad20139
Add ja locale file for file_validators gem
takahashim Mar 7, 2022
b43095f
copy from v0.24.3
takahashim Mar 28, 2022
78d206b
Backport 8406
takahashim Mar 28, 2022
a3783d0
Fix spec
takahashim Mar 28, 2022
2cbb542
Merge branch 'v0243-backport' into v0243
takahashim Mar 28, 2022
1872caa
[ci skip] Update UPGRADE.md
takahashim Mar 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,265 changes: 3 additions & 1,262 deletions .rubocop.yml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions .rubocop_rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Rails/ActionFilter:
Include:
- decidim-*/app/controllers/**/*.rb

Rails/ContentTag:
Enabled: false

Rails/CreateTableWithTimestamps:
Enabled: false

Expand Down Expand Up @@ -60,10 +63,17 @@ Rails/Output:
- decidim-core/lib/decidim/component_manifest.rb
- decidim-core/lib/decidim/participatory_space_manifest.rb
- decidim-system/db/seeds.rb
- decidim-templates/db/seeds.rb

Rails/OutputSafety:
Enabled: false

Rails/Pluck:
Enabled: false

Rails/RakeEnvironment:
Enabled: false

Rails/ReadWriteAttribute:
Include:
- decidim-*/app/models/**/*.rb
Expand Down
Loading