-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade decidim-peertube * Upgrade to decidim 0.25 * Add new queues * Update legacy migration * Update workflows * Update docker * Update rubocop.yml * Webpacker migration * Lint * Fix test workflow * Update Gemfile * Upgrade 0.26 * Upgrade 0.27 * fix decidim.rb here_maps * fix: rubocop fixes * fix: rubocop fixes * fix: update .ruby-version * fix: social_crowfunding gem branch fix * fix: packages deleted * fix: package-lock.json * fix: docker images updated, fix package.json and new package-lock.json * fix: social_crowfunding module branch fixed * delete idea files * fix: peertube module fixed to version 0.27 and higher * fix: gemfile.lock with updated peertube module versions * Change task to delete data portability files * Upgrade decidim-module-social_crowdfunding * feat: peertube module deleted and added as a gem * fix: required peertube factories removed from decidim-plataformess * fix: gem peertube branch fixed --------- Co-authored-by: Francisco Bolívar <francisco.bolivar@nazaries.com>
- Loading branch information
1 parent
4b43491
commit c3d9ed5
Showing
275 changed files
with
167,295 additions
and
10,761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
pull_request: | ||
|
||
env: | ||
RUBY_VERSION: 2.7.5 | ||
RUBY_VERSION: 3.0.2 | ||
NODE_VERSION: 16.9.1 | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
pull_request: | ||
|
||
env: | ||
RUBY_VERSION: 2.7.5 | ||
RUBY_VERSION: 3.0.2 | ||
NODE_VERSION: 16.9.1 | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,6 @@ node_modules | |
/yarn-error.log | ||
yarn-debug.log* | ||
.yarn-integrity | ||
|
||
public/sw.js | ||
public/sw.js.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.5 | ||
3.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM decidim/decidim:0.24.3 | ||
FROM decidim/decidim:0.27.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.