-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release 1.1.0 #27
Merged
Merged
Release 1.1.0 #27
Conversation
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
* Update CI * Don't use decidim commands * Add organizations to results * Send a digest to admins by mail * Fix offenses * Use bundle exec * Remove duplicate precompile * Run in assets precompile in ci * Fix failing tests * Normalize locales * Update translations * Revert "Update translations" This reverts commit 1704e0d. * Don't fail on invalid user * Use status instead of results * Send mail in a delegated job * Fix offenses * Add conditionnal in mailer * Display probability in details and reason Co-authored-by: paulinebessoles <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #27 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 18 +2
Lines 266 322 +56
=========================================
+ Hits 266 322 +56
Continue to review full report at Codecov.
|
armandfardeau
added a commit
that referenced
this pull request
Feb 24, 2022
* Release 1.1.0 (#27) * Feature/mails admin revamp (#26) * Update CI * Don't use decidim commands * Add organizations to results * Send a digest to admins by mail * Fix offenses * Use bundle exec * Remove duplicate precompile * Run in assets precompile in ci * Fix failing tests * Normalize locales * Update translations * Revert "Update translations" This reverts commit 1704e0d. * Don't fail on invalid user * Use status instead of results * Send mail in a delegated job * Fix offenses * Add conditionnal in mailer * Display probability in details and reason Co-authored-by: paulinebessoles <[email protected]> * Bump version (#28) Co-authored-by: paulinebessoles <[email protected]> * Update README.md (#29) Co-authored-by: paulinebessoles <[email protected]>
armandfardeau
added a commit
that referenced
this pull request
Feb 24, 2022
* Feature/mails admin revamp (#26) * Update CI * Don't use decidim commands * Add organizations to results * Send a digest to admins by mail * Fix offenses * Use bundle exec * Remove duplicate precompile * Run in assets precompile in ci * Fix failing tests * Normalize locales * Update translations * Revert "Update translations" This reverts commit 1704e0d. * Don't fail on invalid user * Use status instead of results * Send mail in a delegated job * Fix offenses * Add conditionnal in mailer * Display probability in details and reason Co-authored-by: paulinebessoles <[email protected]> * Bump version (#28) * Feature/traduction (#30) * Add translation for mailers * Add translation in bo * adapt translations * Fix locales Co-authored-by: virgile-dev <[email protected]> * Fix/develop (#32) * Release 1.1.0 (#27) * Feature/mails admin revamp (#26) * Update CI * Don't use decidim commands * Add organizations to results * Send a digest to admins by mail * Fix offenses * Use bundle exec * Remove duplicate precompile * Run in assets precompile in ci * Fix failing tests * Normalize locales * Update translations * Revert "Update translations" This reverts commit 1704e0d. * Don't fail on invalid user * Use status instead of results * Send mail in a delegated job * Fix offenses * Add conditionnal in mailer * Display probability in details and reason Co-authored-by: paulinebessoles <[email protected]> * Bump version (#28) Co-authored-by: paulinebessoles <[email protected]> * Update README.md (#29) Co-authored-by: paulinebessoles <[email protected]> Co-authored-by: paulinebessoles <[email protected]> Co-authored-by: virgile-dev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update CI
Don't use decidim commands
Add organizations to results
Send a digest to admins by mail
Fix offenses
Use bundle exec
Remove duplicate precompile
Run in assets precompile in ci
Fix failing tests
Normalize locales
Don't fail on invalid user
Use status instead of results
Send mail in a delegated job
Fix offenses
Add conditionnal in mailer
Display probability in details and reason