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

feat: create group webhook #1173 #1181

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

LeJeanbono
Copy link
Contributor

Fix #1173

@LeJeanbono LeJeanbono force-pushed the feat/add_group_hook branch 2 times, most recently from ba5ad9d to 5676285 Compare October 13, 2024 20:00
import java.io.Serializable;
import java.util.Date;

public class Webhook implements Serializable {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably the class should be named GroupHook to be consistent with ProjectHook (and both classes could have a common ancestor, but this can be done in a latter step)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

@jmini jmini merged commit 384f26a into gitlab4j:main Oct 15, 2024
1 check passed
@LeJeanbono LeJeanbono deleted the feat/add_group_hook branch October 15, 2024 21:00
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.

No support for Group webhooks
2 participants