-
Notifications
You must be signed in to change notification settings - Fork 694
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
Add changelog commits from 0.14.0 #4616
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4616 +/- ##
========================================
Coverage 82.63% 82.63%
========================================
Files 45 45
Lines 3122 3122
Branches 337 337
========================================
Hits 2580 2580
Misses 456 456
Partials 86 86 Continue to review full report at Codecov.
|
b52c422
to
0c8af94
Compare
Rebased on latest @redshiftzero 's changes look good to me, but since I've appended 0c8af94 to bump version, could another maintainer please review these changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM based on diff review!
Status
Ready for review
Description of Changes
Towards #4550
Changes proposed in this pull request:
develop
Testing
Ensure all commits are properly backported from the release branch
Deployment
Already in prod
Checklist
If you made changes to the server application code:
make lint
) and tests (make -C securedrop test
) pass in the development containerIf you made changes to
securedrop-admin
:make -C admin test
) pass in the admin development containerIf you made changes to the system configuration:
If you made non-trivial code changes:
If you made changes to documentation:
make docs-lint
) passed locally