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

Implement group hooks crud #665

Closed dipolesource closed 3 months ago

dipolesource commented 1 year ago

This implements the CRUD API for Group Hooks https://docs.gitlab.com/ee/api/groups.html#hooks

While implementing we noticed that the CLI spec exits early, thus when rake spec is run with a random seed you do not run the full test suite. We tried setting a CI env but that didn't change the behavior. Rather than jam up this PR with extra behavior, we implemented here without updating the test suite. Happy to chat with you about submitting another PR that updates contributor doc, test harness behavior, or tests to help the issue described here.

github-actions[bot] commented 1 year 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.

floh96 commented 10 months ago

@dipolesource could you reopen this pr? @NARKOZ could you reopen and review this pr please?

NARKOZ commented 3 months ago

Thank you ❤️