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

Support cherry-pick dry runs, and add revert support #579

Merged
merged 2 commits into from
Aug 4, 2020

Conversation

rspeicher
Copy link
Contributor

The commit revert API was added in GitLab 11.5, and I was surprised to see it's not yet added to the gem, so I've added it here.

Additionally, as of 13.3 the cherry-pick and revert APIs will support a dry_run flag, which prevents committing any potential changes. This PR adds support for that in both APIs as well.

A `dry_run` optional parameter is being added in GitLab 13.3.
@NARKOZ NARKOZ merged commit d88d15b into NARKOZ:master Aug 4, 2020
@rspeicher rspeicher deleted the rs-commits-dry-runs branch September 1, 2020 16:10
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