We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sync
Description
Support for "Force push mirror update" is missing - https://docs.gitlab.com/ee/api/remote_mirrors.html#force-push-mirror-update
Proposal
I hotfixed the NPM module as follows, adding sync() to ProjectRemoteMirrors:
sync(projectId, mirrorId) { return RequestHelper.post()( this, endpoint`projects/${projectId}/remote_mirrors/${mirrorId}/sync` ); }
This seems to work
Checklist
The text was updated successfully, but these errors were encountered:
Add sync to ProjectRemoteMirrors (jdalrymple#3616)
54d7d5b
https://docs.gitlab.com/ee/api/remote_mirrors.html#force-push-mirror-update
Add sync to ProjectRemoteMirrors (#3616) (#3623)
9b6a21a
https://docs.gitlab.com/ee/api/remote_mirrors.html#force-push-mirror-update Co-authored-by: Arnold Hendriks <[email protected]>
🚀 Issue was released in 40.2.0 🚀
40.2.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Support for "Force push mirror update" is missing - https://docs.gitlab.com/ee/api/remote_mirrors.html#force-push-mirror-update
Proposal
I hotfixed the NPM module as follows, adding sync() to ProjectRemoteMirrors:
This seems to work
Checklist
The text was updated successfully, but these errors were encountered: