Closed raquezha closed 4 months ago
This issue reports an error encountered by the Nuecagram application when processing a GitLab webhook event. The specific error message is:
org.gitlab4j.api.GitLabApiException: Unsupported event object_kind, object_kind=note
This error indicates that the Nuecagram application is not currently designed to handle "note" events from GitLab.
Pick any commit or merge request then just leave a note or comment.
The Nuecagram application should gracefully handle the "note" event or provide a clear error message indicating that it is not supported.
The application throws an exception and potentially fails to process the webhook.
Nuecagram version: 0.0.2 GitLab version: 17.1
The Note Event is not yet supported. Will support it today
Note Event
Description:
This issue reports an error encountered by the Nuecagram application when processing a GitLab webhook event. The specific error message is:
This error indicates that the Nuecagram application is not currently designed to handle "note" events from GitLab.
Steps to Reproduce:
Pick any commit or merge request then just leave a note or comment.
Expected Behavior:
The Nuecagram application should gracefully handle the "note" event or provide a clear error message indicating that it is not supported.
Actual Behavior:
The application throws an exception and potentially fails to process the webhook.
Additional Information:
Nuecagram version: 0.0.2 GitLab version: 17.1