Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dipolesource
Copy link
Contributor

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.

https://docs.gitlab.com/ee/api/groups.html#delete-group-hook

The API returns status and empty body. The library converts the empty body into an empty Gitlab::ObjectifiedHash. In test, the stub converts an empty body to False. Decided to represent all of this by making the fixture accuractly represent the response body and have the test method call out the discrepancy.
@github-actions
Copy link

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.

@github-actions github-actions bot added the stale Inactive label Jul 10, 2023
@github-actions github-actions bot closed this Jul 21, 2023
@floh96
Copy link

floh96 commented Nov 1, 2023

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

@NARKOZ NARKOZ reopened this Jun 13, 2024
@NARKOZ NARKOZ removed the stale Inactive label Jun 13, 2024
@NARKOZ NARKOZ merged commit d9e5876 into NARKOZ:master Jun 13, 2024
@NARKOZ
Copy link
Owner

NARKOZ commented Jun 13, 2024

Thank you ❤️

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.

3 participants