Commit 3152a2ad authored by huzaifaiftikhar1's avatar huzaifaiftikhar1

Add DEPRECATED warning for repository push events

parent cb2712bd
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
removal_date: "2022-05-22" # the date of the milestone release when this feature is planned to be removed removal_date: "2022-05-22" # the date of the milestone release when this feature is planned to be removed
breaking_change: true breaking_change: true
body: | # Do not modify this line, instead modify the lines below. body: | # Do not modify this line, instead modify the lines below.
Audit events for [repository events](https://docs.gitlab.com/ee/administration/audit_events.html#repository-push) are now deprecated and will be removed in GitLab 15.0. Audit events for [repository events](https://docs.gitlab.com/ee/administration/audit_events.html#repository-push-deprecated) are now deprecated and will be removed in GitLab 15.0.
These events have always been disabled by default and had to be manually enabled with a These events have always been disabled by default and had to be manually enabled with a
feature flag. Enabling them can cause too many events to be generated which can feature flag. Enabling them can cause too many events to be generated which can
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
stage: Manage stage: Manage
tiers: Premium tiers: Premium
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/337993 issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/337993
documentation_url: https://docs.gitlab.com/ee/administration/audit_events.html#repository-push documentation_url: https://docs.gitlab.com/ee/administration/audit_events.html#repository-push-deprecated
...@@ -236,10 +236,13 @@ Don't see the event you want in any of the epics linked above? You can either: ...@@ -236,10 +236,13 @@ Don't see the event you want in any of the epics linked above? You can either:
### Disabled events ### Disabled events
#### Repository push #### Repository push (DEPRECATED)
> [Deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/337993) in GitLab 14.3. > [Deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/337993) in GitLab 14.3.
WARNING:
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/337993) in GitLab 14.3.
The current architecture of audit events is not prepared to receive a very high amount of records. The current architecture of audit events is not prepared to receive a very high amount of records.
It may make the user interface for your project or audit events very busy, and the disk space consumed by the It may make the user interface for your project or audit events very busy, and the disk space consumed by the
`audit_events` PostgreSQL table may increase considerably. It's disabled by default `audit_events` PostgreSQL table may increase considerably. It's disabled by default
......
...@@ -96,7 +96,7 @@ as a [breaking change](https://docs.gitlab.com/ee/development/contributing/#brea ...@@ -96,7 +96,7 @@ as a [breaking change](https://docs.gitlab.com/ee/development/contributing/#brea
Before updating GitLab, review the details carefully to determine if you need to make any Before updating GitLab, review the details carefully to determine if you need to make any
changes to your code, settings, or workflow. changes to your code, settings, or workflow.
Audit events for [repository events](https://docs.gitlab.com/ee/administration/audit_events.html#repository-push) are now deprecated and will be removed in GitLab 15.0. Audit events for [repository events](https://docs.gitlab.com/ee/administration/audit_events.html#repository-push-deprecated) are now deprecated and will be removed in GitLab 15.0.
These events have always been disabled by default and had to be manually enabled with a These events have always been disabled by default and had to be manually enabled with a
feature flag. Enabling them can cause too many events to be generated which can feature flag. Enabling them can cause too many events to be generated which can
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment