Welcome to mirror list, hosted at ThFree Co, Russian Federation.

removal_manage_repository_push_audit_event.yml « 15_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1c47823325a45baa95bb9773fdf11d012a4148e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- title: "Audit events for repository push events"
  announcement_milestone: "14.3"
  announcement_date: "2021-09-22"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"
  breaking_change: true
  body: |
    Audit events for [repository events](https://docs.gitlab.com/ee/administration/audit_events.html#removed-events) are removed as of GitLab 15.0.

    Audit events for repository events were always disabled by default and had to be manually enabled with a feature flag.
    Enabling them could slow down GitLab instances by generating too many events. Therefore, they are removed.

    Please note that we will add high-volume audit events in the future as part of [streaming audit events](https://docs.gitlab.com/ee/administration/audit_event_streaming.html). An example of this is how we will send [Git fetch actions](https://gitlab.com/gitlab-org/gitlab/-/issues/343984) as a streaming audit event. If you would be interested in seeing repository push events or some other action as a streaming audit event, please reach out to us!
  stage: Manage
  tiers: Premium
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/337993
  documentation_url: https://docs.gitlab.com/ee/administration/audit_events.html#removed-events