Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4667e707
Commit
4667e707
authored
Sep 14, 2021
by
Dan Jensen
Committed by
Lin Jen-Shin
Sep 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add deprecation entry for repository push events
parent
170ac699
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
data/deprecations/14-3-repository-push-audit-events.yml
data/deprecations/14-3-repository-push-audit-events.yml
+14
-0
doc/update/deprecations.md
doc/update/deprecations.md
+9
-1
No files found.
data/deprecations/14-3-repository-push-audit-events.yml
0 → 100644
View file @
4667e707
-
name
:
"
Audit
events
for
repository
push
events"
announcement_milestone
:
"
14.3"
# The milestone when this feature was first announced as deprecated.
removal_milestone
:
"
15.0"
# the milestone when this feature is planned to be removed
body
:
|
# Do not modify this line, instead modify the lines below.
Audit events for [repository events](../administration/audit_events.md#repository-push) 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
feature flag. Enabling them can cause too many events to be generated which can
dramatically slow down GitLab instances. For this reason, they are being removed.
stage
:
Manage
tiers
:
Premium
issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/337993
documentation_url
:
../administration/audit_events.md
announcement_date
:
2021-09-02
# https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69024
doc/update/deprecations.md
View file @
4667e707
...
...
@@ -16,4 +16,12 @@ To add a deprecation, use the example.yml file in `/data/deprecations/templates`
then run
`bin/rake gitlab:docs:compile_deprecations`
.
-->
Deprecated features scheduled for removal will be listed here, sorted by GitLab milestone.
## 15.0
### Audit events for repository push events
Audit events for
[
repository events
](
../administration/audit_events.md#repository-push
)
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
feature flag. Enabling them can cause too many events to be generated which can
dramatically slow down GitLab instances. For this reason, they are being removed.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment