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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-20 17:22:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-20 17:22:11 +0300
commit0c872e02b2c822e3397515ec324051ff540f0cd5 (patch)
treece2fb6ce7030e4dad0f4118d21ab6453e5938cdd /config/audit_events
parentf7e05a6853b12f02911494c4b3fe53d9540d74fc (diff)
Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42
Diffstat (limited to 'config/audit_events')
-rw-r--r--config/audit_events/types/policy_project_updated.yml8
-rw-r--r--config/audit_events/types/type_schema.json6
2 files changed, 3 insertions, 11 deletions
diff --git a/config/audit_events/types/policy_project_updated.yml b/config/audit_events/types/policy_project_updated.yml
deleted file mode 100644
index 6fffc7f6b10..00000000000
--- a/config/audit_events/types/policy_project_updated.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-name: policy_project_updated
-description: "This event is triggered whenever the security policy project is updated for a project."
-introduced_by_issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/377877"
-introduced_by_mr: "https://gitlab.com/gitlab-org/gitlab/-/merge_requests/102154"
-milestone: "15.6"
-group: "govern::security policies"
-saved_to_database: true
-streamed: false
diff --git a/config/audit_events/types/type_schema.json b/config/audit_events/types/type_schema.json
index 0d5d79bc4c4..3921b36ba91 100644
--- a/config/audit_events/types/type_schema.json
+++ b/config/audit_events/types/type_schema.json
@@ -28,9 +28,9 @@
"https"
]
},
- "group": {
+ "feature_category": {
"type": "string",
- "description": "Name of the group that introduced this audit event. For example, manage::compliance"
+ "description": "The feature category of this audit event. For example, compliance_management"
},
"milestone": {
"type": "string",
@@ -48,7 +48,7 @@
},
"required": [
"description",
- "group",
+ "feature_category",
"introduced_by_issue",
"introduced_by_mr",
"milestone",