Skip to content
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 label validation for non printable chars (backport #1650) #1659

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 9, 2023

This is an automatic backport of pull request #1650 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

@mergify mergify bot requested a review from alpe as a code owner October 9, 2023 09:42
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #1659 (e68f5ea) into releases/v0.4x (c51dcca) will increase coverage by 0.03%.
The diff coverage is 100.00%.

❗ Current head e68f5ea differs from pull request most recent head a19ccba. Consider uploading reports for the commit a19ccba to get more accurate results

Impacted file tree graph

@@                Coverage Diff                 @@
##           releases/v0.4x    #1659      +/-   ##
==================================================
+ Coverage           57.58%   57.61%   +0.03%     
==================================================
  Files                  62       62              
  Lines                8078     8084       +6     
==================================================
+ Hits                 4652     4658       +6     
  Misses               3040     3040              
  Partials              386      386              
Files Coverage Δ
x/wasm/types/validation.go 90.00% <100.00%> (+1.76%) ⬆️

... and 2 files with indirect coverage changes

@alpe
Copy link
Contributor

alpe commented Oct 9, 2023

This may break some contracts that misuse labels. I am not sure if this a good idea to ship it with the wasmvm bugfix. Maybe better postpone it to v0.44. WDYT?

@alpe alpe added the blocked label Oct 9, 2023
@pinosu pinosu removed the blocked label Oct 11, 2023
@pinosu
Copy link
Contributor

pinosu commented Oct 11, 2023

@Mergifyio rebase

* Add label validation for non printable chars

* Fix printable chars check

(cherry picked from commit 1a22c29)
@mergify
Copy link
Contributor Author

mergify bot commented Oct 11, 2023

rebase

✅ Branch has been successfully rebased

@pinosu pinosu force-pushed the mergify/bp/releases/v0.4x/pr-1650 branch from e68f5ea to a19ccba Compare October 11, 2023 11:06
@pinosu pinosu merged commit d3d28a0 into releases/v0.4x Oct 11, 2023
3 checks passed
@mergify mergify bot deleted the mergify/bp/releases/v0.4x/pr-1650 branch October 11, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants