NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 394 forks source link

Add project export API #684

Closed shoshoi closed 3 months ago

shoshoi commented 6 months ago

Add support for project export documented here:https://docs.gitlab.com/ce/api/project_import_export.html

shoshoi commented 6 months ago

@NARKOZ CI fails before test execution.

Run gem install bundler --no-document
ERROR:  Error installing bundler:
    The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
    bundler requires Ruby version >= 3.0.0. The current ruby version is 2.[6](https://github.com/NARKOZ/gitlab/actions/runs/8097178661/job/22127625178?pr=684#step:4:7).10.210.
Error: Process completed with exit code 1.
github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

NARKOZ commented 3 months ago

Added in #664 Thank you ❤️