From 01fa7c10d9c301ca09e40ce2b2e70514cd3f1053 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 3 Aug 2023 21:08:37 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .eslintrc.yml | 5 - .../components/ci_variable_settings.vue | 1 + .../components/ci_variable_table.vue | 397 ++++++++++++--------- app/assets/javascripts/repository/index.js | 8 - app/assets/stylesheets/framework/new_card.scss | 3 +- app/assets/stylesheets/pages/settings.scss | 1 - app/mailers/emails/merge_requests.rb | 2 - .../admin/application_settings/ci_cd.html.haml | 2 +- app/views/ci/variables/_index.html.haml | 6 +- app/views/projects/_files.html.haml | 2 +- app/views/projects/tree/_tree_header.html.haml | 4 +- data/deprecations/16-3-deprecate-twitter-saas.yml | 10 + data/deprecations/16-3-deprecate-twitter-sm.yml | 10 + doc/development/ai_features.md | 47 +++ doc/integration/twitter.md | 9 +- doc/update/deprecations.md | 28 ++ locale/gitlab.pot | 12 + .../components/ci_variable_table_spec.js | 25 +- 18 files changed, 374 insertions(+), 198 deletions(-) create mode 100644 data/deprecations/16-3-deprecate-twitter-saas.yml create mode 100644 data/deprecations/16-3-deprecate-twitter-sm.yml diff --git a/.eslintrc.yml b/.eslintrc.yml index c9ae61e75a5..527e94d4101 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -147,11 +147,6 @@ rules: - escape: methods: 'sanitize' overrides: - - files: - - 'ee/**/*' - # See https://gitlab.com/gitlab-org/gitlab/-/issues/360551 - rules: - vue/multi-word-component-names: off - files: - '{,ee/,jh/}spec/frontend*/**/*' rules: diff --git a/app/assets/javascripts/ci/ci_variable_list/components/ci_variable_settings.vue b/app/assets/javascripts/ci/ci_variable_list/components/ci_variable_settings.vue index 4faec24e19d..f4e1da9b34f 100644 --- a/app/assets/javascripts/ci/ci_variable_list/components/ci_variable_settings.vue +++ b/app/assets/javascripts/ci/ci_variable_list/components/ci_variable_settings.vue @@ -117,6 +117,7 @@ export default { @handle-prev-page="$emit('handle-prev-page')" @handle-next-page="$emit('handle-next-page')" @set-selected-variable="setSelectedVariable" + @delete-variable="deleteVariable" @sort-changed="(val) => $emit('sort-changed', val)" />