aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab-ce
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-10-23 04:57:46 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-10-23 04:57:46 +0000
commitf44054fe1a4346adb0368cc45aaff36fe0366fe2 (patch)
tree9f6876c30608474ccb8323b9e80be8bad9bee02e /www/gitlab-ce
parent698fef4366487e3f74a89216ce7315cf88388230 (diff)
downloadports-f44054fe1a4346adb0368cc45aaff36fe0366fe2.tar.gz
ports-f44054fe1a4346adb0368cc45aaff36fe0366fe2.zip
Notes
Diffstat (limited to 'www/gitlab-ce')
-rw-r--r--www/gitlab-ce/Makefile48
-rw-r--r--www/gitlab-ce/distinfo6
-rw-r--r--www/gitlab-ce/files/patch-Gemfile38
-rw-r--r--www/gitlab-ce/files/patch-config_gitlab.yml.example10
-rw-r--r--www/gitlab-ce/pkg-message4
-rw-r--r--www/gitlab-ce/pkg-plist1807
6 files changed, 1353 insertions, 560 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 283f9dd2af91..4fd5e0935c37 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME?= gitlab-ce
-PORTVERSION?= 13.4.4
-PORTREVISION?= 1
+PORTVERSION?= 13.5.0
+PORTREVISION?= 0
CATEGORIES= www devel
MAINTAINER?= mfechner@FreeBSD.org
@@ -18,15 +18,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
MY_DEPENDS= git>=2.26:devel/git \
gitaly>=${PORTVERSION}:devel/gitaly \
gitlab-elasticsearch-indexer>=2.7.0:textproc/gitlab-elasticsearch-indexer \
- gitlab-pages>=1.25.0:www/gitlab-pages \
- gitlab-shell>=13.7.0:devel/gitlab-shell \
- gitlab-workhorse>=8.46.0:www/gitlab-workhorse \
+ gitlab-pages>=1.28.0:www/gitlab-pages \
+ gitlab-shell>=13.10.0:devel/gitlab-shell \
+ gitlab-workhorse>=8.51.0:www/gitlab-workhorse \
redis>=3.2.12:databases/redis \
yarn>=1.10.0:www/yarn \
gtar>0:archivers/gtar \
bash>0:shells/bash \
gtar>0:archivers/gtar \
- rubygem-rails60>=6.0.3.1<6.1:www/rubygem-rails60 \
+ rubygem-rails60>=6.0.3.3<6.1:www/rubygem-rails60 \
rubygem-bootsnap>=1.4.6<2.0:devel/rubygem-bootsnap \
rubygem-nakayoshi_fork>=0.0.4<0.1.0:devel/rubygem-nakayoshi_fork \
rubygem-responders-rails60>=3.0<4.0:www/rubygem-responders-rails60 \
@@ -34,10 +34,11 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-default_value_for>=3.3.0<3.4.0:devel/rubygem-default_value_for \
rubygem-pg>=1.2.3<2:databases/rubygem-pg \
rubygem-rugged>=0.28:devel/rubygem-rugged \
- rubygem-grape-path-helpers>=1.3<2.0:devel/rubygem-grape-path-helpers \
+ rubygem-grape-path-helpers>=1.4<2.0:devel/rubygem-grape-path-helpers \
rubygem-faraday>=1.0<2:www/rubygem-faraday \
rubygem-marginalia>=1.9.0<1.10:databases/rubygem-marginalia \
- rubygem-devise-rails60>=4.6<5.0:devel/rubygem-devise-rails60 \
+ rubygem-devise-rails60>=4.7.2<4.8:devel/rubygem-devise-rails60 \
+ rubygem-bcrypt>=3.1.12<3.2:security/rubygem-bcrypt \
rubygem-doorkeeper>=5.3.0<5.4:security/rubygem-doorkeeper \
rubygem-doorkeeper-openid_connect>=1.7.4<1.8:security/rubygem-doorkeeper-openid_connect \
rubygem-omniauth>=1.8<2.0:security/rubygem-omniauth \
@@ -83,11 +84,12 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-graphiql-rails>=1.4.10<1.5.0:devel/rubygem-graphiql-rails \
rubygem-apollo_upload_server>=2.0.2<2.1:net/rubygem-apollo_upload_server \
rubygem-graphql-docs>=1.6.0<1.7.0:devel/rubygem-graphql-docs \
+ rubygem-hashie>0:devel/rubygem-hashie \
rubygem-hashie-forbidden_attributes>0:devel/rubygem-hashie-forbidden_attributes \
rubygem-kaminari-rails60>=1.2.1<2.0:www/rubygem-kaminari-rails60 \
rubygem-hamlit>=2.11.0<2.12.0:www/rubygem-hamlit \
rubygem-carrierwave>=1.3<2.0:www/rubygem-carrierwave \
- rubygem-mini_magick>0:graphics/rubygem-mini_magick \
+ rubygem-mini_magick>=4.10.1<4.11:graphics/rubygem-mini_magick \
rubygem-fog-aws>=3.5<4.0:net/rubygem-fog-aws \
rubygem-fog-core210=2.1.0:devel/rubygem-fog-core210 \
rubygem-fog-google>=1.10<2:net/rubygem-fog-google \
@@ -120,7 +122,7 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-asciidoctor>=2.0.10<2.1.0:textproc/rubygem-asciidoctor \
rubygem-asciidoctor-include-ext>=0.3.1<0.4.0:textproc/rubygem-asciidoctor-include-ext \
rubygem-asciidoctor-plantuml>=0.0.12<0.1:textproc/rubygem-asciidoctor-plantuml \
- rubygem-rouge321>=3.21.0<3.22:textproc/rubygem-rouge321 \
+ rubygem-rouge>=3.24.0<3.25:textproc/rubygem-rouge \
rubygem-truncato>=0.7.11<0.8.0:textproc/rubygem-truncato \
rubygem-bootstrap_form>=4.2.0<4.3.0:devel/rubygem-bootstrap_form \
rubygem-nokogiri>=1.10.10<1.11.0:textproc/rubygem-nokogiri \
@@ -128,7 +130,7 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-icalendar>=0:devel/rubygem-icalendar \
rubygem-diffy>=3.3<4:textproc/rubygem-diffy \
rubygem-diff_match_patch>=0.1.0<0.2.0:textproc/rubygem-diff_match_patch \
- rubygem-rack20>=2.0.9<2.1.0,3:www/rubygem-rack20 \
+ rubygem-rack21>=2.1.4<2.2.0,3:www/rubygem-rack21 \
rubygem-rack-timeout>=0.5.1<0.6:www/rubygem-rack-timeout \
rubygem-unicorn>=5.5<6:www/rubygem-unicorn \
rubygem-unicorn-worker-killer>=0.4.4<0.5.0:www/rubygem-unicorn-worker-killer \
@@ -157,25 +159,24 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-jira-ruby20>=2.0.0<2.1:devel/rubygem-jira-ruby20 \
rubygem-atlassian-jwt>=0.2.0<0.3.0:www/rubygem-atlassian-jwt \
rubygem-flowdock>=0.7<1.0:www/rubygem-flowdock \
- rubygem-slack-messenger>=2.3.3<2.4.0:devel/rubygem-slack-messenger \
+ rubygem-slack-messenger>=2.3.4<2.4.0:devel/rubygem-slack-messenger \
rubygem-hangouts-chat>=0.0.5<0.1.0:net/rubygem-hangouts-chat \
rubygem-asana>=0.10.2<0.10.3:www/rubygem-asana \
rubygem-ruby-fogbugz021>=0.2.1<0.3.0:devel/rubygem-ruby-fogbugz021 \
- rubygem-kubeclient>=4.6.0<4.7.0:www/rubygem-kubeclient \
+ rubygem-kubeclient>=4.9.1<4.10.0:www/rubygem-kubeclient \
rubygem-sanitize>=5.2.1<6:textproc/rubygem-sanitize \
rubygem-babosa>=1.0.2<1.1.0:textproc/rubygem-babosa \
- rubygem-loofah>=2.2<3.0:textproc/rubygem-loofah \
+ rubygem-loofah>=2.7<3.0:textproc/rubygem-loofah \
rubygem-licensee8>=8.9<9.0:devel/rubygem-licensee8 \
rubygem-ace-rails-ap>=4.1.0<4.2.0:www/rubygem-ace-rails-ap \
- rubygem-charlock_holmes>=0.7.5<0.8.0:textproc/rubygem-charlock_holmes \
+ rubygem-charlock_holmes>=0.7.7<0.8.0:textproc/rubygem-charlock_holmes \
rubygem-mimemagic>=0.3.2<0.4.0:misc/rubygem-mimemagic \
rubygem-fast_blank>=0:devel/rubygem-fast_blank \
rubygem-gitlab-chronic>=0.10.5<0.11.0:devel/rubygem-gitlab-chronic \
rubygem-gitlab_chronic_duration>=0.10.6.2<0.10.7:devel/rubygem-gitlab_chronic_duration \
- rubygem-webpack-rails-rails60>=0.9.10<0.10.0:www/rubygem-webpack-rails-rails60 \
rubygem-rack-proxy>=0.6.0<0.7.0:www/rubygem-rack-proxy \
rubygem-sassc-rails-rails60>=2.1.0<2.2.0:textproc/rubygem-sassc-rails-rails60 \
- rubygem-uglifier27>=2.7.2<2.8.0:www/rubygem-uglifier27 \
+ rubygem-terser>=1.0.2:textproc/rubygem-terser \
rubygem-addressable>=2.7<3:www/rubygem-addressable \
rubygem-font-awesome-rails-rails60>=4.7<5.0:devel/rubygem-font-awesome-rails-rails60 \
rubygem-gemojione>=3.3<4.0:graphics/rubygem-gemojione \
@@ -186,7 +187,7 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-rack-attack>=6.3.0<6.4.0:www/rubygem-rack-attack \
rubygem-sentry-raven>=3.0<4.0:devel/rubygem-sentry-raven \
rubygem-premailer-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \
- rubygem-gitlab-labkit>=0.12.1<0.12.2:devel/rubygem-gitlab-labkit \
+ rubygem-gitlab-labkit>=0.12.2<0.12.3:devel/rubygem-gitlab-labkit \
rubygem-ruby_parser>=3.8<4.0:devel/rubygem-ruby_parser \
rubygem-rails-i18n-rails60>=6.0<7.0:devel/rubygem-rails-i18n-rails60 \
rubygem-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \
@@ -196,10 +197,10 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-peek-rails60>=1.1.0<2.0:devel/rubygem-peek-rails60 \
rubygem-snowplow-tracker>=0.6.1<0.7.0:devel/rubygem-snowplow-tracker \
rubygem-method_source>=1.0<2:devel/rubygem-method_source \
- rubygem-prometheus-client-mmap>=0.11.0<0.12.0:devel/rubygem-prometheus-client-mmap \
+ rubygem-prometheus-client-mmap>=0.12.0<0.13.0:devel/rubygem-prometheus-client-mmap \
rubygem-raindrops>=0.18<1.0:www/rubygem-raindrops \
rubygem-octokit>=4.15<5.0:net/rubygem-octokit \
- rubygem-gitlab-mail_room>=0.0.6<0.1.0:mail/rubygem-gitlab-mail_room \
+ rubygem-gitlab-mail_room>=0.0.7<0.1.0:mail/rubygem-gitlab-mail_room \
rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \
rubygem-html2text>=0:textproc/rubygem-html2text \
rubygem-ruby-prof>=1.3.0<1.4.0:devel/rubygem-ruby-prof \
@@ -217,7 +218,7 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-sshkey>=2.0<3.0:security/rubygem-sshkey \
rubygem-ed25519>=1.2<2.0:security/rubygem-ed25519 \
rubygem-bcrypt_pbkdf>=1.0<2.0:security/rubygem-bcrypt_pbkdf \
- rubygem-gitaly>=13.3.0.p.r1<13.4.0:net/rubygem-gitaly \
+ rubygem-gitaly>=13.5.0.pre.rc2<13.6.0:net/rubygem-gitaly \
rubygem-grpc>=1.30.2<1.31:net/rubygem-grpc \
rubygem-google-protobuf>=3.12<4:devel/rubygem-google-protobuf \
rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \
@@ -241,7 +242,8 @@ MY_DEPENDS= git>=2.26:devel/git \
rubygem-oj>=3.10.6<3.11:devel/rubygem-oj \
rubygem-multi_json114>=1.14.1<1.15:devel/rubygem-multi_json114 \
rubygem-yajl-ruby>=1.4.1<1.5:devel/rubygem-yajl-ruby \
- rubygem-webauthn>=2.3<3:security/rubygem-webauthn
+ rubygem-webauthn>=2.3<3:security/rubygem-webauthn \
+ rubygem-ipaddress>=0.8.3<0.9:net/rubygem-ipaddress
BUILD_DEPENDS= gem:devel/ruby-gems \
${MY_DEPENDS}
@@ -262,7 +264,7 @@ USE_GITLAB= yes
GL_ACCOUNT?= gitlab-org
GL_PROJECT?= gitlab-foss
# Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
-GL_COMMIT?= e7d9e8b4224ce4b22bfd14321d5315ef7680662d
+GL_COMMIT?= 9cf4cc503860dd3b836cf423d88d067f4d120591
USERS= git
GROUPS= git
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index 75887ab64f9b..4f73b72285f2 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602793243
-SHA256 (gitlab-org-gitlab-foss-e7d9e8b4224ce4b22bfd14321d5315ef7680662d_GL0.tar.gz) = 752165eac4502626720fdd004833ca873aa2c99e1b408c0951268e7f9fea19d6
-SIZE (gitlab-org-gitlab-foss-e7d9e8b4224ce4b22bfd14321d5315ef7680662d_GL0.tar.gz) = 101211185
+TIMESTAMP = 1603346614
+SHA256 (gitlab-org-gitlab-foss-9cf4cc503860dd3b836cf423d88d067f4d120591_GL0.tar.gz) = 51651f17eda13ed6a7d1951596b0f6a4f754b08a16e933f2bc7db0e00cef7b82
+SIZE (gitlab-org-gitlab-foss-9cf4cc503860dd3b836cf423d88d067f4d120591_GL0.tar.gz) = 107687735
diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile
index 5a7050ca77f6..4feeee01fe58 100644
--- a/www/gitlab-ce/files/patch-Gemfile
+++ b/www/gitlab-ce/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2020-10-01 12:48:52 UTC
+--- Gemfile.orig 2020-10-21 18:16:04 UTC
+++ Gemfile
@@ -18,7 +18,7 @@ gem 'default_value_for', '~> 3.3.0'
# Supported DBs
@@ -6,18 +6,27 @@
-gem 'rugged', '~> 0.28'
+gem 'rugged', '~> 1.0'
- gem 'grape-path-helpers', '~> 1.3'
+ gem 'grape-path-helpers', '~> 1.4'
gem 'faraday', '~> 1.0'
-@@ -95,7 +95,6 @@ gem 'graphql', '~> 1.11.4'
+@@ -27,7 +27,7 @@ gem 'marginalia', '~> 1.9.0'
+ # Authentication libraries
+ gem 'devise', '~> 4.7.2'
+ # TODO: verify ARM compile issue on 3.1.13+ version (see https://gitlab.com/gitlab-org/gitlab/-/merge_requests/18828)
+-gem 'bcrypt', '3.1.12'
++gem 'bcrypt', '~> 3.1.12'
+ gem 'doorkeeper', '~> 5.3.0'
+ gem 'doorkeeper-openid_connect', '~> 1.7.4'
+ gem 'omniauth', '~> 1.8'
+@@ -97,7 +97,6 @@ gem 'graphql', '~> 1.11.4'
# https://gitlab.com/gitlab-org/gitlab/issues/31747
gem 'graphiql-rails', '~> 1.4.10'
gem 'apollo_upload_server', '~> 2.0.2'
-gem 'graphql-docs', '~> 1.6.0', group: [:development, :test]
+ gem 'hashie'
# Disable strong_params so that Mash does not respond to :permitted?
- gem 'hashie-forbidden_attributes'
-@@ -148,7 +147,7 @@ gem 'github-markup', '~> 1.7.0', require: 'github/mark
+@@ -151,7 +150,7 @@ gem 'github-markup', '~> 1.7.0', require: 'github/mark
gem 'commonmarker', '~> 0.20'
gem 'kramdown', '~> 2.3.0'
gem 'RedCloth', '~> 4.3.2'
@@ -26,7 +35,7 @@
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
-@@ -234,7 +233,7 @@ gem 'redis-rails', '~> 5.0.2'
+@@ -237,7 +236,7 @@ gem 'redis-rails', '~> 5.0.2'
gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
# HipChat integration
@@ -35,15 +44,15 @@
# Jira integration
gem 'jira-ruby', '~> 2.0.0'
-@@ -332,94 +331,6 @@ group :metrics do
+@@ -334,97 +333,6 @@ group :metrics do
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.11.0'
+ gem 'prometheus-client-mmap', '~> 0.12.0'
gem 'raindrops', '~> 0.18'
-end
-
-group :development do
- gem 'brakeman', '~> 4.2', require: false
-- gem 'danger', '~> 8.0', require: false
+- gem 'danger', '~> 8.0.6', require: false
-
- gem 'letter_opener_web', '~> 1.3.4'
-
@@ -82,8 +91,6 @@
-
- gem 'scss_lint', '~> 0.56.0', require: false
- gem 'haml_lint', '~> 0.34.0', require: false
-- gem 'simplecov', '~> 0.18.5', require: false
-- gem 'simplecov-cobertura', '~> 1.3.1', require: false
- gem 'bundler-audit', '~> 0.6.1', require: false
-
- gem 'benchmark-ips', '~> 2.3.0', require: false
@@ -101,9 +108,14 @@
- gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
-end
-
+-group :development, :test, :coverage do
+- gem 'simplecov', '~> 0.18.5', require: false
+- gem 'simplecov-cobertura', '~> 1.3.1', require: false
+-end
+-
-# Gems required in omnibus-gitlab pipeline
-group :development, :test, :omnibus do
-- gem 'license_finder', '~> 5.4', require: false
+- gem 'license_finder', '~> 6.0', require: false
-end
-
-group :test do
@@ -118,7 +130,7 @@
-
- gem 'shoulda-matchers', '~> 4.0.1', require: false
- gem 'email_spec', '~> 2.2.0'
-- gem 'webmock', '~> 3.5.1'
+- gem 'webmock', '~> 3.9.1'
- gem 'rails-controller-testing'
- gem 'concurrent-ruby', '~> 1.1'
- gem 'test-prof', '~> 0.12.0'
diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example
index 1914e9636bd1..5eec1c6ef941 100644
--- a/www/gitlab-ce/files/patch-config_gitlab.yml.example
+++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example
@@ -1,6 +1,6 @@
---- config/gitlab.yml.example.orig 2020-09-21 16:23:36 UTC
+--- config/gitlab.yml.example.orig 2020-10-21 18:16:04 UTC
+++ config/gitlab.yml.example
-@@ -1012,7 +1012,7 @@ production: &base
+@@ -1044,7 +1044,7 @@ production: &base
# Gitaly settings
gitaly:
# Path to the directory containing Gitaly client executables.
@@ -9,7 +9,7 @@
# Default Gitaly authentication token. Can be overridden per storage. Can
# be left blank when Gitaly is running locally on a Unix socket, which
# is the normal way to deploy Gitaly.
-@@ -1030,8 +1030,8 @@ production: &base
+@@ -1062,8 +1062,8 @@ production: &base
# real path not the symlink.
storages: # You must have at least a `default` storage path.
default:
@@ -20,7 +20,7 @@
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
## Backup settings
-@@ -1077,12 +1077,12 @@ production: &base
+@@ -1109,12 +1109,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
@@ -36,7 +36,7 @@
# Git over HTTP
upload_pack: true
-@@ -1097,22 +1097,22 @@ production: &base
+@@ -1129,22 +1129,22 @@ production: &base
workhorse:
# File that contains the secret key for verifying access for gitlab-workhorse.
# Default is '.gitlab_workhorse_secret' relative to Rails.root (i.e. root of the GitLab app).
diff --git a/www/gitlab-ce/pkg-message b/www/gitlab-ce/pkg-message
index 14c65ea9f7ca..6712fed56842 100644
--- a/www/gitlab-ce/pkg-message
+++ b/www/gitlab-ce/pkg-message
@@ -6,7 +6,7 @@ Gitlab was installed successfully.
You now need to set up the various components of Gitlab, so please
follow the instructions in the guide at:
-https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/13.4-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/13.5-freebsd.md
EOM
type: install
}
@@ -20,7 +20,7 @@ EOM
If you just installed an major upgrade of GitLab, for example you
switched from 12.6.x to 12.7.x, please follow the instructions in the guide at:
-https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/13.3-13.4-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/13.4-13.5-freebsd.md
If you just installed an minor upgrade of GitLab please follow
the instructions in the guide at:
diff --git a/www/gitlab-ce/pkg-plist b/www/gitlab-ce/pkg-plist
index 7ccc01d60831..094514755ebf 100644
--- a/www/gitlab-ce/pkg-plist
+++ b/www/gitlab-ce/pkg-plist
@@ -36,6 +36,7 @@
%%WWWDIR%%/.gitlab/issue_templates/Documentation.md
%%WWWDIR%%/.gitlab/issue_templates/Feature Flag Roll Out.md
%%WWWDIR%%/.gitlab/issue_templates/Feature proposal.md
+%%WWWDIR%%/.gitlab/issue_templates/Implementation.md
%%WWWDIR%%/.gitlab/issue_templates/Migrations.md
%%WWWDIR%%/.gitlab/issue_templates/Problem Validation.md
%%WWWDIR%%/.gitlab/issue_templates/Productivity Improvement.md
@@ -43,6 +44,7 @@
%%WWWDIR%%/.gitlab/issue_templates/Refactoring.md
%%WWWDIR%%/.gitlab/issue_templates/Security Release Tracking Issue.md
%%WWWDIR%%/.gitlab/issue_templates/Security developer workflow.md
+%%WWWDIR%%/.gitlab/issue_templates/Snowplow event tracking.md
%%WWWDIR%%/.gitlab/issue_templates/Solution Validation.md
%%WWWDIR%%/.gitlab/issue_templates/Technical Evaluation.md
%%WWWDIR%%/.gitlab/issue_templates/Test Plan.md
@@ -52,6 +54,7 @@
%%WWWDIR%%/.gitlab/merge_request_templates/New Static Analysis Check.md
%%WWWDIR%%/.gitlab/merge_request_templates/Security Release.md
%%WWWDIR%%/.gitlab/route-map.yml
+%%WWWDIR%%/.gitpod.yml
%%WWWDIR%%/.haml-lint.yml
%%WWWDIR%%/.haml-lint_todo.yml
%%WWWDIR%%/.license_encryption_key.pub
@@ -67,6 +70,8 @@
%%WWWDIR%%/.ruby-version
%%WWWDIR%%/.scss-lint.yml
%%WWWDIR%%/.stylelintrc
+%%WWWDIR%%/.test_license_encryption_key.pub
+%%WWWDIR%%/.theia/settings.json
%%WWWDIR%%/.vale.ini
%%WWWDIR%%/.yamllint
%%WWWDIR%%/CHANGELOG.md
@@ -2028,6 +2033,7 @@
%%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_metrics.vue
%%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_sidebar.vue
%%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_status.vue
+%%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_summary_row.vue
%%WWWDIR%%/app/assets/javascripts/alert_management/components/sidebar/sidebar_assignee.vue
%%WWWDIR%%/app/assets/javascripts/alert_management/components/sidebar/sidebar_assignees.vue
%%WWWDIR%%/app/assets/javascripts/alert_management/components/sidebar/sidebar_header.vue
@@ -2053,12 +2059,26 @@
%%WWWDIR%%/app/assets/javascripts/alert_management/router.js
%%WWWDIR%%/app/assets/javascripts/alerts_service_settings/components/alerts_service_form.vue
%%WWWDIR%%/app/assets/javascripts/alerts_service_settings/index.js
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_integrations_list.vue
%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_settings_form.vue
%%WWWDIR%%/app/assets/javascripts/alerts_settings/constants.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/index.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/services/index.js
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/instance_counts.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/pipelines_chart.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/users_chart.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/constants.js
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/fragments/count.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/count.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/instance_statistics_count.query.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/pipeline_stats.query.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/users.query.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/index.js
+%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/utils.js
%%WWWDIR%%/app/assets/javascripts/analytics/product_analytics/activity_charts_bundle.js
%%WWWDIR%%/app/assets/javascripts/analytics/product_analytics/components/activity_chart.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/shared/components/metric_card.vue
%%WWWDIR%%/app/assets/javascripts/api.js
%%WWWDIR%%/app/assets/javascripts/authentication/mount_2fa.js
%%WWWDIR%%/app/assets/javascripts/authentication/u2f/authenticate.js
@@ -2114,6 +2134,7 @@
%%WWWDIR%%/app/assets/javascripts/behaviors/details_behavior.js
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji.js
%%WWWDIR%%/app/assets/javascripts/behaviors/index.js
+%%WWWDIR%%/app/assets/javascripts/behaviors/load_startup_css.js
%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/constants.js
%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/copy_as_gfm.js
%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/editor_extensions.js
@@ -2172,6 +2193,7 @@
%%WWWDIR%%/app/assets/javascripts/behaviors/secret_values.js
%%WWWDIR%%/app/assets/javascripts/behaviors/select2.js
%%WWWDIR%%/app/assets/javascripts/behaviors/shortcuts.js
+%%WWWDIR%%/app/assets/javascripts/behaviors/shortcuts/keybindings.js
%%WWWDIR%%/app/assets/javascripts/behaviors/shortcuts/shortcuts.js
%%WWWDIR%%/app/assets/javascripts/behaviors/shortcuts/shortcuts_blob.js
%%WWWDIR%%/app/assets/javascripts/behaviors/shortcuts/shortcuts_find_file.js
@@ -2198,6 +2220,7 @@
%%WWWDIR%%/app/assets/javascripts/blob/components/blob_header_filepath.vue
%%WWWDIR%%/app/assets/javascripts/blob/components/blob_header_viewer_switcher.vue
%%WWWDIR%%/app/assets/javascripts/blob/components/constants.js
+%%WWWDIR%%/app/assets/javascripts/blob/components/eventhub.js
%%WWWDIR%%/app/assets/javascripts/blob/file_template_mediator.js
%%WWWDIR%%/app/assets/javascripts/blob/file_template_selector.js
%%WWWDIR%%/app/assets/javascripts/blob/notebook/index.js
@@ -2214,8 +2237,6 @@
%%WWWDIR%%/app/assets/javascripts/blob/stl_viewer.js
%%WWWDIR%%/app/assets/javascripts/blob/suggest_gitlab_ci_yml/components/popover.vue
%%WWWDIR%%/app/assets/javascripts/blob/suggest_gitlab_ci_yml/index.js
-%%WWWDIR%%/app/assets/javascripts/blob/suggest_web_ide_ci/components/web_ide_alert.vue
-%%WWWDIR%%/app/assets/javascripts/blob/suggest_web_ide_ci/index.js
%%WWWDIR%%/app/assets/javascripts/blob/template_selector.js
%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/ci_yaml_selector.js
%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/dockerfile_selector.js
@@ -2229,15 +2250,16 @@
%%WWWDIR%%/app/assets/javascripts/blob_edit/constants.js
%%WWWDIR%%/app/assets/javascripts/blob_edit/edit_blob.js
%%WWWDIR%%/app/assets/javascripts/boards/boards_util.js
-%%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_card.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_card_layout.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_column.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_configuration_options.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_content.vue
-%%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_extra_actions.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_form.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_list.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_list_header.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_list_new.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_settings_sidebar.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_sidebar.js
@@ -2258,6 +2280,7 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/new_list_dropdown.js
%%WWWDIR%%/app/assets/javascripts/boards/components/project_select.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_editable_item.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_labels_select.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/remove_issue.vue
%%WWWDIR%%/app/assets/javascripts/boards/config_toggle.js
%%WWWDIR%%/app/assets/javascripts/boards/constants.js
@@ -2265,10 +2288,7 @@
%%WWWDIR%%/app/assets/javascripts/boards/eventhub.js
%%WWWDIR%%/app/assets/javascripts/boards/filtered_search_boards.js
%%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js
-%%WWWDIR%%/app/assets/javascripts/boards/icons/fullscreen_collapse.svg
-%%WWWDIR%%/app/assets/javascripts/boards/icons/fullscreen_expand.svg
%%WWWDIR%%/app/assets/javascripts/boards/index.js
-%%WWWDIR%%/app/assets/javascripts/boards/mixins/is_wip_limits.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/issue_card_inner.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_footer.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_mixins.js
@@ -2281,16 +2301,17 @@
%%WWWDIR%%/app/assets/javascripts/boards/models/project.js
%%WWWDIR%%/app/assets/javascripts/boards/mount_multiple_boards_switcher.js
%%WWWDIR%%/app/assets/javascripts/boards/queries/board.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/queries/board.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/board_list.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/board_list_create.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/board_list_shared.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/board_list_update.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/boards/queries/group_board.query.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/queries/board_lists.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/group_boards.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/issue.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/issue_move_list.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/queries/issue_set_labels.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/lists_issues.query.graphql
-%%WWWDIR%%/app/assets/javascripts/boards/queries/project_board.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/queries/project_boards.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/stores/actions.js
%%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js
@@ -2315,7 +2336,13 @@
%%WWWDIR%%/app/assets/javascripts/build_artifacts.js
%%WWWDIR%%/app/assets/javascripts/ci_lint/components/ci_lint.vue
%%WWWDIR%%/app/assets/javascripts/ci_lint/components/ci_lint_results.vue
+%%WWWDIR%%/app/assets/javascripts/ci_lint/components/ci_lint_results_param.vue
+%%WWWDIR%%/app/assets/javascripts/ci_lint/components/ci_lint_results_value.vue
+%%WWWDIR%%/app/assets/javascripts/ci_lint/components/ci_lint_warnings.vue
+%%WWWDIR%%/app/assets/javascripts/ci_lint/graphql/mutations/lint_ci.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/ci_lint/index.js
+%%WWWDIR%%/app/assets/javascripts/ci_settings_pipeline_triggers/components/triggers_list.vue
+%%WWWDIR%%/app/assets/javascripts/ci_settings_pipeline_triggers/index.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/ajax_variable_list.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/ci_variable_list.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_environments_dropdown.vue
@@ -2362,8 +2389,10 @@
%%WWWDIR%%/app/assets/javascripts/clusters/stores/new_cluster/state.js
%%WWWDIR%%/app/assets/javascripts/clusters_list/components/ancestor_notice.vue
%%WWWDIR%%/app/assets/javascripts/clusters_list/components/clusters.vue
+%%WWWDIR%%/app/assets/javascripts/clusters_list/components/node_error_help_text.vue
%%WWWDIR%%/app/assets/javascripts/clusters_list/constants.js
%%WWWDIR%%/app/assets/javascripts/clusters_list/index.js
+%%WWWDIR%%/app/assets/javascripts/clusters_list/load_clusters.js
%%WWWDIR%%/app/assets/javascripts/clusters_list/store/actions.js
%%WWWDIR%%/app/assets/javascripts/clusters_list/store/index.js
%%WWWDIR%%/app/assets/javascripts/clusters_list/store/mutation_types.js
@@ -2387,7 +2416,6 @@
%%WWWDIR%%/app/assets/javascripts/commits.js
%%WWWDIR%%/app/assets/javascripts/commons/bootstrap.js
%%WWWDIR%%/app/assets/javascripts/commons/index.js
-%%WWWDIR%%/app/assets/javascripts/commons/jquery.js
%%WWWDIR%%/app/assets/javascripts/commons/nav/user_merge_requests.js
%%WWWDIR%%/app/assets/javascripts/commons/polyfills.js
%%WWWDIR%%/app/assets/javascripts/commons/vue.js
@@ -2466,9 +2494,6 @@
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/cycle_analytics_service.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/cycle_analytics_store.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/default_event_objects.js
-%%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_branch.svg
-%%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_build_status.svg
-%%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_commit.svg
%%WWWDIR%%/app/assets/javascripts/deploy_freeze/components/deploy_freeze_modal.vue
%%WWWDIR%%/app/assets/javascripts/deploy_freeze/components/deploy_freeze_settings.vue
%%WWWDIR%%/app/assets/javascripts/deploy_freeze/components/deploy_freeze_table.vue
@@ -2549,19 +2574,6 @@
%%WWWDIR%%/app/assets/javascripts/design_management/utils/error_messages.js
%%WWWDIR%%/app/assets/javascripts/design_management/utils/tracking.js
%%WWWDIR%%/app/assets/javascripts/diff.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/components/comment_resolve_btn.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/components/diff_note_avatars.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/components/jump_to_discussion.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/components/new_issue_for_discussion.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_btn.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_count.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/diff_notes_bundle.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/icons/collapse_icon.svg
-%%WWWDIR%%/app/assets/javascripts/diff_notes/mixins/discussion.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/models/discussion.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/models/note.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js
-%%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js
%%WWWDIR%%/app/assets/javascripts/diffs/components/app.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/collapsed_files_warning.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/commit_item.vue
@@ -2577,9 +2589,8 @@
%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_file_row.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_gutter_avatars.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_line_note_form.vue
+%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_row_utils.js
%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_stats.vue
-%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_table_cell.vue
-%%WWWDIR%%/app/assets/javascripts/diffs/components/edit_button.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/file_row_stats.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/hidden_files_warning.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/image_diff_overlay.vue
@@ -2597,6 +2608,7 @@
%%WWWDIR%%/app/assets/javascripts/diffs/components/tree_list.vue
%%WWWDIR%%/app/assets/javascripts/diffs/constants.js
%%WWWDIR%%/app/assets/javascripts/diffs/diff_file.js
+%%WWWDIR%%/app/assets/javascripts/diffs/i18n.js
%%WWWDIR%%/app/assets/javascripts/diffs/index.js
%%WWWDIR%%/app/assets/javascripts/diffs/mixins/draft_comments.js
%%WWWDIR%%/app/assets/javascripts/diffs/mixins/image_diff.js
@@ -2642,7 +2654,7 @@
%%WWWDIR%%/app/assets/javascripts/environments/components/container.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/delete_environment_modal.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/empty_state.vue
-%%WWWDIR%%/app/assets/javascripts/environments/components/enable_review_app_button.vue
+%%WWWDIR%%/app/assets/javascripts/environments/components/enable_review_app_modal.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_delete.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.vue
@@ -2701,6 +2713,45 @@
%%WWWDIR%%/app/assets/javascripts/error_tracking_settings/store/state.js
%%WWWDIR%%/app/assets/javascripts/error_tracking_settings/utils.js
%%WWWDIR%%/app/assets/javascripts/experimental_flags.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/configure_feature_flags_modal.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/edit_feature_flag.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/environments_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/feature_flags.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/feature_flags_tab.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/feature_flags_table.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/form.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/new_environments_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/new_feature_flag.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategies/default.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategies/flexible_rollout.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategies/gitlab_user_list.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategies/parameter_form_group.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategies/percent_rollout.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategies/users_with_id.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategy.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategy_parameters.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/components/user_lists_table.vue
+%%WWWDIR%%/app/assets/javascripts/feature_flags/constants.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/edit.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/index.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/new.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/edit/actions.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/edit/index.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/edit/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/edit/mutations.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/edit/state.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/helpers.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/index/actions.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/index/index.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/index/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/index/mutations.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/index/state.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/new/actions.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/new/index.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/new/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/new/mutations.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/store/new/state.js
+%%WWWDIR%%/app/assets/javascripts/feature_flags/utils.js
%%WWWDIR%%/app/assets/javascripts/feature_highlight/feature_highlight.js
%%WWWDIR%%/app/assets/javascripts/feature_highlight/feature_highlight_helper.js
%%WWWDIR%%/app/assets/javascripts/feature_highlight/feature_highlight_options.js
@@ -2777,6 +2828,9 @@
%%WWWDIR%%/app/assets/javascripts/graphql_shared/utils.js
%%WWWDIR%%/app/assets/javascripts/group.js
%%WWWDIR%%/app/assets/javascripts/group_label_subscription.js
+%%WWWDIR%%/app/assets/javascripts/group_settings/components/shared_runners_form.vue
+%%WWWDIR%%/app/assets/javascripts/group_settings/constants.js
+%%WWWDIR%%/app/assets/javascripts/group_settings/mount_shared_runners.js
%%WWWDIR%%/app/assets/javascripts/groups/components/app.vue
%%WWWDIR%%/app/assets/javascripts/groups/components/group_folder.vue
%%WWWDIR%%/app/assets/javascripts/groups/components/group_item.vue
@@ -2793,7 +2847,9 @@
%%WWWDIR%%/app/assets/javascripts/groups/index.js
%%WWWDIR%%/app/assets/javascripts/groups/init_invite_members_banner.js
%%WWWDIR%%/app/assets/javascripts/groups/members/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/groups/members/constants.js
%%WWWDIR%%/app/assets/javascripts/groups/members/index.js
+%%WWWDIR%%/app/assets/javascripts/groups/members/utils.js
%%WWWDIR%%/app/assets/javascripts/groups/mixins/is_project_pending_removal.js
%%WWWDIR%%/app/assets/javascripts/groups/new_group_child.js
%%WWWDIR%%/app/assets/javascripts/groups/service/groups_service.js
@@ -2899,6 +2955,7 @@
%%WWWDIR%%/app/assets/javascripts/ide/lib/files.js
%%WWWDIR%%/app/assets/javascripts/ide/lib/keymap.json
%%WWWDIR%%/app/assets/javascripts/ide/lib/languages/README.md
+%%WWWDIR%%/app/assets/javascripts/ide/lib/languages/hcl.js
%%WWWDIR%%/app/assets/javascripts/ide/lib/languages/index.js
%%WWWDIR%%/app/assets/javascripts/ide/lib/languages/vue.js
%%WWWDIR%%/app/assets/javascripts/ide/lib/mirror.js
@@ -3041,6 +3098,7 @@
%%WWWDIR%%/app/assets/javascripts/init_labels.js
%%WWWDIR%%/app/assets/javascripts/init_notes.js
%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/active_checkbox.vue
+%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/confirmation_modal.vue
%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/dynamic_field.vue
%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/integration_form.vue
%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/jira_issues_fields.vue
@@ -3057,6 +3115,17 @@
%%WWWDIR%%/app/assets/javascripts/integrations/edit/store/mutations.js
%%WWWDIR%%/app/assets/javascripts/integrations/edit/store/state.js
%%WWWDIR%%/app/assets/javascripts/integrations/integration_settings_form.js
+%%WWWDIR%%/app/assets/javascripts/invite_member/components/invite_member_modal.vue
+%%WWWDIR%%/app/assets/javascripts/invite_member/components/invite_member_trigger.vue
+%%WWWDIR%%/app/assets/javascripts/invite_member/constants.js
+%%WWWDIR%%/app/assets/javascripts/invite_member/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/invite_member/init_invite_member_modal.js
+%%WWWDIR%%/app/assets/javascripts/invite_member/init_invite_member_trigger.js
+%%WWWDIR%%/app/assets/javascripts/invite_members/components/invite_members_modal.vue
+%%WWWDIR%%/app/assets/javascripts/invite_members/components/invite_members_trigger.vue
+%%WWWDIR%%/app/assets/javascripts/invite_members/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/invite_members/init_invite_members_modal.js
+%%WWWDIR%%/app/assets/javascripts/invite_members/init_invite_members_trigger.js
%%WWWDIR%%/app/assets/javascripts/issuable/auto_width_dropdown_select.js
%%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_actions.js
%%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_sidebar.js
@@ -3069,9 +3138,16 @@
%%WWWDIR%%/app/assets/javascripts/issuable_list/components/issuable_item.vue
%%WWWDIR%%/app/assets/javascripts/issuable_list/components/issuable_list_root.vue
%%WWWDIR%%/app/assets/javascripts/issuable_list/components/issuable_tabs.vue
-%%WWWDIR%%/app/assets/javascripts/issuable_sidebar/components/sidebar_app.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_body.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_description.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_edit_form.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_header.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_show_root.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_title.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_show/constants.js
+%%WWWDIR%%/app/assets/javascripts/issuable_show/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/issuable_sidebar/components/issuable_sidebar_root.vue
%%WWWDIR%%/app/assets/javascripts/issuable_sidebar/queries/issue_sidebar.query.graphql
-%%WWWDIR%%/app/assets/javascripts/issuable_sidebar/sidebar_bundle.js
%%WWWDIR%%/app/assets/javascripts/issuable_suggestions/components/app.vue
%%WWWDIR%%/app/assets/javascripts/issuable_suggestions/components/item.vue
%%WWWDIR%%/app/assets/javascripts/issuable_suggestions/index.js
@@ -3164,6 +3240,7 @@
%%WWWDIR%%/app/assets/javascripts/lib/ace.js
%%WWWDIR%%/app/assets/javascripts/lib/ace/ace_config_paths.js.erb
%%WWWDIR%%/app/assets/javascripts/lib/chrome_84_icon_fix.js
+%%WWWDIR%%/app/assets/javascripts/lib/dompurify.js
%%WWWDIR%%/app/assets/javascripts/lib/graphql.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/accessor.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/ace_utils.js
@@ -3178,10 +3255,12 @@
%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/constants.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/csrf.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/css_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_range.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/dom_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/downloader.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/experimentation.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/file_upload.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/forms.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/grammar.js
@@ -3199,6 +3278,7 @@
%%WWWDIR%%/app/assets/javascripts/lib/utils/number_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/poll.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/poll_until_complete.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/rails_ujs.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/regexp.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/scroll_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/set.js
@@ -3253,6 +3333,12 @@
%%WWWDIR%%/app/assets/javascripts/milestone.js
%%WWWDIR%%/app/assets/javascripts/milestone_select.js
%%WWWDIR%%/app/assets/javascripts/milestones/project_milestone_combobox.vue
+%%WWWDIR%%/app/assets/javascripts/milestones/stores/actions.js
+%%WWWDIR%%/app/assets/javascripts/milestones/stores/getters.js
+%%WWWDIR%%/app/assets/javascripts/milestones/stores/index.js
+%%WWWDIR%%/app/assets/javascripts/milestones/stores/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/milestones/stores/mutations.js
+%%WWWDIR%%/app/assets/javascripts/milestones/stores/state.js
%%WWWDIR%%/app/assets/javascripts/mini_pipeline_graph_dropdown.js
%%WWWDIR%%/app/assets/javascripts/mirrors/constants.js
%%WWWDIR%%/app/assets/javascripts/mirrors/mirror_repos.js
@@ -3379,6 +3465,7 @@
%%WWWDIR%%/app/assets/javascripts/notes/components/noteable_note.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/notes_app.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/sort_discussion.vue
+%%WWWDIR%%/app/assets/javascripts/notes/components/timeline_toggle.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/toggle_replies_widget.vue
%%WWWDIR%%/app/assets/javascripts/notes/constants.js
%%WWWDIR%%/app/assets/javascripts/notes/discussion_filters.js
@@ -3400,6 +3487,8 @@
%%WWWDIR%%/app/assets/javascripts/notes/stores/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/notes/stores/mutations.js
%%WWWDIR%%/app/assets/javascripts/notes/stores/utils.js
+%%WWWDIR%%/app/assets/javascripts/notes/timeline.js
+%%WWWDIR%%/app/assets/javascripts/notes/utils.js
%%WWWDIR%%/app/assets/javascripts/notifications_dropdown.js
%%WWWDIR%%/app/assets/javascripts/notifications_form.js
%%WWWDIR%%/app/assets/javascripts/onboarding_issues/index.js
@@ -3432,9 +3521,7 @@
%%WWWDIR%%/app/assets/javascripts/packages/details/store/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/packages/details/store/mutations.js
%%WWWDIR%%/app/assets/javascripts/packages/details/utils.js
-%%WWWDIR%%/app/assets/javascripts/packages/list/coming_soon/helpers.js
-%%WWWDIR%%/app/assets/javascripts/packages/list/coming_soon/packages_coming_soon.vue
-%%WWWDIR%%/app/assets/javascripts/packages/list/coming_soon/queries/issues.graphql
+%%WWWDIR%%/app/assets/javascripts/packages/list/components/package_title.vue
%%WWWDIR%%/app/assets/javascripts/packages/list/components/packages_filter.vue
%%WWWDIR%%/app/assets/javascripts/packages/list/components/packages_list.vue
%%WWWDIR%%/app/assets/javascripts/packages/list/components/packages_list_app.vue
@@ -3449,6 +3536,7 @@
%%WWWDIR%%/app/assets/javascripts/packages/list/stores/state.js
%%WWWDIR%%/app/assets/javascripts/packages/list/utils.js
%%WWWDIR%%/app/assets/javascripts/packages/shared/components/package_list_row.vue
+%%WWWDIR%%/app/assets/javascripts/packages/shared/components/package_path.vue
%%WWWDIR%%/app/assets/javascripts/packages/shared/components/package_tags.vue
%%WWWDIR%%/app/assets/javascripts/packages/shared/components/packages_list_loader.vue
%%WWWDIR%%/app/assets/javascripts/packages/shared/components/publish_method.vue
@@ -3473,15 +3561,18 @@
%%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/cohorts/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/credentials/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/dev_ops_report/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/groups/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/groups/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/groups/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/impersonation_tokens/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/instance_statistics/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/integrations/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/jobs/index/components/stop_jobs_modal.vue
%%WWWDIR%%/app/assets/javascripts/pages/admin/jobs/index/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/keys/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/labels/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/labels/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index.js
@@ -3496,6 +3587,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/user_modal_manager.vue
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/user_operation_confirmation_modal.vue
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/users/keys/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/constants.js
%%WWWDIR%%/app/assets/javascripts/pages/dashboard/activity/index.js
@@ -3535,6 +3627,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/groups/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/packages/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/registry/repositories/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/security/credentials/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/integrations/edit/index.js
@@ -3611,6 +3704,12 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/terminal/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/details/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/index/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags/edit/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags/index/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags/new/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/edit/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/new/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/find_file/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/components/fork_groups_list.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/components/fork_groups_list_item.vue
@@ -3622,6 +3721,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/import/jira/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/imports/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/incidents/index/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/incidents/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/init_blob.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/init_form.js
@@ -3675,7 +3775,6 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/pipeline_schedules_callout.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/target_branch_dropdown.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/timezone_dropdown.js
-%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/icons/intro_illustration.svg
%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/init_form.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/update/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/builds/index.js
@@ -3714,13 +3813,17 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/mixins/settings_pannel_mixin.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/shared/save_project_loader.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/shared/web_ide_link/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/static_site_editor/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/releases/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/remove_tag.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/tree/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/index.js
%%WWWDIR%%/app/assets/javascripts/pages/registrations/new/index.js
@@ -3762,6 +3865,7 @@
%%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js
%%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js
%%WWWDIR%%/app/assets/javascripts/performance_constants.js
+%%WWWDIR%%/app/assets/javascripts/performance_utils.js
%%WWWDIR%%/app/assets/javascripts/persistent_user_callout.js
%%WWWDIR%%/app/assets/javascripts/persistent_user_callouts.js
%%WWWDIR%%/app/assets/javascripts/pipeline_new/components/pipeline_new_form.vue
@@ -3774,7 +3878,6 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/components/dag/dag_graph.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/dag/drawing_utils.js
%%WWWDIR%%/app/assets/javascripts/pipelines/components/dag/interactions.js
-%%WWWDIR%%/app/assets/javascripts/pipelines/components/dag/parsing_utils.js
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/action_component.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/graph_component.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/job_group_dropdown.vue
@@ -3784,6 +3887,9 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/linked_pipelines_column.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/header_component.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/legacy_header_component.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/parsing_utils.js
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/drawing_utils.js
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/gitlab_ci_yaml_visualization.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/job_pill.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/pipeline_graph.vue
@@ -3813,13 +3919,14 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/constants.js
%%WWWDIR%%/app/assets/javascripts/pipelines/event_hub.js
%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_dag_vis_data.query.graphql
-%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_component_mixin.js
+%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_pipeline_header_data.query.graphql
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_pipeline_bundle_mixin.js
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_width_mixin.js
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/pipelines.js
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/stage_column_mixin.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_bundle.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_dag.js
+%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_header.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_mediator.js
%%WWWDIR%%/app/assets/javascripts/pipelines/services/pipeline_service.js
%%WWWDIR%%/app/assets/javascripts/pipelines/services/pipelines_service.js
@@ -3845,6 +3952,8 @@
%%WWWDIR%%/app/assets/javascripts/project_select.js
%%WWWDIR%%/app/assets/javascripts/project_select_combo_button.js
%%WWWDIR%%/app/assets/javascripts/project_visibility.js
+%%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/index.js
+%%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/load_branches.js
%%WWWDIR%%/app/assets/javascripts/projects/commits/components/author_select.vue
%%WWWDIR%%/app/assets/javascripts/projects/commits/index.js
%%WWWDIR%%/app/assets/javascripts/projects/commits/store/actions.js
@@ -3855,6 +3964,7 @@
%%WWWDIR%%/app/assets/javascripts/projects/components/project_delete_button.vue
%%WWWDIR%%/app/assets/javascripts/projects/components/shared/delete_button.vue
%%WWWDIR%%/app/assets/javascripts/projects/default_project_templates.js
+%%WWWDIR%%/app/assets/javascripts/projects/default_sample_data_templates.js
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/components/app.vue
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/components/legacy_container.vue
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/components/welcome.vue
@@ -3911,6 +4021,7 @@
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/delete_modal.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/details_header.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/empty_tags_state.vue
+%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/partial_cleanup_alert.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/tags_list.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/tags_list_row.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/tags_loader.vue
@@ -3941,13 +4052,12 @@
%%WWWDIR%%/app/assets/javascripts/registry/settings/components/registry_settings_app.vue
%%WWWDIR%%/app/assets/javascripts/registry/settings/components/settings_form.vue
%%WWWDIR%%/app/assets/javascripts/registry/settings/constants.js
+%%WWWDIR%%/app/assets/javascripts/registry/settings/graphql/fragments/container_expiration_policy.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/registry/settings/graphql/index.js
+%%WWWDIR%%/app/assets/javascripts/registry/settings/graphql/mutations/update_container_expiration_policy.graphql
+%%WWWDIR%%/app/assets/javascripts/registry/settings/graphql/queries/get_expiration_policy.graphql
+%%WWWDIR%%/app/assets/javascripts/registry/settings/graphql/utils/cache_update.js
%%WWWDIR%%/app/assets/javascripts/registry/settings/registry_settings_bundle.js
-%%WWWDIR%%/app/assets/javascripts/registry/settings/store/actions.js
-%%WWWDIR%%/app/assets/javascripts/registry/settings/store/getters.js
-%%WWWDIR%%/app/assets/javascripts/registry/settings/store/index.js
-%%WWWDIR%%/app/assets/javascripts/registry/settings/store/mutation_types.js
-%%WWWDIR%%/app/assets/javascripts/registry/settings/store/mutations.js
-%%WWWDIR%%/app/assets/javascripts/registry/settings/store/state.js
%%WWWDIR%%/app/assets/javascripts/registry/shared/components/expiration_policy_fields.vue
%%WWWDIR%%/app/assets/javascripts/registry/shared/constants.js
%%WWWDIR%%/app/assets/javascripts/registry/shared/utils.js
@@ -3976,12 +4086,10 @@
%%WWWDIR%%/app/assets/javascripts/releases/components/form_field_container.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_assets.vue
-%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_author.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_footer.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_header.vue
-%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_metadata.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_milestone_info.vue
-%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_milestones.vue
+%%WWWDIR%%/app/assets/javascripts/releases/components/release_skeleton_loader.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination_graphql.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination_rest.vue
@@ -3994,6 +4102,9 @@
%%WWWDIR%%/app/assets/javascripts/releases/mount_new.js
%%WWWDIR%%/app/assets/javascripts/releases/mount_show.js
%%WWWDIR%%/app/assets/javascripts/releases/queries/all_releases.query.graphql
+%%WWWDIR%%/app/assets/javascripts/releases/queries/one_release.query.graphql
+%%WWWDIR%%/app/assets/javascripts/releases/queries/release.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/releases/stores/getters.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/index.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/actions.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/getters.js
@@ -4068,7 +4179,6 @@
%%WWWDIR%%/app/assets/javascripts/repository/queries/commit.query.graphql
%%WWWDIR%%/app/assets/javascripts/repository/queries/commits.query.graphql
%%WWWDIR%%/app/assets/javascripts/repository/queries/files.query.graphql
-%%WWWDIR%%/app/assets/javascripts/repository/queries/path_last_commit.query.graphql
%%WWWDIR%%/app/assets/javascripts/repository/queries/permissions.query.graphql
%%WWWDIR%%/app/assets/javascripts/repository/queries/project_path.query.graphql
%%WWWDIR%%/app/assets/javascripts/repository/queries/project_short_path.query.graphql
@@ -4077,13 +4187,16 @@
%%WWWDIR%%/app/assets/javascripts/repository/router.js
%%WWWDIR%%/app/assets/javascripts/repository/utils/commit.js
%%WWWDIR%%/app/assets/javascripts/repository/utils/dom.js
-%%WWWDIR%%/app/assets/javascripts/repository/utils/icon.js
%%WWWDIR%%/app/assets/javascripts/repository/utils/readme.js
%%WWWDIR%%/app/assets/javascripts/repository/utils/title.js
%%WWWDIR%%/app/assets/javascripts/right_sidebar.js
-%%WWWDIR%%/app/assets/javascripts/search/state_filter/components/state_filter.vue
-%%WWWDIR%%/app/assets/javascripts/search/state_filter/constants.js
-%%WWWDIR%%/app/assets/javascripts/search/state_filter/index.js
+%%WWWDIR%%/app/assets/javascripts/search/dropdown_filter/components/dropdown_filter.vue
+%%WWWDIR%%/app/assets/javascripts/search/dropdown_filter/constants/confidential_filter_data.js
+%%WWWDIR%%/app/assets/javascripts/search/dropdown_filter/constants/state_filter_data.js
+%%WWWDIR%%/app/assets/javascripts/search/dropdown_filter/index.js
+%%WWWDIR%%/app/assets/javascripts/search/index.js
+%%WWWDIR%%/app/assets/javascripts/search/store/index.js
+%%WWWDIR%%/app/assets/javascripts/search/store/state.js
%%WWWDIR%%/app/assets/javascripts/search_autocomplete.js
%%WWWDIR%%/app/assets/javascripts/self_monitor/components/self_monitor_form.vue
%%WWWDIR%%/app/assets/javascripts/self_monitor/index.js
@@ -4094,6 +4207,7 @@
%%WWWDIR%%/app/assets/javascripts/self_monitor/store/state.js
%%WWWDIR%%/app/assets/javascripts/sentry/index.js
%%WWWDIR%%/app/assets/javascripts/sentry/sentry_config.js
+%%WWWDIR%%/app/assets/javascripts/sentry/wrapper.js
%%WWWDIR%%/app/assets/javascripts/sentry_error_stack_trace/components/sentry_error_stack_trace.vue
%%WWWDIR%%/app/assets/javascripts/sentry_error_stack_trace/index.js
%%WWWDIR%%/app/assets/javascripts/serverless/components/area.vue
@@ -4144,6 +4258,14 @@
%%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/mutations/update_merge_request_lock.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/components/participants/participants.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/participants/sidebar_participants.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/collapsed_reviewer.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/collapsed_reviewer_list.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/reviewer_avatar.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/reviewer_avatar_link.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/reviewer_title.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/reviewers.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/sidebar_reviewers.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/uncollapsed_reviewer_list.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/constants.js
%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/graphql/mutations/update_issuable_severity.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/severity.vue
@@ -4172,9 +4294,7 @@
%%WWWDIR%%/app/assets/javascripts/single_file_diff.js
%%WWWDIR%%/app/assets/javascripts/smart_interval.js
%%WWWDIR%%/app/assets/javascripts/snippet/collapsible_input.js
-%%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js
%%WWWDIR%%/app/assets/javascripts/snippet/snippet_edit.js
-%%WWWDIR%%/app/assets/javascripts/snippet/snippet_embed.js
%%WWWDIR%%/app/assets/javascripts/snippet/snippet_show.js
%%WWWDIR%%/app/assets/javascripts/snippets/components/edit.vue
%%WWWDIR%%/app/assets/javascripts/snippets/components/embed_dropdown.vue
@@ -4209,6 +4329,8 @@
%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_area.vue
%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_drawer.vue
%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_header.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_meta_controls.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_meta_modal.vue
%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/front_matter_controls.vue
%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/invalid_content_message.vue
%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/publish_toolbar.vue
@@ -4217,11 +4339,13 @@
%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/unsaved_changes_confirm_dialog.vue
%%WWWDIR%%/app/assets/javascripts/static_site_editor/constants.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/index.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/mutations/has_submitted_changes.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/mutations/submit_content_changes.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/queries/app_data.query.graphql
%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/queries/saved_content_meta.query.graphql
%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/queries/source_content.query.graphql
%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/resolvers/file.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/resolvers/has_submitted_changes.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/resolvers/submit_content_changes.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/typedefs.graphql
%%WWWDIR%%/app/assets/javascripts/static_site_editor/image_repository.js
@@ -4232,6 +4356,7 @@
%%WWWDIR%%/app/assets/javascripts/static_site_editor/router/index.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/router/routes.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/services/formatter.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/services/front_matterify.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/services/generate_branch_name.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/services/image_service.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/services/load_source_content.js
@@ -4257,6 +4382,29 @@
%%WWWDIR%%/app/assets/javascripts/ui_development_kit.js
%%WWWDIR%%/app/assets/javascripts/usage_ping_consent.js
%%WWWDIR%%/app/assets/javascripts/user_callout.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/components/add_user_modal.vue
+%%WWWDIR%%/app/assets/javascripts/user_lists/components/edit_user_list.vue
+%%WWWDIR%%/app/assets/javascripts/user_lists/components/new_user_list.vue
+%%WWWDIR%%/app/assets/javascripts/user_lists/components/user_list.vue
+%%WWWDIR%%/app/assets/javascripts/user_lists/components/user_list_form.vue
+%%WWWDIR%%/app/assets/javascripts/user_lists/constants/edit.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/constants/show.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/edit/actions.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/edit/index.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/edit/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/edit/mutations.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/edit/state.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/new/actions.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/new/index.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/new/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/new/mutations.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/new/state.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/show/actions.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/show/index.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/show/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/show/mutations.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/show/state.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/utils.js
%%WWWDIR%%/app/assets/javascripts/user_popovers.js
%%WWWDIR%%/app/assets/javascripts/users_select/constants.js
%%WWWDIR%%/app/assets/javascripts/users_select/index.js
@@ -4321,6 +4469,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/terraform/terraform_plan.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/i18n.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/index.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/mixins/approvals.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/mixins/auto_merge.js
@@ -4386,7 +4535,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_hidden_input.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_search_input.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/droplab_dropdown_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/editor_lite.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/empty_component.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/expand_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_finder/index.vue
@@ -4399,6 +4548,11 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/filtered_search_bar_root.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/filtered_search_utils.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/store/modules/filters/actions.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/store/modules/filters/index.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/store/modules/filters/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/store/modules/filters/mutations.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/store/modules/filters/state.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/tokens/author_token.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/tokens/branch_token.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_bar/tokens/label_token.vue
@@ -4431,6 +4585,31 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestions.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/access_request_action_buttons.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/action_button_group.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/approve_access_request_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/group_action_buttons.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/invite_action_buttons.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/leave_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/remove_group_link_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/remove_member_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/resend_invite_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/action_buttons/user_action_buttons.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/avatars/group_avatar.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/avatars/invite_avatar.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/avatars/user_avatar.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/constants.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/modals/leave_modal.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/modals/remove_group_link_modal.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/table/created_at.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/table/expires_at.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/table/member_action_buttons.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/table/member_avatar.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/table/member_source.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/table/members_table.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/table/members_table_cell.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/table/role_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/members/utils.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/memory_graph.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/modal_copy_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/navigation_tabs.vue
@@ -4442,6 +4621,9 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/timeline_entry_item.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/ordered_layout.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/paginated_list.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/constants.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/paginated_table_with_search_and_tabs.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/utils.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pagination/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pagination/table_pagination.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pagination_links.vue
@@ -4466,6 +4648,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/modals/add_image/add_image_modal.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/modals/add_image/upload_image_tab.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/modals/insert_video_modal.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/rich_content_editor.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/build_custom_renderer.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/build_html_to_markdown_renderer.js
@@ -4481,6 +4664,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_list_item.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_softbreak.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_utils.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/sanitize_html.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/toolbar_item.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/select2_select.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_calendar_icon.vue
@@ -4542,10 +4726,15 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/related_issuable_mixin.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/timeago.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/plugins/global_toast.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/security_reports/security_reports_app.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/translate.js
%%WWWDIR%%/app/assets/javascripts/vuex_shared/bindings.js
+%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/members/actions.js
%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/members/index.js
+%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/members/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/members/mutations.js
%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/members/state.js
+%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/members/utils.js
%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/actions.js
%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/index.js
%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/mutation_types.js
@@ -4553,6 +4742,7 @@
%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/state.js
%%WWWDIR%%/app/assets/javascripts/webpack.js
%%WWWDIR%%/app/assets/javascripts/whats_new/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/whats_new/components/skeleton_loader.vue
%%WWWDIR%%/app/assets/javascripts/whats_new/index.js
%%WWWDIR%%/app/assets/javascripts/whats_new/store/actions.js
%%WWWDIR%%/app/assets/javascripts/whats_new/store/index.js
@@ -4564,6 +4754,8 @@
%%WWWDIR%%/app/assets/stylesheets/_page_specific_files.scss
%%WWWDIR%%/app/assets/stylesheets/application.scss
%%WWWDIR%%/app/assets/stylesheets/application_dark.scss
+%%WWWDIR%%/app/assets/stylesheets/application_utilities.scss
+%%WWWDIR%%/app/assets/stylesheets/application_utilities_dark.scss
%%WWWDIR%%/app/assets/stylesheets/behaviors.scss
%%WWWDIR%%/app/assets/stylesheets/bootstrap_migration.scss
%%WWWDIR%%/app/assets/stylesheets/components/avatar.scss
@@ -4603,6 +4795,7 @@
%%WWWDIR%%/app/assets/stylesheets/framework/ci_variable_list.scss
%%WWWDIR%%/app/assets/stylesheets/framework/common.scss
%%WWWDIR%%/app/assets/stylesheets/framework/contextual_sidebar.scss
+%%WWWDIR%%/app/assets/stylesheets/framework/diffs.scss
%%WWWDIR%%/app/assets/stylesheets/framework/dropdowns.scss
%%WWWDIR%%/app/assets/stylesheets/framework/editor-lite.scss
%%WWWDIR%%/app/assets/stylesheets/framework/emojis.scss
@@ -4664,6 +4857,7 @@
%%WWWDIR%%/app/assets/stylesheets/highlight/themes/solarized-light.scss
%%WWWDIR%%/app/assets/stylesheets/highlight/themes/white.scss
%%WWWDIR%%/app/assets/stylesheets/highlight/white_base.scss
+%%WWWDIR%%/app/assets/stylesheets/lazy_bundles/cropper.css
%%WWWDIR%%/app/assets/stylesheets/mailer.scss
%%WWWDIR%%/app/assets/stylesheets/mailer_client_specific.scss
%%WWWDIR%%/app/assets/stylesheets/mailers/highlighted_diff_email.scss
@@ -4672,37 +4866,44 @@
%%WWWDIR%%/app/assets/stylesheets/page_bundles/_ide_monaco_overrides.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/_pipeline_mixins.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/boards.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/cycle_analytics.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/dev_ops_report.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/environments.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/error_tracking_details.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/error_tracking_index.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/experimental_separate_sign_up.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/ide.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/ide_themes/README.md
%%WWWDIR%%/app/assets/stylesheets/page_bundles/ide_themes/_dark.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/ide_themes/_solarized-dark.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/issues_list.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/jira_connect.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/jira_connect_users.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/merge_conflicts.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/merge_requests.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/milestone.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/pipeline.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/pipelines.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/reports.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/terminal.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/todos.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/wiki.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/xterm.scss
%%WWWDIR%%/app/assets/stylesheets/pages/admin.scss
%%WWWDIR%%/app/assets/stylesheets/pages/alert_management/details.scss
%%WWWDIR%%/app/assets/stylesheets/pages/alert_management/severity-icons.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/boards.scss
%%WWWDIR%%/app/assets/stylesheets/pages/branches.scss
%%WWWDIR%%/app/assets/stylesheets/pages/builds.scss
%%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss
%%WWWDIR%%/app/assets/stylesheets/pages/clusters.scss
%%WWWDIR%%/app/assets/stylesheets/pages/commits.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/cycle_analytics.scss
%%WWWDIR%%/app/assets/stylesheets/pages/deploy_keys.scss
%%WWWDIR%%/app/assets/stylesheets/pages/detail_page.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/dev_ops_report.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/diff.scss
%%WWWDIR%%/app/assets/stylesheets/pages/editor.scss
%%WWWDIR%%/app/assets/stylesheets/pages/environment_logs.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/environments.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/error_details.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/error_list.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/error_tracking_list.scss
%%WWWDIR%%/app/assets/stylesheets/pages/events.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/experience_level.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/experimental_separate_sign_up.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/graph.scss
%%WWWDIR%%/app/assets/stylesheets/pages/groups.scss
%%WWWDIR%%/app/assets/stylesheets/pages/help.scss
%%WWWDIR%%/app/assets/stylesheets/pages/import.scss
@@ -4710,13 +4911,10 @@
%%WWWDIR%%/app/assets/stylesheets/pages/issuable.scss
%%WWWDIR%%/app/assets/stylesheets/pages/issues.scss
%%WWWDIR%%/app/assets/stylesheets/pages/issues/issue_count_badge.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/issues/issues_list.scss
%%WWWDIR%%/app/assets/stylesheets/pages/labels.scss
%%WWWDIR%%/app/assets/stylesheets/pages/login.scss
%%WWWDIR%%/app/assets/stylesheets/pages/members.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/merge_conflicts.scss
%%WWWDIR%%/app/assets/stylesheets/pages/merge_requests.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/milestone.scss
%%WWWDIR%%/app/assets/stylesheets/pages/monitor.scss
%%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss
%%WWWDIR%%/app/assets/stylesheets/pages/notes.scss
@@ -4728,22 +4926,17 @@
%%WWWDIR%%/app/assets/stylesheets/pages/profiles/preferences.scss
%%WWWDIR%%/app/assets/stylesheets/pages/projects.scss
%%WWWDIR%%/app/assets/stylesheets/pages/prometheus.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/reports.scss
%%WWWDIR%%/app/assets/stylesheets/pages/runners.scss
%%WWWDIR%%/app/assets/stylesheets/pages/search.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/serverless.scss
%%WWWDIR%%/app/assets/stylesheets/pages/service_desk.scss
%%WWWDIR%%/app/assets/stylesheets/pages/settings.scss
%%WWWDIR%%/app/assets/stylesheets/pages/settings_ci_cd.scss
%%WWWDIR%%/app/assets/stylesheets/pages/sherlock.scss
%%WWWDIR%%/app/assets/stylesheets/pages/status.scss
%%WWWDIR%%/app/assets/stylesheets/pages/storage_quota.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/tags.scss
%%WWWDIR%%/app/assets/stylesheets/pages/tree.scss
%%WWWDIR%%/app/assets/stylesheets/pages/trials.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/ui_dev_kit.scss
%%WWWDIR%%/app/assets/stylesheets/pages/users.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/wiki.scss
%%WWWDIR%%/app/assets/stylesheets/performance_bar.scss
%%WWWDIR%%/app/assets/stylesheets/print.scss
%%WWWDIR%%/app/assets/stylesheets/snippets.scss
@@ -4783,7 +4976,6 @@
%%WWWDIR%%/app/controllers/admin/clusters/applications_controller.rb
%%WWWDIR%%/app/controllers/admin/clusters_controller.rb
%%WWWDIR%%/app/controllers/admin/cohorts_controller.rb
-%%WWWDIR%%/app/controllers/admin/concerns/authenticates_2fa_for_admin_mode.rb
%%WWWDIR%%/app/controllers/admin/dashboard_controller.rb
%%WWWDIR%%/app/controllers/admin/deploy_keys_controller.rb
%%WWWDIR%%/app/controllers/admin/dev_ops_report_controller.rb
@@ -4795,6 +4987,7 @@
%%WWWDIR%%/app/controllers/admin/identities_controller.rb
%%WWWDIR%%/app/controllers/admin/impersonation_tokens_controller.rb
%%WWWDIR%%/app/controllers/admin/impersonations_controller.rb
+%%WWWDIR%%/app/controllers/admin/instance_review_controller.rb
%%WWWDIR%%/app/controllers/admin/instance_statistics_controller.rb
%%WWWDIR%%/app/controllers/admin/integrations_controller.rb
%%WWWDIR%%/app/controllers/admin/jobs_controller.rb
@@ -4822,6 +5015,7 @@
%%WWWDIR%%/app/controllers/clusters/clusters_controller.rb
%%WWWDIR%%/app/controllers/concerns/accepts_pending_invitations.rb
%%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb
+%%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor_for_admin_mode.rb
%%WWWDIR%%/app/controllers/concerns/boards_actions.rb
%%WWWDIR%%/app/controllers/concerns/boards_responses.rb
%%WWWDIR%%/app/controllers/concerns/checks_collaboration.rb
@@ -4830,7 +5024,6 @@
%%WWWDIR%%/app/controllers/concerns/continue_params.rb
%%WWWDIR%%/app/controllers/concerns/controller_with_cross_project_access_check.rb
%%WWWDIR%%/app/controllers/concerns/controller_with_feature_category.rb
-%%WWWDIR%%/app/controllers/concerns/controller_with_feature_category/config.rb
%%WWWDIR%%/app/controllers/concerns/creates_commit.rb
%%WWWDIR%%/app/controllers/concerns/cycle_analytics_params.rb
%%WWWDIR%%/app/controllers/concerns/diff_for_path.rb
@@ -4884,10 +5077,12 @@
%%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb
%%WWWDIR%%/app/controllers/concerns/requires_whitelisted_monitoring_client.rb
%%WWWDIR%%/app/controllers/concerns/routable_actions.rb
+%%WWWDIR%%/app/controllers/concerns/runner_setup_scripts.rb
%%WWWDIR%%/app/controllers/concerns/send_file_upload.rb
%%WWWDIR%%/app/controllers/concerns/sends_blob.rb
%%WWWDIR%%/app/controllers/concerns/service_params.rb
%%WWWDIR%%/app/controllers/concerns/sessionless_authentication.rb
+%%WWWDIR%%/app/controllers/concerns/show_inherited_labels_checker.rb
%%WWWDIR%%/app/controllers/concerns/snippet_authorizations.rb
%%WWWDIR%%/app/controllers/concerns/snippets/blobs_actions.rb
%%WWWDIR%%/app/controllers/concerns/snippets/send_blob.rb
@@ -4952,6 +5147,7 @@
%%WWWDIR%%/app/controllers/import/base_controller.rb
%%WWWDIR%%/app/controllers/import/bitbucket_controller.rb
%%WWWDIR%%/app/controllers/import/bitbucket_server_controller.rb
+%%WWWDIR%%/app/controllers/import/bulk_imports_controller.rb
%%WWWDIR%%/app/controllers/import/fogbugz_controller.rb
%%WWWDIR%%/app/controllers/import/gitea_controller.rb
%%WWWDIR%%/app/controllers/import/github_controller.rb
@@ -4966,6 +5162,7 @@
%%WWWDIR%%/app/controllers/jira_connect/application_controller.rb
%%WWWDIR%%/app/controllers/jira_connect/events_controller.rb
%%WWWDIR%%/app/controllers/jira_connect/subscriptions_controller.rb
+%%WWWDIR%%/app/controllers/jira_connect/users_controller.rb
%%WWWDIR%%/app/controllers/jwt_controller.rb
%%WWWDIR%%/app/controllers/ldap/omniauth_callbacks_controller.rb
%%WWWDIR%%/app/controllers/metrics_controller.rb
@@ -5032,6 +5229,9 @@
%%WWWDIR%%/app/controllers/projects/error_tracking/projects_controller.rb
%%WWWDIR%%/app/controllers/projects/error_tracking/stack_traces_controller.rb
%%WWWDIR%%/app/controllers/projects/error_tracking_controller.rb
+%%WWWDIR%%/app/controllers/projects/feature_flags_clients_controller.rb
+%%WWWDIR%%/app/controllers/projects/feature_flags_controller.rb
+%%WWWDIR%%/app/controllers/projects/feature_flags_user_lists_controller.rb
%%WWWDIR%%/app/controllers/projects/find_file_controller.rb
%%WWWDIR%%/app/controllers/projects/forks_controller.rb
%%WWWDIR%%/app/controllers/projects/grafana_api_controller.rb
@@ -5108,6 +5308,7 @@
%%WWWDIR%%/app/controllers/projects/tags_controller.rb
%%WWWDIR%%/app/controllers/projects/templates_controller.rb
%%WWWDIR%%/app/controllers/projects/todos_controller.rb
+%%WWWDIR%%/app/controllers/projects/tracings_controller.rb
%%WWWDIR%%/app/controllers/projects/tree_controller.rb
%%WWWDIR%%/app/controllers/projects/triggers_controller.rb
%%WWWDIR%%/app/controllers/projects/uploads_controller.rb
@@ -5126,6 +5327,7 @@
%%WWWDIR%%/app/controllers/repositories/lfs_locks_api_controller.rb
%%WWWDIR%%/app/controllers/repositories/lfs_storage_controller.rb
%%WWWDIR%%/app/controllers/root_controller.rb
+%%WWWDIR%%/app/controllers/runner_setup_controller.rb
%%WWWDIR%%/app/controllers/search_controller.rb
%%WWWDIR%%/app/controllers/sent_notifications_controller.rb
%%WWWDIR%%/app/controllers/sessions_controller.rb
@@ -5141,6 +5343,7 @@
%%WWWDIR%%/app/controllers/user_callouts_controller.rb
%%WWWDIR%%/app/controllers/users/terms_controller.rb
%%WWWDIR%%/app/controllers/users_controller.rb
+%%WWWDIR%%/app/controllers/whats_new_controller.rb
%%WWWDIR%%/app/finders/README.md
%%WWWDIR%%/app/finders/abuse_reports_finder.rb
%%WWWDIR%%/app/finders/access_requests_finder.rb
@@ -5182,6 +5385,7 @@
%%WWWDIR%%/app/finders/deployments_finder.rb
%%WWWDIR%%/app/finders/design_management/designs_finder.rb
%%WWWDIR%%/app/finders/design_management/versions_finder.rb
+%%WWWDIR%%/app/finders/environment_names_finder.rb
%%WWWDIR%%/app/finders/environments_finder.rb
%%WWWDIR%%/app/finders/events_finder.rb
%%WWWDIR%%/app/finders/feature_flags_finder.rb
@@ -5191,7 +5395,6 @@
%%WWWDIR%%/app/finders/git_refs_finder.rb
%%WWWDIR%%/app/finders/group_descendants_finder.rb
%%WWWDIR%%/app/finders/group_finder.rb
-%%WWWDIR%%/app/finders/group_labels_finder.rb
%%WWWDIR%%/app/finders/group_members_finder.rb
%%WWWDIR%%/app/finders/group_projects_finder.rb
%%WWWDIR%%/app/finders/groups_finder.rb
@@ -5205,6 +5408,7 @@
%%WWWDIR%%/app/finders/license_template_finder.rb
%%WWWDIR%%/app/finders/members_finder.rb
%%WWWDIR%%/app/finders/merge_request_target_project_finder.rb
+%%WWWDIR%%/app/finders/merge_requests/by_approvals_finder.rb
%%WWWDIR%%/app/finders/merge_requests_finder.rb
%%WWWDIR%%/app/finders/metrics/dashboards/annotations_finder.rb
%%WWWDIR%%/app/finders/metrics/users_starred_dashboards_finder.rb
@@ -5213,6 +5417,7 @@
%%WWWDIR%%/app/finders/packages/composer/packages_finder.rb
%%WWWDIR%%/app/finders/packages/conan/package_file_finder.rb
%%WWWDIR%%/app/finders/packages/conan/package_finder.rb
+%%WWWDIR%%/app/finders/packages/generic/package_finder.rb
%%WWWDIR%%/app/finders/packages/go/module_finder.rb
%%WWWDIR%%/app/finders/packages/go/version_finder.rb
%%WWWDIR%%/app/finders/packages/group_packages_finder.rb
@@ -5251,6 +5456,7 @@
%%WWWDIR%%/app/finders/users_finder.rb
%%WWWDIR%%/app/finders/users_star_projects_finder.rb
%%WWWDIR%%/app/finders/users_with_pending_todos_finder.rb
+%%WWWDIR%%/app/graphql/batch_loaders/merge_request_diff_summary_batch_loader.rb
%%WWWDIR%%/app/graphql/gitlab_schema.rb
%%WWWDIR%%/app/graphql/mutations/admin/sidekiq_queues/delete_jobs.rb
%%WWWDIR%%/app/graphql/mutations/alert_management/alerts/set_assignees.rb
@@ -5263,10 +5469,12 @@
%%WWWDIR%%/app/graphql/mutations/award_emojis/remove.rb
%%WWWDIR%%/app/graphql/mutations/award_emojis/toggle.rb
%%WWWDIR%%/app/graphql/mutations/base_mutation.rb
+%%WWWDIR%%/app/graphql/mutations/boards/create.rb
%%WWWDIR%%/app/graphql/mutations/boards/destroy.rb
%%WWWDIR%%/app/graphql/mutations/boards/issues/issue_move_list.rb
%%WWWDIR%%/app/graphql/mutations/boards/lists/base.rb
%%WWWDIR%%/app/graphql/mutations/boards/lists/create.rb
+%%WWWDIR%%/app/graphql/mutations/boards/lists/destroy.rb
%%WWWDIR%%/app/graphql/mutations/boards/lists/update.rb
%%WWWDIR%%/app/graphql/mutations/branches/create.rb
%%WWWDIR%%/app/graphql/mutations/ci/base.rb
@@ -5279,6 +5487,7 @@
%%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_group.rb
%%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_issuable.rb
%%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_subscription.rb
+%%WWWDIR%%/app/graphql/mutations/concerns/mutations/spammable_mutation_fields.rb
%%WWWDIR%%/app/graphql/mutations/container_expiration_policies/update.rb
%%WWWDIR%%/app/graphql/mutations/design_management/base.rb
%%WWWDIR%%/app/graphql/mutations/design_management/delete.rb
@@ -5286,6 +5495,9 @@
%%WWWDIR%%/app/graphql/mutations/design_management/upload.rb
%%WWWDIR%%/app/graphql/mutations/discussions/toggle_resolve.rb
%%WWWDIR%%/app/graphql/mutations/issues/base.rb
+%%WWWDIR%%/app/graphql/mutations/issues/common_mutation_arguments.rb
+%%WWWDIR%%/app/graphql/mutations/issues/create.rb
+%%WWWDIR%%/app/graphql/mutations/issues/move.rb
%%WWWDIR%%/app/graphql/mutations/issues/set_assignees.rb
%%WWWDIR%%/app/graphql/mutations/issues/set_confidential.rb
%%WWWDIR%%/app/graphql/mutations/issues/set_due_date.rb
@@ -5326,6 +5538,7 @@
%%WWWDIR%%/app/graphql/mutations/todos/mark_done.rb
%%WWWDIR%%/app/graphql/mutations/todos/restore.rb
%%WWWDIR%%/app/graphql/mutations/todos/restore_many.rb
+%%WWWDIR%%/app/graphql/queries/repository/path_last_commit.query.graphql
%%WWWDIR%%/app/graphql/resolvers/admin/analytics/instance_statistics/measurements_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/alert_management/alert_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb
@@ -5334,11 +5547,14 @@
%%WWWDIR%%/app/graphql/resolvers/base_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/board_list_issues_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/board_lists_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/board_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/boards_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/branch_commit_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/ci/pipeline_stages_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/ci/runner_platforms_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/commit_pipelines_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/concerns/board_issue_filterable.rb
+%%WWWDIR%%/app/graphql/resolvers/concerns/group_issuable_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/concerns/issue_resolver_arguments.rb
%%WWWDIR%%/app/graphql/resolvers/concerns/looks_ahead.rb
%%WWWDIR%%/app/graphql/resolvers/concerns/resolves_merge_requests.rb
@@ -5363,6 +5579,7 @@
%%WWWDIR%%/app/graphql/resolvers/full_path_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/group_issues_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/group_members_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/group_merge_requests_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/group_milestones_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/group_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/issue_status_counts_resolver.rb
@@ -5393,7 +5610,9 @@
%%WWWDIR%%/app/graphql/resolvers/projects_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/release_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/releases_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/snippets/blobs_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/snippets_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/terraform/states_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/todo_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/tree_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/user_merge_requests_resolver.rb
@@ -5412,6 +5631,7 @@
%%WWWDIR%%/app/graphql/types/alert_management/severity_enum.rb
%%WWWDIR%%/app/graphql/types/alert_management/status_enum.rb
%%WWWDIR%%/app/graphql/types/award_emojis/award_emoji_type.rb
+%%WWWDIR%%/app/graphql/types/base_argument.rb
%%WWWDIR%%/app/graphql/types/base_enum.rb
%%WWWDIR%%/app/graphql/types/base_field.rb
%%WWWDIR%%/app/graphql/types/base_input_object.rb
@@ -5431,7 +5651,10 @@
%%WWWDIR%%/app/graphql/types/ci/pipeline_config_source_enum.rb
%%WWWDIR%%/app/graphql/types/ci/pipeline_status_enum.rb
%%WWWDIR%%/app/graphql/types/ci/pipeline_type.rb
+%%WWWDIR%%/app/graphql/types/ci/runner_architecture_type.rb
+%%WWWDIR%%/app/graphql/types/ci/runner_platform_type.rb
%%WWWDIR%%/app/graphql/types/ci/stage_type.rb
+%%WWWDIR%%/app/graphql/types/ci/status_action_type.rb
%%WWWDIR%%/app/graphql/types/commit_action_mode_enum.rb
%%WWWDIR%%/app/graphql/types/commit_action_type.rb
%%WWWDIR%%/app/graphql/types/commit_encoding_enum.rb
@@ -5443,8 +5666,10 @@
%%WWWDIR%%/app/graphql/types/container_expiration_policy_type.rb
%%WWWDIR%%/app/graphql/types/countable_connection_type.rb
%%WWWDIR%%/app/graphql/types/current_user_todos.rb
+%%WWWDIR%%/app/graphql/types/date_type.rb
%%WWWDIR%%/app/graphql/types/deprecated_mutations.rb
%%WWWDIR%%/app/graphql/types/design_management/design_at_version_type.rb
+%%WWWDIR%%/app/graphql/types/design_management/design_collection_copy_state_enum.rb
%%WWWDIR%%/app/graphql/types/design_management/design_collection_type.rb
%%WWWDIR%%/app/graphql/types/design_management/design_fields.rb
%%WWWDIR%%/app/graphql/types/design_management/design_type.rb
@@ -5475,6 +5700,7 @@
%%WWWDIR%%/app/graphql/types/issuable_state_enum.rb
%%WWWDIR%%/app/graphql/types/issue_sort_enum.rb
%%WWWDIR%%/app/graphql/types/issue_state_enum.rb
+%%WWWDIR%%/app/graphql/types/issue_state_event_enum.rb
%%WWWDIR%%/app/graphql/types/issue_status_counts_type.rb
%%WWWDIR%%/app/graphql/types/issue_type.rb
%%WWWDIR%%/app/graphql/types/issue_type_enum.rb
@@ -5526,6 +5752,7 @@
%%WWWDIR%%/app/graphql/types/projects/services/jira_service_type.rb
%%WWWDIR%%/app/graphql/types/prometheus_alert_type.rb
%%WWWDIR%%/app/graphql/types/query_type.rb
+%%WWWDIR%%/app/graphql/types/range_input_type.rb
%%WWWDIR%%/app/graphql/types/release_asset_link_type.rb
%%WWWDIR%%/app/graphql/types/release_asset_link_type_enum.rb
%%WWWDIR%%/app/graphql/types/release_assets_type.rb
@@ -5544,7 +5771,9 @@
%%WWWDIR%%/app/graphql/types/snippets/visibility_scopes_enum.rb
%%WWWDIR%%/app/graphql/types/sort_enum.rb
%%WWWDIR%%/app/graphql/types/task_completion_status.rb
+%%WWWDIR%%/app/graphql/types/terraform/state_type.rb
%%WWWDIR%%/app/graphql/types/time_type.rb
+%%WWWDIR%%/app/graphql/types/timeframe_input_type.rb
%%WWWDIR%%/app/graphql/types/todo_action_enum.rb
%%WWWDIR%%/app/graphql/types/todo_state_enum.rb
%%WWWDIR%%/app/graphql/types/todo_target_enum.rb
@@ -5611,9 +5840,11 @@
%%WWWDIR%%/app/helpers/export_helper.rb
%%WWWDIR%%/app/helpers/external_link_helper.rb
%%WWWDIR%%/app/helpers/favicon_helper.rb
+%%WWWDIR%%/app/helpers/feature_flags_helper.rb
%%WWWDIR%%/app/helpers/form_helper.rb
%%WWWDIR%%/app/helpers/git_helper.rb
%%WWWDIR%%/app/helpers/gitlab_routing_helper.rb
+%%WWWDIR%%/app/helpers/gitpod_helper.rb
%%WWWDIR%%/app/helpers/graph_helper.rb
%%WWWDIR%%/app/helpers/groups/group_members_helper.rb
%%WWWDIR%%/app/helpers/groups_helper.rb
@@ -5622,6 +5853,7 @@
%%WWWDIR%%/app/helpers/ide_helper.rb
%%WWWDIR%%/app/helpers/import_helper.rb
%%WWWDIR%%/app/helpers/instance_configuration_helper.rb
+%%WWWDIR%%/app/helpers/invite_members_helper.rb
%%WWWDIR%%/app/helpers/issuables_helper.rb
%%WWWDIR%%/app/helpers/issues_helper.rb
%%WWWDIR%%/app/helpers/javascript_helper.rb
@@ -5655,6 +5887,7 @@
%%WWWDIR%%/app/helpers/projects_helper.rb
%%WWWDIR%%/app/helpers/recaptcha_experiment_helper.rb
%%WWWDIR%%/app/helpers/releases_helper.rb
+%%WWWDIR%%/app/helpers/reminder_emails_helper.rb
%%WWWDIR%%/app/helpers/repository_languages_helper.rb
%%WWWDIR%%/app/helpers/rss_helper.rb
%%WWWDIR%%/app/helpers/safe_params_helper.rb
@@ -5666,7 +5899,9 @@
%%WWWDIR%%/app/helpers/snippets_helper.rb
%%WWWDIR%%/app/helpers/sorting_helper.rb
%%WWWDIR%%/app/helpers/sourcegraph_helper.rb
+%%WWWDIR%%/app/helpers/ssh_keys_helper.rb
%%WWWDIR%%/app/helpers/startup_css_helper.rb
+%%WWWDIR%%/app/helpers/startupjs_helper.rb
%%WWWDIR%%/app/helpers/storage_helper.rb
%%WWWDIR%%/app/helpers/submodule_helper.rb
%%WWWDIR%%/app/helpers/subscribable_banner_helper.rb
@@ -5685,6 +5920,7 @@
%%WWWDIR%%/app/helpers/users_helper.rb
%%WWWDIR%%/app/helpers/version_check_helper.rb
%%WWWDIR%%/app/helpers/visibility_level_helper.rb
+%%WWWDIR%%/app/helpers/web_ide_button_helper.rb
%%WWWDIR%%/app/helpers/webpack_helper.rb
%%WWWDIR%%/app/helpers/whats_new_helper.rb
%%WWWDIR%%/app/helpers/wiki_helper.rb
@@ -5721,6 +5957,7 @@
%%WWWDIR%%/app/models/alert_management/alert.rb
%%WWWDIR%%/app/models/alert_management/alert_assignee.rb
%%WWWDIR%%/app/models/alert_management/alert_user_mention.rb
+%%WWWDIR%%/app/models/alert_management/http_integration.rb
%%WWWDIR%%/app/models/alerting/project_alerting_setting.rb
%%WWWDIR%%/app/models/analytics/cycle_analytics.rb
%%WWWDIR%%/app/models/analytics/cycle_analytics/project_stage.rb
@@ -5789,6 +6026,9 @@
%%WWWDIR%%/app/models/board_group_recent_visit.rb
%%WWWDIR%%/app/models/board_project_recent_visit.rb
%%WWWDIR%%/app/models/broadcast_message.rb
+%%WWWDIR%%/app/models/bulk_import.rb
+%%WWWDIR%%/app/models/bulk_imports/configuration.rb
+%%WWWDIR%%/app/models/bulk_imports/entity.rb
%%WWWDIR%%/app/models/chat_name.rb
%%WWWDIR%%/app/models/chat_team.rb
%%WWWDIR%%/app/models/ci/artifact_blob.rb
@@ -5808,6 +6048,7 @@
%%WWWDIR%%/app/models/ci/build_trace_section.rb
%%WWWDIR%%/app/models/ci/build_trace_section_name.rb
%%WWWDIR%%/app/models/ci/daily_build_group_report_result.rb
+%%WWWDIR%%/app/models/ci/deleted_object.rb
%%WWWDIR%%/app/models/ci/freeze_period.rb
%%WWWDIR%%/app/models/ci/freeze_period_status.rb
%%WWWDIR%%/app/models/ci/group.rb
@@ -5945,6 +6186,7 @@
%%WWWDIR%%/app/models/concerns/importable.rb
%%WWWDIR%%/app/models/concerns/integration.rb
%%WWWDIR%%/app/models/concerns/issuable.rb
+%%WWWDIR%%/app/models/concerns/issue_available_features.rb
%%WWWDIR%%/app/models/concerns/issue_resource_event.rb
%%WWWDIR%%/app/models/concerns/label_eventable.rb
%%WWWDIR%%/app/models/concerns/limitable.rb
@@ -6081,7 +6323,6 @@
%%WWWDIR%%/app/models/fork_network.rb
%%WWWDIR%%/app/models/fork_network_member.rb
%%WWWDIR%%/app/models/generic_commit_status.rb
-%%WWWDIR%%/app/models/global_label.rb
%%WWWDIR%%/app/models/gpg_key.rb
%%WWWDIR%%/app/models/gpg_key_subkey.rb
%%WWWDIR%%/app/models/gpg_signature.rb
@@ -6114,6 +6355,7 @@
%%WWWDIR%%/app/models/issue/metrics.rb
%%WWWDIR%%/app/models/issue_assignee.rb
%%WWWDIR%%/app/models/issue_collection.rb
+%%WWWDIR%%/app/models/issue_email_participant.rb
%%WWWDIR%%/app/models/issue_link.rb
%%WWWDIR%%/app/models/issue_user_mention.rb
%%WWWDIR%%/app/models/iteration.rb
@@ -6184,6 +6426,7 @@
%%WWWDIR%%/app/models/packages/conan/metadatum.rb
%%WWWDIR%%/app/models/packages/dependency.rb
%%WWWDIR%%/app/models/packages/dependency_link.rb
+%%WWWDIR%%/app/models/packages/event.rb
%%WWWDIR%%/app/models/packages/go/module.rb
%%WWWDIR%%/app/models/packages/go/module_version.rb
%%WWWDIR%%/app/models/packages/maven.rb
@@ -6212,6 +6455,7 @@
%%WWWDIR%%/app/models/plan_limits.rb
%%WWWDIR%%/app/models/pool_repository.rb
%%WWWDIR%%/app/models/postgresql/replication_slot.rb
+%%WWWDIR%%/app/models/preloaders/merge_request_diff_preloader.rb
%%WWWDIR%%/app/models/product_analytics_event.rb
%%WWWDIR%%/app/models/programming_language.rb
%%WWWDIR%%/app/models/project.rb
@@ -6294,6 +6538,7 @@
%%WWWDIR%%/app/models/project_snippet.rb
%%WWWDIR%%/app/models/project_statistics.rb
%%WWWDIR%%/app/models/project_team.rb
+%%WWWDIR%%/app/models/project_tracing_setting.rb
%%WWWDIR%%/app/models/project_wiki.rb
%%WWWDIR%%/app/models/prometheus_alert.rb
%%WWWDIR%%/app/models/prometheus_alert_event.rb
@@ -6322,7 +6567,6 @@
%%WWWDIR%%/app/models/resource_milestone_event.rb
%%WWWDIR%%/app/models/resource_state_event.rb
%%WWWDIR%%/app/models/resource_timebox_event.rb
-%%WWWDIR%%/app/models/resource_weight_event.rb
%%WWWDIR%%/app/models/review.rb
%%WWWDIR%%/app/models/route.rb
%%WWWDIR%%/app/models/self_managed_prometheus_alert_event.rb
@@ -6398,6 +6642,7 @@
%%WWWDIR%%/app/policies/base_policy.rb
%%WWWDIR%%/app/policies/blob_policy.rb
%%WWWDIR%%/app/policies/board_policy.rb
+%%WWWDIR%%/app/policies/ci/bridge_policy.rb
%%WWWDIR%%/app/policies/ci/build_policy.rb
%%WWWDIR%%/app/policies/ci/freeze_period_policy.rb
%%WWWDIR%%/app/policies/ci/pipeline_policy.rb
@@ -6461,10 +6706,12 @@
%%WWWDIR%%/app/policies/repository_policy.rb
%%WWWDIR%%/app/policies/resource_label_event_policy.rb
%%WWWDIR%%/app/policies/suggestion_policy.rb
+%%WWWDIR%%/app/policies/terraform/state_policy.rb
%%WWWDIR%%/app/policies/todo_policy.rb
%%WWWDIR%%/app/policies/user_policy.rb
%%WWWDIR%%/app/policies/wiki_page/meta_policy.rb
%%WWWDIR%%/app/policies/wiki_page_policy.rb
+%%WWWDIR%%/app/policies/wiki_policy.rb
%%WWWDIR%%/app/presenters/README.md
%%WWWDIR%%/app/presenters/alert_management/alert_presenter.rb
%%WWWDIR%%/app/presenters/award_emoji_presenter.rb
@@ -6486,6 +6733,7 @@
%%WWWDIR%%/app/presenters/commit_presenter.rb
%%WWWDIR%%/app/presenters/commit_status_presenter.rb
%%WWWDIR%%/app/presenters/dev_ops_score/metric_presenter.rb
+%%WWWDIR%%/app/presenters/environment_presenter.rb
%%WWWDIR%%/app/presenters/event_presenter.rb
%%WWWDIR%%/app/presenters/generic_commit_status_presenter.rb
%%WWWDIR%%/app/presenters/gitlab/blame_presenter.rb
@@ -6516,7 +6764,6 @@
%%WWWDIR%%/app/presenters/project_member_presenter.rb
%%WWWDIR%%/app/presenters/project_presenter.rb
%%WWWDIR%%/app/presenters/projects/import_export/project_export_presenter.rb
-%%WWWDIR%%/app/presenters/projects/prometheus/alert_presenter.rb
%%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb
%%WWWDIR%%/app/presenters/prometheus_alert_presenter.rb
%%WWWDIR%%/app/presenters/release_presenter.rb
@@ -6575,6 +6822,8 @@
%%WWWDIR%%/app/serializers/ci/lint/job_entity.rb
%%WWWDIR%%/app/serializers/ci/lint/result_entity.rb
%%WWWDIR%%/app/serializers/ci/lint/result_serializer.rb
+%%WWWDIR%%/app/serializers/ci/trigger_entity.rb
+%%WWWDIR%%/app/serializers/ci/trigger_serializer.rb
%%WWWDIR%%/app/serializers/ci/variable_entity.rb
%%WWWDIR%%/app/serializers/ci/variable_serializer.rb
%%WWWDIR%%/app/serializers/cluster_application_entity.rb
@@ -6639,6 +6888,16 @@
%%WWWDIR%%/app/serializers/evidences/project_entity.rb
%%WWWDIR%%/app/serializers/evidences/release_entity.rb
%%WWWDIR%%/app/serializers/evidences/release_serializer.rb
+%%WWWDIR%%/app/serializers/feature_flag_entity.rb
+%%WWWDIR%%/app/serializers/feature_flag_scope_entity.rb
+%%WWWDIR%%/app/serializers/feature_flag_serializer.rb
+%%WWWDIR%%/app/serializers/feature_flag_summary_entity.rb
+%%WWWDIR%%/app/serializers/feature_flag_summary_serializer.rb
+%%WWWDIR%%/app/serializers/feature_flags/scope_entity.rb
+%%WWWDIR%%/app/serializers/feature_flags/strategy_entity.rb
+%%WWWDIR%%/app/serializers/feature_flags/user_list_entity.rb
+%%WWWDIR%%/app/serializers/feature_flags_client_entity.rb
+%%WWWDIR%%/app/serializers/feature_flags_client_serializer.rb
%%WWWDIR%%/app/serializers/fork_namespace_entity.rb
%%WWWDIR%%/app/serializers/fork_namespace_serializer.rb
%%WWWDIR%%/app/serializers/group_analytics_stage_entity.rb
@@ -6656,6 +6915,7 @@
%%WWWDIR%%/app/serializers/import/base_provider_repo_entity.rb
%%WWWDIR%%/app/serializers/import/bitbucket_provider_repo_entity.rb
%%WWWDIR%%/app/serializers/import/bitbucket_server_provider_repo_entity.rb
+%%WWWDIR%%/app/serializers/import/bulk_import_entity.rb
%%WWWDIR%%/app/serializers/import/fogbugz_provider_repo_entity.rb
%%WWWDIR%%/app/serializers/import/githubish_provider_repo_entity.rb
%%WWWDIR%%/app/serializers/import/gitlab_provider_repo_entity.rb
@@ -6813,7 +7073,9 @@
%%WWWDIR%%/app/services/branches/delete_service.rb
%%WWWDIR%%/app/services/branches/diverging_commit_counts_service.rb
%%WWWDIR%%/app/services/branches/validate_new_service.rb
+%%WWWDIR%%/app/services/bulk_create_integration_service.rb
%%WWWDIR%%/app/services/bulk_push_event_payload_service.rb
+%%WWWDIR%%/app/services/bulk_update_integration_service.rb
%%WWWDIR%%/app/services/chat_names/authorize_user_service.rb
%%WWWDIR%%/app/services/chat_names/find_user_service.rb
%%WWWDIR%%/app/services/ci/archive_trace_service.rb
@@ -6830,6 +7092,7 @@
%%WWWDIR%%/app/services/ci/create_pipeline_service.rb
%%WWWDIR%%/app/services/ci/create_web_ide_terminal_service.rb
%%WWWDIR%%/app/services/ci/daily_build_group_report_result_service.rb
+%%WWWDIR%%/app/services/ci/delete_objects_service.rb
%%WWWDIR%%/app/services/ci/destroy_expired_job_artifacts_service.rb
%%WWWDIR%%/app/services/ci/destroy_pipeline_service.rb
%%WWWDIR%%/app/services/ci/ensure_stage_service.rb
@@ -6840,6 +7103,7 @@
%%WWWDIR%%/app/services/ci/generate_coverage_reports_service.rb
%%WWWDIR%%/app/services/ci/generate_exposed_artifacts_report_service.rb
%%WWWDIR%%/app/services/ci/generate_terraform_reports_service.rb
+%%WWWDIR%%/app/services/ci/list_config_variables_service.rb
%%WWWDIR%%/app/services/ci/parse_dotenv_artifact_service.rb
%%WWWDIR%%/app/services/ci/pipeline_bridge_status_service.rb
%%WWWDIR%%/app/services/ci/pipeline_processing/atomic_processing_service.rb
@@ -6847,6 +7111,7 @@
%%WWWDIR%%/app/services/ci/pipeline_schedule_service.rb
%%WWWDIR%%/app/services/ci/pipeline_trigger_service.rb
%%WWWDIR%%/app/services/ci/pipelines/create_artifact_service.rb
+%%WWWDIR%%/app/services/ci/play_bridge_service.rb
%%WWWDIR%%/app/services/ci/play_build_service.rb
%%WWWDIR%%/app/services/ci/play_manual_stage_service.rb
%%WWWDIR%%/app/services/ci/prepare_build_service.rb
@@ -6938,11 +7203,14 @@
%%WWWDIR%%/app/services/container_expiration_policy_service.rb
%%WWWDIR%%/app/services/deploy_keys/collect_keys_service.rb
%%WWWDIR%%/app/services/deploy_keys/create_service.rb
-%%WWWDIR%%/app/services/deployments/after_create_service.rb
%%WWWDIR%%/app/services/deployments/create_service.rb
%%WWWDIR%%/app/services/deployments/link_merge_requests_service.rb
%%WWWDIR%%/app/services/deployments/older_deployments_drop_service.rb
+%%WWWDIR%%/app/services/deployments/update_environment_service.rb
%%WWWDIR%%/app/services/deployments/update_service.rb
+%%WWWDIR%%/app/services/design_management/copy_design_collection.rb
+%%WWWDIR%%/app/services/design_management/copy_design_collection/copy_service.rb
+%%WWWDIR%%/app/services/design_management/copy_design_collection/queue_service.rb
%%WWWDIR%%/app/services/design_management/delete_designs_service.rb
%%WWWDIR%%/app/services/design_management/design_service.rb
%%WWWDIR%%/app/services/design_management/design_user_notes_count_service.rb
@@ -6974,6 +7242,12 @@
%%WWWDIR%%/app/services/error_tracking/list_projects_service.rb
%%WWWDIR%%/app/services/event_create_service.rb
%%WWWDIR%%/app/services/events/render_service.rb
+%%WWWDIR%%/app/services/feature_flags/base_service.rb
+%%WWWDIR%%/app/services/feature_flags/create_service.rb
+%%WWWDIR%%/app/services/feature_flags/destroy_service.rb
+%%WWWDIR%%/app/services/feature_flags/disable_service.rb
+%%WWWDIR%%/app/services/feature_flags/enable_service.rb
+%%WWWDIR%%/app/services/feature_flags/update_service.rb
%%WWWDIR%%/app/services/files/base_service.rb
%%WWWDIR%%/app/services/files/create_dir_service.rb
%%WWWDIR%%/app/services/files/create_service.rb
@@ -7016,6 +7290,7 @@
%%WWWDIR%%/app/services/import_export_clean_up_service.rb
%%WWWDIR%%/app/services/incident_management/create_incident_label_service.rb
%%WWWDIR%%/app/services/incident_management/incidents/create_service.rb
+%%WWWDIR%%/app/services/incident_management/incidents/update_severity_service.rb
%%WWWDIR%%/app/services/incident_management/pager_duty/create_incident_issue_service.rb
%%WWWDIR%%/app/services/incident_management/pager_duty/process_webhook_service.rb
%%WWWDIR%%/app/services/integrations/test/base_service.rb
@@ -7079,6 +7354,7 @@
%%WWWDIR%%/app/services/members/base_service.rb
%%WWWDIR%%/app/services/members/create_service.rb
%%WWWDIR%%/app/services/members/destroy_service.rb
+%%WWWDIR%%/app/services/members/invitation_reminder_email_service.rb
%%WWWDIR%%/app/services/members/request_access_service.rb
%%WWWDIR%%/app/services/members/unassign_issuables_service.rb
%%WWWDIR%%/app/services/members/update_service.rb
@@ -7099,6 +7375,7 @@
%%WWWDIR%%/app/services/merge_requests/create_pipeline_service.rb
%%WWWDIR%%/app/services/merge_requests/create_service.rb
%%WWWDIR%%/app/services/merge_requests/delete_non_latest_diffs_service.rb
+%%WWWDIR%%/app/services/merge_requests/export_csv_service.rb
%%WWWDIR%%/app/services/merge_requests/ff_merge_service.rb
%%WWWDIR%%/app/services/merge_requests/get_urls_service.rb
%%WWWDIR%%/app/services/merge_requests/link_lfs_objects_service.rb
@@ -7154,6 +7431,7 @@
%%WWWDIR%%/app/services/milestones/reopen_service.rb
%%WWWDIR%%/app/services/milestones/transfer_service.rb
%%WWWDIR%%/app/services/milestones/update_service.rb
+%%WWWDIR%%/app/services/namespace_settings/update_service.rb
%%WWWDIR%%/app/services/namespaces/statistics_refresher_service.rb
%%WWWDIR%%/app/services/note_summary.rb
%%WWWDIR%%/app/services/notes/base_service.rb
@@ -7182,8 +7460,11 @@
%%WWWDIR%%/app/services/packages/conan/create_package_service.rb
%%WWWDIR%%/app/services/packages/conan/search_service.rb
%%WWWDIR%%/app/services/packages/create_dependency_service.rb
+%%WWWDIR%%/app/services/packages/create_event_service.rb
%%WWWDIR%%/app/services/packages/create_package_file_service.rb
%%WWWDIR%%/app/services/packages/create_package_service.rb
+%%WWWDIR%%/app/services/packages/generic/create_package_file_service.rb
+%%WWWDIR%%/app/services/packages/generic/find_or_create_package_service.rb
%%WWWDIR%%/app/services/packages/maven/create_package_service.rb
%%WWWDIR%%/app/services/packages/maven/find_or_create_package_service.rb
%%WWWDIR%%/app/services/packages/npm/create_package_service.rb
@@ -7311,7 +7592,7 @@
%%WWWDIR%%/app/services/push_event_payload_service.rb
%%WWWDIR%%/app/services/quick_actions/interpret_service.rb
%%WWWDIR%%/app/services/quick_actions/target_service.rb
-%%WWWDIR%%/app/services/releases/concerns.rb
+%%WWWDIR%%/app/services/releases/base_service.rb
%%WWWDIR%%/app/services/releases/create_evidence_service.rb
%%WWWDIR%%/app/services/releases/create_service.rb
%%WWWDIR%%/app/services/releases/destroy_service.rb
@@ -7367,6 +7648,7 @@
%%WWWDIR%%/app/services/system_notes/base_service.rb
%%WWWDIR%%/app/services/system_notes/commit_service.rb
%%WWWDIR%%/app/services/system_notes/design_management_service.rb
+%%WWWDIR%%/app/services/system_notes/incident_service.rb
%%WWWDIR%%/app/services/system_notes/issuables_service.rb
%%WWWDIR%%/app/services/system_notes/merge_requests_service.rb
%%WWWDIR%%/app/services/system_notes/time_tracking_service.rb
@@ -7392,6 +7674,7 @@
%%WWWDIR%%/app/services/user_agent_detail_service.rb
%%WWWDIR%%/app/services/user_project_access_changed_service.rb
%%WWWDIR%%/app/services/users/activity_service.rb
+%%WWWDIR%%/app/services/users/approve_service.rb
%%WWWDIR%%/app/services/users/block_service.rb
%%WWWDIR%%/app/services/users/build_service.rb
%%WWWDIR%%/app/services/users/create_service.rb
@@ -7407,8 +7690,10 @@
%%WWWDIR%%/app/services/users/update_canonical_email_service.rb
%%WWWDIR%%/app/services/users/update_highest_member_role_service.rb
%%WWWDIR%%/app/services/users/update_service.rb
+%%WWWDIR%%/app/services/users/validate_otp_service.rb
%%WWWDIR%%/app/services/verify_pages_domain_service.rb
%%WWWDIR%%/app/services/web_hook_service.rb
+%%WWWDIR%%/app/services/web_hooks/destroy_service.rb
%%WWWDIR%%/app/services/webauthn/authenticate_service.rb
%%WWWDIR%%/app/services/webauthn/register_service.rb
%%WWWDIR%%/app/services/wiki_pages/base_service.rb
@@ -7422,6 +7707,7 @@
%%WWWDIR%%/app/uploaders/avatar_uploader.rb
%%WWWDIR%%/app/uploaders/ci/pipeline_artifact_uploader.rb
%%WWWDIR%%/app/uploaders/content_type_whitelist.rb
+%%WWWDIR%%/app/uploaders/deleted_object_uploader.rb
%%WWWDIR%%/app/uploaders/design_management/design_v432x230_uploader.rb
%%WWWDIR%%/app/uploaders/external_diff_uploader.rb
%%WWWDIR%%/app/uploaders/favicon_uploader.rb
@@ -7434,6 +7720,7 @@
%%WWWDIR%%/app/uploaders/namespace_file_uploader.rb
%%WWWDIR%%/app/uploaders/object_storage.rb
%%WWWDIR%%/app/uploaders/packages/package_file_uploader.rb
+%%WWWDIR%%/app/uploaders/pages/deployment_uploader.rb
%%WWWDIR%%/app/uploaders/personal_file_uploader.rb
%%WWWDIR%%/app/uploaders/records_uploads.rb
%%WWWDIR%%/app/uploaders/terraform/state_uploader.rb
@@ -7458,6 +7745,7 @@
%%WWWDIR%%/app/validators/feature_flag_user_xids_validator.rb
%%WWWDIR%%/app/validators/future_date_validator.rb
%%WWWDIR%%/app/validators/html_safety_validator.rb
+%%WWWDIR%%/app/validators/ip_address_validator.rb
%%WWWDIR%%/app/validators/js_regex_validator.rb
%%WWWDIR%%/app/validators/json_schema_validator.rb
%%WWWDIR%%/app/validators/json_schemas/build_metadata_secrets.json
@@ -7550,6 +7838,7 @@
%%WWWDIR%%/app/views/admin/broadcast_messages/index.html.haml
%%WWWDIR%%/app/views/admin/cohorts/_cohorts_table.html.haml
%%WWWDIR%%/app/views/admin/cohorts/index.html.haml
+%%WWWDIR%%/app/views/admin/dashboard/_billable_users_text.html.haml
%%WWWDIR%%/app/views/admin/dashboard/index.html.haml
%%WWWDIR%%/app/views/admin/dashboard/stats.html.haml
%%WWWDIR%%/app/views/admin/deploy_keys/edit.html.haml
@@ -7611,6 +7900,8 @@
%%WWWDIR%%/app/views/admin/system_info/show.html.haml
%%WWWDIR%%/app/views/admin/users/_access_levels.html.haml
%%WWWDIR%%/app/views/admin/users/_admin_notes.html.haml
+%%WWWDIR%%/app/views/admin/users/_approve_user.html.haml
+%%WWWDIR%%/app/views/admin/users/_block_user.html.haml
%%WWWDIR%%/app/views/admin/users/_form.html.haml
%%WWWDIR%%/app/views/admin/users/_head.html.haml
%%WWWDIR%%/app/views/admin/users/_modals.html.haml
@@ -7618,6 +7909,7 @@
%%WWWDIR%%/app/views/admin/users/_projects.html.haml
%%WWWDIR%%/app/views/admin/users/_user.html.haml
%%WWWDIR%%/app/views/admin/users/_user_activation_effects.html.haml
+%%WWWDIR%%/app/views/admin/users/_user_approve_effects.html.haml
%%WWWDIR%%/app/views/admin/users/_user_block_effects.html.haml
%%WWWDIR%%/app/views/admin/users/_user_deactivation_effects.html.haml
%%WWWDIR%%/app/views/admin/users/_user_detail.html.haml
@@ -7656,8 +7948,7 @@
%%WWWDIR%%/app/views/clusters/clusters/_applications.html.haml
%%WWWDIR%%/app/views/clusters/clusters/_applications_tab.html.haml
%%WWWDIR%%/app/views/clusters/clusters/_banner.html.haml
-%%WWWDIR%%/app/views/clusters/clusters/_buttons.html.haml
-%%WWWDIR%%/app/views/clusters/clusters/_cluster.html.haml
+%%WWWDIR%%/app/views/clusters/clusters/_cluster_list.html.haml
%%WWWDIR%%/app/views/clusters/clusters/_details.html.haml
%%WWWDIR%%/app/views/clusters/clusters/_details_tab.html.haml
%%WWWDIR%%/app/views/clusters/clusters/_empty_state.html.haml
@@ -7745,14 +8036,12 @@
%%WWWDIR%%/app/views/devise/shared/_tab_single.html.haml
%%WWWDIR%%/app/views/devise/shared/_tabs_ldap.html.haml
%%WWWDIR%%/app/views/devise/shared/_tabs_normal.html.haml
+%%WWWDIR%%/app/views/devise/shared/_terms_of_service_notice.html.haml
%%WWWDIR%%/app/views/devise/unlocks/new.html.haml
%%WWWDIR%%/app/views/discussions/_diff_discussion.html.haml
%%WWWDIR%%/app/views/discussions/_diff_with_notes.html.haml
%%WWWDIR%%/app/views/discussions/_discussion.html.haml
%%WWWDIR%%/app/views/discussions/_headline.html.haml
-%%WWWDIR%%/app/views/discussions/_jump_to_next.html.haml
-%%WWWDIR%%/app/views/discussions/_new_issue_for_all_discussions.html.haml
-%%WWWDIR%%/app/views/discussions/_new_issue_for_discussion.html.haml
%%WWWDIR%%/app/views/discussions/_notes.html.haml
%%WWWDIR%%/app/views/discussions/_parallel_diff_discussion.html.haml
%%WWWDIR%%/app/views/doorkeeper/applications/_delete_form.html.haml
@@ -7811,6 +8100,8 @@
%%WWWDIR%%/app/views/groups/_group_admin_settings.html.haml
%%WWWDIR%%/app/views/groups/_home_panel.html.haml
%%WWWDIR%%/app/views/groups/_import_group_pane.html.haml
+%%WWWDIR%%/app/views/groups/_invite_members_modal.html.haml
+%%WWWDIR%%/app/views/groups/_invite_members_side_nav_link.html.haml
%%WWWDIR%%/app/views/groups/_new_group_fields.html.haml
%%WWWDIR%%/app/views/groups/_projects.html.haml
%%WWWDIR%%/app/views/groups/_shared_projects.html.haml
@@ -7827,7 +8118,6 @@
%%WWWDIR%%/app/views/groups/issues.atom.builder
%%WWWDIR%%/app/views/groups/issues.html.haml
%%WWWDIR%%/app/views/groups/issues_calendar.ics.haml
-%%WWWDIR%%/app/views/groups/labels/destroy.js.haml
%%WWWDIR%%/app/views/groups/labels/edit.html.haml
%%WWWDIR%%/app/views/groups/labels/index.html.haml
%%WWWDIR%%/app/views/groups/labels/new.html.haml
@@ -7846,6 +8136,7 @@
%%WWWDIR%%/app/views/groups/runners/_group_runners.html.haml
%%WWWDIR%%/app/views/groups/runners/_index.html.haml
%%WWWDIR%%/app/views/groups/runners/_runner.html.haml
+%%WWWDIR%%/app/views/groups/runners/_shared_runners.html.haml
%%WWWDIR%%/app/views/groups/runners/edit.html.haml
%%WWWDIR%%/app/views/groups/settings/_advanced.html.haml
%%WWWDIR%%/app/views/groups/settings/_default_branch_protection.html.haml
@@ -7884,6 +8175,7 @@
%%WWWDIR%%/app/views/import/bitbucket/status.html.haml
%%WWWDIR%%/app/views/import/bitbucket_server/new.html.haml
%%WWWDIR%%/app/views/import/bitbucket_server/status.html.haml
+%%WWWDIR%%/app/views/import/bulk_imports/status.html.haml
%%WWWDIR%%/app/views/import/fogbugz/new.html.haml
%%WWWDIR%%/app/views/import/fogbugz/new_user_map.html.haml
%%WWWDIR%%/app/views/import/fogbugz/status.html.haml
@@ -7902,10 +8194,12 @@
%%WWWDIR%%/app/views/import/phabricator/new.html.haml
%%WWWDIR%%/app/views/import/shared/_errors.html.haml
%%WWWDIR%%/app/views/import/shared/_new_project_form.html.haml
+%%WWWDIR%%/app/views/invites/decline.html.haml
%%WWWDIR%%/app/views/invites/show.html.haml
%%WWWDIR%%/app/views/issues/_issue.atom.builder
%%WWWDIR%%/app/views/issues/_issues_calendar.ics.ruby
%%WWWDIR%%/app/views/jira_connect/subscriptions/index.html.haml
+%%WWWDIR%%/app/views/jira_connect/users/show.html.haml
%%WWWDIR%%/app/views/kaminari/gitlab/_gap.html.haml
%%WWWDIR%%/app/views/kaminari/gitlab/_next_page.html.haml
%%WWWDIR%%/app/views/kaminari/gitlab/_page.html.haml
@@ -7970,6 +8264,7 @@
%%WWWDIR%%/app/views/layouts/nav/sidebar/_profile.html.haml
%%WWWDIR%%/app/views/layouts/nav/sidebar/_project.html.haml
%%WWWDIR%%/app/views/layouts/nav/sidebar/_project_packages_link.html.haml
+%%WWWDIR%%/app/views/layouts/nav/sidebar/_tracing_link.html.haml
%%WWWDIR%%/app/views/layouts/nav/sidebar/_wiki_link.html.haml
%%WWWDIR%%/app/views/layouts/notify.html.haml
%%WWWDIR%%/app/views/layouts/notify.text.erb
@@ -7983,6 +8278,7 @@
%%WWWDIR%%/app/views/layouts/terms.html.haml
%%WWWDIR%%/app/views/layouts/xml.atom.builder
%%WWWDIR%%/app/views/notify/_failed_builds.html.haml
+%%WWWDIR%%/app/views/notify/_issuable_csv_export.html.haml
%%WWWDIR%%/app/views/notify/_note_email.html.haml
%%WWWDIR%%/app/views/notify/_note_email.text.erb
%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.html.haml
@@ -7999,6 +8295,8 @@
%%WWWDIR%%/app/views/notify/autodevops_disabled_email.text.erb
%%WWWDIR%%/app/views/notify/changed_milestone_email.html.haml
%%WWWDIR%%/app/views/notify/changed_milestone_email.text.erb
+%%WWWDIR%%/app/views/notify/changed_reviewer_of_merge_request_email.html.haml
+%%WWWDIR%%/app/views/notify/changed_reviewer_of_merge_request_email.text.erb
%%WWWDIR%%/app/views/notify/closed_issue_email.html.haml
%%WWWDIR%%/app/views/notify/closed_issue_email.text.haml
%%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml
@@ -8039,10 +8337,14 @@
%%WWWDIR%%/app/views/notify/member_invited_email.text.erb
%%WWWDIR%%/app/views/notify/member_invited_email_experiment.html.haml
%%WWWDIR%%/app/views/notify/member_invited_email_experiment.text.erb
+%%WWWDIR%%/app/views/notify/member_invited_reminder_email.html.haml
+%%WWWDIR%%/app/views/notify/member_invited_reminder_email.text.erb
%%WWWDIR%%/app/views/notify/merge_request_status_email.html.haml
%%WWWDIR%%/app/views/notify/merge_request_status_email.text.haml
%%WWWDIR%%/app/views/notify/merge_request_unmergeable_email.html.haml
%%WWWDIR%%/app/views/notify/merge_request_unmergeable_email.text.haml
+%%WWWDIR%%/app/views/notify/merge_requests_csv_email.html.haml
+%%WWWDIR%%/app/views/notify/merge_requests_csv_email.text.erb
%%WWWDIR%%/app/views/notify/merge_when_pipeline_succeeds_email.html.haml
%%WWWDIR%%/app/views/notify/merge_when_pipeline_succeeds_email.text.haml
%%WWWDIR%%/app/views/notify/merged_merge_request_email.html.haml
@@ -8277,6 +8579,7 @@
%%WWWDIR%%/app/views/projects/buttons/_download_links.html.haml
%%WWWDIR%%/app/views/projects/buttons/_dropdown.html.haml
%%WWWDIR%%/app/views/projects/buttons/_fork.html.haml
+%%WWWDIR%%/app/views/projects/buttons/_remove_tag.html.haml
%%WWWDIR%%/app/views/projects/buttons/_star.html.haml
%%WWWDIR%%/app/views/projects/buttons/_xcode_link.html.haml
%%WWWDIR%%/app/views/projects/ci/builds/_build.html.haml
@@ -8368,7 +8671,6 @@
%%WWWDIR%%/app/views/projects/environments/terminal.html.haml
%%WWWDIR%%/app/views/projects/error_tracking/details.html.haml
%%WWWDIR%%/app/views/projects/error_tracking/index.html.haml
-%%WWWDIR%%/app/views/projects/feature_flags/_errors.html.haml
%%WWWDIR%%/app/views/projects/feature_flags/edit.html.haml
%%WWWDIR%%/app/views/projects/feature_flags/index.html.haml
%%WWWDIR%%/app/views/projects/feature_flags/new.html.haml
@@ -8384,7 +8686,6 @@
%%WWWDIR%%/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
%%WWWDIR%%/app/views/projects/graphs/charts.html.haml
%%WWWDIR%%/app/views/projects/graphs/show.html.haml
-%%WWWDIR%%/app/views/projects/group_links/update.js.haml
%%WWWDIR%%/app/views/projects/hook_logs/_index.html.haml
%%WWWDIR%%/app/views/projects/hook_logs/show.html.haml
%%WWWDIR%%/app/views/projects/hooks/edit.html.haml
@@ -8392,7 +8693,9 @@
%%WWWDIR%%/app/views/projects/import/jira/show.html.haml
%%WWWDIR%%/app/views/projects/imports/new.html.haml
%%WWWDIR%%/app/views/projects/imports/show.html.haml
+%%WWWDIR%%/app/views/projects/incidents/_new_branch.html.haml
%%WWWDIR%%/app/views/projects/incidents/index.html.haml
+%%WWWDIR%%/app/views/projects/incidents/show.html.haml
%%WWWDIR%%/app/views/projects/issues/_alert_moved_from_service_desk.html.haml
%%WWWDIR%%/app/views/projects/issues/_by_email_description.html.haml
%%WWWDIR%%/app/views/projects/issues/_design_management.html.haml
@@ -8439,7 +8742,6 @@
%%WWWDIR%%/app/views/projects/merge_requests/_by_email_description.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/_commits.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/_description.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/_discussion.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/_discussion_filter.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/_form.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/_how_to_merge.html.haml
@@ -8462,11 +8764,6 @@
%%WWWDIR%%/app/views/projects/merge_requests/creations/branch_from.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/creations/branch_to.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/creations/new.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/diffs/_commit_widget.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/diffs/_different_base.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/diffs/_diffs.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/diffs/_not_all_comments_displayed.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/diffs/_version_controls.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/dropdowns/_branch.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/dropdowns/_project.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/edit.html.haml
@@ -8483,7 +8780,6 @@
%%WWWDIR%%/app/views/projects/milestones/index.html.haml
%%WWWDIR%%/app/views/projects/milestones/new.html.haml
%%WWWDIR%%/app/views/projects/milestones/show.html.haml
-%%WWWDIR%%/app/views/projects/milestones/update.js.haml
%%WWWDIR%%/app/views/projects/mirrors/_authentication_method.html.haml
%%WWWDIR%%/app/views/projects/mirrors/_disabled_mirror_badge.html.haml
%%WWWDIR%%/app/views/projects/mirrors/_instructions.html.haml
@@ -8542,8 +8838,8 @@
%%WWWDIR%%/app/views/projects/project_members/_team.html.haml
%%WWWDIR%%/app/views/projects/project_members/import.html.haml
%%WWWDIR%%/app/views/projects/project_members/index.html.haml
-%%WWWDIR%%/app/views/projects/project_templates/_built_in_templates.html.haml
%%WWWDIR%%/app/views/projects/project_templates/_project_fields_form.html.haml
+%%WWWDIR%%/app/views/projects/project_templates/_template.html.haml
%%WWWDIR%%/app/views/projects/prometheus/metrics/_form.html.haml
%%WWWDIR%%/app/views/projects/prometheus/metrics/edit.html.haml
%%WWWDIR%%/app/views/projects/prometheus/metrics/new.html.haml
@@ -8620,13 +8916,13 @@
%%WWWDIR%%/app/views/projects/settings/operations/_incidents.html.haml
%%WWWDIR%%/app/views/projects/settings/operations/_metrics_dashboard.html.haml
%%WWWDIR%%/app/views/projects/settings/operations/_prometheus.html.haml
+%%WWWDIR%%/app/views/projects/settings/operations/_tracing.html.haml
%%WWWDIR%%/app/views/projects/settings/operations/show.html.haml
%%WWWDIR%%/app/views/projects/settings/repository/_protected_branches.html.haml
%%WWWDIR%%/app/views/projects/settings/repository/show.html.haml
%%WWWDIR%%/app/views/projects/show.atom.builder
%%WWWDIR%%/app/views/projects/show.html.haml
%%WWWDIR%%/app/views/projects/sidebar/_issues_service_desk.html.haml
-%%WWWDIR%%/app/views/projects/snippets/_actions.html.haml
%%WWWDIR%%/app/views/projects/snippets/edit.html.haml
%%WWWDIR%%/app/views/projects/snippets/index.html.haml
%%WWWDIR%%/app/views/projects/snippets/new.html.haml
@@ -8638,12 +8934,13 @@
%%WWWDIR%%/app/views/projects/static_site_editor/show.html.haml
%%WWWDIR%%/app/views/projects/tags/_tag.atom.builder
%%WWWDIR%%/app/views/projects/tags/_tag.html.haml
-%%WWWDIR%%/app/views/projects/tags/destroy.js.haml
%%WWWDIR%%/app/views/projects/tags/index.atom.builder
%%WWWDIR%%/app/views/projects/tags/index.html.haml
%%WWWDIR%%/app/views/projects/tags/new.html.haml
%%WWWDIR%%/app/views/projects/tags/releases/edit.html.haml
%%WWWDIR%%/app/views/projects/tags/show.html.haml
+%%WWWDIR%%/app/views/projects/tracings/_tracing_button.html.haml
+%%WWWDIR%%/app/views/projects/tracings/show.html.haml
%%WWWDIR%%/app/views/projects/transfer.js.haml
%%WWWDIR%%/app/views/projects/tree/_readme.html.haml
%%WWWDIR%%/app/views/projects/tree/_tree_content.html.haml
@@ -8669,6 +8966,7 @@
%%WWWDIR%%/app/views/search/results/_blob_data.html.haml
%%WWWDIR%%/app/views/search/results/_commit.html.haml
%%WWWDIR%%/app/views/search/results/_empty.html.haml
+%%WWWDIR%%/app/views/search/results/_filters.html.haml
%%WWWDIR%%/app/views/search/results/_issue.html.haml
%%WWWDIR%%/app/views/search/results/_merge_request.html.haml
%%WWWDIR%%/app/views/search/results/_milestone.html.haml
@@ -8704,6 +9002,7 @@
%%WWWDIR%%/app/views/shared/_issuable_meta_data.html.haml
%%WWWDIR%%/app/views/shared/_issues.html.haml
%%WWWDIR%%/app/views/shared/_label.html.haml
+%%WWWDIR%%/app/views/shared/_label_full_path.html.haml
%%WWWDIR%%/app/views/shared/_label_row.html.haml
%%WWWDIR%%/app/views/shared/_logo.svg
%%WWWDIR%%/app/views/shared/_logo_type.svg
@@ -8733,8 +9032,10 @@
%%WWWDIR%%/app/views/shared/_sidebar_toggle_button.html.haml
%%WWWDIR%%/app/views/shared/_storage_counter_statistics.html.haml
%%WWWDIR%%/app/views/shared/_user_dropdown_contributing_link.html.haml
+%%WWWDIR%%/app/views/shared/_user_dropdown_instance_review.html.haml
%%WWWDIR%%/app/views/shared/_visibility_level.html.haml
%%WWWDIR%%/app/views/shared/_visibility_radios.html.haml
+%%WWWDIR%%/app/views/shared/_web_ide_button.html.haml
%%WWWDIR%%/app/views/shared/_zen.html.haml
%%WWWDIR%%/app/views/shared/access_tokens/_created_container.html.haml
%%WWWDIR%%/app/views/shared/access_tokens/_form.html.haml
@@ -8902,7 +9203,6 @@
%%WWWDIR%%/app/views/shared/icons/_monitoring.svg
%%WWWDIR%%/app/views/shared/icons/_mr_bold.svg
%%WWWDIR%%/app/views/shared/icons/_mr_widget_empty_state.svg
-%%WWWDIR%%/app/views/shared/icons/_next_discussion.svg
%%WWWDIR%%/app/views/shared/icons/_notifications.svg
%%WWWDIR%%/app/views/shared/icons/_overview.svg
%%WWWDIR%%/app/views/shared/icons/_pipeline.svg
@@ -8922,10 +9222,12 @@
%%WWWDIR%%/app/views/shared/integrations/_form.html.haml
%%WWWDIR%%/app/views/shared/integrations/_index.html.haml
%%WWWDIR%%/app/views/shared/integrations/edit.html.haml
+%%WWWDIR%%/app/views/shared/issuable/_approved_by_dropdown.html.haml
%%WWWDIR%%/app/views/shared/issuable/_assignees.html.haml
%%WWWDIR%%/app/views/shared/issuable/_board_create_list_dropdown.html.haml
%%WWWDIR%%/app/views/shared/issuable/_bulk_update_sidebar.html.haml
%%WWWDIR%%/app/views/shared/issuable/_close_reopen_button.html.haml
+%%WWWDIR%%/app/views/shared/issuable/_close_reopen_draft_report_toggle.html.haml
%%WWWDIR%%/app/views/shared/issuable/_close_reopen_report_toggle.html.haml
%%WWWDIR%%/app/views/shared/issuable/_feed_buttons.html.haml
%%WWWDIR%%/app/views/shared/issuable/_form.html.haml
@@ -8934,10 +9236,12 @@
%%WWWDIR%%/app/views/shared/issuable/_label_page_default.html.haml
%%WWWDIR%%/app/views/shared/issuable/_milestone_dropdown.html.haml
%%WWWDIR%%/app/views/shared/issuable/_nav.html.haml
+%%WWWDIR%%/app/views/shared/issuable/_reviewers.html.haml
%%WWWDIR%%/app/views/shared/issuable/_search_bar.html.haml
%%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml
%%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml
%%WWWDIR%%/app/views/shared/issuable/_sidebar_assignees.html.haml
+%%WWWDIR%%/app/views/shared/issuable/_sidebar_reviewers.html.haml
%%WWWDIR%%/app/views/shared/issuable/_sidebar_todo.html.haml
%%WWWDIR%%/app/views/shared/issuable/_sort_dropdown.html.haml
%%WWWDIR%%/app/views/shared/issuable/_user_dropdown_item.html.haml
@@ -8968,7 +9272,6 @@
%%WWWDIR%%/app/views/shared/members/_search_field.html.haml
%%WWWDIR%%/app/views/shared/members/_sort_dropdown.html.haml
%%WWWDIR%%/app/views/shared/members/_two_factor_auth_badge.html.haml
-%%WWWDIR%%/app/views/shared/members/update.js.haml
%%WWWDIR%%/app/views/shared/milestones/_delete_button.html.haml
%%WWWDIR%%/app/views/shared/milestones/_description.html.haml
%%WWWDIR%%/app/views/shared/milestones/_form_dates.html.haml
@@ -9010,11 +9313,10 @@
%%WWWDIR%%/app/views/shared/promotions/_promote_servicedesk.html.haml
%%WWWDIR%%/app/views/shared/runners/_form.html.haml
%%WWWDIR%%/app/views/shared/runners/_runner_description.html.haml
+%%WWWDIR%%/app/views/shared/runners/_shared_runners_description.html.haml
%%WWWDIR%%/app/views/shared/runners/show.html.haml
-%%WWWDIR%%/app/views/shared/snippets/_blob.html.haml
%%WWWDIR%%/app/views/shared/snippets/_embed.html.haml
%%WWWDIR%%/app/views/shared/snippets/_form.html.haml
-%%WWWDIR%%/app/views/shared/snippets/_header.html.haml
%%WWWDIR%%/app/views/shared/snippets/_list.html.haml
%%WWWDIR%%/app/views/shared/snippets/_snippet.html.haml
%%WWWDIR%%/app/views/shared/snippets/show.js.haml
@@ -9047,7 +9349,6 @@
%%WWWDIR%%/app/views/sherlock/transactions/_queries.html.haml
%%WWWDIR%%/app/views/sherlock/transactions/index.html.haml
%%WWWDIR%%/app/views/sherlock/transactions/show.html.haml
-%%WWWDIR%%/app/views/snippets/_actions.html.haml
%%WWWDIR%%/app/views/snippets/_snippets.html.haml
%%WWWDIR%%/app/views/snippets/_snippets_scope_menu.html.haml
%%WWWDIR%%/app/views/snippets/edit.html.haml
@@ -9099,11 +9400,13 @@
%%WWWDIR%%/app/workers/ci/build_trace_chunk_flush_worker.rb
%%WWWDIR%%/app/workers/ci/create_cross_project_pipeline_worker.rb
%%WWWDIR%%/app/workers/ci/daily_build_group_report_results_worker.rb
+%%WWWDIR%%/app/workers/ci/delete_objects_worker.rb
%%WWWDIR%%/app/workers/ci/pipeline_bridge_status_worker.rb
%%WWWDIR%%/app/workers/ci/pipeline_success_unlock_artifacts_worker.rb
%%WWWDIR%%/app/workers/ci/pipelines/create_artifact_worker.rb
%%WWWDIR%%/app/workers/ci/ref_delete_unlock_artifacts_worker.rb
%%WWWDIR%%/app/workers/ci/resource_groups/assign_resource_from_resource_group_worker.rb
+%%WWWDIR%%/app/workers/ci/schedule_delete_objects_cron_worker.rb
%%WWWDIR%%/app/workers/ci_platform_metrics_update_cron_worker.rb
%%WWWDIR%%/app/workers/cleanup_container_repository_worker.rb
%%WWWDIR%%/app/workers/cluster_configure_istio_worker.rb
@@ -9139,6 +9442,8 @@
%%WWWDIR%%/app/workers/concerns/gitlab/jira_import/import_worker.rb
%%WWWDIR%%/app/workers/concerns/gitlab/jira_import/queue_options.rb
%%WWWDIR%%/app/workers/concerns/gitlab/notify_upon_death.rb
+%%WWWDIR%%/app/workers/concerns/limited_capacity/job_tracker.rb
+%%WWWDIR%%/app/workers/concerns/limited_capacity/worker.rb
%%WWWDIR%%/app/workers/concerns/mail_scheduler_queue.rb
%%WWWDIR%%/app/workers/concerns/new_issuable.rb
%%WWWDIR%%/app/workers/concerns/object_pool_queue.rb
@@ -9166,11 +9471,18 @@
%%WWWDIR%%/app/workers/delete_merged_branches_worker.rb
%%WWWDIR%%/app/workers/delete_stored_files_worker.rb
%%WWWDIR%%/app/workers/delete_user_worker.rb
+%%WWWDIR%%/app/workers/deployments/drop_older_deployments_worker.rb
+%%WWWDIR%%/app/workers/deployments/execute_hooks_worker.rb
%%WWWDIR%%/app/workers/deployments/finished_worker.rb
%%WWWDIR%%/app/workers/deployments/forward_deployment_worker.rb
+%%WWWDIR%%/app/workers/deployments/link_merge_request_worker.rb
%%WWWDIR%%/app/workers/deployments/success_worker.rb
+%%WWWDIR%%/app/workers/deployments/update_environment_worker.rb
+%%WWWDIR%%/app/workers/design_management/copy_design_collection_worker.rb
%%WWWDIR%%/app/workers/design_management/new_version_worker.rb
%%WWWDIR%%/app/workers/detect_repository_languages_worker.rb
+%%WWWDIR%%/app/workers/disallow_two_factor_for_group_worker.rb
+%%WWWDIR%%/app/workers/disallow_two_factor_for_subgroups_worker.rb
%%WWWDIR%%/app/workers/email_receiver_worker.rb
%%WWWDIR%%/app/workers/emails_on_push_worker.rb
%%WWWDIR%%/app/workers/environments/auto_stop_cron_worker.rb
@@ -9224,11 +9536,13 @@
%%WWWDIR%%/app/workers/hashed_storage/rollbacker_worker.rb
%%WWWDIR%%/app/workers/import_export_project_cleanup_worker.rb
%%WWWDIR%%/app/workers/import_issues_csv_worker.rb
+%%WWWDIR%%/app/workers/incident_management/add_severity_system_note_worker.rb
%%WWWDIR%%/app/workers/incident_management/pager_duty/process_incident_worker.rb
%%WWWDIR%%/app/workers/incident_management/process_alert_worker.rb
%%WWWDIR%%/app/workers/incident_management/process_prometheus_alert_worker.rb
%%WWWDIR%%/app/workers/invalid_gpg_signature_update_worker.rb
%%WWWDIR%%/app/workers/irker_worker.rb
+%%WWWDIR%%/app/workers/issuable_export_csv_worker.rb
%%WWWDIR%%/app/workers/issue_due_scheduler_worker.rb
%%WWWDIR%%/app/workers/issue_placement_worker.rb
%%WWWDIR%%/app/workers/issue_rebalancing_worker.rb
@@ -9236,12 +9550,14 @@
%%WWWDIR%%/app/workers/jira_connect/sync_merge_request_worker.rb
%%WWWDIR%%/app/workers/mail_scheduler/issue_due_worker.rb
%%WWWDIR%%/app/workers/mail_scheduler/notification_service_worker.rb
+%%WWWDIR%%/app/workers/member_invitation_reminder_emails_worker.rb
%%WWWDIR%%/app/workers/members_destroyer/unassign_issuables_worker.rb
%%WWWDIR%%/app/workers/merge_request_cleanup_refs_worker.rb
%%WWWDIR%%/app/workers/merge_request_mergeability_check_worker.rb
%%WWWDIR%%/app/workers/merge_worker.rb
%%WWWDIR%%/app/workers/metrics/dashboard/prune_old_annotations_worker.rb
%%WWWDIR%%/app/workers/metrics/dashboard/schedule_annotations_prune_worker.rb
+%%WWWDIR%%/app/workers/metrics/dashboard/sync_dashboards_worker.rb
%%WWWDIR%%/app/workers/migrate_external_diffs_worker.rb
%%WWWDIR%%/app/workers/namespaceless_project_destroy_worker.rb
%%WWWDIR%%/app/workers/namespaces/prune_aggregation_schedules_worker.rb
@@ -9284,6 +9600,9 @@
%%WWWDIR%%/app/workers/project_service_worker.rb
%%WWWDIR%%/app/workers/project_update_repository_storage_worker.rb
%%WWWDIR%%/app/workers/prometheus/create_default_alerts_worker.rb
+%%WWWDIR%%/app/workers/propagate_integration_group_worker.rb
+%%WWWDIR%%/app/workers/propagate_integration_inherit_worker.rb
+%%WWWDIR%%/app/workers/propagate_integration_project_worker.rb
%%WWWDIR%%/app/workers/propagate_integration_worker.rb
%%WWWDIR%%/app/workers/propagate_service_template_worker.rb
%%WWWDIR%%/app/workers/prune_old_events_worker.rb
@@ -9332,6 +9651,7 @@
%%WWWDIR%%/app/workers/users/create_statistics_worker.rb
%%WWWDIR%%/app/workers/wait_for_cluster_creation_worker.rb
%%WWWDIR%%/app/workers/web_hook_worker.rb
+%%WWWDIR%%/app/workers/web_hooks/destroy_worker.rb
%%WWWDIR%%/app/workers/x509_certificate_revoke_worker.rb
%%WWWDIR%%/app/workers/x509_issuer_crl_check_worker.rb
%%WWWDIR%%/babel.config.js
@@ -9382,11 +9702,11 @@
%%WWWDIR%%/config/environments/test.rb
%%WWWDIR%%/config/feature_categories.yml
%%WWWDIR%%/config/feature_flags/development/additional_snowplow_tracking.yml
+%%WWWDIR%%/config/feature_flags/development/admin_approval_for_new_user_signups.yml
%%WWWDIR%%/config/feature_flags/development/ajax_new_deploy_token.yml
%%WWWDIR%%/config/feature_flags/development/allow_group_deploy_token.yml
%%WWWDIR%%/config/feature_flags/development/allow_possible_spam.yml
%%WWWDIR%%/config/feature_flags/development/allow_unsafe_ruby_regexp.yml
-%%WWWDIR%%/config/feature_flags/development/api_kaminari_count_with_limit.yml
%%WWWDIR%%/config/feature_flags/development/application_settings_tokens_optional_encryption.yml
%%WWWDIR%%/config/feature_flags/development/approval_suggestions.yml
%%WWWDIR%%/config/feature_flags/development/approvals_commented_by.yml
@@ -9395,76 +9715,83 @@
%%WWWDIR%%/config/feature_flags/development/async_commit_diff_files.yml
%%WWWDIR%%/config/feature_flags/development/auto_create_cluster_management_project.yml
%%WWWDIR%%/config/feature_flags/development/auto_devops_banner_disabled.yml
-%%WWWDIR%%/config/feature_flags/development/backfill_partitioned_audit_events.yml
%%WWWDIR%%/config/feature_flags/development/batch_suggestions.yml
%%WWWDIR%%/config/feature_flags/development/bitbucket_server_user_mapping_by_username.yml
%%WWWDIR%%/config/feature_flags/development/block_anonymous_global_searches.yml
%%WWWDIR%%/config/feature_flags/development/boards_with_swimlanes.yml
%%WWWDIR%%/config/feature_flags/development/branch_list_keyset_pagination.yml
-%%WWWDIR%%/config/feature_flags/development/branch_push_merge_commit_analyze.yml
%%WWWDIR%%/config/feature_flags/development/broadcast_issue_updates.yml
%%WWWDIR%%/config/feature_flags/development/build_service_proxy.yml
%%WWWDIR%%/config/feature_flags/development/builds.yml
+%%WWWDIR%%/config/feature_flags/development/bulk_import.yml
%%WWWDIR%%/config/feature_flags/development/bulk_update_health_status.yml
%%WWWDIR%%/config/feature_flags/development/burnup_charts.yml
+%%WWWDIR%%/config/feature_flags/development/cached_markdown_blob.yml
+%%WWWDIR%%/config/feature_flags/development/canary_ingress_weight_control.yml
%%WWWDIR%%/config/feature_flags/development/chatops.yml
+%%WWWDIR%%/config/feature_flags/development/ci_always_refresh_merge_requests_from_beginning.yml
%%WWWDIR%%/config/feature_flags/development/ci_artifacts_exclude.yml
-%%WWWDIR%%/config/feature_flags/development/ci_bridge_pipeline_details.yml
%%WWWDIR%%/config/feature_flags/development/ci_build_metadata_config.yml
-%%WWWDIR%%/config/feature_flags/development/ci_bulk_insert_on_create.yml
-%%WWWDIR%%/config/feature_flags/development/ci_child_of_child_pipeline.yml
-%%WWWDIR%%/config/feature_flags/development/ci_daily_code_coverage.yml
+%%WWWDIR%%/config/feature_flags/development/ci_delete_objects_high_concurrency.yml
+%%WWWDIR%%/config/feature_flags/development/ci_delete_objects_low_concurrency.yml
+%%WWWDIR%%/config/feature_flags/development/ci_delete_objects_medium_concurrency.yml
%%WWWDIR%%/config/feature_flags/development/ci_disable_validates_dependencies.yml
%%WWWDIR%%/config/feature_flags/development/ci_disallow_to_create_merge_request_pipelines_in_target_project.yml
-%%WWWDIR%%/config/feature_flags/development/ci_download_daily_code_coverage.yml
%%WWWDIR%%/config/feature_flags/development/ci_dynamic_child_pipeline.yml
%%WWWDIR%%/config/feature_flags/development/ci_enable_live_trace.yml
%%WWWDIR%%/config/feature_flags/development/ci_instance_variables_ui.yml
-%%WWWDIR%%/config/feature_flags/development/ci_job_heartbeats_runner.yml
%%WWWDIR%%/config/feature_flags/development/ci_job_jwt.yml
%%WWWDIR%%/config/feature_flags/development/ci_jobs_finder_refactor.yml
-%%WWWDIR%%/config/feature_flags/development/ci_key_autocomplete.yml
%%WWWDIR%%/config/feature_flags/development/ci_lint_creates_pipeline_with_dry_run.yml
%%WWWDIR%%/config/feature_flags/development/ci_lint_vue.yml
-%%WWWDIR%%/config/feature_flags/development/ci_new_artifact_file_reader.yml
+%%WWWDIR%%/config/feature_flags/development/ci_manual_bridges.yml
%%WWWDIR%%/config/feature_flags/development/ci_pipeline_latest.yml
-%%WWWDIR%%/config/feature_flags/development/ci_pipeline_rewind_iid.yml
%%WWWDIR%%/config/feature_flags/development/ci_pipeline_status_omit_commit_sha_in_cache_key.yml
+%%WWWDIR%%/config/feature_flags/development/ci_pipeline_triggers_settings_vue_ui.yml
%%WWWDIR%%/config/feature_flags/development/ci_raise_job_rules_without_workflow_rules_warning.yml
%%WWWDIR%%/config/feature_flags/development/ci_runners_tokens_optional_encryption.yml
+%%WWWDIR%%/config/feature_flags/development/ci_send_deployment_hook_when_start.yml
%%WWWDIR%%/config/feature_flags/development/ci_skip_persistent_ref_existence_check.yml
%%WWWDIR%%/config/feature_flags/development/ci_store_pipeline_messages.yml
%%WWWDIR%%/config/feature_flags/development/ci_synchronous_artifact_parsing.yml
-%%WWWDIR%%/config/feature_flags/development/ci_update_queues_for_online_runners.yml
%%WWWDIR%%/config/feature_flags/development/ci_yaml_limit_size.yml
-%%WWWDIR%%/config/feature_flags/development/cleanup_lfs_during_gc.yml
+%%WWWDIR%%/config/feature_flags/development/cluster_agent_list.yml
%%WWWDIR%%/config/feature_flags/development/cluster_management_project.yml
-%%WWWDIR%%/config/feature_flags/development/clusters_list_redesign.yml
-%%WWWDIR%%/config/feature_flags/development/container_registry_api.yml
-%%WWWDIR%%/config/feature_flags/development/container_registry_cleanup.yml
+%%WWWDIR%%/config/feature_flags/development/consolidated_edit_button.yml
+%%WWWDIR%%/config/feature_flags/development/container_expiration_policies_historic_entry.yml
%%WWWDIR%%/config/feature_flags/development/container_registry_expiration_policies_throttling.yml
-%%WWWDIR%%/config/feature_flags/development/container_registry_fast_tag_delete.yml
%%WWWDIR%%/config/feature_flags/development/context_commits.yml
+%%WWWDIR%%/config/feature_flags/development/core_security_mr_widget.yml
%%WWWDIR%%/config/feature_flags/development/create_cloud_run_clusters.yml
+%%WWWDIR%%/config/feature_flags/development/dag_pipeline_tab.yml
%%WWWDIR%%/config/feature_flags/development/dashboard_pipeline_status.yml
-%%WWWDIR%%/config/feature_flags/development/deploy_from_footer.yml
+%%WWWDIR%%/config/feature_flags/development/debian_packages.yml
+%%WWWDIR%%/config/feature_flags/development/default_merge_ref_for_diffs.yml
+%%WWWDIR%%/config/feature_flags/development/deploy_boards_dedupe_instances.yml
+%%WWWDIR%%/config/feature_flags/development/deploy_keys_on_protected_branches.yml
%%WWWDIR%%/config/feature_flags/development/deploy_tokens_api.yml
+%%WWWDIR%%/config/feature_flags/development/deployment_filters.yml
%%WWWDIR%%/config/feature_flags/development/design_management_allow_dangerous_images.yml
-%%WWWDIR%%/config/feature_flags/development/design_management_reference_filter_gfm_pipeline.yml
-%%WWWDIR%%/config/feature_flags/development/design_management_todo_button.yml
%%WWWDIR%%/config/feature_flags/development/disable_metric_dashboard_refresh_rate.yml
+%%WWWDIR%%/config/feature_flags/development/disable_shared_runners_on_group.yml
+%%WWWDIR%%/config/feature_flags/development/display_merge_conflicts_in_diff.yml
%%WWWDIR%%/config/feature_flags/development/drop_license_management_artifact.yml
%%WWWDIR%%/config/feature_flags/development/dynamic_image_resizing_owner.yml
%%WWWDIR%%/config/feature_flags/development/dynamic_image_resizing_requester.yml
%%WWWDIR%%/config/feature_flags/development/efficient_counter_attribute.yml
-%%WWWDIR%%/config/feature_flags/development/export_lfs_objects_projects.yml
%%WWWDIR%%/config/feature_flags/development/export_reduce_relation_batch_size.yml
+%%WWWDIR%%/config/feature_flags/development/expose_environment_path_in_alert_details.yml
+%%WWWDIR%%/config/feature_flags/development/feature_flag_api.yml
+%%WWWDIR%%/config/feature_flags/development/feature_flag_permissions.yml
+%%WWWDIR%%/config/feature_flags/development/feature_flags_legacy_read_only.yml
+%%WWWDIR%%/config/feature_flags/development/feature_flags_legacy_read_only_override.yml
+%%WWWDIR%%/config/feature_flags/development/feature_flags_new_version.yml
%%WWWDIR%%/config/feature_flags/development/file_identifier_hash.yml
%%WWWDIR%%/config/feature_flags/development/filter_pipelines_search.yml
%%WWWDIR%%/config/feature_flags/development/force_autodevops_on_by_default.yml
%%WWWDIR%%/config/feature_flags/development/forking.yml
+%%WWWDIR%%/config/feature_flags/development/forti_authenticator.yml
%%WWWDIR%%/config/feature_flags/development/forward_deployment_enabled.yml
-%%WWWDIR%%/config/feature_flags/development/g_compliance_dashboard_feature.yml
%%WWWDIR%%/config/feature_flags/development/generic_packages.yml
%%WWWDIR%%/config/feature_flags/development/geo_snippet_repository_replication.yml
%%WWWDIR%%/config/feature_flags/development/git_push_create_all_pipelines.yml
@@ -9479,139 +9806,138 @@
%%WWWDIR%%/config/feature_flags/development/go_proxy_disable_gomod_validation.yml
%%WWWDIR%%/config/feature_flags/development/grape_gitlab_json.yml
%%WWWDIR%%/config/feature_flags/development/graphql_board_lists.yml
+%%WWWDIR%%/config/feature_flags/development/graphql_individual_release_page.yml
%%WWWDIR%%/config/feature_flags/development/graphql_logging.yml
-%%WWWDIR%%/config/feature_flags/development/graphql_lookahead_support.yml
%%WWWDIR%%/config/feature_flags/development/graphql_milestone_stats.yml
+%%WWWDIR%%/config/feature_flags/development/graphql_pipeline_header.yml
%%WWWDIR%%/config/feature_flags/development/graphql_release_data.yml
+%%WWWDIR%%/config/feature_flags/development/graphql_releases_page.yml
%%WWWDIR%%/config/feature_flags/development/group_export_ndjson.yml
%%WWWDIR%%/config/feature_flags/development/group_import_export.yml
%%WWWDIR%%/config/feature_flags/development/group_import_ndjson.yml
%%WWWDIR%%/config/feature_flags/development/group_level_integrations.yml
%%WWWDIR%%/config/feature_flags/development/groups_tokens_optional_encryption.yml
+%%WWWDIR%%/config/feature_flags/development/help_page_documentation_redirect.yml
%%WWWDIR%%/config/feature_flags/development/hide_jump_to_next_unresolved_in_threads.yml
%%WWWDIR%%/config/feature_flags/development/highlight_current_diff_row.yml
-%%WWWDIR%%/config/feature_flags/development/improved_mr_merged_at_queries.yml
-%%WWWDIR%%/config/feature_flags/development/inactive_policy_condition.yml
+%%WWWDIR%%/config/feature_flags/development/include_lfs_blobs_in_archive.yml
+%%WWWDIR%%/config/feature_flags/development/increased_diff_limits.yml
%%WWWDIR%%/config/feature_flags/development/ingress_modsecurity.yml
%%WWWDIR%%/config/feature_flags/development/instance_statistics.yml
%%WWWDIR%%/config/feature_flags/development/invisible_captcha.yml
%%WWWDIR%%/config/feature_flags/development/invite_email_experiment.yml
+%%WWWDIR%%/config/feature_flags/development/invite_members_group_modal.yml
%%WWWDIR%%/config/feature_flags/development/invite_your_teammates_banner_a.yml
%%WWWDIR%%/config/feature_flags/development/issues.yml
%%WWWDIR%%/config/feature_flags/development/json_limited_encoder.yml
%%WWWDIR%%/config/feature_flags/development/json_wrapper_legacy_mode.yml
%%WWWDIR%%/config/feature_flags/development/junit_pipeline_screenshots_view.yml
+%%WWWDIR%%/config/feature_flags/development/kubernetes_cluster_namespace_role_admin.yml
%%WWWDIR%%/config/feature_flags/development/lfs_check.yml
%%WWWDIR%%/config/feature_flags/development/lfs_link_existing_object.yml
%%WWWDIR%%/config/feature_flags/development/limit_projects_in_groups_api.yml
%%WWWDIR%%/config/feature_flags/development/log_import_export_relation_creation.yml
%%WWWDIR%%/config/feature_flags/development/maintenance_mode.yml
-%%WWWDIR%%/config/feature_flags/development/marginalia.yml
+%%WWWDIR%%/config/feature_flags/development/merge_base_pipelines.yml
%%WWWDIR%%/config/feature_flags/development/merge_orchestration_service.yml
%%WWWDIR%%/config/feature_flags/development/merge_red_head_comments_position_on_demand.yml
%%WWWDIR%%/config/feature_flags/development/merge_ref_auto_sync.yml
%%WWWDIR%%/config/feature_flags/development/merge_ref_auto_sync_lock.yml
+%%WWWDIR%%/config/feature_flags/development/merge_request_cached_pipeline_serializer.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_draft_filter.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_rebase_nowait_lock.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_reviewers.yml
-%%WWWDIR%%/config/feature_flags/development/merge_request_short_pipeline_serializer.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_widget_graphql.yml
%%WWWDIR%%/config/feature_flags/development/merge_requests.yml
%%WWWDIR%%/config/feature_flags/development/metrics_dashboard.yml
%%WWWDIR%%/config/feature_flags/development/metrics_dashboard_exhaustive_validations.yml
-%%WWWDIR%%/config/feature_flags/development/migrate_bio_to_user_details.yml
%%WWWDIR%%/config/feature_flags/development/migrate_user_mentions.yml
-%%WWWDIR%%/config/feature_flags/development/modifed_path_ci_variables.yml
-%%WWWDIR%%/config/feature_flags/development/monaco_blobs.yml
-%%WWWDIR%%/config/feature_flags/development/monaco_ci.yml
%%WWWDIR%%/config/feature_flags/development/mr_commit_neighbor_nav.yml
%%WWWDIR%%/config/feature_flags/development/multi_select_board.yml
%%WWWDIR%%/config/feature_flags/development/multiline_comments.yml
%%WWWDIR%%/config/feature_flags/development/new_pipeline_form.yml
+%%WWWDIR%%/config/feature_flags/development/new_pipeline_form_prefilled_vars.yml
%%WWWDIR%%/config/feature_flags/development/new_release_page.yml
%%WWWDIR%%/config/feature_flags/development/new_variables_ui.yml
%%WWWDIR%%/config/feature_flags/development/not_issuable_queries.yml
%%WWWDIR%%/config/feature_flags/development/notes_create_service_tracking.yml
%%WWWDIR%%/config/feature_flags/development/oj_json.yml
+%%WWWDIR%%/config/feature_flags/development/one_dimensional_matrix.yml
%%WWWDIR%%/config/feature_flags/development/optimized_issuable_label_filter.yml
%%WWWDIR%%/config/feature_flags/development/optimized_timebox_queries.yml
-%%WWWDIR%%/config/feature_flags/development/packages_coming_soon.yml
%%WWWDIR%%/config/feature_flags/development/pages.yml
%%WWWDIR%%/config/feature_flags/development/pages_artifacts_archive.yml
%%WWWDIR%%/config/feature_flags/development/paginated_notes.yml
-%%WWWDIR%%/config/feature_flags/development/periodic_project_authorization_recalculation.yml
%%WWWDIR%%/config/feature_flags/development/personal_snippet_reference_filters.yml
%%WWWDIR%%/config/feature_flags/development/phabricator_import.yml
%%WWWDIR%%/config/feature_flags/development/pipelines_security_report_summary.yml
%%WWWDIR%%/config/feature_flags/development/product_analytics.yml
%%WWWDIR%%/config/feature_flags/development/prohibit_hexadecimal_branch_names.yml
%%WWWDIR%%/config/feature_flags/development/project_export_as_ndjson.yml
+%%WWWDIR%%/config/feature_flags/development/project_finder_similarity_sort.yml
%%WWWDIR%%/config/feature_flags/development/project_import_ndjson.yml
%%WWWDIR%%/config/feature_flags/development/project_list_filter_bar.yml
%%WWWDIR%%/config/feature_flags/development/project_statistics_sync.yml
%%WWWDIR%%/config/feature_flags/development/project_transactionless_destroy.yml
%%WWWDIR%%/config/feature_flags/development/projects_tokens_optional_encryption.yml
%%WWWDIR%%/config/feature_flags/development/prometheus_computed_alerts.yml
-%%WWWDIR%%/config/feature_flags/development/push_mirror_syncs_lfs.yml
%%WWWDIR%%/config/feature_flags/development/reactive_caching_limit_environment.yml
%%WWWDIR%%/config/feature_flags/development/real_time_issue_sidebar.yml
%%WWWDIR%%/config/feature_flags/development/rebalance_issues.yml
-%%WWWDIR%%/config/feature_flags/development/release_asset_link_editing.yml
-%%WWWDIR%%/config/feature_flags/development/release_asset_link_type.yml
+%%WWWDIR%%/config/feature_flags/development/recursive_approach_for_all_projects.yml
%%WWWDIR%%/config/feature_flags/development/release_evidence.yml
-%%WWWDIR%%/config/feature_flags/development/release_evidence_collection.yml
-%%WWWDIR%%/config/feature_flags/development/release_issue_summary.yml
%%WWWDIR%%/config/feature_flags/development/release_mr_issue_urls.yml
-%%WWWDIR%%/config/feature_flags/development/release_show_page.yml
%%WWWDIR%%/config/feature_flags/development/remove_legacy_github_client.yml
%%WWWDIR%%/config/feature_flags/development/repack_after_shard_migration.yml
%%WWWDIR%%/config/feature_flags/development/repository.yml
%%WWWDIR%%/config/feature_flags/development/repository_archive_hotlinking_interception.yml
-%%WWWDIR%%/config/feature_flags/development/resource_access_token.yml
%%WWWDIR%%/config/feature_flags/development/rugged_commit_is_ancestor.yml
%%WWWDIR%%/config/feature_flags/development/rugged_commit_tree_entry.yml
%%WWWDIR%%/config/feature_flags/development/rugged_find_commit.yml
%%WWWDIR%%/config/feature_flags/development/rugged_list_commits_by_oid.yml
%%WWWDIR%%/config/feature_flags/development/rugged_tree_entries.yml
%%WWWDIR%%/config/feature_flags/development/rugged_tree_entry.yml
-%%WWWDIR%%/config/feature_flags/development/safezip_use_rubyzip.yml
%%WWWDIR%%/config/feature_flags/development/save_raw_usage_data.yml
%%WWWDIR%%/config/feature_flags/development/schema_linting.yml
+%%WWWDIR%%/config/feature_flags/development/search_filter_by_confidential.yml
%%WWWDIR%%/config/feature_flags/development/search_track_unique_users.yml
+%%WWWDIR%%/config/feature_flags/development/security_auto_fix.yml
%%WWWDIR%%/config/feature_flags/development/security_on_demand_scans_site_validation.yml
%%WWWDIR%%/config/feature_flags/development/serverless_domain.yml
%%WWWDIR%%/config/feature_flags/development/service_desk_custom_address.yml
%%WWWDIR%%/config/feature_flags/development/settings_operations_prometheus_service.yml
%%WWWDIR%%/config/feature_flags/development/show_author_on_note.yml
-%%WWWDIR%%/config/feature_flags/development/show_contributor_on_note.yml
+%%WWWDIR%%/config/feature_flags/development/show_inherited_labels.yml
%%WWWDIR%%/config/feature_flags/development/similarity_search.yml
-%%WWWDIR%%/config/feature_flags/development/snippet_multiple_files.yml
+%%WWWDIR%%/config/feature_flags/development/snippet_spam.yml
%%WWWDIR%%/config/feature_flags/development/snippets.yml
%%WWWDIR%%/config/feature_flags/development/snippets_binary_blob.yml
-%%WWWDIR%%/config/feature_flags/development/snippets_edit_vue.yml
-%%WWWDIR%%/config/feature_flags/development/snippets_vue.yml
%%WWWDIR%%/config/feature_flags/development/soft_email_confirmation.yml
+%%WWWDIR%%/config/feature_flags/development/soft_fail_count_by_state.yml
%%WWWDIR%%/config/feature_flags/development/specialized_project_authorization_project_share_worker.yml
%%WWWDIR%%/config/feature_flags/development/specialized_project_authorization_workers.yml
-%%WWWDIR%%/config/feature_flags/development/sql-set-operators.yml
%%WWWDIR%%/config/feature_flags/development/sql_set_operators.yml
%%WWWDIR%%/config/feature_flags/development/squash_options.yml
%%WWWDIR%%/config/feature_flags/development/sse_erb_support.yml
%%WWWDIR%%/config/feature_flags/development/sse_image_uploads.yml
%%WWWDIR%%/config/feature_flags/development/startup_css.yml
-%%WWWDIR%%/config/feature_flags/development/store_instance_statistics_measurements.yml
-%%WWWDIR%%/config/feature_flags/development/store_mentioned_users_to_db.yml
-%%WWWDIR%%/config/feature_flags/development/suggest_pipeline.yml
+%%WWWDIR%%/config/feature_flags/development/store_ci_pipeline_counts_by_status.yml
+%%WWWDIR%%/config/feature_flags/development/sync_metrics_dashboards.yml
%%WWWDIR%%/config/feature_flags/development/track_editor_edit_actions.yml
%%WWWDIR%%/config/feature_flags/development/track_issue_activity_actions.yml
-%%WWWDIR%%/config/feature_flags/development/track_resource_state_change_events.yml
+%%WWWDIR%%/config/feature_flags/development/track_unique_test_cases_parsed.yml
%%WWWDIR%%/config/feature_flags/development/track_unique_visits.yml
+%%WWWDIR%%/config/feature_flags/development/track_unique_wiki_page_views.yml
%%WWWDIR%%/config/feature_flags/development/tribute_autocomplete.yml
+%%WWWDIR%%/config/feature_flags/development/two_factor_for_cli.yml
%%WWWDIR%%/config/feature_flags/development/unified_diff_lines.yml
%%WWWDIR%%/config/feature_flags/development/unlink_fork_network_upon_visibility_decrease.yml
%%WWWDIR%%/config/feature_flags/development/upload_middleware_jwt_params_handler.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_a_compliance_audit_events_api.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_api.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_g_compliance_dashboard.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_source_code_code_intelligence.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_test_case_parsed.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_incident_management_alert_assigned.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_incident_management_alert_status_changed.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_incident_management_alert_todo.yml
@@ -9628,7 +9954,6 @@
%%WWWDIR%%/config/feature_flags/development/use_workhorse_s3_client.yml
%%WWWDIR%%/config/feature_flags/development/user_mode_in_session.yml
%%WWWDIR%%/config/feature_flags/development/user_time_settings.yml
-%%WWWDIR%%/config/feature_flags/development/users_search.yml
%%WWWDIR%%/config/feature_flags/development/validate_import_decompressed_archive_size.yml
%%WWWDIR%%/config/feature_flags/development/view_diffs_file_by_file.yml
%%WWWDIR%%/config/feature_flags/development/vue_group_members_list.yml
@@ -9640,12 +9965,21 @@
%%WWWDIR%%/config/feature_flags/development/whats_new_drawer.yml
%%WWWDIR%%/config/feature_flags/development/widget_visibility_polling.yml
%%WWWDIR%%/config/feature_flags/development/wiki.yml
-%%WWWDIR%%/config/feature_flags/development/wiki_events_on_git_push.yml
%%WWWDIR%%/config/feature_flags/development/wiki_front_matter.yml
%%WWWDIR%%/config/feature_flags/development/workhorse_archive_cache_disabled.yml
+%%WWWDIR%%/config/feature_flags/development/zip_pages_deployments.yml
+%%WWWDIR%%/config/feature_flags/licensed/incident_sla.yml
+%%WWWDIR%%/config/feature_flags/licensed/minimal_access_role.yml
+%%WWWDIR%%/config/feature_flags/licensed/resource_access_token.yml
+%%WWWDIR%%/config/feature_flags/ops/api_kaminari_count_with_limit.yml
%%WWWDIR%%/config/feature_flags/ops/ci_accept_trace.yml
+%%WWWDIR%%/config/feature_flags/ops/ci_trace_log_invalid_chunks.yml
%%WWWDIR%%/config/feature_flags/ops/ci_trace_overwrite.yml
+%%WWWDIR%%/config/feature_flags/ops/database_reindexing.yml
+%%WWWDIR%%/config/feature_flags/ops/gitlab_sidekiq_enable_semi_reliable_fetcher.yml
+%%WWWDIR%%/config/feature_flags/ops/gitlab_sidekiq_reliable_fetcher.yml
%%WWWDIR%%/config/feature_flags/ops/kubernetes_agent_internal_api.yml
+%%WWWDIR%%/config/feature_flags/ops/marginalia.yml
%%WWWDIR%%/config/helpers/is_ee_env.js
%%WWWDIR%%/config/helpers/is_eslint.js
%%WWWDIR%%/config/helpers/vendor_dll_hash.js
@@ -9755,6 +10089,7 @@
%%WWWDIR%%/config/initializers/rack_lineprof.rb
%%WWWDIR%%/config/initializers/rack_timeout.rb
%%WWWDIR%%/config/initializers/rails_host_authorization.rb
+%%WWWDIR%%/config/initializers/rails_host_authorization_gitpod.rb
%%WWWDIR%%/config/initializers/rbtrace.rb
%%WWWDIR%%/config/initializers/relative_naming_ci_namespace.rb
%%WWWDIR%%/config/initializers/relative_url.rb.sample
@@ -9774,6 +10109,7 @@
%%WWWDIR%%/config/initializers/sidekiq_cluster.rb
%%WWWDIR%%/config/initializers/smtp_settings.rb.sample
%%WWWDIR%%/config/initializers/snowplow_tracker.rb
+%%WWWDIR%%/config/initializers/sprockets.rb
%%WWWDIR%%/config/initializers/sprockets_base_file_digest_key.rb
%%WWWDIR%%/config/initializers/stackprof.rb
%%WWWDIR%%/config/initializers/static_files.rb
@@ -9854,6 +10190,7 @@
%%WWWDIR%%/danger/ce_ee_vue_templates/Dangerfile
%%WWWDIR%%/danger/changelog/Dangerfile
%%WWWDIR%%/danger/changes_size/Dangerfile
+%%WWWDIR%%/danger/ci_templates/Dangerfile
%%WWWDIR%%/danger/commit_messages/Dangerfile
%%WWWDIR%%/danger/database/Dangerfile
%%WWWDIR%%/danger/documentation/Dangerfile
@@ -9868,17 +10205,18 @@
%%WWWDIR%%/danger/plugins/roulette.rb
%%WWWDIR%%/danger/plugins/sidekiq_queues.rb
%%WWWDIR%%/danger/prettier/Dangerfile
+%%WWWDIR%%/danger/product_analytics/Dangerfile
%%WWWDIR%%/danger/roulette/Dangerfile
%%WWWDIR%%/danger/sidekiq_queues/Dangerfile
%%WWWDIR%%/danger/specialization_labels/Dangerfile
%%WWWDIR%%/danger/specs/Dangerfile
-%%WWWDIR%%/danger/telemetry/Dangerfile
%%WWWDIR%%/danger/utility_css/Dangerfile
%%WWWDIR%%/data/whats_new/202008180001_12_10.yml
%%WWWDIR%%/data/whats_new/202008180002_13_0.yml
%%WWWDIR%%/data/whats_new/202008180003_13_01.yml
%%WWWDIR%%/data/whats_new/202008210001_13_02.yml
%%WWWDIR%%/data/whats_new/202009150001_13_03.yml
+%%WWWDIR%%/data/whats_new/202009300001_13_04.yml
%%WWWDIR%%/db/fixtures/development/01_admin.rb
%%WWWDIR%%/db/fixtures/development/02_application_settings.rb
%%WWWDIR%%/db/fixtures/development/02_users.rb
@@ -10914,9 +11252,11 @@
%%WWWDIR%%/db/migrate/20200812150810_add_verification_state_to_snippet_repository.rb
%%WWWDIR%%/db/migrate/20200812150811_add_verification_failure_to_snippet_repository.rb
%%WWWDIR%%/db/migrate/20200812150812_add_verification_failure_index_to_snippet_repository.rb
+%%WWWDIR%%/db/migrate/20200813135558_create_ci_deleted_objects.rb
%%WWWDIR%%/db/migrate/20200813143304_add_new_external_diff_migration_index.rb
%%WWWDIR%%/db/migrate/20200813143356_remove_old_external_diff_migration_index.rb
%%WWWDIR%%/db/migrate/20200817142800_add_pipeline_artifacts_size_to_project_statistics.rb
+%%WWWDIR%%/db/migrate/20200817195628_add_modified_to_approval_merge_request_rule.rb
%%WWWDIR%%/db/migrate/20200818052219_add_kubernetes_version_to_cluster_providers_aws.rb
%%WWWDIR%%/db/migrate/20200818092401_add_checksum_to_build_chunk.rb
%%WWWDIR%%/db/migrate/20200818171229_add_package_max_file_size_to_plan_limits.rb
@@ -10960,24 +11300,85 @@
%%WWWDIR%%/db/migrate/20200903092241_add_index_to_resource_iteration_events_add_events.rb
%%WWWDIR%%/db/migrate/20200904092131_add_merge_ref_sha_to_merge_requests.rb
%%WWWDIR%%/db/migrate/20200904131544_create_ci_build_pending_states.rb
+%%WWWDIR%%/db/migrate/20200905013247_add_golang_package_max_file_size_to_plan_limits.rb
%%WWWDIR%%/db/migrate/20200907021256_create_dast_site_tokens.rb
%%WWWDIR%%/db/migrate/20200907062101_create_dast_site_validations.rb
+%%WWWDIR%%/db/migrate/20200907092610_add_user_id_to_group_import_states.rb
%%WWWDIR%%/db/migrate/20200908033805_add_dast_site_validation_id_to_dast_site.rb
+%%WWWDIR%%/db/migrate/20200908094810_add_new_setting_to_namespace_setting.rb
%%WWWDIR%%/db/migrate/20200908100053_create_authentication_events.rb
%%WWWDIR%%/db/migrate/20200908183231_add_check_positive_constraint_to_ci_platform_metrics.rb
+%%WWWDIR%%/db/migrate/20200909040555_create_package_events.rb
+%%WWWDIR%%/db/migrate/20200909083339_add_change_reviewer_merge_request_to_notification_settings.rb
%%WWWDIR%%/db/migrate/20200911120132_create_pages_deployments.rb
%%WWWDIR%%/db/migrate/20200911121027_add_pages_deployment_project_foreign_key.rb
%%WWWDIR%%/db/migrate/20200911121048_add_pages_deployment_ci_build_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200912152943_rename_admin_notification_email_application_setting.rb
+%%WWWDIR%%/db/migrate/20200912193210_add_scheduling_issues_temp_indexes.rb
+%%WWWDIR%%/db/migrate/20200914070140_add_expiration_policy_started_at_to_container_repositories.rb
%%WWWDIR%%/db/migrate/20200914091326_change_build_pending_state_enums.rb
%%WWWDIR%%/db/migrate/20200914104642_modify_merge_request_api_index.rb
%%WWWDIR%%/db/migrate/20200914105202_remove_old_merge_request_api_index.rb
%%WWWDIR%%/db/migrate/20200914155135_add_deduplicated_flag_into_security_findings_table.rb
%%WWWDIR%%/db/migrate/20200914183227_add_index_on_deduplicated_column_of_security_findings.rb
%%WWWDIR%%/db/migrate/20200914184212_remove_index_on_security_findings_scan_id.rb
+%%WWWDIR%%/db/migrate/20200915134004_add_indices_to_approval_project_rules.rb
%%WWWDIR%%/db/migrate/20200915152641_add_verification_state_to_terraform_state_version.rb
%%WWWDIR%%/db/migrate/20200915164448_add_verification_failure_limit_to_terraform_state_version.rb
%%WWWDIR%%/db/migrate/20200915164844_add_verification_failure_index_to_terraform_state_version.rb
%%WWWDIR%%/db/migrate/20200916120837_add_index_to_members_for_unaccepted_invitations.rb
+%%WWWDIR%%/db/migrate/20200916135044_add_state_id_index_to_merge_requests.rb
+%%WWWDIR%%/db/migrate/20200916151442_add_result_index_to_authentication_events.rb
+%%WWWDIR%%/db/migrate/20200916165232_add_debian_max_file_size_to_plan_limits.rb
+%%WWWDIR%%/db/migrate/20200917121650_add_help_page_documentation_url_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200919200318_add_default_branch_name_to_namespace_settings.rb
+%%WWWDIR%%/db/migrate/20200919204155_add_text_limit_to_namespace_settings_default_branch_name.rb
+%%WWWDIR%%/db/migrate/20200921093826_add_index_to_user_preferences.rb
+%%WWWDIR%%/db/migrate/20200921113722_add_text_limit_to_help_page_documentation_url.rb
+%%WWWDIR%%/db/migrate/20200921130028_add_pages_deployment_id_to_pages_metadata.rb
+%%WWWDIR%%/db/migrate/20200921131313_add_foreign_key_to_pages_deployment_id_in_project_pages_metadata.rb
+%%WWWDIR%%/db/migrate/20200921203231_remove_duplicate_cluster_agents_index.rb
+%%WWWDIR%%/db/migrate/20200922052316_create_issue_email_participants.rb
+%%WWWDIR%%/db/migrate/20200922075244_add_compliance_framework_model.rb
+%%WWWDIR%%/db/migrate/20200922093004_add_postgres_index_view.rb
+%%WWWDIR%%/db/migrate/20200922133949_create_bulk_import.rb
+%%WWWDIR%%/db/migrate/20200923071622_add_description_to_requirements.rb
+%%WWWDIR%%/db/migrate/20200923071644_add_text_limit_to_requirements_description.rb
+%%WWWDIR%%/db/migrate/20200923102312_update_programming_language_colors.rb
+%%WWWDIR%%/db/migrate/20200923130057_remove_tmp_container_scanning_index.rb
+%%WWWDIR%%/db/migrate/20200923140404_add_postgres_reindex_actions_table.rb
+%%WWWDIR%%/db/migrate/20200924035825_add_options_to_dast_scanner_profile.rb
+%%WWWDIR%%/db/migrate/20200925112104_create_bulk_import_configurations.rb
+%%WWWDIR%%/db/migrate/20200925114522_create_bulk_import_entities.rb
+%%WWWDIR%%/db/migrate/20200925125321_add_u2f_id_to_webauthn_registration.rb
+%%WWWDIR%%/db/migrate/20200925153423_add_bulk_import_foreign_key_to_bulk_import_entities.rb
+%%WWWDIR%%/db/migrate/20200925193815_add_parent_foreign_key_to_bulk_import_entities.rb
+%%WWWDIR%%/db/migrate/20200925193906_add_namespace_foreign_key_to_bulk_import_entities.rb
+%%WWWDIR%%/db/migrate/20200925194006_add_project_foreign_key_to_bulk_import_entities.rb
+%%WWWDIR%%/db/migrate/20200927224750_add_incident_issue_type_index_to_issues.rb
+%%WWWDIR%%/db/migrate/20200928095732_add_state_to_dast_site_validation.rb
+%%WWWDIR%%/db/migrate/20200928100408_add_text_limit_to_dast_site_validation_state.rb
+%%WWWDIR%%/db/migrate/20200928125258_add_foreign_key_to_u2f_reg_id_in_webauthn_regs.rb
+%%WWWDIR%%/db/migrate/20200928131934_create_required_code_owners_sections.rb
+%%WWWDIR%%/db/migrate/20200928164807_add_index_on_vulnerabilities_state_case.rb
+%%WWWDIR%%/db/migrate/20200928203531_create_alert_management_http_integrations.rb
+%%WWWDIR%%/db/migrate/20200928210524_add_http_integrations_project_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200928233632_remove_terraform_state_verification_indexes.rb
+%%WWWDIR%%/db/migrate/20200929032729_add_sla_minutes_to_project_incident_management_settings.rb
+%%WWWDIR%%/db/migrate/20200929063159_add_require_admin_approval_after_user_signup_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200930094812_update_postgres_indexes_view.rb
+%%WWWDIR%%/db/migrate/20200930131343_add_index_on_project_id_and_sha_to_deployments.rb
+%%WWWDIR%%/db/migrate/20200930132319_add_api_fuzzing_to_plan_limits.rb
+%%WWWDIR%%/db/migrate/20201002012659_add_issuable_sla_table.rb
+%%WWWDIR%%/db/migrate/20201004163918_remove_project_id_and_id_index_from_vulnerabilities_table.rb
+%%WWWDIR%%/db/migrate/20201005092703_add_namespace_column_to_frameworks.rb
+%%WWWDIR%%/db/migrate/20201005092709_remove_compliance_frameworks_group_id_fk.rb
+%%WWWDIR%%/db/migrate/20201005092753_add_framework_id_to_project_framework_settings.rb
+%%WWWDIR%%/db/migrate/20201006014605_add_automatic_purchased_storage_allocation_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20201007115209_add_lock_version_to_ci_build_trace_chunk.rb
+%%WWWDIR%%/db/migrate/20201009090954_add_index_with_project_id_to_container_expiration_policies.rb
+%%WWWDIR%%/db/migrate/20201012194936_create_saml_group_links.rb
+%%WWWDIR%%/db/migrate/20201014205300_drop_backfill_jira_tracker_deployment_type_jobs.rb
%%WWWDIR%%/db/optional_migrations/composite_primary_keys.rb
%%WWWDIR%%/db/post_migrate/20190102152410_delete_inconsistent_internal_id_records2.rb
%%WWWDIR%%/db/post_migrate/20190115054215_migrate_delete_container_repository_worker.rb
@@ -11270,19 +11671,46 @@
%%WWWDIR%%/db/post_migrate/20200831065705_ensure_target_project_id_is_filled.rb
%%WWWDIR%%/db/post_migrate/20200831074356_validate_not_null_constraint_on_mr_metrics.rb
%%WWWDIR%%/db/post_migrate/20200831224343_populate_vulnerability_historical_statistics_for_year.rb
+%%WWWDIR%%/db/post_migrate/20200901170135_backfill_modified_column_for_approval_merge_request_rules.rb
%%WWWDIR%%/db/post_migrate/20200901212304_drop_code_owner_column_from_approval_merge_request_rule.rb
%%WWWDIR%%/db/post_migrate/20200903064431_add_created_at_index_to_audit_events.rb
%%WWWDIR%%/db/post_migrate/20200904174901_backfill_cleanup_for_partitioned_audit_events.rb
+%%WWWDIR%%/db/post_migrate/20200907092715_add_not_null_constraint_to_user_on_group_import_states.rb
%%WWWDIR%%/db/post_migrate/20200907124300_complete_namespace_settings_migration.rb
+%%WWWDIR%%/db/post_migrate/20200908064229_add_partial_index_to_ci_builds_table_on_user_id_name.rb
%%WWWDIR%%/db/post_migrate/20200908095446_update_location_fingerprint_column_for_cs.rb
+%%WWWDIR%%/db/post_migrate/20200909161624_cleanup_group_import_states_with_null_user_id.rb
%%WWWDIR%%/db/post_migrate/20200909194014_change_pypi_python_version_type_cleanup.rb
%%WWWDIR%%/db/post_migrate/20200909194524_increase_pypi_version_size.rb
%%WWWDIR%%/db/post_migrate/20200910131217_tmp_index_for_fixing_inconsistent_vulnerability_occurrences.rb
%%WWWDIR%%/db/post_migrate/20200910131218_remove_duplicated_cs_findings.rb
+%%WWWDIR%%/db/post_migrate/20200910155617_backfill_jira_tracker_deployment_type.rb
%%WWWDIR%%/db/post_migrate/20200910170908_ensure_filled_external_diff_store_on_merge_request_diffs.rb
%%WWWDIR%%/db/post_migrate/20200910175553_validate_not_null_external_diff_store_on_merge_request_diffs.rb
+%%WWWDIR%%/db/post_migrate/20200912153218_cleanup_admin_notification_email_application_setting_rename.rb
%%WWWDIR%%/db/post_migrate/20200915044225_schedule_migration_to_hashed_storage.rb
+%%WWWDIR%%/db/post_migrate/20200915185707_ensure_filled_file_store_on_package_files.rb
+%%WWWDIR%%/db/post_migrate/20200915191156_validate_not_null_file_store_on_package_files.rb
%%WWWDIR%%/db/post_migrate/20200916081749_remove_cycle_analytics_total_stage_data.rb
+%%WWWDIR%%/db/post_migrate/20200917135802_remove_duplicated_cs_findings_without_vulnerability_id.rb
+%%WWWDIR%%/db/post_migrate/20200917165525_update_index_on_namespaces_for_type_and_id.rb
+%%WWWDIR%%/db/post_migrate/20200922054642_drop_snowplow_iglu_registry_url_from_application_settings.rb
+%%WWWDIR%%/db/post_migrate/20200922095954_remove_instance_statistics_visibility_private_from_application_settings.rb
+%%WWWDIR%%/db/post_migrate/20200922170907_change_index_on_pipeline_status.rb
+%%WWWDIR%%/db/post_migrate/20200922231755_remove_created_by_user_id_from_cluster_providers_aws.rb
+%%WWWDIR%%/db/post_migrate/20200929052138_create_initial_versions_for_pre_versioning_terraform_states.rb
+%%WWWDIR%%/db/post_migrate/20200929113254_remove_type_from_audit_events.rb
+%%WWWDIR%%/db/post_migrate/20200929114107_schedule_migrate_u2f_webauthn.rb
+%%WWWDIR%%/db/post_migrate/20200930144340_set_job_waiter_ttl.rb
+%%WWWDIR%%/db/post_migrate/20201001022100_validate_designs_filename_text_limit.rb
+%%WWWDIR%%/db/post_migrate/20201001101136_remove_index_on_issues_relative_position.rb
+%%WWWDIR%%/db/post_migrate/20201002094617_remove_container_scanning_report_type_index.rb
+%%WWWDIR%%/db/post_migrate/20201002175953_add_index_for_merged_merge_requests.rb
+%%WWWDIR%%/db/post_migrate/20201005094331_migrate_compliance_framework_enum_to_database_framework_record.rb
+%%WWWDIR%%/db/post_migrate/20201005153955_add_not_null_constraint_to_compliance_project_settings.rb
+%%WWWDIR%%/db/post_migrate/20201014142521_schedule_sync_blocking_issues_count.rb
+%%WWWDIR%%/db/post_migrate/20201015073808_schedule_blocked_by_links_replacement.rb
+%%WWWDIR%%/db/post_migrate/20201015154527_add_index_on_services_for_usage_data.rb
@(git,,) %%WWWDIR%%/db/schema.rb
%%WWWDIR%%/db/schema_migrations/20181228175414
%%WWWDIR%%/db/schema_migrations/20190102152410
@@ -12555,12 +12983,14 @@
%%WWWDIR%%/db/schema_migrations/20200812150810
%%WWWDIR%%/db/schema_migrations/20200812150811
%%WWWDIR%%/db/schema_migrations/20200812150812
+%%WWWDIR%%/db/schema_migrations/20200813135558
%%WWWDIR%%/db/schema_migrations/20200813143304
%%WWWDIR%%/db/schema_migrations/20200813143356
%%WWWDIR%%/db/schema_migrations/20200813153434
%%WWWDIR%%/db/schema_migrations/20200817070126
%%WWWDIR%%/db/schema_migrations/20200817100710
%%WWWDIR%%/db/schema_migrations/20200817142800
+%%WWWDIR%%/db/schema_migrations/20200817195628
%%WWWDIR%%/db/schema_migrations/20200818052219
%%WWWDIR%%/db/schema_migrations/20200818092401
%%WWWDIR%%/db/schema_migrations/20200818171229
@@ -12613,6 +13043,7 @@
%%WWWDIR%%/db/schema_migrations/20200831204646
%%WWWDIR%%/db/schema_migrations/20200831222347
%%WWWDIR%%/db/schema_migrations/20200831224343
+%%WWWDIR%%/db/schema_migrations/20200901170135
%%WWWDIR%%/db/schema_migrations/20200901203055
%%WWWDIR%%/db/schema_migrations/20200901212304
%%WWWDIR%%/db/schema_migrations/20200901214416
@@ -12623,22 +13054,35 @@
%%WWWDIR%%/db/schema_migrations/20200904092131
%%WWWDIR%%/db/schema_migrations/20200904131544
%%WWWDIR%%/db/schema_migrations/20200904174901
+%%WWWDIR%%/db/schema_migrations/20200905013247
%%WWWDIR%%/db/schema_migrations/20200907021256
%%WWWDIR%%/db/schema_migrations/20200907062101
+%%WWWDIR%%/db/schema_migrations/20200907092610
+%%WWWDIR%%/db/schema_migrations/20200907092715
%%WWWDIR%%/db/schema_migrations/20200907124300
%%WWWDIR%%/db/schema_migrations/20200908033805
+%%WWWDIR%%/db/schema_migrations/20200908064229
+%%WWWDIR%%/db/schema_migrations/20200908094810
%%WWWDIR%%/db/schema_migrations/20200908095446
%%WWWDIR%%/db/schema_migrations/20200908100053
%%WWWDIR%%/db/schema_migrations/20200908183231
+%%WWWDIR%%/db/schema_migrations/20200909040555
+%%WWWDIR%%/db/schema_migrations/20200909083339
+%%WWWDIR%%/db/schema_migrations/20200909161624
%%WWWDIR%%/db/schema_migrations/20200909194014
%%WWWDIR%%/db/schema_migrations/20200909194524
%%WWWDIR%%/db/schema_migrations/20200910131217
%%WWWDIR%%/db/schema_migrations/20200910131218
+%%WWWDIR%%/db/schema_migrations/20200910155617
%%WWWDIR%%/db/schema_migrations/20200910170908
%%WWWDIR%%/db/schema_migrations/20200910175553
%%WWWDIR%%/db/schema_migrations/20200911120132
%%WWWDIR%%/db/schema_migrations/20200911121027
%%WWWDIR%%/db/schema_migrations/20200911121048
+%%WWWDIR%%/db/schema_migrations/20200912152943
+%%WWWDIR%%/db/schema_migrations/20200912153218
+%%WWWDIR%%/db/schema_migrations/20200912193210
+%%WWWDIR%%/db/schema_migrations/20200914070140
%%WWWDIR%%/db/schema_migrations/20200914091326
%%WWWDIR%%/db/schema_migrations/20200914104642
%%WWWDIR%%/db/schema_migrations/20200914105202
@@ -12646,14 +13090,89 @@
%%WWWDIR%%/db/schema_migrations/20200914183227
%%WWWDIR%%/db/schema_migrations/20200914184212
%%WWWDIR%%/db/schema_migrations/20200915044225
+%%WWWDIR%%/db/schema_migrations/20200915134004
%%WWWDIR%%/db/schema_migrations/20200915152641
%%WWWDIR%%/db/schema_migrations/20200915164448
%%WWWDIR%%/db/schema_migrations/20200915164844
+%%WWWDIR%%/db/schema_migrations/20200915185707
+%%WWWDIR%%/db/schema_migrations/20200915191156
%%WWWDIR%%/db/schema_migrations/20200916081749
%%WWWDIR%%/db/schema_migrations/20200916120837
+%%WWWDIR%%/db/schema_migrations/20200916135044
+%%WWWDIR%%/db/schema_migrations/20200916151442
+%%WWWDIR%%/db/schema_migrations/20200916165232
+%%WWWDIR%%/db/schema_migrations/20200917121650
+%%WWWDIR%%/db/schema_migrations/20200917135802
+%%WWWDIR%%/db/schema_migrations/20200917165525
+%%WWWDIR%%/db/schema_migrations/20200919200318
+%%WWWDIR%%/db/schema_migrations/20200919204155
+%%WWWDIR%%/db/schema_migrations/20200921093826
+%%WWWDIR%%/db/schema_migrations/20200921113722
+%%WWWDIR%%/db/schema_migrations/20200921130028
+%%WWWDIR%%/db/schema_migrations/20200921131313
+%%WWWDIR%%/db/schema_migrations/20200921203231
+%%WWWDIR%%/db/schema_migrations/20200922052316
+%%WWWDIR%%/db/schema_migrations/20200922054642
+%%WWWDIR%%/db/schema_migrations/20200922075244
+%%WWWDIR%%/db/schema_migrations/20200922093004
+%%WWWDIR%%/db/schema_migrations/20200922095954
+%%WWWDIR%%/db/schema_migrations/20200922133949
+%%WWWDIR%%/db/schema_migrations/20200922170907
+%%WWWDIR%%/db/schema_migrations/20200922231755
+%%WWWDIR%%/db/schema_migrations/20200923071622
+%%WWWDIR%%/db/schema_migrations/20200923071644
+%%WWWDIR%%/db/schema_migrations/20200923102312
+%%WWWDIR%%/db/schema_migrations/20200923130057
+%%WWWDIR%%/db/schema_migrations/20200923140404
+%%WWWDIR%%/db/schema_migrations/20200924035825
+%%WWWDIR%%/db/schema_migrations/20200925112104
+%%WWWDIR%%/db/schema_migrations/20200925114522
+%%WWWDIR%%/db/schema_migrations/20200925125321
+%%WWWDIR%%/db/schema_migrations/20200925153423
+%%WWWDIR%%/db/schema_migrations/20200925193815
+%%WWWDIR%%/db/schema_migrations/20200925193906
+%%WWWDIR%%/db/schema_migrations/20200925194006
+%%WWWDIR%%/db/schema_migrations/20200927224750
+%%WWWDIR%%/db/schema_migrations/20200928095732
+%%WWWDIR%%/db/schema_migrations/20200928100408
+%%WWWDIR%%/db/schema_migrations/20200928125258
+%%WWWDIR%%/db/schema_migrations/20200928131934
+%%WWWDIR%%/db/schema_migrations/20200928164807
+%%WWWDIR%%/db/schema_migrations/20200928203531
+%%WWWDIR%%/db/schema_migrations/20200928210524
+%%WWWDIR%%/db/schema_migrations/20200928233632
+%%WWWDIR%%/db/schema_migrations/20200929032729
+%%WWWDIR%%/db/schema_migrations/20200929052138
+%%WWWDIR%%/db/schema_migrations/20200929063159
+%%WWWDIR%%/db/schema_migrations/20200929113254
+%%WWWDIR%%/db/schema_migrations/20200929114107
+%%WWWDIR%%/db/schema_migrations/20200930094812
+%%WWWDIR%%/db/schema_migrations/20200930131343
+%%WWWDIR%%/db/schema_migrations/20200930132319
+%%WWWDIR%%/db/schema_migrations/20200930144340
+%%WWWDIR%%/db/schema_migrations/20201001022100
+%%WWWDIR%%/db/schema_migrations/20201001101136
+%%WWWDIR%%/db/schema_migrations/20201002012659
+%%WWWDIR%%/db/schema_migrations/20201002094617
+%%WWWDIR%%/db/schema_migrations/20201002175953
+%%WWWDIR%%/db/schema_migrations/20201004163918
+%%WWWDIR%%/db/schema_migrations/20201005092703
+%%WWWDIR%%/db/schema_migrations/20201005092709
+%%WWWDIR%%/db/schema_migrations/20201005092753
+%%WWWDIR%%/db/schema_migrations/20201005094331
+%%WWWDIR%%/db/schema_migrations/20201005153955
+%%WWWDIR%%/db/schema_migrations/20201006014605
+%%WWWDIR%%/db/schema_migrations/20201007115209
+%%WWWDIR%%/db/schema_migrations/20201009090954
+%%WWWDIR%%/db/schema_migrations/20201012194936
+%%WWWDIR%%/db/schema_migrations/20201014142521
+%%WWWDIR%%/db/schema_migrations/20201014205300
+%%WWWDIR%%/db/schema_migrations/20201015073808
+%%WWWDIR%%/db/schema_migrations/20201015154527
%%WWWDIR%%/db/seeds.rb
%%WWWDIR%%/db/structure.sql
%%WWWDIR%%/doc/.vale/gitlab/Acronyms.yml
+%%WWWDIR%%/doc/.vale/gitlab/Admin.yml
%%WWWDIR%%/doc/.vale/gitlab/AlertBoxStyle.yml
%%WWWDIR%%/doc/.vale/gitlab/BadgeCapitalization.yml
%%WWWDIR%%/doc/.vale/gitlab/British.yml
@@ -12662,6 +13181,9 @@
%%WWWDIR%%/doc/.vale/gitlab/CurrentStatus.yml
%%WWWDIR%%/doc/.vale/gitlab/FirstPerson.yml
%%WWWDIR%%/doc/.vale/gitlab/FutureTense.yml
+%%WWWDIR%%/doc/.vale/gitlab/InclusionAbleism.yml
+%%WWWDIR%%/doc/.vale/gitlab/InclusionCultural.yml
+%%WWWDIR%%/doc/.vale/gitlab/InclusionGender.yml
%%WWWDIR%%/doc/.vale/gitlab/InternalLinkExtension.yml
%%WWWDIR%%/doc/.vale/gitlab/LatinTerms.yml
%%WWWDIR%%/doc/.vale/gitlab/MeaningfulLinkWords.yml
@@ -12732,6 +13254,8 @@
%%WWWDIR%%/doc/administration/geo/disaster_recovery/index.md
%%WWWDIR%%/doc/administration/geo/disaster_recovery/planned_failover.md
%%WWWDIR%%/doc/administration/geo/disaster_recovery/promotion_runbook.md
+%%WWWDIR%%/doc/administration/geo/disaster_recovery/runbooks/planned_failover_multi_node.md
+%%WWWDIR%%/doc/administration/geo/disaster_recovery/runbooks/planned_failover_single_node.md
%%WWWDIR%%/doc/administration/geo/index.md
%%WWWDIR%%/doc/administration/geo/replication/configuration.md
%%WWWDIR%%/doc/administration/geo/replication/database.md
@@ -12743,6 +13267,7 @@
%%WWWDIR%%/doc/administration/geo/replication/geo_validation_tests.md
%%WWWDIR%%/doc/administration/geo/replication/high_availability.md
%%WWWDIR%%/doc/administration/geo/replication/img/adding_a_secondary_node_v13_3.png
+%%WWWDIR%%/doc/administration/geo/replication/img/geo-ha-diagram.png
%%WWWDIR%%/doc/administration/geo/replication/img/geo_architecture.png
%%WWWDIR%%/doc/administration/geo/replication/img/geo_node_dashboard.png
%%WWWDIR%%/doc/administration/geo/replication/img/geo_node_healthcheck.png
@@ -12779,25 +13304,6 @@
%%WWWDIR%%/doc/administration/gitaly/index.md
%%WWWDIR%%/doc/administration/gitaly/praefect.md
%%WWWDIR%%/doc/administration/gitaly/reference.md
-%%WWWDIR%%/doc/administration/high_availability/README.md
-%%WWWDIR%%/doc/administration/high_availability/alpha_database.md
-%%WWWDIR%%/doc/administration/high_availability/consul.md
-%%WWWDIR%%/doc/administration/high_availability/database.md
-%%WWWDIR%%/doc/administration/high_availability/gitaly.md
-%%WWWDIR%%/doc/administration/high_availability/gitlab.md
-%%WWWDIR%%/doc/administration/high_availability/img/fully-distributed.png
-%%WWWDIR%%/doc/administration/high_availability/img/geo-ha-diagram.png
-%%WWWDIR%%/doc/administration/high_availability/img/horizontal.png
-%%WWWDIR%%/doc/administration/high_availability/img/hybrid.png
-%%WWWDIR%%/doc/administration/high_availability/load_balancer.md
-%%WWWDIR%%/doc/administration/high_availability/monitoring_node.md
-%%WWWDIR%%/doc/administration/high_availability/nfs.md
-%%WWWDIR%%/doc/administration/high_availability/nfs_host_client_setup.md
-%%WWWDIR%%/doc/administration/high_availability/object_storage.md
-%%WWWDIR%%/doc/administration/high_availability/pgbouncer.md
-%%WWWDIR%%/doc/administration/high_availability/redis.md
-%%WWWDIR%%/doc/administration/high_availability/redis_source.md
-%%WWWDIR%%/doc/administration/high_availability/sidekiq.md
%%WWWDIR%%/doc/administration/housekeeping.md
%%WWWDIR%%/doc/administration/img/audit_log.png
%%WWWDIR%%/doc/administration/img/auditor_access_form.png
@@ -12882,6 +13388,7 @@
%%WWWDIR%%/doc/administration/operations/index.md
%%WWWDIR%%/doc/administration/operations/moving_repositories.md
%%WWWDIR%%/doc/administration/operations/puma.md
+%%WWWDIR%%/doc/administration/operations/rails_console.md
%%WWWDIR%%/doc/administration/operations/sidekiq_memory_killer.md
%%WWWDIR%%/doc/administration/operations/speed_up_ssh.md
%%WWWDIR%%/doc/administration/operations/ssh_certificates.md
@@ -12914,6 +13421,7 @@
%%WWWDIR%%/doc/administration/raketasks/storage.md
%%WWWDIR%%/doc/administration/raketasks/uploads/migrate.md
%%WWWDIR%%/doc/administration/raketasks/uploads/sanitize.md
+%%WWWDIR%%/doc/administration/read_only_gitlab.md
%%WWWDIR%%/doc/administration/redis/index.md
%%WWWDIR%%/doc/administration/redis/replication_and_failover.md
%%WWWDIR%%/doc/administration/redis/replication_and_failover_external.md
@@ -13013,6 +13521,7 @@
%%WWWDIR%%/doc/api/epics.md
%%WWWDIR%%/doc/api/error_tracking.md
%%WWWDIR%%/doc/api/events.md
+%%WWWDIR%%/doc/api/experiments.md
%%WWWDIR%%/doc/api/feature_flag_specs.md
%%WWWDIR%%/doc/api/feature_flag_user_lists.md
%%WWWDIR%%/doc/api/feature_flags.md
@@ -13034,6 +13543,7 @@
%%WWWDIR%%/doc/api/group_boards.md
%%WWWDIR%%/doc/api/group_clusters.md
%%WWWDIR%%/doc/api/group_import_export.md
+%%WWWDIR%%/doc/api/group_iterations.md
%%WWWDIR%%/doc/api/group_labels.md
%%WWWDIR%%/doc/api/group_level_variables.md
%%WWWDIR%%/doc/api/group_milestones.md
@@ -13045,6 +13555,7 @@
%%WWWDIR%%/doc/api/issue_links.md
%%WWWDIR%%/doc/api/issues.md
%%WWWDIR%%/doc/api/issues_statistics.md
+%%WWWDIR%%/doc/api/iterations.md
%%WWWDIR%%/doc/api/job_artifacts.md
%%WWWDIR%%/doc/api/jobs.md
%%WWWDIR%%/doc/api/keys.md
@@ -13125,15 +13636,10 @@
%%WWWDIR%%/doc/api/vulnerability_exports.md
%%WWWDIR%%/doc/api/vulnerability_findings.md
%%WWWDIR%%/doc/api/wikis.md
-%%WWWDIR%%/doc/articles/artifactory_and_gitlab/index.md
-%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/index.md
-%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ee/index.md
-%%WWWDIR%%/doc/articles/how_to_install_git/index.md
-%%WWWDIR%%/doc/articles/index.md
-%%WWWDIR%%/doc/articles/laravel_with_gitlab_and_envoy/index.md
-%%WWWDIR%%/doc/articles/numerous_undo_possibilities_in_git/index.md
-%%WWWDIR%%/doc/articles/openshift_and_gitlab/index.md
-%%WWWDIR%%/doc/articles/runner_autoscale_aws/index.md
+%%WWWDIR%%/doc/architecture/blueprints/cloud_native_build_logs/index.md
+%%WWWDIR%%/doc/architecture/blueprints/cloud_native_gitlab_pages/index.md
+%%WWWDIR%%/doc/architecture/blueprints/feature_flags_development/index.md
+%%WWWDIR%%/doc/architecture/index.md
%%WWWDIR%%/doc/ci/README.md
%%WWWDIR%%/doc/ci/autodeploy/index.md
%%WWWDIR%%/doc/ci/autodeploy/quick_start_guide.md
@@ -13223,6 +13729,7 @@
%%WWWDIR%%/doc/ci/examples/test_phoenix_app_with_gitlab_ci_cd/index.md
%%WWWDIR%%/doc/ci/git_submodules.md
%%WWWDIR%%/doc/ci/img/add_file_template_11_10.png
+%%WWWDIR%%/doc/ci/img/cf_ec2_diagram_v13_5.png
%%WWWDIR%%/doc/ci/img/ci_lint.png
%%WWWDIR%%/doc/ci/img/ci_lint_dry_run.png
%%WWWDIR%%/doc/ci/img/deployments_view.png
@@ -13242,6 +13749,7 @@
%%WWWDIR%%/doc/ci/img/environments_terminal_button_on_index.png
%%WWWDIR%%/doc/ci/img/environments_terminal_button_on_show.png
%%WWWDIR%%/doc/ci/img/environments_terminal_page.png
+%%WWWDIR%%/doc/ci/img/gitlab_vault_workflow_v13_4.png
%%WWWDIR%%/doc/ci/img/junit_test_report.png
%%WWWDIR%%/doc/ci/img/metrics_reports_advanced_v13_0.png
%%WWWDIR%%/doc/ci/img/metrics_reports_v13_0.png
@@ -13320,6 +13828,7 @@
%%WWWDIR%%/doc/ci/pipelines/index.md
%%WWWDIR%%/doc/ci/pipelines/job_artifacts.md
%%WWWDIR%%/doc/ci/pipelines/pipeline_architectures.md
+%%WWWDIR%%/doc/ci/pipelines/pipeline_artifacts.md
%%WWWDIR%%/doc/ci/pipelines/pipeline_efficiency.md
%%WWWDIR%%/doc/ci/pipelines/schedules.md
%%WWWDIR%%/doc/ci/pipelines/settings.md
@@ -13334,7 +13843,7 @@
%%WWWDIR%%/doc/ci/review_apps/img/enable_review_app_v12_8.png
%%WWWDIR%%/doc/ci/review_apps/img/review_apps_preview_in_mr.png
%%WWWDIR%%/doc/ci/review_apps/img/review_button.png
-%%WWWDIR%%/doc/ci/review_apps/img/toolbar_feeback_form.png
+%%WWWDIR%%/doc/ci/review_apps/img/toolbar_feedback_form_v13_5.png
%%WWWDIR%%/doc/ci/review_apps/img/view_on_env_blob.png
%%WWWDIR%%/doc/ci/review_apps/img/view_on_env_mr.png
%%WWWDIR%%/doc/ci/review_apps/img/view_on_mr_widget.png
@@ -13368,9 +13877,10 @@
%%WWWDIR%%/doc/ci/variables/predefined_variables.md
%%WWWDIR%%/doc/ci/variables/where_variables_can_be_used.md
%%WWWDIR%%/doc/ci/yaml/README.md
+%%WWWDIR%%/doc/ci/yaml/img/ci_config_visualization_hover_v13_5.png
+%%WWWDIR%%/doc/ci/yaml/img/ci_config_visualization_v13_5.png
%%WWWDIR%%/doc/ci/yaml/includes.md
-%%WWWDIR%%/doc/container_registry/README.md
-%%WWWDIR%%/doc/container_registry/troubleshooting.md
+%%WWWDIR%%/doc/ci/yaml/visualization.md
%%WWWDIR%%/doc/customization/branded_login_page.md
%%WWWDIR%%/doc/customization/branded_page_and_email_header.md
%%WWWDIR%%/doc/customization/favicon.md
@@ -13414,10 +13924,13 @@
%%WWWDIR%%/doc/development/cycle_analytics.md
%%WWWDIR%%/doc/development/dangerbot.md
%%WWWDIR%%/doc/development/database/add_foreign_key_to_existing_column.md
+%%WWWDIR%%/doc/development/database/client_side_connection_pool.md
%%WWWDIR%%/doc/development/database/database_reviewer_guidelines.md
%%WWWDIR%%/doc/development/database/index.md
%%WWWDIR%%/doc/development/database/not_null_constraints.md
+%%WWWDIR%%/doc/development/database/setting_multiple_values.md
%%WWWDIR%%/doc/development/database/strings_and_the_text_data_type.md
+%%WWWDIR%%/doc/development/database/table_partitioning.md
%%WWWDIR%%/doc/development/database_debugging.md
%%WWWDIR%%/doc/development/database_query_comments.md
%%WWWDIR%%/doc/development/database_review.md
@@ -13429,9 +13942,11 @@
%%WWWDIR%%/doc/development/doc_styleguide.md
%%WWWDIR%%/doc/development/documentation/feature-change-workflow.md
%%WWWDIR%%/doc/development/documentation/feature_flags.md
+%%WWWDIR%%/doc/development/documentation/graphql_styleguide.md
%%WWWDIR%%/doc/development/documentation/img/manual_build_docs.png
%%WWWDIR%%/doc/development/documentation/improvement-workflow.md
%%WWWDIR%%/doc/development/documentation/index.md
+%%WWWDIR%%/doc/development/documentation/restful_api_styleguide.md
%%WWWDIR%%/doc/development/documentation/site_architecture/deployment_process.md
%%WWWDIR%%/doc/development/documentation/site_architecture/global_nav.md
%%WWWDIR%%/doc/development/documentation/site_architecture/index.md
@@ -13468,6 +13983,7 @@
%%WWWDIR%%/doc/development/fe_guide/img/graphiql_explorer_v12_4.png
%%WWWDIR%%/doc/development/fe_guide/img/webpack_report_v12_8.png
%%WWWDIR%%/doc/development/fe_guide/index.md
+%%WWWDIR%%/doc/development/fe_guide/keyboard_shortcuts.md
%%WWWDIR%%/doc/development/fe_guide/performance.md
%%WWWDIR%%/doc/development/fe_guide/principles.md
%%WWWDIR%%/doc/development/fe_guide/security.md
@@ -13580,6 +14096,10 @@
%%WWWDIR%%/doc/development/polling.md
%%WWWDIR%%/doc/development/polymorphic_associations.md
%%WWWDIR%%/doc/development/post_deployment_migrations.md
+%%WWWDIR%%/doc/development/product_analytics/event_dictionary.md
+%%WWWDIR%%/doc/development/product_analytics/index.md
+%%WWWDIR%%/doc/development/product_analytics/snowplow.md
+%%WWWDIR%%/doc/development/product_analytics/usage_ping.md
%%WWWDIR%%/doc/development/profiling.md
%%WWWDIR%%/doc/development/projections.md
%%WWWDIR%%/doc/development/prometheus.md
@@ -13662,11 +14182,10 @@
%%WWWDIR%%/doc/development/value_stream_analytics.md
%%WWWDIR%%/doc/development/verifying_database_capabilities.md
%%WWWDIR%%/doc/development/what_requires_downtime.md
+%%WWWDIR%%/doc/development/wikis.md
%%WWWDIR%%/doc/development/windows.md
%%WWWDIR%%/doc/development/writing_documentation.md
%%WWWDIR%%/doc/downgrade_ee_to_ce/README.md
-%%WWWDIR%%/doc/getting-started/subscription.md
-%%WWWDIR%%/doc/git_hooks/git_hooks.md
%%WWWDIR%%/doc/gitlab-basics/README.md
%%WWWDIR%%/doc/gitlab-basics/add-file.md
%%WWWDIR%%/doc/gitlab-basics/add-image.md
@@ -13686,29 +14205,7 @@
%%WWWDIR%%/doc/gitlab-basics/img/merge_request_select_branch.png
%%WWWDIR%%/doc/gitlab-basics/img/project_clone_url.png
%%WWWDIR%%/doc/gitlab-basics/start-using-git.md
-%%WWWDIR%%/doc/gitlab-geo/README.md
-%%WWWDIR%%/doc/gitlab-geo/after_setup.md
-%%WWWDIR%%/doc/gitlab-geo/bring-primary-back.md
-%%WWWDIR%%/doc/gitlab-geo/configuration.md
-%%WWWDIR%%/doc/gitlab-geo/configuration_source.md
-%%WWWDIR%%/doc/gitlab-geo/database.md
-%%WWWDIR%%/doc/gitlab-geo/database_source.md
-%%WWWDIR%%/doc/gitlab-geo/disaster-recovery.md
-%%WWWDIR%%/doc/gitlab-geo/docker_registry.md
-%%WWWDIR%%/doc/gitlab-geo/faq.md
-%%WWWDIR%%/doc/gitlab-geo/ha.md
-%%WWWDIR%%/doc/gitlab-geo/object_storage.md
-%%WWWDIR%%/doc/gitlab-geo/planned-failover.md
-%%WWWDIR%%/doc/gitlab-geo/security-review.md
-%%WWWDIR%%/doc/gitlab-geo/ssh.md
-%%WWWDIR%%/doc/gitlab-geo/troubleshooting.md
-%%WWWDIR%%/doc/gitlab-geo/tuning.md
-%%WWWDIR%%/doc/gitlab-geo/updating_the_geo_nodes.md
-%%WWWDIR%%/doc/gitlab-geo/using_a_geo_server.md
-%%WWWDIR%%/doc/hooks/custom_hooks.md
%%WWWDIR%%/doc/img/devops-stages-13_3.png
-%%WWWDIR%%/doc/incoming_email/README.md
-%%WWWDIR%%/doc/incoming_email/postfix.md
%%WWWDIR%%/doc/install/README.md
%%WWWDIR%%/doc/install/aws/img/aws_ha_architecture_diagram.png
%%WWWDIR%%/doc/install/aws/img/create_gateway.png
@@ -13875,7 +14372,6 @@
%%WWWDIR%%/doc/legal/corporate_contributor_license_agreement.md
%%WWWDIR%%/doc/legal/individual_contributor_license_agreement.md
%%WWWDIR%%/doc/license/README.md
-%%WWWDIR%%/doc/logs/logs.md
%%WWWDIR%%/doc/markdown/markdown.md
%%WWWDIR%%/doc/migrate_ci_to_ce/README.md
%%WWWDIR%%/doc/monitoring/health_check.md
@@ -13891,8 +14387,11 @@
%%WWWDIR%%/doc/operations/img/error_details_with_issue_v12_8.png
%%WWWDIR%%/doc/operations/img/error_tracking_list_v12_6.png
%%WWWDIR%%/doc/operations/incident_management/alert_details.md
+%%WWWDIR%%/doc/operations/incident_management/alert_integrations.md
+%%WWWDIR%%/doc/operations/incident_management/alert_notifications.md
%%WWWDIR%%/doc/operations/incident_management/alerts.md
%%WWWDIR%%/doc/operations/incident_management/generic_alerts.md
+%%WWWDIR%%/doc/operations/incident_management/img/alert_detail_activity_feed_v13_5.png
%%WWWDIR%%/doc/operations/incident_management/img/alert_detail_add_todo_v13_1.png
%%WWWDIR%%/doc/operations/incident_management/img/alert_detail_added_todo_v13_1.png
%%WWWDIR%%/doc/operations/incident_management/img/alert_detail_full_v13_1.png
@@ -13907,18 +14406,24 @@
%%WWWDIR%%/doc/operations/incident_management/img/alert_management_severity_v13_0.png
%%WWWDIR%%/doc/operations/incident_management/img/alert_todo_assignees_v13_1.png
%%WWWDIR%%/doc/operations/incident_management/img/incident_alert_details_v13_4.png
+%%WWWDIR%%/doc/operations/incident_management/img/incident_highlight_bar_v13_5.png
%%WWWDIR%%/doc/operations/incident_management/img/incident_list.png
%%WWWDIR%%/doc/operations/incident_management/img/incident_list_create_v13_3.png
%%WWWDIR%%/doc/operations/incident_management/img/incident_list_search_v13_3.png
-%%WWWDIR%%/doc/operations/incident_management/img/incident_list_v13_4.png
+%%WWWDIR%%/doc/operations/incident_management/img/incident_list_v13_5.png
%%WWWDIR%%/doc/operations/incident_management/img/incident_management_settings_v13_3.png
+%%WWWDIR%%/doc/operations/incident_management/img/incident_sla_settings_v13_5.png
+%%WWWDIR%%/doc/operations/incident_management/img/integrations_list_v13_5.png
+%%WWWDIR%%/doc/operations/incident_management/img/link_runbooks_to_alerts_v13_5.png
%%WWWDIR%%/doc/operations/incident_management/img/new_incident_create_v13_4.png
%%WWWDIR%%/doc/operations/incident_management/img/pagerduty_incidents_integration_v13_3.png
%%WWWDIR%%/doc/operations/incident_management/img/status_page_detail_link_v13_1.png
%%WWWDIR%%/doc/operations/incident_management/img/status_page_detail_v12_10.png
%%WWWDIR%%/doc/operations/incident_management/img/status_page_incidents_v12_10.png
+%%WWWDIR%%/doc/operations/incident_management/img/timeline_view_toggle_v13_5.png
%%WWWDIR%%/doc/operations/incident_management/incidents.md
%%WWWDIR%%/doc/operations/incident_management/index.md
+%%WWWDIR%%/doc/operations/incident_management/integrations.md
%%WWWDIR%%/doc/operations/incident_management/status_page.md
%%WWWDIR%%/doc/operations/index.md
%%WWWDIR%%/doc/operations/metrics/alerts.md
@@ -13985,30 +14490,8 @@
%%WWWDIR%%/doc/operations/sidekiq_memory_killer.md
%%WWWDIR%%/doc/operations/tracing.md
%%WWWDIR%%/doc/operations/unicorn.md
-%%WWWDIR%%/doc/pages/README.md
-%%WWWDIR%%/doc/pages/administration.md
-%%WWWDIR%%/doc/pages/getting_started_part_one.md
-%%WWWDIR%%/doc/pages/getting_started_part_three.md
-%%WWWDIR%%/doc/pages/getting_started_part_two.md
%%WWWDIR%%/doc/permissions/permissions.md
%%WWWDIR%%/doc/policy/maintenance.md
-%%WWWDIR%%/doc/profile/README.md
-%%WWWDIR%%/doc/profile/preferences.md
-%%WWWDIR%%/doc/profile/two_factor_authentication.md
-%%WWWDIR%%/doc/project_services/bamboo.md
-%%WWWDIR%%/doc/project_services/bugzilla.md
-%%WWWDIR%%/doc/project_services/emails_on_push.md
-%%WWWDIR%%/doc/project_services/hipchat.md
-%%WWWDIR%%/doc/project_services/irker.md
-%%WWWDIR%%/doc/project_services/jira.md
-%%WWWDIR%%/doc/project_services/kubernetes.md
-%%WWWDIR%%/doc/project_services/mattermost.md
-%%WWWDIR%%/doc/project_services/mattermost_slash_commands.md
-%%WWWDIR%%/doc/project_services/project_services.md
-%%WWWDIR%%/doc/project_services/redmine.md
-%%WWWDIR%%/doc/project_services/services_templates.md
-%%WWWDIR%%/doc/project_services/slack.md
-%%WWWDIR%%/doc/project_services/slack_slash_commands.md
%%WWWDIR%%/doc/public_access/img/project_visibility_confirmation_v12_6.png
%%WWWDIR%%/doc/public_access/public_access.md
%%WWWDIR%%/doc/push_rules/push_rules.md
@@ -14092,12 +14575,15 @@
%%WWWDIR%%/doc/topics/autodevops/quick_start_guide.md
%%WWWDIR%%/doc/topics/autodevops/requirements.md
%%WWWDIR%%/doc/topics/autodevops/stages.md
+%%WWWDIR%%/doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
%%WWWDIR%%/doc/topics/autodevops/upgrading_chart.md
%%WWWDIR%%/doc/topics/autodevops/upgrading_postgresql.md
%%WWWDIR%%/doc/topics/cron/index.md
%%WWWDIR%%/doc/topics/git/feature_branch_development.md
+%%WWWDIR%%/doc/topics/git/git_rebase.md
%%WWWDIR%%/doc/topics/git/how_to_install_git/index.md
%%WWWDIR%%/doc/topics/git/img/create_merge_request_v13_1.png
+%%WWWDIR%%/doc/topics/git/img/git_rebase_v13_5.png
%%WWWDIR%%/doc/topics/git/img/modify_branches_v13_1.png
%%WWWDIR%%/doc/topics/git/index.md
%%WWWDIR%%/doc/topics/git/lfs/img/git-annex-branches.png
@@ -14171,153 +14657,6 @@
%%WWWDIR%%/doc/university/training/topics/tags.md
%%WWWDIR%%/doc/university/training/topics/unstage.md
%%WWWDIR%%/doc/university/training/user_training.md
-%%WWWDIR%%/doc/update/10.0-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.0-to-10.1.md
-%%WWWDIR%%/doc/update/10.1-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.1-to-10.2.md
-%%WWWDIR%%/doc/update/10.2-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.2-to-10.3.md
-%%WWWDIR%%/doc/update/10.3-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.3-to-10.4.md
-%%WWWDIR%%/doc/update/10.4-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.4-to-10.5.md
-%%WWWDIR%%/doc/update/10.5-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.5-to-10.6.md
-%%WWWDIR%%/doc/update/10.6-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.6-to-10.7.md
-%%WWWDIR%%/doc/update/10.7-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.7-to-10.8.md
-%%WWWDIR%%/doc/update/10.8-ce-to-ee.md
-%%WWWDIR%%/doc/update/10.8-to-11.0.md
-%%WWWDIR%%/doc/update/11.0-ce-to-ee.md
-%%WWWDIR%%/doc/update/11.0-to-11.1.md
-%%WWWDIR%%/doc/update/11.1-ce-to-ee.md
-%%WWWDIR%%/doc/update/11.1-to-11.2.md
-%%WWWDIR%%/doc/update/11.2-ce-to-ee.md
-%%WWWDIR%%/doc/update/11.2-to-11.3.md
-%%WWWDIR%%/doc/update/11.3-ce-to-ee.md
-%%WWWDIR%%/doc/update/11.3-to-11.4.md
-%%WWWDIR%%/doc/update/11.4-ce-to-ee.md
-%%WWWDIR%%/doc/update/11.4-to-11.5.md
-%%WWWDIR%%/doc/update/11.5-ce-to-ee.md
-%%WWWDIR%%/doc/update/11.5-to-11.6.md
-%%WWWDIR%%/doc/update/11.6-ce-to-ee.md
-%%WWWDIR%%/doc/update/11.6-to-11.7.md
-%%WWWDIR%%/doc/update/11.7-ce-to-ee.md
-%%WWWDIR%%/doc/update/11.7-to-11.8.md
-%%WWWDIR%%/doc/update/11.8-ce-to-ee.md
-%%WWWDIR%%/doc/update/2.6-to-3.0.md
-%%WWWDIR%%/doc/update/2.9-to-3.0.md
-%%WWWDIR%%/doc/update/3.0-to-3.1.md
-%%WWWDIR%%/doc/update/3.1-to-4.0.md
-%%WWWDIR%%/doc/update/4.0-to-4.1.md
-%%WWWDIR%%/doc/update/4.1-to-4.2.md
-%%WWWDIR%%/doc/update/4.2-to-5.0.md
-%%WWWDIR%%/doc/update/5.0-to-5.1.md
-%%WWWDIR%%/doc/update/5.1-to-5.2.md
-%%WWWDIR%%/doc/update/5.1-to-5.4.md
-%%WWWDIR%%/doc/update/5.1-to-6.0.md
-%%WWWDIR%%/doc/update/5.2-to-5.3.md
-%%WWWDIR%%/doc/update/5.3-to-5.4.md
-%%WWWDIR%%/doc/update/5.4-to-6.0.md
-%%WWWDIR%%/doc/update/6.0-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.0-to-6.1.md
-%%WWWDIR%%/doc/update/6.1-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.1-to-6.2.md
-%%WWWDIR%%/doc/update/6.2-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.2-to-6.3.md
-%%WWWDIR%%/doc/update/6.3-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.3-to-6.4.md
-%%WWWDIR%%/doc/update/6.4-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.4-to-6.5.md
-%%WWWDIR%%/doc/update/6.5-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.5-to-6.6.md
-%%WWWDIR%%/doc/update/6.6-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.6-to-6.7.md
-%%WWWDIR%%/doc/update/6.7-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.7-to-6.8.md
-%%WWWDIR%%/doc/update/6.8-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.8-to-6.9.md
-%%WWWDIR%%/doc/update/6.9-ce-to-ee.md
-%%WWWDIR%%/doc/update/6.9-to-7.0.md
-%%WWWDIR%%/doc/update/6.x-or-7.x-to-7.14.md
-%%WWWDIR%%/doc/update/7.0-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.0-to-7.1.md
-%%WWWDIR%%/doc/update/7.1-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.1-to-7.2.md
-%%WWWDIR%%/doc/update/7.10-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.10-to-7.11.md
-%%WWWDIR%%/doc/update/7.11-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.11-to-7.12.md
-%%WWWDIR%%/doc/update/7.12-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.12-to-7.13.md
-%%WWWDIR%%/doc/update/7.13-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.13-to-7.14.md
-%%WWWDIR%%/doc/update/7.14-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.14-to-8.0.md
-%%WWWDIR%%/doc/update/7.2-to-7.3.md
-%%WWWDIR%%/doc/update/7.3-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.3-to-7.4.md
-%%WWWDIR%%/doc/update/7.4-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.4-to-7.5.md
-%%WWWDIR%%/doc/update/7.5-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.5-to-7.6.md
-%%WWWDIR%%/doc/update/7.6-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.6-to-7.7.md
-%%WWWDIR%%/doc/update/7.7-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.7-to-7.8.md
-%%WWWDIR%%/doc/update/7.8-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.8-to-7.9.md
-%%WWWDIR%%/doc/update/7.9-ce-to-ee.md
-%%WWWDIR%%/doc/update/7.9-to-7.10.md
-%%WWWDIR%%/doc/update/8.0-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.0-to-8.1.md
-%%WWWDIR%%/doc/update/8.1-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.1-to-8.2.md
-%%WWWDIR%%/doc/update/8.10-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.10-to-8.11.md
-%%WWWDIR%%/doc/update/8.11-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.11-to-8.12.md
-%%WWWDIR%%/doc/update/8.12-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.12-to-8.13.md
-%%WWWDIR%%/doc/update/8.13-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.13-to-8.14.md
-%%WWWDIR%%/doc/update/8.14-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.14-to-8.15.md
-%%WWWDIR%%/doc/update/8.15-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.15-to-8.16.md
-%%WWWDIR%%/doc/update/8.16-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.16-to-8.17.md
-%%WWWDIR%%/doc/update/8.17-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.17-to-9.0.md
-%%WWWDIR%%/doc/update/8.2-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.2-to-8.3.md
-%%WWWDIR%%/doc/update/8.3-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.3-to-8.4.md
-%%WWWDIR%%/doc/update/8.4-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.4-to-8.5.md
-%%WWWDIR%%/doc/update/8.5-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.5-to-8.6.md
-%%WWWDIR%%/doc/update/8.6-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.6-to-8.7.md
-%%WWWDIR%%/doc/update/8.7-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.7-to-8.8.md
-%%WWWDIR%%/doc/update/8.8-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.8-to-8.9.md
-%%WWWDIR%%/doc/update/8.9-ce-to-ee.md
-%%WWWDIR%%/doc/update/8.9-to-8.10.md
-%%WWWDIR%%/doc/update/9.0-ce-to-ee.md
-%%WWWDIR%%/doc/update/9.0-to-9.1.md
-%%WWWDIR%%/doc/update/9.1-ce-to-ee.md
-%%WWWDIR%%/doc/update/9.1-to-9.2.md
-%%WWWDIR%%/doc/update/9.2-ce-to-ee.md
-%%WWWDIR%%/doc/update/9.2-to-9.3.md
-%%WWWDIR%%/doc/update/9.3-ce-to-ee.md
-%%WWWDIR%%/doc/update/9.3-to-9.4.md
-%%WWWDIR%%/doc/update/9.4-ce-to-ee.md
-%%WWWDIR%%/doc/update/9.4-to-9.5.md
-%%WWWDIR%%/doc/update/9.5-ce-to-ee.md
-%%WWWDIR%%/doc/update/9.5-to-10.0.md
%%WWWDIR%%/doc/update/README.md
%%WWWDIR%%/doc/update/mysql_to_postgresql.md
%%WWWDIR%%/doc/update/patch_versions.md
@@ -14335,8 +14674,10 @@
%%WWWDIR%%/doc/user/admin_area/analytics/img/cohorts_v13_4.png
%%WWWDIR%%/doc/user/admin_area/analytics/img/dev_ops_report_v13_4.png
%%WWWDIR%%/doc/user/admin_area/analytics/index.md
+%%WWWDIR%%/doc/user/admin_area/analytics/instance_statistics.md
%%WWWDIR%%/doc/user/admin_area/analytics/user_cohorts.md
%%WWWDIR%%/doc/user/admin_area/appearance.md
+%%WWWDIR%%/doc/user/admin_area/approving_users.md
%%WWWDIR%%/doc/user/admin_area/blocking_unblocking_users.md
%%WWWDIR%%/doc/user/admin_area/broadcast_messages.md
%%WWWDIR%%/doc/user/admin_area/credentials_inventory.md
@@ -14347,7 +14688,6 @@
%%WWWDIR%%/doc/user/admin_area/img/abuse_reports_page.png
%%WWWDIR%%/doc/user/admin_area/img/admin_area_settings_button.png
%%WWWDIR%%/doc/user/admin_area/img/admin_labels.png
-%%WWWDIR%%/doc/user/admin_area/img/admin_wrench.png
%%WWWDIR%%/doc/user/admin_area/img/appearance_favicon_v12_3.png
%%WWWDIR%%/doc/user/admin_area/img/appearance_header_footer_v12_3.png
%%WWWDIR%%/doc/user/admin_area/img/appearance_header_logo_v12_3.png
@@ -14357,6 +14697,7 @@
%%WWWDIR%%/doc/user/admin_area/img/appearance_sign_in_v12_3.png
%%WWWDIR%%/doc/user/admin_area/img/broadcast_messages_banner_v12_10.png
%%WWWDIR%%/doc/user/admin_area/img/broadcast_messages_notification_v12_10.png
+%%WWWDIR%%/doc/user/admin_area/img/credentials_inventory_ssh_keys_v13_5.png
%%WWWDIR%%/doc/user/admin_area/img/credentials_inventory_v13_4.png
%%WWWDIR%%/doc/user/admin_area/img/index_runners_search_or_filter.png
%%WWWDIR%%/doc/user/admin_area/img/license_admin_area.png
@@ -14388,13 +14729,11 @@
%%WWWDIR%%/doc/user/admin_area/settings/img/custom_git_clone_url_for_https_v12_4.png
%%WWWDIR%%/doc/user/admin_area/settings/img/disable_signup_v12_7.png
%%WWWDIR%%/doc/user/admin_area/settings/img/domain_denylist.png
-%%WWWDIR%%/doc/user/admin_area/settings/img/email_confirmation_v12_7.png
%%WWWDIR%%/doc/user/admin_area/settings/img/email_notification_for_unknown_sign_ins_v13_2.png
%%WWWDIR%%/doc/user/admin_area/settings/img/enforce_terms.png
%%WWWDIR%%/doc/user/admin_area/settings/img/external_authorization_service_settings.png
%%WWWDIR%%/doc/user/admin_area/settings/img/file_template_admin_area.png
%%WWWDIR%%/doc/user/admin_area/settings/img/file_template_user_dropdown.png
-%%WWWDIR%%/doc/user/admin_area/settings/img/gitaly_timeouts.png
%%WWWDIR%%/doc/user/admin_area/settings/img/group_pipelines_quota.png
%%WWWDIR%%/doc/user/admin_area/settings/img/help_page_help_page_text_ex_v12_3.png
%%WWWDIR%%/doc/user/admin_area/settings/img/help_page_help_page_text_v12_3.png
@@ -14408,6 +14747,7 @@
%%WWWDIR%%/doc/user/admin_area/settings/img/rate_limits_on_raw_endpoints.png
%%WWWDIR%%/doc/user/admin_area/settings/img/respond_to_terms.png
%%WWWDIR%%/doc/user/admin_area/settings/img/restricted_url.png
+%%WWWDIR%%/doc/user/admin_area/settings/img/sign_up_restrictions_v13_5.png
%%WWWDIR%%/doc/user/admin_area/settings/img/sign_up_terms.png
%%WWWDIR%%/doc/user/admin_area/settings/img/two_factor_grace_period.png
%%WWWDIR%%/doc/user/admin_area/settings/img/update-available.png
@@ -14456,7 +14796,7 @@
%%WWWDIR%%/doc/user/application_security/dast/img/dast_on_demand_v13_2.png
%%WWWDIR%%/doc/user/application_security/dast/img/dast_single_v13_0.png
%%WWWDIR%%/doc/user/application_security/dast/img/dast_urls_scanned_v12_10.png
-%%WWWDIR%%/doc/user/application_security/dast/img/dast_v13_2.png
+%%WWWDIR%%/doc/user/application_security/dast/img/dast_v13_4.png
%%WWWDIR%%/doc/user/application_security/dast/index.md
%%WWWDIR%%/doc/user/application_security/dependency_list/img/dependency_list_v12_10.png
%%WWWDIR%%/doc/user/application_security/dependency_list/img/dependency_list_v12_3.png
@@ -14497,15 +14837,15 @@
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/group_security_dashboard_export_csv_v13_1.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/group_security_dashboard_v13_3.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/group_vulnerability_report_v13_4.png
+%%WWWDIR%%/doc/user/application_security/security_dashboard/img/instance_security_center_settings_v13_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/instance_security_dashboard_empty_v13_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/instance_security_dashboard_export_csv_v13_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/instance_security_dashboard_link_v12_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/instance_security_dashboard_v13_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/pipeline_security_dashboard_v13_3.png
+%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_dismissal_v13_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_export_csv_v12_10.png
-%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_v13_0.png
-%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_v13_2.png
-%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_v13_3.png
+%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_v13_5.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/vulnerability_list_table_v13_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/vulnerability_page_v13_1.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/index.md
@@ -14519,6 +14859,7 @@
%%WWWDIR%%/doc/user/award_emojis.md
%%WWWDIR%%/doc/user/clusters/agent/index.md
%%WWWDIR%%/doc/user/clusters/applications.md
+%%WWWDIR%%/doc/user/clusters/cost_management.md
%%WWWDIR%%/doc/user/clusters/crossplane.md
%%WWWDIR%%/doc/user/clusters/environments.md
%%WWWDIR%%/doc/user/clusters/img/advanced-settings-cluster-management-project-v12_5.png
@@ -14526,6 +14867,7 @@
%%WWWDIR%%/doc/user/clusters/img/fluentd_v13_0.png
%%WWWDIR%%/doc/user/clusters/img/jupyter-git-extension.gif
%%WWWDIR%%/doc/user/clusters/img/jupyter-gitclone.png
+%%WWWDIR%%/doc/user/clusters/img/kubecost_v13_5.png
%%WWWDIR%%/doc/user/clusters/img/threat_monitoring_v12_9.png
%%WWWDIR%%/doc/user/clusters/management_project.md
%%WWWDIR%%/doc/user/compliance/compliance_dashboard/img/compliance_dashboard_v13_3_1.png
@@ -14700,6 +15042,7 @@
%%WWWDIR%%/doc/user/img/feature_flags_history_note_info_v13_2.png
%%WWWDIR%%/doc/user/img/feature_highlight_example.png
%%WWWDIR%%/doc/user/img/gitlab_snippet_v13_0.png
+%%WWWDIR%%/doc/user/img/gitlab_snippet_v13_5.png
%%WWWDIR%%/doc/user/img/inline_diff_01_v13_3.png
%%WWWDIR%%/doc/user/img/inline_diff_02_v13_3.png
%%WWWDIR%%/doc/user/img/markdown_audio.mp3
@@ -14729,19 +15072,15 @@
%%WWWDIR%%/doc/user/markdown.md
%%WWWDIR%%/doc/user/operations_dashboard/img/index_operations_dashboard_with_projects.png
%%WWWDIR%%/doc/user/operations_dashboard/index.md
+%%WWWDIR%%/doc/user/packages/composer_repository/img/project_id_v13_5.png
%%WWWDIR%%/doc/user/packages/composer_repository/index.md
-%%WWWDIR%%/doc/user/packages/conan_repository/img/conan_package_view.png
%%WWWDIR%%/doc/user/packages/conan_repository/index.md
-%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_group_repositories_v13_1.png
-%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_repositories_v13_1.png
-%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_repositories_with_quickstart_v13_1.png
-%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_repository_details_v13.0.png
+%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_hover_path_13_4.png
%%WWWDIR%%/doc/user/packages/container_registry/index.md
-%%WWWDIR%%/doc/user/packages/dependency_proxy/img/group_dependency_proxy.png
%%WWWDIR%%/doc/user/packages/dependency_proxy/index.md
+%%WWWDIR%%/doc/user/packages/generic_packages/index.md
%%WWWDIR%%/doc/user/packages/go_proxy/index.md
%%WWWDIR%%/doc/user/packages/index.md
-%%WWWDIR%%/doc/user/packages/maven_repository/img/maven_package_view_v12_6.png
%%WWWDIR%%/doc/user/packages/maven_repository/index.md
%%WWWDIR%%/doc/user/packages/npm_registry/img/npm_package_view_v12_5.png
%%WWWDIR%%/doc/user/packages/npm_registry/index.md
@@ -14851,6 +15190,7 @@
%%WWWDIR%%/doc/user/project/img/issue_board_add_list.png
%%WWWDIR%%/doc/user/project/img/issue_board_assignee_lists.png
%%WWWDIR%%/doc/user/project/img/issue_board_creation.png
+%%WWWDIR%%/doc/user/project/img/issue_board_default_lists_v13_4.png
%%WWWDIR%%/doc/user/project/img/issue_board_edit_button.png
%%WWWDIR%%/doc/user/project/img/issue_board_focus_mode.gif
%%WWWDIR%%/doc/user/project/img/issue_board_milestone_lists.png
@@ -14858,7 +15198,6 @@
%%WWWDIR%%/doc/user/project/img/issue_board_summed_weights.png
%%WWWDIR%%/doc/user/project/img/issue_board_system_notes.png
%%WWWDIR%%/doc/user/project/img/issue_board_view_scope.png
-%%WWWDIR%%/doc/user/project/img/issue_board_welcome_message.png
%%WWWDIR%%/doc/user/project/img/issue_boards_add_issues_modal.png
%%WWWDIR%%/doc/user/project/img/issue_boards_blocked_icon_v12_8.png
%%WWWDIR%%/doc/user/project/img/issue_boards_core.png
@@ -14867,11 +15206,11 @@
%%WWWDIR%%/doc/user/project/img/issue_boards_premium.png
%%WWWDIR%%/doc/user/project/img/issue_boards_remove_issue.png
%%WWWDIR%%/doc/user/project/img/labels_drag_priority_v12_1.gif
-%%WWWDIR%%/doc/user/project/img/labels_key_value_v12_1.png
-%%WWWDIR%%/doc/user/project/img/labels_prioritized_v12_1.png
+%%WWWDIR%%/doc/user/project/img/labels_key_value_v13_5.png
+%%WWWDIR%%/doc/user/project/img/labels_prioritized_v13_5.png
%%WWWDIR%%/doc/user/project/img/labels_sort_label_priority.png
%%WWWDIR%%/doc/user/project/img/labels_sort_priority.png
-%%WWWDIR%%/doc/user/project/img/labels_subscriptions_v12_1.png
+%%WWWDIR%%/doc/user/project/img/labels_subscriptions_v13_5.png
%%WWWDIR%%/doc/user/project/img/lfs_locked_files_v13_2.png
%%WWWDIR%%/doc/user/project/img/project_overview_badges.png
%%WWWDIR%%/doc/user/project/img/project_repository_settings.png
@@ -15080,9 +15419,8 @@
%%WWWDIR%%/doc/user/project/issues/img/design_management_v12_3.png
%%WWWDIR%%/doc/user/project/issues/img/design_management_v13_2.png
%%WWWDIR%%/doc/user/project/issues/img/design_modified_v12_3.png
-%%WWWDIR%%/doc/user/project/issues/img/design_todo_button_v13_4.png
+%%WWWDIR%%/doc/user/project/issues/img/design_todo_button_v13_5.png
%%WWWDIR%%/doc/user/project/issues/img/design_zooming_v12_7.png
-%%WWWDIR%%/doc/user/project/issues/img/designs_reordering_v13_3.gif
%%WWWDIR%%/doc/user/project/issues/img/disable_issue_auto_close.png
%%WWWDIR%%/doc/user/project/issues/img/due_dates_create.png
%%WWWDIR%%/doc/user/project/issues/img/due_dates_edit_sidebar.png
@@ -15183,6 +15521,7 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_mr_timeline_v12_9.png
%%WWWDIR%%/doc/user/project/merge_requests/img/code_quality.png
%%WWWDIR%%/doc/user/project/merge_requests/img/comment-on-any-diff-line.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/commit_nav_v13_4.png
%%WWWDIR%%/doc/user/project/merge_requests/img/conflict_section.png
%%WWWDIR%%/doc/user/project/merge_requests/img/create_from_email.png
%%WWWDIR%%/doc/user/project/merge_requests/img/create_merge_request_button_v12_6.png
@@ -15248,8 +15587,13 @@
%%WWWDIR%%/doc/user/project/merge_requests/testing_and_reports_in_merge_requests.md
%%WWWDIR%%/doc/user/project/merge_requests/versions.md
%%WWWDIR%%/doc/user/project/merge_requests/work_in_progress_merge_requests.md
+%%WWWDIR%%/doc/user/project/milestones/burndown_and_burnup_charts.md
%%WWWDIR%%/doc/user/project/milestones/burndown_charts.md
-%%WWWDIR%%/doc/user/project/milestones/img/burndown_chart.png
+%%WWWDIR%%/doc/user/project/milestones/img/burndown_and_burnup_charts_v13_5.png
+%%WWWDIR%%/doc/user/project/milestones/img/burndown_chart_fixed_v13_5.png
+%%WWWDIR%%/doc/user/project/milestones/img/burndown_chart_legacy_v13_5.png
+%%WWWDIR%%/doc/user/project/milestones/img/burndown_chart_v13_5.png
+%%WWWDIR%%/doc/user/project/milestones/img/burnup_chart_v13_5.png
%%WWWDIR%%/doc/user/project/milestones/img/milestones_new_group_milestone.png
%%WWWDIR%%/doc/user/project/milestones/img/milestones_new_project_milestone.png
%%WWWDIR%%/doc/user/project/milestones/img/milestones_project_milestone_page.png
@@ -15395,8 +15739,10 @@
%%WWWDIR%%/doc/user/project/repository/repository_mirroring.md
%%WWWDIR%%/doc/user/project/repository/web_editor.md
%%WWWDIR%%/doc/user/project/repository/x509_signed_commits/index.md
+%%WWWDIR%%/doc/user/project/requirements/img/requirement_create_v13_5.png
+%%WWWDIR%%/doc/user/project/requirements/img/requirement_view_v13_5.png
%%WWWDIR%%/doc/user/project/requirements/img/requirements_archived_list_view_v13_1.png
-%%WWWDIR%%/doc/user/project/requirements/img/requirements_list_v13_1.png
+%%WWWDIR%%/doc/user/project/requirements/img/requirements_list_v13_5.png
%%WWWDIR%%/doc/user/project/requirements/index.md
%%WWWDIR%%/doc/user/project/security_dashboard.md
%%WWWDIR%%/doc/user/project/service_desk.md
@@ -15413,6 +15759,7 @@
%%WWWDIR%%/doc/user/project/settings/project_access_tokens.md
%%WWWDIR%%/doc/user/project/slash_commands.md
%%WWWDIR%%/doc/user/project/static_site_editor/img/edit_this_page_button_v12_10.png
+%%WWWDIR%%/doc/user/project/static_site_editor/img/front_matter_ui_v13_4.png
%%WWWDIR%%/doc/user/project/static_site_editor/img/wysiwyg_editor_v13_3.png
%%WWWDIR%%/doc/user/project/static_site_editor/index.md
%%WWWDIR%%/doc/user/project/status_page/index.md
@@ -15432,12 +15779,14 @@
%%WWWDIR%%/doc/user/project/wiki/img/wiki_move_page_2.png
%%WWWDIR%%/doc/user/project/wiki/img/wiki_page_diffs_v13_2.png
%%WWWDIR%%/doc/user/project/wiki/img/wiki_page_history.png
-%%WWWDIR%%/doc/user/project/wiki/img/wiki_sidebar.png
+%%WWWDIR%%/doc/user/project/wiki/img/wiki_sidebar_v13_5.png
%%WWWDIR%%/doc/user/project/wiki/index.md
%%WWWDIR%%/doc/user/reserved_names.md
%%WWWDIR%%/doc/user/search/advanced_global_search.md
%%WWWDIR%%/doc/user/search/advanced_search_syntax.md
%%WWWDIR%%/doc/user/search/img/advanced_global_search.png
+%%WWWDIR%%/doc/user/search/img/basic_search.png
+%%WWWDIR%%/doc/user/search/img/basic_search_results.png
%%WWWDIR%%/doc/user/search/img/dashboard_links.png
%%WWWDIR%%/doc/user/search/img/filter_approved_by_merge_requests_v13_0.png
%%WWWDIR%%/doc/user/search/img/filter_approver_merge_requests.png
@@ -15460,51 +15809,6 @@
%%WWWDIR%%/doc/user/snippets.md
%%WWWDIR%%/doc/user/todos.md
%%WWWDIR%%/doc/user/upgrade_email_bypass.md
-%%WWWDIR%%/doc/web_hooks/web_hooks.md
-%%WWWDIR%%/doc/workflow/README.md
-%%WWWDIR%%/doc/workflow/add-user/add-user.md
-%%WWWDIR%%/doc/workflow/authorization_for_merge_requests.md
-%%WWWDIR%%/doc/workflow/award_emoji.md
-%%WWWDIR%%/doc/workflow/cherry_pick_changes.md
-%%WWWDIR%%/doc/workflow/ff_merge.md
-%%WWWDIR%%/doc/workflow/file_finder.md
-%%WWWDIR%%/doc/workflow/forking_workflow.md
-%%WWWDIR%%/doc/workflow/git_annex.md
-%%WWWDIR%%/doc/workflow/git_lfs.md
-%%WWWDIR%%/doc/workflow/gitlab_flow.md
-%%WWWDIR%%/doc/workflow/groups.md
-%%WWWDIR%%/doc/workflow/importing/README.md
-%%WWWDIR%%/doc/workflow/importing/import_projects_from_bitbucket.md
-%%WWWDIR%%/doc/workflow/importing/import_projects_from_fogbugz.md
-%%WWWDIR%%/doc/workflow/importing/import_projects_from_gitea.md
-%%WWWDIR%%/doc/workflow/importing/import_projects_from_github.md
-%%WWWDIR%%/doc/workflow/importing/import_projects_from_gitlab_com.md
-%%WWWDIR%%/doc/workflow/importing/migrating_from_svn.md
-%%WWWDIR%%/doc/workflow/issue_weight.md
-%%WWWDIR%%/doc/workflow/labels.md
-%%WWWDIR%%/doc/workflow/lfs/lfs_administration.md
-%%WWWDIR%%/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
-%%WWWDIR%%/doc/workflow/lfs/migrate_from_git_annex_to_git_lfs.md
-%%WWWDIR%%/doc/workflow/merge_request_approvals.md
-%%WWWDIR%%/doc/workflow/merge_requests.md
-%%WWWDIR%%/doc/workflow/merge_when_build_succeeds.md
-%%WWWDIR%%/doc/workflow/milestones.md
-%%WWWDIR%%/doc/workflow/notifications.md
-%%WWWDIR%%/doc/workflow/project_features.md
-%%WWWDIR%%/doc/workflow/protected_branches.md
-%%WWWDIR%%/doc/workflow/rebase_before_merge.md
-%%WWWDIR%%/doc/workflow/releases.md
-%%WWWDIR%%/doc/workflow/repository_mirroring.md
-%%WWWDIR%%/doc/workflow/revert_changes.md
-%%WWWDIR%%/doc/workflow/share_projects_with_other_groups.md
-%%WWWDIR%%/doc/workflow/share_with_group.md
-%%WWWDIR%%/doc/workflow/shortcuts.md
-%%WWWDIR%%/doc/workflow/time_tracking.md
-%%WWWDIR%%/doc/workflow/timezone.md
-%%WWWDIR%%/doc/workflow/todos.md
-%%WWWDIR%%/doc/workflow/web_editor.md
-%%WWWDIR%%/doc/workflow/wip_merge_requests.md
-%%WWWDIR%%/doc/workflow/workflow.md
%%WWWDIR%%/docker-compose.yml
%%WWWDIR%%/docker/README.md
%%WWWDIR%%/file_hooks/examples/save_to_file.clj
@@ -15516,6 +15820,7 @@
%%WWWDIR%%/generator_templates/active_record/migration/create_table_migration.rb
%%WWWDIR%%/generator_templates/active_record/migration/migration.rb
%%WWWDIR%%/generator_templates/rails/post_deployment_migration/migration.rb
+%%WWWDIR%%/geo_architecture.png
%%WWWDIR%%/haml_lint/inline_javascript.rb
%%WWWDIR%%/haml_lint/linter/documentation_links.rb
%%WWWDIR%%/haml_lint/linter/no_plain_nodes.rb
@@ -15534,6 +15839,7 @@
%%WWWDIR%%/lib/api/avatar.rb
%%WWWDIR%%/lib/api/award_emoji.rb
%%WWWDIR%%/lib/api/badges.rb
+%%WWWDIR%%/lib/api/base.rb
%%WWWDIR%%/lib/api/boards.rb
%%WWWDIR%%/lib/api/boards_responses.rb
%%WWWDIR%%/lib/api/branches.rb
@@ -15550,6 +15856,9 @@
%%WWWDIR%%/lib/api/conan_project_packages.rb
%%WWWDIR%%/lib/api/container_registry_event.rb
%%WWWDIR%%/lib/api/custom_attributes_endpoints.rb
+%%WWWDIR%%/lib/api/debian_group_packages.rb
+%%WWWDIR%%/lib/api/debian_package_endpoints.rb
+%%WWWDIR%%/lib/api/debian_project_packages.rb
%%WWWDIR%%/lib/api/deploy_keys.rb
%%WWWDIR%%/lib/api/deploy_tokens.rb
%%WWWDIR%%/lib/api/deployments.rb
@@ -15580,6 +15889,7 @@
%%WWWDIR%%/lib/api/entities/ci/job_artifact_file.rb
%%WWWDIR%%/lib/api/entities/ci/job_basic.rb
%%WWWDIR%%/lib/api/entities/ci/job_basic_with_project.rb
+%%WWWDIR%%/lib/api/entities/ci/lint/result.rb
%%WWWDIR%%/lib/api/entities/ci/pipeline.rb
%%WWWDIR%%/lib/api/entities/ci/pipeline_basic.rb
%%WWWDIR%%/lib/api/entities/ci/pipeline_schedule.rb
@@ -15625,6 +15935,12 @@
%%WWWDIR%%/lib/api/entities/event.rb
%%WWWDIR%%/lib/api/entities/external_issue.rb
%%WWWDIR%%/lib/api/entities/feature.rb
+%%WWWDIR%%/lib/api/entities/feature_flag.rb
+%%WWWDIR%%/lib/api/entities/feature_flag/detailed_legacy_scope.rb
+%%WWWDIR%%/lib/api/entities/feature_flag/legacy_scope.rb
+%%WWWDIR%%/lib/api/entities/feature_flag/scope.rb
+%%WWWDIR%%/lib/api/entities/feature_flag/strategy.rb
+%%WWWDIR%%/lib/api/entities/feature_flag/user_list.rb
%%WWWDIR%%/lib/api/entities/feature_gate.rb
%%WWWDIR%%/lib/api/entities/freeze_period.rb
%%WWWDIR%%/lib/api/entities/global_notification_setting.rb
@@ -15761,6 +16077,10 @@
%%WWWDIR%%/lib/api/entities/todo.rb
%%WWWDIR%%/lib/api/entities/tree_object.rb
%%WWWDIR%%/lib/api/entities/trigger.rb
+%%WWWDIR%%/lib/api/entities/unleash_feature.rb
+%%WWWDIR%%/lib/api/entities/unleash_gitlab_user_list_strategy.rb
+%%WWWDIR%%/lib/api/entities/unleash_legacy_strategy.rb
+%%WWWDIR%%/lib/api/entities/unleash_strategy.rb
%%WWWDIR%%/lib/api/entities/user.rb
%%WWWDIR%%/lib/api/entities/user_activity.rb
%%WWWDIR%%/lib/api/entities/user_agent_detail.rb
@@ -15781,6 +16101,9 @@
%%WWWDIR%%/lib/api/environments.rb
%%WWWDIR%%/lib/api/error_tracking.rb
%%WWWDIR%%/lib/api/events.rb
+%%WWWDIR%%/lib/api/feature_flag_scopes.rb
+%%WWWDIR%%/lib/api/feature_flags.rb
+%%WWWDIR%%/lib/api/feature_flags_user_lists.rb
%%WWWDIR%%/lib/api/features.rb
%%WWWDIR%%/lib/api/files.rb
%%WWWDIR%%/lib/api/freeze_periods.rb
@@ -15840,6 +16163,7 @@
%%WWWDIR%%/lib/api/import_github.rb
%%WWWDIR%%/lib/api/internal/base.rb
%%WWWDIR%%/lib/api/internal/kubernetes.rb
+%%WWWDIR%%/lib/api/internal/lfs.rb
%%WWWDIR%%/lib/api/internal/pages.rb
%%WWWDIR%%/lib/api/issue_links.rb
%%WWWDIR%%/lib/api/issues.rb
@@ -15906,9 +16230,11 @@
%%WWWDIR%%/lib/api/tags.rb
%%WWWDIR%%/lib/api/templates.rb
%%WWWDIR%%/lib/api/terraform/state.rb
+%%WWWDIR%%/lib/api/terraform/state_version.rb
%%WWWDIR%%/lib/api/time_tracking_endpoints.rb
%%WWWDIR%%/lib/api/todos.rb
%%WWWDIR%%/lib/api/triggers.rb
+%%WWWDIR%%/lib/api/unleash.rb
%%WWWDIR%%/lib/api/usage_data.rb
%%WWWDIR%%/lib/api/user_counts.rb
%%WWWDIR%%/lib/api/users.rb
@@ -15952,7 +16278,7 @@
%%WWWDIR%%/lib/backup/manager.rb
%%WWWDIR%%/lib/backup/pages.rb
%%WWWDIR%%/lib/backup/registry.rb
-%%WWWDIR%%/lib/backup/repository.rb
+%%WWWDIR%%/lib/backup/repositories.rb
%%WWWDIR%%/lib/backup/uploads.rb
%%WWWDIR%%/lib/banzai.rb
%%WWWDIR%%/lib/banzai/color_parser.rb
@@ -16147,7 +16473,6 @@
%%WWWDIR%%/lib/gitlab/access.rb
%%WWWDIR%%/lib/gitlab/access/branch_protection.rb
%%WWWDIR%%/lib/gitlab/action_cable/config.rb
-%%WWWDIR%%/lib/gitlab/alert_management/alert_params.rb
%%WWWDIR%%/lib/gitlab/alert_management/alert_status_counts.rb
%%WWWDIR%%/lib/gitlab/alert_management/fingerprint.rb
%%WWWDIR%%/lib/gitlab/alert_management/payload.rb
@@ -16155,9 +16480,6 @@
%%WWWDIR%%/lib/gitlab/alert_management/payload/generic.rb
%%WWWDIR%%/lib/gitlab/alert_management/payload/managed_prometheus.rb
%%WWWDIR%%/lib/gitlab/alert_management/payload/prometheus.rb
-%%WWWDIR%%/lib/gitlab/alerting/alert.rb
-%%WWWDIR%%/lib/gitlab/alerting/alert_annotation.rb
-%%WWWDIR%%/lib/gitlab/alerting/notification_payload_parser.rb
%%WWWDIR%%/lib/gitlab/allowable.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/base_query_builder.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/data_collector.rb
@@ -16225,6 +16547,9 @@
%%WWWDIR%%/lib/gitlab/auth/o_auth/session.rb
%%WWWDIR%%/lib/gitlab/auth/o_auth/user.rb
%%WWWDIR%%/lib/gitlab/auth/omniauth_identity_linker_base.rb
+%%WWWDIR%%/lib/gitlab/auth/otp/strategies/base.rb
+%%WWWDIR%%/lib/gitlab/auth/otp/strategies/devise.rb
+%%WWWDIR%%/lib/gitlab/auth/otp/strategies/forti_authenticator.rb
%%WWWDIR%%/lib/gitlab/auth/request_authenticator.rb
%%WWWDIR%%/lib/gitlab/auth/result.rb
%%WWWDIR%%/lib/gitlab/auth/saml/auth_hash.rb
@@ -16241,6 +16566,7 @@
%%WWWDIR%%/lib/gitlab/background_migration.rb
%%WWWDIR%%/lib/gitlab/background_migration/.rubocop.yml
%%WWWDIR%%/lib/gitlab/background_migration/add_merge_request_diff_commits_count.rb
+%%WWWDIR%%/lib/gitlab/background_migration/add_modified_to_approval_merge_request_rule.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_deployment_clusters_from_deployments.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_designs_relative_position.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_environment_id_deployment_merge_requests.rb
@@ -16287,6 +16613,7 @@
%%WWWDIR%%/lib/gitlab/background_migration/migrate_security_scans.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_stage_status.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_to_hashed_storage.rb
+%%WWWDIR%%/lib/gitlab/background_migration/migrate_u2f_webauthn.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_users_bio_to_user_details.rb
%%WWWDIR%%/lib/gitlab/background_migration/move_epic_issues_after_epics.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_any_approval_rule_for_merge_requests.rb
@@ -16302,14 +16629,17 @@
%%WWWDIR%%/lib/gitlab/background_migration/recalculate_project_authorizations.rb
%%WWWDIR%%/lib/gitlab/background_migration/recalculate_project_authorizations_with_min_max_user_id.rb
%%WWWDIR%%/lib/gitlab/background_migration/remove_duplicate_cs_findings.rb
+%%WWWDIR%%/lib/gitlab/background_migration/remove_duplicated_cs_findings_without_vulnerability_id.rb
%%WWWDIR%%/lib/gitlab/background_migration/remove_undefined_occurrence_confidence_level.rb
%%WWWDIR%%/lib/gitlab/background_migration/remove_undefined_occurrence_severity_level.rb
%%WWWDIR%%/lib/gitlab/background_migration/remove_undefined_vulnerability_confidence_level.rb
%%WWWDIR%%/lib/gitlab/background_migration/remove_undefined_vulnerability_severity_level.rb
+%%WWWDIR%%/lib/gitlab/background_migration/replace_blocked_by_links.rb
%%WWWDIR%%/lib/gitlab/background_migration/reset_merge_status.rb
%%WWWDIR%%/lib/gitlab/background_migration/set_merge_request_diff_files_count.rb
%%WWWDIR%%/lib/gitlab/background_migration/set_null_external_diff_store_to_local_value.rb
%%WWWDIR%%/lib/gitlab/background_migration/set_null_package_files_file_store_to_local_value.rb
+%%WWWDIR%%/lib/gitlab/background_migration/sync_blocking_issues_count.rb
%%WWWDIR%%/lib/gitlab/background_migration/sync_issues_state_id.rb
%%WWWDIR%%/lib/gitlab/background_migration/sync_merge_requests_state_id.rb
%%WWWDIR%%/lib/gitlab/background_migration/update_existing_subgroup_to_match_visibility_level_of_parent.rb
@@ -16318,16 +16648,22 @@
%%WWWDIR%%/lib/gitlab/background_migration/update_vulnerabilities_to_dismissed.rb
%%WWWDIR%%/lib/gitlab/background_migration/update_vulnerability_confidence.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/create_resource_user_mention.rb
+%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/lib/banzai/reference_parser.rb
+%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/lib/banzai/reference_parser/isolated_mentioned_group_parser.rb
+%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/lib/gitlab/isolated_reference_extractor.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/commit.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/commit_user_mention.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/concerns/isolated_mentionable.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/concerns/mentionable_migration_methods.rb
+%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/concerns/namespace/recursive_traversal.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/design_management/design.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/design_user_mention.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/epic.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/epic_user_mention.rb
+%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/group.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/merge_request.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/merge_request_user_mention.rb
+%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/namespace.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/note.rb
%%WWWDIR%%/lib/gitlab/background_migration/wrongfully_confirmed_email_unconfirmer.rb
%%WWWDIR%%/lib/gitlab/backtrace_cleaner.rb
@@ -16354,6 +16690,7 @@
%%WWWDIR%%/lib/gitlab/blob_helper.rb
%%WWWDIR%%/lib/gitlab/branch_push_merge_commit_analyzer.rb
%%WWWDIR%%/lib/gitlab/build_access.rb
+%%WWWDIR%%/lib/gitlab/bulk_import/client.rb
%%WWWDIR%%/lib/gitlab/cache/ci/project_pipeline_status.rb
%%WWWDIR%%/lib/gitlab/cache/import/caching.rb
%%WWWDIR%%/lib/gitlab/cache/request_cache.rb
@@ -16576,14 +16913,18 @@
%%WWWDIR%%/lib/gitlab/ci/reports/test_suite.rb
%%WWWDIR%%/lib/gitlab/ci/reports/test_suite_comparer.rb
%%WWWDIR%%/lib/gitlab/ci/reports/test_suite_summary.rb
+%%WWWDIR%%/lib/gitlab/ci/runner/backoff.rb
%%WWWDIR%%/lib/gitlab/ci/runner_instructions.rb
%%WWWDIR%%/lib/gitlab/ci/runner_instructions/templates/linux/install.sh
%%WWWDIR%%/lib/gitlab/ci/runner_instructions/templates/osx/install.sh
%%WWWDIR%%/lib/gitlab/ci/runner_instructions/templates/windows/install.ps1
%%WWWDIR%%/lib/gitlab/ci/snippets/review_app_default.yml
+%%WWWDIR%%/lib/gitlab/ci/status/bridge/action.rb
%%WWWDIR%%/lib/gitlab/ci/status/bridge/common.rb
%%WWWDIR%%/lib/gitlab/ci/status/bridge/factory.rb
%%WWWDIR%%/lib/gitlab/ci/status/bridge/failed.rb
+%%WWWDIR%%/lib/gitlab/ci/status/bridge/manual.rb
+%%WWWDIR%%/lib/gitlab/ci/status/bridge/play.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/action.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/cancelable.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/canceled.rb
@@ -16633,6 +16974,7 @@
%%WWWDIR%%/lib/gitlab/ci/status/success_warning.rb
%%WWWDIR%%/lib/gitlab/ci/status/waiting_for_resource.rb
%%WWWDIR%%/lib/gitlab/ci/templates/.yamllint
+%%WWWDIR%%/lib/gitlab/ci/templates/AWS/CF-Provision-and-Deploy-EC2.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/AWS/Deploy-ECS.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Android.gitlab-ci.yml
@@ -16654,10 +16996,13 @@
%%WWWDIR%%/lib/gitlab/ci/templates/Grails.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Browser-Performance-Testing.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Build.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/CF-Provision.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Code-Intelligence.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/DAST-Default-Branch-Deploy.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Deploy.latest.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Deploy/EC2.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Load-Performance-Testing.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Test.gitlab-ci.yml
@@ -16706,6 +17051,8 @@
%%WWWDIR%%/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Swift.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Verify/Accessibility.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Verify/Browser-Performance.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Verify/FailFast.gitlab-ci.yml
@@ -16718,6 +17065,7 @@
%%WWWDIR%%/lib/gitlab/ci/templates/index.md
%%WWWDIR%%/lib/gitlab/ci/templates/npm.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/trace.rb
+%%WWWDIR%%/lib/gitlab/ci/trace/checksum.rb
%%WWWDIR%%/lib/gitlab/ci/trace/chunked_io.rb
%%WWWDIR%%/lib/gitlab/ci/trace/metrics.rb
%%WWWDIR%%/lib/gitlab/ci/trace/section_parser.rb
@@ -16748,6 +17096,8 @@
%%WWWDIR%%/lib/gitlab/config/entry/array_of_strings.rb
%%WWWDIR%%/lib/gitlab/config/entry/attributable.rb
%%WWWDIR%%/lib/gitlab/config/entry/boolean.rb
+%%WWWDIR%%/lib/gitlab/config/entry/composable_array.rb
+%%WWWDIR%%/lib/gitlab/config/entry/composable_hash.rb
%%WWWDIR%%/lib/gitlab/config/entry/configurable.rb
%%WWWDIR%%/lib/gitlab/config/entry/factory.rb
%%WWWDIR%%/lib/gitlab/config/entry/inheritable.rb
@@ -16834,7 +17184,7 @@
%%WWWDIR%%/lib/gitlab/database.rb
%%WWWDIR%%/lib/gitlab/database/background_migration_job.rb
%%WWWDIR%%/lib/gitlab/database/batch_count.rb
-%%WWWDIR%%/lib/gitlab/database/concurrent_reindex.rb
+%%WWWDIR%%/lib/gitlab/database/bulk_update.rb
%%WWWDIR%%/lib/gitlab/database/connection_timer.rb
%%WWWDIR%%/lib/gitlab/database/count.rb
%%WWWDIR%%/lib/gitlab/database/count/exact_count_strategy.rb
@@ -16859,10 +17209,15 @@
%%WWWDIR%%/lib/gitlab/database/partitioning_migration_helpers/partitioned_foreign_key.rb
%%WWWDIR%%/lib/gitlab/database/partitioning_migration_helpers/partitioned_foreign_key_validator.rb
%%WWWDIR%%/lib/gitlab/database/partitioning_migration_helpers/table_management_helpers.rb
+%%WWWDIR%%/lib/gitlab/database/postgres_index.rb
%%WWWDIR%%/lib/gitlab/database/postgresql_adapter/dump_schema_versions_mixin.rb
%%WWWDIR%%/lib/gitlab/database/postgresql_adapter/force_disconnectable_mixin.rb
%%WWWDIR%%/lib/gitlab/database/postgresql_database_tasks/load_schema_versions_mixin.rb
%%WWWDIR%%/lib/gitlab/database/read_only_relation.rb
+%%WWWDIR%%/lib/gitlab/database/reindexing.rb
+%%WWWDIR%%/lib/gitlab/database/reindexing/concurrent_reindex.rb
+%%WWWDIR%%/lib/gitlab/database/reindexing/coordinator.rb
+%%WWWDIR%%/lib/gitlab/database/reindexing/reindex_action.rb
%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1.rb
%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/migration_classes.rb
%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_base.rb
@@ -16904,6 +17259,7 @@
%%WWWDIR%%/lib/gitlab/dependency_linker/podspec_json_linker.rb
%%WWWDIR%%/lib/gitlab/dependency_linker/podspec_linker.rb
%%WWWDIR%%/lib/gitlab/dependency_linker/requirements_txt_linker.rb
+%%WWWDIR%%/lib/gitlab/design_management/copy_design_collection_model_attributes.yml
%%WWWDIR%%/lib/gitlab/devise_failure.rb
%%WWWDIR%%/lib/gitlab/diff/diff_refs.rb
%%WWWDIR%%/lib/gitlab/diff/file.rb
@@ -17191,6 +17547,7 @@
%%WWWDIR%%/lib/gitlab/graphql/externally_paginated_array.rb
%%WWWDIR%%/lib/gitlab/graphql/find_argument_in_parent.rb
%%WWWDIR%%/lib/gitlab/graphql/generic_tracing.rb
+%%WWWDIR%%/lib/gitlab/graphql/global_id_compatibility.rb
%%WWWDIR%%/lib/gitlab/graphql/lazy.rb
%%WWWDIR%%/lib/gitlab/graphql/loaders/batch_lfs_oid_loader.rb
%%WWWDIR%%/lib/gitlab/graphql/loaders/batch_model_loader.rb
@@ -17199,7 +17556,6 @@
%%WWWDIR%%/lib/gitlab/graphql/loaders/full_path_model_loader.rb
%%WWWDIR%%/lib/gitlab/graphql/loaders/issuable_loader.rb
%%WWWDIR%%/lib/gitlab/graphql/markdown_field.rb
-%%WWWDIR%%/lib/gitlab/graphql/markdown_field/resolver.rb
%%WWWDIR%%/lib/gitlab/graphql/mount_mutation.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/connections.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/externally_paginated_array_connection.rb
@@ -17207,6 +17563,7 @@
%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/conditions/not_null_condition.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/conditions/null_condition.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/connection.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/last_items.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/order_info.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/query_builder.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/offset_active_record_relation_connection.rb
@@ -17311,6 +17668,8 @@
%%WWWDIR%%/lib/gitlab/import_export/project/import_task.rb
%%WWWDIR%%/lib/gitlab/import_export/project/object_builder.rb
%%WWWDIR%%/lib/gitlab/import_export/project/relation_factory.rb
+%%WWWDIR%%/lib/gitlab/import_export/project/sample/date_calculator.rb
+%%WWWDIR%%/lib/gitlab/import_export/project/sample/sample_data_relation_tree_restorer.rb
%%WWWDIR%%/lib/gitlab/import_export/project/tree_restorer.rb
%%WWWDIR%%/lib/gitlab/import_export/project/tree_saver.rb
%%WWWDIR%%/lib/gitlab/import_export/reader.rb
@@ -17427,6 +17786,7 @@
%%WWWDIR%%/lib/gitlab/loop_helpers.rb
%%WWWDIR%%/lib/gitlab/mail_room.rb
%%WWWDIR%%/lib/gitlab/manifest_import/manifest.rb
+%%WWWDIR%%/lib/gitlab/manifest_import/metadata.rb
%%WWWDIR%%/lib/gitlab/manifest_import/project_creator.rb
%%WWWDIR%%/lib/gitlab/marginalia.rb
%%WWWDIR%%/lib/gitlab/marginalia/active_record_instrumentation.rb
@@ -17452,6 +17812,7 @@
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/base_stage.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/cluster_endpoint_inserter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/common_metrics_inserter.rb
+%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/custom_dashboard_metrics_inserter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/custom_metrics_details_inserter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/custom_metrics_inserter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/grafana_formatter.rb
@@ -17513,6 +17874,7 @@
%%WWWDIR%%/lib/gitlab/middleware/basic_health_check.rb
%%WWWDIR%%/lib/gitlab/middleware/go.rb
%%WWWDIR%%/lib/gitlab/middleware/handle_ip_spoof_attack_error.rb
+%%WWWDIR%%/lib/gitlab/middleware/handle_null_bytes.rb
%%WWWDIR%%/lib/gitlab/middleware/multipart.rb
%%WWWDIR%%/lib/gitlab/middleware/rails_queue_duration.rb
%%WWWDIR%%/lib/gitlab/middleware/read_only.rb
@@ -17660,6 +18022,7 @@
%%WWWDIR%%/lib/gitlab/rugged_instrumentation.rb
%%WWWDIR%%/lib/gitlab/runtime.rb
%%WWWDIR%%/lib/gitlab/safe_request_store.rb
+%%WWWDIR%%/lib/gitlab/sample_data_template.rb
%%WWWDIR%%/lib/gitlab/sanitizers/exif.rb
%%WWWDIR%%/lib/gitlab/sanitizers/svg.rb
%%WWWDIR%%/lib/gitlab/sanitizers/svg/whitelist.rb
@@ -17781,11 +18144,17 @@
%%WWWDIR%%/lib/gitlab/sql/union.rb
%%WWWDIR%%/lib/gitlab/ssh_public_key.rb
%%WWWDIR%%/lib/gitlab/static_site_editor/config/file_config.rb
+%%WWWDIR%%/lib/gitlab/static_site_editor/config/file_config/entry/global.rb
+%%WWWDIR%%/lib/gitlab/static_site_editor/config/file_config/entry/image_upload_path.rb
+%%WWWDIR%%/lib/gitlab/static_site_editor/config/file_config/entry/mount.rb
+%%WWWDIR%%/lib/gitlab/static_site_editor/config/file_config/entry/mounts.rb
+%%WWWDIR%%/lib/gitlab/static_site_editor/config/file_config/entry/static_site_generator.rb
%%WWWDIR%%/lib/gitlab/static_site_editor/config/generated_config.rb
%%WWWDIR%%/lib/gitlab/string_placeholder_replacer.rb
%%WWWDIR%%/lib/gitlab/string_range_marker.rb
%%WWWDIR%%/lib/gitlab/string_regex_marker.rb
%%WWWDIR%%/lib/gitlab/submodule_links.rb
+%%WWWDIR%%/lib/gitlab/subscription_portal.rb
%%WWWDIR%%/lib/gitlab/suggestions/commit_message.rb
%%WWWDIR%%/lib/gitlab/suggestions/file_suggestion.rb
%%WWWDIR%%/lib/gitlab/suggestions/suggestion_set.rb
@@ -17847,6 +18216,7 @@
%%WWWDIR%%/lib/gitlab/usage_data_counters/search_counter.rb
%%WWWDIR%%/lib/gitlab/usage_data_counters/snippet_counter.rb
%%WWWDIR%%/lib/gitlab/usage_data_counters/source_code_counter.rb
+%%WWWDIR%%/lib/gitlab/usage_data_counters/static_site_editor_counter.rb
%%WWWDIR%%/lib/gitlab/usage_data_counters/track_unique_events.rb
%%WWWDIR%%/lib/gitlab/usage_data_counters/web_ide_counter.rb
%%WWWDIR%%/lib/gitlab/usage_data_counters/wiki_page_counter.rb
@@ -17885,6 +18255,7 @@
%%WWWDIR%%/lib/gitlab/web_ide/config/entry/terminal.rb
%%WWWDIR%%/lib/gitlab/webpack/dev_server_middleware.rb
%%WWWDIR%%/lib/gitlab/webpack/manifest.rb
+%%WWWDIR%%/lib/gitlab/whats_new.rb
%%WWWDIR%%/lib/gitlab/wiki_file_finder.rb
%%WWWDIR%%/lib/gitlab/wiki_pages.rb
%%WWWDIR%%/lib/gitlab/wiki_pages/front_matter_parser.rb
@@ -17917,6 +18288,7 @@
%%WWWDIR%%/lib/object_storage/direct_upload.rb
%%WWWDIR%%/lib/omni_auth/strategies/bitbucket.rb
%%WWWDIR%%/lib/omni_auth/strategies/jwt.rb
+%%WWWDIR%%/lib/pager_duty/validator/schemas/message.json
%%WWWDIR%%/lib/pager_duty/webhook_payload_parser.rb
%%WWWDIR%%/lib/peek/views/active_record.rb
%%WWWDIR%%/lib/peek/views/bullet_detailed.rb
@@ -19994,6 +20366,10 @@
%%WWWDIR%%/qa/qa/fixtures/auto_devops_rack/Gemfile
%%WWWDIR%%/qa/qa/fixtures/auto_devops_rack/Rakefile
%%WWWDIR%%/qa/qa/fixtures/auto_devops_rack/config.ru
+%%WWWDIR%%/qa/qa/fixtures/designs/banana_sample.gif
+%%WWWDIR%%/qa/qa/fixtures/designs/tanuki.jpg
+%%WWWDIR%%/qa/qa/fixtures/designs/update/tanuki.jpg
+%%WWWDIR%%/qa/qa/fixtures/designs/values.png
%%WWWDIR%%/qa/qa/fixtures/ldap/admin/1_add_nodes.ldif
%%WWWDIR%%/qa/qa/fixtures/ldap/admin/2_add_users.ldif
%%WWWDIR%%/qa/qa/fixtures/ldap/admin/3_add_groups.ldif
@@ -20002,6 +20378,7 @@
%%WWWDIR%%/qa/qa/fixtures/ldap/non_admin/3_add_groups.ldif
%%WWWDIR%%/qa/qa/fixtures/metrics_dashboards/templating.yml
%%WWWDIR%%/qa/qa/flow/login.rb
+%%WWWDIR%%/qa/qa/flow/merge_request.rb
%%WWWDIR%%/qa/qa/flow/project.rb
%%WWWDIR%%/qa/qa/flow/saml.rb
%%WWWDIR%%/qa/qa/flow/user.rb
@@ -20052,6 +20429,7 @@
%%WWWDIR%%/qa/qa/page/dashboard/snippet/index.rb
%%WWWDIR%%/qa/qa/page/dashboard/snippet/new.rb
%%WWWDIR%%/qa/qa/page/dashboard/snippet/show.rb
+%%WWWDIR%%/qa/qa/page/dashboard/todos.rb
%%WWWDIR%%/qa/qa/page/dashboard/welcome.rb
%%WWWDIR%%/qa/qa/page/element.rb
%%WWWDIR%%/qa/qa/page/file/edit.rb
@@ -20122,6 +20500,7 @@
%%WWWDIR%%/qa/qa/page/project/packages/index.rb
%%WWWDIR%%/qa/qa/page/project/packages/show.rb
%%WWWDIR%%/qa/qa/page/project/pipeline/index.rb
+%%WWWDIR%%/qa/qa/page/project/pipeline/new.rb
%%WWWDIR%%/qa/qa/page/project/pipeline/show.rb
%%WWWDIR%%/qa/qa/page/project/settings/advanced.rb
%%WWWDIR%%/qa/qa/page/project/settings/auto_devops.rb
@@ -20144,6 +20523,7 @@
%%WWWDIR%%/qa/qa/page/project/settings/services/prometheus.rb
%%WWWDIR%%/qa/qa/page/project/settings/visibility_features_permissions.rb
%%WWWDIR%%/qa/qa/page/project/show.rb
+%%WWWDIR%%/qa/qa/page/project/snippet/index.rb
%%WWWDIR%%/qa/qa/page/project/snippet/new.rb
%%WWWDIR%%/qa/qa/page/project/snippet/show.rb
%%WWWDIR%%/qa/qa/page/project/sub_menus/ci_cd.rb
@@ -20174,6 +20554,7 @@
%%WWWDIR%%/qa/qa/resource/ci_variable.rb
%%WWWDIR%%/qa/qa/resource/deploy_key.rb
%%WWWDIR%%/qa/qa/resource/deploy_token.rb
+%%WWWDIR%%/qa/qa/resource/design.rb
%%WWWDIR%%/qa/qa/resource/events/base.rb
%%WWWDIR%%/qa/qa/resource/events/project.rb
%%WWWDIR%%/qa/qa/resource/file.rb
@@ -20275,6 +20656,11 @@
%%WWWDIR%%/qa/qa/specs/features/api/3_create/gitaly/changing_repository_storage_spec.rb
%%WWWDIR%%/qa/qa/specs/features/api/3_create/gitaly/distributed_reads_spec.rb
%%WWWDIR%%/qa/qa/specs/features/api/3_create/gitaly/praefect_replication_queue_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb
%%WWWDIR%%/qa/qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb
%%WWWDIR%%/qa/qa/specs/features/api/3_create/repository/files_spec.rb
%%WWWDIR%%/qa/qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb
@@ -20282,6 +20668,7 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/group/create_group_with_mattermost_team_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb
@@ -20310,12 +20697,15 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/design_management/add_design_content_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/design_management/archive_design_content_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/design_management/modify_design_content_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/jira/jira_basic_integration_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_merge_ref_diff_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/clone_spec.rb
@@ -20336,7 +20726,9 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_with_multiple_files_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/web_ide/create_first_file_in_web_ide_spec.rb
@@ -20349,6 +20741,8 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/wiki/project_based_page_deletion_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/5_package/maven_repository_spec.rb
@@ -20377,11 +20771,14 @@
%%WWWDIR%%/qa/qa/support/page/logging.rb
%%WWWDIR%%/qa/qa/support/repeater.rb
%%WWWDIR%%/qa/qa/support/retrier.rb
+%%WWWDIR%%/qa/qa/support/run.rb
+%%WWWDIR%%/qa/qa/support/ssh.rb
%%WWWDIR%%/qa/qa/support/wait_for_requests.rb
%%WWWDIR%%/qa/qa/support/waiter.rb
%%WWWDIR%%/qa/qa/tools/delete_subgroups.rb
%%WWWDIR%%/qa/qa/tools/delete_test_ssh_keys.rb
%%WWWDIR%%/qa/qa/tools/generate_perf_testdata.rb
+%%WWWDIR%%/qa/qa/tools/initialize_gitlab_auth.rb
%%WWWDIR%%/qa/qa/tools/revoke_all_personal_access_tokens.rb
%%WWWDIR%%/qa/qa/vendor/jenkins/page/base.rb
%%WWWDIR%%/qa/qa/vendor/jenkins/page/configure.rb
@@ -20394,7 +20791,6 @@
%%WWWDIR%%/qa/qa/vendor/saml_idp/page/base.rb
%%WWWDIR%%/qa/qa/vendor/saml_idp/page/login.rb
%%WWWDIR%%/qa/spec/factory/resource/user_spec.rb
-%%WWWDIR%%/qa/spec/fixtures/banana_sample.gif
%%WWWDIR%%/qa/spec/git/location_spec.rb
%%WWWDIR%%/qa/spec/git/repository_spec.rb
%%WWWDIR%%/qa/spec/page/base_spec.rb
@@ -20444,13 +20840,15 @@
%%WWWDIR%%/qa/spec/support/helpers/stub_env.rb
%%WWWDIR%%/qa/spec/support/repeater_spec.rb
%%WWWDIR%%/qa/spec/support/retrier_spec.rb
+%%WWWDIR%%/qa/spec/support/run_spec.rb
%%WWWDIR%%/qa/spec/support/shared_examples/merge_with_code_owner_shared_examples.rb
%%WWWDIR%%/qa/spec/support/shared_examples/scenario_shared_examples.rb
+%%WWWDIR%%/qa/spec/support/ssh_spec.rb
%%WWWDIR%%/qa/spec/support/wait_for_requests_spec.rb
%%WWWDIR%%/qa/spec/support/waiter_spec.rb
%%WWWDIR%%/rubocop/code_reuse_helpers.rb
%%WWWDIR%%/rubocop/cop/active_record_association_reload.rb
-%%WWWDIR%%/rubocop/cop/api/grape_api_instance.rb
+%%WWWDIR%%/rubocop/cop/api/base.rb
%%WWWDIR%%/rubocop/cop/api/grape_array_missing_coerce.rb
%%WWWDIR%%/rubocop/cop/avoid_becomes.rb
%%WWWDIR%%/rubocop/cop/avoid_break_from_strong_memoize.rb
@@ -20485,6 +20883,8 @@
%%WWWDIR%%/rubocop/cop/gitlab/union.rb
%%WWWDIR%%/rubocop/cop/graphql/authorize_types.rb
%%WWWDIR%%/rubocop/cop/graphql/descriptions.rb
+%%WWWDIR%%/rubocop/cop/graphql/gid_expected_type.rb
+%%WWWDIR%%/rubocop/cop/graphql/id_type.rb
%%WWWDIR%%/rubocop/cop/graphql/json_type.rb
%%WWWDIR%%/rubocop/cop/group_public_or_visible_to_user.rb
%%WWWDIR%%/rubocop/cop/ignored_columns.rb
@@ -20527,10 +20927,13 @@
%%WWWDIR%%/rubocop/cop/rspec/any_instance_of.rb
%%WWWDIR%%/rubocop/cop/rspec/be_success_matcher.rb
%%WWWDIR%%/rubocop/cop/rspec/env_assignment.rb
+%%WWWDIR%%/rubocop/cop/rspec/expect_gitlab_tracking.rb
%%WWWDIR%%/rubocop/cop/rspec/factories_in_migration_specs.rb
+%%WWWDIR%%/rubocop/cop/rspec/factory_bot/inline_association.rb
%%WWWDIR%%/rubocop/cop/rspec/have_gitlab_http_status.rb
%%WWWDIR%%/rubocop/cop/rspec/modify_sidekiq_middleware.rb
%%WWWDIR%%/rubocop/cop/rspec/timecop_freeze.rb
+%%WWWDIR%%/rubocop/cop/rspec/timecop_travel.rb
%%WWWDIR%%/rubocop/cop/rspec/top_level_describe_path.rb
%%WWWDIR%%/rubocop/cop/ruby_interpolation_in_translation.rb
%%WWWDIR%%/rubocop/cop/safe_params.rb
@@ -20606,6 +21009,7 @@
%%WWWDIR%%/scripts/sync-stable-branch.sh
%%WWWDIR%%/scripts/trigger-build
%%WWWDIR%%/scripts/update-feature-categories
+%%WWWDIR%%/scripts/used-feature-flags
%%WWWDIR%%/scripts/utils.sh
%%WWWDIR%%/scripts/verify-tff-mapping
%%WWWDIR%%/security.txt
@@ -20636,6 +21040,7 @@
%%WWWDIR%%/spec/controllers/admin/hooks_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/identities_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/impersonations_controller_spec.rb
+%%WWWDIR%%/spec/controllers/admin/instance_review_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/instance_statistics_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/integrations_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/jobs_controller_spec.rb
@@ -20658,7 +21063,6 @@
%%WWWDIR%%/spec/controllers/concerns/confirm_email_warning_spec.rb
%%WWWDIR%%/spec/controllers/concerns/continue_params_spec.rb
%%WWWDIR%%/spec/controllers/concerns/controller_with_cross_project_access_check_spec.rb
-%%WWWDIR%%/spec/controllers/concerns/controller_with_feature_category/config_spec.rb
%%WWWDIR%%/spec/controllers/concerns/controller_with_feature_category_spec.rb
%%WWWDIR%%/spec/controllers/concerns/enforces_admin_authentication_spec.rb
%%WWWDIR%%/spec/controllers/concerns/graceful_timeout_handling_spec.rb
@@ -20718,6 +21122,7 @@
%%WWWDIR%%/spec/controllers/import/available_namespaces_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/bitbucket_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/bitbucket_server_controller_spec.rb
+%%WWWDIR%%/spec/controllers/import/bulk_imports_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/fogbugz_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/gitea_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/github_controller_spec.rb
@@ -20781,6 +21186,9 @@
%%WWWDIR%%/spec/controllers/projects/error_tracking/projects_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/error_tracking/stack_traces_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/error_tracking_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/feature_flags_clients_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/feature_flags_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/feature_flags_user_lists_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/find_file_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/forks_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/grafana_api_controller_spec.rb
@@ -20844,6 +21252,7 @@
%%WWWDIR%%/spec/controllers/projects/tags_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/templates_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/todos_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/tracings_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/tree_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/uploads_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/usage_ping_controller_spec.rb
@@ -20857,6 +21266,7 @@
%%WWWDIR%%/spec/controllers/repositories/git_http_controller_spec.rb
%%WWWDIR%%/spec/controllers/repositories/lfs_storage_controller_spec.rb
%%WWWDIR%%/spec/controllers/root_controller_spec.rb
+%%WWWDIR%%/spec/controllers/runner_setup_controller_spec.rb
%%WWWDIR%%/spec/controllers/search_controller_spec.rb
%%WWWDIR%%/spec/controllers/sent_notifications_controller_spec.rb
%%WWWDIR%%/spec/controllers/sessions_controller_spec.rb
@@ -20875,13 +21285,14 @@
%%WWWDIR%%/spec/docs_screenshots/container_registry_docs.rb
%%WWWDIR%%/spec/factories/abuse_reports.rb
%%WWWDIR%%/spec/factories/alert_management/alerts.rb
-%%WWWDIR%%/spec/factories/alerting/alert.rb
+%%WWWDIR%%/spec/factories/alert_management/http_integrations.rb
%%WWWDIR%%/spec/factories/analytics/cycle_analytics/project_stages.rb
%%WWWDIR%%/spec/factories/appearances.rb
%%WWWDIR%%/spec/factories/application_settings.rb
%%WWWDIR%%/spec/factories/approvals.rb
%%WWWDIR%%/spec/factories/atlassian_identities.rb
%%WWWDIR%%/spec/factories/audit_events.rb
+%%WWWDIR%%/spec/factories/authentication_event.rb
%%WWWDIR%%/spec/factories/award_emoji.rb
%%WWWDIR%%/spec/factories/aws/roles.rb
%%WWWDIR%%/spec/factories/background_migration_jobs.rb
@@ -20890,6 +21301,8 @@
%%WWWDIR%%/spec/factories/board_project_recent_visit.rb
%%WWWDIR%%/spec/factories/boards.rb
%%WWWDIR%%/spec/factories/broadcast_messages.rb
+%%WWWDIR%%/spec/factories/bulk_import.rb
+%%WWWDIR%%/spec/factories/bulk_import/entities.rb
%%WWWDIR%%/spec/factories/chat_names.rb
%%WWWDIR%%/spec/factories/chat_teams.rb
%%WWWDIR%%/spec/factories/ci/bridge.rb
@@ -20900,6 +21313,7 @@
%%WWWDIR%%/spec/factories/ci/build_trace_section_names.rb
%%WWWDIR%%/spec/factories/ci/builds.rb
%%WWWDIR%%/spec/factories/ci/daily_build_group_report_results.rb
+%%WWWDIR%%/spec/factories/ci/deleted_object.rb
%%WWWDIR%%/spec/factories/ci/freeze_periods.rb
%%WWWDIR%%/spec/factories/ci/group_variables.rb
%%WWWDIR%%/spec/factories/ci/instance_variables.rb
@@ -20988,6 +21402,7 @@
%%WWWDIR%%/spec/factories/instance_statistics/measurement.rb
%%WWWDIR%%/spec/factories/internal_ids.rb
%%WWWDIR%%/spec/factories/issuable_severity.rb
+%%WWWDIR%%/spec/factories/issue_email_participants.rb
%%WWWDIR%%/spec/factories/issue_links.rb
%%WWWDIR%%/spec/factories/issues.rb
%%WWWDIR%%/spec/factories/iterations.rb
@@ -21030,6 +21445,7 @@
%%WWWDIR%%/spec/factories/operations/feature_flags/user_list.rb
%%WWWDIR%%/spec/factories/operations/feature_flags_clients.rb
%%WWWDIR%%/spec/factories/packages.rb
+%%WWWDIR%%/spec/factories/packages/package_file.rb
%%WWWDIR%%/spec/factories/pages_deployments.rb
%%WWWDIR%%/spec/factories/pages_domain_acme_orders.rb
%%WWWDIR%%/spec/factories/pages_domains.rb
@@ -21055,6 +21471,7 @@
%%WWWDIR%%/spec/factories/project_repositories.rb
%%WWWDIR%%/spec/factories/project_repository_storage_moves.rb
%%WWWDIR%%/spec/factories/project_statistics.rb
+%%WWWDIR%%/spec/factories/project_tracing_settings.rb
%%WWWDIR%%/spec/factories/projects.rb
%%WWWDIR%%/spec/factories/prometheus_alert.rb
%%WWWDIR%%/spec/factories/prometheus_alert_event.rb
@@ -21072,7 +21489,6 @@
%%WWWDIR%%/spec/factories/resource_label_events.rb
%%WWWDIR%%/spec/factories/resource_milestone_event.rb
%%WWWDIR%%/spec/factories/resource_state_event.rb
-%%WWWDIR%%/spec/factories/resource_weight_events.rb
%%WWWDIR%%/spec/factories/reviews.rb
%%WWWDIR%%/spec/factories/self_managed_prometheus_alert_event.rb
%%WWWDIR%%/spec/factories/sent_notifications.rb
@@ -21163,6 +21579,12 @@
%%WWWDIR%%/spec/features/admin/dashboard_spec.rb
%%WWWDIR%%/spec/features/admin/services/admin_activates_prometheus_spec.rb
%%WWWDIR%%/spec/features/admin/services/admin_visits_service_templates_spec.rb
+%%WWWDIR%%/spec/features/alert_management/alert_details_spec.rb
+%%WWWDIR%%/spec/features/alert_management/alert_management_list_spec.rb
+%%WWWDIR%%/spec/features/alert_management/user_filters_alerts_by_status_spec.rb
+%%WWWDIR%%/spec/features/alert_management/user_searches_alerts_spec.rb
+%%WWWDIR%%/spec/features/alert_management/user_updates_alert_status_spec.rb
+%%WWWDIR%%/spec/features/alert_management_spec.rb
%%WWWDIR%%/spec/features/atom/dashboard_issues_spec.rb
%%WWWDIR%%/spec/features/atom/dashboard_spec.rb
%%WWWDIR%%/spec/features/atom/issues_spec.rb
@@ -21292,12 +21714,18 @@
%%WWWDIR%%/spec/features/ide/user_opens_merge_request_spec.rb
%%WWWDIR%%/spec/features/ide_spec.rb
%%WWWDIR%%/spec/features/import/manifest_import_spec.rb
+%%WWWDIR%%/spec/features/incidents/incident_details_spec.rb
+%%WWWDIR%%/spec/features/incidents/incidents_list_spec.rb
+%%WWWDIR%%/spec/features/incidents/user_creates_new_incident_spec.rb
+%%WWWDIR%%/spec/features/incidents/user_filters_incidents_by_status_spec.rb
+%%WWWDIR%%/spec/features/incidents/user_searches_incidents_spec.rb
%%WWWDIR%%/spec/features/invites_spec.rb
%%WWWDIR%%/spec/features/issuables/close_reopen_report_toggle_spec.rb
%%WWWDIR%%/spec/features/issuables/discussion_lock_spec.rb
%%WWWDIR%%/spec/features/issuables/issuable_list_spec.rb
%%WWWDIR%%/spec/features/issuables/markdown_references/internal_references_spec.rb
%%WWWDIR%%/spec/features/issuables/markdown_references/jira_spec.rb
+%%WWWDIR%%/spec/features/issuables/merge_request_discussion_lock_spec.rb
%%WWWDIR%%/spec/features/issuables/related_issues_spec.rb
%%WWWDIR%%/spec/features/issuables/shortcuts_issuable_spec.rb
%%WWWDIR%%/spec/features/issuables/sorting_list_spec.rb
@@ -21388,6 +21816,7 @@
%%WWWDIR%%/spec/features/merge_request/user_jumps_to_discussion_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_locks_discussion_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_manages_subscription_spec.rb
+%%WWWDIR%%/spec/features/merge_request/user_marks_merge_request_as_draft_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_merges_immediately_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_merges_merge_request_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_merges_only_if_pipeline_succeeds_spec.rb
@@ -21420,8 +21849,10 @@
%%WWWDIR%%/spec/features/merge_request/user_sees_mr_from_deleted_forked_project_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_sees_mr_with_deleted_source_branch_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_sees_notes_from_forked_project_spec.rb
+%%WWWDIR%%/spec/features/merge_request/user_sees_page_metadata_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_sees_pipelines_from_forked_project_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_sees_pipelines_spec.rb
+%%WWWDIR%%/spec/features/merge_request/user_sees_suggest_pipeline_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_sees_system_notes_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_sees_versions_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_sees_wip_help_message_spec.rb
@@ -21437,7 +21868,9 @@
%%WWWDIR%%/spec/features/merge_request/user_views_open_merge_request_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_views_user_status_on_merge_request_spec.rb
%%WWWDIR%%/spec/features/merge_requests/filters_generic_behavior_spec.rb
+%%WWWDIR%%/spec/features/merge_requests/user_filters_by_approvals_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_filters_by_assignees_spec.rb
+%%WWWDIR%%/spec/features/merge_requests/user_filters_by_deployments_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_filters_by_labels_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_filters_by_milestones_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_filters_by_multiple_criteria_spec.rb
@@ -21461,6 +21894,7 @@
%%WWWDIR%%/spec/features/milestones/user_views_milestones_spec.rb
%%WWWDIR%%/spec/features/oauth_login_spec.rb
%%WWWDIR%%/spec/features/oauth_provider_authorize_spec.rb
+%%WWWDIR%%/spec/features/operations_sidebar_link_spec.rb
%%WWWDIR%%/spec/features/participants_autocomplete_spec.rb
%%WWWDIR%%/spec/features/password_reset_spec.rb
%%WWWDIR%%/spec/features/populate_new_pipeline_vars_with_params_spec.rb
@@ -21540,6 +21974,13 @@
%%WWWDIR%%/spec/features/projects/environments/environment_spec.rb
%%WWWDIR%%/spec/features/projects/environments/environments_spec.rb
%%WWWDIR%%/spec/features/projects/environments_pod_logs_spec.rb
+%%WWWDIR%%/spec/features/projects/feature_flag_user_lists/user_deletes_feature_flag_user_list_spec.rb
+%%WWWDIR%%/spec/features/projects/feature_flag_user_lists/user_edits_feature_flag_user_list_spec.rb
+%%WWWDIR%%/spec/features/projects/feature_flag_user_lists/user_sees_feature_flag_user_list_details_spec.rb
+%%WWWDIR%%/spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb
+%%WWWDIR%%/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb
+%%WWWDIR%%/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb
+%%WWWDIR%%/spec/features/projects/feature_flags/user_updates_feature_flag_spec.rb
%%WWWDIR%%/spec/features/projects/features_visibility_spec.rb
%%WWWDIR%%/spec/features/projects/files/dockerfile_dropdown_spec.rb
%%WWWDIR%%/spec/features/projects/files/download_buttons_spec.rb
@@ -21584,6 +22025,7 @@
%%WWWDIR%%/spec/features/projects/issues/design_management/user_views_designs_spec.rb
%%WWWDIR%%/spec/features/projects/issues/design_management/user_views_designs_with_svg_xss_spec.rb
%%WWWDIR%%/spec/features/projects/issues/viewing_issues_with_external_authorization_enabled_spec.rb
+%%WWWDIR%%/spec/features/projects/issues/viewing_relocated_issues_spec.rb
%%WWWDIR%%/spec/features/projects/jobs/permissions_spec.rb
%%WWWDIR%%/spec/features/projects/jobs/user_browses_job_spec.rb
%%WWWDIR%%/spec/features/projects/jobs/user_browses_jobs_spec.rb
@@ -21713,6 +22155,7 @@
%%WWWDIR%%/spec/features/projects/tags/download_buttons_spec.rb
%%WWWDIR%%/spec/features/projects/tags/user_edits_tags_spec.rb
%%WWWDIR%%/spec/features/projects/tags/user_views_tags_spec.rb
+%%WWWDIR%%/spec/features/projects/tracings_spec.rb
%%WWWDIR%%/spec/features/projects/tree/create_directory_spec.rb
%%WWWDIR%%/spec/features/projects/tree/create_file_spec.rb
%%WWWDIR%%/spec/features/projects/tree/rss_spec.rb
@@ -21725,17 +22168,10 @@
%%WWWDIR%%/spec/features/projects/user_uses_shortcuts_spec.rb
%%WWWDIR%%/spec/features/projects/user_views_empty_project_spec.rb
%%WWWDIR%%/spec/features/projects/view_on_env_spec.rb
-%%WWWDIR%%/spec/features/projects/wiki/markdown_preview_spec.rb
-%%WWWDIR%%/spec/features/projects/wiki/shortcuts_spec.rb
-%%WWWDIR%%/spec/features/projects/wiki/user_creates_wiki_page_spec.rb
-%%WWWDIR%%/spec/features/projects/wiki/user_deletes_wiki_page_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_git_access_wiki_page_spec.rb
-%%WWWDIR%%/spec/features/projects/wiki/user_updates_wiki_page_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_empty_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_in_project_page_spec.rb
-%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_page_spec.rb
-%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_pages_spec.rb
-%%WWWDIR%%/spec/features/projects/wiki/users_views_asciidoc_page_with_includes_spec.rb
+%%WWWDIR%%/spec/features/projects/wikis_spec.rb
%%WWWDIR%%/spec/features/projects_spec.rb
%%WWWDIR%%/spec/features/promotion_spec.rb
%%WWWDIR%%/spec/features/protected_branches_spec.rb
@@ -21851,6 +22287,7 @@
%%WWWDIR%%/spec/finders/deployments_finder_spec.rb
%%WWWDIR%%/spec/finders/design_management/designs_finder_spec.rb
%%WWWDIR%%/spec/finders/design_management/versions_finder_spec.rb
+%%WWWDIR%%/spec/finders/environment_names_finder_spec.rb
%%WWWDIR%%/spec/finders/environments_finder_spec.rb
%%WWWDIR%%/spec/finders/events_finder_spec.rb
%%WWWDIR%%/spec/finders/feature_flags_finder_spec.rb
@@ -21858,7 +22295,6 @@
%%WWWDIR%%/spec/finders/fork_targets_finder_spec.rb
%%WWWDIR%%/spec/finders/freeze_periods_finder_spec.rb
%%WWWDIR%%/spec/finders/group_descendants_finder_spec.rb
-%%WWWDIR%%/spec/finders/group_labels_finder_spec.rb
%%WWWDIR%%/spec/finders/group_members_finder_spec.rb
%%WWWDIR%%/spec/finders/group_projects_finder_spec.rb
%%WWWDIR%%/spec/finders/groups_finder_spec.rb
@@ -21869,6 +22305,7 @@
%%WWWDIR%%/spec/finders/license_template_finder_spec.rb
%%WWWDIR%%/spec/finders/members_finder_spec.rb
%%WWWDIR%%/spec/finders/merge_request_target_project_finder_spec.rb
+%%WWWDIR%%/spec/finders/merge_requests/by_approvals_finder_spec.rb
%%WWWDIR%%/spec/finders/merge_requests_finder_spec.rb
%%WWWDIR%%/spec/finders/metrics/dashboards/annotations_finder_spec.rb
%%WWWDIR%%/spec/finders/metrics/users_starred_dashboards_finder_spec.rb
@@ -21876,6 +22313,7 @@
%%WWWDIR%%/spec/finders/notes_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/conan/package_file_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/conan/package_finder_spec.rb
+%%WWWDIR%%/spec/finders/packages/generic/package_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/go/module_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/go/version_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/group_packages_finder_spec.rb
@@ -21975,6 +22413,7 @@
%%WWWDIR%%/spec/fixtures/api/schemas/entities/test_case.json
%%WWWDIR%%/spec/fixtures/api/schemas/entities/test_reports_comparer.json
%%WWWDIR%%/spec/fixtures/api/schemas/entities/test_suite_comparer.json
+%%WWWDIR%%/spec/fixtures/api/schemas/entities/trigger.json
%%WWWDIR%%/spec/fixtures/api/schemas/entities/user.json
%%WWWDIR%%/spec/fixtures/api/schemas/environment.json
%%WWWDIR%%/spec/fixtures/api/schemas/error_tracking/error.json
@@ -21993,6 +22432,11 @@
%%WWWDIR%%/spec/fixtures/api/schemas/evidences/project.json
%%WWWDIR%%/spec/fixtures/api/schemas/evidences/release.json
%%WWWDIR%%/spec/fixtures/api/schemas/external_validation.json
+%%WWWDIR%%/spec/fixtures/api/schemas/feature_flag.json
+%%WWWDIR%%/spec/fixtures/api/schemas/feature_flag_scope.json
+%%WWWDIR%%/spec/fixtures/api/schemas/feature_flag_strategy.json
+%%WWWDIR%%/spec/fixtures/api/schemas/feature_flags.json
+%%WWWDIR%%/spec/fixtures/api/schemas/feature_flags_client_token.json
%%WWWDIR%%/spec/fixtures/api/schemas/group_group_links.json
%%WWWDIR%%/spec/fixtures/api/schemas/group_member.json
%%WWWDIR%%/spec/fixtures/api/schemas/group_members.json
@@ -22050,6 +22494,12 @@
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/deploy_tokens.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/deployment.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/environment.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/feature_flag.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/feature_flag_detailed_scopes.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/feature_flag_scope.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/feature_flag_scopes.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/feature_flag_strategy.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/feature_flags.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/freeze_period.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/freeze_periods.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/issue.json
@@ -22073,6 +22523,8 @@
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/milestone_with_stats.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/milestones.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/notes.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/operations/scope.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/operations/strategy.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/packages/collection_package.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/packages/composer/index.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/packages/composer/package.json
@@ -22141,6 +22593,9 @@
%%WWWDIR%%/spec/fixtures/api/schemas/status/ci_detailed_status.json
%%WWWDIR%%/spec/fixtures/api/schemas/status/illustration.json
%%WWWDIR%%/spec/fixtures/api/schemas/types/nullable_string.json
+%%WWWDIR%%/spec/fixtures/api/schemas/unleash/unleash.json
+%%WWWDIR%%/spec/fixtures/api/schemas/unleash/unleash_feature.json
+%%WWWDIR%%/spec/fixtures/api/schemas/unleash/unleash_strategy.json
%%WWWDIR%%/spec/fixtures/api/schemas/variable.json
%%WWWDIR%%/spec/fixtures/api/schemas/variables.json
%%WWWDIR%%/spec/fixtures/audio_sample.wav
@@ -22285,6 +22740,7 @@
%%WWWDIR%%/spec/fixtures/importers/bitbucket_server/activities.json
%%WWWDIR%%/spec/fixtures/importers/bitbucket_server/pull_request.json
%%WWWDIR%%/spec/fixtures/invalid.po
+%%WWWDIR%%/spec/fixtures/invalid_manifest.xml
%%WWWDIR%%/spec/fixtures/junit/junit.xml
%%WWWDIR%%/spec/fixtures/junit/junit.xml.gz
%%WWWDIR%%/spec/fixtures/junit/junit_ant.xml.gz
@@ -22297,6 +22753,11 @@
%%WWWDIR%%/spec/fixtures/legacy_group_export.tar.gz
%%WWWDIR%%/spec/fixtures/legacy_group_export_invalid_subrelations.tar.gz
%%WWWDIR%%/spec/fixtures/legacy_symlink_export.tar.gz
+%%WWWDIR%%/spec/fixtures/lib/backup/design_repo.bundle
+%%WWWDIR%%/spec/fixtures/lib/backup/personal_snippet_repo.bundle
+%%WWWDIR%%/spec/fixtures/lib/backup/project_repo.bundle
+%%WWWDIR%%/spec/fixtures/lib/backup/project_snippet_repo.bundle
+%%WWWDIR%%/spec/fixtures/lib/backup/wiki_repo.bundle
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/logs_response.json
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/pods_query.json
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/pods_response.json
@@ -22410,6 +22871,10 @@
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/multi_pipeline_ref_one_external_pr/tree/project/ci_pipelines.ndjson
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/multi_pipeline_ref_one_external_pr/tree/project/external_pull_requests.ndjson
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/multi_pipeline_ref_one_external_pr/tree/project/project_feature.ndjson
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/sample_data/tree/project.json
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/sample_data/tree/project/issues.ndjson
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/sample_data/tree/project/labels.ndjson
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/sample_data/tree/project/milestones.ndjson
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/with_duplicates.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/with_invalid_records/tree/project.json
@@ -22501,6 +22966,8 @@
%%WWWDIR%%/spec/fixtures/packages/conan/package_files/conanmanifest.txt
%%WWWDIR%%/spec/fixtures/packages/conan/recipe_files/conanfile.py
%%WWWDIR%%/spec/fixtures/packages/conan/recipe_files/conanmanifest.txt
+%%WWWDIR%%/spec/fixtures/packages/debian/libsample0_1.2.3~alpha2-1_amd64.deb
+%%WWWDIR%%/spec/fixtures/packages/generic/myfile.tar.gz
%%WWWDIR%%/spec/fixtures/packages/maven/maven-metadata.xml
%%WWWDIR%%/spec/fixtures/packages/maven/my-app-1.0-20180724.124855-1.jar
%%WWWDIR%%/spec/fixtures/packages/maven/my-app-1.0-20180724.124855-1.pom
@@ -22602,16 +23069,29 @@
%%WWWDIR%%/spec/frontend/alert_management/components/alert_management_sidebar_todo_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/alert_management_table_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/alert_metrics_spec.js
+%%WWWDIR%%/spec/frontend/alert_management/components/alert_status_spec.js
+%%WWWDIR%%/spec/frontend/alert_management/components/alert_summary_row_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/sidebar/alert_managment_sidebar_assignees_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/sidebar/alert_sidebar_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/sidebar/alert_sidebar_status_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/system_notes/alert_management_system_note_spec.js
%%WWWDIR%%/spec/frontend/alert_management/mocks/alerts.json
+%%WWWDIR%%/spec/frontend/alert_management/mocks/alerts_provide_config.json
%%WWWDIR%%/spec/frontend/alert_settings/__snapshots__/alert_settings_form_spec.js.snap
%%WWWDIR%%/spec/frontend/alert_settings/alert_settings_form_spec.js
+%%WWWDIR%%/spec/frontend/alert_settings/alerts_integrations_list_spec.js
%%WWWDIR%%/spec/frontend/alerts_service_settings/components/__snapshots__/alerts_service_form_spec.js.snap
%%WWWDIR%%/spec/frontend/alerts_service_settings/components/alerts_service_form_spec.js
%%WWWDIR%%/spec/frontend/analytics/components/activity_chart_spec.js
+%%WWWDIR%%/spec/frontend/analytics/instance_statistics/apollo_mock_data.js
+%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/__snapshots__/pipelines_chart_spec.js.snap
+%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/app_spec.js
+%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/instance_counts_spec.js
+%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/pipelines_chart_spec.js
+%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/users_chart_spec.js
+%%WWWDIR%%/spec/frontend/analytics/instance_statistics/mock_data.js
+%%WWWDIR%%/spec/frontend/analytics/instance_statistics/utils_spec.js
+%%WWWDIR%%/spec/frontend/analytics/shared/components/metric_card_spec.js
%%WWWDIR%%/spec/frontend/api_spec.js
%%WWWDIR%%/spec/frontend/authentication/u2f/authenticate_spec.js
%%WWWDIR%%/spec/frontend/authentication/u2f/mock_u2f_device.js
@@ -22647,12 +23127,14 @@
%%WWWDIR%%/spec/frontend/behaviors/bind_in_out_spec.js
%%WWWDIR%%/spec/frontend/behaviors/copy_as_gfm_spec.js
%%WWWDIR%%/spec/frontend/behaviors/gl_emoji_spec.js
+%%WWWDIR%%/spec/frontend/behaviors/load_startup_css_spec.js
%%WWWDIR%%/spec/frontend/behaviors/markdown/highlight_current_user_spec.js
%%WWWDIR%%/spec/frontend/behaviors/markdown/paste_markdown_table_spec.js
%%WWWDIR%%/spec/frontend/behaviors/markdown/render_metrics_spec.js
%%WWWDIR%%/spec/frontend/behaviors/quick_submit_spec.js
%%WWWDIR%%/spec/frontend/behaviors/requires_input_spec.js
%%WWWDIR%%/spec/frontend/behaviors/secret_values_spec.js
+%%WWWDIR%%/spec/frontend/behaviors/shortcuts/keybindings_spec.js
%%WWWDIR%%/spec/frontend/behaviors/shortcuts/shortcuts_issuable_spec.js
%%WWWDIR%%/spec/frontend/blob/3d_viewer/mesh_object_spec.js
%%WWWDIR%%/spec/frontend/blob/balsamiq/balsamiq_viewer_spec.js
@@ -22677,19 +23159,19 @@
%%WWWDIR%%/spec/frontend/blob/pipeline_tour_success_modal_spec.js
%%WWWDIR%%/spec/frontend/blob/sketch/index_spec.js
%%WWWDIR%%/spec/frontend/blob/suggest_gitlab_ci_yml/components/popover_spec.js
-%%WWWDIR%%/spec/frontend/blob/suggest_web_ide_ci/web_ide_alert_spec.js
%%WWWDIR%%/spec/frontend/blob/utils_spec.js
%%WWWDIR%%/spec/frontend/blob/viewer/index_spec.js
%%WWWDIR%%/spec/frontend/blob_edit/blob_bundle_spec.js
%%WWWDIR%%/spec/frontend/blob_edit/edit_blob_spec.js
-%%WWWDIR%%/spec/frontend/boards/board_blank_state_spec.js
%%WWWDIR%%/spec/frontend/boards/board_list_helper.js
+%%WWWDIR%%/spec/frontend/boards/board_list_new_spec.js
%%WWWDIR%%/spec/frontend/boards/board_list_spec.js
%%WWWDIR%%/spec/frontend/boards/board_new_issue_spec.js
%%WWWDIR%%/spec/frontend/boards/boards_store_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_card_layout_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_card_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_column_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/board_configuration_options_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_content_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_form_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_list_header_spec.js
@@ -22700,6 +23182,7 @@
%%WWWDIR%%/spec/frontend/boards/components/issue_due_date_spec.js
%%WWWDIR%%/spec/frontend/boards/components/issue_time_estimate_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_editable_item_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_labels_select_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/remove_issue_spec.js
%%WWWDIR%%/spec/frontend/boards/issue_card_spec.js
%%WWWDIR%%/spec/frontend/boards/issue_spec.js
@@ -22719,10 +23202,16 @@
%%WWWDIR%%/spec/frontend/branches/components/graph_bar_spec.js
%%WWWDIR%%/spec/frontend/branches/divergence_graph_spec.js
%%WWWDIR%%/spec/frontend/broadcast_notification_spec.js
+%%WWWDIR%%/spec/frontend/ci_lint/components/ci_lint_results_spec.js
+%%WWWDIR%%/spec/frontend/ci_lint/components/ci_lint_spec.js
+%%WWWDIR%%/spec/frontend/ci_lint/components/ci_lint_warnings_spec.js
+%%WWWDIR%%/spec/frontend/ci_lint/mock_data.js
+%%WWWDIR%%/spec/frontend/ci_settings_pipeline_triggers/components/triggers_list_spec.js
+%%WWWDIR%%/spec/frontend/ci_settings_pipeline_triggers/mock_data.js
%%WWWDIR%%/spec/frontend/ci_variable_list/ci_variable_list/ajax_variable_list_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/ci_variable_list/ci_variable_list_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/ci_variable_list/native_form_variable_list_spec.js
-%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_enviroments_dropdown_spec.js
+%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_environments_dropdown_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_variable_modal_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_variable_popover_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_variable_settings_spec.js
@@ -22755,6 +23244,7 @@
%%WWWDIR%%/spec/frontend/clusters/stores/clusters_store_spec.js
%%WWWDIR%%/spec/frontend/clusters_list/components/ancestor_notice_spec.js
%%WWWDIR%%/spec/frontend/clusters_list/components/clusters_spec.js
+%%WWWDIR%%/spec/frontend/clusters_list/components/node_error_help_text_spec.js
%%WWWDIR%%/spec/frontend/clusters_list/mock_data.js
%%WWWDIR%%/spec/frontend/clusters_list/store/actions_spec.js
%%WWWDIR%%/spec/frontend/clusters_list/store/mutations_spec.js
@@ -22871,7 +23361,6 @@
%%WWWDIR%%/spec/frontend/design_management/utils/design_management_utils_spec.js
%%WWWDIR%%/spec/frontend/design_management/utils/error_messages_spec.js
%%WWWDIR%%/spec/frontend/design_management/utils/tracking_spec.js
-%%WWWDIR%%/spec/frontend/diff_comments_store_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/app_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/collapsed_files_warning_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/commit_item_spec.js
@@ -22887,9 +23376,8 @@
%%WWWDIR%%/spec/frontend/diffs/components/diff_file_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_gutter_avatars_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_line_note_form_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/diff_row_utils_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_stats_spec.js
-%%WWWDIR%%/spec/frontend/diffs/components/diff_table_cell_spec.js
-%%WWWDIR%%/spec/frontend/diffs/components/edit_button_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/file_row_stats_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/hidden_files_warning_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/image_diff_overlay_spec.js
@@ -22935,7 +23423,7 @@
%%WWWDIR%%/spec/frontend/environment.js
%%WWWDIR%%/spec/frontend/environments/confirm_rollback_modal_spec.js
%%WWWDIR%%/spec/frontend/environments/emtpy_state_spec.js
-%%WWWDIR%%/spec/frontend/environments/enable_review_app_button_spec.js
+%%WWWDIR%%/spec/frontend/environments/enable_review_app_modal_spec.js
%%WWWDIR%%/spec/frontend/environments/environment_actions_spec.js
%%WWWDIR%%/spec/frontend/environments/environment_delete_spec.js
%%WWWDIR%%/spec/frontend/environments/environment_external_url_spec.js
@@ -22970,6 +23458,32 @@
%%WWWDIR%%/spec/frontend/error_tracking_settings/store/getters_spec.js
%%WWWDIR%%/spec/frontend/error_tracking_settings/store/mutation_spec.js
%%WWWDIR%%/spec/frontend/error_tracking_settings/utils_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/configure_feature_flags_modal_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/edit_feature_flag_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/environments_dropdown_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/feature_flags_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/feature_flags_tab_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/feature_flags_table_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/form_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/new_environments_dropdown_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/new_feature_flag_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/strategies/default_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/strategies/flexible_rollout_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/strategies/gitlab_user_list_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/strategies/parameter_form_group_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/strategies/percent_rollout_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/strategies/users_with_id_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/strategy_parameters_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/strategy_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/components/user_lists_table_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/mock_data.js
+%%WWWDIR%%/spec/frontend/feature_flags/store/edit/actions_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/store/edit/mutations_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/store/helpers_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/store/index/actions_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/store/index/mutations_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/store/new/actions_spec.js
+%%WWWDIR%%/spec/frontend/feature_flags/store/new/mutations_spec.js
%%WWWDIR%%/spec/frontend/feature_highlight/feature_highlight_helper_spec.js
%%WWWDIR%%/spec/frontend/feature_highlight/feature_highlight_options_spec.js
%%WWWDIR%%/spec/frontend/feature_highlight/feature_highlight_spec.js
@@ -23015,6 +23529,7 @@
%%WWWDIR%%/spec/frontend/fixtures/projects_json.rb
%%WWWDIR%%/spec/frontend/fixtures/prometheus_service.rb
%%WWWDIR%%/spec/frontend/fixtures/raw.rb
+%%WWWDIR%%/spec/frontend/fixtures/releases.rb
%%WWWDIR%%/spec/frontend/fixtures/search.rb
%%WWWDIR%%/spec/frontend/fixtures/services.rb
%%WWWDIR%%/spec/frontend/fixtures/sessions.rb
@@ -23030,7 +23545,6 @@
%%WWWDIR%%/spec/frontend/fixtures/static/images/one_white_pixel.png
%%WWWDIR%%/spec/frontend/fixtures/static/images/red_box.png
%%WWWDIR%%/spec/frontend/fixtures/static/issuable_filter.html
-%%WWWDIR%%/spec/frontend/fixtures/static/issue_sidebar_label.html
%%WWWDIR%%/spec/frontend/fixtures/static/issue_with_mermaid_graph.html
%%WWWDIR%%/spec/frontend/fixtures/static/line_highlighter.html
%%WWWDIR%%/spec/frontend/fixtures/static/linked_tabs.html
@@ -23068,6 +23582,7 @@
%%WWWDIR%%/spec/frontend/grafana_integration/components/grafana_integration_spec.js
%%WWWDIR%%/spec/frontend/grafana_integration/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/graphql_shared/utils_spec.js
+%%WWWDIR%%/spec/frontend/group_settings/components/shared_runners_form_spec.js
%%WWWDIR%%/spec/frontend/groups/components/app_spec.js
%%WWWDIR%%/spec/frontend/groups/components/group_folder_spec.js
%%WWWDIR%%/spec/frontend/groups/components/group_item_spec.js
@@ -23078,8 +23593,10 @@
%%WWWDIR%%/spec/frontend/groups/components/item_stats_spec.js
%%WWWDIR%%/spec/frontend/groups/components/item_stats_value_spec.js
%%WWWDIR%%/spec/frontend/groups/components/item_type_icon_spec.js
+%%WWWDIR%%/spec/frontend/groups/members/components/app_spec.js
%%WWWDIR%%/spec/frontend/groups/members/index_spec.js
%%WWWDIR%%/spec/frontend/groups/members/mock_data.js
+%%WWWDIR%%/spec/frontend/groups/members/utils_spec.js
%%WWWDIR%%/spec/frontend/groups/mock_data.js
%%WWWDIR%%/spec/frontend/groups/service/groups_service_spec.js
%%WWWDIR%%/spec/frontend/groups/store/groups_store_spec.js
@@ -23090,6 +23607,7 @@
%%WWWDIR%%/spec/frontend/helpers/diffs_helper_spec.js
%%WWWDIR%%/spec/frontend/helpers/dom_events_helper.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/README.md
+%%WWWDIR%%/spec/frontend/helpers/dom_shims/create_object_url.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/element_scroll_by.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/element_scroll_into_view.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/element_scroll_to.js
@@ -23103,7 +23621,9 @@
%%WWWDIR%%/spec/frontend/helpers/dom_shims/scroll_by.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/size_properties.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/window_scroll_to.js
+%%WWWDIR%%/spec/frontend/helpers/emoji.js
%%WWWDIR%%/spec/frontend/helpers/event_hub_factory_spec.js
+%%WWWDIR%%/spec/frontend/helpers/experimentation_helper.js
%%WWWDIR%%/spec/frontend/helpers/fake_date.js
%%WWWDIR%%/spec/frontend/helpers/fake_date_spec.js
%%WWWDIR%%/spec/frontend/helpers/fake_request_animation_frame.js
@@ -23112,6 +23632,8 @@
%%WWWDIR%%/spec/frontend/helpers/init_vue_mr_page_helper.js
%%WWWDIR%%/spec/frontend/helpers/jest_helpers.js
%%WWWDIR%%/spec/frontend/helpers/jquery.js
+%%WWWDIR%%/spec/frontend/helpers/keep_alive_component_helper.js
+%%WWWDIR%%/spec/frontend/helpers/keep_alive_component_helper_spec.js
%%WWWDIR%%/spec/frontend/helpers/local_storage_helper.js
%%WWWDIR%%/spec/frontend/helpers/local_storage_helper_spec.js
%%WWWDIR%%/spec/frontend/helpers/locale_helper.js
@@ -23136,6 +23658,7 @@
%%WWWDIR%%/spec/frontend/helpers/vuex_action_helper.js
%%WWWDIR%%/spec/frontend/helpers/vuex_action_helper_spec.js
%%WWWDIR%%/spec/frontend/helpers/wait_for_promises.js
+%%WWWDIR%%/spec/frontend/helpers/wait_for_text.js
%%WWWDIR%%/spec/frontend/helpers/wait_using_real_timer.js
%%WWWDIR%%/spec/frontend/helpers/web_worker_mock.js
%%WWWDIR%%/spec/frontend/ide/commit_icon_spec.js
@@ -23219,6 +23742,7 @@
%%WWWDIR%%/spec/frontend/ide/lib/editorconfig/rules_mapper_spec.js
%%WWWDIR%%/spec/frontend/ide/lib/errors_spec.js
%%WWWDIR%%/spec/frontend/ide/lib/files_spec.js
+%%WWWDIR%%/spec/frontend/ide/lib/languages/hcl_spec.js
%%WWWDIR%%/spec/frontend/ide/lib/languages/vue_spec.js
%%WWWDIR%%/spec/frontend/ide/lib/mirror_spec.js
%%WWWDIR%%/spec/frontend/ide/mock_data.js
@@ -23299,6 +23823,7 @@
%%WWWDIR%%/spec/frontend/incidents_settings/components/incidents_settings_tabs_spec.js
%%WWWDIR%%/spec/frontend/incidents_settings/components/pagerduty_form_spec.js
%%WWWDIR%%/spec/frontend/integrations/edit/components/active_checkbox_spec.js
+%%WWWDIR%%/spec/frontend/integrations/edit/components/confirmation_modal_spec.js
%%WWWDIR%%/spec/frontend/integrations/edit/components/dynamic_field_spec.js
%%WWWDIR%%/spec/frontend/integrations/edit/components/integration_form_spec.js
%%WWWDIR%%/spec/frontend/integrations/edit/components/jira_issues_fields_spec.js
@@ -23311,6 +23836,11 @@
%%WWWDIR%%/spec/frontend/integrations/edit/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/integrations/edit/store/state_spec.js
%%WWWDIR%%/spec/frontend/integrations/integration_settings_form_spec.js
+%%WWWDIR%%/spec/frontend/invite_member/components/invite_member_modal_spec.js
+%%WWWDIR%%/spec/frontend/invite_member/components/invite_member_trigger_mock_data.js
+%%WWWDIR%%/spec/frontend/invite_member/components/invite_member_trigger_spec.js
+%%WWWDIR%%/spec/frontend/invite_members/components/invite_members_modal_spec.js
+%%WWWDIR%%/spec/frontend/invite_members/components/invite_members_trigger_spec.js
%%WWWDIR%%/spec/frontend/issuable/related_issues/components/add_issuable_form_spec.js
%%WWWDIR%%/spec/frontend/issuable/related_issues/components/issue_token_spec.js
%%WWWDIR%%/spec/frontend/issuable/related_issues/components/related_issues_block_spec.js
@@ -23324,6 +23854,14 @@
%%WWWDIR%%/spec/frontend/issuable_list/components/issuable_list_root_spec.js
%%WWWDIR%%/spec/frontend/issuable_list/components/issuable_tabs_spec.js
%%WWWDIR%%/spec/frontend/issuable_list/mock_data.js
+%%WWWDIR%%/spec/frontend/issuable_show/components/issuable_body_spec.js
+%%WWWDIR%%/spec/frontend/issuable_show/components/issuable_description_spec.js
+%%WWWDIR%%/spec/frontend/issuable_show/components/issuable_edit_form_spec.js
+%%WWWDIR%%/spec/frontend/issuable_show/components/issuable_header_spec.js
+%%WWWDIR%%/spec/frontend/issuable_show/components/issuable_show_root_spec.js
+%%WWWDIR%%/spec/frontend/issuable_show/components/issuable_title_spec.js
+%%WWWDIR%%/spec/frontend/issuable_show/mock_data.js
+%%WWWDIR%%/spec/frontend/issuable_sidebar/components/issuable_sidebar_root_spec.js
%%WWWDIR%%/spec/frontend/issuable_spec.js
%%WWWDIR%%/spec/frontend/issuable_suggestions/components/app_spec.js
%%WWWDIR%%/spec/frontend/issuable_suggestions/components/item_spec.js
@@ -23391,10 +23929,10 @@
%%WWWDIR%%/spec/frontend/jobs/store/helpers.js
%%WWWDIR%%/spec/frontend/jobs/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/jobs/store/utils_spec.js
-%%WWWDIR%%/spec/frontend/labels_issue_sidebar_spec.js
%%WWWDIR%%/spec/frontend/labels_select_spec.js
%%WWWDIR%%/spec/frontend/landing_spec.js
%%WWWDIR%%/spec/frontend/lazy_loader_spec.js
+%%WWWDIR%%/spec/frontend/lib/dompurify_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/accessor_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/ajax_cache_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/autosave_spec.js
@@ -23409,6 +23947,7 @@
%%WWWDIR%%/spec/frontend/lib/utils/datetime_utility_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/dom_utils_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/downloader_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/experimentation_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/file_upload_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/forms_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/grammar_spec.js
@@ -23450,6 +23989,9 @@
%%WWWDIR%%/spec/frontend/merge_request_tabs_spec.js
%%WWWDIR%%/spec/frontend/milestones/mock_data.js
%%WWWDIR%%/spec/frontend/milestones/project_milestone_combobox_spec.js
+%%WWWDIR%%/spec/frontend/milestones/stores/actions_spec.js
+%%WWWDIR%%/spec/frontend/milestones/stores/getter_spec.js
+%%WWWDIR%%/spec/frontend/milestones/stores/mutations_spec.js
%%WWWDIR%%/spec/frontend/mini_pipeline_graph_dropdown_spec.js
%%WWWDIR%%/spec/frontend/mocks/ce/diffs/workers/tree_worker.js
%%WWWDIR%%/spec/frontend/mocks/ce/ide/lib/diff/diff_worker.js
@@ -23559,6 +24101,7 @@
%%WWWDIR%%/spec/frontend/notes/components/noteable_note_spec.js
%%WWWDIR%%/spec/frontend/notes/components/notes_app_spec.js
%%WWWDIR%%/spec/frontend/notes/components/sort_discussion_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/timeline_toggle_spec.js
%%WWWDIR%%/spec/frontend/notes/components/toggle_replies_widget_spec.js
%%WWWDIR%%/spec/frontend/notes/helpers.js
%%WWWDIR%%/spec/frontend/notes/mixins/discussion_navigation_spec.js
@@ -23596,16 +24139,13 @@
%%WWWDIR%%/spec/frontend/packages/details/store/actions_spec.js
%%WWWDIR%%/spec/frontend/packages/details/store/getters_spec.js
%%WWWDIR%%/spec/frontend/packages/details/store/mutations_spec.js
-%%WWWDIR%%/spec/frontend/packages/details/utils_spec.js
-%%WWWDIR%%/spec/frontend/packages/list/coming_soon/helpers_spec.js
-%%WWWDIR%%/spec/frontend/packages/list/coming_soon/mock_data.js
-%%WWWDIR%%/spec/frontend/packages/list/coming_soon/packages_coming_soon_spec.js
%%WWWDIR%%/spec/frontend/packages/list/components/__snapshots__/packages_filter_spec.js.snap
%%WWWDIR%%/spec/frontend/packages/list/components/__snapshots__/packages_list_app_spec.js.snap
%%WWWDIR%%/spec/frontend/packages/list/components/packages_filter_spec.js
%%WWWDIR%%/spec/frontend/packages/list/components/packages_list_app_spec.js
%%WWWDIR%%/spec/frontend/packages/list/components/packages_list_spec.js
%%WWWDIR%%/spec/frontend/packages/list/components/packages_sort_spec.js
+%%WWWDIR%%/spec/frontend/packages/list/components/packages_title_spec.js
%%WWWDIR%%/spec/frontend/packages/list/stores/actions_spec.js
%%WWWDIR%%/spec/frontend/packages/list/stores/getters_spec.js
%%WWWDIR%%/spec/frontend/packages/list/stores/mutations_spec.js
@@ -23614,6 +24154,7 @@
%%WWWDIR%%/spec/frontend/packages/shared/components/__snapshots__/package_list_row_spec.js.snap
%%WWWDIR%%/spec/frontend/packages/shared/components/__snapshots__/publish_method_spec.js.snap
%%WWWDIR%%/spec/frontend/packages/shared/components/package_list_row_spec.js
+%%WWWDIR%%/spec/frontend/packages/shared/components/package_path_spec.js
%%WWWDIR%%/spec/frontend/packages/shared/components/package_tags_spec.js
%%WWWDIR%%/spec/frontend/packages/shared/components/packages_list_loader_spec.js
%%WWWDIR%%/spec/frontend/packages/shared/components/publish_method_spec.js
@@ -23686,6 +24227,7 @@
%%WWWDIR%%/spec/frontend/pipelines/graph/mock_data.js
%%WWWDIR%%/spec/frontend/pipelines/graph/stage_column_component_spec.js
%%WWWDIR%%/spec/frontend/pipelines/header_component_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/legacy_header_component_spec.js
%%WWWDIR%%/spec/frontend/pipelines/linked_pipelines_mock.json
%%WWWDIR%%/spec/frontend/pipelines/mock_data.js
%%WWWDIR%%/spec/frontend/pipelines/nav_controls_spec.js
@@ -23725,6 +24267,7 @@
%%WWWDIR%%/spec/frontend/profile/add_ssh_key_validation_spec.js
%%WWWDIR%%/spec/frontend/project_find_file_spec.js
%%WWWDIR%%/spec/frontend/project_select_combo_button_spec.js
+%%WWWDIR%%/spec/frontend/projects/commit_box/info/load_branches_spec.js
%%WWWDIR%%/spec/frontend/projects/commits/components/author_select_spec.js
%%WWWDIR%%/spec/frontend/projects/commits/store/actions_spec.js
%%WWWDIR%%/spec/frontend/projects/commits/store/mutations_spec.js
@@ -23764,6 +24307,7 @@
%%WWWDIR%%/spec/frontend/registry/explorer/components/details_page/delete_modal_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/details_page/details_header_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/details_page/empty_tags_state_spec.js
+%%WWWDIR%%/spec/frontend/registry/explorer/components/details_page/partial_cleanup_alert_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/details_page/tags_list_row_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/details_page/tags_list_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/details_page/tags_loader_spec.js
@@ -23784,16 +24328,17 @@
%%WWWDIR%%/spec/frontend/registry/explorer/stores/getters_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/stores/mutations_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/stubs.js
-%%WWWDIR%%/spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap
%%WWWDIR%%/spec/frontend/registry/settings/components/registry_settings_app_spec.js
%%WWWDIR%%/spec/frontend/registry/settings/components/settings_form_spec.js
-%%WWWDIR%%/spec/frontend/registry/settings/store/actions_spec.js
-%%WWWDIR%%/spec/frontend/registry/settings/store/getters_spec.js
-%%WWWDIR%%/spec/frontend/registry/settings/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/registry/settings/graphql/cache_updated_spec.js
+%%WWWDIR%%/spec/frontend/registry/settings/mock_data.js
+%%WWWDIR%%/spec/frontend/registry/shared/__snapshots__/utils_spec.js.snap
%%WWWDIR%%/spec/frontend/registry/shared/components/__snapshots__/expiration_policy_fields_spec.js.snap
%%WWWDIR%%/spec/frontend/registry/shared/components/expiration_policy_fields_spec.js
%%WWWDIR%%/spec/frontend/registry/shared/mock_data.js
%%WWWDIR%%/spec/frontend/registry/shared/mocks.js
+%%WWWDIR%%/spec/frontend/registry/shared/stubs.js
+%%WWWDIR%%/spec/frontend/registry/shared/utils_spec.js
%%WWWDIR%%/spec/frontend/related_merge_requests/components/related_merge_requests_spec.js
%%WWWDIR%%/spec/frontend/related_merge_requests/store/actions_spec.js
%%WWWDIR%%/spec/frontend/related_merge_requests/store/mutations_spec.js
@@ -23806,9 +24351,9 @@
%%WWWDIR%%/spec/frontend/releases/components/release_block_assets_spec.js
%%WWWDIR%%/spec/frontend/releases/components/release_block_footer_spec.js
%%WWWDIR%%/spec/frontend/releases/components/release_block_header_spec.js
-%%WWWDIR%%/spec/frontend/releases/components/release_block_metadata_spec.js
%%WWWDIR%%/spec/frontend/releases/components/release_block_milestone_info_spec.js
%%WWWDIR%%/spec/frontend/releases/components/release_block_spec.js
+%%WWWDIR%%/spec/frontend/releases/components/release_skeleton_loader_spec.js
%%WWWDIR%%/spec/frontend/releases/components/releases_pagination_graphql_spec.js
%%WWWDIR%%/spec/frontend/releases/components/releases_pagination_rest_spec.js
%%WWWDIR%%/spec/frontend/releases/components/releases_pagination_spec.js
@@ -23816,6 +24361,7 @@
%%WWWDIR%%/spec/frontend/releases/components/tag_field_new_spec.js
%%WWWDIR%%/spec/frontend/releases/components/tag_field_spec.js
%%WWWDIR%%/spec/frontend/releases/mock_data.js
+%%WWWDIR%%/spec/frontend/releases/stores/getters_spec.js
%%WWWDIR%%/spec/frontend/releases/stores/modules/detail/actions_spec.js
%%WWWDIR%%/spec/frontend/releases/stores/modules/detail/getters_spec.js
%%WWWDIR%%/spec/frontend/releases/stores/modules/detail/mutations_spec.js
@@ -23875,11 +24421,11 @@
%%WWWDIR%%/spec/frontend/repository/router_spec.js
%%WWWDIR%%/spec/frontend/repository/utils/commit_spec.js
%%WWWDIR%%/spec/frontend/repository/utils/dom_spec.js
-%%WWWDIR%%/spec/frontend/repository/utils/icon_spec.js
%%WWWDIR%%/spec/frontend/repository/utils/readme_spec.js
%%WWWDIR%%/spec/frontend/repository/utils/title_spec.js
%%WWWDIR%%/spec/frontend/right_sidebar_spec.js
-%%WWWDIR%%/spec/frontend/search/components/state_filter_spec.js
+%%WWWDIR%%/spec/frontend/search/dropdown_filter/components/dropdown_filter_spec.js
+%%WWWDIR%%/spec/frontend/search/dropdown_filter/mock_data.js
%%WWWDIR%%/spec/frontend/search_autocomplete_spec.js
%%WWWDIR%%/spec/frontend/search_spec.js
%%WWWDIR%%/spec/frontend/self_monitor/components/__snapshots__/self_monitor_form_spec.js.snap
@@ -23933,6 +24479,8 @@
%%WWWDIR%%/spec/frontend/sidebar/lock/issuable_lock_form_spec.js
%%WWWDIR%%/spec/frontend/sidebar/mock_data.js
%%WWWDIR%%/spec/frontend/sidebar/participants_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/reviewer_title_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/reviewers_spec.js
%%WWWDIR%%/spec/frontend/sidebar/sidebar_assignees_spec.js
%%WWWDIR%%/spec/frontend/sidebar/sidebar_labels_spec.js
%%WWWDIR%%/spec/frontend/sidebar/sidebar_mediator_spec.js
@@ -23944,8 +24492,6 @@
%%WWWDIR%%/spec/frontend/sidebar/user_data_mock.js
%%WWWDIR%%/spec/frontend/smart_interval_spec.js
%%WWWDIR%%/spec/frontend/snippet/collapsible_input_spec.js
-%%WWWDIR%%/spec/frontend/snippet/snippet_bundle_spec.js
-%%WWWDIR%%/spec/frontend/snippet/snippet_edit_spec.js
%%WWWDIR%%/spec/frontend/snippets/components/__snapshots__/snippet_blob_edit_spec.js.snap
%%WWWDIR%%/spec/frontend/snippets/components/__snapshots__/snippet_description_edit_spec.js.snap
%%WWWDIR%%/spec/frontend/snippets/components/__snapshots__/snippet_description_view_spec.js.snap
@@ -23963,22 +24509,25 @@
%%WWWDIR%%/spec/frontend/snippets/components/snippet_visibility_edit_spec.js
%%WWWDIR%%/spec/frontend/snippets/test_utils.js
%%WWWDIR%%/spec/frontend/snippets/utils/blob_spec.js
-%%WWWDIR%%/spec/frontend/snippets_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/app_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/edit_area_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/edit_drawer_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/edit_header_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/components/edit_meta_controls_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/components/edit_meta_modal_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/front_matter_controls_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/invalid_content_message_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/publish_toolbar_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/submit_changes_error_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/components/unsaved_changes_confirm_dialog_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/graphql/resolvers/file_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/graphql/resolvers/has_submitted_changes_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/graphql/resolvers/submit_content_changes_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/mock_data.js
%%WWWDIR%%/spec/frontend/static_site_editor/pages/home_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/pages/success_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/services/formatter_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/services/front_matterify_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/services/generate_branch_name_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/services/load_source_content_spec.js
%%WWWDIR%%/spec/frontend/static_site_editor/services/parse_source_file_spec.js
@@ -23992,6 +24541,18 @@
%%WWWDIR%%/spec/frontend/tooltips/index_spec.js
%%WWWDIR%%/spec/frontend/tracking_spec.js
%%WWWDIR%%/spec/frontend/transfer_edit_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/components/add_user_modal_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/components/edit_user_list_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/components/new_user_list_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/components/user_list_form_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/components/user_list_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/store/edit/actions_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/store/edit/mutations_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/store/new/actions_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/store/new/mutations_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/store/show/actions_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/store/show/mutations_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/store/utils_spec.js
%%WWWDIR%%/spec/frontend/user_popovers_spec.js
%%WWWDIR%%/spec/frontend/users_select/utils_spec.js
%%WWWDIR%%/spec/frontend/version_check_image_spec.js
@@ -24060,13 +24621,14 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/awards_list_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/clone_dropdown_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/code_block_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/editor_lite_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/expand_button_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/file_row_header_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/identicon_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/split_button_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/actions_button_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/alert_detail_table_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/alert_details_table_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/awards_list_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/blob_viewers/__snapshots__/simple_viewer_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/blob_viewers/rich_viewer_spec.js
@@ -24101,6 +24663,7 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/dropdown/dropdown_hidden_input_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/dropdown/dropdown_search_input_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/dropdown/mock_data.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/editor_lite_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/expand_button_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/file_finder/index_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/file_finder/item_spec.js
@@ -24111,6 +24674,10 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/filtered_search_bar_root_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/filtered_search_utils_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/mock_data.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/store/modules/filters/actions_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/store/modules/filters/mock_data.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/store/modules/filters/mutations_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/store/modules/filters/test_helper.js
%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/tokens/author_token_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/tokens/branch_token_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/filtered_search_bar/tokens/label_token_spec.js
@@ -24143,6 +24710,29 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/markdown/suggestions_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/markdown/toolbar_button_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/markdown/toolbar_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/action_buttons/access_request_action_buttons_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/action_buttons/approve_access_request_button_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/action_buttons/invite_action_buttons_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/action_buttons/leave_button_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/action_buttons/remove_group_link_button_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/action_buttons/remove_member_button_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/action_buttons/resend_invite_button_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/action_buttons/user_action_buttons_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/avatars/group_avatar_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/avatars/invite_avatar_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/avatars/user_avatar_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/mock_data.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/modals/leave_modal_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/modals/remove_group_link_modal_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/table/created_at_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/table/expires_at_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/table/member_action_buttons_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/table/member_avatar_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/table/member_source_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/table/member_table_cell_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/table/members_table_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/table/role_dropdown_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/members/utils_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/memory_graph_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/modal_copy_button_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/navigation_tabs_spec.js
@@ -24156,6 +24746,9 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/notes/timeline_entry_item_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/ordered_layout_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/paginated_list_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/paginated_table_with_search_and_tabs/mocks/items.json
+%%WWWDIR%%/spec/frontend/vue_shared/components/paginated_table_with_search_and_tabs/mocks/items_filters.json
+%%WWWDIR%%/spec/frontend/vue_shared/components/paginated_table_with_search_and_tabs/paginated_table_with_search_and_tabs_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/pagination_links_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/panel_resizer_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/pikaday_spec.js
@@ -24180,6 +24773,7 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/editor_service_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/modals/add_image/add_image_modal_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/modals/add_image/upload_image_tab_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/modals/insert_video_modal_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/rich_content_editor_integration_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/rich_content_editor_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/build_custom_renderer_spec.js
@@ -24196,6 +24790,7 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_list_item_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_softbreak_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_utils_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/sanitize_html_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/toolbar_item_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/collapsed_calendar_icon_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/collapsed_grouped_date_picker_spec.js
@@ -24241,12 +24836,15 @@
%%WWWDIR%%/spec/frontend/vue_shared/directives/autofocusonshow_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/directives/tooltip_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/directives/track_event_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/droplab_dropdown_button_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/gl_feature_flags_plugin_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/mixins/gl_feature_flags_mixin_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/plugins/global_toast_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/security_reports/security_reports_app_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/translate_spec.js
%%WWWDIR%%/spec/frontend/vuex_shared/bindings_spec.js
+%%WWWDIR%%/spec/frontend/vuex_shared/modules/members/actions_spec.js
+%%WWWDIR%%/spec/frontend/vuex_shared/modules/members/mutations_spec.js
+%%WWWDIR%%/spec/frontend/vuex_shared/modules/members/utils_spec.js
%%WWWDIR%%/spec/frontend/vuex_shared/modules/modal/actions_spec.js
%%WWWDIR%%/spec/frontend/vuex_shared/modules/modal/mutations_spec.js
%%WWWDIR%%/spec/frontend/whats_new/components/app_spec.js
@@ -24257,6 +24855,7 @@
%%WWWDIR%%/spec/frontend_integration/.eslintrc.yml
%%WWWDIR%%/spec/frontend_integration/README.md
%%WWWDIR%%/spec/frontend_integration/ide/__snapshots__/ide_integration_spec.js.snap
+%%WWWDIR%%/spec/frontend_integration/ide/ide_helper.js
%%WWWDIR%%/spec/frontend_integration/ide/ide_integration_spec.js
%%WWWDIR%%/spec/frontend_integration/test_helpers/factories/commit.js
%%WWWDIR%%/spec/frontend_integration/test_helpers/factories/commit_id.js
@@ -24300,6 +24899,8 @@
%%WWWDIR%%/spec/graphql/mutations/design_management/move_spec.rb
%%WWWDIR%%/spec/graphql/mutations/design_management/upload_spec.rb
%%WWWDIR%%/spec/graphql/mutations/discussions/toggle_resolve_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/issues/create_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/issues/move_spec.rb
%%WWWDIR%%/spec/graphql/mutations/issues/set_assignees_spec.rb
%%WWWDIR%%/spec/graphql/mutations/issues/set_confidential_spec.rb
%%WWWDIR%%/spec/graphql/mutations/issues/set_due_date_spec.rb
@@ -24325,8 +24926,10 @@
%%WWWDIR%%/spec/graphql/resolvers/base_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/board_list_issues_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/board_lists_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/board_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/boards_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/branch_commit_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/ci/runner_platforms_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/commit_pipelines_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/concerns/looks_ahead_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/concerns/resolves_pipelines_spec.rb
@@ -24372,7 +24975,9 @@
%%WWWDIR%%/spec/graphql/resolvers/projects_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/release_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/releases_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/snippets/blobs_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/snippets_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/terraform/states_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/todo_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/tree_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/user_resolver_spec.rb
@@ -24398,7 +25003,10 @@
%%WWWDIR%%/spec/graphql/types/ci/group_type_spec.rb
%%WWWDIR%%/spec/graphql/types/ci/job_type_spec.rb
%%WWWDIR%%/spec/graphql/types/ci/pipeline_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/ci/runner_architecture_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/ci/runner_platform_type_spec.rb
%%WWWDIR%%/spec/graphql/types/ci/stage_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/ci/status_action_type_spec.rb
%%WWWDIR%%/spec/graphql/types/commit_action_mode_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/commit_encoding_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/commit_type_spec.rb
@@ -24409,6 +25017,7 @@
%%WWWDIR%%/spec/graphql/types/countable_connection_type_spec.rb
%%WWWDIR%%/spec/graphql/types/current_user_todos_type_spec.rb
%%WWWDIR%%/spec/graphql/types/design_management/design_at_version_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/design_management/design_collection_copy_state_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/design_management/design_collection_type_spec.rb
%%WWWDIR%%/spec/graphql/types/design_management/design_type_spec.rb
%%WWWDIR%%/spec/graphql/types/design_management/design_version_event_enum_spec.rb
@@ -24472,6 +25081,7 @@
%%WWWDIR%%/spec/graphql/types/projects/services_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/prometheus_alert_type_spec.rb
%%WWWDIR%%/spec/graphql/types/query_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/range_input_type_spec.rb
%%WWWDIR%%/spec/graphql/types/release_asset_link_type_spec.rb
%%WWWDIR%%/spec/graphql/types/release_assets_type_spec.rb
%%WWWDIR%%/spec/graphql/types/release_links_type_spec.rb
@@ -24485,7 +25095,9 @@
%%WWWDIR%%/spec/graphql/types/snippets/blob_action_input_type_spec.rb
%%WWWDIR%%/spec/graphql/types/snippets/blob_type_spec.rb
%%WWWDIR%%/spec/graphql/types/snippets/blob_viewer_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/terraform/state_type_spec.rb
%%WWWDIR%%/spec/graphql/types/time_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/timeframe_type_spec.rb
%%WWWDIR%%/spec/graphql/types/todo_type_spec.rb
%%WWWDIR%%/spec/graphql/types/tree/blob_type_spec.rb
%%WWWDIR%%/spec/graphql/types/tree/submodule_type_spec.rb
@@ -24536,6 +25148,7 @@
%%WWWDIR%%/spec/helpers/explore_helper_spec.rb
%%WWWDIR%%/spec/helpers/export_helper_spec.rb
%%WWWDIR%%/spec/helpers/external_link_helper_spec.rb
+%%WWWDIR%%/spec/helpers/feature_flags_helper_spec.rb
%%WWWDIR%%/spec/helpers/form_helper_spec.rb
%%WWWDIR%%/spec/helpers/git_helper_spec.rb
%%WWWDIR%%/spec/helpers/gitlab_routing_helper_spec.rb
@@ -24546,6 +25159,7 @@
%%WWWDIR%%/spec/helpers/icons_helper_spec.rb
%%WWWDIR%%/spec/helpers/import_helper_spec.rb
%%WWWDIR%%/spec/helpers/instance_configuration_helper_spec.rb
+%%WWWDIR%%/spec/helpers/invite_members_helper_spec.rb
%%WWWDIR%%/spec/helpers/issuables_helper_spec.rb
%%WWWDIR%%/spec/helpers/issues_helper_spec.rb
%%WWWDIR%%/spec/helpers/labels_helper_spec.rb
@@ -24579,6 +25193,7 @@
%%WWWDIR%%/spec/helpers/snippets_helper_spec.rb
%%WWWDIR%%/spec/helpers/sorting_helper_spec.rb
%%WWWDIR%%/spec/helpers/sourcegraph_helper_spec.rb
+%%WWWDIR%%/spec/helpers/startupjs_helper_spec.rb
%%WWWDIR%%/spec/helpers/storage_helper_spec.rb
%%WWWDIR%%/spec/helpers/submodule_helper_spec.rb
%%WWWDIR%%/spec/helpers/subscribable_banner_helper_spec.rb
@@ -24616,6 +25231,7 @@
%%WWWDIR%%/spec/initializers/rest-client-hostname_override_spec.rb
%%WWWDIR%%/spec/initializers/secret_token_spec.rb
%%WWWDIR%%/spec/initializers/settings_spec.rb
+%%WWWDIR%%/spec/initializers/sidekiq_spec.rb
%%WWWDIR%%/spec/initializers/trusted_proxies_spec.rb
%%WWWDIR%%/spec/initializers/zz_metrics_spec.rb
%%WWWDIR%%/spec/javascripts/.eslintrc.yml
@@ -24653,6 +25269,7 @@
%%WWWDIR%%/spec/lib/api/entities/snippet_spec.rb
%%WWWDIR%%/spec/lib/api/entities/ssh_key_spec.rb
%%WWWDIR%%/spec/lib/api/entities/user_spec.rb
+%%WWWDIR%%/spec/lib/api/github/entities_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/common_helpers_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/graphql_helpers_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/label_helpers_spec.rb
@@ -24684,7 +25301,7 @@
%%WWWDIR%%/spec/lib/backup/files_spec.rb
%%WWWDIR%%/spec/lib/backup/manager_spec.rb
%%WWWDIR%%/spec/lib/backup/pages_spec.rb
-%%WWWDIR%%/spec/lib/backup/repository_spec.rb
+%%WWWDIR%%/spec/lib/backup/repositories_spec.rb
%%WWWDIR%%/spec/lib/backup/uploads_spec.rb
%%WWWDIR%%/spec/lib/banzai/color_parser_spec.rb
%%WWWDIR%%/spec/lib/banzai/commit_renderer_spec.rb
@@ -24823,7 +25440,6 @@
%%WWWDIR%%/spec/lib/forever_spec.rb
%%WWWDIR%%/spec/lib/gitaly/server_spec.rb
%%WWWDIR%%/spec/lib/gitlab/access/branch_protection_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/alert_management/alert_params_spec.rb
%%WWWDIR%%/spec/lib/gitlab/alert_management/alert_status_counts_spec.rb
%%WWWDIR%%/spec/lib/gitlab/alert_management/fingerprint_spec.rb
%%WWWDIR%%/spec/lib/gitlab/alert_management/payload/base_spec.rb
@@ -24831,8 +25447,6 @@
%%WWWDIR%%/spec/lib/gitlab/alert_management/payload/managed_prometheus_spec.rb
%%WWWDIR%%/spec/lib/gitlab/alert_management/payload/prometheus_spec.rb
%%WWWDIR%%/spec/lib/gitlab/alert_management/payload_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/alerting/alert_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/alerting/notification_payload_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/allowable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/base_query_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/median_spec.rb
@@ -24882,6 +25496,8 @@
%%WWWDIR%%/spec/lib/gitlab/auth/o_auth/identity_linker_spec.rb
%%WWWDIR%%/spec/lib/gitlab/auth/o_auth/provider_spec.rb
%%WWWDIR%%/spec/lib/gitlab/auth/o_auth/user_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/auth/otp/strategies/devise_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/auth/otp/strategies/forti_authenticator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/auth/request_authenticator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/auth/saml/auth_hash_spec.rb
%%WWWDIR%%/spec/lib/gitlab/auth/saml/identity_linker_spec.rb
@@ -24893,6 +25509,7 @@
%%WWWDIR%%/spec/lib/gitlab/auth_spec.rb
%%WWWDIR%%/spec/lib/gitlab/authorized_keys_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/add_merge_request_diff_commits_count_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/add_modified_to_approval_merge_request_rule_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_deployment_clusters_from_deployments_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_environment_id_deployment_merge_requests_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_legacy_project_repositories_spec.rb
@@ -24919,6 +25536,7 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_null_private_profile_to_false_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_pages_metadata_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_to_hashed_storage_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_u2f_webauthn_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_users_bio_to_user_details_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_canonical_emails_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_merge_request_assignees_table_spec.rb
@@ -24927,6 +25545,7 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_user_highest_roles_table_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_project_authorizations_with_min_max_user_id_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/replace_blocked_by_links_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/reset_merge_status_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/set_merge_request_diff_files_count_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/set_null_external_diff_store_to_local_value_spec.rb
@@ -24955,6 +25574,7 @@
%%WWWDIR%%/spec/lib/gitlab/blob_helper_spec.rb
%%WWWDIR%%/spec/lib/gitlab/branch_push_merge_commit_analyzer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/build_access_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/bulk_import/client_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cache/ci/project_pipeline_status_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cache/import/caching_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cache/request_cache_spec.rb
@@ -24973,6 +25593,7 @@
%%WWWDIR%%/spec/lib/gitlab/checks/force_push_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/lfs_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/lfs_integrity_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/checks/matching_merge_request_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/project_created_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/project_moved_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/push_check_spec.rb
@@ -25133,6 +25754,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/reports/test_suite_comparer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/reports/test_suite_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/reports/test_suite_summary_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/runner/backoff_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/runner_instructions_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/bridge/common_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/bridge/factory_spec.rb
@@ -25186,16 +25808,21 @@
%%WWWDIR%%/spec/lib/gitlab/ci/templates/Jobs/code_quality_gitlab_ci_yaml_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/templates/Jobs/deploy_gitlab_ci_yaml_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/templates/Jobs/test_gitlab_ci_yaml_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/templates/Terraform/base_gitlab_ci_yaml_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/templates/Verify/load_performance_testing_gitlab_ci_yaml_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/templates/auto_devops_gitlab_ci_yaml_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/templates/managed_cluster_applications_gitlab_ci_yaml_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/templates/templates_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/templates/terraform_latest_gitlab_ci_yaml_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/trace/checksum_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/trace/chunked_io_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/trace/metrics_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/trace/section_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/trace/stream_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/trace_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/variables/collection/item_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/variables/collection_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/yaml_processor/result_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/yaml_processor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci_access_spec.rb
%%WWWDIR%%/spec/lib/gitlab/class_attributes_spec.rb
@@ -25214,6 +25841,8 @@
%%WWWDIR%%/spec/lib/gitlab/conan_token_spec.rb
%%WWWDIR%%/spec/lib/gitlab/config/entry/attributable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/config/entry/boolean_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/config/entry/composable_array_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/config/entry/composable_hash_spec.rb
%%WWWDIR%%/spec/lib/gitlab/config/entry/configurable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/config/entry/factory_spec.rb
%%WWWDIR%%/spec/lib/gitlab/config/entry/simplifiable_spec.rb
@@ -25273,7 +25902,7 @@
%%WWWDIR%%/spec/lib/gitlab/data_builder/wiki_page_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/background_migration_job_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/batch_count_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/database/concurrent_reindex_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/bulk_update_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/connection_timer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/count/exact_count_strategy_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/count/reltuples_count_strategy_spec.rb
@@ -25294,8 +25923,13 @@
%%WWWDIR%%/spec/lib/gitlab/database/partitioning_migration_helpers/foreign_key_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/partitioning_migration_helpers/partitioned_foreign_key_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/partitioning_migration_helpers/table_management_helpers_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/postgres_index_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/postgresql_adapter/dump_schema_versions_mixin_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/postgresql_adapter/force_disconnectable_mixin_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/reindexing/concurrent_reindex_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/reindexing/coordinator_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/reindexing/reindex_action_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/reindexing_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_base_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_projects_spec.rb
@@ -25545,13 +26179,13 @@
%%WWWDIR%%/spec/lib/gitlab/graphql/loaders/batch_project_statistics_loader_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/loaders/batch_root_storage_statistics_loader_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/loaders/issuable_loader_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/markdown_field/resolver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/markdown_field_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/mount_mutation_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/externally_paginated_array_connection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/conditions/not_null_condition_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/conditions/null_condition_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/connection_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/last_items_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/order_info_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/query_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/offset_active_record_relation_connection_spec.rb
@@ -25644,6 +26278,8 @@
%%WWWDIR%%/spec/lib/gitlab/import_export/project/import_task_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/object_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/relation_factory_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/project/sample/date_calculator_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/project/sample/sample_data_relation_tree_restorer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/tree_restorer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/tree_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/reader_spec.rb
@@ -25748,6 +26384,7 @@
%%WWWDIR%%/spec/lib/gitlab/loop_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/mail_room/mail_room_spec.rb
%%WWWDIR%%/spec/lib/gitlab/manifest_import/manifest_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/manifest_import/metadata_spec.rb
%%WWWDIR%%/spec/lib/gitlab/manifest_import/project_creator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/markdown_cache/active_record/extension_spec.rb
%%WWWDIR%%/spec/lib/gitlab/markdown_cache/field_data_spec.rb
@@ -25804,6 +26441,7 @@
%%WWWDIR%%/spec/lib/gitlab/middleware/basic_health_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/go_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/handle_ip_spoof_attack_error_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/middleware/handle_null_bytes_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/multipart/handler_for_jwt_params_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/multipart/handler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/multipart_with_handler_for_jwt_params_spec.rb
@@ -25922,6 +26560,7 @@
%%WWWDIR%%/spec/lib/gitlab/rugged_instrumentation_spec.rb
%%WWWDIR%%/spec/lib/gitlab/runtime_spec.rb
%%WWWDIR%%/spec/lib/gitlab/safe_request_store_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/sample_data_template_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sanitizers/exif_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sanitizers/svg_spec.rb
%%WWWDIR%%/spec/lib/gitlab/search/found_blob_spec.rb
@@ -26015,12 +26654,18 @@
%%WWWDIR%%/spec/lib/gitlab/sql/recursive_cte_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sql/union_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ssh_public_key_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/static_site_editor/config/file_config/entry/global_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/static_site_editor/config/file_config/entry/image_upload_path_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/static_site_editor/config/file_config/entry/mount_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/static_site_editor/config/file_config/entry/mounts_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/static_site_editor/config/file_config/entry/static_site_generator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/static_site_editor/config/file_config_spec.rb
%%WWWDIR%%/spec/lib/gitlab/static_site_editor/config/generated_config_spec.rb
%%WWWDIR%%/spec/lib/gitlab/string_placeholder_replacer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/string_range_marker_spec.rb
%%WWWDIR%%/spec/lib/gitlab/string_regex_marker_spec.rb
%%WWWDIR%%/spec/lib/gitlab/submodule_links_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/subscription_portal_spec.rb
%%WWWDIR%%/spec/lib/gitlab/suggestions/commit_message_spec.rb
%%WWWDIR%%/spec/lib/gitlab/suggestions/file_suggestion_spec.rb
%%WWWDIR%%/spec/lib/gitlab/suggestions/suggestion_set_spec.rb
@@ -26063,6 +26708,7 @@
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/search_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/snippet_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/source_code_counter_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/static_site_editor_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/track_unique_events_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/web_ide_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/wiki_page_counter_spec.rb
@@ -26098,6 +26744,7 @@
%%WWWDIR%%/spec/lib/gitlab/web_ide/config/entry/global_spec.rb
%%WWWDIR%%/spec/lib/gitlab/web_ide/config/entry/terminal_spec.rb
%%WWWDIR%%/spec/lib/gitlab/web_ide/config_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/webpack/manifest_spec.rb
%%WWWDIR%%/spec/lib/gitlab/wiki_file_finder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/wiki_pages/front_matter_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/with_request_store_spec.rb
@@ -26202,12 +26849,15 @@
%%WWWDIR%%/spec/migrations/20200728182311_add_o_auth_paths_to_protected_paths_spec.rb
%%WWWDIR%%/spec/migrations/20200811130433_create_missing_vulnerabilities_issue_links_spec.rb
%%WWWDIR%%/spec/migrations/20200915044225_schedule_migration_to_hashed_storage_spec.rb
+%%WWWDIR%%/spec/migrations/20200929052138_create_initial_versions_for_pre_versioning_terraform_states_spec.rb
+%%WWWDIR%%/spec/migrations/20201014205300_drop_backfill_jira_tracker_deployment_type_jobs_spec.rb
%%WWWDIR%%/spec/migrations/README.md
%%WWWDIR%%/spec/migrations/active_record/schema_spec.rb
%%WWWDIR%%/spec/migrations/add_default_and_free_plans_spec.rb
%%WWWDIR%%/spec/migrations/add_default_value_stream_to_groups_with_group_stages_spec.rb
%%WWWDIR%%/spec/migrations/add_deploy_token_type_to_deploy_tokens_spec.rb
%%WWWDIR%%/spec/migrations/add_incident_settings_to_all_existing_projects_spec.rb
+%%WWWDIR%%/spec/migrations/add_partial_index_to_ci_builds_table_on_user_id_name_spec.rb
%%WWWDIR%%/spec/migrations/add_repository_storages_weighted_to_application_settings_spec.rb
%%WWWDIR%%/spec/migrations/add_temporary_partial_index_on_project_id_to_services_spec.rb
%%WWWDIR%%/spec/migrations/add_unique_constraint_to_approvals_user_id_and_merge_request_id_spec.rb
@@ -26225,6 +26875,7 @@
%%WWWDIR%%/spec/migrations/clean_grafana_url_spec.rb
%%WWWDIR%%/spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_empty_commit_user_mentions_spec.rb
+%%WWWDIR%%/spec/migrations/cleanup_group_import_states_with_null_user_id_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_legacy_artifact_migration_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_optimistic_locking_nulls_pt2_fixed_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_optimistic_locking_nulls_spec.rb
@@ -26244,6 +26895,7 @@
%%WWWDIR%%/spec/migrations/enqueue_reset_merge_status_second_run_spec.rb
%%WWWDIR%%/spec/migrations/enqueue_reset_merge_status_spec.rb
%%WWWDIR%%/spec/migrations/ensure_filled_external_diff_store_on_merge_request_diffs_spec.rb
+%%WWWDIR%%/spec/migrations/ensure_filled_file_store_on_package_files_spec.rb
%%WWWDIR%%/spec/migrations/ensure_target_project_id_is_filled_spec.rb
%%WWWDIR%%/spec/migrations/fill_file_store_ci_job_artifacts_spec.rb
%%WWWDIR%%/spec/migrations/fill_file_store_lfs_objects_spec.rb
@@ -26264,6 +26916,7 @@
%%WWWDIR%%/spec/migrations/migrate_bot_type_to_user_type_spec.rb
%%WWWDIR%%/spec/migrations/migrate_code_owner_approval_status_to_protected_branches_in_batches_spec.rb
%%WWWDIR%%/spec/migrations/migrate_commit_notes_mentions_to_db_spec.rb
+%%WWWDIR%%/spec/migrations/migrate_compliance_framework_enum_to_database_framework_record_spec.rb
%%WWWDIR%%/spec/migrations/migrate_create_commit_signature_worker_sidekiq_queue_spec.rb
%%WWWDIR%%/spec/migrations/migrate_discussion_id_on_promoted_epics_spec.rb
%%WWWDIR%%/spec/migrations/migrate_incident_issues_to_incident_type_spec.rb
@@ -26291,11 +26944,13 @@
%%WWWDIR%%/spec/migrations/reseed_repository_storages_weighted_spec.rb
%%WWWDIR%%/spec/migrations/save_instance_administrators_group_id_spec.rb
%%WWWDIR%%/spec/migrations/schedule_backfill_push_rules_id_in_projects_spec.rb
+%%WWWDIR%%/spec/migrations/schedule_blocked_by_links_replacement_spec.rb
%%WWWDIR%%/spec/migrations/schedule_calculate_wiki_sizes_spec.rb
%%WWWDIR%%/spec/migrations/schedule_fill_valid_time_for_pages_domain_certificates_spec.rb
%%WWWDIR%%/spec/migrations/schedule_link_lfs_objects_projects_spec.rb
%%WWWDIR%%/spec/migrations/schedule_merge_request_assignees_migration_progress_check_spec.rb
%%WWWDIR%%/spec/migrations/schedule_migrate_security_scans_spec.rb
+%%WWWDIR%%/spec/migrations/schedule_migrate_u2f_webauthn_spec.rb
%%WWWDIR%%/spec/migrations/schedule_pages_metadata_migration_spec.rb
%%WWWDIR%%/spec/migrations/schedule_populate_merge_request_assignees_table_spec.rb
%%WWWDIR%%/spec/migrations/schedule_populate_personal_snippet_statistics_spec.rb
@@ -26310,6 +26965,7 @@
%%WWWDIR%%/spec/migrations/seed_repository_storages_weighted_spec.rb
%%WWWDIR%%/spec/migrations/services_remove_temporary_index_on_project_id_spec.rb
%%WWWDIR%%/spec/migrations/set_issue_id_for_all_versions_spec.rb
+%%WWWDIR%%/spec/migrations/set_job_waiter_ttl_spec.rb
%%WWWDIR%%/spec/migrations/sync_issuables_state_id_spec.rb
%%WWWDIR%%/spec/migrations/truncate_user_fullname_spec.rb
%%WWWDIR%%/spec/migrations/unconfirm_wrongfully_verified_emails_spec.rb
@@ -26324,6 +26980,7 @@
%%WWWDIR%%/spec/models/alert_management/alert_assignee_spec.rb
%%WWWDIR%%/spec/models/alert_management/alert_spec.rb
%%WWWDIR%%/spec/models/alert_management/alert_user_mention_spec.rb
+%%WWWDIR%%/spec/models/alert_management/http_integration_spec.rb
%%WWWDIR%%/spec/models/alerting/project_alerting_setting_spec.rb
%%WWWDIR%%/spec/models/analytics/cycle_analytics/project_stage_spec.rb
%%WWWDIR%%/spec/models/analytics/instance_statistics/measurement_spec.rb
@@ -26349,6 +27006,7 @@
%%WWWDIR%%/spec/models/blob_viewer/gitlab_ci_yml_spec.rb
%%WWWDIR%%/spec/models/blob_viewer/go_mod_spec.rb
%%WWWDIR%%/spec/models/blob_viewer/license_spec.rb
+%%WWWDIR%%/spec/models/blob_viewer/markup_spec.rb
%%WWWDIR%%/spec/models/blob_viewer/metrics_dashboard_yml_spec.rb
%%WWWDIR%%/spec/models/blob_viewer/package_json_spec.rb
%%WWWDIR%%/spec/models/blob_viewer/podspec_json_spec.rb
@@ -26360,6 +27018,9 @@
%%WWWDIR%%/spec/models/board_project_recent_visit_spec.rb
%%WWWDIR%%/spec/models/board_spec.rb
%%WWWDIR%%/spec/models/broadcast_message_spec.rb
+%%WWWDIR%%/spec/models/bulk_import_spec.rb
+%%WWWDIR%%/spec/models/bulk_imports/configuration_spec.rb
+%%WWWDIR%%/spec/models/bulk_imports/entity_spec.rb
%%WWWDIR%%/spec/models/chat_name_spec.rb
%%WWWDIR%%/spec/models/chat_team_spec.rb
%%WWWDIR%%/spec/models/ci/artifact_blob_spec.rb
@@ -26367,6 +27028,7 @@
%%WWWDIR%%/spec/models/ci/build_dependencies_spec.rb
%%WWWDIR%%/spec/models/ci/build_metadata_spec.rb
%%WWWDIR%%/spec/models/ci/build_need_spec.rb
+%%WWWDIR%%/spec/models/ci/build_pending_state_spec.rb
%%WWWDIR%%/spec/models/ci/build_report_result_spec.rb
%%WWWDIR%%/spec/models/ci/build_runner_session_spec.rb
%%WWWDIR%%/spec/models/ci/build_spec.rb
@@ -26378,6 +27040,7 @@
%%WWWDIR%%/spec/models/ci/build_trace_section_spec.rb
%%WWWDIR%%/spec/models/ci/build_trace_spec.rb
%%WWWDIR%%/spec/models/ci/daily_build_group_report_result_spec.rb
+%%WWWDIR%%/spec/models/ci/deleted_object_spec.rb
%%WWWDIR%%/spec/models/ci/freeze_period_spec.rb
%%WWWDIR%%/spec/models/ci/freeze_period_status_spec.rb
%%WWWDIR%%/spec/models/ci/group_spec.rb
@@ -26589,6 +27252,7 @@
%%WWWDIR%%/spec/models/issue/metrics_spec.rb
%%WWWDIR%%/spec/models/issue_assignee_spec.rb
%%WWWDIR%%/spec/models/issue_collection_spec.rb
+%%WWWDIR%%/spec/models/issue_email_participant_spec.rb
%%WWWDIR%%/spec/models/issue_link_spec.rb
%%WWWDIR%%/spec/models/issue_spec.rb
%%WWWDIR%%/spec/models/iteration_spec.rb
@@ -26672,6 +27336,7 @@
%%WWWDIR%%/spec/models/plan_spec.rb
%%WWWDIR%%/spec/models/pool_repository_spec.rb
%%WWWDIR%%/spec/models/postgresql/replication_slot_spec.rb
+%%WWWDIR%%/spec/models/preloaders/merge_request_diff_preloader_spec.rb
%%WWWDIR%%/spec/models/product_analytics_event_spec.rb
%%WWWDIR%%/spec/models/programming_language_spec.rb
%%WWWDIR%%/spec/models/project_authorization_spec.rb
@@ -26745,6 +27410,7 @@
%%WWWDIR%%/spec/models/project_spec.rb
%%WWWDIR%%/spec/models/project_statistics_spec.rb
%%WWWDIR%%/spec/models/project_team_spec.rb
+%%WWWDIR%%/spec/models/project_tracing_setting_spec.rb
%%WWWDIR%%/spec/models/project_wiki_spec.rb
%%WWWDIR%%/spec/models/prometheus_alert_event_spec.rb
%%WWWDIR%%/spec/models/prometheus_alert_spec.rb
@@ -26769,7 +27435,6 @@
%%WWWDIR%%/spec/models/resource_label_event_spec.rb
%%WWWDIR%%/spec/models/resource_milestone_event_spec.rb
%%WWWDIR%%/spec/models/resource_state_event_spec.rb
-%%WWWDIR%%/spec/models/resource_weight_event_spec.rb
%%WWWDIR%%/spec/models/review_spec.rb
%%WWWDIR%%/spec/models/route_spec.rb
%%WWWDIR%%/spec/models/sent_notification_spec.rb
@@ -26822,7 +27487,6 @@
%%WWWDIR%%/spec/models/wiki_page/meta_spec.rb
%%WWWDIR%%/spec/models/wiki_page/slug_spec.rb
%%WWWDIR%%/spec/models/wiki_page_spec.rb
-%%WWWDIR%%/spec/models/wiki_spec.rb
%%WWWDIR%%/spec/models/x509_certificate_spec.rb
%%WWWDIR%%/spec/models/x509_commit_signature_spec.rb
%%WWWDIR%%/spec/models/x509_issuer_spec.rb
@@ -26833,6 +27497,7 @@
%%WWWDIR%%/spec/policies/base_policy_spec.rb
%%WWWDIR%%/spec/policies/blob_policy_spec.rb
%%WWWDIR%%/spec/policies/board_policy_spec.rb
+%%WWWDIR%%/spec/policies/ci/bridge_policy_spec.rb
%%WWWDIR%%/spec/policies/ci/build_policy_spec.rb
%%WWWDIR%%/spec/policies/ci/pipeline_policy_spec.rb
%%WWWDIR%%/spec/policies/ci/pipeline_schedule_policy_spec.rb
@@ -26870,6 +27535,7 @@
%%WWWDIR%%/spec/policies/project_statistics_policy_spec.rb
%%WWWDIR%%/spec/policies/protected_branch_policy_spec.rb
%%WWWDIR%%/spec/policies/resource_label_event_policy_spec.rb
+%%WWWDIR%%/spec/policies/terraform/state_policy_spec.rb
%%WWWDIR%%/spec/policies/todo_policy_spec.rb
%%WWWDIR%%/spec/policies/user_policy_spec.rb
%%WWWDIR%%/spec/policies/wiki_page_policy_spec.rb
@@ -26916,7 +27582,6 @@
%%WWWDIR%%/spec/presenters/project_member_presenter_spec.rb
%%WWWDIR%%/spec/presenters/project_presenter_spec.rb
%%WWWDIR%%/spec/presenters/projects/import_export/project_export_presenter_spec.rb
-%%WWWDIR%%/spec/presenters/projects/prometheus/alert_presenter_spec.rb
%%WWWDIR%%/spec/presenters/projects/settings/deploy_keys_presenter_spec.rb
%%WWWDIR%%/spec/presenters/prometheus_alert_presenter_spec.rb
%%WWWDIR%%/spec/presenters/release_presenter_spec.rb
@@ -26936,6 +27601,7 @@
%%WWWDIR%%/spec/requests/api/admin/instance_clusters_spec.rb
%%WWWDIR%%/spec/requests/api/admin/sidekiq_spec.rb
%%WWWDIR%%/spec/requests/api/api_guard/admin_mode_middleware_spec.rb
+%%WWWDIR%%/spec/requests/api/api_guard/response_coercer_middleware_spec.rb
%%WWWDIR%%/spec/requests/api/api_spec.rb
%%WWWDIR%%/spec/requests/api/appearance_spec.rb
%%WWWDIR%%/spec/requests/api/applications_spec.rb
@@ -26961,6 +27627,8 @@
%%WWWDIR%%/spec/requests/api/conan_instance_packages_spec.rb
%%WWWDIR%%/spec/requests/api/conan_project_packages_spec.rb
%%WWWDIR%%/spec/requests/api/container_registry_event_spec.rb
+%%WWWDIR%%/spec/requests/api/debian_group_packages_spec.rb
+%%WWWDIR%%/spec/requests/api/debian_project_packages_spec.rb
%%WWWDIR%%/spec/requests/api/deploy_keys_spec.rb
%%WWWDIR%%/spec/requests/api/deploy_tokens_spec.rb
%%WWWDIR%%/spec/requests/api/deployments_spec.rb
@@ -26969,6 +27637,9 @@
%%WWWDIR%%/spec/requests/api/environments_spec.rb
%%WWWDIR%%/spec/requests/api/error_tracking_spec.rb
%%WWWDIR%%/spec/requests/api/events_spec.rb
+%%WWWDIR%%/spec/requests/api/feature_flag_scopes_spec.rb
+%%WWWDIR%%/spec/requests/api/feature_flags_spec.rb
+%%WWWDIR%%/spec/requests/api/feature_flags_user_lists_spec.rb
%%WWWDIR%%/spec/requests/api/features_spec.rb
%%WWWDIR%%/spec/requests/api/files_spec.rb
%%WWWDIR%%/spec/requests/api/freeze_periods_spec.rb
@@ -26986,6 +27657,7 @@
%%WWWDIR%%/spec/requests/api/graphql/gitlab_schema_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/group/group_members_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/group/labels_query_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/group/merge_requests_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/group/milestones_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/group_query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/instance_statistics_measurements_spec.rb
@@ -27004,9 +27676,11 @@
%%WWWDIR%%/spec/requests/api/graphql/mutations/award_emojis/add_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/award_emojis/remove_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/award_emojis/toggle_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/boards/create_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/boards/destroy_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/boards/issues/issue_move_list_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/boards/lists/create_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/boards/lists/destroy_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/boards/lists/update_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/branches/create_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/ci/pipeline_cancel_spec.rb
@@ -27018,6 +27692,8 @@
%%WWWDIR%%/spec/requests/api/graphql/mutations/design_management/move_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/design_management/upload_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/discussions/toggle_resolve_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/issues/create_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/issues/move_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/issues/set_confidential_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/issues/set_locked_spec.rb
@@ -27075,6 +27751,7 @@
%%WWWDIR%%/spec/requests/api/graphql/project/merge_request/diff_notes_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/merge_request_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/merge_requests_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/project/milestones_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/packages_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/pipeline_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/project_statistics_spec.rb
@@ -27108,6 +27785,7 @@
%%WWWDIR%%/spec/requests/api/import_github_spec.rb
%%WWWDIR%%/spec/requests/api/internal/base_spec.rb
%%WWWDIR%%/spec/requests/api/internal/kubernetes_spec.rb
+%%WWWDIR%%/spec/requests/api/internal/lfs_spec.rb
%%WWWDIR%%/spec/requests/api/internal/pages_spec.rb
%%WWWDIR%%/spec/requests/api/issue_links_spec.rb
%%WWWDIR%%/spec/requests/api/issues/get_group_issues_spec.rb
@@ -27177,8 +27855,10 @@
%%WWWDIR%%/spec/requests/api/task_completion_status_spec.rb
%%WWWDIR%%/spec/requests/api/templates_spec.rb
%%WWWDIR%%/spec/requests/api/terraform/state_spec.rb
+%%WWWDIR%%/spec/requests/api/terraform/state_version_spec.rb
%%WWWDIR%%/spec/requests/api/todos_spec.rb
%%WWWDIR%%/spec/requests/api/triggers_spec.rb
+%%WWWDIR%%/spec/requests/api/unleash_spec.rb
%%WWWDIR%%/spec/requests/api/usage_data_spec.rb
%%WWWDIR%%/spec/requests/api/user_counts_spec.rb
%%WWWDIR%%/spec/requests/api/users_spec.rb
@@ -27218,14 +27898,15 @@
%%WWWDIR%%/spec/requests/sessions_spec.rb
%%WWWDIR%%/spec/requests/user_activity_spec.rb
%%WWWDIR%%/spec/requests/user_avatar_spec.rb
+%%WWWDIR%%/spec/requests/user_sends_null_bytes_spec.rb
%%WWWDIR%%/spec/requests/user_spoofs_ip_spec.rb
+%%WWWDIR%%/spec/requests/whats_new_controller_spec.rb
%%WWWDIR%%/spec/routing/admin/serverless/domains_controller_routing_spec.rb
%%WWWDIR%%/spec/routing/admin_routing_spec.rb
%%WWWDIR%%/spec/routing/environments_spec.rb
%%WWWDIR%%/spec/routing/git_http_routing_spec.rb
%%WWWDIR%%/spec/routing/group_routing_spec.rb
%%WWWDIR%%/spec/routing/import_routing_spec.rb
-%%WWWDIR%%/spec/routing/instance_statistics_routing_spec.rb
%%WWWDIR%%/spec/routing/notifications_routing_spec.rb
%%WWWDIR%%/spec/routing/openid_connect_spec.rb
%%WWWDIR%%/spec/routing/project_routing_spec.rb
@@ -27233,7 +27914,7 @@
%%WWWDIR%%/spec/routing/uploads_routing_spec.rb
%%WWWDIR%%/spec/rubocop/code_reuse_helpers_spec.rb
%%WWWDIR%%/spec/rubocop/cop/active_record_association_reload_spec.rb
-%%WWWDIR%%/spec/rubocop/cop/api/grape_api_instance_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/api/base_spec.rb
%%WWWDIR%%/spec/rubocop/cop/api/grape_array_missing_coerce_spec.rb
%%WWWDIR%%/spec/rubocop/cop/avoid_becomes_spec.rb
%%WWWDIR%%/spec/rubocop/cop/avoid_break_from_strong_memoize_spec.rb
@@ -27266,6 +27947,8 @@
%%WWWDIR%%/spec/rubocop/cop/gitlab/union_spec.rb
%%WWWDIR%%/spec/rubocop/cop/graphql/authorize_types_spec.rb
%%WWWDIR%%/spec/rubocop/cop/graphql/descriptions_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/graphql/gid_expected_type_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/graphql/id_type_spec.rb
%%WWWDIR%%/spec/rubocop/cop/graphql/json_type_spec.rb
%%WWWDIR%%/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb
%%WWWDIR%%/spec/rubocop/cop/ignored_columns_spec.rb
@@ -27308,10 +27991,13 @@
%%WWWDIR%%/spec/rubocop/cop/rspec/any_instance_of_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/be_success_matcher_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/env_assignment_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/rspec/expect_gitlab_tracking_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/factories_in_migration_specs_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/rspec/factory_bot/inline_association_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/have_gitlab_http_status_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/modify_sidekiq_middleware_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/timecop_freeze_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/rspec/timecop_travel_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/top_level_describe_path_spec.rb
%%WWWDIR%%/spec/rubocop/cop/ruby_interpolation_in_translation_spec.rb
%%WWWDIR%%/spec/rubocop/cop/safe_params_spec.rb
@@ -27353,6 +28039,8 @@
%%WWWDIR%%/spec/serializers/ci/lint/job_entity_spec.rb
%%WWWDIR%%/spec/serializers/ci/lint/result_entity_spec.rb
%%WWWDIR%%/spec/serializers/ci/lint/result_serializer_spec.rb
+%%WWWDIR%%/spec/serializers/ci/trigger_entity_spec.rb
+%%WWWDIR%%/spec/serializers/ci/trigger_serializer_spec.rb
%%WWWDIR%%/spec/serializers/ci/variable_entity_spec.rb
%%WWWDIR%%/spec/serializers/cluster_application_entity_spec.rb
%%WWWDIR%%/spec/serializers/cluster_entity_spec.rb
@@ -27388,6 +28076,11 @@
%%WWWDIR%%/spec/serializers/evidences/project_entity_spec.rb
%%WWWDIR%%/spec/serializers/evidences/release_entity_spec.rb
%%WWWDIR%%/spec/serializers/evidences/release_serializer_spec.rb
+%%WWWDIR%%/spec/serializers/feature_flag_entity_spec.rb
+%%WWWDIR%%/spec/serializers/feature_flag_serializer_spec.rb
+%%WWWDIR%%/spec/serializers/feature_flag_summary_entity_spec.rb
+%%WWWDIR%%/spec/serializers/feature_flag_summary_serializer_spec.rb
+%%WWWDIR%%/spec/serializers/feature_flags_client_serializer_spec.rb
%%WWWDIR%%/spec/serializers/fork_namespace_entity_spec.rb
%%WWWDIR%%/spec/serializers/fork_namespace_serializer_spec.rb
%%WWWDIR%%/spec/serializers/group_child_entity_spec.rb
@@ -27397,6 +28090,7 @@
%%WWWDIR%%/spec/serializers/group_group_link_serializer_spec.rb
%%WWWDIR%%/spec/serializers/import/bitbucket_provider_repo_entity_spec.rb
%%WWWDIR%%/spec/serializers/import/bitbucket_server_provider_repo_entity_spec.rb
+%%WWWDIR%%/spec/serializers/import/bulk_import_entity_spec.rb
%%WWWDIR%%/spec/serializers/import/fogbugz_provider_repo_entity_spec.rb
%%WWWDIR%%/spec/serializers/import/githubish_provider_repo_entity_spec.rb
%%WWWDIR%%/spec/serializers/import/gitlab_provider_repo_entity_spec.rb
@@ -27504,7 +28198,9 @@
%%WWWDIR%%/spec/services/branches/delete_service_spec.rb
%%WWWDIR%%/spec/services/branches/diverging_commit_counts_service_spec.rb
%%WWWDIR%%/spec/services/branches/validate_new_service_spec.rb
+%%WWWDIR%%/spec/services/bulk_create_integration_service_spec.rb
%%WWWDIR%%/spec/services/bulk_push_event_payload_service_spec.rb
+%%WWWDIR%%/spec/services/bulk_update_integration_service_spec.rb
%%WWWDIR%%/spec/services/chat_names/authorize_user_service_spec.rb
%%WWWDIR%%/spec/services/chat_names/find_user_service_spec.rb
%%WWWDIR%%/spec/services/ci/archive_trace_service_spec.rb
@@ -27528,6 +28224,7 @@
%%WWWDIR%%/spec/services/ci/create_pipeline_service_spec.rb
%%WWWDIR%%/spec/services/ci/create_web_ide_terminal_service_spec.rb
%%WWWDIR%%/spec/services/ci/daily_build_group_report_result_service_spec.rb
+%%WWWDIR%%/spec/services/ci/delete_objects_service_spec.rb
%%WWWDIR%%/spec/services/ci/destroy_expired_job_artifacts_service_spec.rb
%%WWWDIR%%/spec/services/ci/destroy_pipeline_service_spec.rb
%%WWWDIR%%/spec/services/ci/ensure_stage_service_spec.rb
@@ -27537,6 +28234,7 @@
%%WWWDIR%%/spec/services/ci/find_exposed_artifacts_service_spec.rb
%%WWWDIR%%/spec/services/ci/generate_coverage_reports_service_spec.rb
%%WWWDIR%%/spec/services/ci/generate_terraform_reports_service_spec.rb
+%%WWWDIR%%/spec/services/ci/list_config_variables_service_spec.rb
%%WWWDIR%%/spec/services/ci/parse_dotenv_artifact_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_bridge_status_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_processing/atomic_processing_service/status_collection_spec.rb
@@ -27583,6 +28281,7 @@
%%WWWDIR%%/spec/services/ci/pipeline_schedule_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_trigger_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipelines/create_artifact_service_spec.rb
+%%WWWDIR%%/spec/services/ci/play_bridge_service_spec.rb
%%WWWDIR%%/spec/services/ci/play_build_service_spec.rb
%%WWWDIR%%/spec/services/ci/play_manual_stage_service_spec.rb
%%WWWDIR%%/spec/services/ci/prepare_build_service_spec.rb
@@ -27650,11 +28349,13 @@
%%WWWDIR%%/spec/services/container_expiration_policy_service_spec.rb
%%WWWDIR%%/spec/services/deploy_keys/collect_keys_service_spec.rb
%%WWWDIR%%/spec/services/deploy_keys/create_service_spec.rb
-%%WWWDIR%%/spec/services/deployments/after_create_service_spec.rb
%%WWWDIR%%/spec/services/deployments/create_service_spec.rb
%%WWWDIR%%/spec/services/deployments/link_merge_requests_service_spec.rb
%%WWWDIR%%/spec/services/deployments/older_deployments_drop_service_spec.rb
+%%WWWDIR%%/spec/services/deployments/update_environment_service_spec.rb
%%WWWDIR%%/spec/services/deployments/update_service_spec.rb
+%%WWWDIR%%/spec/services/design_management/copy_design_collection/copy_service_spec.rb
+%%WWWDIR%%/spec/services/design_management/copy_design_collection/queue_service_spec.rb
%%WWWDIR%%/spec/services/design_management/delete_designs_service_spec.rb
%%WWWDIR%%/spec/services/design_management/design_user_notes_count_service_spec.rb
%%WWWDIR%%/spec/services/design_management/generate_image_versions_service_spec.rb
@@ -27680,6 +28381,11 @@
%%WWWDIR%%/spec/services/error_tracking/list_projects_service_spec.rb
%%WWWDIR%%/spec/services/event_create_service_spec.rb
%%WWWDIR%%/spec/services/events/render_service_spec.rb
+%%WWWDIR%%/spec/services/feature_flags/create_service_spec.rb
+%%WWWDIR%%/spec/services/feature_flags/destroy_service_spec.rb
+%%WWWDIR%%/spec/services/feature_flags/disable_service_spec.rb
+%%WWWDIR%%/spec/services/feature_flags/enable_service_spec.rb
+%%WWWDIR%%/spec/services/feature_flags/update_service_spec.rb
%%WWWDIR%%/spec/services/files/create_service_spec.rb
%%WWWDIR%%/spec/services/files/delete_service_spec.rb
%%WWWDIR%%/spec/services/files/multi_service_spec.rb
@@ -27718,6 +28424,7 @@
%%WWWDIR%%/spec/services/import_export_clean_up_service_spec.rb
%%WWWDIR%%/spec/services/incident_management/create_incident_label_service_spec.rb
%%WWWDIR%%/spec/services/incident_management/incidents/create_service_spec.rb
+%%WWWDIR%%/spec/services/incident_management/incidents/update_severity_service_spec.rb
%%WWWDIR%%/spec/services/incident_management/pager_duty/create_incident_issue_service_spec.rb
%%WWWDIR%%/spec/services/incident_management/pager_duty/process_webhook_service_spec.rb
%%WWWDIR%%/spec/services/integrations/test/project_service_spec.rb
@@ -27768,6 +28475,7 @@
%%WWWDIR%%/spec/services/members/approve_access_request_service_spec.rb
%%WWWDIR%%/spec/services/members/create_service_spec.rb
%%WWWDIR%%/spec/services/members/destroy_service_spec.rb
+%%WWWDIR%%/spec/services/members/invitation_reminder_email_service_spec.rb
%%WWWDIR%%/spec/services/members/request_access_service_spec.rb
%%WWWDIR%%/spec/services/members/unassign_issuables_service_spec.rb
%%WWWDIR%%/spec/services/members/update_service_spec.rb
@@ -27786,6 +28494,7 @@
%%WWWDIR%%/spec/services/merge_requests/create_pipeline_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/create_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/delete_non_latest_diffs_service_spec.rb
+%%WWWDIR%%/spec/services/merge_requests/export_csv_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/ff_merge_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/get_urls_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/link_lfs_objects_service_spec.rb
@@ -27834,6 +28543,7 @@
%%WWWDIR%%/spec/services/milestones/promote_service_spec.rb
%%WWWDIR%%/spec/services/milestones/transfer_service_spec.rb
%%WWWDIR%%/spec/services/milestones/update_service_spec.rb
+%%WWWDIR%%/spec/services/namespace_settings/update_service_spec.rb
%%WWWDIR%%/spec/services/namespaces/statistics_refresher_service_spec.rb
%%WWWDIR%%/spec/services/note_summary_spec.rb
%%WWWDIR%%/spec/services/notes/build_service_spec.rb
@@ -27856,7 +28566,10 @@
%%WWWDIR%%/spec/services/packages/conan/create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/conan/search_service_spec.rb
%%WWWDIR%%/spec/services/packages/create_dependency_service_spec.rb
+%%WWWDIR%%/spec/services/packages/create_event_service_spec.rb
%%WWWDIR%%/spec/services/packages/create_package_file_service_spec.rb
+%%WWWDIR%%/spec/services/packages/generic/create_package_file_service_spec.rb
+%%WWWDIR%%/spec/services/packages/generic/find_or_create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/maven/create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/maven/find_or_create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/npm/create_package_service_spec.rb
@@ -28020,6 +28733,7 @@
%%WWWDIR%%/spec/services/system_notes/base_service_spec.rb
%%WWWDIR%%/spec/services/system_notes/commit_service_spec.rb
%%WWWDIR%%/spec/services/system_notes/design_management_service_spec.rb
+%%WWWDIR%%/spec/services/system_notes/incident_service_spec.rb
%%WWWDIR%%/spec/services/system_notes/issuables_service_spec.rb
%%WWWDIR%%/spec/services/system_notes/merge_requests_service_spec.rb
%%WWWDIR%%/spec/services/system_notes/time_tracking_service_spec.rb
@@ -28042,6 +28756,7 @@
%%WWWDIR%%/spec/services/upload_service_spec.rb
%%WWWDIR%%/spec/services/user_project_access_changed_service_spec.rb
%%WWWDIR%%/spec/services/users/activity_service_spec.rb
+%%WWWDIR%%/spec/services/users/approve_service_spec.rb
%%WWWDIR%%/spec/services/users/block_service_spec.rb
%%WWWDIR%%/spec/services/users/build_service_spec.rb
%%WWWDIR%%/spec/services/users/create_service_spec.rb
@@ -28057,8 +28772,10 @@
%%WWWDIR%%/spec/services/users/update_canonical_email_service_spec.rb
%%WWWDIR%%/spec/services/users/update_highest_member_role_service_spec.rb
%%WWWDIR%%/spec/services/users/update_service_spec.rb
+%%WWWDIR%%/spec/services/users/validate_otp_service_spec.rb
%%WWWDIR%%/spec/services/verify_pages_domain_service_spec.rb
%%WWWDIR%%/spec/services/web_hook_service_spec.rb
+%%WWWDIR%%/spec/services/web_hooks/destroy_service_spec.rb
%%WWWDIR%%/spec/services/webauthn/authenticate_service_spec.rb
%%WWWDIR%%/spec/services/webauthn/register_service_spec.rb
%%WWWDIR%%/spec/services/wiki_pages/base_service_spec.rb
@@ -28114,6 +28831,7 @@
%%WWWDIR%%/spec/support/helpers/access_matchers_helpers.rb
%%WWWDIR%%/spec/support/helpers/admin_mode_helpers.rb
%%WWWDIR%%/spec/support/helpers/api_helpers.rb
+%%WWWDIR%%/spec/support/helpers/api_internal_base_helpers.rb
%%WWWDIR%%/spec/support/helpers/api_validators_helpers.rb
%%WWWDIR%%/spec/support/helpers/assets_helpers.rb
%%WWWDIR%%/spec/support/helpers/bare_repo_operations.rb
@@ -28142,7 +28860,9 @@
%%WWWDIR%%/spec/support/helpers/fake_webauthn_device.rb
%%WWWDIR%%/spec/support/helpers/fast_rails_root.rb
%%WWWDIR%%/spec/support/helpers/feature_flag_helpers.rb
+%%WWWDIR%%/spec/support/helpers/features/blob_spec_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/branches_helpers.rb
+%%WWWDIR%%/spec/support/helpers/features/canonical_link_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/editor_lite_spec_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/list_rows_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/notes_helpers.rb
@@ -28264,6 +28984,7 @@
%%WWWDIR%%/spec/support/matchers/be_a_binary_string.rb
%%WWWDIR%%/spec/support/matchers/be_like_time.rb
%%WWWDIR%%/spec/support/matchers/be_n_plus_1_query.rb
+%%WWWDIR%%/spec/support/matchers/be_sorted.rb
%%WWWDIR%%/spec/support/matchers/be_url.rb
%%WWWDIR%%/spec/support/matchers/be_utf8.rb
%%WWWDIR%%/spec/support/matchers/be_valid_commit.rb
@@ -28301,6 +29022,8 @@
%%WWWDIR%%/spec/support/migration.rb
%%WWWDIR%%/spec/support/migrations_helpers/cluster_helpers.rb
%%WWWDIR%%/spec/support/migrations_helpers/namespaces_helper.rb
+%%WWWDIR%%/spec/support/migrations_helpers/schema_version_finder.rb
+%%WWWDIR%%/spec/support/models/merge_request_without_merge_request_diff.rb
%%WWWDIR%%/spec/support/non_existing_records_helper.rb
%%WWWDIR%%/spec/support/omni_auth.rb
%%WWWDIR%%/spec/support/omniauth_strategy.rb
@@ -28343,6 +29066,7 @@
%%WWWDIR%%/spec/support/shared_contexts/json_response_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/lib/gitlab/git_access_shared_examples.rb
%%WWWDIR%%/spec/support/shared_contexts/lib/gitlab/import_export/project/rake_task_object_storage_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/lib/gitlab/import_export/relation_tree_restorer_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/lib/gitlab/middleware/multipart_shared_contexts.rb
%%WWWDIR%%/spec/support/shared_contexts/mailers/notify_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/merge_request_create_shared_context.rb
@@ -28380,12 +29104,14 @@
%%WWWDIR%%/spec/support/shared_examples/ci/jobs_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/ci/pipeline_email_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/ci/stage_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/controllers/access_tokens_controller_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/application_settings_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/cache_control_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/clusters_controller_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/concerns/graceful_timeout_handling_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/content_disposition_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/deploy_token_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/controllers/destroy_hook_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/discussions_provider_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/environments_controller_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/error_tracking_shared_examples.rb
@@ -28426,16 +29152,20 @@
%%WWWDIR%%/spec/support/shared_examples/features/editable_merge_request_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/error_tracking_shared_example.rb
%%WWWDIR%%/spec/support/shared_examples/features/file_uploads_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/issuable_invite_members_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/issuable_sidebar_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/issuables_user_dropdown_behaviors_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/master_manages_access_requests_shared_example.rb
%%WWWDIR%%/spec/support/shared_examples/features/multiple_assignees_mr_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/multiple_reviewers_mr_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/navbar_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/packages_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/page_description_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/project_features_apply_to_issuables_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/project_list_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/project_upload_files_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/protected_branches_access_control_ce_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/protected_branches_with_deploy_keys_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/reportable_note_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/resolving_discussions_in_issues_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/rss_shared_examples.rb
@@ -28444,7 +29174,17 @@
%%WWWDIR%%/spec/support/shared_examples/features/showing_user_status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/snippets_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/variable_list_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/features/wiki_file_attachments_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/file_attachments_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_creates_wiki_page_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_deletes_wiki_page_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_previews_wiki_changes_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_updates_wiki_page_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_uses_wiki_shortcuts_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_views_asciidoc_page_with_includes_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_views_wiki_empty_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_views_wiki_page_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_views_wiki_pages_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/wiki/user_views_wiki_sidebar_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/finders/assignees_filter_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/finders/finder_with_external_authorization_enabled_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/finders/snippet_visibility_shared_examples.rb
@@ -28457,8 +29197,10 @@
%%WWWDIR%%/spec/support/shared_examples/graphql/label_fields.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/members_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/mutation_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/graphql/mutations/boards_create_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/mutations/resolves_subscription_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/mutations/set_assignees_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/graphql/mutations/spammable_mutation_fields_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/notes_creation_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/notes_on_noteables_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/projects/merge_request_n_plus_one_query_examples.rb
@@ -28493,6 +29235,7 @@
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/import_export/import_failure_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/import_export/project/rake_task_object_storage_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/import_export/project/tree_restorer_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/import_export/relation_factory_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/jira_import/base_importer_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/kubernetes/network_policy_common_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/ldap_shared_examples.rb
@@ -28502,8 +29245,11 @@
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/position_formatters_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/project_search_results_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/repo_type_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/repository_size_checker_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/search/recent_items.rb
-%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/search_issue_state_filter_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/search_confidential_filter_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/search_results_sorted_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/search_state_filter_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/sql/set_operator_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/template/template_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/unique_ip_check_shared_examples.rb
@@ -28536,6 +29282,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/concerns/issuable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/limitable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/redactable_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/models/concerns/shardable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/timebox_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/cycle_analytics_stage_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/diff_note_after_commit_shared_examples.rb
@@ -28556,6 +29303,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/resource_event_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/resource_timebox_event_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/slack_mattermost_notifications_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/models/snippet_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/synthetic_note_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/taskable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/throttled_touch_shared_examples.rb
@@ -28571,6 +29319,7 @@
%%WWWDIR%%/spec/support/shared_examples/policies/clusterable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/policies/namespace_policy_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/policies/project_policy_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/policies/resource_access_token_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/policies/wiki_policies_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/policies/within_timeframe_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/quick_actions/commit/tag_quick_action_shared_examples.rb
@@ -28588,6 +29337,7 @@
%%WWWDIR%%/spec/support/shared_examples/requests/api/conan_packages_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/container_repositories_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/custom_attributes_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/api/debian_packages_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/diff_discussions_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/discussions_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/group_and_project_boards_query_shared_examples.rb
@@ -28616,12 +29366,14 @@
%%WWWDIR%%/spec/support/shared_examples/requests/api/snippets_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/time_tracking_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/api/tracking_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/graphql_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/lfs_http_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/rack_attack_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/response_status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/self_monitoring_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/snippet_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/user_activity_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requires_variables_shared_example.rb
%%WWWDIR%%/spec/support/shared_examples/routing/legacy_path_redirect_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/routing/resource_routing_shared_examples.rb
@@ -28656,6 +29408,7 @@
%%WWWDIR%%/spec/support/shared_examples/services/packages_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/pages_size_limit_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/projects/update_repository_storage_service_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/services/projects/urls_with_escaped_elements_shared_example.rb
%%WWWDIR%%/spec/support/shared_examples/services/resource_events/change_milestone_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/snippets_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/updating_mentions_shared_examples.rb
@@ -28670,6 +29423,7 @@
%%WWWDIR%%/spec/support/shared_examples/uploaders/object_storage_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/uploaders/upload_type_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/uploaders/workers/object_storage/migrate_uploads_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/validators/ip_address_validator_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/validators/url_validator_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/views/pipeline_status_changes_email.rb
%%WWWDIR%%/spec/support/shared_examples/views/plain_text_email.rb
@@ -28746,6 +29500,7 @@
%%WWWDIR%%/spec/uploaders/namespace_file_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/object_storage_spec.rb
%%WWWDIR%%/spec/uploaders/packages/package_file_uploader_spec.rb
+%%WWWDIR%%/spec/uploaders/pages/deployment_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/personal_file_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/records_uploads_spec.rb
%%WWWDIR%%/spec/uploaders/terraform/state_uploader_spec.rb
@@ -28762,6 +29517,7 @@
%%WWWDIR%%/spec/validators/devise_email_validator_spec.rb
%%WWWDIR%%/spec/validators/future_date_validator_spec.rb
%%WWWDIR%%/spec/validators/html_safety_validator_spec.rb
+%%WWWDIR%%/spec/validators/ip_address_validator_spec.rb
%%WWWDIR%%/spec/validators/js_regex_validator_spec.rb
%%WWWDIR%%/spec/validators/json_schema_validator_spec.rb
%%WWWDIR%%/spec/validators/named_ecdsa_key_validator_spec.rb
@@ -28797,6 +29553,7 @@
%%WWWDIR%%/spec/views/help/instance_configuration.html.haml_spec.rb
%%WWWDIR%%/spec/views/help/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/import/gitlab_projects/new.html.haml_spec.rb
+%%WWWDIR%%/spec/views/jira_connect/subscriptions/index.html.haml_spec.rb
%%WWWDIR%%/spec/views/layouts/_flash.html.haml_spec.rb
%%WWWDIR%%/spec/views/layouts/_head.html.haml_spec.rb
%%WWWDIR%%/spec/views/layouts/application.html.haml_spec.rb
@@ -28840,7 +29597,6 @@
%%WWWDIR%%/spec/views/projects/jobs/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/merge_requests/_commits.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/merge_requests/creations/_new_submit.html.haml_spec.rb
-%%WWWDIR%%/spec/views/projects/merge_requests/diffs/_diffs.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/merge_requests/edit.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/merge_requests/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/notes/_more_actions_dropdown.html.haml_spec.rb
@@ -28855,6 +29611,7 @@
%%WWWDIR%%/spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/settings/operations/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/tags/index.html.haml_spec.rb
+%%WWWDIR%%/spec/views/projects/tracing/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/tree/_tree_row.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/tree/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/registrations/welcome.html.haml_spec.rb
@@ -28898,11 +29655,13 @@
%%WWWDIR%%/spec/workers/ci/build_trace_chunk_flush_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/create_cross_project_pipeline_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/daily_build_group_report_results_worker_spec.rb
+%%WWWDIR%%/spec/workers/ci/delete_objects_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/pipeline_bridge_status_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/pipeline_success_unlock_artifacts_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/pipelines/create_artifact_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/ref_delete_unlock_artifacts_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/resource_groups/assign_resource_from_resource_group_worker_spec.rb
+%%WWWDIR%%/spec/workers/ci/schedule_delete_objects_cron_worker_spec.rb
%%WWWDIR%%/spec/workers/ci_platform_metrics_update_cron_worker_spec.rb
%%WWWDIR%%/spec/workers/cleanup_container_repository_worker_spec.rb
%%WWWDIR%%/spec/workers/cluster_configure_istio_worker_spec.rb
@@ -28925,6 +29684,8 @@
%%WWWDIR%%/spec/workers/concerns/gitlab/github_import/rescheduling_methods_spec.rb
%%WWWDIR%%/spec/workers/concerns/gitlab/github_import/stage_methods_spec.rb
%%WWWDIR%%/spec/workers/concerns/gitlab/notify_upon_death_spec.rb
+%%WWWDIR%%/spec/workers/concerns/limited_capacity/job_tracker_spec.rb
+%%WWWDIR%%/spec/workers/concerns/limited_capacity/worker_spec.rb
%%WWWDIR%%/spec/workers/concerns/pipeline_background_queue_spec.rb
%%WWWDIR%%/spec/workers/concerns/pipeline_queue_spec.rb
%%WWWDIR%%/spec/workers/concerns/project_import_options_spec.rb
@@ -28941,10 +29702,17 @@
%%WWWDIR%%/spec/workers/delete_diff_files_worker_spec.rb
%%WWWDIR%%/spec/workers/delete_merged_branches_worker_spec.rb
%%WWWDIR%%/spec/workers/delete_user_worker_spec.rb
+%%WWWDIR%%/spec/workers/deployments/drop_older_deployments_worker_spec.rb
+%%WWWDIR%%/spec/workers/deployments/execute_hooks_worker_spec.rb
%%WWWDIR%%/spec/workers/deployments/finished_worker_spec.rb
+%%WWWDIR%%/spec/workers/deployments/link_merge_request_worker_spec.rb
%%WWWDIR%%/spec/workers/deployments/success_worker_spec.rb
+%%WWWDIR%%/spec/workers/deployments/update_environment_worker_spec.rb
+%%WWWDIR%%/spec/workers/design_management/copy_design_collection_worker_spec.rb
%%WWWDIR%%/spec/workers/design_management/new_version_worker_spec.rb
%%WWWDIR%%/spec/workers/detect_repository_languages_worker_spec.rb
+%%WWWDIR%%/spec/workers/disallow_two_factor_for_group_worker_spec.rb
+%%WWWDIR%%/spec/workers/disallow_two_factor_for_subgroups_worker_spec.rb
%%WWWDIR%%/spec/workers/email_receiver_worker_spec.rb
%%WWWDIR%%/spec/workers/emails_on_push_worker_spec.rb
%%WWWDIR%%/spec/workers/environments/auto_stop_cron_worker_spec.rb
@@ -28993,11 +29761,13 @@
%%WWWDIR%%/spec/workers/hashed_storage/project_rollback_worker_spec.rb
%%WWWDIR%%/spec/workers/hashed_storage/rollbacker_worker_spec.rb
%%WWWDIR%%/spec/workers/import_issues_csv_worker_spec.rb
+%%WWWDIR%%/spec/workers/incident_management/add_severity_system_note_worker_spec.rb
%%WWWDIR%%/spec/workers/incident_management/pager_duty/process_incident_worker_spec.rb
%%WWWDIR%%/spec/workers/incident_management/process_alert_worker_spec.rb
%%WWWDIR%%/spec/workers/incident_management/process_prometheus_alert_worker_spec.rb
%%WWWDIR%%/spec/workers/invalid_gpg_signature_update_worker_spec.rb
%%WWWDIR%%/spec/workers/irker_worker_spec.rb
+%%WWWDIR%%/spec/workers/issuable_export_csv_worker_spec.rb
%%WWWDIR%%/spec/workers/issue_due_scheduler_worker_spec.rb
%%WWWDIR%%/spec/workers/issue_placement_worker_spec.rb
%%WWWDIR%%/spec/workers/issue_rebalancing_worker_spec.rb
@@ -29005,12 +29775,14 @@
%%WWWDIR%%/spec/workers/jira_connect/sync_merge_request_worker_spec.rb
%%WWWDIR%%/spec/workers/mail_scheduler/issue_due_worker_spec.rb
%%WWWDIR%%/spec/workers/mail_scheduler/notification_service_worker_spec.rb
+%%WWWDIR%%/spec/workers/member_invitation_reminder_emails_worker_spec.rb
%%WWWDIR%%/spec/workers/members_destroyer/unassign_issuables_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_request_cleanup_refs_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_request_mergeability_check_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_worker_spec.rb
%%WWWDIR%%/spec/workers/metrics/dashboard/prune_old_annotations_worker_spec.rb
%%WWWDIR%%/spec/workers/metrics/dashboard/schedule_annotations_prune_worker_spec.rb
+%%WWWDIR%%/spec/workers/metrics/dashboard/sync_dashboards_worker_spec.rb
%%WWWDIR%%/spec/workers/migrate_external_diffs_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaceless_project_destroy_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaces/prune_aggregation_schedules_worker_spec.rb
@@ -29048,6 +29820,9 @@
%%WWWDIR%%/spec/workers/project_service_worker_spec.rb
%%WWWDIR%%/spec/workers/project_update_repository_storage_worker_spec.rb
%%WWWDIR%%/spec/workers/prometheus/create_default_alerts_worker_spec.rb
+%%WWWDIR%%/spec/workers/propagate_integration_group_worker_spec.rb
+%%WWWDIR%%/spec/workers/propagate_integration_inherit_worker_spec.rb
+%%WWWDIR%%/spec/workers/propagate_integration_project_worker_spec.rb
%%WWWDIR%%/spec/workers/propagate_integration_worker_spec.rb
%%WWWDIR%%/spec/workers/propagate_service_template_worker_spec.rb
%%WWWDIR%%/spec/workers/prune_old_events_worker_spec.rb
@@ -29093,6 +29868,7 @@
%%WWWDIR%%/spec/workers/upload_checksum_worker_spec.rb
%%WWWDIR%%/spec/workers/users/create_statistics_worker_spec.rb
%%WWWDIR%%/spec/workers/wait_for_cluster_creation_worker_spec.rb
+%%WWWDIR%%/spec/workers/web_hooks/destroy_worker_spec.rb
%%WWWDIR%%/spec/workers/x509_certificate_revoke_worker_spec.rb
%%WWWDIR%%/spec/workers/x509_issuer_crl_check_worker_spec.rb
%%WWWDIR%%/tests.yml
@@ -29129,7 +29905,6 @@
%%WWWDIR%%/vendor/assets/javascripts/jquery.scrollTo.js
%%WWWDIR%%/vendor/assets/javascripts/snowplow/sp.js
%%WWWDIR%%/vendor/assets/javascripts/u2f.js
-%%WWWDIR%%/vendor/assets/stylesheets/cropper.css
%%WWWDIR%%/vendor/assets/stylesheets/select2.scss
%%WWWDIR%%/vendor/aws/cloudformation/eks_cluster.yaml
%%WWWDIR%%/vendor/aws/iam/eks_cluster_read_only_policy.json
@@ -29151,6 +29926,7 @@
%%WWWDIR%%/vendor/project_templates/express.tar.gz
%%WWWDIR%%/vendor/project_templates/gatsby.tar.gz
%%WWWDIR%%/vendor/project_templates/gitbook.tar.gz
+%%WWWDIR%%/vendor/project_templates/gitpod_spring_petclinic.tar.gz
%%WWWDIR%%/vendor/project_templates/gomicro.tar.gz
%%WWWDIR%%/vendor/project_templates/hexo.tar.gz
%%WWWDIR%%/vendor/project_templates/hipaa_audit_protocol.tar.gz
@@ -29172,6 +29948,8 @@
%%WWWDIR%%/vendor/project_templates/sse_middleman.tar.gz
%%WWWDIR%%/vendor/prometheus/values.yaml
%%WWWDIR%%/vendor/runner/values.yaml
+%%WWWDIR%%/vendor/sample_data_templates/basic.tar.gz
+%%WWWDIR%%/vendor/sample_data_templates/serenity_valley.tar.gz
%%WWWDIR%%/vendor/spdx.json
%%WWWDIR%%/yarn.lock
@owner git
@@ -29233,6 +30011,7 @@
@dir(,,770) %%WWWDIR%%/tmp
@dir(,,770) %%WWWDIR%%/tmp/backups
@dir(,,770) %%WWWDIR%%/tmp/cache
+@dir(,,770) %%WWWDIR%%/tmp/feature_flags
@dir(,,770) %%WWWDIR%%/tmp/pids
@dir(,,770) %%WWWDIR%%/tmp/prometheus_multiproc_dir
@dir(,,770) %%WWWDIR%%/tmp/prometheus_multiproc_dir/puma