-
Notifications
You must be signed in to change notification settings - Fork 132
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
Scrub request body contents to remove illegal UTF-8 characters #832
Conversation
💚 CLA has been signed |
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Hi @Anasjabri! This is great, would love to include it. Can you sign the CLA? Otherwise I can't merge. |
jenkins, please run the tests |
@mikker I did sign CLA multiple times. below is the pdf.Don't know why bot is not picking it up |
The CLA machine sees you signed with yournamemail @ gmail – is that email also registered on you GH profile? |
Hi @Anasjabri, thanks for contributing! It looks like the first commit (0d8513b) was made using a different email address:
If you can do any of the following:
|
jenkins, please run the tests |
Test failure is unrelated. |
Thank you for contributing to the agent, @Anasjabri 💙💚💛💜❤️ |
What does this pull request do?
Scrub request body contents to remove illegal UTF-8 characters
Why is it important?
Because workers die with malformed format string
Checklist
.rubocop.yml
)Related issues