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

Implement Gitlab event handling #4559

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Implement Gitlab event handling #4559

merged 1 commit into from
Sep 20, 2024

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Sep 20, 2024

Summary

This implements the initial event handling for Gitlab.

Fixes: #4329

Change Type

Mark the type of change your PR introduces:

  • Bug fix (resolves an issue without affecting existing features)
  • Feature (adds new functionality without breaking changes)
  • Breaking change (may impact existing functionalities or require documentation updates)
  • Documentation (updates or additions to documentation)
  • Refactoring or test improvements (no bug fixes or new functionality)

Testing

Outline how the changes were tested, including steps to reproduce and any relevant configurations.
Attach screenshots if helpful.

Review Checklist:

  • Reviewed my own code for quality and clarity.
  • Added comments to complex or tricky code sections.
  • Updated any affected documentation.
  • Included tests that validate the fix or feature.
  • Checked that related changes are merged.

@JAORMX JAORMX marked this pull request as draft September 20, 2024 08:41
@JAORMX JAORMX force-pushed the gitlab-webhook-handle branch 3 times, most recently from 663ee18 to 7e0f17e Compare September 20, 2024 08:52
@coveralls
Copy link

Coverage Status

coverage: 52.99% (-0.2%) from 53.166%
when pulling 663ee18 on gitlab-webhook-handle
into 04921fb on main.

Signed-off-by: Juan Antonio Osorio <[email protected]>
@JAORMX JAORMX marked this pull request as ready for review September 20, 2024 09:21
@JAORMX JAORMX requested a review from jhrozek September 20, 2024 09:27
@JAORMX JAORMX merged commit 4ba7558 into main Sep 20, 2024
22 checks passed
@JAORMX JAORMX deleted the gitlab-webhook-handle branch September 20, 2024 12:16
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.

Add GitLab webhook handler
3 participants