-
Notifications
You must be signed in to change notification settings - Fork 593
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
fix: do not sanitize plugins' config #6138
Conversation
4ebf9d7
to
b765bde
Compare
This reverts commit 2d615e3.
b765bde
to
f38af29
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6138 +/- ##
=======================================
+ Coverage 73.8% 75.5% +1.7%
=======================================
Files 197 197
Lines 19382 19330 -52
=======================================
+ Hits 14314 14611 +297
+ Misses 4085 3726 -359
- Partials 983 993 +10 ☔ View full report in Codecov by Sentry. |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/3.1.x release/3.1.x
# Navigate to the new working tree
cd .worktrees/backport-release/3.1.x
# Create a new branch
git switch --create backport-6138-to-release/3.1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 21ad6608c4dcd6367c12189938920812b17cabc0
# Push it to GitHub
git push --set-upstream origin backport-6138-to-release/3.1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.1.x Then, create a pull request where the |
* fix: do not sanitize plugins' config This reverts commit 2d615e3. * ensure we do not sanitize plugins' config in ut
* fix: do not sanitize plugins' config This reverts commit 2d615e3. * ensure we do not sanitize plugins' config in ut
Manual backport in #6155 |
…#6155) * fix: do not sanitize plugins' config This reverts commit 2d615e3. * ensure we do not sanitize plugins' config in ut Co-authored-by: Grzegorz Burzyński <[email protected]>
What this PR does / why we need it:
This reverts commit 2d615e3.
Which issue this PR fixes:
Fixes #5692.
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR