Revert "Bump com.diffplug.spotless from 6.25.0 to 7.0.2"#17074
Merged
Conversation
This reverts commit 827aa63. Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
5453a1c to
a374ad2
Compare
cwperks
approved these changes
Jan 21, 2025
Contributor
Contributor
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-17074-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f5c89c16c79871007be2c13f604314bd362a2bf4
# Push it to GitHub
git push --set-upstream origin backport/backport-17074-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.xThen, create a pull request where the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17074 +/- ##
============================================
+ Coverage 72.27% 72.61% +0.34%
- Complexity 65336 65663 +327
============================================
Files 5301 5301
Lines 303824 303824
Branches 44033 44033
============================================
+ Hits 219587 220631 +1044
+ Misses 66249 65435 -814
+ Partials 17988 17758 -230 ☔ View full report in Codecov by Sentry. |
akolarkunnu
pushed a commit
to akolarkunnu/OpenSearch
that referenced
this pull request
Jan 21, 2025
…roject#17058)" (opensearch-project#17074) This reverts commit 827aa63. Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This was referenced Jan 17, 2025
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.
Reverts #17058, the plugin is unstable:
[1] https://build.ci.opensearch.org/job/gradle-check/52379/console
[2] equodev/equo-ide#188
[3] diffplug/spotless#2331