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

Bump morfologik-stemming from 2.1.8 to 2.1.9 in /plugins/analysis-ukrainian #3249

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps morfologik-stemming from 2.1.8 to 2.1.9.

Release notes

Sourced from morfologik-stemming's releases.

Release 2.1.9

PR #114: improve run-on suggestions for camel case words (Jaume Ortolà)

Changelog

Sourced from morfologik-stemming's changelog.

======================= morfologik-stemming 2.1.9 =======================

Other Changes

  • PR #114: improve run-on suggestions for camel case words (Jaume Ortolà)
Commits
  • a8cca78 Bumping version.
  • 0fb7864 Add changes entry
  • 2a6482f Revert "Revert "improve run-on suggestions for camel case words""
  • 2c07544 Merge pull request #115 from morfologik/revert-114-run-on-camelcase
  • e44fac4 Revert "improve run-on suggestions for camel case words"
  • 37992a5 add new test cases for camel case runon words
  • fcaa33e Merge pull request #114 from jaumeortola/run-on-camelcase
  • dbc11c3 improve run-on suggestions for camel case words
  • 3364cf6 Bump version
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [morfologik-stemming](https://github.com/morfologik/morfologik-stemming) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/morfologik/morfologik-stemming/releases)
- [Changelog](https://github.com/morfologik/morfologik-stemming/blob/master/CHANGES.txt)
- [Commits](morfologik/morfologik-stemming@2.1.8...2.1.9)

---
updated-dependencies:
- dependency-name: org.carrot2:morfologik-stemming
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team and reta as code owners May 9, 2022 13:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2022
Signed-off-by: dependabot[bot] <[email protected]>
@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success ea86b2f
Log 5151

Reports 5151

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure a991ac8
Log 5156

Reports 5156

@dblock
Copy link
Member

dblock commented May 10, 2022

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure a991ac8
Log 5199

Reports 5199

@dblock
Copy link
Member

dblock commented May 10, 2022

Tests with failures:
 - org.opensearch.discovery.StableMasterDisruptionIT.testStaleMasterNotHijackingMajority
 - org.opensearch.cluster.allocation.ClusterRerouteIT.testDelayWithALargeAmountOfShards

@dblock
Copy link
Member

dblock commented May 10, 2022

#1565
#1561

@dblock
Copy link
Member

dblock commented May 10, 2022

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success a991ac8
Log 5207

Reports 5207

@dblock dblock added backport 2.x Backport to 2.x branch backport 2.0 Backport to 2.0 branch labels May 10, 2022
@dblock dblock merged commit 675636f into main May 10, 2022
@dependabot dependabot bot deleted the dependabot/gradle/plugins/analysis-ukrainian/org.carrot2-morfologik-stemming-2.1.9 branch May 10, 2022 18:06
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 1

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-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-3249-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 675636fac2db45bdff65efbb71b6dd66a217c75b
# Push it to GitHub
git push --set-upstream origin backport/backport-3249-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-3249-to-2.x.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.0 failed:

The process '/usr/bin/git' failed with exit code 1

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-2.0 2.0
# Navigate to the new working tree
cd .worktrees/backport-2.0
# Create a new branch
git switch --create backport/backport-3249-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 675636fac2db45bdff65efbb71b6dd66a217c75b
# Push it to GitHub
git push --set-upstream origin backport/backport-3249-to-2.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.0

Then, create a pull request where the base branch is 2.0 and the compare/head branch is backport/backport-3249-to-2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch backport 2.0 Backport to 2.0 branch dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants