-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Rake task for blocking already reported users (#43)
* feat(job): Add BlockUsersJob * feat(rake): Create new rake task * lint: Fix rubocop offenses * chore: Bump to 3.0.6 * fix: Add README entry for new task * refactor: Call method * ci: Bump actions/upload-artifact to v3 * ci: Bump chromedriver * ci: Remove unnecessary assets compilation * revert: 'ci: Remove unnecessary assets compilation' This reverts commit 66c4a85. * fix: Add missing js dependencies * fix: Add graphql-ws dep * fix: Missing yarn deps * fix: Set new decidim version * fix: Npm i * fix: yarn install * fix: Bump decidim * ci: Add x86_64 linux support * ci: Add missing js deps...again... * ci: Remove assets precompilation * ci: Remove codecov * ci: Disable codecov * ci: Remove codecov
- Loading branch information
1 parent
d519240
commit 84e9215
Showing
16 changed files
with
505 additions
and
307 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
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 @@ | ||
3.0.2 | ||
3.0.6 |
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.