From b509bf0a57ade2d846459e44c208495e0e317c81 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Jun 2022 09:09:39 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../events/1655179428_design_actions_create_.yml | 25 ++++++++++++++++++++++ .../events/1655179485_design_actions_update_.yml | 25 ++++++++++++++++++++++ .../events/1655179517_design_actions_destroy_.yml | 25 ++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 config/events/1655179428_design_actions_create_.yml create mode 100644 config/events/1655179485_design_actions_update_.yml create mode 100644 config/events/1655179517_design_actions_destroy_.yml (limited to 'config/events') diff --git a/config/events/1655179428_design_actions_create_.yml b/config/events/1655179428_design_actions_create_.yml new file mode 100644 index 00000000000..25e03a08a7a --- /dev/null +++ b/config/events/1655179428_design_actions_create_.yml @@ -0,0 +1,25 @@ +--- +description: Triggered from backend layer when design is created +category: design_actions +action: create +label_description: Constant string that match with ServicePing metric name of action_monthly_active_users_design_management +property_description: +value_description: +extra_properties: +identifiers: +- project +- user +- namespace +product_section: dev +product_stage: plan +product_group: group::product_planning +product_category: design_management +milestone: "15.1" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90107 +distributions: +- ce +- ee +tiers: +- free +- premium +- ultimate diff --git a/config/events/1655179485_design_actions_update_.yml b/config/events/1655179485_design_actions_update_.yml new file mode 100644 index 00000000000..7648e51f0ae --- /dev/null +++ b/config/events/1655179485_design_actions_update_.yml @@ -0,0 +1,25 @@ +--- +description: Triggered from backend layer when design is updated +category: design_actions +action: update +label_description: Constant string that match with ServicePing metric name of action_monthly_active_users_design_management +property_description: +value_description: +extra_properties: +identifiers: +- project +- user +- namespace +product_section: dev +product_stage: plan +product_group: group::product_planning +product_category: design_management +milestone: "15.1" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90107 +distributions: +- ce +- ee +tiers: +- free +- premium +- ultimate diff --git a/config/events/1655179517_design_actions_destroy_.yml b/config/events/1655179517_design_actions_destroy_.yml new file mode 100644 index 00000000000..fd75f698e5e --- /dev/null +++ b/config/events/1655179517_design_actions_destroy_.yml @@ -0,0 +1,25 @@ +--- +description: Triggered from backend layer when design is deleted +category: design_actions +action: destroy +label_description: Constant string that match with ServicePing metric name of action_monthly_active_users_design_management +property_description: +value_description: +extra_properties: +identifiers: +- project +- user +- namespace +product_section: dev +product_stage: plan +product_group: group::product_planning +product_category: design_management +milestone: "15.1" +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90107 +distributions: +- ce +- ee +tiers: +- free +- premium +- ultimate -- cgit v1.2.3