Webhook and events API for bulk push events
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Link the doc and describe what is wrong with it. https://docs.gitlab.com/ee/administration/settings/push_event_activities_limit.html
As explained on this page, when pushing more than 3 refs at once (number 3 is default of configurable value push_event_activities_limit), a "bulk push" event is shown in the "Activity" section of the project. Compared to a standard push event, a lot of information is missing:
- how can you trigger a webhook for a bulk push event? https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html metions that you do not get a push event (although it refers to push_event_hooks_limit instead of push_event_activities_limit), but can you at least trigger a webhook with another kind of event (one event for all the pushed refs at once)?
- how can you retrieve bulk push events using the Events API? https://docs.gitlab.com/ee/api/events.html does not mention anything about bulk push events
Edited by 🤖 GitLab Bot 🤖