diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-08 12:09:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-08 12:09:24 +0000 |
commit | b0d4724e47f94c9b1b2676382084ef964200e3c1 (patch) | |
tree | ce6fc40991e049c022b01a37cbecea12c3285405 /config/events | |
parent | 058e1a233fc1d96917c72cfab552c72db93f4f8b (diff) | |
download | gitlab-ce-b0d4724e47f94c9b1b2676382084ef964200e3c1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/events')
7 files changed, 146 insertions, 0 deletions
diff --git a/config/events/1656554755_issues_edit_g_project_management_issue_added_to_epic.yml b/config/events/1656554755_issues_edit_g_project_management_issue_added_to_epic.yml new file mode 100644 index 00000000000..0c1ea4584e1 --- /dev/null +++ b/config/events/1656554755_issues_edit_g_project_management_issue_added_to_epic.yml @@ -0,0 +1,20 @@ +--- +description: Issue was added to an epic +category: issues_edit +action: g_project_management_issue_added_to_epic +identifiers: + - project + - user + - namespace +product_section: dev +product_stage: plan +product_group: project_management +product_category: issue_tracking +milestone: "15.2" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91443 +distributions: + - ee +tiers: + - premium + - ultimate + diff --git a/config/events/1656555050_issues_edit_g_project_management_issue_changed_epic.yml b/config/events/1656555050_issues_edit_g_project_management_issue_changed_epic.yml new file mode 100644 index 00000000000..b74054b4eb5 --- /dev/null +++ b/config/events/1656555050_issues_edit_g_project_management_issue_changed_epic.yml @@ -0,0 +1,20 @@ +--- +description: Epic was changed on an issue +category: issues_edit +action: g_project_management_issue_changed_epic +identifiers: + - project + - user + - namespace +product_section: dev +product_stage: plan +product_group: project_management +product_category: issue_tracking +milestone: "15.2" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91443 +distributions: + - ee +tiers: + - premium + - ultimate + diff --git a/config/events/1656555163_issues_edit_g_project_management_issue_health_status_changed.yml b/config/events/1656555163_issues_edit_g_project_management_issue_health_status_changed.yml new file mode 100644 index 00000000000..00a375074f6 --- /dev/null +++ b/config/events/1656555163_issues_edit_g_project_management_issue_health_status_changed.yml @@ -0,0 +1,20 @@ +--- +description: Health status was changed on an issue +category: issues_edit +action: g_project_management_issue_health_status_changed +identifiers: + - project + - user + - namespace +product_section: dev +product_stage: plan +product_group: project_management +product_category: issue_tracking +milestone: "15.2" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91443 +distributions: + - ee +tiers: + - premium + - ultimate + diff --git a/config/events/1656555272_issues_edit_g_project_management_issue_iteration_changed.yml b/config/events/1656555272_issues_edit_g_project_management_issue_iteration_changed.yml new file mode 100644 index 00000000000..7e755c6e0e9 --- /dev/null +++ b/config/events/1656555272_issues_edit_g_project_management_issue_iteration_changed.yml @@ -0,0 +1,20 @@ +--- +description: Issue's iteration was changed +category: issues_edit +action: g_project_management_issue_iteration_changed +identifiers: + - project + - user + - namespace +product_section: dev +product_stage: plan +product_group: project_management +product_category: issue_tracking +milestone: "15.2" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91443 +distributions: + - ee +tiers: + - premium + - ultimate + diff --git a/config/events/1656555342_issues_edit_g_project_management_issue_removed_from_epic.yml b/config/events/1656555342_issues_edit_g_project_management_issue_removed_from_epic.yml new file mode 100644 index 00000000000..5241e48ee9f --- /dev/null +++ b/config/events/1656555342_issues_edit_g_project_management_issue_removed_from_epic.yml @@ -0,0 +1,20 @@ +--- +description: An issue was removed from an epic +category: issues_edit +action: g_project_management_issue_removed_from_epic +identifiers: + - project + - user + - namespace +product_section: dev +product_stage: plan +product_group: project_management +product_category: issue_tracking +milestone: "15.2" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91443 +distributions: + - ee +tiers: + - premium + - ultimate + diff --git a/config/events/1656555426_issues_edit_g_project_management_issue_weight_changed.yml b/config/events/1656555426_issues_edit_g_project_management_issue_weight_changed.yml new file mode 100644 index 00000000000..99492d50176 --- /dev/null +++ b/config/events/1656555426_issues_edit_g_project_management_issue_weight_changed.yml @@ -0,0 +1,20 @@ +--- +description: Issue's weight was changed +category: issues_edit +action: g_project_management_issue_weight_changed +identifiers: + - project + - user + - namespace +product_section: dev +product_stage: plan +product_group: project_management +product_category: issue_tracking +milestone: "15.2" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91443 +distributions: + - ee +tiers: + - premium + - ultimate + diff --git a/config/events/1656690716_post_receive_source_code_pushes.yml b/config/events/1656690716_post_receive_source_code_pushes.yml new file mode 100644 index 00000000000..d0c9fa35d09 --- /dev/null +++ b/config/events/1656690716_post_receive_source_code_pushes.yml @@ -0,0 +1,26 @@ +--- +description: All events of Git push operations +category: PostReceive +action: source_code_pushes +label_description: +property_description: +value_description: +extra_properties: +identifiers: +- project +- user +- namespace +product_section: dev +product_stage: create +product_group: source_code +product_category: source_code_management +milestone: "15.2" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91605 +distributions: +- ce +- ee +tiers: +- free +- premium +- ultimate + |