#4795 fix 'core.sendmail' for subject line wrapping#4829
Merged
arm4b merged 3 commits intoStackStorm:masterfrom Dec 4, 2019
Merged
#4795 fix 'core.sendmail' for subject line wrapping#4829arm4b merged 3 commits intoStackStorm:masterfrom
arm4b merged 3 commits intoStackStorm:masterfrom
Conversation
…e to avoid line wrapping Credit to @guzzijones for finding the fix here https://superuser.com/questions/1225134/why-does-the-base64-of-a-string-contain-n
arm4b
suggested changes
Dec 4, 2019
Member
arm4b
left a comment
There was a problem hiding this comment.
Thanks for the fix!
Please add a changelog record for this fix in https://github.com/StackStorm/st2/blob/master/CHANGELOG.rst
Additionally, would be good to bump patch version of the core pack to 1.0.1 (https://github.com/StackStorm/st2/blob/master/contrib/core/pack.yaml).
arm4b
reviewed
Dec 4, 2019
CHANGELOG.rst
Outdated
| * Update ``st2 execution get`` command to always include ``context.user``, ``start_timestamp`` and | ||
| ``end_timestamp`` attributes. (improvement) #4739 | ||
|
|
||
| Contributed by @stevemuskiewicz and @guzzijones |
Member
There was a problem hiding this comment.
This line needs to be moved not before, but after the actual changelog record to be part of the same block.
See how it looks like https://github.com/StackStorm/st2/blob/0fffbdf00cf4d547d254bb4319d6bb5fcb42e976/CHANGELOG.rst#fixed rendered.
Contributor
Author
There was a problem hiding this comment.
Wups, sorry about that. I'll fix
arm4b
approved these changes
Dec 4, 2019
Member
arm4b
left a comment
There was a problem hiding this comment.
👍
Looks good, thanks for contribution!
This file contains hidden or 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
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.
Fixes #4795: add
-w 0to base64 encoding of subject line to avoid line wrappingCredit to @guzzijones for finding the fix here https://superuser.com/questions/1225134/why-does-the-base64-of-a-string-contain-n