-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 env var name/value length validation #8248
Conversation
Thanks a lot for making Werft happy! CLA is still in progress: #8046 (comment) /werft run 👍 started the job as gitpod-build-env-var-len-validation-fork.0 |
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.
Thank you again for this fix @randomir!
The code changes look good and work as advertized. 🎯 I've also added a few minor thoughts in-line.
Adding a manual hold on the auto-merger until the CLA is confirmed:
/hold
Thanks @jankeromnes for the quick review. Now we wait for the CLA... 📜 |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@meysholdt Any updates wrt the CLA? (pinged because previous comments: here and here) |
I've pinged them again via email about the CLA. |
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.
Still looks good to me 🎉 😁
/werft run 👍 started the job as gitpod-build-env-var-len-validation-fork.1 |
Codecov Report
@@ Coverage Diff @@
## main #8248 +/- ##
=========================================
+ Coverage 7.34% 10.86% +3.51%
=========================================
Files 32 18 -14
Lines 2234 1022 -1212
=========================================
- Hits 164 111 -53
+ Misses 2067 909 -1158
+ Partials 3 2 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
@jankeromnes assigning you because you last approved 😉 |
Closing this for now, as we're waiting for a respond regarding CLA. We can always re-open. 🙏 |
we got the CLA signed with D-Wave! |
I'll rebase shortly. |
Also, decrease maxlen for value from ~64k*3/4 to a nice round 32k.
Co-authored-by: Jan Keromnes <janx@linux.com>
9cc9a32
to
72ad89c
Compare
/werft run 👍 started the job as gitpod-build-env-var-len-validation-fork.2 |
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.
Many thanks for going through the long CLA process and for rebasing this PR!
Also, thanks George for triggering the new Werft job!
Re-approved and good to go 🚀
Thanks @jankeromnes and @gtsiolis. Sorry it took longer than expected to get the CLA approved. Luckily, it's a one-off thing. 😄 |
/unhold |
Thanks a lot for improving Gitpod! 💯 🙏 |
Redo #8046, this time with shorter branch name that werft can digest.
Fixes #8045.
Release Notes