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 backport to 6.1.1 #122119

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Conversation

sorenlouv
Copy link
Member

@sorenlouv sorenlouv commented Dec 29, 2021

Upgrades backport to v6.1.1

Changelog

Add support for multiple path properties (sorenlouv/backport#273)

This feature makes it possible to list commits that only touch certain files. This is useful in monorepos where many developers work on different projects within a single repo.

backport --path my/project1 --path my/project2

Or via the config file:

{
  "commitPaths": ["my/project1", "my/project2"]
}

Show hint about missing backports (sorenlouv/backport#276, sorenlouv/backport#282)

Sometimes it is not possible to backport a change cleanly due to conflicts. In many cases the conflicts are caused by missing backports. It is often easier and safer to perform the missing backports than manually resolving the conflict. To help the user do this the backport tool will now suggest what is causing the conflict, and which backports are missing.

Details view (sorenlouv/backport#277)

The new details view shows the usual interactive list view but with a little more info and clickable links, enabling the user to jump straight to existing pull requests.

backport --details

Add --reviewer option (sorenlouv/backport#280)

This option makes it possible to request a review when creating the backport:

backport --reviewer sqren

Add status comment to source pull request (sorenlouv/backport#281)

This will add a comment to the source pull request (the pull request that was backported) to indicate the resulting backport pull requests.

Other changes:

@sorenlouv sorenlouv marked this pull request as ready for review December 29, 2021 12:15
@sorenlouv sorenlouv added backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.2.0 labels Jan 5, 2022
@sorenlouv sorenlouv changed the title Bump backport to 6.0.0 Bump backport to 6.1.1 Jan 5, 2022
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Contributor

@brianseeders brianseeders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, lgtm

@sorenlouv sorenlouv merged commit d4cc230 into elastic:main Jan 5, 2022
@sorenlouv sorenlouv deleted the bump-backport-6.0.0 branch January 5, 2022 22:42
@sorenlouv sorenlouv added v8.1.0 and removed v8.2.0 labels Jan 5, 2022
gbamparop pushed a commit to gbamparop/kibana that referenced this pull request Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants