From adeba64772c7debff3aeb747ed08a69fdc23f01a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 13 May 2024 06:18:16 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../error_tracking/components/timeline_chart.vue | 2 +- app/assets/stylesheets/framework/variables.scss | 2 +- app/assets/stylesheets/themes/_dark.scss | 2 +- .../stylesheets/themes/dark_mode_overrides.scss | 8 ++++---- app/views/projects/network/_head.html.haml | 2 +- config/webpack.config.js | 5 ++++- doc/api/groups.md | 16 +++++++++++----- doc/api/projects.md | 6 ++++++ doc/api/system_hooks.md | 8 ++++++++ .../continuous_vulnerability_scanning/index.md | 2 ++ lib/api/entities/hook.rb | 2 ++ lib/api/project_hooks.rb | 2 ++ lib/api/system_hooks.rb | 2 ++ package.json | 2 +- scripts/frontend/lib/tailwind_migration.mjs | 4 ++-- spec/factories/project_hooks.rb | 2 ++ spec/factories/system_hooks.rb | 2 ++ .../filtered_search/recent_searches_spec.rb | 1 - .../api/schemas/public_api/v4/project_hook.json | 16 +++++++++++++++- .../api/schemas/public_api/v4/system_hook.json | 12 ++++++++++++ .../components/alert_management_table_spec.js | 11 +++++++++-- .../filtered_search_bar_root_spec.js | 15 ++++++--------- spec/lib/api/entities/hook_spec.rb | 6 +++--- .../requests/api/hooks_shared_examples.rb | 2 ++ yarn.lock | 8 ++++---- 25 files changed, 103 insertions(+), 37 deletions(-) diff --git a/app/assets/javascripts/error_tracking/components/timeline_chart.vue b/app/assets/javascripts/error_tracking/components/timeline_chart.vue index 907a6c8557f..66a72453c20 100644 --- a/app/assets/javascripts/error_tracking/components/timeline_chart.vue +++ b/app/assets/javascripts/error_tracking/components/timeline_chart.vue @@ -1,6 +1,6 @@