aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-06-22 22:49:08 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-07-03 06:03:23 +0000
commitef4b2158071b50bec91852efdca886d5c35bd72c (patch)
tree4113d1ce2eed7d384438cec4702bc8cf72f56330
parent4e1a5e5fb35ef17ed23572a73aac3c3c8343501b (diff)
downloadports-ef4b2158071b50bec91852efdca886d5c35bd72c.tar.gz
ports-ef4b2158071b50bec91852efdca886d5c35bd72c.zip
www/gitlab-ce: Major upgrade to 14.0.0.
Make sure you upgrade first to 13.12.2, otherwise you will lose your advanced search index. Upgrade instructions as usual: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/13.12-14.0-freebsd.md Changelog: https://about.gitlab.com/releases/2021/06/22/gitlab-14-0-released/
-rw-r--r--www/gitlab-ce/Makefile66
-rw-r--r--www/gitlab-ce/distinfo6
-rw-r--r--www/gitlab-ce/files/patch-Gemfile26
-rw-r--r--www/gitlab-ce/files/patch-config_gitlab.yml.example28
-rw-r--r--www/gitlab-ce/files/patch-config_unicorn.rb.example45
-rw-r--r--www/gitlab-ce/pkg-message4
-rw-r--r--www/gitlab-ce/pkg-plist1485
-rw-r--r--www/gitlab-ce/scripts/create-plist.php4
8 files changed, 1095 insertions, 569 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 1e535b360c20..4750022e6f5a 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,8 +1,8 @@
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
PORTNAME= gitlab-ce
-PORTVERSION= 13.12.2
-PORTREVISION= 1
+PORTVERSION= 14.0.0
+PORTREVISION= 0
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@@ -13,20 +13,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
# the rubygems of RUN_DEPENDS matches the order of the Gemfile
# which makes maintaining this long list much easier!
-MY_DEPENDS= git>=2.31.0:devel/git \
+MY_DEPENDS= git>=2.32.0:devel/git \
gitaly>=${PORTVERSION}:devel/gitaly \
- gitlab-agent>=13.12.0:net/gitlab-agent \
- gitlab-elasticsearch-indexer>=2.11.0:textproc/gitlab-elasticsearch-indexer \
- gitlab-pages>=1.39.0:www/gitlab-pages \
- gitlab-shell>=13.18.0:devel/gitlab-shell \
+ gitlab-agent>=14.0.0:net/gitlab-agent \
+ gitlab-elasticsearch-indexer>=2.12.0:textproc/gitlab-elasticsearch-indexer \
+ gitlab-pages>=1.40.0:www/gitlab-pages \
+ gitlab-shell>=13.19.0:devel/gitlab-shell \
gitlab-workhorse>=${PORTVERSION}:www/gitlab-workhorse \
redis>=6.0.12:databases/redis \
yarn>=1.10.0:www/yarn \
gtar>0:archivers/gtar \
bash>0:shells/bash \
- rubygem-rails60>=6.0.3.6<6.0.4:www/rubygem-rails60 \
+ rubygem-rails61>=6.1.3.2<6.1.4:www/rubygem-rails61 \
rubygem-bootsnap14>=1.4.6<2.0:devel/rubygem-bootsnap14 \
- rubygem-responders-rails60>=3.0<4.0:www/rubygem-responders-rails60 \
+ rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \
rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \
rubygem-default_value_for>=3.4.0<3.5.0:devel/rubygem-default_value_for \
rubygem-pg>=1.2.3<2:databases/rubygem-pg \
@@ -35,7 +35,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \
rubygem-faraday>=1.0<2:www/rubygem-faraday \
rubygem-marginalia>=1.10.0<1.11:databases/rubygem-marginalia \
rubygem-declarative_policy>=1.0.0<1.1:security/rubygem-declarative_policy \
- rubygem-devise47-rails60>=4.7.2<4.8:devel/rubygem-devise47-rails60 \
+ rubygem-devise47-rails61>=4.7.2<4.8:devel/rubygem-devise47-rails61 \
rubygem-bcrypt>=3.1.14<3.2:security/rubygem-bcrypt \
rubygem-doorkeeper>=5.5.0.rc2<5.6:security/rubygem-doorkeeper \
rubygem-doorkeeper-openid_connect>=1.7.5<1.8:security/rubygem-doorkeeper-openid_connect \
@@ -67,7 +67,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \
rubygem-recaptcha>=4.11<5.0:devel/rubygem-recaptcha \
rubygem-akismet>=3.0<4.0:devel/rubygem-akismet \
rubygem-invisible_captcha>=1.1.0<1.2.0:graphics/rubygem-invisible_captcha \
- rubygem-devise-two-factor-rails60>=4.0.0<4.1:security/rubygem-devise-two-factor-rails60 \
+ rubygem-devise-two-factor-rails61>=4.0.0<4.1:security/rubygem-devise-two-factor-rails61 \
rubygem-rqrcode-rails3>=0.1.7<0.2.0:www/rubygem-rqrcode-rails3 \
rubygem-attr_encrypted>=3.1.0<3.2.0:security/rubygem-attr_encrypted \
rubygem-u2f0>=0.2.1<0.3.0:net/rubygem-u2f0 \
@@ -89,7 +89,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \
rubygem-graphlient>=0.4.0<0.5:devel/rubygem-graphlient \
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-kaminari-rails61>=1.2.1<2.0:www/rubygem-kaminari-rails61 \
rubygem-hamlit>=2.15.0<2.16:www/rubygem-hamlit \
rubygem-carrierwave>=1.3.2<2.0:www/rubygem-carrierwave \
rubygem-mini_magick>=4.10.1<4.11:graphics/rubygem-mini_magick \
@@ -100,7 +100,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \
rubygem-fog-openstack>=1.0<2.0:net/rubygem-fog-openstack \
rubygem-fog-rackspace>=0.1.1<1.2.0:net/rubygem-fog-rackspace \
rubygem-fog-aliyun>=0.3<1.0:net/rubygem-fog-aliyun \
- rubygem-gitlab-fog-azure-rm>=1.0.1<2:net/rubygem-gitlab-fog-azure-rm \
+ rubygem-gitlab-fog-azure-rm>=1.1.1<1.2:net/rubygem-gitlab-fog-azure-rm \
rubygem-google-api-client>=0.33<1:devel/rubygem-google-api-client \
rubygem-unf>=0.1.4<0.2.0:textproc/rubygem-unf \
rubygem-seed-fu>=2.3.7<2.4.0:databases/rubygem-seed-fu \
@@ -136,9 +136,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \
rubygem-diff_match_patch>=0.1.0<0.2.0:textproc/rubygem-diff_match_patch \
rubygem-rack>=2.2.3<2.3,3:www/rubygem-rack \
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 \
- rubygem-puma>=5.1.1:www/rubygem-puma \
+ rubygem-puma>=5.3.1<5.4:www/rubygem-puma \
rubygem-puma_worker_killer>=0.3.1:www/rubygem-puma_worker_killer \
rubygem-state_machines-activerecord>=0.8.0<0.9.0:databases/rubygem-state_machines-activerecord \
rubygem-acts-as-taggable-on>=7.0<8.0:www/rubygem-acts-as-taggable-on \
@@ -157,7 +155,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \
rubygem-device_detector>=0:devel/rubygem-device_detector \
rubygem-redis>=4.0<5.0:databases/rubygem-redis \
rubygem-connection_pool>=2.0<3.0:net/rubygem-connection_pool \
- rubygem-redis-rails-rails60>=5.0.2<5.1:www/rubygem-redis-rails-rails60 \
+ rubygem-redis-rails-rails61>=5.0.2<5.1:www/rubygem-redis-rails-rails61 \
rubygem-discordrb-webhooks>=3.4<4.0:net-im/rubygem-discordrb-webhooks \
rubygem-jira-ruby>=2.1.4<2.2:devel/rubygem-jira-ruby \
rubygem-atlassian-jwt>=0.2.0<0.3.0:www/rubygem-atlassian-jwt \
@@ -177,33 +175,32 @@ MY_DEPENDS= git>=2.31.0:devel/git \
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-rack-proxy06>=0.6.0<0.7.0:www/rubygem-rack-proxy06 \
- rubygem-sassc-rails-rails60>=2.1.0<2.2.0:textproc/rubygem-sassc-rails-rails60 \
+ rubygem-sassc-rails-rails61>=2.1.0<2.2.0:textproc/rubygem-sassc-rails-rails61 \
rubygem-autoprefixer-rails1020>=10.2.0.0<10.2.1:textproc/rubygem-autoprefixer-rails1020 \
rubygem-terser>=1.0.2:textproc/rubygem-terser \
rubygem-addressable>=2.7<3:www/rubygem-addressable \
rubygem-gemojione>=3.3<4.0:graphics/rubygem-gemojione \
- rubygem-gon-rails60>=6.4.0<6.5:www/rubygem-gon-rails60 \
+ rubygem-gon-rails61>=6.4.0<6.5:www/rubygem-gon-rails61 \
rubygem-request_store>=1.5<2.0:devel/rubygem-request_store \
rubygem-base32>=0.3.0<0.4.0:converters/rubygem-base32 \
rubygem-gitlab-license>=1.5<2.0:devel/rubygem-gitlab-license \
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-sentry-raven>=3.1<4.0:devel/rubygem-sentry-raven \
rubygem-pg_query>=2.0.3<2.1:databases/rubygem-pg_query \
- rubygem-premailer-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \
- rubygem-gitlab-labkit>=0.17.1<0.18:devel/rubygem-gitlab-labkit \
+ rubygem-premailer-rails-rails61>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails61 \
+ rubygem-gitlab-labkit>=0.18.0<0.19:devel/rubygem-gitlab-labkit \
rubygem-thrift>=0.14.0:devel/rubygem-thrift \
rubygem-ruby_parser>=3.15<4.0:devel/rubygem-ruby_parser \
- rubygem-rails-i18n-rails60>=6.0<7.0:devel/rubygem-rails-i18n-rails60 \
+ rubygem-rails-i18n-rails61>=6.0<7.0:devel/rubygem-rails-i18n-rails61 \
rubygem-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \
- rubygem-gettext_i18n_rails_js-rails60>=1.3<2.0:devel/rubygem-gettext_i18n_rails_js-rails60 \
+ rubygem-gettext_i18n_rails_js-rails61>=1.3<2.0:devel/rubygem-gettext_i18n_rails_js-rails61 \
rubygem-gettext>=3.3<4:devel/rubygem-gettext \
rubygem-batch-loader>=2.0.1<2.1:devel/rubygem-batch-loader \
- rubygem-peek-rails60>=1.1.0<2.0:devel/rubygem-peek-rails60 \
+ rubygem-peek-rails61>=1.1.0<2.0:devel/rubygem-peek-rails61 \
rubygem-snowplow-tracker>=0.6.1<0.7.0:devel/rubygem-snowplow-tracker \
rubygem-method_source>=1.0<2:devel/rubygem-method_source \
rubygem-webrick>=1.6.1:www/rubygem-webrick \
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.20<5.0:net/rubygem-octokit \
rubygem-gitlab-mail_room>=0.0.9<0.1.0:mail/rubygem-gitlab-mail_room \
rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \
@@ -224,16 +221,17 @@ MY_DEPENDS= git>=2.31.0:devel/git \
rubygem-ed25519>=1.2<2.0:security/rubygem-ed25519 \
rubygem-bcrypt_pbkdf>=1.0<2.0:security/rubygem-bcrypt_pbkdf \
rubygem-spamcheck>=0.1.0<0.2:net/rubygem-spamcheck \
- rubygem-gitaly>=13.12.0.pre.rc1<13.13.0:net/rubygem-gitaly \
+ rubygem-gitaly>=14.0.0.pre.rc2<14.1.0:net/rubygem-gitaly \
+ rubygem-kas-grpc>=0.0.2<0.1:net/rubygem-kas-grpc \
rubygem-grpc>=1.30.2<2:net/rubygem-grpc \
- rubygem-google-protobuf315>=3.15.8<3.16:devel/rubygem-google-protobuf315 \
+ rubygem-google-protobuf>=3.17.1<3.18:devel/rubygem-google-protobuf \
rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \
- rubygem-flipper017>=0.17.1<0.18.0:devel/rubygem-flipper017 \
- rubygem-flipper-active_record017>=0.17.1<0.18.0:databases/rubygem-flipper-active_record017 \
- rubygem-flipper-active_support_cache_store017>=0.17.1<0.18.0:devel/rubygem-flipper-active_support_cache_store017 \
+ rubygem-flipper>=0.21.0<0.22:devel/rubygem-flipper \
+ rubygem-flipper-active_record-rails61>=0.21.0<0.22:databases/rubygem-flipper-active_record-rails61 \
+ rubygem-flipper-active_support_cache_store-rails61>=0.21.0<0.22:devel/rubygem-flipper-active_support_cache_store-rails61 \
rubygem-unleash>=0.1.5<0.2.0:devel/rubygem-unleash \
rubygem-gitlab-experiment>=0.5.4<0.6:devel/rubygem-gitlab-experiment \
- rubygem-lograge-rails60>=0.11.2<1.0:www/rubygem-lograge-rails60 \
+ rubygem-lograge-rails61>=0.11.2<1.0:www/rubygem-lograge-rails61 \
rubygem-grape_logging>=1.7<2.0:devel/rubygem-grape_logging \
rubygem-gitlab-net-dns>=0.9.1<0.10:dns/rubygem-gitlab-net-dns \
rubygem-countries>=3.0.0<4.0.0:devel/rubygem-countries \
@@ -271,7 +269,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?= d98457affdf684f129fd52388ac9e290e4d2924f
+GL_COMMIT?= f1926d2aa6447173a06fee5e0a3141bea27a0d8d
USERS= git
GROUPS= git
@@ -283,7 +281,6 @@ NO_ARCH= yes
post-patch:
${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config/gitlab.yml.example \
${WRKSRC}/config/puma.rb.example \
- ${WRKSRC}/config/unicorn.rb.example \
${WRKSRC}/lib/support/nginx/gitlab \
${WRKSRC}/lib/support/nginx/gitlab-ssl
# Remove symlink a create a file with content
@@ -309,7 +306,6 @@ do-install:
${MV} ${WRKSRC}/config/redis.queues.yml.example ${WRKSRC}/config/redis.queues.yml.sample
${MV} ${WRKSRC}/config/initializers/devise_password_length.rb.example ${WRKSRC}/config/initializers/devise_password_length.rb.sample
${MV} ${WRKSRC}/config/redis.shared_state.yml.example ${WRKSRC}/config/redis.shared_state.yml.sample
- ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample
${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample
${MV} ${WRKSRC}/lib/support/nginx/gitlab ${WRKSRC}/lib/support/nginx/gitlab.sample
${MV} ${WRKSRC}/lib/support/nginx/gitlab-ssl ${WRKSRC}/lib/support/nginx/gitlab-ssl.sample
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index b6413c16f1fb..aeedbb130f0e 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622581881
-SHA256 (gitlab-org-gitlab-foss-d98457affdf684f129fd52388ac9e290e4d2924f_GL0.tar.gz) = 249319c2535d0173d8040c0815f003c981706e2262cfe2c9a398138d343273c7
-SIZE (gitlab-org-gitlab-foss-d98457affdf684f129fd52388ac9e290e4d2924f_GL0.tar.gz) = 95973110
+TIMESTAMP = 1624340831
+SHA256 (gitlab-org-gitlab-foss-f1926d2aa6447173a06fee5e0a3141bea27a0d8d_GL0.tar.gz) = 2275f7d6bbe66189a2a7531a9feb435661a868a5cc05e002ca11df33ce942563
+SIZE (gitlab-org-gitlab-foss-f1926d2aa6447173a06fee5e0a3141bea27a0d8d_GL0.tar.gz) = 96810736
diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile
index b4ba20c6961f..48a9feda0a84 100644
--- a/www/gitlab-ce/files/patch-Gemfile
+++ b/www/gitlab-ce/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2021-05-21 13:24:46 UTC
+--- Gemfile.orig 2021-06-21 15:55:09 UTC
+++ Gemfile
@@ -88,7 +88,7 @@ gem 'gpgme', '~> 2.0.19'
# GitLab fork with several improvements to original library. For full list of changes
@@ -26,7 +26,16 @@
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
-@@ -337,108 +336,13 @@ gem 'snowplow-tracker', '~> 0.6.1'
+@@ -309,7 +308,7 @@ gem 'sentry-raven', '~> 3.1'
+ # and https://github.com/pganalyze/pg_query/pull/213 are
+ # released. gitlab-labkit will need to be updated to use the pg_query
+ # version.
+-gem 'gitlab-pg_query', '~> 2.0.4', require: 'pg_query'
++gem 'pg_query', '~> 2.0.3', require: 'pg_query'
+
+ gem 'premailer-rails', '~> 1.10.3'
+
+@@ -337,107 +336,12 @@ gem 'snowplow-tracker', '~> 0.6.1'
# Metrics
group :metrics do
gem 'method_source', '~> 1.0', require: false
@@ -35,12 +44,11 @@
# Prometheus
gem 'prometheus-client-mmap', '~> 0.12.0'
- gem 'raindrops', '~> 0.18'
end
-group :development do
- gem 'lefthook', '~> 0.7.0', require: false
-- gem 'solargraph', '~> 0.40.4', require: false
+- gem 'solargraph', '~> 0.42', require: false
-
- gem 'letter_opener_web', '~> 1.4.0'
-
@@ -97,7 +105,7 @@
-end
-
-group :development, :test, :danger do
-- gem 'gitlab-dangerfiles', '~> 2.0.0', require: false
+- gem 'gitlab-dangerfiles', '~> 2.1.2', require: false
-end
-
-group :development, :test, :coverage do
@@ -136,12 +144,12 @@
gem 'octokit', '~> 4.15'
# https://gitlab.com/gitlab-org/gitlab/issues/207207
-@@ -483,7 +387,7 @@ gem 'spamcheck', '~> 0.1.0'
- # Gitaly GRPC protocol definitions
- gem 'gitaly', '~> 13.12.0.pre.rc1'
+@@ -485,7 +389,7 @@ gem 'gitaly', '~> 14.0.0.pre.rc2'
+ # KAS GRPC protocol definitions
+ gem 'kas-grpc', '~> 0.0.2'
-gem 'grpc', '~> 1.30.2'
+gem 'grpc', '~> 1.30'
- gem 'google-protobuf', '~> 3.15.8'
+ gem 'google-protobuf', '~> 3.17.1'
diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example
index 9a7bcfa31760..c776e15ee016 100644
--- a/www/gitlab-ce/files/patch-config_gitlab.yml.example
+++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example
@@ -1,15 +1,6 @@
---- config/gitlab.yml.example.orig 2021-05-19 15:44:42 UTC
+--- config/gitlab.yml.example.orig 2021-06-21 15:55:09 UTC
+++ config/gitlab.yml.example
-@@ -1090,7 +1090,7 @@ production: &base
- # Gitaly settings
- gitaly:
- # Path to the directory containing Gitaly client executables.
-- client_path: /home/git/gitaly
-+ client_path: %%PREFIX%%/share/gitaly/bin
- # 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.
-@@ -1108,8 +1108,8 @@ production: &base
+@@ -1109,8 +1109,8 @@ production: &base
# real path not the symlink.
storages: # You must have at least a `default` storage path.
default:
@@ -20,7 +11,7 @@
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
## Backup settings
-@@ -1155,12 +1155,12 @@ production: &base
+@@ -1156,12 +1156,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
@@ -36,7 +27,7 @@
# Git over HTTP
upload_pack: true
-@@ -1175,13 +1175,13 @@ production: &base
+@@ -1176,13 +1176,13 @@ 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).
@@ -52,7 +43,7 @@
# The URL to the external KAS API (used by the Kubernetes agents)
# external_url: wss://kas.example.com
-@@ -1191,13 +1191,13 @@ production: &base
+@@ -1192,13 +1192,13 @@ production: &base
## GitLab Elasticsearch settings
elasticsearch:
@@ -68,3 +59,12 @@
## Webpack settings
# If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running
+@@ -1425,7 +1425,7 @@ test:
+ gitaly_address: unix:tmp/tests/gitaly/praefect.socket
+
+ gitaly:
+- client_path: tmp/tests/gitaly/_build/bin
++ client_path: %%PREFIX%%/share/gitaly/bin
+ token: secret
+ workhorse:
+ secret_file: tmp/gitlab_workhorse_test_secret
diff --git a/www/gitlab-ce/files/patch-config_unicorn.rb.example b/www/gitlab-ce/files/patch-config_unicorn.rb.example
deleted file mode 100644
index 27edbd754706..000000000000
--- a/www/gitlab-ce/files/patch-config_unicorn.rb.example
+++ /dev/null
@@ -1,45 +0,0 @@
---- config/unicorn.rb.example.orig 2021-04-22 21:13:23 UTC
-+++ config/unicorn.rb.example
-@@ -33,12 +33,12 @@ worker_processes 3
-
- # Help ensure your application will always spawn in the symlinked
- # "current" directory that Capistrano sets up.
--working_directory "/home/git/gitlab" # available in 0.94.0+
-+working_directory "%%PREFIX%%/www/gitlab-ce" # available in 0.94.0+
-
- # Listen on both a Unix domain socket and a TCP port.
- # If you are load-balancing multiple Unicorn masters, lower the backlog
- # setting to e.g. 64 for faster failover.
--listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024
-+listen "%%PREFIX%%/www/gitlab-ce/tmp/sockets/gitlab.socket", :backlog => 1024
- listen "127.0.0.1:8080", :tcp_nopush => true
-
- # destroy workers after 30 seconds instead of 60 seconds (the default)
-@@ -59,13 +59,13 @@ listen "127.0.0.1:8080", :tcp_nopush => true
- timeout 60
-
- # feel free to point this anywhere accessible on the filesystem
--pid "/home/git/gitlab/tmp/pids/unicorn.pid"
-+pid "%%PREFIX%%/www/gitlab-ce/tmp/pids/unicorn.pid"
-
- # By default, the Unicorn logger will write to stderr.
- # Additionally, some applications/frameworks log to stderr or stdout,
- # so prevent them from going to /dev/null when daemonized here:
--stderr_path "/home/git/gitlab/log/unicorn.stderr.log"
--stdout_path "/home/git/gitlab/log/unicorn.stdout.log"
-+stderr_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stderr.log"
-+stdout_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stdout.log"
-
- # Save memory by sharing the application code among multiple Unicorn workers
- # with "preload_app true". See:
-@@ -81,8 +81,8 @@ preload_app true
- # fast LAN.
- check_client_connection false
-
--require_relative "/home/git/gitlab/lib/gitlab/cluster/lifecycle_events"
--require_relative "/home/git/gitlab/lib/gitlab/log_timestamp_formatter.rb"
-+require_relative "%%PREFIX%%/www/gitlab-ce/lib/gitlab/cluster/lifecycle_events"
-+require_relative "%%PREFIX%%/www/gitlab-ce/lib/gitlab/log_timestamp_formatter.rb"
-
- before_exec do |server|
- # Signal application hooks that we're about to restart
diff --git a/www/gitlab-ce/pkg-message b/www/gitlab-ce/pkg-message
index a83e87413c5b..1965d0bff0b9 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.12-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/14.0-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.11-13.12-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/13.12-14.0-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 33a7be1abb21..a859b698b72b 100644
--- a/www/gitlab-ce/pkg-plist
+++ b/www/gitlab-ce/pkg-plist
@@ -32,7 +32,6 @@
%%WWWDIR%%/.gitlab/ci/rules.gitlab-ci.yml
%%WWWDIR%%/.gitlab/ci/setup.gitlab-ci.yml
%%WWWDIR%%/.gitlab/ci/test-metadata.gitlab-ci.yml
-%%WWWDIR%%/.gitlab/ci/untamper-my-lockfile.yml
%%WWWDIR%%/.gitlab/ci/vendored-gems.gitlab-ci.yml
%%WWWDIR%%/.gitlab/ci/workhorse.gitlab-ci.yml
%%WWWDIR%%/.gitlab/ci/yaml.gitlab-ci.yml
@@ -47,7 +46,6 @@
%%WWWDIR%%/.gitlab/issue_templates/Experiment Idea.md
%%WWWDIR%%/.gitlab/issue_templates/Experiment Successful Cleanup.md
%%WWWDIR%%/.gitlab/issue_templates/Experimentation.md
-%%WWWDIR%%/.gitlab/issue_templates/Feature Flag Removal.md
%%WWWDIR%%/.gitlab/issue_templates/Feature Flag Roll Out.md
%%WWWDIR%%/.gitlab/issue_templates/Feature Proposal - basic.md
%%WWWDIR%%/.gitlab/issue_templates/Feature Proposal - lean.md
@@ -71,6 +69,7 @@
%%WWWDIR%%/.gitlab/merge_request_templates/Documentation.md
%%WWWDIR%%/.gitlab/merge_request_templates/New End To End Test.md
%%WWWDIR%%/.gitlab/merge_request_templates/New Static Analysis Check.md
+%%WWWDIR%%/.gitlab/merge_request_templates/Pipeline Configuration.md
%%WWWDIR%%/.gitlab/merge_request_templates/Quarantine End to End Test.md
%%WWWDIR%%/.gitlab/merge_request_templates/Security Release.md
%%WWWDIR%%/.gitlab/route-map.yml
@@ -132,6 +131,7 @@
%%WWWDIR%%/app/assets/images/auth_buttons/shibboleth_64.png
%%WWWDIR%%/app/assets/images/auth_buttons/signin_with_google.png
%%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png
+%%WWWDIR%%/app/assets/images/aws-cloud-formation.png
%%WWWDIR%%/app/assets/images/aws_logo.svg
%%WWWDIR%%/app/assets/images/board-intro.svg
%%WWWDIR%%/app/assets/images/checkmark.png
@@ -164,7 +164,6 @@
%%WWWDIR%%/app/assets/images/cluster_app_logos/crossplane.png
%%WWWDIR%%/app/assets/images/cluster_app_logos/elastic_stack.png
%%WWWDIR%%/app/assets/images/cluster_app_logos/elasticsearch.png
-%%WWWDIR%%/app/assets/images/cluster_app_logos/fluentd.png
%%WWWDIR%%/app/assets/images/cluster_app_logos/gitlab.png
%%WWWDIR%%/app/assets/images/cluster_app_logos/helm.png
%%WWWDIR%%/app/assets/images/cluster_app_logos/jeager.png
@@ -2021,6 +2020,7 @@
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/create-0.png
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/create-1.png
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/create-2.png
+%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/experience-0.png
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/gitlab-logo-gray-rgb.png
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/team-0.png
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/team-1.png
@@ -2031,6 +2031,9 @@
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/verify-0.png
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/verify-1.png
%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/verify-2.png
+%%WWWDIR%%/app/assets/images/mailers/members/issues.png
+%%WWWDIR%%/app/assets/images/mailers/members/merge-request-open.png
+%%WWWDIR%%/app/assets/images/mailers/members/users.png
%%WWWDIR%%/app/assets/images/monokai-scheme-preview.png
%%WWWDIR%%/app/assets/images/msapplication-tile.png
%%WWWDIR%%/app/assets/images/multi-editor-off.png
@@ -2113,11 +2116,13 @@
%%WWWDIR%%/app/assets/javascripts/alert_management/list.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alert_mapping_builder.vue
%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alert_settings_form_help_block.vue
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_form.vue
%%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/components/alerts_settings_wrapper.vue
%%WWWDIR%%/app/assets/javascripts/alerts_settings/constants.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql.js
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragmentTypes.json
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/http_integration_item.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/http_integration_payload_data.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/integration_item.fragment.graphql
@@ -2159,9 +2164,11 @@
%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/index.js
%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/utils.js
%%WWWDIR%%/app/assets/javascripts/api.js
+%%WWWDIR%%/app/assets/javascripts/api/analytics_api.js
%%WWWDIR%%/app/assets/javascripts/api/api_utils.js
%%WWWDIR%%/app/assets/javascripts/api/constants.js
%%WWWDIR%%/app/assets/javascripts/api/groups_api.js
+%%WWWDIR%%/app/assets/javascripts/api/markdown_api.js
%%WWWDIR%%/app/assets/javascripts/api/projects_api.js
%%WWWDIR%%/app/assets/javascripts/api/user_api.js
%%WWWDIR%%/app/assets/javascripts/artifacts_settings/graphql/mutations/update_keep_latest_artifact_project_setting.mutation.graphql
@@ -2314,6 +2321,7 @@
%%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/components/table_contents.vue
%%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
@@ -2380,9 +2388,7 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/project_select.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/project_select_deprecated.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_editable_item.vue
-%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_due_date.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_labels_select.vue
-%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_milestone_select.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_subscription.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_time_tracker.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_title.vue
@@ -2405,17 +2411,17 @@
%%WWWDIR%%/app/assets/javascripts/boards/graphql/board_list_update.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/board_lists.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/board_update.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/graphql/group_board_members.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/group_boards.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/group_projects.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_create.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_move_list.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_due_date.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_labels.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_milestone.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_subscription.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_title.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/lists_issues.query.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/graphql/project_board_members.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/project_boards.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/project_milestones.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/index.js
@@ -2444,11 +2450,16 @@
%%WWWDIR%%/app/assets/javascripts/branches/ajax_loading_spinner.js
%%WWWDIR%%/app/assets/javascripts/branches/branch_sort_dropdown.js
%%WWWDIR%%/app/assets/javascripts/branches/branches_delete_modal.js
+%%WWWDIR%%/app/assets/javascripts/branches/components/delete_branch_button.vue
+%%WWWDIR%%/app/assets/javascripts/branches/components/delete_branch_modal.vue
%%WWWDIR%%/app/assets/javascripts/branches/components/divergence_graph.vue
%%WWWDIR%%/app/assets/javascripts/branches/components/graph_bar.vue
%%WWWDIR%%/app/assets/javascripts/branches/components/sort_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/branches/constants.js
%%WWWDIR%%/app/assets/javascripts/branches/divergence_graph.js
+%%WWWDIR%%/app/assets/javascripts/branches/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/branches/init_delete_branch_button.js
+%%WWWDIR%%/app/assets/javascripts/branches/init_delete_branch_modal.js
%%WWWDIR%%/app/assets/javascripts/breadcrumb.js
%%WWWDIR%%/app/assets/javascripts/broadcast_notification.js
%%WWWDIR%%/app/assets/javascripts/build_artifacts.js
@@ -2484,8 +2495,6 @@
%%WWWDIR%%/app/assets/javascripts/clusters/components/application_row.vue
%%WWWDIR%%/app/assets/javascripts/clusters/components/applications.vue
%%WWWDIR%%/app/assets/javascripts/clusters/components/crossplane_provider_stack.vue
-%%WWWDIR%%/app/assets/javascripts/clusters/components/fluentd_output_settings.vue
-%%WWWDIR%%/app/assets/javascripts/clusters/components/ingress_modsecurity_settings.vue
%%WWWDIR%%/app/assets/javascripts/clusters/components/knative_domain_editor.vue
%%WWWDIR%%/app/assets/javascripts/clusters/components/new_cluster.vue
%%WWWDIR%%/app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue
@@ -2550,6 +2559,8 @@
%%WWWDIR%%/app/assets/javascripts/content_editor/components/content_editor.vue
%%WWWDIR%%/app/assets/javascripts/content_editor/components/divider.vue
%%WWWDIR%%/app/assets/javascripts/content_editor/components/toolbar_button.vue
+%%WWWDIR%%/app/assets/javascripts/content_editor/components/toolbar_link_button.vue
+%%WWWDIR%%/app/assets/javascripts/content_editor/components/toolbar_text_style_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/content_editor/components/top_toolbar.vue
%%WWWDIR%%/app/assets/javascripts/content_editor/constants.js
%%WWWDIR%%/app/assets/javascripts/content_editor/extensions/blockquote.js
@@ -2570,6 +2581,7 @@
%%WWWDIR%%/app/assets/javascripts/content_editor/extensions/list_item.js
%%WWWDIR%%/app/assets/javascripts/content_editor/extensions/ordered_list.js
%%WWWDIR%%/app/assets/javascripts/content_editor/extensions/paragraph.js
+%%WWWDIR%%/app/assets/javascripts/content_editor/extensions/strike.js
%%WWWDIR%%/app/assets/javascripts/content_editor/extensions/text.js
%%WWWDIR%%/app/assets/javascripts/content_editor/index.js
%%WWWDIR%%/app/assets/javascripts/content_editor/services/build_serializer_config.js
@@ -2577,6 +2589,7 @@
%%WWWDIR%%/app/assets/javascripts/content_editor/services/create_content_editor.js
%%WWWDIR%%/app/assets/javascripts/content_editor/services/markdown_serializer.js
%%WWWDIR%%/app/assets/javascripts/content_editor/services/track_input_rules_and_shortcuts.js
+%%WWWDIR%%/app/assets/javascripts/content_editor/services/utils.js
%%WWWDIR%%/app/assets/javascripts/contextual_sidebar.js
%%WWWDIR%%/app/assets/javascripts/contributors/components/contributors.vue
%%WWWDIR%%/app/assets/javascripts/contributors/index.js
@@ -2636,6 +2649,7 @@
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/banner.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/base.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue
+%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/path_navigation.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_code_component.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_component.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_nav_item.vue
@@ -2647,6 +2661,7 @@
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/default_event_objects.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/index.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/getters.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/index.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/mutations.js
@@ -2786,6 +2801,7 @@
%%WWWDIR%%/app/assets/javascripts/diffs/utils/performance.js
%%WWWDIR%%/app/assets/javascripts/diffs/utils/preferences.js
%%WWWDIR%%/app/assets/javascripts/diffs/utils/suggestions.js
+%%WWWDIR%%/app/assets/javascripts/diffs/utils/workers.js
%%WWWDIR%%/app/assets/javascripts/diffs/workers/tree_worker.js
%%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_collection.js
%%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_factory.js
@@ -2904,9 +2920,9 @@
%%WWWDIR%%/app/assets/javascripts/experimentation/utils.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/empty_state.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
@@ -2919,7 +2935,6 @@
%%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
@@ -3016,6 +3031,7 @@
%%WWWDIR%%/app/assets/javascripts/grafana_integration/store/state.js
%%WWWDIR%%/app/assets/javascripts/graphql_shared/constants.js
%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/alert.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/alert_detail_item.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/alert_note.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/author.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/blobviewer.fragment.graphql
@@ -3028,7 +3044,9 @@
%%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/alert_status_update.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/dismiss_user_callout.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/todo_mark_done.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/alert_details.query.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/get_alerts.query.graphql
+%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/get_user_callouts.query.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/project_user_members_search.query.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/users_search.query.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/utils.js
@@ -3305,7 +3323,7 @@
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/available_namespaces.query.graphql
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/bulk_import_source_group.query.graphql
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/bulk_import_source_groups.query.graphql
-%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/group.query.graphql
+%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/groupAndProject.query.graphql
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/services/source_groups_manager.js
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/services/status_poller.js
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/typedefs.graphql
@@ -3327,7 +3345,6 @@
%%WWWDIR%%/app/assets/javascripts/incidents/graphql/queries/get_count_by_status.query.graphql
%%WWWDIR%%/app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql
%%WWWDIR%%/app/assets/javascripts/incidents/list.js
-%%WWWDIR%%/app/assets/javascripts/incidents_settings/components/alerts_form.vue
%%WWWDIR%%/app/assets/javascripts/incidents_settings/components/incidents_settings_tabs.vue
%%WWWDIR%%/app/assets/javascripts/incidents_settings/components/pagerduty_form.vue
%%WWWDIR%%/app/assets/javascripts/incidents_settings/constants.js
@@ -3417,6 +3434,7 @@
%%WWWDIR%%/app/assets/javascripts/issue_show/components/fields/description.vue
%%WWWDIR%%/app/assets/javascripts/issue_show/components/fields/description_template.vue
%%WWWDIR%%/app/assets/javascripts/issue_show/components/fields/title.vue
+%%WWWDIR%%/app/assets/javascripts/issue_show/components/fields/type.vue
%%WWWDIR%%/app/assets/javascripts/issue_show/components/form.vue
%%WWWDIR%%/app/assets/javascripts/issue_show/components/header_actions.vue
%%WWWDIR%%/app/assets/javascripts/issue_show/components/incidents/graphql/queries/get_alert.graphql
@@ -3427,12 +3445,15 @@
%%WWWDIR%%/app/assets/javascripts/issue_show/components/title.vue
%%WWWDIR%%/app/assets/javascripts/issue_show/constants.js
%%WWWDIR%%/app/assets/javascripts/issue_show/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/graphql.js
%%WWWDIR%%/app/assets/javascripts/issue_show/incident.js
%%WWWDIR%%/app/assets/javascripts/issue_show/issue.js
%%WWWDIR%%/app/assets/javascripts/issue_show/mixins/animate.js
%%WWWDIR%%/app/assets/javascripts/issue_show/mixins/update.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/queries/get_issue_state.query.graphql
%%WWWDIR%%/app/assets/javascripts/issue_show/queries/promote_to_epic.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/issue_show/queries/update_issue.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/issue_show/queries/update_issue_state.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js
%%WWWDIR%%/app/assets/javascripts/issue_show/stores/index.js
%%WWWDIR%%/app/assets/javascripts/issue_show/utils/parse_data.js
@@ -3446,7 +3467,9 @@
%%WWWDIR%%/app/assets/javascripts/issues_list/constants.js
%%WWWDIR%%/app/assets/javascripts/issues_list/eventhub.js
%%WWWDIR%%/app/assets/javascripts/issues_list/index.js
+%%WWWDIR%%/app/assets/javascripts/issues_list/queries/get_issues.query.graphql
%%WWWDIR%%/app/assets/javascripts/issues_list/queries/get_issues_list_details.query.graphql
+%%WWWDIR%%/app/assets/javascripts/issues_list/queries/issue.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/issues_list/service_desk_helper.js
%%WWWDIR%%/app/assets/javascripts/issues_list/utils.js
%%WWWDIR%%/app/assets/javascripts/jira_connect/.eslintrc.yml
@@ -3503,6 +3526,7 @@
%%WWWDIR%%/app/assets/javascripts/jobs/components/table/cells/duration_cell.vue
%%WWWDIR%%/app/assets/javascripts/jobs/components/table/cells/job_cell.vue
%%WWWDIR%%/app/assets/javascripts/jobs/components/table/cells/pipeline_cell.vue
+%%WWWDIR%%/app/assets/javascripts/jobs/components/table/constants.js
%%WWWDIR%%/app/assets/javascripts/jobs/components/table/graphql/queries/get_jobs.query.graphql
%%WWWDIR%%/app/assets/javascripts/jobs/components/table/index.js
%%WWWDIR%%/app/assets/javascripts/jobs/components/table/jobs_table.vue
@@ -3546,6 +3570,10 @@
%%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/date_calculation_utility.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime/date_format_utility.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime/pikaday_utility.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime/timeago_utility.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
@@ -3579,6 +3607,7 @@
%%WWWDIR%%/app/assets/javascripts/lib/utils/simple_poll.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/sticky.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/suppress_ajax_errors_during_navigation.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/table_utility.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/text_markdown.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js
@@ -3759,13 +3788,22 @@
%%WWWDIR%%/app/assets/javascripts/namespaces/cascading_settings/components/lock_popovers.vue
%%WWWDIR%%/app/assets/javascripts/namespaces/cascading_settings/index.js
%%WWWDIR%%/app/assets/javascripts/namespaces/leave_by_url.js
+%%WWWDIR%%/app/assets/javascripts/nav/components/responsive_app.vue
+%%WWWDIR%%/app/assets/javascripts/nav/components/responsive_header.vue
+%%WWWDIR%%/app/assets/javascripts/nav/components/responsive_home.vue
%%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_app.vue
%%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_container_view.vue
%%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_dropdown_menu.vue
%%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_menu_item.vue
+%%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_menu_sections.vue
+%%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_new_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/nav/event_hub.js
%%WWWDIR%%/app/assets/javascripts/nav/index.js
%%WWWDIR%%/app/assets/javascripts/nav/mount.js
%%WWWDIR%%/app/assets/javascripts/nav/stores/index.js
+%%WWWDIR%%/app/assets/javascripts/nav/utils/has_menu_expanded.js
+%%WWWDIR%%/app/assets/javascripts/nav/utils/index.js
+%%WWWDIR%%/app/assets/javascripts/nav/utils/reset_menu_items_active.js
%%WWWDIR%%/app/assets/javascripts/network/branch_graph.js
%%WWWDIR%%/app/assets/javascripts/network/raphael.js
%%WWWDIR%%/app/assets/javascripts/new_branch_form.js
@@ -3858,6 +3896,7 @@
%%WWWDIR%%/app/assets/javascripts/packages/details/components/composer_installation.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/conan_installation.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/dependency_row.vue
+%%WWWDIR%%/app/assets/javascripts/packages/details/components/file_sha.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/installation_commands.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/installation_title.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/maven_installation.vue
@@ -3897,9 +3936,12 @@
%%WWWDIR%%/app/assets/javascripts/packages/shared/components/publish_method.vue
%%WWWDIR%%/app/assets/javascripts/packages/shared/constants.js
%%WWWDIR%%/app/assets/javascripts/packages/shared/utils.js
+%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/details_title.vue
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/infrastructure_icon_and_name.vue
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/infrastructure_search.vue
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/infrastructure_title.vue
+%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/terraform_installation.vue
+%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/details_app_bundle.js
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/list_app_bundle.js
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/group/bundle.js
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/group/components/duplicates_settings.vue
@@ -3927,6 +3969,7 @@
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/project/graphql/utils/cache_update.js
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/project/registry_settings_bundle.js
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/project/utils.js
+%%WWWDIR%%/app/assets/javascripts/packages_and_registries/shared/components/cleanup_policy_enabled_alert.vue
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/shared/constants.js
%%WWWDIR%%/app/assets/javascripts/packages_and_registries/shared/utils.js
%%WWWDIR%%/app/assets/javascripts/pager.js
@@ -4016,6 +4059,8 @@
%%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/new/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/pages/groups/new/components/create_group_description_details.vue
%%WWWDIR%%/app/assets/javascripts/pages/groups/new/fetch_group_path_availability.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/new/group_path_validator.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/new/index.js
@@ -4105,6 +4150,7 @@
%%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/index/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
@@ -4174,6 +4220,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/new/components/new_project_push_tip_popover.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/packages/infrastructure_registry/index/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/packages/infrastructure_registry/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/packages/packages/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/packages/packages/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/pages/index.js
@@ -4257,10 +4304,13 @@
%%WWWDIR%%/app/assets/javascripts/pages/sessions/new/signin_tabs_memoizer.js
%%WWWDIR%%/app/assets/javascripts/pages/sessions/new/username_validator.js
%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_badge_settings.js
+%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_runner_aws_deployments.js
%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_runner_instructions.js
+%%WWWDIR%%/app/assets/javascripts/pages/shared/nav/sidebar_tracking.js
%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/components/delete_wiki_modal.vue
%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/components/wiki_alert.vue
%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/components/wiki_form.vue
+%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/constants.js
%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/index.js
%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/wikis.js
%%WWWDIR%%/app/assets/javascripts/pages/snippets/edit/index.js
@@ -4299,7 +4349,6 @@
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/drawer/cards/visualize_and_lint_card.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/drawer/ui/demo_job_pill.vue
-%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/drawer/ui/pipeline_visual_reference.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/editor/ci_config_merged_preview.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/file_nav/branch_switcher.vue
@@ -4320,6 +4369,8 @@
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/constants.js
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/commit_ci_file.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/lint_ci.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/update_current_branch.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/update_last_commit_branch.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/available_branches.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/blob_content.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/ci_config.graphql
@@ -4327,8 +4378,10 @@
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/commit_sha.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/current_branch.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/is_new_ci_config_file.graphql
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/last_commit_branch.query.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/pipeline.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/pipeline_etag.graphql
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/get_starter_template.query.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/resolvers.js
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/typedefs.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/index.js
@@ -4370,7 +4423,6 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/components/header_component.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/jobs_shared/action_component.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/jobs_shared/job_name_component.vue
-%%WWWDIR%%/app/assets/javascripts/pipelines/components/notification/pipeline_notification.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/parsing_utils.js
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/job_pill.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/pipeline_graph.vue
@@ -4414,7 +4466,6 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/mutations/retry_pipeline.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_dag_vis_data.query.graphql
%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_pipeline_header_data.query.graphql
-%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_user_callouts.query.graphql
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_pipeline_bundle_mixin.js
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/pipelines_mixin.js
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/stage_column_mixin.js
@@ -4423,7 +4474,6 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_graph.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_header.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_mediator.js
-%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_notification.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_shared_client.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipelines_index.js
%%WWWDIR%%/app/assets/javascripts/pipelines/services/pipeline_service.js
@@ -4602,6 +4652,7 @@
%%WWWDIR%%/app/assets/javascripts/related_merge_requests/store/state.js
%%WWWDIR%%/app/assets/javascripts/releases/components/app_edit_new.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/app_index.vue
+%%WWWDIR%%/app/assets/javascripts/releases/components/app_index_apollo_client.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/app_show.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/asset_links_form.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/evidence_block.vue
@@ -4613,8 +4664,11 @@
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_header.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_milestone_info.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_skeleton_loader.vue
+%%WWWDIR%%/app/assets/javascripts/releases/components/releases_empty_state.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination.vue
+%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination_apollo_client.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/releases_sort.vue
+%%WWWDIR%%/app/assets/javascripts/releases/components/releases_sort_apollo_client.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/tag_field.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/tag_field_existing.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/tag_field_new.vue
@@ -4685,6 +4739,7 @@
%%WWWDIR%%/app/assets/javascripts/repository/components/app.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/blob_content_viewer.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/blob_header_edit.vue
+%%WWWDIR%%/app/assets/javascripts/repository/components/blob_replace.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/breadcrumbs.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/directory_download_links.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/last_commit.vue
@@ -4695,6 +4750,7 @@
%%WWWDIR%%/app/assets/javascripts/repository/components/table/row.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/tree_content.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/upload_blob_modal.vue
+%%WWWDIR%%/app/assets/javascripts/repository/constants.js
%%WWWDIR%%/app/assets/javascripts/repository/fragmentTypes.json
%%WWWDIR%%/app/assets/javascripts/repository/graphql.js
%%WWWDIR%%/app/assets/javascripts/repository/index.js
@@ -4719,11 +4775,32 @@
%%WWWDIR%%/app/assets/javascripts/repository/utils/title.js
%%WWWDIR%%/app/assets/javascripts/rest_api.js
%%WWWDIR%%/app/assets/javascripts/right_sidebar.js
+%%WWWDIR%%/app/assets/javascripts/runner/components/cells/runner_actions_cell.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/cells/runner_name_cell.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/cells/runner_type_cell.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_filtered_search_bar.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_list.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_manual_setup_help.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_pagination.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_registration_token_reset.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_tags.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_type_alert.vue
%%WWWDIR%%/app/assets/javascripts/runner/components/runner_type_badge.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_type_help.vue
+%%WWWDIR%%/app/assets/javascripts/runner/components/runner_update_form.vue
%%WWWDIR%%/app/assets/javascripts/runner/constants.js
+%%WWWDIR%%/app/assets/javascripts/runner/graphql/delete_runner.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/runner/graphql/get_runner.query.graphql
+%%WWWDIR%%/app/assets/javascripts/runner/graphql/get_runners.query.graphql
+%%WWWDIR%%/app/assets/javascripts/runner/graphql/runner_details.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/runner/graphql/runner_node.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/runner/graphql/runner_update.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/runner/graphql/runners_registration_token_reset.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/runner/runner_details/index.js
%%WWWDIR%%/app/assets/javascripts/runner/runner_details/runner_details_app.vue
+%%WWWDIR%%/app/assets/javascripts/runner/runner_list/index.js
+%%WWWDIR%%/app/assets/javascripts/runner/runner_list/runner_list_app.vue
+%%WWWDIR%%/app/assets/javascripts/runner/runner_list/runner_search_utils.js
%%WWWDIR%%/app/assets/javascripts/search/highlight_blob_search_result.js
%%WWWDIR%%/app/assets/javascripts/search/index.js
%%WWWDIR%%/app/assets/javascripts/search/sidebar/components/app.vue
@@ -4745,6 +4822,7 @@
%%WWWDIR%%/app/assets/javascripts/search/topbar/components/group_filter.vue
%%WWWDIR%%/app/assets/javascripts/search/topbar/components/project_filter.vue
%%WWWDIR%%/app/assets/javascripts/search/topbar/components/searchable_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/search/topbar/components/searchable_dropdown_item.vue
%%WWWDIR%%/app/assets/javascripts/search/topbar/constants.js
%%WWWDIR%%/app/assets/javascripts/search/topbar/index.js
%%WWWDIR%%/app/assets/javascripts/search_autocomplete.js
@@ -4756,9 +4834,13 @@
%%WWWDIR%%/app/assets/javascripts/security_configuration/components/configuration_table.vue
%%WWWDIR%%/app/assets/javascripts/security_configuration/components/constants.js
%%WWWDIR%%/app/assets/javascripts/security_configuration/components/feature_card.vue
+%%WWWDIR%%/app/assets/javascripts/security_configuration/components/redesigned_app.vue
+%%WWWDIR%%/app/assets/javascripts/security_configuration/components/section_layout.vue
%%WWWDIR%%/app/assets/javascripts/security_configuration/components/upgrade.vue
+%%WWWDIR%%/app/assets/javascripts/security_configuration/components/upgrade_banner.vue
%%WWWDIR%%/app/assets/javascripts/security_configuration/graphql/configure_sast.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/security_configuration/index.js
+%%WWWDIR%%/app/assets/javascripts/security_configuration/utils.js
%%WWWDIR%%/app/assets/javascripts/self_monitor/components/self_monitor_form.vue
%%WWWDIR%%/app/assets/javascripts/self_monitor/index.js
%%WWWDIR%%/app/assets/javascripts/self_monitor/store/actions.js
@@ -4824,7 +4906,6 @@
%%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/mutations/update_issue_lock.mutation.graphql
%%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/participants/sidebar_participants_widget.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/reference/sidebar_reference_widget.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/collapsed_reviewer.vue
@@ -4839,6 +4920,7 @@
%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/graphql/mutations/update_issuable_severity.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/severity.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/sidebar_severity.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/sidebar_dropdown_widget.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/sidebar_editable_item.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions_widget.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/subscriptions.vue
@@ -4867,8 +4949,14 @@
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/issue_due_date.query.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/issue_reference.query.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/issue_subscribed.query.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/issue_time_tracking.query.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/merge_request_reference.query.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/merge_request_subscribed.query.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/merge_request_time_tracking.query.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/milestone.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/project_issue_milestone.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/project_issue_milestone.query.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/project_milestones.query.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/reviewer_rereview.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/sidebarDetails.query.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/sidebarDetailsMR.query.graphql
@@ -4887,6 +4975,7 @@
%%WWWDIR%%/app/assets/javascripts/sidebar/sidebar_bundle.js
%%WWWDIR%%/app/assets/javascripts/sidebar/sidebar_mediator.js
%%WWWDIR%%/app/assets/javascripts/sidebar/stores/sidebar_store.js
+%%WWWDIR%%/app/assets/javascripts/sidebar/track_invite_members.js
%%WWWDIR%%/app/assets/javascripts/sidebar/utils.js
%%WWWDIR%%/app/assets/javascripts/single_file_diff.js
%%WWWDIR%%/app/assets/javascripts/smart_interval.js
@@ -4945,6 +5034,27 @@
%%WWWDIR%%/app/assets/javascripts/static_site_editor/index.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/pages/home.vue
%%WWWDIR%%/app/assets/javascripts/static_site_editor/pages/success.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/constants.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/modals/add_image/add_image_modal.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/modals/add_image/upload_image_tab.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/modals/insert_video_modal.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/rich_content_editor.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/build_custom_renderer.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/build_html_to_markdown_renderer.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/editor_service.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/build_uneditable_token.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_attribute_definition.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_embedded_ruby_text.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_font_awesome_html_inline.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_heading.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_html_block.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_identifier_instance_text.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_identifier_paragraph.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_list_item.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_softbreak.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/render_utils.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/services/sanitize_html.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/rich_content_editor/toolbar_item.vue
%%WWWDIR%%/app/assets/javascripts/static_site_editor/router/constants.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/router/index.js
%%WWWDIR%%/app/assets/javascripts/static_site_editor/router/routes.js
@@ -4986,7 +5096,9 @@
%%WWWDIR%%/app/assets/javascripts/toggle_buttons.js
%%WWWDIR%%/app/assets/javascripts/tooltips/components/tooltips.vue
%%WWWDIR%%/app/assets/javascripts/tooltips/index.js
-%%WWWDIR%%/app/assets/javascripts/tracking.js
+%%WWWDIR%%/app/assets/javascripts/tracking/constants.js
+%%WWWDIR%%/app/assets/javascripts/tracking/get_standard_context.js
+%%WWWDIR%%/app/assets/javascripts/tracking/index.js
%%WWWDIR%%/app/assets/javascripts/transfer_edit.js
%%WWWDIR%%/app/assets/javascripts/tree.js
%%WWWDIR%%/app/assets/javascripts/ui_development_kit.js
@@ -4997,6 +5109,8 @@
%%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/components/user_lists.vue
+%%WWWDIR%%/app/assets/javascripts/user_lists/components/user_lists_table.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
@@ -5004,6 +5118,11 @@
%%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/index/actions.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/index/index.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/index/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/index/mutations.js
+%%WWWDIR%%/app/assets/javascripts/user_lists/store/index/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
@@ -5128,12 +5247,11 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/components/sidebar/sidebar_todo.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/components/system_notes/system_note.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/constants.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/graphql/fragments/alert_detail_item.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/graphql/mutations/alert_issue_create.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/graphql/mutations/alert_set_assignees.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/graphql/mutations/alert_sidebar_status.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/graphql/mutations/alert_todo_create.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/graphql/queries/alert_details.query.graphql
+%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/graphql/queries/alert_sidebar_details.query.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/graphql/queries/alert_sidebar_status.query.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/index.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/alert_details/router.js
@@ -5222,6 +5340,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/header_ci_component.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/help_popover.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/identicon.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/incidents/utils.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/integrations_help_text.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/issuable/init_issuable_header_warning.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/issuable/issuable_header_warnings.vue
@@ -5280,27 +5399,9 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/resizable_chart/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/resizable_chart/resizable_chart_container.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/resizable_chart/skeleton_loader.vue
-%%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
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/editor_service.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/build_uneditable_token.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_attribute_definition.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_embedded_ruby_text.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_font_awesome_html_inline.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_heading.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_html_block.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_identifier_instance_text.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/services/renderers/render_identifier_paragraph.js
-%%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/runner_aws_deployments/constants.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/runner_aws_deployments/runner_aws_deployments.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/runner_aws_deployments/runner_aws_deployments_modal.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/runner_instructions/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/runner_instructions/graphql/queries/get_runner_platforms.query.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/runner_instructions/graphql/queries/get_runner_setup.query.graphql
@@ -5313,15 +5414,6 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/copyable_field.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/date_picker.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/issuable_move_dropdown.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/base.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_button.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_create_label.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_footer.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_header.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_search_input.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_title.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_collapsed.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_contents.vue
@@ -5329,6 +5421,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_contents_labels_view.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_title.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_value.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_value_collapsed.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/label_item.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/labels_select_root.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/store/actions.js
@@ -5337,7 +5430,25 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/store/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/store/mutations.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/store/state.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/constants.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/dropdown_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/dropdown_contents.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/dropdown_contents_create_view.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/dropdown_contents_labels_view.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/dropdown_title.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/dropdown_value.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/dropdown_value_collapsed.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/graphql/create_label.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/label_item.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/labels_select_root.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/store/getters.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/store/index.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/store/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/store/mutations.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_widget/store/state.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/multiselect_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/queries/get_alert_assignees.query.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/queries/get_issue_assignees.query.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/queries/get_issue_participants.query.graphql
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/queries/get_issue_timelogs.query.graphql
@@ -5364,6 +5475,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_image.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_link.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_list.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_callout_dismisser.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_date.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_popover/user_popover.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_select/user_select.vue
@@ -5384,6 +5496,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/plugins/global_toast.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/security_configuration/components/manage_via_mr.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/security_configuration/provider.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/security_reports/components/artifact_downloads/merge_request_artifact_download.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/security_reports/components/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/security_reports/components/help_icon.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/security_reports/components/security_report_download_dropdown.vue
@@ -5467,6 +5580,7 @@
%%WWWDIR%%/app/assets/stylesheets/framework/awards.scss
%%WWWDIR%%/app/assets/stylesheets/framework/badges.scss
%%WWWDIR%%/app/assets/stylesheets/framework/banner.scss
+%%WWWDIR%%/app/assets/stylesheets/framework/blank.scss
%%WWWDIR%%/app/assets/stylesheets/framework/blocks.scss
%%WWWDIR%%/app/assets/stylesheets/framework/broadcast_messages.scss
%%WWWDIR%%/app/assets/stylesheets/framework/buttons.scss
@@ -5475,7 +5589,10 @@
%%WWWDIR%%/app/assets/stylesheets/framework/card.scss
%%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/contextual_sidebar_header.scss
+%%WWWDIR%%/app/assets/stylesheets/framework/contextual_sidebar_refactoring/contextual_sidebar.scss
+%%WWWDIR%%/app/assets/stylesheets/framework/contextual_sidebar_refactoring/contextual_sidebar_base.scss
+%%WWWDIR%%/app/assets/stylesheets/framework/contextual_sidebar_refactoring/contextual_sidebar_variant.scss
%%WWWDIR%%/app/assets/stylesheets/framework/diffs.scss
%%WWWDIR%%/app/assets/stylesheets/framework/dropdowns.scss
%%WWWDIR%%/app/assets/stylesheets/framework/editor-lite.scss
@@ -5562,6 +5679,8 @@
%%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/escalation_policies.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/group.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
@@ -5584,6 +5703,7 @@
%%WWWDIR%%/app/assets/stylesheets/page_bundles/pipeline_schedules.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/pipelines.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/profile_two_factor_auth.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/project.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/reports.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/signup.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/terminal.scss
@@ -5656,11 +5776,12 @@
%%WWWDIR%%/app/controllers/abuse_reports_controller.rb
%%WWWDIR%%/app/controllers/acme_challenges_controller.rb
%%WWWDIR%%/app/controllers/admin/abuse_reports_controller.rb
-%%WWWDIR%%/app/controllers/admin/appearances_controller.rb
%%WWWDIR%%/app/controllers/admin/application_controller.rb
+%%WWWDIR%%/app/controllers/admin/application_settings/appearances_controller.rb
%%WWWDIR%%/app/controllers/admin/application_settings_controller.rb
%%WWWDIR%%/app/controllers/admin/applications_controller.rb
%%WWWDIR%%/app/controllers/admin/background_jobs_controller.rb
+%%WWWDIR%%/app/controllers/admin/background_migrations_controller.rb
%%WWWDIR%%/app/controllers/admin/broadcast_messages_controller.rb
%%WWWDIR%%/app/controllers/admin/ci/variables_controller.rb
%%WWWDIR%%/app/controllers/admin/clusters/applications_controller.rb
@@ -5898,6 +6019,7 @@
%%WWWDIR%%/app/controllers/projects/alert_management_controller.rb
%%WWWDIR%%/app/controllers/projects/alerting/notifications_controller.rb
%%WWWDIR%%/app/controllers/projects/analytics/cycle_analytics/stages_controller.rb
+%%WWWDIR%%/app/controllers/projects/analytics/cycle_analytics/summary_controller.rb
%%WWWDIR%%/app/controllers/projects/analytics/cycle_analytics/value_streams_controller.rb
%%WWWDIR%%/app/controllers/projects/application_controller.rb
%%WWWDIR%%/app/controllers/projects/artifacts_controller.rb
@@ -6133,6 +6255,7 @@
%%WWWDIR%%/app/finders/groups_finder.rb
%%WWWDIR%%/app/finders/issuable_finder.rb
%%WWWDIR%%/app/finders/issuable_finder/params.rb
+%%WWWDIR%%/app/finders/issuables/assignee_filter.rb
%%WWWDIR%%/app/finders/issuables/author_filter.rb
%%WWWDIR%%/app/finders/issuables/base_filter.rb
%%WWWDIR%%/app/finders/issues_finder.rb
@@ -6163,6 +6286,7 @@
%%WWWDIR%%/app/finders/packages/go/version_finder.rb
%%WWWDIR%%/app/finders/packages/group_or_project_package_finder.rb
%%WWWDIR%%/app/finders/packages/group_packages_finder.rb
+%%WWWDIR%%/app/finders/packages/helm/package_files_finder.rb
%%WWWDIR%%/app/finders/packages/maven/package_finder.rb
%%WWWDIR%%/app/finders/packages/npm/package_finder.rb
%%WWWDIR%%/app/finders/packages/nuget/package_finder.rb
@@ -6252,6 +6376,9 @@
%%WWWDIR%%/app/graphql/mutations/ci/pipeline/cancel.rb
%%WWWDIR%%/app/graphql/mutations/ci/pipeline/destroy.rb
%%WWWDIR%%/app/graphql/mutations/ci/pipeline/retry.rb
+%%WWWDIR%%/app/graphql/mutations/ci/runner/delete.rb
+%%WWWDIR%%/app/graphql/mutations/ci/runner/update.rb
+%%WWWDIR%%/app/graphql/mutations/ci/runners_registration_token/reset.rb
%%WWWDIR%%/app/graphql/mutations/commits/create.rb
%%WWWDIR%%/app/graphql/mutations/concerns/mutations/assignable.rb
%%WWWDIR%%/app/graphql/mutations/concerns/mutations/can_mutate_spammable.rb
@@ -6380,7 +6507,7 @@
%%WWWDIR%%/app/graphql/resolvers/ci/test_report_summary_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/ci/test_suite_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/commit_pipelines_resolver.rb
-%%WWWDIR%%/app/graphql/resolvers/concerns/board_issue_filterable.rb
+%%WWWDIR%%/app/graphql/resolvers/concerns/board_item_filterable.rb
%%WWWDIR%%/app/graphql/resolvers/concerns/caching_array_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/concerns/group_issuable_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/concerns/issue_resolver_arguments.rb
@@ -6628,6 +6755,7 @@
%%WWWDIR%%/app/graphql/types/merge_request_type.rb
%%WWWDIR%%/app/graphql/types/merge_requests/assignee_type.rb
%%WWWDIR%%/app/graphql/types/merge_requests/interacts_with_merge_request.rb
+%%WWWDIR%%/app/graphql/types/merge_requests/merge_status_enum.rb
%%WWWDIR%%/app/graphql/types/merge_requests/reviewer_type.rb
%%WWWDIR%%/app/graphql/types/merge_strategy_enum.rb
%%WWWDIR%%/app/graphql/types/metadata/kas_type.rb
@@ -6667,6 +6795,7 @@
%%WWWDIR%%/app/graphql/types/packages/package_tag_type.rb
%%WWWDIR%%/app/graphql/types/packages/package_type.rb
%%WWWDIR%%/app/graphql/types/packages/package_type_enum.rb
+%%WWWDIR%%/app/graphql/types/packages/pypi/metadatum_type.rb
%%WWWDIR%%/app/graphql/types/permission_types/base_permission_type.rb
%%WWWDIR%%/app/graphql/types/permission_types/ci/job.rb
%%WWWDIR%%/app/graphql/types/permission_types/ci/pipeline.rb
@@ -6744,6 +6873,7 @@
%%WWWDIR%%/app/helpers/access_tokens_helper.rb
%%WWWDIR%%/app/helpers/accounts_helper.rb
%%WWWDIR%%/app/helpers/active_sessions_helper.rb
+%%WWWDIR%%/app/helpers/admin/background_migrations_helper.rb
%%WWWDIR%%/app/helpers/admin/user_actions_helper.rb
%%WWWDIR%%/app/helpers/analytics/cycle_analytics_helper.rb
%%WWWDIR%%/app/helpers/analytics/navbar_helper.rb
@@ -6817,6 +6947,7 @@
%%WWWDIR%%/app/helpers/javascript_helper.rb
%%WWWDIR%%/app/helpers/jira_connect_helper.rb
%%WWWDIR%%/app/helpers/kerberos_spnego_helper.rb
+%%WWWDIR%%/app/helpers/keyset_helper.rb
%%WWWDIR%%/app/helpers/labels_helper.rb
%%WWWDIR%%/app/helpers/lazy_image_tag_helper.rb
%%WWWDIR%%/app/helpers/learn_gitlab_helper.rb
@@ -6827,6 +6958,7 @@
%%WWWDIR%%/app/helpers/mirror_helper.rb
%%WWWDIR%%/app/helpers/namespace_storage_limit_alert_helper.rb
%%WWWDIR%%/app/helpers/namespaces_helper.rb
+%%WWWDIR%%/app/helpers/nav/new_dropdown_helper.rb
%%WWWDIR%%/app/helpers/nav/top_nav_helper.rb
%%WWWDIR%%/app/helpers/nav_helper.rb
%%WWWDIR%%/app/helpers/notes_helper.rb
@@ -6929,6 +7061,7 @@
%%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_level.rb
%%WWWDIR%%/app/models/analytics/cycle_analytics/project_stage.rb
%%WWWDIR%%/app/models/analytics/cycle_analytics/project_value_stream.rb
%%WWWDIR%%/app/models/analytics/usage_trends/measurement.rb
@@ -6998,6 +7131,7 @@
%%WWWDIR%%/app/models/bulk_imports/configuration.rb
%%WWWDIR%%/app/models/bulk_imports/entity.rb
%%WWWDIR%%/app/models/bulk_imports/export.rb
+%%WWWDIR%%/app/models/bulk_imports/export_status.rb
%%WWWDIR%%/app/models/bulk_imports/export_upload.rb
%%WWWDIR%%/app/models/bulk_imports/failure.rb
%%WWWDIR%%/app/models/bulk_imports/file_transfer.rb
@@ -7021,6 +7155,8 @@
%%WWWDIR%%/app/models/ci/build_trace_chunks/database.rb
%%WWWDIR%%/app/models/ci/build_trace_chunks/fog.rb
%%WWWDIR%%/app/models/ci/build_trace_chunks/redis.rb
+%%WWWDIR%%/app/models/ci/build_trace_chunks/redis_base.rb
+%%WWWDIR%%/app/models/ci/build_trace_chunks/redis_trace_chunks.rb
%%WWWDIR%%/app/models/ci/build_trace_section.rb
%%WWWDIR%%/app/models/ci/build_trace_section_name.rb
%%WWWDIR%%/app/models/ci/commit_with_pipeline.rb
@@ -7032,8 +7168,11 @@
%%WWWDIR%%/app/models/ci/group_variable.rb
%%WWWDIR%%/app/models/ci/instance_variable.rb
%%WWWDIR%%/app/models/ci/job_artifact.rb
+%%WWWDIR%%/app/models/ci/job_token/project_scope_link.rb
+%%WWWDIR%%/app/models/ci/job_token/scope.rb
%%WWWDIR%%/app/models/ci/job_variable.rb
%%WWWDIR%%/app/models/ci/legacy_stage.rb
+%%WWWDIR%%/app/models/ci/pending_build.rb
%%WWWDIR%%/app/models/ci/persistent_ref.rb
%%WWWDIR%%/app/models/ci/pipeline.rb
%%WWWDIR%%/app/models/ci/pipeline_artifact.rb
@@ -7050,6 +7189,7 @@
%%WWWDIR%%/app/models/ci/runner.rb
%%WWWDIR%%/app/models/ci/runner_namespace.rb
%%WWWDIR%%/app/models/ci/runner_project.rb
+%%WWWDIR%%/app/models/ci/running_build.rb
%%WWWDIR%%/app/models/ci/sources/pipeline.rb
%%WWWDIR%%/app/models/ci/stage.rb
%%WWWDIR%%/app/models/ci/trigger.rb
@@ -7064,7 +7204,6 @@
%%WWWDIR%%/app/models/clusters/applications/cilium.rb
%%WWWDIR%%/app/models/clusters/applications/crossplane.rb
%%WWWDIR%%/app/models/clusters/applications/elastic_stack.rb
-%%WWWDIR%%/app/models/clusters/applications/fluentd.rb
%%WWWDIR%%/app/models/clusters/applications/helm.rb
%%WWWDIR%%/app/models/clusters/applications/ingress.rb
%%WWWDIR%%/app/models/clusters/applications/jupyter.rb
@@ -7167,7 +7306,6 @@
%%WWWDIR%%/app/models/concerns/has_environment_scope.rb
%%WWWDIR%%/app/models/concerns/has_integrations.rb
%%WWWDIR%%/app/models/concerns/has_repository.rb
-%%WWWDIR%%/app/models/concerns/has_timelogs_report.rb
%%WWWDIR%%/app/models/concerns/has_unique_internal_users.rb
%%WWWDIR%%/app/models/concerns/has_user_type.rb
%%WWWDIR%%/app/models/concerns/has_wiki.rb
@@ -7178,6 +7316,9 @@
%%WWWDIR%%/app/models/concerns/iid_routes.rb
%%WWWDIR%%/app/models/concerns/import_state/sidekiq_job_tracker.rb
%%WWWDIR%%/app/models/concerns/importable.rb
+%%WWWDIR%%/app/models/concerns/integrations/base_data_fields.rb
+%%WWWDIR%%/app/models/concerns/integrations/has_data_fields.rb
+%%WWWDIR%%/app/models/concerns/integrations/slack_mattermost_notifier.rb
%%WWWDIR%%/app/models/concerns/issuable.rb
%%WWWDIR%%/app/models/concerns/issue_available_features.rb
%%WWWDIR%%/app/models/concerns/issue_resource_event.rb
@@ -7203,6 +7344,7 @@
%%WWWDIR%%/app/models/concerns/packages/debian/component.rb
%%WWWDIR%%/app/models/concerns/packages/debian/component_file.rb
%%WWWDIR%%/app/models/concerns/packages/debian/distribution.rb
+%%WWWDIR%%/app/models/concerns/packages/debian/distribution_key.rb
%%WWWDIR%%/app/models/concerns/participable.rb
%%WWWDIR%%/app/models/concerns/partitioned_table.rb
%%WWWDIR%%/app/models/concerns/presentable.rb
@@ -7229,7 +7371,6 @@
%%WWWDIR%%/app/models/concerns/schedulable.rb
%%WWWDIR%%/app/models/concerns/select_for_project_authorization.rb
%%WWWDIR%%/app/models/concerns/service_push_data_validations.rb
-%%WWWDIR%%/app/models/concerns/services/data_fields.rb
%%WWWDIR%%/app/models/concerns/sha256_attribute.rb
%%WWWDIR%%/app/models/concerns/sha_attribute.rb
%%WWWDIR%%/app/models/concerns/shardable.rb
@@ -7242,6 +7383,7 @@
%%WWWDIR%%/app/models/concerns/strip_attribute.rb
%%WWWDIR%%/app/models/concerns/subscribable.rb
%%WWWDIR%%/app/models/concerns/suppress_composite_primary_key_warning.rb
+%%WWWDIR%%/app/models/concerns/taggable_queries.rb
%%WWWDIR%%/app/models/concerns/taskable.rb
%%WWWDIR%%/app/models/concerns/throttled_touch.rb
%%WWWDIR%%/app/models/concerns/time_trackable.rb
@@ -7271,7 +7413,6 @@
%%WWWDIR%%/app/models/container_repository.rb
%%WWWDIR%%/app/models/context_commits_diff.rb
%%WWWDIR%%/app/models/custom_emoji.rb
-%%WWWDIR%%/app/models/cycle_analytics/project_level.rb
%%WWWDIR%%/app/models/cycle_analytics/project_level_stage_adapter.rb
%%WWWDIR%%/app/models/data_list.rb
%%WWWDIR%%/app/models/dependency_proxy.rb
@@ -7356,7 +7497,6 @@
%%WWWDIR%%/app/models/hooks/system_hook.rb
%%WWWDIR%%/app/models/hooks/web_hook.rb
%%WWWDIR%%/app/models/hooks/web_hook_log.rb
-%%WWWDIR%%/app/models/hooks/web_hook_log_archived.rb
%%WWWDIR%%/app/models/identity.rb
%%WWWDIR%%/app/models/identity/uniqueness_scopes.rb
%%WWWDIR%%/app/models/import_export_upload.rb
@@ -7370,7 +7510,12 @@
%%WWWDIR%%/app/models/integrations/asana.rb
%%WWWDIR%%/app/models/integrations/assembla.rb
%%WWWDIR%%/app/models/integrations/bamboo.rb
-%%WWWDIR%%/app/models/integrations/builds_email.rb
+%%WWWDIR%%/app/models/integrations/base_chat_notification.rb
+%%WWWDIR%%/app/models/integrations/base_ci.rb
+%%WWWDIR%%/app/models/integrations/base_issue_tracker.rb
+%%WWWDIR%%/app/models/integrations/base_slash_commands.rb
+%%WWWDIR%%/app/models/integrations/bugzilla.rb
+%%WWWDIR%%/app/models/integrations/buildkite.rb
%%WWWDIR%%/app/models/integrations/campfire.rb
%%WWWDIR%%/app/models/integrations/chat_message/alert_message.rb
%%WWWDIR%%/app/models/integrations/chat_message/base_message.rb
@@ -7382,8 +7527,37 @@
%%WWWDIR%%/app/models/integrations/chat_message/push_message.rb
%%WWWDIR%%/app/models/integrations/chat_message/wiki_page_message.rb
%%WWWDIR%%/app/models/integrations/confluence.rb
+%%WWWDIR%%/app/models/integrations/custom_issue_tracker.rb
%%WWWDIR%%/app/models/integrations/datadog.rb
+%%WWWDIR%%/app/models/integrations/discord.rb
+%%WWWDIR%%/app/models/integrations/drone_ci.rb
%%WWWDIR%%/app/models/integrations/emails_on_push.rb
+%%WWWDIR%%/app/models/integrations/ewm.rb
+%%WWWDIR%%/app/models/integrations/external_wiki.rb
+%%WWWDIR%%/app/models/integrations/flowdock.rb
+%%WWWDIR%%/app/models/integrations/hangouts_chat.rb
+%%WWWDIR%%/app/models/integrations/irker.rb
+%%WWWDIR%%/app/models/integrations/issue_tracker_data.rb
+%%WWWDIR%%/app/models/integrations/jenkins.rb
+%%WWWDIR%%/app/models/integrations/jira.rb
+%%WWWDIR%%/app/models/integrations/jira_tracker_data.rb
+%%WWWDIR%%/app/models/integrations/mattermost.rb
+%%WWWDIR%%/app/models/integrations/mattermost_slash_commands.rb
+%%WWWDIR%%/app/models/integrations/microsoft_teams.rb
+%%WWWDIR%%/app/models/integrations/mock_ci.rb
+%%WWWDIR%%/app/models/integrations/open_project.rb
+%%WWWDIR%%/app/models/integrations/open_project_tracker_data.rb
+%%WWWDIR%%/app/models/integrations/packagist.rb
+%%WWWDIR%%/app/models/integrations/pipelines_email.rb
+%%WWWDIR%%/app/models/integrations/pivotaltracker.rb
+%%WWWDIR%%/app/models/integrations/pushover.rb
+%%WWWDIR%%/app/models/integrations/redmine.rb
+%%WWWDIR%%/app/models/integrations/slack.rb
+%%WWWDIR%%/app/models/integrations/slack_slash_commands.rb
+%%WWWDIR%%/app/models/integrations/teamcity.rb
+%%WWWDIR%%/app/models/integrations/unify_circuit.rb
+%%WWWDIR%%/app/models/integrations/webex_teams.rb
+%%WWWDIR%%/app/models/integrations/youtrack.rb
%%WWWDIR%%/app/models/internal_id.rb
%%WWWDIR%%/app/models/issuable_severity.rb
%%WWWDIR%%/app/models/issue.rb
@@ -7475,10 +7649,12 @@
%%WWWDIR%%/app/models/packages/debian/group_component.rb
%%WWWDIR%%/app/models/packages/debian/group_component_file.rb
%%WWWDIR%%/app/models/packages/debian/group_distribution.rb
+%%WWWDIR%%/app/models/packages/debian/group_distribution_key.rb
%%WWWDIR%%/app/models/packages/debian/project_architecture.rb
%%WWWDIR%%/app/models/packages/debian/project_component.rb
%%WWWDIR%%/app/models/packages/debian/project_component_file.rb
%%WWWDIR%%/app/models/packages/debian/project_distribution.rb
+%%WWWDIR%%/app/models/packages/debian/project_distribution_key.rb
%%WWWDIR%%/app/models/packages/debian/publication.rb
%%WWWDIR%%/app/models/packages/dependency.rb
%%WWWDIR%%/app/models/packages/dependency_link.rb
@@ -7538,48 +7714,9 @@
%%WWWDIR%%/app/models/project_metrics_setting.rb
%%WWWDIR%%/app/models/project_pages_metadatum.rb
%%WWWDIR%%/app/models/project_repository.rb
-%%WWWDIR%%/app/models/project_repository_storage_move.rb
-%%WWWDIR%%/app/models/project_services/bugzilla_service.rb
-%%WWWDIR%%/app/models/project_services/buildkite_service.rb
-%%WWWDIR%%/app/models/project_services/chat_notification_service.rb
-%%WWWDIR%%/app/models/project_services/ci_service.rb
-%%WWWDIR%%/app/models/project_services/custom_issue_tracker_service.rb
-%%WWWDIR%%/app/models/project_services/data_fields.rb
-%%WWWDIR%%/app/models/project_services/discord_service.rb
-%%WWWDIR%%/app/models/project_services/drone_ci_service.rb
-%%WWWDIR%%/app/models/project_services/ewm_service.rb
-%%WWWDIR%%/app/models/project_services/external_wiki_service.rb
-%%WWWDIR%%/app/models/project_services/flowdock_service.rb
-%%WWWDIR%%/app/models/project_services/hangouts_chat_service.rb
-%%WWWDIR%%/app/models/project_services/hipchat_service.rb
-%%WWWDIR%%/app/models/project_services/irker_service.rb
-%%WWWDIR%%/app/models/project_services/issue_tracker_data.rb
-%%WWWDIR%%/app/models/project_services/issue_tracker_service.rb
-%%WWWDIR%%/app/models/project_services/jenkins_service.rb
-%%WWWDIR%%/app/models/project_services/jira_service.rb
-%%WWWDIR%%/app/models/project_services/jira_tracker_data.rb
-%%WWWDIR%%/app/models/project_services/mattermost_service.rb
-%%WWWDIR%%/app/models/project_services/mattermost_slash_commands_service.rb
-%%WWWDIR%%/app/models/project_services/microsoft_teams_service.rb
-%%WWWDIR%%/app/models/project_services/mock_ci_service.rb
%%WWWDIR%%/app/models/project_services/mock_monitoring_service.rb
%%WWWDIR%%/app/models/project_services/monitoring_service.rb
-%%WWWDIR%%/app/models/project_services/open_project_service.rb
-%%WWWDIR%%/app/models/project_services/open_project_tracker_data.rb
-%%WWWDIR%%/app/models/project_services/packagist_service.rb
-%%WWWDIR%%/app/models/project_services/pipelines_email_service.rb
-%%WWWDIR%%/app/models/project_services/pivotaltracker_service.rb
%%WWWDIR%%/app/models/project_services/prometheus_service.rb
-%%WWWDIR%%/app/models/project_services/pushover_service.rb
-%%WWWDIR%%/app/models/project_services/redmine_service.rb
-%%WWWDIR%%/app/models/project_services/slack_mattermost/notifier.rb
-%%WWWDIR%%/app/models/project_services/slack_service.rb
-%%WWWDIR%%/app/models/project_services/slack_slash_commands_service.rb
-%%WWWDIR%%/app/models/project_services/slash_commands_service.rb
-%%WWWDIR%%/app/models/project_services/teamcity_service.rb
-%%WWWDIR%%/app/models/project_services/unify_circuit_service.rb
-%%WWWDIR%%/app/models/project_services/webex_teams_service.rb
-%%WWWDIR%%/app/models/project_services/youtrack_service.rb
%%WWWDIR%%/app/models/project_setting.rb
%%WWWDIR%%/app/models/project_snippet.rb
%%WWWDIR%%/app/models/project_statistics.rb
@@ -7632,7 +7769,6 @@
%%WWWDIR%%/app/models/snippet_input_action.rb
%%WWWDIR%%/app/models/snippet_input_action_collection.rb
%%WWWDIR%%/app/models/snippet_repository.rb
-%%WWWDIR%%/app/models/snippet_repository_storage_move.rb
%%WWWDIR%%/app/models/snippet_statistics.rb
%%WWWDIR%%/app/models/snippet_user_mention.rb
%%WWWDIR%%/app/models/snippets/repository_storage_move.rb
@@ -7758,6 +7894,7 @@
%%WWWDIR%%/app/policies/packages/nuget/metadatum_policy.rb
%%WWWDIR%%/app/policies/packages/package_file_policy.rb
%%WWWDIR%%/app/policies/packages/package_policy.rb
+%%WWWDIR%%/app/policies/packages/pypi/metadatum_policy.rb
%%WWWDIR%%/app/policies/packages/tag_policy.rb
%%WWWDIR%%/app/policies/personal_access_token_policy.rb
%%WWWDIR%%/app/policies/personal_snippet_policy.rb
@@ -8146,7 +8283,7 @@
%%WWWDIR%%/app/services/authorized_project_update/periodic_recalculate_service.rb
%%WWWDIR%%/app/services/authorized_project_update/project_create_service.rb
%%WWWDIR%%/app/services/authorized_project_update/project_group_link_create_service.rb
-%%WWWDIR%%/app/services/authorized_project_update/recalculate_for_user_range_service.rb
+%%WWWDIR%%/app/services/authorized_project_update/project_recalculate_service.rb
%%WWWDIR%%/app/services/auto_merge/base_service.rb
%%WWWDIR%%/app/services/auto_merge/merge_when_pipeline_succeeds_service.rb
%%WWWDIR%%/app/services/auto_merge_service.rb
@@ -8192,6 +8329,8 @@
%%WWWDIR%%/app/services/bulk_create_integration_service.rb
%%WWWDIR%%/app/services/bulk_import_service.rb
%%WWWDIR%%/app/services/bulk_imports/export_service.rb
+%%WWWDIR%%/app/services/bulk_imports/file_decompression_service.rb
+%%WWWDIR%%/app/services/bulk_imports/file_download_service.rb
%%WWWDIR%%/app/services/bulk_imports/relation_export_service.rb
%%WWWDIR%%/app/services/bulk_push_event_payload_service.rb
%%WWWDIR%%/app/services/bulk_update_integration_service.rb
@@ -8238,9 +8377,11 @@
%%WWWDIR%%/app/services/ci/pipeline_artifacts/create_code_quality_mr_diff_report_service.rb
%%WWWDIR%%/app/services/ci/pipeline_artifacts/destroy_all_expired_service.rb
%%WWWDIR%%/app/services/ci/pipeline_bridge_status_service.rb
+%%WWWDIR%%/app/services/ci/pipeline_creation/start_pipeline_service.rb
%%WWWDIR%%/app/services/ci/pipeline_processing/atomic_processing_service.rb
%%WWWDIR%%/app/services/ci/pipeline_processing/atomic_processing_service/status_collection.rb
%%WWWDIR%%/app/services/ci/pipeline_schedule_service.rb
+%%WWWDIR%%/app/services/ci/pipeline_schedules/calculate_next_run_service.rb
%%WWWDIR%%/app/services/ci/pipeline_trigger_service.rb
%%WWWDIR%%/app/services/ci/play_bridge_service.rb
%%WWWDIR%%/app/services/ci/play_build_service.rb
@@ -8286,7 +8427,6 @@
%%WWWDIR%%/app/services/clusters/aws/verify_provision_status_service.rb
%%WWWDIR%%/app/services/clusters/build_kubernetes_namespace_service.rb
%%WWWDIR%%/app/services/clusters/build_service.rb
-%%WWWDIR%%/app/services/clusters/cleanup/app_service.rb
%%WWWDIR%%/app/services/clusters/cleanup/base_service.rb
%%WWWDIR%%/app/services/clusters/cleanup/project_namespace_service.rb
%%WWWDIR%%/app/services/clusters/cleanup/service_account_service.rb
@@ -8303,7 +8443,6 @@
%%WWWDIR%%/app/services/clusters/kubernetes/create_or_update_service_account_service.rb
%%WWWDIR%%/app/services/clusters/kubernetes/fetch_kubernetes_token_service.rb
%%WWWDIR%%/app/services/clusters/management/validate_management_project_permissions_service.rb
-%%WWWDIR%%/app/services/clusters/parse_cluster_applications_artifact_service.rb
%%WWWDIR%%/app/services/clusters/update_service.rb
%%WWWDIR%%/app/services/cohorts_service.rb
%%WWWDIR%%/app/services/commits/change_service.rb
@@ -8392,8 +8531,6 @@
%%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
@@ -8641,7 +8778,6 @@
%%WWWDIR%%/app/services/packages/create_temporary_package_service.rb
%%WWWDIR%%/app/services/packages/debian/create_distribution_service.rb
%%WWWDIR%%/app/services/packages/debian/create_package_file_service.rb
-%%WWWDIR%%/app/services/packages/debian/destroy_distribution_service.rb
%%WWWDIR%%/app/services/packages/debian/extract_changes_metadata_service.rb
%%WWWDIR%%/app/services/packages/debian/extract_deb_metadata_service.rb
%%WWWDIR%%/app/services/packages/debian/extract_metadata_service.rb
@@ -8656,6 +8792,8 @@
%%WWWDIR%%/app/services/packages/generic/find_or_create_package_service.rb
%%WWWDIR%%/app/services/packages/go/create_package_service.rb
%%WWWDIR%%/app/services/packages/go/sync_packages_service.rb
+%%WWWDIR%%/app/services/packages/helm/extract_file_metadata_service.rb
+%%WWWDIR%%/app/services/packages/helm/process_file_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/maven/metadata.rb
@@ -8895,6 +9033,8 @@
%%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/authorized_build_service.rb
+%%WWWDIR%%/app/services/users/authorized_create_service.rb
%%WWWDIR%%/app/services/users/ban_service.rb
%%WWWDIR%%/app/services/users/batch_status_cleaner_service.rb
%%WWWDIR%%/app/services/users/block_service.rb
@@ -8912,7 +9052,6 @@
%%WWWDIR%%/app/services/users/respond_to_terms_service.rb
%%WWWDIR%%/app/services/users/set_status_service.rb
%%WWWDIR%%/app/services/users/signup_service.rb
-%%WWWDIR%%/app/services/users/update_assigned_open_issue_count_service.rb
%%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
@@ -8922,6 +9061,7 @@
%%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/web_hooks/log_execution_service.rb
%%WWWDIR%%/app/services/webauthn/authenticate_service.rb
%%WWWDIR%%/app/services/webauthn/register_service.rb
%%WWWDIR%%/app/services/wiki_pages/base_service.rb
@@ -8985,6 +9125,7 @@
%%WWWDIR%%/app/validators/json_schemas/build_metadata_secrets.json
%%WWWDIR%%/app/validators/json_schemas/build_report_result_data.json
%%WWWDIR%%/app/validators/json_schemas/build_report_result_data_tests.json
+%%WWWDIR%%/app/validators/json_schemas/ci_runner_config.json
%%WWWDIR%%/app/validators/json_schemas/codeclimate.json
%%WWWDIR%%/app/validators/json_schemas/daily_build_group_report_result_data.json
%%WWWDIR%%/app/validators/json_schemas/debian_fields.json
@@ -9012,10 +9153,6 @@
%%WWWDIR%%/app/views/abuse_reports/new.html.haml
%%WWWDIR%%/app/views/admin/abuse_reports/_abuse_report.html.haml
%%WWWDIR%%/app/views/admin/abuse_reports/index.html.haml
-%%WWWDIR%%/app/views/admin/appearances/_form.html.haml
-%%WWWDIR%%/app/views/admin/appearances/_system_header_footer_form.html.haml
-%%WWWDIR%%/app/views/admin/appearances/preview_sign_in.html.haml
-%%WWWDIR%%/app/views/admin/appearances/show.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_abuse.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_account_and_limit.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_ci_cd.html.haml
@@ -9061,6 +9198,10 @@
%%WWWDIR%%/app/views/admin/application_settings/_usage.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_visibility_and_access.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_whats_new.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/appearances/_form.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/appearances/_system_header_footer_form.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/appearances/preview_sign_in.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/appearances/show.html.haml
%%WWWDIR%%/app/views/admin/application_settings/ci/_header.html.haml
%%WWWDIR%%/app/views/admin/application_settings/ci_cd.html.haml
%%WWWDIR%%/app/views/admin/application_settings/general.html.haml
@@ -9077,9 +9218,14 @@
%%WWWDIR%%/app/views/admin/applications/new.html.haml
%%WWWDIR%%/app/views/admin/applications/show.html.haml
%%WWWDIR%%/app/views/admin/background_jobs/show.html.haml
+%%WWWDIR%%/app/views/admin/background_migrations/_migration.html.haml
+%%WWWDIR%%/app/views/admin/background_migrations/index.html.haml
%%WWWDIR%%/app/views/admin/broadcast_messages/_form.html.haml
%%WWWDIR%%/app/views/admin/broadcast_messages/edit.html.haml
%%WWWDIR%%/app/views/admin/broadcast_messages/index.html.haml
+%%WWWDIR%%/app/views/admin/cohorts/_cohorts.html.haml
+%%WWWDIR%%/app/views/admin/cohorts/_cohorts_table.html.haml
+%%WWWDIR%%/app/views/admin/cohorts/index.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
@@ -9143,8 +9289,6 @@
%%WWWDIR%%/app/views/admin/users/_approve_user.html.haml
%%WWWDIR%%/app/views/admin/users/_ban_user.html.haml
%%WWWDIR%%/app/views/admin/users/_block_user.html.haml
-%%WWWDIR%%/app/views/admin/users/_cohorts.html.haml
-%%WWWDIR%%/app/views/admin/users/_cohorts_table.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
@@ -9152,7 +9296,6 @@
%%WWWDIR%%/app/views/admin/users/_projects.html.haml
%%WWWDIR%%/app/views/admin/users/_reject_pending_user.html.haml
%%WWWDIR%%/app/views/admin/users/_tabs.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_detail.html.haml
@@ -9160,7 +9303,6 @@
%%WWWDIR%%/app/views/admin/users/_user_listing_note.html.haml
%%WWWDIR%%/app/views/admin/users/_user_reject_effects.html.haml
%%WWWDIR%%/app/views/admin/users/_users.html.haml
-%%WWWDIR%%/app/views/admin/users/cohorts.html.haml
%%WWWDIR%%/app/views/admin/users/edit.html.haml
%%WWWDIR%%/app/views/admin/users/index.html.haml
%%WWWDIR%%/app/views/admin/users/keys.html.haml
@@ -9177,6 +9319,7 @@
%%WWWDIR%%/app/views/ci/group_variables/_variable_header.html.haml
%%WWWDIR%%/app/views/ci/runner/_how_to_setup_runner.html.haml
%%WWWDIR%%/app/views/ci/runner/_how_to_setup_runner_automatically.html.haml
+%%WWWDIR%%/app/views/ci/runner/_setup_runner_in_aws.html.haml
%%WWWDIR%%/app/views/ci/status/_badge.html.haml
%%WWWDIR%%/app/views/ci/status/_icon.html.haml
%%WWWDIR%%/app/views/ci/variables/_content.html.haml
@@ -9454,6 +9597,7 @@
%%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/_keyset_paginator.html.haml
%%WWWDIR%%/app/views/kaminari/gitlab/_next_page.html.haml
%%WWWDIR%%/app/views/kaminari/gitlab/_page.html.haml
%%WWWDIR%%/app/views/kaminari/gitlab/_paginator.html.haml
@@ -9494,12 +9638,9 @@
%%WWWDIR%%/app/views/layouts/header/_current_user_dropdown_item.html.haml
%%WWWDIR%%/app/views/layouts/header/_default.html.haml
%%WWWDIR%%/app/views/layouts/header/_empty.html.haml
-%%WWWDIR%%/app/views/layouts/header/_group_invite_members_new_dropdown_item.html.haml
%%WWWDIR%%/app/views/layouts/header/_help_dropdown.html.haml
%%WWWDIR%%/app/views/layouts/header/_logo_with_title.html.haml
%%WWWDIR%%/app/views/layouts/header/_new_dropdown.html.haml
-%%WWWDIR%%/app/views/layouts/header/_new_repo_experiment.html.haml
-%%WWWDIR%%/app/views/layouts/header/_project_invite_members_new_dropdown_item.html.haml
%%WWWDIR%%/app/views/layouts/header/_read_only_banner.html.haml
%%WWWDIR%%/app/views/layouts/header/_registration_enabled_callout.html.haml
%%WWWDIR%%/app/views/layouts/header/_service_templates_deprecation_callout.html.haml
@@ -9514,11 +9655,13 @@
%%WWWDIR%%/app/views/layouts/nav/_dashboard.html.haml
%%WWWDIR%%/app/views/layouts/nav/_explore.html.haml
%%WWWDIR%%/app/views/layouts/nav/_top_nav.html.haml
+%%WWWDIR%%/app/views/layouts/nav/_top_nav_responsive.html.haml
%%WWWDIR%%/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
%%WWWDIR%%/app/views/layouts/nav/groups_dropdown/_show.html.haml
%%WWWDIR%%/app/views/layouts/nav/projects_dropdown/_show.html.haml
%%WWWDIR%%/app/views/layouts/nav/sidebar/_admin.html.haml
%%WWWDIR%%/app/views/layouts/nav/sidebar/_analytics_links.html.haml
+%%WWWDIR%%/app/views/layouts/nav/sidebar/_context_menu_body.html.haml
%%WWWDIR%%/app/views/layouts/nav/sidebar/_group.html.haml
%%WWWDIR%%/app/views/layouts/nav/sidebar/_profile.html.haml
%%WWWDIR%%/app/views/layouts/nav/sidebar/_project.html.haml
@@ -9848,6 +9991,7 @@
%%WWWDIR%%/app/views/projects/boards/show.html.haml
%%WWWDIR%%/app/views/projects/branches/_branch.html.haml
%%WWWDIR%%/app/views/projects/branches/_commit.html.haml
+%%WWWDIR%%/app/views/projects/branches/_delete_branch_modal_button.html.haml
%%WWWDIR%%/app/views/projects/branches/_delete_protected_modal.html.haml
%%WWWDIR%%/app/views/projects/branches/_panel.html.haml
%%WWWDIR%%/app/views/projects/branches/index.html.haml
@@ -9948,6 +10092,7 @@
%%WWWDIR%%/app/views/projects/feature_flags/index.html.haml
%%WWWDIR%%/app/views/projects/feature_flags/new.html.haml
%%WWWDIR%%/app/views/projects/feature_flags_user_lists/edit.html.haml
+%%WWWDIR%%/app/views/projects/feature_flags_user_lists/index.html.haml
%%WWWDIR%%/app/views/projects/feature_flags_user_lists/new.html.haml
%%WWWDIR%%/app/views/projects/feature_flags_user_lists/show.html.haml
%%WWWDIR%%/app/views/projects/find_file/show.html.haml
@@ -10063,6 +10208,7 @@
%%WWWDIR%%/app/views/projects/notes/_form_errors.html.haml
%%WWWDIR%%/app/views/projects/notes/_more_actions_dropdown.html.haml
%%WWWDIR%%/app/views/projects/packages/infrastructure_registry/index.html.haml
+%%WWWDIR%%/app/views/projects/packages/infrastructure_registry/show.html.haml
%%WWWDIR%%/app/views/projects/packages/packages/index.html.haml
%%WWWDIR%%/app/views/projects/packages/packages/show.html.haml
%%WWWDIR%%/app/views/projects/pages/_access.html.haml
@@ -10254,6 +10400,7 @@
%%WWWDIR%%/app/views/shared/_file_highlight.html.haml
%%WWWDIR%%/app/views/shared/_file_picker_button.html.haml
%%WWWDIR%%/app/views/shared/_flash_user_callout.html.haml
+%%WWWDIR%%/app/views/shared/_global_alert.html.haml
%%WWWDIR%%/app/views/shared/_group_form.html.haml
%%WWWDIR%%/app/views/shared/_group_form_description.html.haml
%%WWWDIR%%/app/views/shared/_group_tips.html.haml
@@ -10508,6 +10655,7 @@
%%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/_sidebar_user_dropdown.html.haml
%%WWWDIR%%/app/views/shared/issuable/_sort_dropdown.html.haml
%%WWWDIR%%/app/views/shared/issuable/_status_box.html.haml
%%WWWDIR%%/app/views/shared/issuable/_user_dropdown_item.html.haml
@@ -10568,9 +10716,11 @@
%%WWWDIR%%/app/views/shared/namespaces/cascading_settings/_setting_label_container.html.haml
%%WWWDIR%%/app/views/shared/namespaces/cascading_settings/_setting_label_fieldset.html.haml
%%WWWDIR%%/app/views/shared/nav/_scope_menu.html.haml
+%%WWWDIR%%/app/views/shared/nav/_scope_menu_body.html.haml
%%WWWDIR%%/app/views/shared/nav/_sidebar.html.haml
%%WWWDIR%%/app/views/shared/nav/_sidebar_hidden_menu_item.html.haml
%%WWWDIR%%/app/views/shared/nav/_sidebar_menu.html.haml
+%%WWWDIR%%/app/views/shared/nav/_sidebar_menu_collapsed.html.haml
%%WWWDIR%%/app/views/shared/nav/_sidebar_menu_item.html.haml
%%WWWDIR%%/app/views/shared/notes/_comment_button.html.haml
%%WWWDIR%%/app/views/shared/notes/_edit.html.haml
@@ -10653,8 +10803,6 @@
%%WWWDIR%%/app/views/users/terms/index.html.haml
%%WWWDIR%%/app/workers/admin_email_worker.rb
%%WWWDIR%%/app/workers/all_queues.yml
-%%WWWDIR%%/app/workers/analytics/instance_statistics/count_job_trigger_worker.rb
-%%WWWDIR%%/app/workers/analytics/instance_statistics/counter_job_worker.rb
%%WWWDIR%%/app/workers/analytics/usage_trends/count_job_trigger_worker.rb
%%WWWDIR%%/app/workers/analytics/usage_trends/counter_job_worker.rb
%%WWWDIR%%/app/workers/approve_blocked_pending_approval_users_worker.rb
@@ -10663,6 +10811,8 @@
%%WWWDIR%%/app/workers/authorized_project_update/periodic_recalculate_worker.rb
%%WWWDIR%%/app/workers/authorized_project_update/project_create_worker.rb
%%WWWDIR%%/app/workers/authorized_project_update/project_group_link_create_worker.rb
+%%WWWDIR%%/app/workers/authorized_project_update/project_recalculate_worker.rb
+%%WWWDIR%%/app/workers/authorized_project_update/user_refresh_from_replica_worker.rb
%%WWWDIR%%/app/workers/authorized_project_update/user_refresh_over_user_range_worker.rb
%%WWWDIR%%/app/workers/authorized_project_update/user_refresh_with_low_urgency_worker.rb
%%WWWDIR%%/app/workers/authorized_projects_worker.rb
@@ -10721,7 +10871,6 @@
%%WWWDIR%%/app/workers/clusters/applications/deactivate_service_worker.rb
%%WWWDIR%%/app/workers/clusters/applications/uninstall_worker.rb
%%WWWDIR%%/app/workers/clusters/applications/wait_for_uninstall_app_worker.rb
-%%WWWDIR%%/app/workers/clusters/cleanup/app_worker.rb
%%WWWDIR%%/app/workers/clusters/cleanup/project_namespace_worker.rb
%%WWWDIR%%/app/workers/clusters/cleanup/service_account_worker.rb
%%WWWDIR%%/app/workers/concerns/application_worker.rb
@@ -10773,7 +10922,6 @@
%%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/hooks_worker.rb
@@ -10800,7 +10948,6 @@
%%WWWDIR%%/app/workers/external_service_reactive_caching_worker.rb
%%WWWDIR%%/app/workers/file_hook_worker.rb
%%WWWDIR%%/app/workers/flush_counter_increments_worker.rb
-%%WWWDIR%%/app/workers/git_garbage_collect_worker.rb
%%WWWDIR%%/app/workers/gitlab/github_import/advance_stage_worker.rb
%%WWWDIR%%/app/workers/gitlab/github_import/import_diff_note_worker.rb
%%WWWDIR%%/app/workers/gitlab/github_import/import_issue_worker.rb
@@ -10848,9 +10995,7 @@
%%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_alert_worker_v2.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/label_links_destroy_worker.rb
@@ -10871,7 +11016,6 @@
%%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_requests/assignees_change_worker.rb
%%WWWDIR%%/app/workers/merge_requests/create_pipeline_worker.rb
%%WWWDIR%%/app/workers/merge_requests/delete_source_branch_worker.rb
%%WWWDIR%%/app/workers/merge_requests/handle_assignees_change_worker.rb
@@ -10901,6 +11045,7 @@
%%WWWDIR%%/app/workers/object_storage/migrate_uploads_worker.rb
%%WWWDIR%%/app/workers/packages/composer/cache_cleanup_worker.rb
%%WWWDIR%%/app/workers/packages/composer/cache_update_worker.rb
+%%WWWDIR%%/app/workers/packages/debian/generate_distribution_worker.rb
%%WWWDIR%%/app/workers/packages/debian/process_changes_worker.rb
%%WWWDIR%%/app/workers/packages/go/sync_packages_worker.rb
%%WWWDIR%%/app/workers/packages/maven/metadata/sync_worker.rb
@@ -10923,16 +11068,13 @@
%%WWWDIR%%/app/workers/pipeline_notification_worker.rb
%%WWWDIR%%/app/workers/pipeline_process_worker.rb
%%WWWDIR%%/app/workers/pipeline_schedule_worker.rb
-%%WWWDIR%%/app/workers/pipeline_update_worker.rb
%%WWWDIR%%/app/workers/post_receive.rb
%%WWWDIR%%/app/workers/process_commit_worker.rb
%%WWWDIR%%/app/workers/project_cache_worker.rb
%%WWWDIR%%/app/workers/project_daily_statistics_worker.rb
%%WWWDIR%%/app/workers/project_destroy_worker.rb
%%WWWDIR%%/app/workers/project_export_worker.rb
-%%WWWDIR%%/app/workers/project_schedule_bulk_repository_shard_moves_worker.rb
%%WWWDIR%%/app/workers/project_service_worker.rb
-%%WWWDIR%%/app/workers/project_update_repository_storage_worker.rb
%%WWWDIR%%/app/workers/projects/git_garbage_collect_worker.rb
%%WWWDIR%%/app/workers/projects/post_creation_worker.rb
%%WWWDIR%%/app/workers/projects/schedule_bulk_repository_shard_moves_worker.rb
@@ -10945,7 +11087,6 @@
%%WWWDIR%%/app/workers/propagate_integration_worker.rb
%%WWWDIR%%/app/workers/propagate_service_template_worker.rb
%%WWWDIR%%/app/workers/prune_old_events_worker.rb
-%%WWWDIR%%/app/workers/prune_web_hook_logs_worker.rb
%%WWWDIR%%/app/workers/purge_dependency_proxy_cache_worker.rb
%%WWWDIR%%/app/workers/reactive_caching_worker.rb
%%WWWDIR%%/app/workers/rebase_worker.rb
@@ -10973,8 +11114,6 @@
%%WWWDIR%%/app/workers/self_monitoring_project_create_worker.rb
%%WWWDIR%%/app/workers/self_monitoring_project_delete_worker.rb
%%WWWDIR%%/app/workers/service_desk_email_receiver_worker.rb
-%%WWWDIR%%/app/workers/snippet_schedule_bulk_repository_shard_moves_worker.rb
-%%WWWDIR%%/app/workers/snippet_update_repository_storage_worker.rb
%%WWWDIR%%/app/workers/snippets/schedule_bulk_repository_shard_moves_worker.rb
%%WWWDIR%%/app/workers/snippets/update_repository_storage_worker.rb
%%WWWDIR%%/app/workers/ssh_keys/expired_notification_worker.rb
@@ -11001,10 +11140,10 @@
%%WWWDIR%%/app/workers/user_status_cleanup/batch_worker.rb
%%WWWDIR%%/app/workers/users/create_statistics_worker.rb
%%WWWDIR%%/app/workers/users/deactivate_dormant_users_worker.rb
-%%WWWDIR%%/app/workers/users/update_open_issue_count_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/web_hooks/log_execution_worker.rb
%%WWWDIR%%/app/workers/wikis/git_garbage_collect_worker.rb
%%WWWDIR%%/app/workers/x509_certificate_revoke_worker.rb
%%WWWDIR%%/app/workers/x509_issuer_crl_check_worker.rb
@@ -11014,13 +11153,11 @@
@(git,,544) %%WWWDIR%%/bin/background_jobs_sk
@(git,,544) %%WWWDIR%%/bin/background_jobs_sk_cluster
@(git,,544) %%WWWDIR%%/bin/bundle
-@(git,,544) %%WWWDIR%%/bin/changelog
@(git,,544) %%WWWDIR%%/bin/check
@(git,,544) %%WWWDIR%%/bin/daemon_with_pidfile
@(git,,544) %%WWWDIR%%/bin/feature-flag
@(git,,544) %%WWWDIR%%/bin/mail_room
@(git,,544) %%WWWDIR%%/bin/parallel-rsync-repos
-@(git,,544) %%WWWDIR%%/bin/pkgr_before_precompile.sh
@(git,,544) %%WWWDIR%%/bin/profile-url
@(git,,544) %%WWWDIR%%/bin/rails
@(git,,544) %%WWWDIR%%/bin/rake
@@ -11032,8 +11169,6 @@
@(git,,544) %%WWWDIR%%/bin/spring
@(git,,544) %%WWWDIR%%/bin/update
@(git,,544) %%WWWDIR%%/bin/web
-@(git,,544) %%WWWDIR%%/bin/web_puma
-@(git,,544) %%WWWDIR%%/bin/web_unicorn
@(git,,544) %%WWWDIR%%/bin/with_env
@(git,,544) %%WWWDIR%%/bin/yarn
%%WWWDIR%%/cable/config.ru
@@ -11059,10 +11194,9 @@
%%WWWDIR%%/config/feature_categories.yml
%%WWWDIR%%/config/feature_flags/development/abort_deleted_project_pipelines.yml
%%WWWDIR%%/config/feature_flags/development/additional_snowplow_tracking.yml
+%%WWWDIR%%/config/feature_flags/development/advanced_search_multi_project_select.yml
%%WWWDIR%%/config/feature_flags/development/ajax_new_deploy_token.yml
%%WWWDIR%%/config/feature_flags/development/allow_editing_commit_messages.yml
-%%WWWDIR%%/config/feature_flags/development/allow_force_push_to_protected_branches.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_caching_branches.yml
@@ -11073,15 +11207,14 @@
%%WWWDIR%%/config/feature_flags/development/approvals_commented_by.yml
%%WWWDIR%%/config/feature_flags/development/archive_rate_limit.yml
%%WWWDIR%%/config/feature_flags/development/artifacts_management_page.yml
-%%WWWDIR%%/config/feature_flags/development/assigned_open_issues_cache.yml
%%WWWDIR%%/config/feature_flags/development/async_commit_diff_files.yml
%%WWWDIR%%/config/feature_flags/development/auto_devops_banner_disabled.yml
-%%WWWDIR%%/config/feature_flags/development/background_pipeline_retry_endpoint.yml
%%WWWDIR%%/config/feature_flags/development/ban_user_feature_flag.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/block_external_fork_network_mirrors.yml
+%%WWWDIR%%/config/feature_flags/development/board_multi_select.yml
%%WWWDIR%%/config/feature_flags/development/board_new_list.yml
-%%WWWDIR%%/config/feature_flags/development/boards_filtered_search.yml
%%WWWDIR%%/config/feature_flags/development/branch_list_keyset_pagination.yml
%%WWWDIR%%/config/feature_flags/development/branches_pagination_without_count.yml
%%WWWDIR%%/config/feature_flags/development/broadcast_issue_updates.yml
@@ -11093,98 +11226,91 @@
%%WWWDIR%%/config/feature_flags/development/cached_loading_hints.yml
%%WWWDIR%%/config/feature_flags/development/cached_markdown_blob.yml
%%WWWDIR%%/config/feature_flags/development/cached_mr_title.yml
-%%WWWDIR%%/config/feature_flags/development/cached_sidebar_merge_requests_count.yml
-%%WWWDIR%%/config/feature_flags/development/cached_sidebar_open_epics_count.yml
-%%WWWDIR%%/config/feature_flags/development/canary_ingress_weight_control.yml
+%%WWWDIR%%/config/feature_flags/development/cached_mr_widget.yml
%%WWWDIR%%/config/feature_flags/development/cascading_namespace_settings.yml
%%WWWDIR%%/config/feature_flags/development/chatops.yml
-%%WWWDIR%%/config/feature_flags/development/check_maven_path_first.yml
%%WWWDIR%%/config/feature_flags/development/check_mergeability_async_in_widget.yml
%%WWWDIR%%/config/feature_flags/development/ci_artifacts_exclude.yml
%%WWWDIR%%/config/feature_flags/development/ci_build_metadata_config.yml
-%%WWWDIR%%/config/feature_flags/development/ci_cross_pipeline_artifacts_download.yml
+%%WWWDIR%%/config/feature_flags/development/ci_daily_limit_for_pipeline_schedules.yml
%%WWWDIR%%/config/feature_flags/development/ci_delete_objects_high_concurrency.yml
%%WWWDIR%%/config/feature_flags/development/ci_delete_objects_medium_concurrency.yml
%%WWWDIR%%/config/feature_flags/development/ci_disallow_to_create_merge_request_pipelines_in_target_project.yml
%%WWWDIR%%/config/feature_flags/development/ci_drop_cyclical_triggered_pipelines.yml
-%%WWWDIR%%/config/feature_flags/development/ci_dynamic_child_pipeline.yml
+%%WWWDIR%%/config/feature_flags/development/ci_drop_new_builds_when_ci_quota_exceeded.yml
%%WWWDIR%%/config/feature_flags/development/ci_enable_live_trace.yml
-%%WWWDIR%%/config/feature_flags/development/ci_external_validation_service.yml
%%WWWDIR%%/config/feature_flags/development/ci_fix_commit_status_retried.yml
%%WWWDIR%%/config/feature_flags/development/ci_fix_pipeline_status_for_dag_needs_manual.yml
+%%WWWDIR%%/config/feature_flags/development/ci_idempotent_pipeline_process_worker.yml
%%WWWDIR%%/config/feature_flags/development/ci_job_jwt.yml
%%WWWDIR%%/config/feature_flags/development/ci_job_token_scope.yml
%%WWWDIR%%/config/feature_flags/development/ci_jwt_signing_key.yml
%%WWWDIR%%/config/feature_flags/development/ci_minutes_track_live_consumption.yml
%%WWWDIR%%/config/feature_flags/development/ci_modified_paths_of_external_prs.yml
-%%WWWDIR%%/config/feature_flags/development/ci_needs_optional.yml
%%WWWDIR%%/config/feature_flags/development/ci_new_artifact_file_reader.yml
+%%WWWDIR%%/config/feature_flags/development/ci_pending_builds_queue_join.yml
+%%WWWDIR%%/config/feature_flags/development/ci_pending_builds_queue_maintain.yml
%%WWWDIR%%/config/feature_flags/development/ci_pipeline_latest.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_preload_runner_tags.yml
-%%WWWDIR%%/config/feature_flags/development/ci_raise_job_rules_without_workflow_rules_warning.yml
-%%WWWDIR%%/config/feature_flags/development/ci_reduce_queries_when_ticking_runner_queue.yml
-%%WWWDIR%%/config/feature_flags/development/ci_register_job_service_one_by_one.yml
%%WWWDIR%%/config/feature_flags/development/ci_register_job_temporary_lock.yml
%%WWWDIR%%/config/feature_flags/development/ci_remove_update_retried_from_process_pipeline.yml
%%WWWDIR%%/config/feature_flags/development/ci_require_credit_card_on_free_plan.yml
%%WWWDIR%%/config/feature_flags/development/ci_require_credit_card_on_trial_plan.yml
%%WWWDIR%%/config/feature_flags/development/ci_reset_bridge_with_subsequent_jobs.yml
-%%WWWDIR%%/config/feature_flags/development/ci_runner_builds_queue_on_replicas.yml
%%WWWDIR%%/config/feature_flags/development/ci_runner_limits.yml
%%WWWDIR%%/config/feature_flags/development/ci_runners_short_circuit_assignable_for.yml
%%WWWDIR%%/config/feature_flags/development/ci_runners_tokens_optional_encryption.yml
+%%WWWDIR%%/config/feature_flags/development/ci_scoped_job_token.yml
%%WWWDIR%%/config/feature_flags/development/ci_skip_persistent_ref_existence_check.yml
%%WWWDIR%%/config/feature_flags/development/ci_synchronous_artifact_parsing.yml
+%%WWWDIR%%/config/feature_flags/development/ci_track_shared_runner_builds.yml
+%%WWWDIR%%/config/feature_flags/development/ci_untrack_shared_runner_builds.yml
%%WWWDIR%%/config/feature_flags/development/ci_wildcard_file_paths.yml
%%WWWDIR%%/config/feature_flags/development/ci_workflow_rules_variables.yml
%%WWWDIR%%/config/feature_flags/development/ci_yaml_limit_size.yml
-%%WWWDIR%%/config/feature_flags/development/cluster_management_project.yml
%%WWWDIR%%/config/feature_flags/development/codequality_mr_diff.yml
+%%WWWDIR%%/config/feature_flags/development/codequality_mr_diff_annotations.yml
%%WWWDIR%%/config/feature_flags/development/collect_package_events.yml
%%WWWDIR%%/config/feature_flags/development/combined_menu.yml
%%WWWDIR%%/config/feature_flags/development/compare_repo_dropdown.yml
%%WWWDIR%%/config/feature_flags/development/confidential_notes.yml
+%%WWWDIR%%/config/feature_flags/development/configurable_diff_limits.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_loopless.yml
%%WWWDIR%%/config/feature_flags/development/container_registry_expiration_policies_throttling.yml
%%WWWDIR%%/config/feature_flags/development/context_commits.yml
%%WWWDIR%%/config/feature_flags/development/core_security_mr_widget_counts.yml
-%%WWWDIR%%/config/feature_flags/development/create_cloud_run_clusters.yml
+%%WWWDIR%%/config/feature_flags/development/create_vulnerability_jira_issue_via_graphql.yml
%%WWWDIR%%/config/feature_flags/development/custom_emoji.yml
-%%WWWDIR%%/config/feature_flags/development/database_sourced_aggregated_metrics.yml
+%%WWWDIR%%/config/feature_flags/development/dast_runner_site_validation.yml
%%WWWDIR%%/config/feature_flags/development/datadog_ci_integration.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/delayed_consistency_for_user_refresh_over_range_worker.yml
-%%WWWDIR%%/config/feature_flags/development/delayed_perform_for_build_hooks_worker.yml
+%%WWWDIR%%/config/feature_flags/development/delete_branch_confirmation_modals.yml
%%WWWDIR%%/config/feature_flags/development/dependency_proxy_for_private_groups.yml
-%%WWWDIR%%/config/feature_flags/development/deployments_finder_implicitly_enforce_ordering_for_updated_at_filter.yml
%%WWWDIR%%/config/feature_flags/development/design_management_allow_dangerous_images.yml
-%%WWWDIR%%/config/feature_flags/development/destroy_webhooks_before_the_project.yml
%%WWWDIR%%/config/feature_flags/development/devops_adoption_feature.yml
%%WWWDIR%%/config/feature_flags/development/diff_line_syntax_highlighting.yml
%%WWWDIR%%/config/feature_flags/development/diff_settings_usage_data.yml
%%WWWDIR%%/config/feature_flags/development/diffs_gradual_load.yml
%%WWWDIR%%/config/feature_flags/development/diffs_virtual_scrolling.yml
+%%WWWDIR%%/config/feature_flags/development/disable_composer_callback.yml
%%WWWDIR%%/config/feature_flags/development/disable_git_http_fetch_writes.yml
%%WWWDIR%%/config/feature_flags/development/disable_metric_dashboard_refresh_rate.yml
%%WWWDIR%%/config/feature_flags/development/disable_service_templates.yml
%%WWWDIR%%/config/feature_flags/development/disable_ssh_key_used_tracking.yml
%%WWWDIR%%/config/feature_flags/development/display_merge_conflicts_in_diff.yml
%%WWWDIR%%/config/feature_flags/development/drag_comment_selection.yml
-%%WWWDIR%%/config/feature_flags/development/drop_license_management_artifact.yml
%%WWWDIR%%/config/feature_flags/development/efficient_counter_attribute.yml
%%WWWDIR%%/config/feature_flags/development/enforce_max_attachment_size_upload_api.yml
%%WWWDIR%%/config/feature_flags/development/erase_traces_from_already_archived_jobs_when_archiving_again.yml
%%WWWDIR%%/config/feature_flags/development/escalation_policies_mvc.yml
%%WWWDIR%%/config/feature_flags/development/export_reduce_relation_batch_size.yml
-%%WWWDIR%%/config/feature_flags/development/feature_flag_api.yml
%%WWWDIR%%/config/feature_flags/development/feature_flag_permissions.yml
+%%WWWDIR%%/config/feature_flags/development/fetch_remote_params.yml
%%WWWDIR%%/config/feature_flags/development/file_identifier_hash.yml
-%%WWWDIR%%/config/feature_flags/development/find_remote_root_refs_inmemory.yml
%%WWWDIR%%/config/feature_flags/development/force_autodevops_on_by_default.yml
%%WWWDIR%%/config/feature_flags/development/fork_project_form.yml
%%WWWDIR%%/config/feature_flags/development/forti_authenticator.yml
@@ -11194,14 +11320,14 @@
%%WWWDIR%%/config/feature_flags/development/geo_pipeline_artifact_replication.yml
%%WWWDIR%%/config/feature_flags/development/geo_snippet_repository_replication.yml
%%WWWDIR%%/config/feature_flags/development/git_push_create_all_pipelines.yml
+%%WWWDIR%%/config/feature_flags/development/gitaly_backup.yml
%%WWWDIR%%/config/feature_flags/development/gitaly_enforce_requests_limits.yml
%%WWWDIR%%/config/feature_flags/development/gitaly_go_user_merge_branch.yml
%%WWWDIR%%/config/feature_flags/development/gitaly_mep_mep.yml
%%WWWDIR%%/config/feature_flags/development/gitaly_upload_pack_gitaly_hooks.yml
+%%WWWDIR%%/config/feature_flags/development/github_review_importer_query_only_unimported_merge_requests.yml
%%WWWDIR%%/config/feature_flags/development/gitlab_ci_archived_trace_consistent_reads.yml
-%%WWWDIR%%/config/feature_flags/development/gitlab_ci_builds_queue_limit.yml
%%WWWDIR%%/config/feature_flags/development/gitlab_ci_builds_queuing_metrics.yml
-%%WWWDIR%%/config/feature_flags/development/gitlab_ci_trace_read_consistency.yml
%%WWWDIR%%/config/feature_flags/development/go_proxy.yml
%%WWWDIR%%/config/feature_flags/development/go_proxy_disable_gomod_validation.yml
%%WWWDIR%%/config/feature_flags/development/grape_gitlab_json.yml
@@ -11213,39 +11339,35 @@
%%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_protected_environments.yml
%%WWWDIR%%/config/feature_flags/development/groups_tokens_optional_encryption.yml
+%%WWWDIR%%/config/feature_flags/development/helm_packages.yml
%%WWWDIR%%/config/feature_flags/development/help_page_documentation_redirect.yml
-%%WWWDIR%%/config/feature_flags/development/honor_escaped_markdown.yml
%%WWWDIR%%/config/feature_flags/development/import_project_from_remote_file.yml
%%WWWDIR%%/config/feature_flags/development/improved_emoji_picker.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/infrastructure_registry_page.yml
-%%WWWDIR%%/config/feature_flags/development/ingress_modsecurity.yml
-%%WWWDIR%%/config/feature_flags/development/inherited_issuable_templates.yml
-%%WWWDIR%%/config/feature_flags/development/introduce_marker_ranges.yml
%%WWWDIR%%/config/feature_flags/development/invite_members_group_modal.yml
%%WWWDIR%%/config/feature_flags/development/issue_assignees_widget.yml
%%WWWDIR%%/config/feature_flags/development/issue_email_participants.yml
%%WWWDIR%%/config/feature_flags/development/issue_rebalancing_optimization.yml
%%WWWDIR%%/config/feature_flags/development/issue_rebalancing_with_retry.yml
+%%WWWDIR%%/config/feature_flags/development/iteration_cadences.yml
%%WWWDIR%%/config/feature_flags/development/jobs_table_vue.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/kubernetes_agent_on_gitlab_com.yml
+%%WWWDIR%%/config/feature_flags/development/labels_widget.yml
%%WWWDIR%%/config/feature_flags/development/lfs_check.yml
-%%WWWDIR%%/config/feature_flags/development/limit_projects_in_groups_api.yml
%%WWWDIR%%/config/feature_flags/development/limited_diff_highlighting.yml
-%%WWWDIR%%/config/feature_flags/development/load_balancing_atomic_replica.yml
-%%WWWDIR%%/config/feature_flags/development/load_balancing_for_build_hooks_worker.yml
-%%WWWDIR%%/config/feature_flags/development/load_balancing_for_bulk_cron_workers.yml
-%%WWWDIR%%/config/feature_flags/development/load_balancing_for_pipeline_process_worker.yml
+%%WWWDIR%%/config/feature_flags/development/load_balancing_for_build_queue_worker.yml
+%%WWWDIR%%/config/feature_flags/development/load_balancing_for_expire_pipeline_cache_worker.yml
+%%WWWDIR%%/config/feature_flags/development/load_balancing_for_pipeline_hooks_worker.yml
%%WWWDIR%%/config/feature_flags/development/local_file_reviews.yml
%%WWWDIR%%/config/feature_flags/development/log_import_export_relation_creation.yml
%%WWWDIR%%/config/feature_flags/development/loose_index_scan_for_distinct_values.yml
%%WWWDIR%%/config/feature_flags/development/main_branch_over_master.yml
-%%WWWDIR%%/config/feature_flags/development/maven_metadata_by_path_with_optimization_fence.yml
-%%WWWDIR%%/config/feature_flags/development/merge_base_pipeline_for_metrics_comparison.yml
+%%WWWDIR%%/config/feature_flags/development/managed_alerts_deprecation.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_cached_merge_pipeline_serializer.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_draft_filter.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_refs_cleanup.yml
@@ -11261,26 +11383,22 @@
%%WWWDIR%%/config/feature_flags/development/new_route_ci_minutes_purchase.yml
%%WWWDIR%%/config/feature_flags/development/non_public_artifacts.yml
%%WWWDIR%%/config/feature_flags/development/notes_create_service_tracking.yml
-%%WWWDIR%%/config/feature_flags/development/notification_setting_recipient_refactor.yml
-%%WWWDIR%%/config/feature_flags/development/optimize_linkable_attributes.yml
+%%WWWDIR%%/config/feature_flags/development/optimize_merge_request_parser.yml
%%WWWDIR%%/config/feature_flags/development/optimized_issuable_label_filter.yml
%%WWWDIR%%/config/feature_flags/development/or_issuable_queries.yml
%%WWWDIR%%/config/feature_flags/development/other_storage_tab.yml
-%%WWWDIR%%/config/feature_flags/development/packages_finder_helper_deploy_token.yml
%%WWWDIR%%/config/feature_flags/development/paginated_notes.yml
%%WWWDIR%%/config/feature_flags/development/performance_bar_stats.yml
-%%WWWDIR%%/config/feature_flags/development/periodic_project_authorization_update_via_replica.yml
%%WWWDIR%%/config/feature_flags/development/personal_access_tokens_scoped_to_projects.yml
%%WWWDIR%%/config/feature_flags/development/personal_snippet_reference_filters.yml
%%WWWDIR%%/config/feature_flags/development/phabricator_import.yml
-%%WWWDIR%%/config/feature_flags/development/pick_into_project.yml
%%WWWDIR%%/config/feature_flags/development/pipeline_editor_branch_switcher.yml
%%WWWDIR%%/config/feature_flags/development/pipeline_editor_drawer.yml
%%WWWDIR%%/config/feature_flags/development/pipeline_editor_empty_state_action.yml
%%WWWDIR%%/config/feature_flags/development/pipeline_filter_jobs.yml
%%WWWDIR%%/config/feature_flags/development/pipeline_graph_layers_view.yml
-%%WWWDIR%%/config/feature_flags/development/postgres_hll_batch_counting.yml
%%WWWDIR%%/config/feature_flags/development/preload_associations_jobs_request_api_endpoint.yml
+%%WWWDIR%%/config/feature_flags/development/prevent_retry_of_retried_jobs.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
@@ -11292,14 +11410,18 @@
%%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_rules_supersede_code_owners.yml
+%%WWWDIR%%/config/feature_flags/development/read_container_registry_access_level.yml
%%WWWDIR%%/config/feature_flags/development/real_time_issue_sidebar.yml
%%WWWDIR%%/config/feature_flags/development/rebalance_issues.yml
+%%WWWDIR%%/config/feature_flags/development/redirect_to_latest_template_jobs_browser_performance_testing.yml
+%%WWWDIR%%/config/feature_flags/development/redirect_to_latest_template_security_api_fuzzing.yml
+%%WWWDIR%%/config/feature_flags/development/redirect_to_latest_template_security_dast.yml
+%%WWWDIR%%/config/feature_flags/development/redirect_to_latest_template_terraform.yml
+%%WWWDIR%%/config/feature_flags/development/redirect_to_latest_template_verify_browser_performance.yml
%%WWWDIR%%/config/feature_flags/development/refactor_blob_viewer.yml
%%WWWDIR%%/config/feature_flags/development/reject_unsigned_commits_by_gitlab.yml
%%WWWDIR%%/config/feature_flags/development/release_evidence.yml
-%%WWWDIR%%/config/feature_flags/development/release_mr_issue_urls.yml
-%%WWWDIR%%/config/feature_flags/development/remove_description_html_in_release_api.yml
-%%WWWDIR%%/config/feature_flags/development/remove_description_html_in_release_api_override.yml
+%%WWWDIR%%/config/feature_flags/development/releases_index_apollo_client.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_archive_hotlinking_interception.yml
@@ -11313,27 +11435,25 @@
%%WWWDIR%%/config/feature_flags/development/rugged_tree_entry.yml
%%WWWDIR%%/config/feature_flags/development/runner_detailed_view_vue_ui.yml
%%WWWDIR%%/config/feature_flags/development/runner_graphql_query.yml
-%%WWWDIR%%/config/feature_flags/development/runners_cached_states.yml
+%%WWWDIR%%/config/feature_flags/development/runner_list_view_vue_ui.yml
%%WWWDIR%%/config/feature_flags/development/s3_multithreaded_uploads.yml
%%WWWDIR%%/config/feature_flags/development/schema_linting.yml
%%WWWDIR%%/config/feature_flags/development/security_auto_fix.yml
-%%WWWDIR%%/config/feature_flags/development/security_dast_site_profiles_additional_fields.yml
-%%WWWDIR%%/config/feature_flags/development/security_dast_site_profiles_api_option.yml
+%%WWWDIR%%/config/feature_flags/development/security_ci_lint_authorization.yml
+%%WWWDIR%%/config/feature_flags/development/security_configuration_redesign.yml
%%WWWDIR%%/config/feature_flags/development/security_orchestration_policies_configuration.yml
%%WWWDIR%%/config/feature_flags/development/serverless_domain.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_relevant_approval_rule_approvers.yml
%%WWWDIR%%/config/feature_flags/development/sidebar_refactor.yml
+%%WWWDIR%%/config/feature_flags/development/sidekiq_load_balancing_rotate_up_to_date_replica.yml
%%WWWDIR%%/config/feature_flags/development/similarity_search.yml
%%WWWDIR%%/config/feature_flags/development/skip_pages_deploy_to_legacy_storage.yml
%%WWWDIR%%/config/feature_flags/development/snippet_spam.yml
%%WWWDIR%%/config/feature_flags/development/snippets_binary_blob.yml
%%WWWDIR%%/config/feature_flags/development/soft_email_confirmation.yml
%%WWWDIR%%/config/feature_flags/development/sourcegraph.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/ssh_key_expiration_email_notification.yml
%%WWWDIR%%/config/feature_flags/development/swimlanes_buffered_rendering.yml
%%WWWDIR%%/config/feature_flags/development/sync_traversal_ids.yml
%%WWWDIR%%/config/feature_flags/development/trace_memory_allocations.yml
@@ -11346,13 +11466,13 @@
%%WWWDIR%%/config/feature_flags/development/two_factor_for_cli.yml
%%WWWDIR%%/config/feature_flags/development/unified_diff_components.yml
%%WWWDIR%%/config/feature_flags/development/unlink_fork_network_upon_visibility_decrease.yml
+%%WWWDIR%%/config/feature_flags/development/update_remote_mirror_inmemory.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_code_review_aggregation.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_design_action.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_ci_secrets_management_vault_build_created.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_incident_management_oncall_notification_sent.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_snippets_show.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_full_code_quality_report_total.yml
-%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_group_code_coverage_project_click_total.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_group_code_coverage_visit_total.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_load_performance_widget_total.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_metrics_report_artifact_uploaders.yml
@@ -11360,19 +11480,17 @@
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_summary_widget_total.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_test_case_parsed.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_web_performance_widget_total.yml
-%%WWWDIR%%/config/feature_flags/development/usage_data_o_pipeline_authoring_unique_users_pushing_mr_ciconfigfile.yml
-%%WWWDIR%%/config/feature_flags/development/usage_data_p_terraform_state_api_unique_users.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_static_site_editor_commits.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_static_site_editor_merge_requests.yml
-%%WWWDIR%%/config/feature_flags/development/usage_data_track_ecosystem_jira_service.yml
-%%WWWDIR%%/config/feature_flags/development/usage_data_unique_users_committing_ciconfigfile.yml
%%WWWDIR%%/config/feature_flags/development/use_distinct_for_all_object_hierarchy.yml
%%WWWDIR%%/config/feature_flags/development/use_distinct_in_object_hierarchy.yml
%%WWWDIR%%/config/feature_flags/development/use_distinct_in_register_job_object_hierarchy.yml
%%WWWDIR%%/config/feature_flags/development/use_distinct_in_shas_cte.yml
%%WWWDIR%%/config/feature_flags/development/use_marker_ranges.yml
+%%WWWDIR%%/config/feature_flags/development/use_specialized_worker_for_project_auth_recalculation.yml
%%WWWDIR%%/config/feature_flags/development/use_traversal_ids.yml
%%WWWDIR%%/config/feature_flags/development/use_traversal_ids_for_ancestors.yml
+%%WWWDIR%%/config/feature_flags/development/use_traversal_ids_for_root_ancestor.yml
%%WWWDIR%%/config/feature_flags/development/use_workhorse_s3_client.yml
%%WWWDIR%%/config/feature_flags/development/user_other_role_details.yml
%%WWWDIR%%/config/feature_flags/development/user_time_settings.yml
@@ -11380,7 +11498,6 @@
%%WWWDIR%%/config/feature_flags/development/validate_import_decompressed_archive_size.yml
%%WWWDIR%%/config/feature_flags/development/validate_namespace_parent_type.yml
%%WWWDIR%%/config/feature_flags/development/variable_inside_variable.yml
-%%WWWDIR%%/config/feature_flags/development/vue_admin_users.yml
%%WWWDIR%%/config/feature_flags/development/vue_epics_list.yml
%%WWWDIR%%/config/feature_flags/development/vue_issuables_list.yml
%%WWWDIR%%/config/feature_flags/development/vue_issues_list.yml
@@ -11388,15 +11505,14 @@
%%WWWDIR%%/config/feature_flags/development/web_hooks_rate_limit.yml
%%WWWDIR%%/config/feature_flags/development/web_ide_primary_edit.yml
%%WWWDIR%%/config/feature_flags/development/webauthn.yml
-%%WWWDIR%%/config/feature_flags/development/wiki_content_editor.yml
%%WWWDIR%%/config/feature_flags/development/wiki_front_matter.yml
%%WWWDIR%%/config/feature_flags/development/workhorse_archive_cache_disabled.yml
+%%WWWDIR%%/config/feature_flags/experiment/ci_runner_templates.yml
%%WWWDIR%%/config/feature_flags/experiment/code_quality_walkthrough.yml
%%WWWDIR%%/config/feature_flags/experiment/empty_repo_upload.yml
%%WWWDIR%%/config/feature_flags/experiment/in_product_guidance_environments_webide.yml
%%WWWDIR%%/config/feature_flags/experiment/in_product_marketing_emails_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/invite_members_empty_group_version_a_experiment_percentage.yml
-%%WWWDIR%%/config/feature_flags/experiment/invite_members_empty_project_version_a_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/invite_members_in_comment.yml
%%WWWDIR%%/config/feature_flags/experiment/invite_members_new_dropdown_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/invite_signup_page_interaction.yml
@@ -11415,9 +11531,10 @@
%%WWWDIR%%/config/feature_flags/ops/ci_accept_trace.yml
%%WWWDIR%%/config/feature_flags/ops/ci_queueing_disaster_recovery.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/dedicated_redis_trace_chunks.yml
%%WWWDIR%%/config/feature_flags/ops/dynamic_image_resizing.yml
+%%WWWDIR%%/config/feature_flags/ops/dynamic_nonce.yml
%%WWWDIR%%/config/feature_flags/ops/execute_batched_migrations_on_schedule.yml
%%WWWDIR%%/config/feature_flags/ops/explore_pipeline_status.yml
%%WWWDIR%%/config/feature_flags/ops/gitlab_service_measuring_projects_create_service.yml
@@ -11453,6 +11570,7 @@
%%WWWDIR%%/config/initializers/1_settings.rb
%%WWWDIR%%/config/initializers/2_gitlab.rb
%%WWWDIR%%/config/initializers/5_backend.rb
+%%WWWDIR%%/config/initializers/6_labkit_middleware.rb
%%WWWDIR%%/config/initializers/6_validations.rb
%%WWWDIR%%/config/initializers/7_prometheus_metrics.rb
%%WWWDIR%%/config/initializers/7_redis.rb
@@ -11461,13 +11579,14 @@
%%WWWDIR%%/config/initializers/9_fast_gettext.rb
%%WWWDIR%%/config/initializers/action_cable.rb
%%WWWDIR%%/config/initializers/action_dispatch_http_mime_negotiation.rb
-%%WWWDIR%%/config/initializers/action_dispatch_journey_formatter.rb
%%WWWDIR%%/config/initializers/action_mailer_hooks.rb
+%%WWWDIR%%/config/initializers/action_view.rb
%%WWWDIR%%/config/initializers/active_record_build_select.rb
%%WWWDIR%%/config/initializers/active_record_data_types.rb
%%WWWDIR%%/config/initializers/active_record_force_reconnects.rb
+%%WWWDIR%%/config/initializers/active_record_keyset_pagination.rb
%%WWWDIR%%/config/initializers/active_record_lifecycle.rb
-%%WWWDIR%%/config/initializers/active_record_ping.rb
+%%WWWDIR%%/config/initializers/active_record_postgresql_adapter.rb
%%WWWDIR%%/config/initializers/active_record_preloader.rb
%%WWWDIR%%/config/initializers/active_record_renamed_table.rb
%%WWWDIR%%/config/initializers/active_record_schema_ignore_tables.rb
@@ -11503,6 +11622,7 @@
%%WWWDIR%%/config/initializers/faraday.rb
%%WWWDIR%%/config/initializers/fill_shards.rb
%%WWWDIR%%/config/initializers/fix_local_cache_middleware.rb
+%%WWWDIR%%/config/initializers/flipper.rb
%%WWWDIR%%/config/initializers/fog_core_patch.rb
%%WWWDIR%%/config/initializers/fog_google_https_private_urls.rb
%%WWWDIR%%/config/initializers/forbid_sidekiq_in_transactions.rb
@@ -11512,6 +11632,7 @@
%%WWWDIR%%/config/initializers/gitlab_kas_secret.rb
%%WWWDIR%%/config/initializers/gitlab_shell_secret_token.rb
%%WWWDIR%%/config/initializers/gitlab_workhorse_secret.rb
+%%WWWDIR%%/config/initializers/global_id.rb
%%WWWDIR%%/config/initializers/go_get.rb
%%WWWDIR%%/config/initializers/google_api_client.rb
%%WWWDIR%%/config/initializers/grape_validators.rb
@@ -11526,11 +11647,11 @@
%%WWWDIR%%/config/initializers/jira.rb
%%WWWDIR%%/config/initializers/kaminari_active_record_relation_methods_with_limit.rb
%%WWWDIR%%/config/initializers/kaminari_config.rb
-%%WWWDIR%%/config/initializers/labkit_middleware.rb
%%WWWDIR%%/config/initializers/load_balancing.rb
%%WWWDIR%%/config/initializers/lograge.rb
%%WWWDIR%%/config/initializers/macos.rb
%%WWWDIR%%/config/initializers/mail_encoding_patch.rb
+%%WWWDIR%%/config/initializers/mailer_retries.rb
%%WWWDIR%%/config/initializers/measuring.rb
%%WWWDIR%%/config/initializers/mime_types.rb
%%WWWDIR%%/config/initializers/mini_magick.rb
@@ -11545,7 +11666,6 @@
%%WWWDIR%%/config/initializers/postgres_partitioning.rb
%%WWWDIR%%/config/initializers/postgresql_cte.rb
%%WWWDIR%%/config/initializers/premailer.rb
-%%WWWDIR%%/config/initializers/puma_client_tempfile_patch.rb
%%WWWDIR%%/config/initializers/query_limiting.rb
%%WWWDIR%%/config/initializers/rack_attack.rb
%%WWWDIR%%/config/initializers/rack_lineprof.rb
@@ -11706,8 +11826,6 @@
%%WWWDIR%%/config/metrics/counts_28d/20210216180814_events.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216180816_groups.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216180818_users_created.yml
-%%WWWDIR%%/config/metrics/counts_28d/20210216180820_ldap_keys.yml
-%%WWWDIR%%/config/metrics/counts_28d/20210216180822_ldap_users.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216180955_projects_with_prometheus_alerts.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216180956_clusters.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216180958_clusters_applications_prometheus.yml
@@ -11874,7 +11992,6 @@
%%WWWDIR%%/config/metrics/counts_28d/20210216183737_groups_imported.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216183817_user_coverage_fuzzing_jobs.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216183826_sast_scans.yml
-%%WWWDIR%%/config/metrics/counts_28d/20210216183828_dependency_scanning_scans.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216183830_container_scanning_scans.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216183832_dast_scans.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216183834_secret_detection_scans.yml
@@ -11959,8 +12076,6 @@
%%WWWDIR%%/config/metrics/counts_28d/20210216184937_user_packages_total_unique_counts_monthly.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216184941_i_ecosystem_jira_service_close_issue_monthly.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216184945_i_ecosystem_jira_service_cross_reference_monthly.yml
-%%WWWDIR%%/config/metrics/counts_28d/20210216184949_i_ecosystem_jira_service_list_issues_monthly.yml
-%%WWWDIR%%/config/metrics/counts_28d/20210216184953_i_ecosystem_jira_service_create_issue_monthly.yml
%%WWWDIR%%/config/metrics/counts_28d/20210216184957_ecosystem_total_unique_counts_monthly.yml
%%WWWDIR%%/config/metrics/counts_28d/20210222041219_i_quickactions_invite_email_single_monthly.yml
%%WWWDIR%%/config/metrics/counts_28d/20210222041235_i_quickactions_invite_email_multiple_monthly.yml
@@ -12006,6 +12121,13 @@
%%WWWDIR%%/config/metrics/counts_28d/20210427103119_code_review_group_monthly_active_users.yml
%%WWWDIR%%/config/metrics/counts_28d/20210427105033_pipeline_authoring_total_unique_counts_monthly.yml
%%WWWDIR%%/config/metrics/counts_28d/20210427213346_geo_secondary_web_oauth_users.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210514013545_i_code_review_user_resolve_conflict_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210514013549_i_code_review_user_load_conflict_ui_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210514141518_monthly_projects_creation.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210517074859_i_package_helm_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210517075259_i_package_helm_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210520111133_total.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210607113556_i_code_review_click_diff_view_setting_monthly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210201124931_g_project_management_issue_title_changed_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216175010_i_analytics_instance_statistics_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216175014_analytics_total_unique_counts_weekly.yml
@@ -12023,6 +12145,10 @@
%%WWWDIR%%/config/metrics/counts_7d/20210216175154_i_code_review_user_remove_mr_comment_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216175158_i_code_review_user_add_suggestion_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216175201_i_code_review_user_apply_suggestion_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216180328_g_edit_by_web_ide_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216180332_g_edit_by_sfe_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216180336_g_edit_by_snippet_ide_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216180339_ide_edit_total_unique_counts_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216180422_i_search_total_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216180429_search_total_unique_counts_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216181306_g_project_management_issue_description_changed_weekly.yml
@@ -12110,7 +12236,10 @@
%%WWWDIR%%/config/metrics/counts_7d/20210216182134_i_testing_test_case_parsed_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216183213_product_analytics_test_metrics_union.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216183215_product_analytics_test_metrics_intersection.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184022_g_edit_by_sse_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216184045_git_write_action_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184253_i_snippets_show_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184301_o_pipeline_authoring_unique_users_committing_ciconfigfile_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216184310_i_code_review_user_toggled_task_item_status_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216184320_i_code_review_user_approve_mr_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216184324_i_code_review_user_unapprove_mr_weekly.yml
@@ -12136,6 +12265,34 @@
%%WWWDIR%%/config/metrics/counts_7d/20210216184515_p_ci_templates_5_min_production_app_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216184524_p_ci_templates_aws_cf_deploy_ec2_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210216184528_p_ci_templates_aws_deploy_ecs_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184557_ci_templates_total_unique_counts_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184805_i_package_composer_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184808_i_package_conan_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184812_i_package_container_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184816_i_package_debian_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184820_i_package_generic_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184824_i_package_golang_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184828_i_package_maven_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184832_i_package_npm_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184836_i_package_nuget_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184840_i_package_pypi_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184844_i_package_tag_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184848_deploy_token_packages_total_unique_counts_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184852_i_package_composer_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184856_i_package_conan_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184900_i_package_container_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184904_i_package_debian_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184908_i_package_generic_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184911_i_package_golang_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184916_i_package_maven_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184919_i_package_npm_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184923_i_package_nuget_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184927_i_package_pypi_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184931_i_package_tag_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184935_user_packages_total_unique_counts_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184939_i_ecosystem_jira_service_close_issue_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184943_i_ecosystem_jira_service_cross_reference_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216184955_ecosystem_total_unique_counts_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210301144209_o_pipeline_authoring_unique_users_pushing_mr_ciconfigfile_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210302103002_i_ecosystem_slack_service_issue_notification_weekly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210302103539_i_code_review_user_time_estimate_changed_weekly.yml
@@ -12179,10 +12336,14 @@
%%WWWDIR%%/config/metrics/counts_7d/20210427103407_code_review_category_monthly_active_users.yml
%%WWWDIR%%/config/metrics/counts_7d/20210427103452_code_review_extension_category_monthly_active_users.yml
%%WWWDIR%%/config/metrics/counts_7d/20210427105030_pipeline_authoring_total_unique_counts_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210514013544_i_code_review_user_load_conflict_ui_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210514013545_i_code_review_user_resolve_conflict_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210517074851_i_package_helm_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210517075252_i_package_helm_user_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210607113552_i_code_review_click_diff_view_setting_weekly.yml
%%WWWDIR%%/config/metrics/counts_all/20210201124934_deployments.yml
%%WWWDIR%%/config/metrics/counts_all/20210204124930_servers.yml
%%WWWDIR%%/config/metrics/counts_all/20210204124932_clusters.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216174826_ldap_users.yml
%%WWWDIR%%/config/metrics/counts_all/20210216174832_cycle_analytics_views.yml
%%WWWDIR%%/config/metrics/counts_all/20210216174846_p_analytics_pipelines.yml
%%WWWDIR%%/config/metrics/counts_all/20210216174850_p_analytics_valuestream.yml
@@ -12196,7 +12357,6 @@
%%WWWDIR%%/config/metrics/counts_all/20210216175021_pod_logs_usages_total.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175024_service_desk_enabled_projects.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175026_service_desk_issues.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216175028_requirements_created.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175037_suggestions.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175039_merge_requests.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175041_merge_request_comment.yml
@@ -12355,12 +12515,6 @@
%%WWWDIR%%/config/metrics/counts_all/20210216175842_instances_flowdock_active.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175844_projects_inheriting_flowdock_active.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175846_groups_inheriting_flowdock_active.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216175848_projects_github_active.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216175850_groups_github_active.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216175851_templates_github_active.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216175853_instances_github_active.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216175855_projects_inheriting_github_active.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216175857_groups_inheriting_github_active.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175859_projects_hangouts_chat_active.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175901_groups_hangouts_chat_active.yml
%%WWWDIR%%/config/metrics/counts_all/20210216175902_templates_hangouts_chat_active.yml
@@ -12572,8 +12726,6 @@
%%WWWDIR%%/config/metrics/counts_all/20210216180754_events.yml
%%WWWDIR%%/config/metrics/counts_all/20210216180756_groups.yml
%%WWWDIR%%/config/metrics/counts_all/20210216180758_users_created.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216180800_ldap_keys.yml
-%%WWWDIR%%/config/metrics/counts_all/20210216180801_ldap_users.yml
%%WWWDIR%%/config/metrics/counts_all/20210216180927_grafana_integrated_projects.yml
%%WWWDIR%%/config/metrics/counts_all/20210216180929_projects_with_tracing_enabled.yml
%%WWWDIR%%/config/metrics/counts_all/20210216180931_projects_prometheus_active.yml
@@ -12594,6 +12746,12 @@
%%WWWDIR%%/config/metrics/counts_all/20210216181012_packages.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181014_projects_with_expiration_policy_disabled.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181016_projects_with_expiration_policy_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181018_projects_with_expiration_policy_enabled_with_keep_n_set_to_1.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181020_projects_with_expiration_policy_enabled_with_keep_n_set_to_5.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181022_projects_with_expiration_policy_enabled_with_keep_n_set_to_10.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181024_projects_with_expiration_policy_enabled_with_keep_n_set_to_25.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181025_projects_with_expiration_policy_enabled_with_keep_n_set_to_50.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181027_projects_with_expiration_policy_enabled_with_keep_n_set_to_100.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181029_projects_with_expiration_policy_enabled_with_cadence_set_to_1d.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181031_projects_with_expiration_policy_enabled_with_cadence_set_to_7d.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181033_projects_with_expiration_policy_enabled_with_cadence_set_to_14d.yml
@@ -12603,6 +12761,7 @@
%%WWWDIR%%/config/metrics/counts_all/20210216181040_projects_with_expiration_policy_enabled_with_older_than_set_to_14d.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181042_projects_with_expiration_policy_enabled_with_older_than_set_to_30d.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181044_projects_with_expiration_policy_enabled_with_older_than_set_to_90d.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181046_projects_with_expiration_policy_enabled_with_keep_n_unset.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181048_projects_with_expiration_policy_enabled_with_older_than_unset.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181051_vendor.yml
%%WWWDIR%%/config/metrics/counts_all/20210216181055_projects_with_packages.yml
@@ -12782,12 +12941,13 @@
%%WWWDIR%%/config/metrics/counts_all/20210510203203_in_product_marketing_email_team_1_cta_clicked.yml
%%WWWDIR%%/config/metrics/counts_all/20210510203213_in_product_marketing_email_team_2_sent.yml
%%WWWDIR%%/config/metrics/counts_all/20210510203223_in_product_marketing_email_team_2_cta_clicked.yml
+%%WWWDIR%%/config/metrics/counts_all/20210514141520_project_imports_total.yml
+%%WWWDIR%%/config/metrics/counts_all/20210517073546_package_events_i_package_helm_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210518081225_in_product_marketing_email_experience_0_sent.yml
%%WWWDIR%%/config/metrics/license/20210201124932_recorded_at.yml
%%WWWDIR%%/config/metrics/license/20210201124933_uuid.yml
%%WWWDIR%%/config/metrics/license/20210204124827_hostname.yml
%%WWWDIR%%/config/metrics/license/20210204124829_active_user_count.yml
-%%WWWDIR%%/config/metrics/license/20210204124854_license_management_jobs.yml
-%%WWWDIR%%/config/metrics/license/20210204124926_license_trial_ends_on.yml
%%WWWDIR%%/config/metrics/license/20210204124928_version.yml
%%WWWDIR%%/config/metrics/license/20210204124936_version.yml
%%WWWDIR%%/config/metrics/license/20210204124938_recording_ce_finished_at.yml
@@ -12861,6 +13021,7 @@
%%WWWDIR%%/config/pseudonymizer.yml
%%WWWDIR%%/config/puma.example.development.rb
%%WWWDIR%%/config/puma_actioncable.example.development.rb
+%%WWWDIR%%/config/redis.trace_chunks.yml.example
%%WWWDIR%%/config/routes.rb
%%WWWDIR%%/config/routes/admin.rb
%%WWWDIR%%/config/routes/api.rb
@@ -12881,7 +13042,7 @@
%%WWWDIR%%/config/routes/profile.rb
%%WWWDIR%%/config/routes/project.rb
%%WWWDIR%%/config/routes/repository.rb
-%%WWWDIR%%/config/routes/repository_scoped.rb
+%%WWWDIR%%/config/routes/repository_deprecated.rb
%%WWWDIR%%/config/routes/sherlock.rb
%%WWWDIR%%/config/routes/sidekiq.rb
%%WWWDIR%%/config/routes/snippets.rb
@@ -12894,7 +13055,6 @@
%%WWWDIR%%/config/smime_signature_settings.rb
%%WWWDIR%%/config/spring.rb
%%WWWDIR%%/config/storage.yml
-%%WWWDIR%%/config/unicorn.rb.example.development
%%WWWDIR%%/config/webpack.config.js
%%WWWDIR%%/config/webpack.vendor.config.js
%%WWWDIR%%/crowdin.yml
@@ -12902,7 +13062,6 @@
%%WWWDIR%%/danger/ce_ee_vue_templates/Dangerfile
%%WWWDIR%%/danger/changelog/Dangerfile
%%WWWDIR%%/danger/ci_templates/Dangerfile
-%%WWWDIR%%/danger/commit_messages/Dangerfile
%%WWWDIR%%/danger/database/Dangerfile
%%WWWDIR%%/danger/datateam/Dangerfile
%%WWWDIR%%/danger/documentation/Dangerfile
@@ -12915,6 +13074,7 @@
%%WWWDIR%%/danger/pipeline/Dangerfile
%%WWWDIR%%/danger/plugins/changelog.rb
%%WWWDIR%%/danger/plugins/feature_flag.rb
+%%WWWDIR%%/danger/plugins/product_intelligence.rb
%%WWWDIR%%/danger/plugins/project_helper.rb
%%WWWDIR%%/danger/plugins/sidekiq_queues.rb
%%WWWDIR%%/danger/prettier/Dangerfile
@@ -14512,6 +14672,7 @@
%%WWWDIR%%/db/migrate/20210329191850_add_finding_signature_table.rb
%%WWWDIR%%/db/migrate/20210329192716_add_composite_index_to_award_emoji.rb
%%WWWDIR%%/db/migrate/20210330015805_add_cloud_to_licenses.rb
+%%WWWDIR%%/db/migrate/20210331000934_add_config_to_ci_runners.rb
%%WWWDIR%%/db/migrate/20210331125111_add_default_target_project.rb
%%WWWDIR%%/db/migrate/20210331145548_add_index_for_last_deployment.rb
%%WWWDIR%%/db/migrate/20210331180118_remove_deprecated_index_from_award_emoji.rb
@@ -14592,6 +14753,7 @@
%%WWWDIR%%/db/migrate/20210429193106_add_text_limit_to_namespace_package_settings_generic_duplicate_exception_regex.rb
%%WWWDIR%%/db/migrate/20210430034712_add_alert_manager_token_to_clusters_integration_prometheus.rb
%%WWWDIR%%/db/migrate/20210430100947_add_elasticsearch_username_password_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20210430121522_initialize_conversion_of_ci_build_trace_sections_to_bigint.rb
%%WWWDIR%%/db/migrate/20210430122951_add_snapshot_namespace_id.rb
%%WWWDIR%%/db/migrate/20210430124212_add_display_namespace_id_to_segments.rb
%%WWWDIR%%/db/migrate/20210430124630_add_devops_adoption_indexes.rb
@@ -14601,18 +14763,83 @@
%%WWWDIR%%/db/migrate/20210503131747_add_web_hook_calls_to_plan_limits.rb
%%WWWDIR%%/db/migrate/20210504085144_add_index_on_web_hook_project_id_recent_failures.rb
%%WWWDIR%%/db/migrate/20210504135823_add_floc_application_settings.rb
+%%WWWDIR%%/db/migrate/20210504143128_add_verification_state_and_started_at_to_mr_diff_details_table.rb
%%WWWDIR%%/db/migrate/20210504153354_create_clusters_integration_elasticstack.rb
%%WWWDIR%%/db/migrate/20210504164429_create_partial_indexes_for_pending_and_running_builds.rb
+%%WWWDIR%%/db/migrate/20210505070612_create_packages_debian_group_distribution_keys.rb
+%%WWWDIR%%/db/migrate/20210505070812_create_packages_debian_project_distribution_keys.rb
%%WWWDIR%%/db/migrate/20210505124816_add_text_limit_to_elasticsearch_username.rb
+%%WWWDIR%%/db/migrate/20210505170152_add_verification_indexes_to_merge_request_diff_details_table.rb
+%%WWWDIR%%/db/migrate/20210506150833_create_vulnerability_finding_evidence_headers.rb
%%WWWDIR%%/db/migrate/20210507191949_add_remove_on_issue_close_to_labels.rb
+%%WWWDIR%%/db/migrate/20210510083845_add_sha_to_status_check_response.rb
%%WWWDIR%%/db/migrate/20210510191551_add_body_to_findings_evidences_request.rb
%%WWWDIR%%/db/migrate/20210510191552_add_limit_to_findings_evidences_request_body.rb
%%WWWDIR%%/db/migrate/20210511104929_add_epic_board_recent_visits_table.rb
%%WWWDIR%%/db/migrate/20210511104930_add_index_to_epic_board_recent_visits.rb
+%%WWWDIR%%/db/migrate/20210511165250_add_foreign_key_to_lfs_objects_projects.rb
+%%WWWDIR%%/db/migrate/20210512120122_add_pending_builds_table.rb
%%WWWDIR%%/db/migrate/20210512183309_add_body_to_findings_evidences_response.rb
%%WWWDIR%%/db/migrate/20210512183310_add_limit_to_findings_evidences_response_body.rb
%%WWWDIR%%/db/migrate/20210513093418_add_draft_column_to_merge_requests.rb
+%%WWWDIR%%/db/migrate/20210517130723_make_snapshot_segment_id_optional.rb
+%%WWWDIR%%/db/migrate/20210517144856_require_snapshot_namespace.rb
+%%WWWDIR%%/db/migrate/20210517221612_add_default_value_to_merge_requests_author_approval_on_projects.rb
+%%WWWDIR%%/db/migrate/20210519132109_initialize_conversion_of_ci_builds_metadata_to_bigint.rb
%%WWWDIR%%/db/migrate/20210519154058_schedule_update_users_where_two_factor_auth_required_from_group.rb
+%%WWWDIR%%/db/migrate/20210520102039_group_protected_environments_add_column.rb
+%%WWWDIR%%/db/migrate/20210520133032_initialize_conversion_of_taggings_to_bigint.rb
+%%WWWDIR%%/db/migrate/20210520133440_backfill_taggings_for_bigint_conversion.rb
+%%WWWDIR%%/db/migrate/20210521073920_drop_devops_adoption_namespace_uniqueness.rb
+%%WWWDIR%%/db/migrate/20210525085158_initialize_conversion_of_deployments_to_bigint.rb
+%%WWWDIR%%/db/migrate/20210525085325_backfill_deployments_for_bigint_conversion.rb
+%%WWWDIR%%/db/migrate/20210525100539_initialize_conversion_of_geo_job_artifact_deleted_events_to_bigint.rb
+%%WWWDIR%%/db/migrate/20210525100603_backfill_geo_job_artifact_deleted_events_for_bigint_conversion.rb
+%%WWWDIR%%/db/migrate/20210525184900_add_latest_pipeline_id_into_vulnerability_statistics_table.rb
+%%WWWDIR%%/db/migrate/20210526135911_create_ci_minutes_additional_packs.rb
+%%WWWDIR%%/db/migrate/20210526155257_rename_sync_security_report_approval_rules_sidekiq_queue.rb
+%%WWWDIR%%/db/migrate/20210526181820_add_index_to_vulnerability_statistics_on_latest_pipeline_id.rb
+%%WWWDIR%%/db/migrate/20210526181821_add_foreign_key_for_latest_pipeline_id_to_ci_pipelines.rb
+%%WWWDIR%%/db/migrate/20210526190259_add_ci_daily_pipeline_schedule_triggers_to_plan_limits.rb
+%%WWWDIR%%/db/migrate/20210526190553_insert_ci_daily_pipeline_schedule_triggers_plan_limits.rb
+%%WWWDIR%%/db/migrate/20210527065005_add_index_for_cadence_iterations_automation.rb
+%%WWWDIR%%/db/migrate/20210527130524_rename_experiment_subjects_group_id_to_namespace_id.rb
+%%WWWDIR%%/db/migrate/20210527133919_add_diff_max_lines_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20210527134019_add_diff_max_files_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20210527185542_add_prevent_sharing_groups_outside_hierarchy_to_namespace_settings.rb
+%%WWWDIR%%/db/migrate/20210527194558_create_ci_job_token_project_scope_links.rb
+%%WWWDIR%%/db/migrate/20210529164247_change_iterations_title_uniqueness_index.rb
+%%WWWDIR%%/db/migrate/20210531053916_rename_instance_statistics_measurements.rb
+%%WWWDIR%%/db/migrate/20210531070452_default_enforce_ssh_key_expiration.rb
+%%WWWDIR%%/db/migrate/20210531071107_enable_enforce_ssh_key_expiration.rb
+%%WWWDIR%%/db/migrate/20210601080039_group_protected_environments_add_index_and_constraint.rb
+%%WWWDIR%%/db/migrate/20210601123341_add_running_builds_table.rb
+%%WWWDIR%%/db/migrate/20210601125410_add_runners_created_at_index.rb
+%%WWWDIR%%/db/migrate/20210601131742_update_web_hook_calls_limit.rb
+%%WWWDIR%%/db/migrate/20210601133459_replace_runners_contacted_at_index.rb
+%%WWWDIR%%/db/migrate/20210602122213_add_upcoming_reconciliations.rb
+%%WWWDIR%%/db/migrate/20210602122233_add_runners_description_index.rb
+%%WWWDIR%%/db/migrate/20210603140302_add_pronouns_to_user_details.rb
+%%WWWDIR%%/db/migrate/20210603222333_remove_builds_email_service_from_services.rb
+%%WWWDIR%%/db/migrate/20210604082145_create_external_status_checks_table.rb
+%%WWWDIR%%/db/migrate/20210604085600_rename_status_check_responses_approval_rule.rb
+%%WWWDIR%%/db/migrate/20210607050531_add_text_limit_to_user_details_pronouns.rb
+%%WWWDIR%%/db/migrate/20210607080044_remove_temporary_index_on_security_findings_scan_id.rb
+%%WWWDIR%%/db/migrate/20210607154719_add_job_token_scope_enabled_to_ci_cd_settings.rb
+%%WWWDIR%%/db/migrate/20210608072312_initialize_conversion_of_ci_stages_to_bigint.rb
+%%WWWDIR%%/db/migrate/20210608072346_backfill_ci_stages_for_bigint_conversion.rb
+%%WWWDIR%%/db/migrate/20210608103230_add_issue_id_to_test_report.rb
+%%WWWDIR%%/db/migrate/20210608103235_add_issue_index_to_test_report.rb
+%%WWWDIR%%/db/migrate/20210608110752_change_column_null_test_report_requirement.rb
+%%WWWDIR%%/db/migrate/20210608110760_add_requirement_test_reports_foreign_key.rb
+%%WWWDIR%%/db/migrate/20210609013512_add_unique_index_for_batched_background_migrations.rb
+%%WWWDIR%%/db/migrate/20210609090856_add_expiry_id_ssh_key_notification_index.rb
+%%WWWDIR%%/db/migrate/20210609192728_add_status_check_foreign_key_to_external_status_check_id.rb
+%%WWWDIR%%/db/migrate/20210609193101_add_status_check_foreign_key_to_protected_branch_id.rb
+%%WWWDIR%%/db/migrate/20210610102410_add_protected_attribute_to_pending_builds.rb
+%%WWWDIR%%/db/migrate/20210611100359_rebuild_index_for_cadence_iterations_automation.rb
+%%WWWDIR%%/db/migrate/20210614131002_add_detection_method_to_vulnerabilities_finding.rb
+%%WWWDIR%%/db/migrate/20210614143954_add_unique_index_for_helm_packages.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
@@ -15057,14 +15284,17 @@
%%WWWDIR%%/db/post_migrate/20210415155043_move_container_registry_enabled_to_project_features3.rb
%%WWWDIR%%/db/post_migrate/20210420103955_remove_hipchat_service_records.rb
%%WWWDIR%%/db/post_migrate/20210420121149_backfill_conversion_of_ci_job_artifacts.rb
+%%WWWDIR%%/db/post_migrate/20210421163509_schedule_update_jira_tracker_data_deployment_type_based_on_url.rb
%%WWWDIR%%/db/post_migrate/20210422023046_backfill_ci_sources_pipelines_source_job_id_for_bigint_conversion.rb
%%WWWDIR%%/db/post_migrate/20210423124223_remove_proxy_settings_to_jira_tracker_data.rb
%%WWWDIR%%/db/post_migrate/20210423160427_schedule_drop_invalid_vulnerabilities.rb
%%WWWDIR%%/db/post_migrate/20210426094549_backfill_ci_builds_for_bigint_conversion.rb
+%%WWWDIR%%/db/post_migrate/20210426225417_schedule_recalculate_uuid_on_vulnerabilities_occurrences2.rb
%%WWWDIR%%/db/post_migrate/20210427045711_backfill_ci_build_trace_chunks_for_bigint_conversion.rb
%%WWWDIR%%/db/post_migrate/20210427085020_backfill_ci_builds_runner_session_for_bigint_conversion.rb
%%WWWDIR%%/db/post_migrate/20210427212034_schedule_update_timelogs_project_id.rb
%%WWWDIR%%/db/post_migrate/20210429143649_add_new_issues_index_for_relative_position.rb
+%%WWWDIR%%/db/post_migrate/20210430121542_backfill_ci_build_trace_sections_for_bigint_conversion.rb
%%WWWDIR%%/db/post_migrate/20210430130259_remove_obsolete_segments_field.rb
%%WWWDIR%%/db/post_migrate/20210430134202_copy_adoption_snapshot_namespace.rb
%%WWWDIR%%/db/post_migrate/20210430135954_copy_adoption_segments_namespace.rb
@@ -15077,8 +15307,28 @@
%%WWWDIR%%/db/post_migrate/20210513155447_add_temporary_package_index_for_nuget_data_migration.rb
%%WWWDIR%%/db/post_migrate/20210513155546_backfill_nuget_temporary_packages_to_processing_status.rb
%%WWWDIR%%/db/post_migrate/20210513155635_remove_temporary_package_index_for_nuget_data_migration.rb
+%%WWWDIR%%/db/post_migrate/20210513163904_cleanup_move_container_registry_enabled_to_project_feature.rb
+%%WWWDIR%%/db/post_migrate/20210514063252_schedule_cleanup_orphaned_lfs_objects_projects.rb
%%WWWDIR%%/db/post_migrate/20210517075444_remove_temporary_index_for_project_topics_to_taggings.rb
%%WWWDIR%%/db/post_migrate/20210518001450_backfill_clusters_integration_elastic_stack_enabled.rb
+%%WWWDIR%%/db/post_migrate/20210518074332_schedule_disable_expiration_policies_linked_to_no_container_images.rb
+%%WWWDIR%%/db/post_migrate/20210519104931_backfill_clusters_integration_prometheus_enabled.rb
+%%WWWDIR%%/db/post_migrate/20210519132129_backfill_ci_builds_metadata_for_bigint_conversion.rb
+%%WWWDIR%%/db/post_migrate/20210519220019_backfill_escalation_policies_for_oncall_schedules.rb
+%%WWWDIR%%/db/post_migrate/20210520012430_backfill_pk_conversion_for_self_managed.rb
+%%WWWDIR%%/db/post_migrate/20210525075724_clean_up_pending_builds_table.rb
+%%WWWDIR%%/db/post_migrate/20210526160133_remove_segment_selections_table.rb
+%%WWWDIR%%/db/post_migrate/20210526222715_backfill_draft_status_on_merge_requests.rb
+%%WWWDIR%%/db/post_migrate/20210527131039_clean_up_rename_experiment_subjects_group_id_to_namespace_id.rb
+%%WWWDIR%%/db/post_migrate/20210531054108_finalize_rename_instance_statistics_measurements.rb
+%%WWWDIR%%/db/post_migrate/20210601073400_fix_total_stage_in_vsa.rb
+%%WWWDIR%%/db/post_migrate/20210604070207_retry_backfill_traversal_ids.rb
+%%WWWDIR%%/db/post_migrate/20210606143426_add_index_for_container_registry_access_level.rb
+%%WWWDIR%%/db/post_migrate/20210609125005_drop_non_partitioned_web_hook_logs.rb
+%%WWWDIR%%/db/post_migrate/20210610102413_migrate_protected_attribute_to_pending_builds.rb
+%%WWWDIR%%/db/post_migrate/20210610113229_add_index_to_protected_pending_builds.rb
+%%WWWDIR%%/db/post_migrate/20210610141711_disable_expiration_policies_linked_to_no_container_images.rb
+%%WWWDIR%%/db/post_migrate/20210611080951_fix_missing_traversal_ids.rb
@(git,,) %%WWWDIR%%/db/schema.rb
%%WWWDIR%%/db/schema_migrations/20181228175414
%%WWWDIR%%/db/schema_migrations/20190102152410
@@ -17043,6 +17293,7 @@
%%WWWDIR%%/db/schema_migrations/20210330015805
%%WWWDIR%%/db/schema_migrations/20210330091751
%%WWWDIR%%/db/schema_migrations/20210330130420
+%%WWWDIR%%/db/schema_migrations/20210331000934
%%WWWDIR%%/db/schema_migrations/20210331105335
%%WWWDIR%%/db/schema_migrations/20210331125111
%%WWWDIR%%/db/schema_migrations/20210331145548
@@ -17108,6 +17359,7 @@
%%WWWDIR%%/db/schema_migrations/20210421021510
%%WWWDIR%%/db/schema_migrations/20210421022010
%%WWWDIR%%/db/schema_migrations/20210421081724
+%%WWWDIR%%/db/schema_migrations/20210421163509
%%WWWDIR%%/db/schema_migrations/20210421190157
%%WWWDIR%%/db/schema_migrations/20210422022825
%%WWWDIR%%/db/schema_migrations/20210422023046
@@ -17126,6 +17378,7 @@
%%WWWDIR%%/db/schema_migrations/20210424163400
%%WWWDIR%%/db/schema_migrations/20210426094524
%%WWWDIR%%/db/schema_migrations/20210426094549
+%%WWWDIR%%/db/schema_migrations/20210426225417
%%WWWDIR%%/db/schema_migrations/20210427045604
%%WWWDIR%%/db/schema_migrations/20210427045711
%%WWWDIR%%/db/schema_migrations/20210427062807
@@ -17147,6 +17400,8 @@
%%WWWDIR%%/db/schema_migrations/20210429193106
%%WWWDIR%%/db/schema_migrations/20210430034712
%%WWWDIR%%/db/schema_migrations/20210430100947
+%%WWWDIR%%/db/schema_migrations/20210430121522
+%%WWWDIR%%/db/schema_migrations/20210430121542
%%WWWDIR%%/db/schema_migrations/20210430122951
%%WWWDIR%%/db/schema_migrations/20210430124212
%%WWWDIR%%/db/schema_migrations/20210430124630
@@ -17159,13 +17414,19 @@
%%WWWDIR%%/db/schema_migrations/20210503131747
%%WWWDIR%%/db/schema_migrations/20210504085144
%%WWWDIR%%/db/schema_migrations/20210504135823
+%%WWWDIR%%/db/schema_migrations/20210504143128
%%WWWDIR%%/db/schema_migrations/20210504153354
%%WWWDIR%%/db/schema_migrations/20210504164429
+%%WWWDIR%%/db/schema_migrations/20210505070612
+%%WWWDIR%%/db/schema_migrations/20210505070812
%%WWWDIR%%/db/schema_migrations/20210505092746
%%WWWDIR%%/db/schema_migrations/20210505124816
+%%WWWDIR%%/db/schema_migrations/20210505170152
%%WWWDIR%%/db/schema_migrations/20210506064413
%%WWWDIR%%/db/schema_migrations/20210506065000
+%%WWWDIR%%/db/schema_migrations/20210506150833
%%WWWDIR%%/db/schema_migrations/20210507191949
+%%WWWDIR%%/db/schema_migrations/20210510083845
%%WWWDIR%%/db/schema_migrations/20210510191551
%%WWWDIR%%/db/schema_migrations/20210510191552
%%WWWDIR%%/db/schema_migrations/20210511095657
@@ -17173,15 +17434,94 @@
%%WWWDIR%%/db/schema_migrations/20210511104929
%%WWWDIR%%/db/schema_migrations/20210511104930
%%WWWDIR%%/db/schema_migrations/20210511142748
+%%WWWDIR%%/db/schema_migrations/20210511165250
+%%WWWDIR%%/db/schema_migrations/20210512120122
%%WWWDIR%%/db/schema_migrations/20210512183309
%%WWWDIR%%/db/schema_migrations/20210512183310
%%WWWDIR%%/db/schema_migrations/20210513093418
%%WWWDIR%%/db/schema_migrations/20210513155447
%%WWWDIR%%/db/schema_migrations/20210513155546
%%WWWDIR%%/db/schema_migrations/20210513155635
+%%WWWDIR%%/db/schema_migrations/20210513163904
+%%WWWDIR%%/db/schema_migrations/20210514063252
%%WWWDIR%%/db/schema_migrations/20210517075444
+%%WWWDIR%%/db/schema_migrations/20210517130723
+%%WWWDIR%%/db/schema_migrations/20210517144856
+%%WWWDIR%%/db/schema_migrations/20210517221612
%%WWWDIR%%/db/schema_migrations/20210518001450
+%%WWWDIR%%/db/schema_migrations/20210518074332
+%%WWWDIR%%/db/schema_migrations/20210519104931
+%%WWWDIR%%/db/schema_migrations/20210519132109
+%%WWWDIR%%/db/schema_migrations/20210519132129
%%WWWDIR%%/db/schema_migrations/20210519154058
+%%WWWDIR%%/db/schema_migrations/20210519220019
+%%WWWDIR%%/db/schema_migrations/20210520012430
+%%WWWDIR%%/db/schema_migrations/20210520102039
+%%WWWDIR%%/db/schema_migrations/20210520133032
+%%WWWDIR%%/db/schema_migrations/20210520133440
+%%WWWDIR%%/db/schema_migrations/20210521073920
+%%WWWDIR%%/db/schema_migrations/20210525075724
+%%WWWDIR%%/db/schema_migrations/20210525085158
+%%WWWDIR%%/db/schema_migrations/20210525085325
+%%WWWDIR%%/db/schema_migrations/20210525100539
+%%WWWDIR%%/db/schema_migrations/20210525100603
+%%WWWDIR%%/db/schema_migrations/20210525184900
+%%WWWDIR%%/db/schema_migrations/20210526135911
+%%WWWDIR%%/db/schema_migrations/20210526155257
+%%WWWDIR%%/db/schema_migrations/20210526160133
+%%WWWDIR%%/db/schema_migrations/20210526181820
+%%WWWDIR%%/db/schema_migrations/20210526181821
+%%WWWDIR%%/db/schema_migrations/20210526190259
+%%WWWDIR%%/db/schema_migrations/20210526190553
+%%WWWDIR%%/db/schema_migrations/20210526222715
+%%WWWDIR%%/db/schema_migrations/20210527065005
+%%WWWDIR%%/db/schema_migrations/20210527130524
+%%WWWDIR%%/db/schema_migrations/20210527131039
+%%WWWDIR%%/db/schema_migrations/20210527133919
+%%WWWDIR%%/db/schema_migrations/20210527134019
+%%WWWDIR%%/db/schema_migrations/20210527185542
+%%WWWDIR%%/db/schema_migrations/20210527194558
+%%WWWDIR%%/db/schema_migrations/20210529164247
+%%WWWDIR%%/db/schema_migrations/20210531053916
+%%WWWDIR%%/db/schema_migrations/20210531054108
+%%WWWDIR%%/db/schema_migrations/20210531070452
+%%WWWDIR%%/db/schema_migrations/20210531071107
+%%WWWDIR%%/db/schema_migrations/20210601073400
+%%WWWDIR%%/db/schema_migrations/20210601080039
+%%WWWDIR%%/db/schema_migrations/20210601123341
+%%WWWDIR%%/db/schema_migrations/20210601125410
+%%WWWDIR%%/db/schema_migrations/20210601131742
+%%WWWDIR%%/db/schema_migrations/20210601133459
+%%WWWDIR%%/db/schema_migrations/20210602122213
+%%WWWDIR%%/db/schema_migrations/20210602122233
+%%WWWDIR%%/db/schema_migrations/20210603140302
+%%WWWDIR%%/db/schema_migrations/20210603222333
+%%WWWDIR%%/db/schema_migrations/20210604070207
+%%WWWDIR%%/db/schema_migrations/20210604082145
+%%WWWDIR%%/db/schema_migrations/20210604085600
+%%WWWDIR%%/db/schema_migrations/20210606143426
+%%WWWDIR%%/db/schema_migrations/20210607050531
+%%WWWDIR%%/db/schema_migrations/20210607080044
+%%WWWDIR%%/db/schema_migrations/20210607154719
+%%WWWDIR%%/db/schema_migrations/20210608072312
+%%WWWDIR%%/db/schema_migrations/20210608072346
+%%WWWDIR%%/db/schema_migrations/20210608103230
+%%WWWDIR%%/db/schema_migrations/20210608103235
+%%WWWDIR%%/db/schema_migrations/20210608110752
+%%WWWDIR%%/db/schema_migrations/20210608110760
+%%WWWDIR%%/db/schema_migrations/20210609013512
+%%WWWDIR%%/db/schema_migrations/20210609090856
+%%WWWDIR%%/db/schema_migrations/20210609125005
+%%WWWDIR%%/db/schema_migrations/20210609192728
+%%WWWDIR%%/db/schema_migrations/20210609193101
+%%WWWDIR%%/db/schema_migrations/20210610102410
+%%WWWDIR%%/db/schema_migrations/20210610102413
+%%WWWDIR%%/db/schema_migrations/20210610113229
+%%WWWDIR%%/db/schema_migrations/20210610141711
+%%WWWDIR%%/db/schema_migrations/20210611080951
+%%WWWDIR%%/db/schema_migrations/20210611100359
+%%WWWDIR%%/db/schema_migrations/20210614131002
+%%WWWDIR%%/db/schema_migrations/20210614143954
%%WWWDIR%%/db/seeds.rb
%%WWWDIR%%/db/structure.sql
%%WWWDIR%%/doc/.markdownlint/markdownlint-no-trailing-spaces.yml
@@ -17249,6 +17589,7 @@
%%WWWDIR%%/doc/administration/auth/smartcard.md
%%WWWDIR%%/doc/administration/clusters/kas.md
%%WWWDIR%%/doc/administration/compliance.md
+%%WWWDIR%%/doc/administration/configure.md
%%WWWDIR%%/doc/administration/consul.md
%%WWWDIR%%/doc/administration/database_load_balancing.md
%%WWWDIR%%/doc/administration/encrypted_configuration.md
@@ -17307,6 +17648,7 @@
%%WWWDIR%%/doc/administration/git_annex.md
%%WWWDIR%%/doc/administration/git_protocol.md
%%WWWDIR%%/doc/administration/gitaly/configure_gitaly.md
+%%WWWDIR%%/doc/administration/gitaly/faq.md
%%WWWDIR%%/doc/administration/gitaly/img/cluster_example_v13_3.png
%%WWWDIR%%/doc/administration/gitaly/img/gitaly_network_13_9.png
%%WWWDIR%%/doc/administration/gitaly/img/praefect_architecture_v12_10.png
@@ -17371,6 +17713,7 @@
%%WWWDIR%%/doc/administration/object_storage.md
%%WWWDIR%%/doc/administration/operations/cleaning_up_redis_sessions.md
%%WWWDIR%%/doc/administration/operations/extra_sidekiq_processes.md
+%%WWWDIR%%/doc/administration/operations/extra_sidekiq_routing.md
%%WWWDIR%%/doc/administration/operations/fast_ssh_key_lookup.md
%%WWWDIR%%/doc/administration/operations/filesystem_benchmarking.md
%%WWWDIR%%/doc/administration/operations/img/sidekiq-cluster.png
@@ -17456,6 +17799,7 @@
%%WWWDIR%%/doc/administration/troubleshooting/img/OneLogin-app_details.png
%%WWWDIR%%/doc/administration/troubleshooting/img/OneLogin-parameters.png
%%WWWDIR%%/doc/administration/troubleshooting/img/OneLogin-userAdd.png
+%%WWWDIR%%/doc/administration/troubleshooting/img/azure_configure_group_claim.png
%%WWWDIR%%/doc/administration/troubleshooting/img/network_monitor_xid.png
%%WWWDIR%%/doc/administration/troubleshooting/img/okta_admin_panel_v13_9.png
%%WWWDIR%%/doc/administration/troubleshooting/img/okta_saml_settings.png
@@ -17530,6 +17874,7 @@
%%WWWDIR%%/doc/api/group_labels.md
%%WWWDIR%%/doc/api/group_level_variables.md
%%WWWDIR%%/doc/api/group_milestones.md
+%%WWWDIR%%/doc/api/group_protected_environments.md
%%WWWDIR%%/doc/api/group_relations_export.md
%%WWWDIR%%/doc/api/group_repository_storage_moves.md
%%WWWDIR%%/doc/api/group_wikis.md
@@ -17621,6 +17966,7 @@
%%WWWDIR%%/doc/api/snippet_repository_storage_moves.md
%%WWWDIR%%/doc/api/snippets.md
%%WWWDIR%%/doc/api/statistics.md
+%%WWWDIR%%/doc/api/status_checks.md
%%WWWDIR%%/doc/api/suggestions.md
%%WWWDIR%%/doc/api/system_hooks.md
%%WWWDIR%%/doc/api/tags.md
@@ -17643,6 +17989,7 @@
%%WWWDIR%%/doc/architecture/blueprints/ci_scale/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/composable_codebase_using_rails_engines/index.md
%%WWWDIR%%/doc/architecture/blueprints/container_registry_metadata_database/index.md
%%WWWDIR%%/doc/architecture/blueprints/database_testing/index.md
%%WWWDIR%%/doc/architecture/blueprints/feature_flags_development/index.md
@@ -17841,9 +18188,11 @@
%%WWWDIR%%/doc/ci/review_apps/img/view_on_mr_widget.png
%%WWWDIR%%/doc/ci/review_apps/index.md
%%WWWDIR%%/doc/ci/runners/README.md
+%%WWWDIR%%/doc/ci/runners/configure_runners.md
%%WWWDIR%%/doc/ci/runners/img/protected_runners_check_box.png
%%WWWDIR%%/doc/ci/runners/img/shared_runner_ip_address.png
%%WWWDIR%%/doc/ci/runners/img/specific_runner_ip_address.png
+%%WWWDIR%%/doc/ci/runners/runners_scope.md
%%WWWDIR%%/doc/ci/secrets/index.md
%%WWWDIR%%/doc/ci/services/README.md
%%WWWDIR%%/doc/ci/services/gitlab.md
@@ -17924,6 +18273,7 @@
%%WWWDIR%%/doc/development/database/constraint_naming_convention.md
%%WWWDIR%%/doc/development/database/database_reviewer_guidelines.md
%%WWWDIR%%/doc/development/database/index.md
+%%WWWDIR%%/doc/development/database/keyset_pagination.md
%%WWWDIR%%/doc/development/database/maintenance_operations.md
%%WWWDIR%%/doc/development/database/not_null_constraints.md
%%WWWDIR%%/doc/development/database/pagination_guidelines.md
@@ -17954,6 +18304,7 @@
%%WWWDIR%%/doc/development/documentation/structure.md
%%WWWDIR%%/doc/development/documentation/styleguide/img/tier_badge.png
%%WWWDIR%%/doc/development/documentation/styleguide/index.md
+%%WWWDIR%%/doc/development/documentation/styleguide/word_list.md
%%WWWDIR%%/doc/development/documentation/testing.md
%%WWWDIR%%/doc/development/documentation/workflow.md
%%WWWDIR%%/doc/development/ee_features.md
@@ -17969,6 +18320,7 @@
%%WWWDIR%%/doc/development/fe_guide/accessibility.md
%%WWWDIR%%/doc/development/fe_guide/architecture.md
%%WWWDIR%%/doc/development/fe_guide/axios.md
+%%WWWDIR%%/doc/development/fe_guide/content_editor.md
%%WWWDIR%%/doc/development/fe_guide/dark_mode.md
%%WWWDIR%%/doc/development/fe_guide/dependencies.md
%%WWWDIR%%/doc/development/fe_guide/design_anti_patterns.md
@@ -17986,6 +18338,7 @@
%%WWWDIR%%/doc/development/fe_guide/graphql.md
%%WWWDIR%%/doc/development/fe_guide/icons.md
%%WWWDIR%%/doc/development/fe_guide/img/boards_diagram.png
+%%WWWDIR%%/doc/development/fe_guide/img/content_editor_highlevel_diagram.png
%%WWWDIR%%/doc/development/fe_guide/img/editor_lite_create_ext.png
%%WWWDIR%%/doc/development/fe_guide/img/editor_lite_loading.png
%%WWWDIR%%/doc/development/fe_guide/img/graphiql_explorer_v12_4.png
@@ -18144,6 +18497,7 @@
%%WWWDIR%%/doc/development/rails_initializers.md
%%WWWDIR%%/doc/development/rake_tasks.md
%%WWWDIR%%/doc/development/reactive_caching.md
+%%WWWDIR%%/doc/development/real_time.md
%%WWWDIR%%/doc/development/redis.md
%%WWWDIR%%/doc/development/refactoring_guide/index.md
%%WWWDIR%%/doc/development/reference_processing.md
@@ -18494,6 +18848,10 @@
%%WWWDIR%%/doc/ssh/README.md
%%WWWDIR%%/doc/subscriptions/bronze_starter.md
%%WWWDIR%%/doc/subscriptions/gitlab_com/index.md
+%%WWWDIR%%/doc/subscriptions/img/license-file.png
+%%WWWDIR%%/doc/subscriptions/img/license-overview.png
+%%WWWDIR%%/doc/subscriptions/img/publicly-visible.png
+%%WWWDIR%%/doc/subscriptions/img/support-diagram.png
%%WWWDIR%%/doc/subscriptions/index.md
%%WWWDIR%%/doc/subscriptions/self_managed/index.md
%%WWWDIR%%/doc/system_hooks/system_hooks.md
@@ -18532,6 +18890,7 @@
%%WWWDIR%%/doc/topics/autodevops/troubleshooting.md
%%WWWDIR%%/doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
%%WWWDIR%%/doc/topics/autodevops/upgrading_postgresql.md
+%%WWWDIR%%/doc/topics/build_your_application.md
%%WWWDIR%%/doc/topics/cron/index.md
%%WWWDIR%%/doc/topics/git/bisect.md
%%WWWDIR%%/doc/topics/git/cherry_picking.md
@@ -18584,6 +18943,10 @@
%%WWWDIR%%/doc/topics/index.md
%%WWWDIR%%/doc/topics/offline/index.md
%%WWWDIR%%/doc/topics/offline/quick_start_guide.md
+%%WWWDIR%%/doc/topics/plan_and_track.md
+%%WWWDIR%%/doc/topics/release_your_application.md
+%%WWWDIR%%/doc/topics/set_up_organization.md
+%%WWWDIR%%/doc/topics/use_gitlab.md
%%WWWDIR%%/doc/university/README.md
%%WWWDIR%%/doc/university/index.md
%%WWWDIR%%/doc/university/training/gitlab_flow.md
@@ -18617,6 +18980,7 @@
%%WWWDIR%%/doc/user/admin_area/abuse_reports.md
%%WWWDIR%%/doc/user/admin_area/activating_deactivating_users.md
%%WWWDIR%%/doc/user/admin_area/analytics/dev_ops_report.md
+%%WWWDIR%%/doc/user/admin_area/analytics/img/admin_devops_adoption_v14_0.png
%%WWWDIR%%/doc/user/admin_area/analytics/img/instance_activity_pipelines_chart_v13_6_a.png
%%WWWDIR%%/doc/user/admin_area/analytics/index.md
%%WWWDIR%%/doc/user/admin_area/analytics/usage_trends.md
@@ -18661,17 +19025,16 @@
%%WWWDIR%%/doc/user/admin_area/settings/help_page.md
%%WWWDIR%%/doc/user/admin_area/settings/img/admin_package_registry_npm_package_requests_forward.png
%%WWWDIR%%/doc/user/admin_area/settings/img/admin_project_quota_view.png
-%%WWWDIR%%/doc/user/admin_area/settings/img/admin_required_pipeline.png
%%WWWDIR%%/doc/user/admin_area/settings/img/bulk_push_event_v12_4.png
%%WWWDIR%%/doc/user/admin_area/settings/img/classification_label_on_project_page.png
%%WWWDIR%%/doc/user/admin_area/settings/img/clone_panel_v12_4.png
+%%WWWDIR%%/doc/user/admin_area/settings/img/continuous_integration_shared_runner_details_v14_0.png
%%WWWDIR%%/doc/user/admin_area/settings/img/custom_git_clone_url_for_https_v12_4.png
-%%WWWDIR%%/doc/user/admin_area/settings/img/custom_sign_in_page_v13_6.png
%%WWWDIR%%/doc/user/admin_area/settings/img/domain_denylist.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_admin_area_v14_0.png
%%WWWDIR%%/doc/user/admin_area/settings/img/file_template_user_dropdown.png
%%WWWDIR%%/doc/user/admin_area/settings/img/group_pipelines_quota.png
%%WWWDIR%%/doc/user/admin_area/settings/img/help_page_help_text_ex_v12_3.png
@@ -18740,6 +19103,9 @@
%%WWWDIR%%/doc/user/application_security/cve_id_request.md
%%WWWDIR%%/doc/user/application_security/dast/browser_based.md
%%WWWDIR%%/doc/user/application_security/dast/dast_troubleshooting.md
+%%WWWDIR%%/doc/user/application_security/dast/img/dast_auth_browser_scan_highlight.png
+%%WWWDIR%%/doc/user/application_security/dast/img/dast_auth_browser_scan_search_elements.png
+%%WWWDIR%%/doc/user/application_security/dast/img/dast_auth_report.jpg
%%WWWDIR%%/doc/user/application_security/dast/img/dast_urls_scanned_v12_10.png
%%WWWDIR%%/doc/user/application_security/dast/index.md
%%WWWDIR%%/doc/user/application_security/dast_api/img/dast_api_postman_collection_edit_variable.png
@@ -18759,8 +19125,6 @@
%%WWWDIR%%/doc/user/application_security/img/outdated_report_branch_v12_9.png
%%WWWDIR%%/doc/user/application_security/img/outdated_report_pipeline_v12_9.png
%%WWWDIR%%/doc/user/application_security/img/security_widget_v13_7.png
-%%WWWDIR%%/doc/user/application_security/img/unconfigured_security_approval_rules_and_enabled_jobs_v13_4.png
-%%WWWDIR%%/doc/user/application_security/img/unconfigured_security_approval_rules_and_jobs_v13_4.png
%%WWWDIR%%/doc/user/application_security/img/vulnerability-check_v13_4.png
%%WWWDIR%%/doc/user/application_security/img/vulnerability_page_merge_request_button_dropdown_v13_1.png
%%WWWDIR%%/doc/user/application_security/index.md
@@ -18781,7 +19145,6 @@
%%WWWDIR%%/doc/user/application_security/threat_monitoring/img/threat_monitoring_policy_alert_list_v13_12.png
%%WWWDIR%%/doc/user/application_security/threat_monitoring/index.md
%%WWWDIR%%/doc/user/application_security/vulnerabilities/img/create_mr_from_vulnerability_v13_4.png
-%%WWWDIR%%/doc/user/application_security/vulnerabilities/img/vulnerability_page_merge_request_button_dropdown_v13_1.png
%%WWWDIR%%/doc/user/application_security/vulnerabilities/index.md
%%WWWDIR%%/doc/user/application_security/vulnerabilities/severities.md
%%WWWDIR%%/doc/user/application_security/vulnerability_report/img/group_vulnerability_report_v13_9.png
@@ -18800,7 +19163,6 @@
%%WWWDIR%%/doc/user/clusters/img/advanced-settings-cluster-management-project-v12_5.png
%%WWWDIR%%/doc/user/clusters/img/applications_tab_v13_12.png
%%WWWDIR%%/doc/user/clusters/img/cluster_environments_table_v12_3.png
-%%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
@@ -18808,6 +19170,8 @@
%%WWWDIR%%/doc/user/clusters/img/threat_monitoring_v12_9.png
%%WWWDIR%%/doc/user/clusters/integrations.md
%%WWWDIR%%/doc/user/clusters/management_project.md
+%%WWWDIR%%/doc/user/clusters/management_project_template.md
+%%WWWDIR%%/doc/user/clusters/migrating_from_gma_to_project_template.md
%%WWWDIR%%/doc/user/compliance/compliance_dashboard/img/compliance_dashboard_v13_11.png
%%WWWDIR%%/doc/user/compliance/compliance_dashboard/img/failed_icon_v13_3.png
%%WWWDIR%%/doc/user/compliance/compliance_dashboard/img/success_icon_v13_3.png
@@ -18864,14 +19228,14 @@
%%WWWDIR%%/doc/user/group/contribution_analytics/img/group_stats_table.png
%%WWWDIR%%/doc/user/group/contribution_analytics/index.md
%%WWWDIR%%/doc/user/group/custom_project_templates.md
-%%WWWDIR%%/doc/user/group/devops_adoption/img/group_devops_adoption_v13_11.png
+%%WWWDIR%%/doc/user/group/devops_adoption/img/group_devops_adoption_v14_0.png
%%WWWDIR%%/doc/user/group/devops_adoption/index.md
%%WWWDIR%%/doc/user/group/epics/epic_boards.md
%%WWWDIR%%/doc/user/group/epics/img/button_close_epic.png
%%WWWDIR%%/doc/user/group/epics/img/button_reopen_epic.png
%%WWWDIR%%/doc/user/group/epics/img/containing_epic.png
%%WWWDIR%%/doc/user/group/epics/img/epic_activity_sort_order_v13_2.png
-%%WWWDIR%%/doc/user/group/epics/img/epic_board_v13_10.png
+%%WWWDIR%%/doc/user/group/epics/img/epic_board_v14_0.png
%%WWWDIR%%/doc/user/group/epics/img/epic_view_roadmap_v12_9.png
%%WWWDIR%%/doc/user/group/epics/img/epics_search_v13_11.png
%%WWWDIR%%/doc/user/group/epics/img/epics_sort.png
@@ -18907,7 +19271,9 @@
%%WWWDIR%%/doc/user/group/saml_sso/group_managed_accounts.md
%%WWWDIR%%/doc/user/group/saml_sso/img/group_saml_configuration_information.png
%%WWWDIR%%/doc/user/group/saml_sso/img/group_saml_settings_v13_12.png
+%%WWWDIR%%/doc/user/group/saml_sso/img/member_enterprise_badge_v14_0.png
%%WWWDIR%%/doc/user/group/saml_sso/img/saml_group_links_v13_6.png
+%%WWWDIR%%/doc/user/group/saml_sso/img/saml_group_links_v13_9.png
%%WWWDIR%%/doc/user/group/saml_sso/img/scim_token_v13_3.png
%%WWWDIR%%/doc/user/group/saml_sso/img/unlink_group_saml.png
%%WWWDIR%%/doc/user/group/saml_sso/index.md
@@ -18974,6 +19340,7 @@
%%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/infrastructure_registry/index.md
%%WWWDIR%%/doc/user/packages/maven_repository/index.md
%%WWWDIR%%/doc/user/packages/npm_registry/index.md
%%WWWDIR%%/doc/user/packages/nuget_repository/img/visual_studio_adding_nuget_source.png
@@ -18983,7 +19350,9 @@
%%WWWDIR%%/doc/user/packages/package_registry/index.md
%%WWWDIR%%/doc/user/packages/pypi_repository/index.md
%%WWWDIR%%/doc/user/packages/rubygems_registry/index.md
+%%WWWDIR%%/doc/user/packages/terraform_module_registry/index.md
%%WWWDIR%%/doc/user/packages/workflows/project_registry.md
+%%WWWDIR%%/doc/user/packages/workflows/working_with_monorepos.md
%%WWWDIR%%/doc/user/permissions.md
%%WWWDIR%%/doc/user/profile/account/create_accounts.md
%%WWWDIR%%/doc/user/profile/account/delete_account.md
@@ -19004,7 +19373,7 @@
%%WWWDIR%%/doc/user/profile/img/notification_group_settings_v12_8.png
%%WWWDIR%%/doc/user/profile/img/notification_project_settings_v12_8.png
%%WWWDIR%%/doc/user/profile/img/profile-preferences-syntax-themes.png
-%%WWWDIR%%/doc/user/profile/img/unknown_sign_in_email_v13_1.png
+%%WWWDIR%%/doc/user/profile/img/unknown_sign_in_email_v14_0.png
%%WWWDIR%%/doc/user/profile/index.md
%%WWWDIR%%/doc/user/profile/notifications.md
%%WWWDIR%%/doc/user/profile/personal_access_tokens.md
@@ -19031,11 +19400,6 @@
%%WWWDIR%%/doc/user/project/clusters/protect/container_network_security/index.md
%%WWWDIR%%/doc/user/project/clusters/protect/container_network_security/quick_start_guide.md
%%WWWDIR%%/doc/user/project/clusters/protect/index.md
-%%WWWDIR%%/doc/user/project/clusters/protect/web_application_firewall/img/guide_waf_ingress_disabled_settings_v12_10.png
-%%WWWDIR%%/doc/user/project/clusters/protect/web_application_firewall/img/guide_waf_ingress_installation_v12_10.png
-%%WWWDIR%%/doc/user/project/clusters/protect/web_application_firewall/img/guide_waf_ingress_save_changes_v12_10.png
-%%WWWDIR%%/doc/user/project/clusters/protect/web_application_firewall/index.md
-%%WWWDIR%%/doc/user/project/clusters/protect/web_application_firewall/quick_start_guide.md
%%WWWDIR%%/doc/user/project/clusters/runbooks/img/authorize-jupyter.png
%%WWWDIR%%/doc/user/project/clusters/runbooks/img/demo-runbook.png
%%WWWDIR%%/doc/user/project/clusters/runbooks/img/gitlab-variables.png
@@ -19070,8 +19434,6 @@
%%WWWDIR%%/doc/user/project/img/canary_weight.png
%%WWWDIR%%/doc/user/project/img/code_intelligence_find_references_v13_3.png
%%WWWDIR%%/doc/user/project/img/code_intelligence_v13_4.png
-%%WWWDIR%%/doc/user/project/img/code_owners_approval_new_protected_branch_v13_10.png
-%%WWWDIR%%/doc/user/project/img/code_owners_approval_protected_branch_v13_10.png
%%WWWDIR%%/doc/user/project/img/code_owners_invite_members_v13_4.png
%%WWWDIR%%/doc/user/project/img/code_owners_members_v13_4.png
%%WWWDIR%%/doc/user/project/img/code_owners_mr_widget_v12_4.png
@@ -19175,7 +19537,6 @@
%%WWWDIR%%/doc/user/project/integrations/github.md
%%WWWDIR%%/doc/user/project/integrations/gitlab_slack_application.md
%%WWWDIR%%/doc/user/project/integrations/hangouts_chat.md
-%%WWWDIR%%/doc/user/project/integrations/hipchat.md
%%WWWDIR%%/doc/user/project/integrations/img/emails_on_push_email.png
%%WWWDIR%%/doc/user/project/integrations/img/emails_on_push_service_v13_11.png
%%WWWDIR%%/doc/user/project/integrations/img/github_status_check_pipeline_update.png
@@ -19266,6 +19627,7 @@
%%WWWDIR%%/doc/user/project/issues/img/due_dates_todos.png
%%WWWDIR%%/doc/user/project/issues/img/issue_activity_sort_order_v12_10.png
%%WWWDIR%%/doc/user/project/issues/img/issue_board.png
+%%WWWDIR%%/doc/user/project/issues/img/issue_type_change_v13_12.png
%%WWWDIR%%/doc/user/project/issues/img/issue_weight_v13_11.png
%%WWWDIR%%/doc/user/project/issues/img/issues_main_view_numbered.png
%%WWWDIR%%/doc/user/project/issues/img/mention_in_issue.png
@@ -19302,17 +19664,12 @@
%%WWWDIR%%/doc/user/project/issues/related_issues.md
%%WWWDIR%%/doc/user/project/issues/sorting_issue_lists.md
%%WWWDIR%%/doc/user/project/labels.md
-%%WWWDIR%%/doc/user/project/members/img/access_requests_management_v13_9.png
-%%WWWDIR%%/doc/user/project/members/img/add_user_email_accept_v13_9.png
-%%WWWDIR%%/doc/user/project/members/img/add_user_email_ready_v13_8.png
-%%WWWDIR%%/doc/user/project/members/img/add_user_email_search_v13_8.png
%%WWWDIR%%/doc/user/project/members/img/project_members_filter_direct_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/project_members_filter_inherited_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/project_members_search_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/project_members_sort_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/project_members_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/request_access_button.png
-%%WWWDIR%%/doc/user/project/members/img/withdraw_access_request_button.png
%%WWWDIR%%/doc/user/project/members/index.md
%%WWWDIR%%/doc/user/project/members/share_project_with_groups.md
%%WWWDIR%%/doc/user/project/merge_requests/accessibility_testing.md
@@ -19329,6 +19686,7 @@
%%WWWDIR%%/doc/user/project/merge_requests/changes.md
%%WWWDIR%%/doc/user/project/merge_requests/cherry_pick_changes.md
%%WWWDIR%%/doc/user/project/merge_requests/code_quality.md
+%%WWWDIR%%/doc/user/project/merge_requests/commits.md
%%WWWDIR%%/doc/user/project/merge_requests/creating_merge_requests.md
%%WWWDIR%%/doc/user/project/merge_requests/csv_export.md
%%WWWDIR%%/doc/user/project/merge_requests/drafts.md
@@ -19336,8 +19694,6 @@
%%WWWDIR%%/doc/user/project/merge_requests/fast_forward_merge.md
%%WWWDIR%%/doc/user/project/merge_requests/getting_started.md
%%WWWDIR%%/doc/user/project/merge_requests/img/accessibility_mr_widget_v13_0.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/allow_collaboration.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/allow_collaboration_after_save.png
%%WWWDIR%%/doc/user/project/merge_requests/img/browser_performance_testing.png
%%WWWDIR%%/doc/user/project/merge_requests/img/checkout_button.png
%%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_changes_commit.png
@@ -19346,10 +19702,13 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_mr_timeline_v12_9.png
%%WWWDIR%%/doc/user/project/merge_requests/img/code_quality_host_bound_sequential.png
%%WWWDIR%%/doc/user/project/merge_requests/img/code_quality_mr_diff_report_v13_11.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/code_quality_mr_diff_report_v14.png
%%WWWDIR%%/doc/user/project/merge_requests/img/code_quality_report_13_11.png
%%WWWDIR%%/doc/user/project/merge_requests/img/code_quality_widget_13_11.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/commit-button_v13_12.png
%%WWWDIR%%/doc/user/project/merge_requests/img/commit_nav_v13_11.png
%%WWWDIR%%/doc/user/project/merge_requests/img/conflict_section.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/conflict_ui_v14_0.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
%%WWWDIR%%/doc/user/project/merge_requests/img/dependencies_edit_inaccessible_v12_4.png
@@ -19367,20 +19726,25 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff_file_navigation.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff_v12_2.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_pipeline.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_tab_position_v13_11.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_widget.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_enable.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_status.png
%%WWWDIR%%/doc/user/project/merge_requests/img/multiple_assignees_for_merge_requests_sidebar.png
%%WWWDIR%%/doc/user/project/merge_requests/img/new_merge_request_page_v12_6.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/project_merge_requests_list_view_v13_5.png
%%WWWDIR%%/doc/user/project/merge_requests/img/remove_source_branch_status.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/reviewer_approval_rules_form_v13_8.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/reviewer_approval_rules_sidebar_v13_8.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_edit_form.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_mr_commits.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_mr_message.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_mr_widget.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_squashed_commit.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/status_checks_branches_selector_v14_0.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/status_checks_create_form_v14_0.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/status_checks_delete_modal_v14_0.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/status_checks_list_view_v14_0.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/status_checks_update_form_v14_0.png
%%WWWDIR%%/doc/user/project/merge_requests/img/test_coverage_visualization_v12_9.png
%%WWWDIR%%/doc/user/project/merge_requests/img/versions.png
%%WWWDIR%%/doc/user/project/merge_requests/img/versions_compare.png
@@ -19402,7 +19766,6 @@
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/comment-on-any-diff-line_v13_10.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/custom_commit_v13_9.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/make_suggestion_v13_9.png
-%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/merge_request_pipeline.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/mr_review_new_comment_v13_11.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/mr_review_resolve.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/mr_review_resolve2.png
@@ -19412,8 +19775,9 @@
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/multi-line-suggestion-syntax.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/multiline-comment-saved.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/pending_review_comment.png
-%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/project_merge_requests_list_view_v13_5.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/remove_suggestion_from_batch_v13_1.jpg
+%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/reviewer_approval_rules_form_v13_8.png
+%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/reviewer_approval_rules_sidebar_v13_8.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/suggestion_button_v13_9.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/suggestion_code_block_editor_v12_8.png
%%WWWDIR%%/doc/user/project/merge_requests/reviews/img/suggestion_code_block_output_v12_8.png
@@ -19421,9 +19785,11 @@
%%WWWDIR%%/doc/user/project/merge_requests/reviews/index.md
%%WWWDIR%%/doc/user/project/merge_requests/reviews/suggestions.md
%%WWWDIR%%/doc/user/project/merge_requests/squash_and_merge.md
+%%WWWDIR%%/doc/user/project/merge_requests/status_checks.md
%%WWWDIR%%/doc/user/project/merge_requests/test_coverage_visualization.md
%%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/widgets.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/img/burndown_and_burnup_charts_v13_6.png
@@ -19497,10 +19863,8 @@
%%WWWDIR%%/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_verified_signature.png
%%WWWDIR%%/doc/user/project/repository/gpg_signed_commits/index.md
%%WWWDIR%%/doc/user/project/repository/img/contributors_graph.png
-%%WWWDIR%%/doc/user/project/repository/img/download_source_code.png
%%WWWDIR%%/doc/user/project/repository/img/file_blame_output_v12_6.png
%%WWWDIR%%/doc/user/project/repository/img/file_blame_previous_commit_v12_7.png
-%%WWWDIR%%/doc/user/project/repository/img/file_ext_icons_repo_v12_10.png
%%WWWDIR%%/doc/user/project/repository/img/file_finder_find_file_v12_10.png
%%WWWDIR%%/doc/user/project/repository/img/file_history_output_v12_6.png
%%WWWDIR%%/doc/user/project/repository/img/fork_form_v13_10.png
@@ -19569,6 +19933,8 @@
%%WWWDIR%%/doc/user/project/web_ide/img/solarized_dark_theme_v13_1.png
%%WWWDIR%%/doc/user/project/web_ide/img/terminal_status.png
%%WWWDIR%%/doc/user/project/web_ide/index.md
+%%WWWDIR%%/doc/user/project/wiki/img/content_editor_v14.0.png
+%%WWWDIR%%/doc/user/project/wiki/img/use_new_editor_button_v14.0.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_v13_5.png
@@ -19683,7 +20049,8 @@
%%WWWDIR%%/lib/api/conan_instance_packages.rb
%%WWWDIR%%/lib/api/conan_project_packages.rb
%%WWWDIR%%/lib/api/concerns/packages/conan_endpoints.rb
-%%WWWDIR%%/lib/api/concerns/packages/debian_endpoints.rb
+%%WWWDIR%%/lib/api/concerns/packages/debian_distribution_endpoints.rb
+%%WWWDIR%%/lib/api/concerns/packages/debian_package_endpoints.rb
%%WWWDIR%%/lib/api/concerns/packages/npm_endpoints.rb
%%WWWDIR%%/lib/api/concerns/packages/nuget_endpoints.rb
%%WWWDIR%%/lib/api/container_registry_event.rb
@@ -19860,6 +20227,7 @@
%%WWWDIR%%/lib/api/entities/package/pipeline.rb
%%WWWDIR%%/lib/api/entities/package_file.rb
%%WWWDIR%%/lib/api/entities/package_version.rb
+%%WWWDIR%%/lib/api/entities/packages/debian/distribution.rb
%%WWWDIR%%/lib/api/entities/pages_domain.rb
%%WWWDIR%%/lib/api/entities/pages_domain_basic.rb
%%WWWDIR%%/lib/api/entities/pages_domain_certificate.rb
@@ -19880,6 +20248,7 @@
%%WWWDIR%%/lib/api/entities/project_import_failed_relation.rb
%%WWWDIR%%/lib/api/entities/project_import_status.rb
%%WWWDIR%%/lib/api/entities/project_label.rb
+%%WWWDIR%%/lib/api/entities/project_repository_storage.rb
%%WWWDIR%%/lib/api/entities/project_service.rb
%%WWWDIR%%/lib/api/entities/project_service_basic.rb
%%WWWDIR%%/lib/api/entities/project_snippet.rb
@@ -19947,7 +20316,6 @@
%%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
@@ -19956,6 +20324,7 @@
%%WWWDIR%%/lib/api/generic_packages.rb
%%WWWDIR%%/lib/api/github/entities.rb
%%WWWDIR%%/lib/api/go_proxy.rb
+%%WWWDIR%%/lib/api/group_avatar.rb
%%WWWDIR%%/lib/api/group_boards.rb
%%WWWDIR%%/lib/api/group_clusters.rb
%%WWWDIR%%/lib/api/group_container_repositories.rb
@@ -19966,6 +20335,7 @@
%%WWWDIR%%/lib/api/group_packages.rb
%%WWWDIR%%/lib/api/group_variables.rb
%%WWWDIR%%/lib/api/groups.rb
+%%WWWDIR%%/lib/api/helm_packages.rb
%%WWWDIR%%/lib/api/helpers.rb
%%WWWDIR%%/lib/api/helpers/authentication.rb
%%WWWDIR%%/lib/api/helpers/award_emoji.rb
@@ -20048,6 +20418,7 @@
%%WWWDIR%%/lib/api/personal_access_tokens.rb
%%WWWDIR%%/lib/api/project_clusters.rb
%%WWWDIR%%/lib/api/project_container_repositories.rb
+%%WWWDIR%%/lib/api/project_debian_distributions.rb
%%WWWDIR%%/lib/api/project_events.rb
%%WWWDIR%%/lib/api/project_export.rb
%%WWWDIR%%/lib/api/project_hooks.rb
@@ -20142,6 +20513,8 @@
%%WWWDIR%%/lib/backup/builds.rb
%%WWWDIR%%/lib/backup/database.rb
%%WWWDIR%%/lib/backup/files.rb
+%%WWWDIR%%/lib/backup/gitaly_backup.rb
+%%WWWDIR%%/lib/backup/gitaly_rpc_backup.rb
%%WWWDIR%%/lib/backup/helper.rb
%%WWWDIR%%/lib/backup/lfs.rb
%%WWWDIR%%/lib/backup/manager.rb
@@ -20312,16 +20685,17 @@
%%WWWDIR%%/lib/bulk_imports/clients/graphql.rb
%%WWWDIR%%/lib/bulk_imports/clients/http.rb
%%WWWDIR%%/lib/bulk_imports/common/extractors/graphql_extractor.rb
+%%WWWDIR%%/lib/bulk_imports/common/extractors/ndjson_extractor.rb
%%WWWDIR%%/lib/bulk_imports/common/extractors/rest_extractor.rb
%%WWWDIR%%/lib/bulk_imports/common/transformers/prohibited_attributes_transformer.rb
%%WWWDIR%%/lib/bulk_imports/common/transformers/user_reference_transformer.rb
%%WWWDIR%%/lib/bulk_imports/groups/extractors/subgroups_extractor.rb
%%WWWDIR%%/lib/bulk_imports/groups/graphql/get_group_query.rb
-%%WWWDIR%%/lib/bulk_imports/groups/graphql/get_labels_query.rb
%%WWWDIR%%/lib/bulk_imports/groups/graphql/get_members_query.rb
%%WWWDIR%%/lib/bulk_imports/groups/graphql/get_milestones_query.rb
%%WWWDIR%%/lib/bulk_imports/groups/loaders/group_loader.rb
%%WWWDIR%%/lib/bulk_imports/groups/pipelines/badges_pipeline.rb
+%%WWWDIR%%/lib/bulk_imports/groups/pipelines/boards_pipeline.rb
%%WWWDIR%%/lib/bulk_imports/groups/pipelines/entity_finisher.rb
%%WWWDIR%%/lib/bulk_imports/groups/pipelines/group_pipeline.rb
%%WWWDIR%%/lib/bulk_imports/groups/pipelines/labels_pipeline.rb
@@ -20332,6 +20706,7 @@
%%WWWDIR%%/lib/bulk_imports/groups/transformers/group_attributes_transformer.rb
%%WWWDIR%%/lib/bulk_imports/groups/transformers/member_attributes_transformer.rb
%%WWWDIR%%/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer.rb
+%%WWWDIR%%/lib/bulk_imports/ndjson_pipeline.rb
%%WWWDIR%%/lib/bulk_imports/pipeline.rb
%%WWWDIR%%/lib/bulk_imports/pipeline/context.rb
%%WWWDIR%%/lib/bulk_imports/pipeline/extracted_data.rb
@@ -20368,7 +20743,6 @@
%%WWWDIR%%/lib/extracts_path.rb
%%WWWDIR%%/lib/extracts_ref.rb
%%WWWDIR%%/lib/feature.rb
-%%WWWDIR%%/lib/feature/active_support_cache_store_adapter.rb
%%WWWDIR%%/lib/feature/definition.rb
%%WWWDIR%%/lib/feature/gitaly.rb
%%WWWDIR%%/lib/feature/logger.rb
@@ -20378,6 +20752,10 @@
%%WWWDIR%%/lib/flowdock/git/builder.rb
%%WWWDIR%%/lib/forever.rb
%%WWWDIR%%/lib/generators/gitlab/snowplow_event_definition_generator.rb
+%%WWWDIR%%/lib/generators/gitlab/usage_metric/USAGE
+%%WWWDIR%%/lib/generators/gitlab/usage_metric/templates/instrumentation_class.rb.template
+%%WWWDIR%%/lib/generators/gitlab/usage_metric/templates/instrumentation_class_spec.rb.template
+%%WWWDIR%%/lib/generators/gitlab/usage_metric/usage_metric_generator.rb
%%WWWDIR%%/lib/generators/gitlab/usage_metric_definition/redis_hll_generator.rb
%%WWWDIR%%/lib/generators/gitlab/usage_metric_definition_generator.rb
%%WWWDIR%%/lib/generators/rails/post_deployment_migration/post_deployment_migration_generator.rb
@@ -20515,9 +20893,11 @@
%%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_schema_change.rb
%%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_type_change.rb
%%WWWDIR%%/lib/gitlab/background_migration/cleanup_optimistic_locking_nulls.rb
+%%WWWDIR%%/lib/gitlab/background_migration/cleanup_orphaned_lfs_objects_projects.rb
%%WWWDIR%%/lib/gitlab/background_migration/copy_column.rb
%%WWWDIR%%/lib/gitlab/background_migration/copy_column_using_background_migration_job.rb
%%WWWDIR%%/lib/gitlab/background_migration/copy_merge_request_target_project_to_merge_request_metrics.rb
+%%WWWDIR%%/lib/gitlab/background_migration/disable_expiration_policies_linked_to_no_container_images.rb
%%WWWDIR%%/lib/gitlab/background_migration/drop_invalid_vulnerabilities.rb
%%WWWDIR%%/lib/gitlab/background_migration/fill_valid_time_for_pages_domain_certificate.rb
%%WWWDIR%%/lib/gitlab/background_migration/fix_orphan_promoted_issues.rb
@@ -20596,6 +20976,7 @@
%%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
%%WWWDIR%%/lib/gitlab/background_migration/update_existing_users_that_require_two_factor_auth.rb
+%%WWWDIR%%/lib/gitlab/background_migration/update_jira_tracker_data_deployment_type_based_on_url.rb
%%WWWDIR%%/lib/gitlab/background_migration/update_location_fingerprint_for_container_scanning_findings.rb
%%WWWDIR%%/lib/gitlab/background_migration/update_timelogs_project_id.rb
%%WWWDIR%%/lib/gitlab/background_migration/update_users_where_two_factor_auth_required_from_group.rb
@@ -20667,9 +21048,11 @@
%%WWWDIR%%/lib/gitlab/chat/responder/mattermost.rb
%%WWWDIR%%/lib/gitlab/chat/responder/slack.rb
%%WWWDIR%%/lib/gitlab/chat_name_token.rb
+%%WWWDIR%%/lib/gitlab/checks/base_bulk_checker.rb
%%WWWDIR%%/lib/gitlab/checks/base_checker.rb
+%%WWWDIR%%/lib/gitlab/checks/base_single_checker.rb
%%WWWDIR%%/lib/gitlab/checks/branch_check.rb
-%%WWWDIR%%/lib/gitlab/checks/change_access.rb
+%%WWWDIR%%/lib/gitlab/checks/changes_access.rb
%%WWWDIR%%/lib/gitlab/checks/diff_check.rb
%%WWWDIR%%/lib/gitlab/checks/force_push.rb
%%WWWDIR%%/lib/gitlab/checks/lfs_check.rb
@@ -20680,6 +21063,7 @@
%%WWWDIR%%/lib/gitlab/checks/project_moved.rb
%%WWWDIR%%/lib/gitlab/checks/push_check.rb
%%WWWDIR%%/lib/gitlab/checks/push_file_count_check.rb
+%%WWWDIR%%/lib/gitlab/checks/single_change_access.rb
%%WWWDIR%%/lib/gitlab/checks/snippet_check.rb
%%WWWDIR%%/lib/gitlab/checks/tag_check.rb
%%WWWDIR%%/lib/gitlab/checks/timed_logger.rb
@@ -20815,6 +21199,8 @@
%%WWWDIR%%/lib/gitlab/ci/limit.rb
%%WWWDIR%%/lib/gitlab/ci/lint.rb
%%WWWDIR%%/lib/gitlab/ci/mask_secret.rb
+%%WWWDIR%%/lib/gitlab/ci/matching/build_matcher.rb
+%%WWWDIR%%/lib/gitlab/ci/matching/runner_matcher.rb
%%WWWDIR%%/lib/gitlab/ci/model.rb
%%WWWDIR%%/lib/gitlab/ci/parsers.rb
%%WWWDIR%%/lib/gitlab/ci/parsers/accessibility/pa11y.rb
@@ -20856,6 +21242,7 @@
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/stop_dry_run.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/template_usage.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/validate/abilities.rb
+%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/validate/after_config.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/validate/external.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/validate/repository.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/validate/security_orchestration_policy.rb
@@ -20993,7 +21380,7 @@
%%WWWDIR%%/lib/gitlab/ci/templates/Docker.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Elixir.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Flutter.gitlab-ci.yml
-%%WWWDIR%%/lib/gitlab/ci/templates/Getting-started.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Go.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Gradle.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Grails.gitlab-ci.yml
@@ -21011,6 +21398,8 @@
%%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/SAST.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Secret-Detection.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Test.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Julia.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/LaTeX.gitlab-ci.yml
@@ -21053,7 +21442,6 @@
%%WWWDIR%%/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Security/DAST.latest.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml
-%%WWWDIR%%/lib/gitlab/ci/templates/Security/License-Management.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Security/License-Scanning.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Security/Secret-Detection.gitlab-ci.yml
@@ -21075,7 +21463,6 @@
%%WWWDIR%%/lib/gitlab/ci/templates/iOS-Fastlane.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/index.md
%%WWWDIR%%/lib/gitlab/ci/templates/npm.gitlab-ci.yml
-%%WWWDIR%%/lib/gitlab/ci/templates/npm.latest.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/trace.rb
%%WWWDIR%%/lib/gitlab/ci/trace/checksum.rb
%%WWWDIR%%/lib/gitlab/ci/trace/chunked_io.rb
@@ -21100,7 +21487,6 @@
%%WWWDIR%%/lib/gitlab/closing_issue_extractor.rb
%%WWWDIR%%/lib/gitlab/cluster/lifecycle_events.rb
%%WWWDIR%%/lib/gitlab/cluster/mixins/puma_cluster.rb
-%%WWWDIR%%/lib/gitlab/cluster/mixins/unicorn_http_server.rb
%%WWWDIR%%/lib/gitlab/cluster/puma_worker_killer_initializer.rb
%%WWWDIR%%/lib/gitlab/cluster/puma_worker_killer_observer.rb
%%WWWDIR%%/lib/gitlab/cluster/rack_timeout_observer.rb
@@ -21186,6 +21572,21 @@
%%WWWDIR%%/lib/gitlab/database/date_time.rb
%%WWWDIR%%/lib/gitlab/database/dynamic_model_helpers.rb
%%WWWDIR%%/lib/gitlab/database/grant.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/active_record_proxy.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/connection_proxy.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/host.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/host_list.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/load_balancer.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/logger.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/rack_middleware.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/resolver.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/service_discovery.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/session.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/sidekiq_client_middleware.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/sidekiq_server_middleware.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/srv_resolver.rb
+%%WWWDIR%%/lib/gitlab/database/load_balancing/sticking.rb
%%WWWDIR%%/lib/gitlab/database/loose_index_scan_distinct_count.rb
%%WWWDIR%%/lib/gitlab/database/migration_helpers.rb
%%WWWDIR%%/lib/gitlab/database/migration_helpers/cascading_namespace_settings.rb
@@ -21195,6 +21596,7 @@
%%WWWDIR%%/lib/gitlab/database/migrations/observation.rb
%%WWWDIR%%/lib/gitlab/database/migrations/observers.rb
%%WWWDIR%%/lib/gitlab/database/migrations/observers/migration_observer.rb
+%%WWWDIR%%/lib/gitlab/database/migrations/observers/query_details.rb
%%WWWDIR%%/lib/gitlab/database/migrations/observers/query_log.rb
%%WWWDIR%%/lib/gitlab/database/migrations/observers/query_statistics.rb
%%WWWDIR%%/lib/gitlab/database/migrations/observers/total_database_size_change.rb
@@ -21222,6 +21624,7 @@
%%WWWDIR%%/lib/gitlab/database/postgresql_adapter/dump_schema_versions_mixin.rb
%%WWWDIR%%/lib/gitlab/database/postgresql_adapter/empty_query_ping.rb
%%WWWDIR%%/lib/gitlab/database/postgresql_adapter/force_disconnectable_mixin.rb
+%%WWWDIR%%/lib/gitlab/database/postgresql_adapter/type_map_cache.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
@@ -21341,6 +21744,7 @@
%%WWWDIR%%/lib/gitlab/email/message/in_product_marketing.rb
%%WWWDIR%%/lib/gitlab/email/message/in_product_marketing/base.rb
%%WWWDIR%%/lib/gitlab/email/message/in_product_marketing/create.rb
+%%WWWDIR%%/lib/gitlab/email/message/in_product_marketing/experience.rb
%%WWWDIR%%/lib/gitlab/email/message/in_product_marketing/helper.rb
%%WWWDIR%%/lib/gitlab/email/message/in_product_marketing/team.rb
%%WWWDIR%%/lib/gitlab/email/message/in_product_marketing/trial.rb
@@ -21554,6 +21958,7 @@
%%WWWDIR%%/lib/gitlab/gl_repository/identifier.rb
%%WWWDIR%%/lib/gitlab/gl_repository/repo_type.rb
%%WWWDIR%%/lib/gitlab/global_id.rb
+%%WWWDIR%%/lib/gitlab/global_id/deprecations.rb
%%WWWDIR%%/lib/gitlab/golang.rb
%%WWWDIR%%/lib/gitlab/gon_helper.rb
%%WWWDIR%%/lib/gitlab/gpg.rb
@@ -21570,7 +21975,6 @@
%%WWWDIR%%/lib/gitlab/grape_logging/loggers/queue_duration_logger.rb
%%WWWDIR%%/lib/gitlab/grape_logging/loggers/route_logger.rb
%%WWWDIR%%/lib/gitlab/grape_logging/loggers/user_logger.rb
-%%WWWDIR%%/lib/gitlab/graphql.rb
%%WWWDIR%%/lib/gitlab/graphql/authorize/authorize_resource.rb
%%WWWDIR%%/lib/gitlab/graphql/authorize/connection_filter_extension.rb
%%WWWDIR%%/lib/gitlab/graphql/authorize/object_authorization.rb
@@ -21581,9 +21985,6 @@
%%WWWDIR%%/lib/gitlab/graphql/copy_field_description.rb
%%WWWDIR%%/lib/gitlab/graphql/deferred.rb
%%WWWDIR%%/lib/gitlab/graphql/deprecation.rb
-%%WWWDIR%%/lib/gitlab/graphql/docs/helper.rb
-%%WWWDIR%%/lib/gitlab/graphql/docs/renderer.rb
-%%WWWDIR%%/lib/gitlab/graphql/docs/templates/default.md.haml
%%WWWDIR%%/lib/gitlab/graphql/errors.rb
%%WWWDIR%%/lib/gitlab/graphql/expose_permissions.rb
%%WWWDIR%%/lib/gitlab/graphql/extensions/externally_paginated_array_extension.rb
@@ -21622,6 +22023,7 @@
%%WWWDIR%%/lib/gitlab/graphql/query_analyzers/recursion_analyzer.rb
%%WWWDIR%%/lib/gitlab/graphql/representation/submodule_tree_entry.rb
%%WWWDIR%%/lib/gitlab/graphql/representation/tree_entry.rb
+%%WWWDIR%%/lib/gitlab/graphql/standard_graphql_error.rb
%%WWWDIR%%/lib/gitlab/graphql/timeout.rb
%%WWWDIR%%/lib/gitlab/graphql/variables.rb
%%WWWDIR%%/lib/gitlab/graphql_logger.rb
@@ -21642,9 +22044,9 @@
%%WWWDIR%%/lib/gitlab/health_checks/redis/queues_check.rb
%%WWWDIR%%/lib/gitlab/health_checks/redis/redis_check.rb
%%WWWDIR%%/lib/gitlab/health_checks/redis/shared_state_check.rb
+%%WWWDIR%%/lib/gitlab/health_checks/redis/trace_chunks_check.rb
%%WWWDIR%%/lib/gitlab/health_checks/result.rb
%%WWWDIR%%/lib/gitlab/health_checks/simple_abstract_check.rb
-%%WWWDIR%%/lib/gitlab/health_checks/unicorn_check.rb
%%WWWDIR%%/lib/gitlab/highlight.rb
%%WWWDIR%%/lib/gitlab/hook_data/base_builder.rb
%%WWWDIR%%/lib/gitlab/hook_data/group_builder.rb
@@ -21783,6 +22185,7 @@
%%WWWDIR%%/lib/gitlab/jwt_authenticatable.rb
%%WWWDIR%%/lib/gitlab/jwt_token.rb
%%WWWDIR%%/lib/gitlab/kas.rb
+%%WWWDIR%%/lib/gitlab/kas/client.rb
%%WWWDIR%%/lib/gitlab/kroki.rb
%%WWWDIR%%/lib/gitlab/kubernetes.rb
%%WWWDIR%%/lib/gitlab/kubernetes/cilium_network_policy.rb
@@ -21795,7 +22198,6 @@
%%WWWDIR%%/lib/gitlab/kubernetes/generic_secret.rb
%%WWWDIR%%/lib/gitlab/kubernetes/helm.rb
%%WWWDIR%%/lib/gitlab/kubernetes/helm/api.rb
-%%WWWDIR%%/lib/gitlab/kubernetes/helm/parsers/list_v2.rb
%%WWWDIR%%/lib/gitlab/kubernetes/helm/pod.rb
%%WWWDIR%%/lib/gitlab/kubernetes/helm/v2/base_command.rb
%%WWWDIR%%/lib/gitlab/kubernetes/helm/v2/certificate.rb
@@ -21929,7 +22331,6 @@
%%WWWDIR%%/lib/gitlab/metrics/samplers/puma_sampler.rb
%%WWWDIR%%/lib/gitlab/metrics/samplers/ruby_sampler.rb
%%WWWDIR%%/lib/gitlab/metrics/samplers/threads_sampler.rb
-%%WWWDIR%%/lib/gitlab/metrics/samplers/unicorn_sampler.rb
%%WWWDIR%%/lib/gitlab/metrics/subscribers/action_cable.rb
%%WWWDIR%%/lib/gitlab/metrics/subscribers/action_view.rb
%%WWWDIR%%/lib/gitlab/metrics/subscribers/active_record.rb
@@ -21991,12 +22392,14 @@
%%WWWDIR%%/lib/gitlab/pagination/keyset/order.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset/page.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset/pager.rb
+%%WWWDIR%%/lib/gitlab/pagination/keyset/paginator.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset/request_context.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset/simple_order_builder.rb
%%WWWDIR%%/lib/gitlab/pagination/offset_header_builder.rb
%%WWWDIR%%/lib/gitlab/pagination/offset_pagination.rb
-%%WWWDIR%%/lib/gitlab/patch/action_dispatch_journey_formatter.rb
%%WWWDIR%%/lib/gitlab/patch/draw_route.rb
+%%WWWDIR%%/lib/gitlab/patch/global_id.rb
+%%WWWDIR%%/lib/gitlab/patch/hangouts_chat_http_override.rb
%%WWWDIR%%/lib/gitlab/patch/prependable.rb
%%WWWDIR%%/lib/gitlab/patch/sprockets_base_file_digest_key.rb
%%WWWDIR%%/lib/gitlab/path_regex.rb
@@ -22084,6 +22487,7 @@
%%WWWDIR%%/lib/gitlab/redis/hll.rb
%%WWWDIR%%/lib/gitlab/redis/queues.rb
%%WWWDIR%%/lib/gitlab/redis/shared_state.rb
+%%WWWDIR%%/lib/gitlab/redis/trace_chunks.rb
%%WWWDIR%%/lib/gitlab/redis/wrapper.rb
%%WWWDIR%%/lib/gitlab/reference_counter.rb
%%WWWDIR%%/lib/gitlab/reference_extractor.rb
@@ -22116,6 +22520,7 @@
%%WWWDIR%%/lib/gitlab/routing.rb
%%WWWDIR%%/lib/gitlab/rugged_instrumentation.rb
%%WWWDIR%%/lib/gitlab/runtime.rb
+%%WWWDIR%%/lib/gitlab/saas.rb
%%WWWDIR%%/lib/gitlab/safe_request_store.rb
%%WWWDIR%%/lib/gitlab/sample_data_template.rb
%%WWWDIR%%/lib/gitlab/sanitizers/exif.rb
@@ -22192,7 +22597,9 @@
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/request_store_middleware.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/server_metrics.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/size_limiter/client.rb
+%%WWWDIR%%/lib/gitlab/sidekiq_middleware/size_limiter/compressor.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/size_limiter/exceed_limit_error.rb
+%%WWWDIR%%/lib/gitlab/sidekiq_middleware/size_limiter/server.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/size_limiter/validator.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/worker_context.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/worker_context/client.rb
@@ -22329,16 +22736,18 @@
%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/count_boards_metric.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/count_issues_metric.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/count_users_creating_issues_metric.rb
-%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/count_users_using_approve_quick_action_metric.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/database_metric.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/generic_metric.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/hostname_metric.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/redis_hll_metric.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/instrumentations/uuid_metric.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/key_path_processor.rb
+%%WWWDIR%%/lib/gitlab/usage/metrics/name_suggestion.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/names_suggestions/generator.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/constraints.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/joins.rb
+%%WWWDIR%%/lib/gitlab/usage/metrics/query.rb
+%%WWWDIR%%/lib/gitlab/usage/time_frame.rb
%%WWWDIR%%/lib/gitlab/usage_counters/common.rb
%%WWWDIR%%/lib/gitlab/usage_counters/pod_logs.rb
%%WWWDIR%%/lib/gitlab/usage_data.rb
@@ -22447,9 +22856,9 @@
%%WWWDIR%%/lib/kramdown/parser/atlassian_document_format.rb
%%WWWDIR%%/lib/learn_gitlab/onboarding.rb
%%WWWDIR%%/lib/learn_gitlab/project.rb
+%%WWWDIR%%/lib/mattermost.rb
%%WWWDIR%%/lib/mattermost/client.rb
%%WWWDIR%%/lib/mattermost/command.rb
-%%WWWDIR%%/lib/mattermost/error.rb
%%WWWDIR%%/lib/mattermost/session.rb
%%WWWDIR%%/lib/mattermost/team.rb
%%WWWDIR%%/lib/microsoft_teams/activity.rb
@@ -22467,6 +22876,7 @@
%%WWWDIR%%/lib/peek/views/external_http.rb
%%WWWDIR%%/lib/peek/views/gitaly.rb
%%WWWDIR%%/lib/peek/views/host.rb
+%%WWWDIR%%/lib/peek/views/memory.rb
%%WWWDIR%%/lib/peek/views/redis_detailed.rb
%%WWWDIR%%/lib/peek/views/rugged.rb
%%WWWDIR%%/lib/peek/views/tracing.rb
@@ -24723,8 +25133,14 @@
%%WWWDIR%%/qa/qa/page/project/artifact/show.rb
%%WWWDIR%%/qa/qa/page/project/branches/show.rb
%%WWWDIR%%/qa/qa/page/project/commit/show.rb
+%%WWWDIR%%/qa/qa/page/project/deployments/environments/index.rb
+%%WWWDIR%%/qa/qa/page/project/deployments/environments/show.rb
%%WWWDIR%%/qa/qa/page/project/fork/new.rb
%%WWWDIR%%/qa/qa/page/project/import/github.rb
+%%WWWDIR%%/qa/qa/page/project/infrastructure/kubernetes/add.rb
+%%WWWDIR%%/qa/qa/page/project/infrastructure/kubernetes/add_existing.rb
+%%WWWDIR%%/qa/qa/page/project/infrastructure/kubernetes/index.rb
+%%WWWDIR%%/qa/qa/page/project/infrastructure/kubernetes/show.rb
%%WWWDIR%%/qa/qa/page/project/issue/index.rb
%%WWWDIR%%/qa/qa/page/project/issue/jira_import.rb
%%WWWDIR%%/qa/qa/page/project/issue/new.rb
@@ -24734,15 +25150,9 @@
%%WWWDIR%%/qa/qa/page/project/menu.rb
%%WWWDIR%%/qa/qa/page/project/milestone/index.rb
%%WWWDIR%%/qa/qa/page/project/milestone/new.rb
+%%WWWDIR%%/qa/qa/page/project/monitor/incidents/index.rb
+%%WWWDIR%%/qa/qa/page/project/monitor/metrics/show.rb
%%WWWDIR%%/qa/qa/page/project/new.rb
-%%WWWDIR%%/qa/qa/page/project/operations/environments/index.rb
-%%WWWDIR%%/qa/qa/page/project/operations/environments/show.rb
-%%WWWDIR%%/qa/qa/page/project/operations/incidents/index.rb
-%%WWWDIR%%/qa/qa/page/project/operations/kubernetes/add.rb
-%%WWWDIR%%/qa/qa/page/project/operations/kubernetes/add_existing.rb
-%%WWWDIR%%/qa/qa/page/project/operations/kubernetes/index.rb
-%%WWWDIR%%/qa/qa/page/project/operations/kubernetes/show.rb
-%%WWWDIR%%/qa/qa/page/project/operations/metrics/show.rb
%%WWWDIR%%/qa/qa/page/project/packages/index.rb
%%WWWDIR%%/qa/qa/page/project/packages/show.rb
%%WWWDIR%%/qa/qa/page/project/pipeline/index.rb
@@ -24751,18 +25161,18 @@
%%WWWDIR%%/qa/qa/page/project/registry/show.rb
%%WWWDIR%%/qa/qa/page/project/settings/access_tokens.rb
%%WWWDIR%%/qa/qa/page/project/settings/advanced.rb
+%%WWWDIR%%/qa/qa/page/project/settings/alerts.rb
%%WWWDIR%%/qa/qa/page/project/settings/auto_devops.rb
%%WWWDIR%%/qa/qa/page/project/settings/ci_cd.rb
%%WWWDIR%%/qa/qa/page/project/settings/ci_variables.rb
%%WWWDIR%%/qa/qa/page/project/settings/deploy_keys.rb
%%WWWDIR%%/qa/qa/page/project/settings/deploy_tokens.rb
%%WWWDIR%%/qa/qa/page/project/settings/general_pipelines.rb
-%%WWWDIR%%/qa/qa/page/project/settings/incidents.rb
%%WWWDIR%%/qa/qa/page/project/settings/integrations.rb
%%WWWDIR%%/qa/qa/page/project/settings/main.rb
%%WWWDIR%%/qa/qa/page/project/settings/merge_request.rb
%%WWWDIR%%/qa/qa/page/project/settings/mirroring_repositories.rb
-%%WWWDIR%%/qa/qa/page/project/settings/operations.rb
+%%WWWDIR%%/qa/qa/page/project/settings/monitor.rb
%%WWWDIR%%/qa/qa/page/project/settings/protected_branches.rb
%%WWWDIR%%/qa/qa/page/project/settings/protected_tags.rb
%%WWWDIR%%/qa/qa/page/project/settings/repository.rb
@@ -24777,8 +25187,10 @@
%%WWWDIR%%/qa/qa/page/project/snippet/show.rb
%%WWWDIR%%/qa/qa/page/project/sub_menus/ci_cd.rb
%%WWWDIR%%/qa/qa/page/project/sub_menus/common.rb
+%%WWWDIR%%/qa/qa/page/project/sub_menus/deployments.rb
+%%WWWDIR%%/qa/qa/page/project/sub_menus/infrastructure.rb
%%WWWDIR%%/qa/qa/page/project/sub_menus/issues.rb
-%%WWWDIR%%/qa/qa/page/project/sub_menus/operations.rb
+%%WWWDIR%%/qa/qa/page/project/sub_menus/monitor.rb
%%WWWDIR%%/qa/qa/page/project/sub_menus/packages.rb
%%WWWDIR%%/qa/qa/page/project/sub_menus/project.rb
%%WWWDIR%%/qa/qa/page/project/sub_menus/repository.rb
@@ -24816,11 +25228,12 @@
%%WWWDIR%%/qa/qa/resource/fork.rb
%%WWWDIR%%/qa/qa/resource/group.rb
%%WWWDIR%%/qa/qa/resource/group_base.rb
+%%WWWDIR%%/qa/qa/resource/group_label.rb
%%WWWDIR%%/qa/qa/resource/group_milestone.rb
%%WWWDIR%%/qa/qa/resource/issue.rb
%%WWWDIR%%/qa/qa/resource/kubernetes_cluster/base.rb
%%WWWDIR%%/qa/qa/resource/kubernetes_cluster/project_cluster.rb
-%%WWWDIR%%/qa/qa/resource/label.rb
+%%WWWDIR%%/qa/qa/resource/label_base.rb
%%WWWDIR%%/qa/qa/resource/members.rb
%%WWWDIR%%/qa/qa/resource/merge_request.rb
%%WWWDIR%%/qa/qa/resource/merge_request_from_fork.rb
@@ -24832,6 +25245,7 @@
%%WWWDIR%%/qa/qa/resource/project_access_token.rb
%%WWWDIR%%/qa/qa/resource/project_imported_from_github.rb
%%WWWDIR%%/qa/qa/resource/project_issue_note.rb
+%%WWWDIR%%/qa/qa/resource/project_label.rb
%%WWWDIR%%/qa/qa/resource/project_member.rb
%%WWWDIR%%/qa/qa/resource/project_milestone.rb
%%WWWDIR%%/qa/qa/resource/project_snippet.rb
@@ -24852,6 +25266,7 @@
%%WWWDIR%%/qa/qa/resource/wiki/group_page.rb
%%WWWDIR%%/qa/qa/resource/wiki/project_page.rb
%%WWWDIR%%/qa/qa/runtime/address.rb
+%%WWWDIR%%/qa/qa/runtime/allure_report.rb
%%WWWDIR%%/qa/qa/runtime/api/client.rb
%%WWWDIR%%/qa/qa/runtime/api/repository_storage_moves.rb
%%WWWDIR%%/qa/qa/runtime/api/request.rb
@@ -25154,6 +25569,7 @@
%%WWWDIR%%/qa/spec/specs/parallel_runner_spec.rb
%%WWWDIR%%/qa/spec/specs/runner_spec.rb
%%WWWDIR%%/qa/spec/support/helpers/stub_env.rb
+%%WWWDIR%%/qa/spec/support/matchers/eventually_matcher.rb
%%WWWDIR%%/qa/spec/support/matchers/have_matcher.rb
%%WWWDIR%%/qa/spec/support/matchers/have_text.rb
%%WWWDIR%%/qa/spec/support/repeater_spec.rb
@@ -25167,6 +25583,11 @@
%%WWWDIR%%/qa/tls_certificates/authority/ca.crt
%%WWWDIR%%/qa/tls_certificates/authority/ca.key
%%WWWDIR%%/qa/tls_certificates/authority/ca.pem
+%%WWWDIR%%/qa/tls_certificates/client/client.crt
+%%WWWDIR%%/qa/tls_certificates/client/client.csr
+%%WWWDIR%%/qa/tls_certificates/client/client.key
+%%WWWDIR%%/qa/tls_certificates/client/client.pem
+%%WWWDIR%%/qa/tls_certificates/client/client.pfx
%%WWWDIR%%/rubocop/code_reuse_helpers.rb
%%WWWDIR%%/rubocop/cop/active_model_errors_direct_manipulation.rb
%%WWWDIR%%/rubocop/cop/active_record_association_reload.rb
@@ -25273,6 +25694,8 @@
%%WWWDIR%%/rubocop/cop/static_translation_definition.rb
%%WWWDIR%%/rubocop/cop/style/regexp_literal_mixed_preserve.rb
%%WWWDIR%%/rubocop/cop/usage_data/distinct_count_by_large_foreign_key.rb
+%%WWWDIR%%/rubocop/cop/usage_data/histogram_with_large_table.rb
+%%WWWDIR%%/rubocop/cop/usage_data/instrumentation_superclass.rb
%%WWWDIR%%/rubocop/cop/usage_data/large_table.rb
%%WWWDIR%%/rubocop/cop/user_admin.rb
%%WWWDIR%%/rubocop/migration_helpers.rb
@@ -25302,6 +25725,15 @@
%%WWWDIR%%/scripts/frontend/merge_coverage_frontend.js
%%WWWDIR%%/scripts/frontend/parallel_ci_sequencer.js
%%WWWDIR%%/scripts/frontend/postinstall.js
+%%WWWDIR%%/scripts/frontend/startup_css/clean_css.js
+%%WWWDIR%%/scripts/frontend/startup_css/constants.js
+%%WWWDIR%%/scripts/frontend/startup_css/get_css_path.js
+%%WWWDIR%%/scripts/frontend/startup_css/get_startup_css.js
+%%WWWDIR%%/scripts/frontend/startup_css/main.js
+%%WWWDIR%%/scripts/frontend/startup_css/setup.sh
+%%WWWDIR%%/scripts/frontend/startup_css/startup_css_changed.sh
+%%WWWDIR%%/scripts/frontend/startup_css/utils.js
+%%WWWDIR%%/scripts/frontend/startup_css/write_startup_scss.js
%%WWWDIR%%/scripts/frontend/stylelint/stylelint-duplicate-selectors.js
%%WWWDIR%%/scripts/frontend/stylelint/stylelint-utility-classes.js
%%WWWDIR%%/scripts/frontend/stylelint/stylelint-utility-map.js
@@ -25317,7 +25749,6 @@
%%WWWDIR%%/scripts/gitaly-test-build
%%WWWDIR%%/scripts/gitaly-test-spawn
%%WWWDIR%%/scripts/insert-rspec-profiling-data
-%%WWWDIR%%/scripts/lint-changelog-filenames
%%WWWDIR%%/scripts/lint-conflicts.sh
%%WWWDIR%%/scripts/lint-doc.sh
%%WWWDIR%%/scripts/lint-rugged
@@ -25352,7 +25783,6 @@
%%WWWDIR%%/scripts/verify-tff-mapping
%%WWWDIR%%/security.txt
%%WWWDIR%%/spec/benchmarks/banzai_benchmark.rb
-%%WWWDIR%%/spec/bin/changelog_spec.rb
%%WWWDIR%%/spec/bin/feature_flag_spec.rb
%%WWWDIR%%/spec/bin/sidekiq_cluster_spec.rb
%%WWWDIR%%/spec/channels/application_cable/connection_spec.rb
@@ -25365,7 +25795,7 @@
%%WWWDIR%%/spec/config/smime_signature_settings_spec.rb
%%WWWDIR%%/spec/controllers/abuse_reports_controller_spec.rb
%%WWWDIR%%/spec/controllers/acme_challenges_controller_spec.rb
-%%WWWDIR%%/spec/controllers/admin/appearances_controller_spec.rb
+%%WWWDIR%%/spec/controllers/admin/application_settings/appearances_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/application_settings_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/applications_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/ci/variables_controller_spec.rb
@@ -25501,6 +25931,7 @@
%%WWWDIR%%/spec/controllers/projects/alert_management_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/alerting/notifications_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/analytics/cycle_analytics/stages_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/analytics/cycle_analytics/summary_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/analytics/cycle_analytics/value_streams_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/artifacts_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/autocomplete_sources_controller_spec.rb
@@ -25559,6 +25990,7 @@
%%WWWDIR%%/spec/controllers/projects/milestones_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/mirrors_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/notes_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/packages/infrastructure_registry_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/pages_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/pages_domains_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/performance_monitoring/dashboards_controller_spec.rb
@@ -25632,6 +26064,7 @@
%%WWWDIR%%/spec/dependencies/omniauth_saml_spec.rb
%%WWWDIR%%/spec/deprecation_toolkit_env.rb
%%WWWDIR%%/spec/docs_screenshots/container_registry_docs.rb
+%%WWWDIR%%/spec/docs_screenshots/wiki_docs.rb
%%WWWDIR%%/spec/experiments/application_experiment_spec.rb
%%WWWDIR%%/spec/experiments/concerns/project_commit_count_spec.rb
%%WWWDIR%%/spec/experiments/empty_repo_upload_experiment_spec.rb
@@ -25679,6 +26112,7 @@
%%WWWDIR%%/spec/factories/ci/group_variables.rb
%%WWWDIR%%/spec/factories/ci/instance_variables.rb
%%WWWDIR%%/spec/factories/ci/job_artifacts.rb
+%%WWWDIR%%/spec/factories/ci/job_token/project_scope_links.rb
%%WWWDIR%%/spec/factories/ci/job_variables.rb
%%WWWDIR%%/spec/factories/ci/pipeline_artifacts.rb
%%WWWDIR%%/spec/factories/ci/pipeline_schedule.rb
@@ -25831,6 +26265,7 @@
%%WWWDIR%%/spec/factories/packages/build_info.rb
%%WWWDIR%%/spec/factories/packages/debian/component_file.rb
%%WWWDIR%%/spec/factories/packages/debian/distribution.rb
+%%WWWDIR%%/spec/factories/packages/debian/distribution_key.rb
%%WWWDIR%%/spec/factories/packages/debian/file_metadatum.rb
%%WWWDIR%%/spec/factories/packages/debian/group_architecture.rb
%%WWWDIR%%/spec/factories/packages/debian/group_component.rb
@@ -25964,6 +26399,7 @@
%%WWWDIR%%/spec/features/admin/admin_requests_profiles_spec.rb
%%WWWDIR%%/spec/features/admin/admin_runners_spec.rb
%%WWWDIR%%/spec/features/admin/admin_search_settings_spec.rb
+%%WWWDIR%%/spec/features/admin/admin_sees_background_migrations_spec.rb
%%WWWDIR%%/spec/features/admin/admin_sees_project_statistics_spec.rb
%%WWWDIR%%/spec/features/admin/admin_sees_projects_statistics_spec.rb
%%WWWDIR%%/spec/features/admin/admin_serverless_domains_spec.rb
@@ -25972,9 +26408,9 @@
%%WWWDIR%%/spec/features/admin/admin_users_impersonation_tokens_spec.rb
%%WWWDIR%%/spec/features/admin/admin_users_spec.rb
%%WWWDIR%%/spec/features/admin/admin_uses_repository_checks_spec.rb
-%%WWWDIR%%/spec/features/admin/clusters/applications_spec.rb
%%WWWDIR%%/spec/features/admin/clusters/eks_spec.rb
%%WWWDIR%%/spec/features/admin/dashboard_spec.rb
+%%WWWDIR%%/spec/features/admin/integrations/user_activates_mattermost_slash_command_spec.rb
%%WWWDIR%%/spec/features/admin/services/admin_visits_service_templates_spec.rb
%%WWWDIR%%/spec/features/admin/users/user_spec.rb
%%WWWDIR%%/spec/features/admin/users/users_spec.rb
@@ -26013,7 +26449,6 @@
%%WWWDIR%%/spec/features/canonical_link_spec.rb
%%WWWDIR%%/spec/features/clusters/cluster_detail_page_spec.rb
%%WWWDIR%%/spec/features/clusters/cluster_health_dashboard_spec.rb
-%%WWWDIR%%/spec/features/clusters/installing_applications_shared_examples.rb
%%WWWDIR%%/spec/features/commit_spec.rb
%%WWWDIR%%/spec/features/commits/user_uses_quick_actions_spec.rb
%%WWWDIR%%/spec/features/commits/user_view_commits_spec.rb
@@ -26076,7 +26511,6 @@
%%WWWDIR%%/spec/features/groups/activity_spec.rb
%%WWWDIR%%/spec/features/groups/board_sidebar_spec.rb
%%WWWDIR%%/spec/features/groups/board_spec.rb
-%%WWWDIR%%/spec/features/groups/clusters/applications_spec.rb
%%WWWDIR%%/spec/features/groups/clusters/eks_spec.rb
%%WWWDIR%%/spec/features/groups/clusters/user_spec.rb
%%WWWDIR%%/spec/features/groups/container_registry_spec.rb
@@ -26087,6 +26521,7 @@
%%WWWDIR%%/spec/features/groups/import_export/connect_instance_spec.rb
%%WWWDIR%%/spec/features/groups/import_export/export_file_spec.rb
%%WWWDIR%%/spec/features/groups/import_export/import_file_spec.rb
+%%WWWDIR%%/spec/features/groups/integrations/user_activates_mattermost_slash_command_spec.rb
%%WWWDIR%%/spec/features/groups/issues_spec.rb
%%WWWDIR%%/spec/features/groups/labels/create_spec.rb
%%WWWDIR%%/spec/features/groups/labels/edit_spec.rb
@@ -26234,6 +26669,7 @@
%%WWWDIR%%/spec/features/merge_request/user_edits_assignees_sidebar_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_edits_merge_request_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_edits_mr_spec.rb
+%%WWWDIR%%/spec/features/merge_request/user_edits_reviewers_sidebar_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_expands_diff_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_invites_from_a_comment_spec.rb
@@ -26318,6 +26754,7 @@
%%WWWDIR%%/spec/features/milestones/user_views_milestone_spec.rb
%%WWWDIR%%/spec/features/milestones/user_views_milestones_spec.rb
%%WWWDIR%%/spec/features/monitor_sidebar_link_spec.rb
+%%WWWDIR%%/spec/features/nav/top_nav_responsive_spec.rb
%%WWWDIR%%/spec/features/oauth_login_spec.rb
%%WWWDIR%%/spec/features/oauth_provider_authorize_spec.rb
%%WWWDIR%%/spec/features/participants_autocomplete_spec.rb
@@ -26377,7 +26814,6 @@
%%WWWDIR%%/spec/features/projects/ci/editor_spec.rb
%%WWWDIR%%/spec/features/projects/ci/lint_spec.rb
%%WWWDIR%%/spec/features/projects/classification_label_on_project_pages_spec.rb
-%%WWWDIR%%/spec/features/projects/clusters/applications_spec.rb
%%WWWDIR%%/spec/features/projects/clusters/eks_spec.rb
%%WWWDIR%%/spec/features/projects/clusters/gcp_spec.rb
%%WWWDIR%%/spec/features/projects/clusters/user_spec.rb
@@ -26444,9 +26880,13 @@
%%WWWDIR%%/spec/features/projects/import_export/export_file_spec.rb
%%WWWDIR%%/spec/features/projects/import_export/import_file_spec.rb
%%WWWDIR%%/spec/features/projects/import_export/test_project_export.tar.gz
+%%WWWDIR%%/spec/features/projects/infrastructure_registry_spec.rb
%%WWWDIR%%/spec/features/projects/integrations/user_activates_asana_spec.rb
%%WWWDIR%%/spec/features/projects/integrations/user_activates_assembla_spec.rb
%%WWWDIR%%/spec/features/projects/integrations/user_activates_atlassian_bamboo_ci_spec.rb
+%%WWWDIR%%/spec/features/projects/integrations/user_activates_flowdock_spec.rb
+%%WWWDIR%%/spec/features/projects/integrations/user_activates_jira_spec.rb
+%%WWWDIR%%/spec/features/projects/integrations/user_activates_pivotaltracker_spec.rb
%%WWWDIR%%/spec/features/projects/issuable_templates_spec.rb
%%WWWDIR%%/spec/features/projects/issues/design_management/user_links_to_designs_in_issue_spec.rb
%%WWWDIR%%/spec/features/projects/issues/design_management/user_paginates_designs_spec.rb
@@ -26524,14 +26964,11 @@
%%WWWDIR%%/spec/features/projects/services/disable_triggers_spec.rb
%%WWWDIR%%/spec/features/projects/services/prometheus_external_alerts_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_emails_on_push_spec.rb
-%%WWWDIR%%/spec/features/projects/services/user_activates_flowdock_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_irker_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_issue_tracker_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_jetbrains_teamcity_ci_spec.rb
-%%WWWDIR%%/spec/features/projects/services/user_activates_jira_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_packagist_spec.rb
-%%WWWDIR%%/spec/features/projects/services/user_activates_pivotaltracker_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_prometheus_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_pushover_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_slack_notifications_spec.rb
@@ -26770,6 +27207,7 @@
%%WWWDIR%%/spec/finders/packages/go/version_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/group_or_project_package_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/group_packages_finder_spec.rb
+%%WWWDIR%%/spec/finders/packages/helm/package_files_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/maven/package_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/npm/package_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/nuget/package_finder_spec.rb
@@ -26825,6 +27263,7 @@
%%WWWDIR%%/spec/fixtures/api/graphql/recursive-query-edges-node.graphql
%%WWWDIR%%/spec/fixtures/api/graphql/recursive-query-nodes.graphql
%%WWWDIR%%/spec/fixtures/api/graphql/small-recursive-introspection.graphql
+%%WWWDIR%%/spec/fixtures/api/schemas/analytics/cycle_analytics/summary.json
%%WWWDIR%%/spec/fixtures/api/schemas/board.json
%%WWWDIR%%/spec/fixtures/api/schemas/boards.json
%%WWWDIR%%/spec/fixtures/api/schemas/branch.json
@@ -26918,6 +27357,7 @@
%%WWWDIR%%/spec/fixtures/api/schemas/graphql/packages/package_details.json
%%WWWDIR%%/spec/fixtures/api/schemas/graphql/packages/package_maven_metadata.json
%%WWWDIR%%/spec/fixtures/api/schemas/graphql/packages/package_nuget_metadata.json
+%%WWWDIR%%/spec/fixtures/api/schemas/graphql/packages/package_pypi_metadata.json
%%WWWDIR%%/spec/fixtures/api/schemas/group_link/group_group_link.json
%%WWWDIR%%/spec/fixtures/api/schemas/group_link/group_group_links.json
%%WWWDIR%%/spec/fixtures/api/schemas/group_link/group_link.json
@@ -27101,7 +27541,12 @@
%%WWWDIR%%/spec/fixtures/blockquote_fence_after.md
%%WWWDIR%%/spec/fixtures/blockquote_fence_before.md
%%WWWDIR%%/spec/fixtures/build.env.gz
-%%WWWDIR%%/spec/fixtures/bulk_imports/labels.ndjson.gz
+%%WWWDIR%%/spec/fixtures/bulk_imports/boards.ndjson
+%%WWWDIR%%/spec/fixtures/bulk_imports/gz/boards.ndjson.gz
+%%WWWDIR%%/spec/fixtures/bulk_imports/gz/labels.ndjson.gz
+%%WWWDIR%%/spec/fixtures/bulk_imports/gz/milestones.ndjson.gz
+%%WWWDIR%%/spec/fixtures/bulk_imports/labels.ndjson
+%%WWWDIR%%/spec/fixtures/bulk_imports/milestones.ndjson
%%WWWDIR%%/spec/fixtures/ce_sample_schema.json
%%WWWDIR%%/spec/fixtures/ci_build_artifacts.zip
%%WWWDIR%%/spec/fixtures/ci_build_artifacts_metadata.gz
@@ -27125,26 +27570,11 @@
%%WWWDIR%%/spec/fixtures/config/mail_room_disabled.yml
%%WWWDIR%%/spec/fixtures/config/mail_room_enabled.yml
%%WWWDIR%%/spec/fixtures/config/mail_room_enabled_ms_graph.yml
-%%WWWDIR%%/spec/fixtures/config/redis_cache_config_with_env.yml
-%%WWWDIR%%/spec/fixtures/config/redis_cache_new_format_host.yml
-%%WWWDIR%%/spec/fixtures/config/redis_cache_new_format_socket.yml
-%%WWWDIR%%/spec/fixtures/config/redis_cache_old_format_host.yml
-%%WWWDIR%%/spec/fixtures/config/redis_cache_old_format_socket.yml
%%WWWDIR%%/spec/fixtures/config/redis_config_with_env.yml
%%WWWDIR%%/spec/fixtures/config/redis_new_format_host.yml
%%WWWDIR%%/spec/fixtures/config/redis_new_format_socket.yml
%%WWWDIR%%/spec/fixtures/config/redis_old_format_host.yml
%%WWWDIR%%/spec/fixtures/config/redis_old_format_socket.yml
-%%WWWDIR%%/spec/fixtures/config/redis_queues_config_with_env.yml
-%%WWWDIR%%/spec/fixtures/config/redis_queues_new_format_host.yml
-%%WWWDIR%%/spec/fixtures/config/redis_queues_new_format_socket.yml
-%%WWWDIR%%/spec/fixtures/config/redis_queues_old_format_host.yml
-%%WWWDIR%%/spec/fixtures/config/redis_queues_old_format_socket.yml
-%%WWWDIR%%/spec/fixtures/config/redis_shared_state_config_with_env.yml
-%%WWWDIR%%/spec/fixtures/config/redis_shared_state_new_format_host.yml
-%%WWWDIR%%/spec/fixtures/config/redis_shared_state_new_format_socket.yml
-%%WWWDIR%%/spec/fixtures/config/redis_shared_state_old_format_host.yml
-%%WWWDIR%%/spec/fixtures/config/redis_shared_state_old_format_socket.yml
%%WWWDIR%%/spec/fixtures/container_registry/config_blob.json
%%WWWDIR%%/spec/fixtures/container_registry/config_blob_helm.json
%%WWWDIR%%/spec/fixtures/container_registry/tag_manifest.json
@@ -27160,6 +27590,10 @@
%%WWWDIR%%/spec/fixtures/dependency_proxy/a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4.gz
%%WWWDIR%%/spec/fixtures/dependency_proxy/manifest
%%WWWDIR%%/spec/fixtures/dk.png
+%%WWWDIR%%/spec/fixtures/dns/a_rr.json
+%%WWWDIR%%/spec/fixtures/dns/a_with_aaaa_rr_in_additional_section.json
+%%WWWDIR%%/spec/fixtures/dns/aaaa_rr.json
+%%WWWDIR%%/spec/fixtures/dns/srv_with_a_rr_in_additional_section.json
%%WWWDIR%%/spec/fixtures/doc_sample.txt
%%WWWDIR%%/spec/fixtures/domain_denylist.txt
%%WWWDIR%%/spec/fixtures/emails/.gitattributes
@@ -27235,13 +27669,6 @@
%%WWWDIR%%/spec/fixtures/group.json
%%WWWDIR%%/spec/fixtures/group_export.tar.gz
%%WWWDIR%%/spec/fixtures/group_export_invalid_subrelations.tar.gz
-%%WWWDIR%%/spec/fixtures/helm/helm_list_v2_cilium_deployed.json.gz
-%%WWWDIR%%/spec/fixtures/helm/helm_list_v2_cilium_failed.json.gz
-%%WWWDIR%%/spec/fixtures/helm/helm_list_v2_cilium_missing.json.gz
-%%WWWDIR%%/spec/fixtures/helm/helm_list_v2_empty_blob.json.gz
-%%WWWDIR%%/spec/fixtures/helm/helm_list_v2_prometheus_deployed.json.gz
-%%WWWDIR%%/spec/fixtures/helm/helm_list_v2_prometheus_failed.json.gz
-%%WWWDIR%%/spec/fixtures/helm/helm_list_v2_prometheus_missing.json.gz
%%WWWDIR%%/spec/fixtures/importers/bitbucket_server/activities.json
%%WWWDIR%%/spec/fixtures/importers/bitbucket_server/pull_request.json
%%WWWDIR%%/spec/fixtures/invalid.po
@@ -27281,6 +27708,8 @@
%%WWWDIR%%/spec/fixtures/lib/generators/gitlab/usage_metric_definition_generator/sample_metric.yml
%%WWWDIR%%/spec/fixtures/lib/generators/gitlab/usage_metric_definition_generator/sample_metric_with_ee.yml
%%WWWDIR%%/spec/fixtures/lib/generators/gitlab/usage_metric_definition_generator/sample_metric_with_name_suggestions.yml
+%%WWWDIR%%/spec/fixtures/lib/generators/gitlab/usage_metric_generator/sample_metric.rb
+%%WWWDIR%%/spec/fixtures/lib/generators/gitlab/usage_metric_generator/sample_metric_test.rb
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/complex/project.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/complex/tree/project.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/complex/tree/project/auto_devops.ndjson
@@ -27637,6 +28066,7 @@
%%WWWDIR%%/spec/frontend/__helpers__/locale_helper.js
%%WWWDIR%%/spec/frontend/__helpers__/mock_apollo_helper.js
%%WWWDIR%%/spec/frontend/__helpers__/mock_dom_observer.js
+%%WWWDIR%%/spec/frontend/__helpers__/mock_user_callout_dismisser.js
%%WWWDIR%%/spec/frontend/__helpers__/mock_window_location_helper.js
%%WWWDIR%%/spec/frontend/__helpers__/set_timeout_promise_helper.js
%%WWWDIR%%/spec/frontend/__helpers__/set_window_location_helper.js
@@ -27711,7 +28141,9 @@
%%WWWDIR%%/spec/frontend/alert_management/components/alert_management_list_wrapper_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/alert_management_table_spec.js
%%WWWDIR%%/spec/frontend/alert_management/mocks/alerts_provide_config.json
+%%WWWDIR%%/spec/frontend/alerts_settings/components/__snapshots__/alerts_form_spec.js.snap
%%WWWDIR%%/spec/frontend/alerts_settings/components/alert_mapping_builder_spec.js
+%%WWWDIR%%/spec/frontend/alerts_settings/components/alerts_form_spec.js
%%WWWDIR%%/spec/frontend/alerts_settings/components/alerts_integrations_list_spec.js
%%WWWDIR%%/spec/frontend/alerts_settings/components/alerts_settings_form_spec.js
%%WWWDIR%%/spec/frontend/alerts_settings/components/alerts_settings_wrapper_spec.js
@@ -27801,6 +28233,7 @@
%%WWWDIR%%/spec/frontend/blob/components/blob_header_spec.js
%%WWWDIR%%/spec/frontend/blob/components/blob_header_viewer_switcher_spec.js
%%WWWDIR%%/spec/frontend/blob/components/mock_data.js
+%%WWWDIR%%/spec/frontend/blob/components/table_contents_spec.js
%%WWWDIR%%/spec/frontend/blob/file_template_selector_spec.js
%%WWWDIR%%/spec/frontend/blob/notebook/notebook_viever_spec.js
%%WWWDIR%%/spec/frontend/blob/pdf/pdf_viewer_spec.js
@@ -27845,9 +28278,7 @@
%%WWWDIR%%/spec/frontend/boards/components/issue_time_estimate_spec.js
%%WWWDIR%%/spec/frontend/boards/components/item_count_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_editable_item_spec.js
-%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_due_date_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_labels_select_spec.js
-%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_milestone_select_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_subscription_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_time_tracker_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_title_spec.js
@@ -27866,6 +28297,8 @@
%%WWWDIR%%/spec/frontend/branches/ajax_loading_spinner_spec.js
%%WWWDIR%%/spec/frontend/branches/branches_delete_modal_spec.js
%%WWWDIR%%/spec/frontend/branches/components/__snapshots__/divergence_graph_spec.js.snap
+%%WWWDIR%%/spec/frontend/branches/components/delete_branch_button_spec.js
+%%WWWDIR%%/spec/frontend/branches/components/delete_branch_modal_spec.js
%%WWWDIR%%/spec/frontend/branches/components/divergence_graph_spec.js
%%WWWDIR%%/spec/frontend/branches/components/graph_bar_spec.js
%%WWWDIR%%/spec/frontend/branches/components/sort_dropdown_spec.js
@@ -27900,8 +28333,6 @@
%%WWWDIR%%/spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
%%WWWDIR%%/spec/frontend/clusters/components/application_row_spec.js
%%WWWDIR%%/spec/frontend/clusters/components/applications_spec.js
-%%WWWDIR%%/spec/frontend/clusters/components/fluentd_output_settings_spec.js
-%%WWWDIR%%/spec/frontend/clusters/components/ingress_modsecurity_settings_spec.js
%%WWWDIR%%/spec/frontend/clusters/components/knative_domain_editor_spec.js
%%WWWDIR%%/spec/frontend/clusters/components/new_cluster_spec.js
%%WWWDIR%%/spec/frontend/clusters/components/remove_cluster_confirmation_spec.js
@@ -27930,7 +28361,7 @@
%%WWWDIR%%/spec/frontend/collapsed_sidebar_todo_spec.js
%%WWWDIR%%/spec/frontend/comment_type_toggle_spec.js
%%WWWDIR%%/spec/frontend/commit/commit_pipeline_status_component_spec.js
-%%WWWDIR%%/spec/frontend/commit/pipelines/pipelines_spec.js
+%%WWWDIR%%/spec/frontend/commit/pipelines/pipelines_table_spec.js
%%WWWDIR%%/spec/frontend/commit_merge_requests_spec.js
%%WWWDIR%%/spec/frontend/commits_spec.js
%%WWWDIR%%/spec/frontend/commons/nav/user_merge_requests_spec.js
@@ -27939,9 +28370,14 @@
%%WWWDIR%%/spec/frontend/confidential_merge_request/components/project_form_group_spec.js
%%WWWDIR%%/spec/frontend/confirm_modal_spec.js
%%WWWDIR%%/spec/frontend/content_editor/components/__snapshots__/toolbar_button_spec.js.snap
+%%WWWDIR%%/spec/frontend/content_editor/components/__snapshots__/toolbar_link_button_spec.js.snap
%%WWWDIR%%/spec/frontend/content_editor/components/content_editor_spec.js
%%WWWDIR%%/spec/frontend/content_editor/components/toolbar_button_spec.js
+%%WWWDIR%%/spec/frontend/content_editor/components/toolbar_link_button_spec.js
+%%WWWDIR%%/spec/frontend/content_editor/components/toolbar_text_style_dropdown_spec.js
%%WWWDIR%%/spec/frontend/content_editor/components/top_toolbar_spec.js
+%%WWWDIR%%/spec/frontend/content_editor/extensions/code_block_highlight_spec.js
+%%WWWDIR%%/spec/frontend/content_editor/extensions/link_spec.js
%%WWWDIR%%/spec/frontend/content_editor/markdown_processing_examples.js
%%WWWDIR%%/spec/frontend/content_editor/markdown_processing_spec.js
%%WWWDIR%%/spec/frontend/content_editor/services/build_serializer_config_spec.js
@@ -27982,11 +28418,15 @@
%%WWWDIR%%/spec/frontend/create_merge_request_dropdown_spec.js
%%WWWDIR%%/spec/frontend/custom_metrics/components/custom_metrics_form_fields_spec.js
%%WWWDIR%%/spec/frontend/custom_metrics/components/custom_metrics_form_spec.js
+%%WWWDIR%%/spec/frontend/cycle_analytics/__snapshots__/base_spec.js.snap
%%WWWDIR%%/spec/frontend/cycle_analytics/banner_spec.js
+%%WWWDIR%%/spec/frontend/cycle_analytics/base_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/limit_warning_component_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/mock_data.js
+%%WWWDIR%%/spec/frontend/cycle_analytics/path_navigation_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/stage_nav_item_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/cycle_analytics/store/getters_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/total_time_component_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/utils_spec.js
@@ -28100,6 +28540,7 @@
%%WWWDIR%%/spec/frontend/diffs/utils/merge_request_spec.js
%%WWWDIR%%/spec/frontend/diffs/utils/preferences_spec.js
%%WWWDIR%%/spec/frontend/diffs/utils/suggestions_spec.js
+%%WWWDIR%%/spec/frontend/diffs/utils/workers_spec.js
%%WWWDIR%%/spec/frontend/dirty_submit/dirty_submit_collection_spec.js
%%WWWDIR%%/spec/frontend/dirty_submit/dirty_submit_factory_spec.js
%%WWWDIR%%/spec/frontend/dirty_submit/dirty_submit_form_spec.js
@@ -28170,9 +28611,9 @@
%%WWWDIR%%/spec/frontend/experimentation/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/empty_state_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
@@ -28185,7 +28626,6 @@
%%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
@@ -28243,10 +28683,12 @@
%%WWWDIR%%/spec/frontend/fixtures/prometheus_service.rb
%%WWWDIR%%/spec/frontend/fixtures/raw.rb
%%WWWDIR%%/spec/frontend/fixtures/releases.rb
+%%WWWDIR%%/spec/frontend/fixtures/runner.rb
%%WWWDIR%%/spec/frontend/fixtures/search.rb
%%WWWDIR%%/spec/frontend/fixtures/services.rb
%%WWWDIR%%/spec/frontend/fixtures/sessions.rb
%%WWWDIR%%/spec/frontend/fixtures/snippet.rb
+%%WWWDIR%%/spec/frontend/fixtures/startup_css.rb
%%WWWDIR%%/spec/frontend/fixtures/static/README.md
%%WWWDIR%%/spec/frontend/fixtures/static/create_item_dropdown.html
%%WWWDIR%%/spec/frontend/fixtures/static/deprecated_jquery_dropdown.html
@@ -28479,10 +28921,8 @@
%%WWWDIR%%/spec/frontend/import_entities/import_projects/utils_spec.js
%%WWWDIR%%/spec/frontend/incidents/components/incidents_list_spec.js
%%WWWDIR%%/spec/frontend/incidents/mocks/incidents.json
-%%WWWDIR%%/spec/frontend/incidents_settings/components/__snapshots__/alerts_form_spec.js.snap
%%WWWDIR%%/spec/frontend/incidents_settings/components/__snapshots__/incidents_settings_tabs_spec.js.snap
%%WWWDIR%%/spec/frontend/incidents_settings/components/__snapshots__/pagerduty_form_spec.js.snap
-%%WWWDIR%%/spec/frontend/incidents_settings/components/alerts_form_spec.js
%%WWWDIR%%/spec/frontend/incidents_settings/components/incidents_settings_service_spec.js
%%WWWDIR%%/spec/frontend/incidents_settings/components/incidents_settings_tabs_spec.js
%%WWWDIR%%/spec/frontend/incidents_settings/components/pagerduty_form_spec.js
@@ -28549,6 +28989,7 @@
%%WWWDIR%%/spec/frontend/issue_show/components/fields/description_spec.js
%%WWWDIR%%/spec/frontend/issue_show/components/fields/description_template_spec.js
%%WWWDIR%%/spec/frontend/issue_show/components/fields/title_spec.js
+%%WWWDIR%%/spec/frontend/issue_show/components/fields/type_spec.js
%%WWWDIR%%/spec/frontend/issue_show/components/form_spec.js
%%WWWDIR%%/spec/frontend/issue_show/components/header_actions_spec.js
%%WWWDIR%%/spec/frontend/issue_show/components/incidents/highlight_bar_spec.js
@@ -28556,7 +28997,8 @@
%%WWWDIR%%/spec/frontend/issue_show/components/pinned_links_spec.js
%%WWWDIR%%/spec/frontend/issue_show/components/title_spec.js
%%WWWDIR%%/spec/frontend/issue_show/issue_spec.js
-%%WWWDIR%%/spec/frontend/issue_show/mock_data.js
+%%WWWDIR%%/spec/frontend/issue_show/mock_data/apollo_mock.js
+%%WWWDIR%%/spec/frontend/issue_show/mock_data/mock_data.js
%%WWWDIR%%/spec/frontend/issue_show/store_spec.js
%%WWWDIR%%/spec/frontend/issue_show/utils/update_description_spec.js
%%WWWDIR%%/spec/frontend/issue_spec.js
@@ -28669,6 +29111,7 @@
%%WWWDIR%%/spec/frontend/lib/utils/set_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/sticky_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/suppress_ajax_errors_during_navigation_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/table_utility_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/text_markdown_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/text_utility_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/unit_format/formatter_factory_spec.js
@@ -28809,10 +29252,15 @@
%%WWWDIR%%/spec/frontend/mr_popover/index_spec.js
%%WWWDIR%%/spec/frontend/mr_popover/mr_popover_spec.js
%%WWWDIR%%/spec/frontend/namespace_select_spec.js
+%%WWWDIR%%/spec/frontend/nav/components/responsive_app_spec.js
+%%WWWDIR%%/spec/frontend/nav/components/responsive_header_spec.js
+%%WWWDIR%%/spec/frontend/nav/components/responsive_home_spec.js
%%WWWDIR%%/spec/frontend/nav/components/top_nav_app_spec.js
%%WWWDIR%%/spec/frontend/nav/components/top_nav_container_view_spec.js
%%WWWDIR%%/spec/frontend/nav/components/top_nav_dropdown_menu_spec.js
%%WWWDIR%%/spec/frontend/nav/components/top_nav_menu_item_spec.js
+%%WWWDIR%%/spec/frontend/nav/components/top_nav_menu_sections_spec.js
+%%WWWDIR%%/spec/frontend/nav/components/top_nav_new_dropdown_spec.js
%%WWWDIR%%/spec/frontend/nav/mock_data.js
%%WWWDIR%%/spec/frontend/new_branch_spec.js
%%WWWDIR%%/spec/frontend/notebook/cells/code_spec.js
@@ -28872,6 +29320,7 @@
%%WWWDIR%%/spec/frontend/operation_settings/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/__snapshots__/conan_installation_spec.js.snap
%%WWWDIR%%/spec/frontend/packages/details/components/__snapshots__/dependency_row_spec.js.snap
+%%WWWDIR%%/spec/frontend/packages/details/components/__snapshots__/file_sha_spec.js.snap
%%WWWDIR%%/spec/frontend/packages/details/components/__snapshots__/maven_installation_spec.js.snap
%%WWWDIR%%/spec/frontend/packages/details/components/__snapshots__/npm_installation_spec.js.snap
%%WWWDIR%%/spec/frontend/packages/details/components/__snapshots__/nuget_installation_spec.js.snap
@@ -28882,6 +29331,7 @@
%%WWWDIR%%/spec/frontend/packages/details/components/composer_installation_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/conan_installation_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/dependency_row_spec.js
+%%WWWDIR%%/spec/frontend/packages/details/components/file_sha_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/installation_title_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/installations_commands_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/maven_installation_spec.js
@@ -28915,9 +29365,12 @@
%%WWWDIR%%/spec/frontend/packages/shared/components/packages_list_loader_spec.js
%%WWWDIR%%/spec/frontend/packages/shared/components/publish_method_spec.js
%%WWWDIR%%/spec/frontend/packages/shared/utils_spec.js
+%%WWWDIR%%/spec/frontend/packages_and_registries/infrastructure_registry/components/__snapshots__/terraform_installation_spec.js.snap
+%%WWWDIR%%/spec/frontend/packages_and_registries/infrastructure_registry/components/details_title_spec.js
%%WWWDIR%%/spec/frontend/packages_and_registries/infrastructure_registry/components/infrastructure_icon_and_name_spec.js
%%WWWDIR%%/spec/frontend/packages_and_registries/infrastructure_registry/components/infrastructure_search_spec.js
%%WWWDIR%%/spec/frontend/packages_and_registries/infrastructure_registry/components/infrastructure_title_spec.js
+%%WWWDIR%%/spec/frontend/packages_and_registries/infrastructure_registry/components/terraform_installation_spec.js
%%WWWDIR%%/spec/frontend/packages_and_registries/settings/group/components/__snapshots__/settings_titles_spec.js.snap
%%WWWDIR%%/spec/frontend/packages_and_registries/settings/group/components/duplicates_settings_spec.js
%%WWWDIR%%/spec/frontend/packages_and_registries/settings/group/components/generic_settings_spec.js
@@ -28938,6 +29391,8 @@
%%WWWDIR%%/spec/frontend/packages_and_registries/settings/project/settings/graphql/cache_updated_spec.js
%%WWWDIR%%/spec/frontend/packages_and_registries/settings/project/settings/mock_data.js
%%WWWDIR%%/spec/frontend/packages_and_registries/settings/project/settings/utils_spec.js
+%%WWWDIR%%/spec/frontend/packages_and_registries/shared/components/__snapshots__/cleanup_policy_enabled_alert_spec.js.snap
+%%WWWDIR%%/spec/frontend/packages_and_registries/shared/components/cleanup_policy_enabled_alert_spec.js
%%WWWDIR%%/spec/frontend/packages_and_registries/shared/utils_spec.js
%%WWWDIR%%/spec/frontend/pager_spec.js
%%WWWDIR%%/spec/frontend/pages/admin/abuse_reports/abuse_reports_spec.js
@@ -28983,8 +29438,10 @@
%%WWWDIR%%/spec/frontend/pages/search/show/refresh_counts_spec.js
%%WWWDIR%%/spec/frontend/pages/sessions/new/preserve_url_fragment_spec.js
%%WWWDIR%%/spec/frontend/pages/sessions/new/signin_tabs_memoizer_spec.js
+%%WWWDIR%%/spec/frontend/pages/shared/nav/sidebar_tracking_spec.js
%%WWWDIR%%/spec/frontend/pages/shared/wikis/components/wiki_alert_spec.js
%%WWWDIR%%/spec/frontend/pages/shared/wikis/components/wiki_form_spec.js
+%%WWWDIR%%/spec/frontend/pages/users/activity_calendar_spec.js
%%WWWDIR%%/spec/frontend/pdf/index_spec.js
%%WWWDIR%%/spec/frontend/pdf/page_spec.js
%%WWWDIR%%/spec/frontend/performance_bar/components/add_request_spec.js
@@ -29005,7 +29462,6 @@
%%WWWDIR%%/spec/frontend/pipeline_editor/components/drawer/cards/visualize_and_lint_card_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/drawer/pipeline_editor_drawer_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/drawer/ui/demo_job_pill_spec.js
-%%WWWDIR%%/spec/frontend/pipeline_editor/components/drawer/ui/pipeline_visual_reference_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/editor/ci_config_merged_preview_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/editor/text_editor_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/file-nav/branch_switcher_spec.js
@@ -29065,7 +29521,6 @@
%%WWWDIR%%/spec/frontend/pipelines/linked_pipelines_mock.json
%%WWWDIR%%/spec/frontend/pipelines/mock_data.js
%%WWWDIR%%/spec/frontend/pipelines/nav_controls_spec.js
-%%WWWDIR%%/spec/frontend/pipelines/notification/pipeline_notification_spec.js
%%WWWDIR%%/spec/frontend/pipelines/parsing_utils_spec.js
%%WWWDIR%%/spec/frontend/pipelines/pipeline_details_mediator_spec.js
%%WWWDIR%%/spec/frontend/pipelines/pipeline_graph/mock_data.js
@@ -29199,6 +29654,7 @@
%%WWWDIR%%/spec/frontend/releases/__snapshots__/util_spec.js.snap
%%WWWDIR%%/spec/frontend/releases/components/__snapshots__/issuable_stats_spec.js.snap
%%WWWDIR%%/spec/frontend/releases/components/app_edit_new_spec.js
+%%WWWDIR%%/spec/frontend/releases/components/app_index_apollo_client_spec.js
%%WWWDIR%%/spec/frontend/releases/components/app_index_spec.js
%%WWWDIR%%/spec/frontend/releases/components/app_show_spec.js
%%WWWDIR%%/spec/frontend/releases/components/asset_links_form_spec.js
@@ -29210,7 +29666,10 @@
%%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_empty_state_spec.js
+%%WWWDIR%%/spec/frontend/releases/components/releases_pagination_apollo_client_spec.js
%%WWWDIR%%/spec/frontend/releases/components/releases_pagination_spec.js
+%%WWWDIR%%/spec/frontend/releases/components/releases_sort_apollo_client_spec.js
%%WWWDIR%%/spec/frontend/releases/components/releases_sort_spec.js
%%WWWDIR%%/spec/frontend/releases/components/tag_field_exsting_spec.js
%%WWWDIR%%/spec/frontend/releases/components/tag_field_new_spec.js
@@ -29260,6 +29719,8 @@
%%WWWDIR%%/spec/frontend/repository/components/__snapshots__/directory_download_links_spec.js.snap
%%WWWDIR%%/spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap
%%WWWDIR%%/spec/frontend/repository/components/blob_content_viewer_spec.js
+%%WWWDIR%%/spec/frontend/repository/components/blob_header_edit_spec.js
+%%WWWDIR%%/spec/frontend/repository/components/blob_replace_spec.js
%%WWWDIR%%/spec/frontend/repository/components/breadcrumbs_spec.js
%%WWWDIR%%/spec/frontend/repository/components/directory_download_links_spec.js
%%WWWDIR%%/spec/frontend/repository/components/last_commit_spec.js
@@ -29281,8 +29742,23 @@
%%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/runner/components/cells/runner_actions_cell_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/cells/runner_name_cell_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/cells/runner_type_cell_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_filtered_search_bar_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_list_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_manual_setup_help_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_pagination_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_registration_token_reset_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_tags_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_type_alert_spec.js
%%WWWDIR%%/spec/frontend/runner/components/runner_type_badge_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_type_help_spec.js
+%%WWWDIR%%/spec/frontend/runner/components/runner_update_form_spec.js
+%%WWWDIR%%/spec/frontend/runner/mock_data.js
%%WWWDIR%%/spec/frontend/runner/runner_detail/runner_details_app_spec.js
+%%WWWDIR%%/spec/frontend/runner/runner_list/runner_list_app_spec.js
+%%WWWDIR%%/spec/frontend/runner/runner_list/runner_search_utils_spec.js
%%WWWDIR%%/spec/frontend/search/highlight_blob_search_result_spec.js
%%WWWDIR%%/spec/frontend/search/index_spec.js
%%WWWDIR%%/spec/frontend/search/mock_data.js
@@ -29296,6 +29772,7 @@
%%WWWDIR%%/spec/frontend/search/topbar/components/app_spec.js
%%WWWDIR%%/spec/frontend/search/topbar/components/group_filter_spec.js
%%WWWDIR%%/spec/frontend/search/topbar/components/project_filter_spec.js
+%%WWWDIR%%/spec/frontend/search/topbar/components/searchable_dropdown_item_spec.js
%%WWWDIR%%/spec/frontend/search/topbar/components/searchable_dropdown_spec.js
%%WWWDIR%%/spec/frontend/search_autocomplete_spec.js
%%WWWDIR%%/spec/frontend/search_settings/components/search_settings_spec.js
@@ -29303,9 +29780,13 @@
%%WWWDIR%%/spec/frontend/search_settings/mount_spec.js
%%WWWDIR%%/spec/frontend/security_configuration/app_spec.js
%%WWWDIR%%/spec/frontend/security_configuration/components/feature_card_spec.js
+%%WWWDIR%%/spec/frontend/security_configuration/components/redesigned_app_spec.js
+%%WWWDIR%%/spec/frontend/security_configuration/components/section_layout_spec.js
+%%WWWDIR%%/spec/frontend/security_configuration/components/upgrade_banner_spec.js
%%WWWDIR%%/spec/frontend/security_configuration/components/utils.js
%%WWWDIR%%/spec/frontend/security_configuration/configuration_table_spec.js
%%WWWDIR%%/spec/frontend/security_configuration/upgrade_spec.js
+%%WWWDIR%%/spec/frontend/security_configuration/utils_spec.js
%%WWWDIR%%/spec/frontend/self_monitor/components/__snapshots__/self_monitor_form_spec.js.snap
%%WWWDIR%%/spec/frontend/self_monitor/components/self_monitor_form_spec.js
%%WWWDIR%%/spec/frontend/self_monitor/store/actions_spec.js
@@ -29359,6 +29840,7 @@
%%WWWDIR%%/spec/frontend/sidebar/components/reviewers/uncollapsed_reviewer_list_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/severity/severity_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/severity/sidebar_severity_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/components/sidebar_dropdown_widget_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/subscriptions/sidebar_subscriptions_widget_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/time_tracking/mock_data.js
%%WWWDIR%%/spec/frontend/sidebar/components/time_tracking/report_spec.js
@@ -29380,6 +29862,7 @@
%%WWWDIR%%/spec/frontend/sidebar/sidebar_store_spec.js
%%WWWDIR%%/spec/frontend/sidebar/subscriptions_spec.js
%%WWWDIR%%/spec/frontend/sidebar/todo_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/track_invite_members_spec.js
%%WWWDIR%%/spec/frontend/sidebar/user_data_mock.js
%%WWWDIR%%/spec/frontend/single_file_diff_spec.js
%%WWWDIR%%/spec/frontend/smart_interval_spec.js
@@ -29419,6 +29902,28 @@
%%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/rich_content_editor/editor_service_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/modals/add_image/add_image_modal_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/modals/add_image/upload_image_tab_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/modals/insert_video_modal_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/rich_content_editor_integration_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/rich_content_editor_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/build_custom_renderer_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/build_html_to_markdown_renderer_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/build_uneditable_token_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/mock_data.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_attribute_definition_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_embedded_ruby_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_font_awesome_html_inline_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_heading_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_html_block_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_identifier_instance_text_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_identifier_paragraph_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_list_item_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_softbreak_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/renderers/render_utils_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/services/sanitize_html_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/rich_content_editor/toolbar_item_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
@@ -29438,6 +29943,7 @@
%%WWWDIR%%/spec/frontend/toggle_buttons_spec.js
%%WWWDIR%%/spec/frontend/tooltips/components/tooltips_spec.js
%%WWWDIR%%/spec/frontend/tooltips/index_spec.js
+%%WWWDIR%%/spec/frontend/tracking/get_standard_context_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
@@ -29445,8 +29951,12 @@
%%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/components/user_lists_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/components/user_lists_table_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/index/actions_spec.js
+%%WWWDIR%%/spec/frontend/user_lists/store/index/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
@@ -29677,32 +30187,14 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/resizable_chart/__snapshots__/skeleton_loader_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/resizable_chart/resizable_chart_container_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/resizable_chart/skeleton_loader_spec.js
-%%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
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/build_html_to_markdown_renderer_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/build_uneditable_token_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/mock_data.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_attribute_definition_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_embedded_ruby_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_font_awesome_html_inline_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_heading_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_html_block_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_identifier_instance_text_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/rich_content_editor/services/renderers/render_identifier_paragraph_spec.js
-%%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/runner_aws_deployments/__snapshots__/runner_aws_deployments_modal_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/runner_aws_deployments/runner_aws_deployments_modal_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/runner_aws_deployments/runner_aws_deployments_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/runner_instructions/mock_data.js
%%WWWDIR%%/spec/frontend/vue_shared/components/runner_instructions/runner_instructions_modal_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/runner_instructions/runner_instructions_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/security_reports/__snapshots__/security_summary_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/security_reports/artifact_downloads/merge_request_artifact_download_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/security_reports/help_icon_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/security_reports/security_summary_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/settings/__snapshots__/settings_block_spec.js.snap
@@ -29712,21 +30204,12 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/copyable_field_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/date_picker_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/issuable_move_dropdown_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/base_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/dropdown_button_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/dropdown_create_label_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/dropdown_footer_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/dropdown_header_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/dropdown_search_input_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/dropdown_title_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/dropdown_value_collapsed_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/dropdown_value_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select/mock_data.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/dropdown_button_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/dropdown_contents_create_view_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/dropdown_contents_labels_view_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/dropdown_contents_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/dropdown_title_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/dropdown_value_collapsed_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/dropdown_value_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/label_item_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/labels_select_root_spec.js
@@ -29734,6 +30217,18 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/store/actions_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/store/getters_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_vue/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/dropdown_button_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/dropdown_contents_create_view_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/dropdown_contents_labels_view_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/dropdown_contents_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/dropdown_title_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/dropdown_value_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/label_item_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/labels_select_root_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/mock_data.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/store/getters_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/labels_select_widget/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/sidebar/toggle_sidebar_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/slot_switch_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/smart_virtual_list_spec.js
@@ -29750,6 +30245,8 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/user_avatar/user_avatar_image_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/user_avatar/user_avatar_link_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/user_avatar/user_avatar_list_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/user_callout_dismisser_mock_data.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/user_callout_dismisser_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/user_popover/user_popover_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/user_select_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/vuex_module_provider_spec.js
@@ -29823,7 +30320,6 @@
%%WWWDIR%%/spec/frontend_integration/test_helpers/utils/obj_spec.js
%%WWWDIR%%/spec/frontend_integration/test_helpers/utils/overclock_timers.js
%%WWWDIR%%/spec/frontend_integration/test_setup.js
-%%WWWDIR%%/spec/generator_helper.rb
%%WWWDIR%%/spec/graphql/features/authorization_spec.rb
%%WWWDIR%%/spec/graphql/features/feature_flag_spec.rb
%%WWWDIR%%/spec/graphql/gitlab_schema_spec.rb
@@ -29844,6 +30340,8 @@
%%WWWDIR%%/spec/graphql/mutations/boards/lists/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/boards/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/branches/create_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/ci/runner/delete_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/ci/runner/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/commits/create_spec.rb
%%WWWDIR%%/spec/graphql/mutations/concerns/mutations/finds_by_gid_spec.rb
%%WWWDIR%%/spec/graphql/mutations/concerns/mutations/resolves_group_spec.rb
@@ -30128,9 +30626,12 @@
%%WWWDIR%%/spec/graphql/types/packages/nuget/metadatum_type_spec.rb
%%WWWDIR%%/spec/graphql/types/packages/package_details_type_spec.rb
%%WWWDIR%%/spec/graphql/types/packages/package_file_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/packages/package_group_sort_enum_spec.rb
+%%WWWDIR%%/spec/graphql/types/packages/package_sort_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/packages/package_status_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/packages/package_type_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/packages/package_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/packages/pypi/metadatum_type_spec.rb
%%WWWDIR%%/spec/graphql/types/packages/tag_type_spec.rb
%%WWWDIR%%/spec/graphql/types/permission_types/base_permission_type_spec.rb
%%WWWDIR%%/spec/graphql/types/permission_types/ci/job_spec.rb
@@ -30192,6 +30693,7 @@
%%WWWDIR%%/spec/haml_lint/linter/documentation_links_spec.rb
%%WWWDIR%%/spec/haml_lint/linter/no_plain_nodes_spec.rb
%%WWWDIR%%/spec/helpers/access_tokens_helper_spec.rb
+%%WWWDIR%%/spec/helpers/admin/background_migrations_helper_spec.rb
%%WWWDIR%%/spec/helpers/admin/user_actions_helper_spec.rb
%%WWWDIR%%/spec/helpers/analytics/unique_visits_helper_spec.rb
%%WWWDIR%%/spec/helpers/appearances_helper_spec.rb
@@ -30252,6 +30754,7 @@
%%WWWDIR%%/spec/helpers/issuables_helper_spec.rb
%%WWWDIR%%/spec/helpers/issues_helper_spec.rb
%%WWWDIR%%/spec/helpers/jira_connect_helper_spec.rb
+%%WWWDIR%%/spec/helpers/keyset_helper_spec.rb
%%WWWDIR%%/spec/helpers/labels_helper_spec.rb
%%WWWDIR%%/spec/helpers/learn_gitlab_helper_spec.rb
%%WWWDIR%%/spec/helpers/markup_helper_spec.rb
@@ -30259,6 +30762,7 @@
%%WWWDIR%%/spec/helpers/merge_requests_helper_spec.rb
%%WWWDIR%%/spec/helpers/namespace_storage_limit_alert_helper_spec.rb
%%WWWDIR%%/spec/helpers/namespaces_helper_spec.rb
+%%WWWDIR%%/spec/helpers/nav/new_dropdown_helper_spec.rb
%%WWWDIR%%/spec/helpers/nav/top_nav_helper_spec.rb
%%WWWDIR%%/spec/helpers/nav_helper_spec.rb
%%WWWDIR%%/spec/helpers/notes_helper_spec.rb
@@ -30325,9 +30829,11 @@
%%WWWDIR%%/spec/initializers/direct_upload_support_spec.rb
%%WWWDIR%%/spec/initializers/doorkeeper_spec.rb
%%WWWDIR%%/spec/initializers/fog_google_https_private_urls_spec.rb
+%%WWWDIR%%/spec/initializers/global_id_spec.rb
%%WWWDIR%%/spec/initializers/hangouts_chat_http_override_spec.rb
%%WWWDIR%%/spec/initializers/lograge_spec.rb
%%WWWDIR%%/spec/initializers/mail_encoding_patch_spec.rb
+%%WWWDIR%%/spec/initializers/mailer_retries_spec.rb
%%WWWDIR%%/spec/initializers/net_http_patch_spec.rb
%%WWWDIR%%/spec/initializers/pages_storage_check_spec.rb
%%WWWDIR%%/spec/initializers/rack_multipart_patch_spec.rb
@@ -30392,6 +30898,8 @@
%%WWWDIR%%/spec/lib/api/helpers/pagination_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/pagination_strategies_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/related_resources_helpers_spec.rb
+%%WWWDIR%%/spec/lib/api/helpers/runner_helpers_spec.rb
+%%WWWDIR%%/spec/lib/api/helpers/runner_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/sse_helpers_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/variables_helpers_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/version_spec.rb
@@ -30420,6 +30928,8 @@
%%WWWDIR%%/spec/lib/backup/artifacts_spec.rb
%%WWWDIR%%/spec/lib/backup/database_spec.rb
%%WWWDIR%%/spec/lib/backup/files_spec.rb
+%%WWWDIR%%/spec/lib/backup/gitaly_backup_spec.rb
+%%WWWDIR%%/spec/lib/backup/gitaly_rpc_backup_spec.rb
%%WWWDIR%%/spec/lib/backup/manager_spec.rb
%%WWWDIR%%/spec/lib/backup/pages_spec.rb
%%WWWDIR%%/spec/lib/backup/repositories_spec.rb
@@ -30548,16 +31058,17 @@
%%WWWDIR%%/spec/lib/bitbucket_server/representation/repo_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/clients/http_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/common/extractors/graphql_extractor_spec.rb
+%%WWWDIR%%/spec/lib/bulk_imports/common/extractors/ndjson_extractor_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/common/extractors/rest_extractor_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/common/transformers/prohibited_attributes_transformer_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/common/transformers/user_reference_transformer_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/extractors/subgroups_extractor_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/graphql/get_group_query_spec.rb
-%%WWWDIR%%/spec/lib/bulk_imports/groups/graphql/get_labels_query_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/graphql/get_members_query_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/graphql/get_milestones_query_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/loaders/group_loader_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/badges_pipeline_spec.rb
+%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/boards_pipeline_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/entity_finisher_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/group_pipeline_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/labels_pipeline_spec.rb
@@ -30568,6 +31079,7 @@
%%WWWDIR%%/spec/lib/bulk_imports/groups/transformers/group_attributes_transformer_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/transformers/member_attributes_transformer_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer_spec.rb
+%%WWWDIR%%/spec/lib/bulk_imports/ndjson_pipeline_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/pipeline/context_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/pipeline/extracted_data_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/pipeline/runner_spec.rb
@@ -30607,6 +31119,7 @@
%%WWWDIR%%/spec/lib/generators/gitlab/snowplow_event_definition_generator_spec.rb
%%WWWDIR%%/spec/lib/generators/gitlab/usage_metric_definition/redis_hll_generator_spec.rb
%%WWWDIR%%/spec/lib/generators/gitlab/usage_metric_definition_generator_spec.rb
+%%WWWDIR%%/spec/lib/generators/gitlab/usage_metric_generator_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_status_counts_spec.rb
@@ -30709,8 +31222,10 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_snippet_repositories_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/batching_strategies/primary_key_batching_strategy_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/cleanup_concurrent_schema_change_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/cleanup_orphaned_lfs_objects_projects_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/copy_column_using_background_migration_job_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/copy_merge_request_target_project_to_merge_request_metrics_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/disable_expiration_policies_linked_to_no_container_images_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/drop_invalid_vulnerabilities_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/fix_projects_without_project_feature_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/fix_projects_without_prometheus_service_spec.rb
@@ -30755,6 +31270,7 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/set_null_package_files_file_store_to_local_value_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/update_existing_subgroup_to_match_visibility_level_of_parent_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/update_existing_users_that_require_two_factor_auth_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/update_jira_tracker_data_deployment_type_based_on_url_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/update_timelogs_project_id_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/update_users_where_two_factor_auth_required_from_group_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/user_mentions/create_resource_user_mention_spec.rb
@@ -30795,7 +31311,7 @@
%%WWWDIR%%/spec/lib/gitlab/chat_name_token_spec.rb
%%WWWDIR%%/spec/lib/gitlab/chat_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/branch_check_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/checks/change_access_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/checks/changes_access_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/diff_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/force_push_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/lfs_check_spec.rb
@@ -30805,6 +31321,7 @@
%%WWWDIR%%/spec/lib/gitlab/checks/project_moved_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/push_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/push_file_count_check_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/checks/single_change_access_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/snippet_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/tag_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/checks/timed_logger_spec.rb
@@ -30923,6 +31440,8 @@
%%WWWDIR%%/spec/lib/gitlab/ci/jwt_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/lint_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/mask_secret_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/matching/build_matcher_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/matching/runner_matcher_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/parsers/accessibility/pa11y_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/parsers/codequality/code_climate_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/parsers/coverage/cobertura_spec.rb
@@ -31081,7 +31600,6 @@
%%WWWDIR%%/spec/lib/gitlab/closing_issue_extractor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cluster/lifecycle_events_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cluster/mixins/puma_cluster_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/cluster/mixins/unicorn_http_server_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cluster/puma_worker_killer_observer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cluster/rack_timeout_observer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/code_navigation_path_spec.rb
@@ -31138,6 +31656,7 @@
%%WWWDIR%%/spec/lib/gitlab/database/batch_count_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/consistency_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/count/exact_count_strategy_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/count/reltuples_count_strategy_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/count/tablesample_count_strategy_spec.rb
@@ -31145,12 +31664,27 @@
%%WWWDIR%%/spec/lib/gitlab/database/custom_structure_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/dynamic_model_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/grant_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/active_record_proxy_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/connection_proxy_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/host_list_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/host_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/load_balancer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/rack_middleware_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/resolver_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/service_discovery_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/session_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/sidekiq_client_middleware_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/sidekiq_server_middleware_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/srv_resolver_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing/sticking_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/load_balancing_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/loose_index_scan_distinct_count_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migration_helpers/cascading_namespace_settings_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migration_helpers/v2_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migration_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migrations/background_migration_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migrations/instrumentation_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/migrations/observers/query_details_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migrations/observers/query_log_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migrations/observers/total_database_size_change_spec.rb
@@ -31176,6 +31710,7 @@
%%WWWDIR%%/spec/lib/gitlab/database/postgresql_adapter/dump_schema_versions_mixin_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/postgresql_adapter/empty_query_ping_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/postgresql_adapter/force_disconnectable_mixin_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/postgresql_adapter/type_map_cache_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/grafana_notifier_spec.rb
@@ -31268,6 +31803,7 @@
%%WWWDIR%%/spec/lib/gitlab/email/hook/smime_signature_interceptor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/message/in_product_marketing/base_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/message/in_product_marketing/create_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/email/message/in_product_marketing/experience_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/message/in_product_marketing/team_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/message/in_product_marketing/trial_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/message/in_product_marketing/verify_spec.rb
@@ -31332,6 +31868,7 @@
%%WWWDIR%%/spec/lib/gitlab/git/compare_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/conflict/file_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/conflict/parser_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/git/conflict/resolver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/cross_repo_comparer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/diff_collection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/diff_spec.rb
@@ -31436,6 +31973,7 @@
%%WWWDIR%%/spec/lib/gitlab/gl_repository/identifier_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gl_repository/repo_type_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gl_repository_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/global_id/deprecations_spec.rb
%%WWWDIR%%/spec/lib/gitlab/global_id_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gon_helper_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gpg/commit_spec.rb
@@ -31452,7 +31990,6 @@
%%WWWDIR%%/spec/lib/gitlab/graphql/calls_gitaly/field_extension_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/copy_field_description_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/deprecation_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/docs/renderer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/find_argument_in_parent_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/generic_tracing_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/lazy_spec.rb
@@ -31494,8 +32031,8 @@
%%WWWDIR%%/spec/lib/gitlab/health_checks/redis/queues_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/health_checks/redis/redis_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/health_checks/redis/shared_state_check_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/health_checks/redis/trace_chunks_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/health_checks/simple_check_shared.rb
-%%WWWDIR%%/spec/lib/gitlab/health_checks/unicorn_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/highlight_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hook_data/base_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hook_data/group_builder_spec.rb
@@ -31625,6 +32162,7 @@
%%WWWDIR%%/spec/lib/gitlab/json_spec.rb
%%WWWDIR%%/spec/lib/gitlab/jwt_authenticatable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/jwt_token_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/kas/client_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kas_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kroki_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kubernetes/cilium_network_policy_spec.rb
@@ -31635,7 +32173,6 @@
%%WWWDIR%%/spec/lib/gitlab/kubernetes/deployment_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kubernetes/generic_secret_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kubernetes/helm/api_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/kubernetes/helm/parsers/list_v2_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kubernetes/helm/pod_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kubernetes/helm/v2/base_command_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kubernetes/helm/v2/certificate_spec.rb
@@ -31738,7 +32275,6 @@
%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/puma_sampler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/ruby_sampler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/threads_sampler_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/unicorn_sampler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/action_cable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/action_view_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/active_record_spec.rb
@@ -31786,13 +32322,13 @@
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/order_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/page_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/pager_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/paginator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/request_context_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/simple_order_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/offset_header_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/offset_header_builder_with_controller_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/offset_pagination_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/patch/action_dispatch_journey_formatter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/patch/draw_route_spec.rb
%%WWWDIR%%/spec/lib/gitlab/patch/prependable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/path_regex_spec.rb
@@ -31858,6 +32394,7 @@
%%WWWDIR%%/spec/lib/gitlab/redis/hll_spec.rb
%%WWWDIR%%/spec/lib/gitlab/redis/queues_spec.rb
%%WWWDIR%%/spec/lib/gitlab/redis/shared_state_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/redis/trace_chunks_spec.rb
%%WWWDIR%%/spec/lib/gitlab/redis/wrapper_spec.rb
%%WWWDIR%%/spec/lib/gitlab/reference_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/reference_extractor_spec.rb
@@ -31941,7 +32478,9 @@
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/monitor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/server_metrics_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/size_limiter/client_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/size_limiter/compressor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/size_limiter/exceed_limit_error_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/size_limiter/server_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/size_limiter/validator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/worker_context/client_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/worker_context/server_spec.rb
@@ -32047,13 +32586,15 @@
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/instrumentations/count_boards_metric_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/instrumentations/count_issues_metric_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/instrumentations/count_users_creating_issues_metric_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/usage/metrics/instrumentations/count_users_using_approve_quick_action_metric_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/instrumentations/hostname_metric_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/usage/metrics/instrumentations/redis_hll_metric_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/instrumentations/uuid_metric_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/key_path_processor_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/usage/metrics/name_suggestion_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/names_suggestions/generator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/constraints_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/joins_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/usage/metrics/query_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data/topology_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/base_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/ci_template_unique_counter_spec.rb
@@ -32162,6 +32703,7 @@
%%WWWDIR%%/spec/lib/peek/views/bullet_detailed_spec.rb
%%WWWDIR%%/spec/lib/peek/views/detailed_view_spec.rb
%%WWWDIR%%/spec/lib/peek/views/external_http_spec.rb
+%%WWWDIR%%/spec/lib/peek/views/memory_spec.rb
%%WWWDIR%%/spec/lib/peek/views/redis_detailed_spec.rb
%%WWWDIR%%/spec/lib/peek/views/rugged_spec.rb
%%WWWDIR%%/spec/lib/product_analytics/event_params_spec.rb
@@ -32199,6 +32741,8 @@
%%WWWDIR%%/spec/lib/sidebars/projects/menus/packages_registries_menu_spec.rb
%%WWWDIR%%/spec/lib/sidebars/projects/menus/project_information_menu_spec.rb
%%WWWDIR%%/spec/lib/sidebars/projects/menus/repository_menu_spec.rb
+%%WWWDIR%%/spec/lib/sidebars/projects/menus/scope_menu_spec.rb
+%%WWWDIR%%/spec/lib/sidebars/projects/menus/security_compliance_menu_spec.rb
%%WWWDIR%%/spec/lib/sidebars/projects/menus/settings_menu_spec.rb
%%WWWDIR%%/spec/lib/sidebars/projects/menus/snippets_menu_spec.rb
%%WWWDIR%%/spec/lib/sidebars/projects/menus/wiki_menu_spec.rb
@@ -32208,6 +32752,7 @@
%%WWWDIR%%/spec/lib/system_check/app/hashed_storage_all_projects_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/app/hashed_storage_enabled_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/base_check_spec.rb
+%%WWWDIR%%/spec/lib/system_check/incoming_email/imap_authentication_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/orphans/namespace_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/orphans/repository_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/sidekiq_check_spec.rb
@@ -32266,11 +32811,16 @@
%%WWWDIR%%/spec/migrations/20210226141517_dedup_issue_metrics_spec.rb
%%WWWDIR%%/spec/migrations/20210406144743_backfill_total_tuple_count_for_batched_migrations_spec.rb
%%WWWDIR%%/spec/migrations/20210413132500_reschedule_artifact_expiry_backfill_again_spec.rb
+%%WWWDIR%%/spec/migrations/20210421163509_schedule_update_jira_tracker_data_deployment_type_based_on_url_spec.rb
%%WWWDIR%%/spec/migrations/20210423160427_schedule_drop_invalid_vulnerabilities_spec.rb
%%WWWDIR%%/spec/migrations/20210430134202_copy_adoption_snapshot_namespace_spec.rb
%%WWWDIR%%/spec/migrations/20210430135954_copy_adoption_segments_namespace_spec.rb
%%WWWDIR%%/spec/migrations/20210503105845_add_project_value_stream_id_to_project_stages_spec.rb
%%WWWDIR%%/spec/migrations/20210511142748_schedule_drop_invalid_vulnerabilities2_spec.rb
+%%WWWDIR%%/spec/migrations/20210514063252_schedule_cleanup_orphaned_lfs_objects_projects_spec.rb
+%%WWWDIR%%/spec/migrations/20210601073400_fix_total_stage_in_vsa_spec.rb
+%%WWWDIR%%/spec/migrations/20210601080039_group_protected_environments_add_index_and_constraint_spec.rb
+%%WWWDIR%%/spec/migrations/20210603222333_remove_builds_email_service_from_services_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
@@ -32286,6 +32836,8 @@
%%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
%%WWWDIR%%/spec/migrations/backfill_and_add_not_null_constraint_to_released_at_column_on_releases_table_spec.rb
+%%WWWDIR%%/spec/migrations/backfill_clusters_integration_prometheus_enabled_spec.rb
+%%WWWDIR%%/spec/migrations/backfill_escalation_policies_for_oncall_schedules_spec.rb
%%WWWDIR%%/spec/migrations/backfill_imported_snippet_repositories_spec.rb
%%WWWDIR%%/spec/migrations/backfill_nuget_temporary_packages_to_processing_status_spec.rb
%%WWWDIR%%/spec/migrations/backfill_operations_feature_flags_active_spec.rb
@@ -32300,9 +32852,11 @@
%%WWWDIR%%/spec/migrations/change_web_hook_events_default_spec.rb
%%WWWDIR%%/spec/migrations/clean_grafana_url_spec.rb
%%WWWDIR%%/spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb
+%%WWWDIR%%/spec/migrations/clean_up_pending_builds_table_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_move_container_registry_enabled_to_project_features_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_optimistic_locking_nulls_pt2_fixed_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_optimistic_locking_nulls_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_projects_with_bad_has_external_issue_tracker_data_spec.rb
@@ -32318,6 +32872,7 @@
%%WWWDIR%%/spec/migrations/delete_template_project_services_spec.rb
%%WWWDIR%%/spec/migrations/delete_template_services_duplicated_by_type_spec.rb
%%WWWDIR%%/spec/migrations/delete_user_callout_alerts_moved_spec.rb
+%%WWWDIR%%/spec/migrations/disable_expiration_policies_linked_to_no_container_images_spec.rb
%%WWWDIR%%/spec/migrations/drop_activate_prometheus_services_background_jobs_spec.rb
%%WWWDIR%%/spec/migrations/drop_alerts_service_data_spec.rb
%%WWWDIR%%/spec/migrations/drop_background_migration_jobs_spec.rb
@@ -32344,6 +32899,7 @@
%%WWWDIR%%/spec/migrations/generate_ci_jwt_signing_key_spec.rb
%%WWWDIR%%/spec/migrations/generate_lets_encrypt_private_key_spec.rb
%%WWWDIR%%/spec/migrations/generate_missing_routes_for_bots_spec.rb
+%%WWWDIR%%/spec/migrations/insert_ci_daily_pipeline_schedule_triggers_plan_limits_spec.rb
%%WWWDIR%%/spec/migrations/insert_daily_invites_plan_limits_spec.rb
%%WWWDIR%%/spec/migrations/insert_project_feature_flags_plan_limits_spec.rb
%%WWWDIR%%/spec/migrations/insert_project_hooks_plan_limits_spec.rb
@@ -32363,6 +32919,7 @@
%%WWWDIR%%/spec/migrations/migrate_managed_clusters_with_no_token_to_unmanaged_spec.rb
%%WWWDIR%%/spec/migrations/migrate_merge_request_mentions_to_db_spec.rb
%%WWWDIR%%/spec/migrations/migrate_ops_feature_flags_scopes_target_user_ids_spec.rb
+%%WWWDIR%%/spec/migrations/migrate_protected_attribute_to_pending_builds_spec.rb
%%WWWDIR%%/spec/migrations/migrate_storage_migrator_sidekiq_queue_spec.rb
%%WWWDIR%%/spec/migrations/migrate_store_security_reports_sidekiq_queue_spec.rb
%%WWWDIR%%/spec/migrations/migrate_sync_security_reports_to_report_approval_rules_sidekiq_queue_spec.rb
@@ -32394,10 +32951,11 @@
%%WWWDIR%%/spec/migrations/reschedule_set_default_iteration_cadences_spec.rb
%%WWWDIR%%/spec/migrations/reseed_merge_trains_enabled_spec.rb
%%WWWDIR%%/spec/migrations/reseed_repository_storages_weighted_spec.rb
+%%WWWDIR%%/spec/migrations/retry_backfill_traversal_ids_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_second_try_spec.rb
-%%WWWDIR%%/spec/migrations/schedule_calculate_wiki_sizes_spec.rb
+%%WWWDIR%%/spec/migrations/schedule_disable_expiration_policies_linked_to_no_container_images_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_cleanup_schedules_backfill_spec.rb
@@ -32416,6 +32974,7 @@
%%WWWDIR%%/spec/migrations/schedule_recalculate_project_authorizations_second_run_spec.rb
%%WWWDIR%%/spec/migrations/schedule_recalculate_project_authorizations_spec.rb
%%WWWDIR%%/spec/migrations/schedule_recalculate_project_authorizations_third_run_spec.rb
+%%WWWDIR%%/spec/migrations/schedule_recalculate_uuid_on_vulnerabilities_occurrences2_spec.rb
%%WWWDIR%%/spec/migrations/schedule_repopulate_historical_vulnerability_statistics_spec.rb
%%WWWDIR%%/spec/migrations/schedule_sync_issuables_state_id_spec.rb
%%WWWDIR%%/spec/migrations/schedule_sync_issuables_state_id_where_nil_spec.rb
@@ -32487,6 +33046,7 @@
%%WWWDIR%%/spec/models/bulk_imports/configuration_spec.rb
%%WWWDIR%%/spec/models/bulk_imports/entity_spec.rb
%%WWWDIR%%/spec/models/bulk_imports/export_spec.rb
+%%WWWDIR%%/spec/models/bulk_imports/export_status_spec.rb
%%WWWDIR%%/spec/models/bulk_imports/export_upload_spec.rb
%%WWWDIR%%/spec/models/bulk_imports/failure_spec.rb
%%WWWDIR%%/spec/models/bulk_imports/file_transfer/group_config_spec.rb
@@ -32520,8 +33080,11 @@
%%WWWDIR%%/spec/models/ci/group_variable_spec.rb
%%WWWDIR%%/spec/models/ci/instance_variable_spec.rb
%%WWWDIR%%/spec/models/ci/job_artifact_spec.rb
+%%WWWDIR%%/spec/models/ci/job_token/project_scope_link_spec.rb
+%%WWWDIR%%/spec/models/ci/job_token/scope_spec.rb
%%WWWDIR%%/spec/models/ci/job_variable_spec.rb
%%WWWDIR%%/spec/models/ci/legacy_stage_spec.rb
+%%WWWDIR%%/spec/models/ci/pending_build_spec.rb
%%WWWDIR%%/spec/models/ci/persistent_ref_spec.rb
%%WWWDIR%%/spec/models/ci/pipeline_artifact_spec.rb
%%WWWDIR%%/spec/models/ci/pipeline_config_spec.rb
@@ -32537,6 +33100,7 @@
%%WWWDIR%%/spec/models/ci/runner_namespace_spec.rb
%%WWWDIR%%/spec/models/ci/runner_project_spec.rb
%%WWWDIR%%/spec/models/ci/runner_spec.rb
+%%WWWDIR%%/spec/models/ci/running_build_spec.rb
%%WWWDIR%%/spec/models/ci/sources/pipeline_spec.rb
%%WWWDIR%%/spec/models/ci/stage_spec.rb
%%WWWDIR%%/spec/models/ci/trigger_request_spec.rb
@@ -32551,7 +33115,6 @@
%%WWWDIR%%/spec/models/clusters/applications/cilium_spec.rb
%%WWWDIR%%/spec/models/clusters/applications/crossplane_spec.rb
%%WWWDIR%%/spec/models/clusters/applications/elastic_stack_spec.rb
-%%WWWDIR%%/spec/models/clusters/applications/fluentd_spec.rb
%%WWWDIR%%/spec/models/clusters/applications/helm_spec.rb
%%WWWDIR%%/spec/models/clusters/applications/ingress_spec.rb
%%WWWDIR%%/spec/models/clusters/applications/jupyter_spec.rb
@@ -32613,10 +33176,10 @@
%%WWWDIR%%/spec/models/concerns/group_descendant_spec.rb
%%WWWDIR%%/spec/models/concerns/has_environment_scope_spec.rb
%%WWWDIR%%/spec/models/concerns/has_integrations_spec.rb
-%%WWWDIR%%/spec/models/concerns/has_timelogs_report_spec.rb
%%WWWDIR%%/spec/models/concerns/has_user_type_spec.rb
%%WWWDIR%%/spec/models/concerns/id_in_ordered_spec.rb
%%WWWDIR%%/spec/models/concerns/ignorable_columns_spec.rb
+%%WWWDIR%%/spec/models/concerns/integrations/has_data_fields_spec.rb
%%WWWDIR%%/spec/models/concerns/issuable_spec.rb
%%WWWDIR%%/spec/models/concerns/limitable_spec.rb
%%WWWDIR%%/spec/models/concerns/loaded_in_group_list_spec.rb
@@ -32725,7 +33288,6 @@
%%WWWDIR%%/spec/models/hooks/project_hook_spec.rb
%%WWWDIR%%/spec/models/hooks/service_hook_spec.rb
%%WWWDIR%%/spec/models/hooks/system_hook_spec.rb
-%%WWWDIR%%/spec/models/hooks/web_hook_log_archived_spec.rb
%%WWWDIR%%/spec/models/hooks/web_hook_log_spec.rb
%%WWWDIR%%/spec/models/hooks/web_hook_spec.rb
%%WWWDIR%%/spec/models/identity_spec.rb
@@ -32739,6 +33301,10 @@
%%WWWDIR%%/spec/models/integrations/asana_spec.rb
%%WWWDIR%%/spec/models/integrations/assembla_spec.rb
%%WWWDIR%%/spec/models/integrations/bamboo_spec.rb
+%%WWWDIR%%/spec/models/integrations/base_chat_notification_spec.rb
+%%WWWDIR%%/spec/models/integrations/base_issue_tracker_spec.rb
+%%WWWDIR%%/spec/models/integrations/bugzilla_spec.rb
+%%WWWDIR%%/spec/models/integrations/buildkite_spec.rb
%%WWWDIR%%/spec/models/integrations/campfire_spec.rb
%%WWWDIR%%/spec/models/integrations/chat_message/alert_message_spec.rb
%%WWWDIR%%/spec/models/integrations/chat_message/base_message_spec.rb
@@ -32750,8 +33316,36 @@
%%WWWDIR%%/spec/models/integrations/chat_message/push_message_spec.rb
%%WWWDIR%%/spec/models/integrations/chat_message/wiki_page_message_spec.rb
%%WWWDIR%%/spec/models/integrations/confluence_spec.rb
+%%WWWDIR%%/spec/models/integrations/custom_issue_tracker_spec.rb
%%WWWDIR%%/spec/models/integrations/datadog_spec.rb
+%%WWWDIR%%/spec/models/integrations/discord_spec.rb
+%%WWWDIR%%/spec/models/integrations/drone_ci_spec.rb
%%WWWDIR%%/spec/models/integrations/emails_on_push_spec.rb
+%%WWWDIR%%/spec/models/integrations/ewm_spec.rb
+%%WWWDIR%%/spec/models/integrations/external_wiki_spec.rb
+%%WWWDIR%%/spec/models/integrations/flowdock_spec.rb
+%%WWWDIR%%/spec/models/integrations/hangouts_chat_spec.rb
+%%WWWDIR%%/spec/models/integrations/irker_spec.rb
+%%WWWDIR%%/spec/models/integrations/issue_tracker_data_spec.rb
+%%WWWDIR%%/spec/models/integrations/jenkins_spec.rb
+%%WWWDIR%%/spec/models/integrations/jira_spec.rb
+%%WWWDIR%%/spec/models/integrations/jira_tracker_data_spec.rb
+%%WWWDIR%%/spec/models/integrations/mattermost_slash_commands_spec.rb
+%%WWWDIR%%/spec/models/integrations/mattermost_spec.rb
+%%WWWDIR%%/spec/models/integrations/microsoft_teams_spec.rb
+%%WWWDIR%%/spec/models/integrations/open_project_spec.rb
+%%WWWDIR%%/spec/models/integrations/open_project_tracker_data_spec.rb
+%%WWWDIR%%/spec/models/integrations/packagist_spec.rb
+%%WWWDIR%%/spec/models/integrations/pipelines_email_spec.rb
+%%WWWDIR%%/spec/models/integrations/pivotaltracker_spec.rb
+%%WWWDIR%%/spec/models/integrations/pushover_spec.rb
+%%WWWDIR%%/spec/models/integrations/redmine_spec.rb
+%%WWWDIR%%/spec/models/integrations/slack_slash_commands_spec.rb
+%%WWWDIR%%/spec/models/integrations/slack_spec.rb
+%%WWWDIR%%/spec/models/integrations/teamcity_spec.rb
+%%WWWDIR%%/spec/models/integrations/unify_circuit_spec.rb
+%%WWWDIR%%/spec/models/integrations/webex_teams_spec.rb
+%%WWWDIR%%/spec/models/integrations/youtrack_spec.rb
%%WWWDIR%%/spec/models/internal_id_spec.rb
%%WWWDIR%%/spec/models/issuable_severity_spec.rb
%%WWWDIR%%/spec/models/issue/metrics_spec.rb
@@ -32826,10 +33420,12 @@
%%WWWDIR%%/spec/models/packages/debian/group_architecture_spec.rb
%%WWWDIR%%/spec/models/packages/debian/group_component_file_spec.rb
%%WWWDIR%%/spec/models/packages/debian/group_component_spec.rb
+%%WWWDIR%%/spec/models/packages/debian/group_distribution_key_spec.rb
%%WWWDIR%%/spec/models/packages/debian/group_distribution_spec.rb
%%WWWDIR%%/spec/models/packages/debian/project_architecture_spec.rb
%%WWWDIR%%/spec/models/packages/debian/project_component_file_spec.rb
%%WWWDIR%%/spec/models/packages/debian/project_component_spec.rb
+%%WWWDIR%%/spec/models/packages/debian/project_distribution_key_spec.rb
%%WWWDIR%%/spec/models/packages/debian/project_distribution_spec.rb
%%WWWDIR%%/spec/models/packages/debian/publication_spec.rb
%%WWWDIR%%/spec/models/packages/dependency_link_spec.rb
@@ -32883,42 +33479,7 @@
%%WWWDIR%%/spec/models/project_metrics_setting_spec.rb
%%WWWDIR%%/spec/models/project_pages_metadatum_spec.rb
%%WWWDIR%%/spec/models/project_repository_spec.rb
-%%WWWDIR%%/spec/models/project_repository_storage_move_spec.rb
-%%WWWDIR%%/spec/models/project_services/bugzilla_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/buildkite_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/chat_notification_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/custom_issue_tracker_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/data_fields_spec.rb
-%%WWWDIR%%/spec/models/project_services/discord_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/drone_ci_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/ewm_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/external_wiki_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/flowdock_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/hangouts_chat_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/hipchat_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/irker_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/issue_tracker_data_spec.rb
-%%WWWDIR%%/spec/models/project_services/issue_tracker_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/jenkins_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/jira_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/jira_tracker_data_spec.rb
-%%WWWDIR%%/spec/models/project_services/mattermost_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/mattermost_slash_commands_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/microsoft_teams_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/open_project_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/open_project_tracker_data_spec.rb
-%%WWWDIR%%/spec/models/project_services/packagist_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/pipelines_email_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/pivotaltracker_service_spec.rb
%%WWWDIR%%/spec/models/project_services/prometheus_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/pushover_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/redmine_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/slack_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/slack_slash_commands_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/teamcity_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/unify_circuit_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/webex_teams_service_spec.rb
-%%WWWDIR%%/spec/models/project_services/youtrack_service_spec.rb
%%WWWDIR%%/spec/models/project_setting_spec.rb
%%WWWDIR%%/spec/models/project_snippet_spec.rb
%%WWWDIR%%/spec/models/project_spec.rb
@@ -32963,7 +33524,6 @@
%%WWWDIR%%/spec/models/snippet_input_action_collection_spec.rb
%%WWWDIR%%/spec/models/snippet_input_action_spec.rb
%%WWWDIR%%/spec/models/snippet_repository_spec.rb
-%%WWWDIR%%/spec/models/snippet_repository_storage_move_spec.rb
%%WWWDIR%%/spec/models/snippet_spec.rb
%%WWWDIR%%/spec/models/snippet_statistics_spec.rb
%%WWWDIR%%/spec/models/snippets/repository_storage_move_spec.rb
@@ -33123,7 +33683,6 @@
%%WWWDIR%%/spec/presenters/web_hook_log_presenter_spec.rb
%%WWWDIR%%/spec/rack_servers/configs/config.ru
%%WWWDIR%%/spec/rack_servers/puma_spec.rb
-%%WWWDIR%%/spec/rack_servers/unicorn_spec.rb
%%WWWDIR%%/spec/rake_helper.rb
%%WWWDIR%%/spec/requests/admin/clusters/integrations_controller_spec.rb
%%WWWDIR%%/spec/requests/api/access_requests_spec.rb
@@ -33170,7 +33729,6 @@
%%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
@@ -33243,6 +33801,7 @@
%%WWWDIR%%/spec/requests/api/graphql/mutations/ci/pipeline_cancel_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/ci/pipeline_destroy_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/ci/pipeline_retry_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/ci/runners_registration_token/reset_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/commits/create_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/container_expiration_policy/update_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/container_repository/destroy_spec.rb
@@ -33308,6 +33867,7 @@
%%WWWDIR%%/spec/requests/api/graphql/packages/maven_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/packages/nuget_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/packages/package_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/packages/pypi_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/alert_management/alert/assignees_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/alert_management/alert/issue_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/alert_management/alert/metrics_dashboard_url_spec.rb
@@ -33366,6 +33926,7 @@
%%WWWDIR%%/spec/requests/api/graphql/user_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/users_spec.rb
%%WWWDIR%%/spec/requests/api/graphql_spec.rb
+%%WWWDIR%%/spec/requests/api/group_avatar_spec.rb
%%WWWDIR%%/spec/requests/api/group_boards_spec.rb
%%WWWDIR%%/spec/requests/api/group_clusters_spec.rb
%%WWWDIR%%/spec/requests/api/group_container_repositories_spec.rb
@@ -33376,6 +33937,7 @@
%%WWWDIR%%/spec/requests/api/group_packages_spec.rb
%%WWWDIR%%/spec/requests/api/group_variables_spec.rb
%%WWWDIR%%/spec/requests/api/groups_spec.rb
+%%WWWDIR%%/spec/requests/api/helm_packages_spec.rb
%%WWWDIR%%/spec/requests/api/helpers_spec.rb
%%WWWDIR%%/spec/requests/api/import_bitbucket_server_spec.rb
%%WWWDIR%%/spec/requests/api/import_github_spec.rb
@@ -33421,6 +33983,7 @@
%%WWWDIR%%/spec/requests/api/project_attributes.yml
%%WWWDIR%%/spec/requests/api/project_clusters_spec.rb
%%WWWDIR%%/spec/requests/api/project_container_repositories_spec.rb
+%%WWWDIR%%/spec/requests/api/project_debian_distributions_spec.rb
%%WWWDIR%%/spec/requests/api/project_events_spec.rb
%%WWWDIR%%/spec/requests/api/project_export_spec.rb
%%WWWDIR%%/spec/requests/api/project_hooks_spec.rb
@@ -33642,6 +34205,8 @@
%%WWWDIR%%/spec/rubocop/cop/static_translation_definition_spec.rb
%%WWWDIR%%/spec/rubocop/cop/style/regexp_literal_mixed_preserve_spec.rb
%%WWWDIR%%/spec/rubocop/cop/usage_data/distinct_count_by_large_foreign_key_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/usage_data/histogram_with_large_table_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/usage_data/instrumentation_superclass_spec.rb
%%WWWDIR%%/spec/rubocop/cop/usage_data/large_table_spec.rb
%%WWWDIR%%/spec/rubocop/cop/user_admin_spec.rb
%%WWWDIR%%/spec/rubocop/migration_helpers_spec.rb
@@ -33834,7 +34399,7 @@
%%WWWDIR%%/spec/services/authorized_project_update/periodic_recalculate_service_spec.rb
%%WWWDIR%%/spec/services/authorized_project_update/project_create_service_spec.rb
%%WWWDIR%%/spec/services/authorized_project_update/project_group_link_create_service_spec.rb
-%%WWWDIR%%/spec/services/authorized_project_update/recalculate_for_user_range_service_spec.rb
+%%WWWDIR%%/spec/services/authorized_project_update/project_recalculate_service_spec.rb
%%WWWDIR%%/spec/services/auto_merge/base_service_spec.rb
%%WWWDIR%%/spec/services/auto_merge/merge_when_pipeline_succeeds_service_spec.rb
%%WWWDIR%%/spec/services/auto_merge_service_spec.rb
@@ -33865,6 +34430,8 @@
%%WWWDIR%%/spec/services/bulk_create_integration_service_spec.rb
%%WWWDIR%%/spec/services/bulk_import_service_spec.rb
%%WWWDIR%%/spec/services/bulk_imports/export_service_spec.rb
+%%WWWDIR%%/spec/services/bulk_imports/file_decompression_service_spec.rb
+%%WWWDIR%%/spec/services/bulk_imports/file_download_service_spec.rb
%%WWWDIR%%/spec/services/bulk_imports/relation_export_service_spec.rb
%%WWWDIR%%/spec/services/bulk_push_event_payload_service_spec.rb
%%WWWDIR%%/spec/services/bulk_update_integration_service_spec.rb
@@ -33923,6 +34490,7 @@
%%WWWDIR%%/spec/services/ci/pipeline_artifacts/create_code_quality_mr_diff_report_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_artifacts/destroy_all_expired_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_bridge_status_service_spec.rb
+%%WWWDIR%%/spec/services/ci/pipeline_creation/start_pipeline_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_processing/atomic_processing_service/status_collection_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_processing/atomic_processing_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_processing/shared_processing_service.rb
@@ -34014,7 +34582,6 @@
%%WWWDIR%%/spec/services/clusters/aws/verify_provision_status_service_spec.rb
%%WWWDIR%%/spec/services/clusters/build_kubernetes_namespace_service_spec.rb
%%WWWDIR%%/spec/services/clusters/build_service_spec.rb
-%%WWWDIR%%/spec/services/clusters/cleanup/app_service_spec.rb
%%WWWDIR%%/spec/services/clusters/cleanup/project_namespace_service_spec.rb
%%WWWDIR%%/spec/services/clusters/cleanup/service_account_service_spec.rb
%%WWWDIR%%/spec/services/clusters/create_service_spec.rb
@@ -34030,7 +34597,6 @@
%%WWWDIR%%/spec/services/clusters/kubernetes/fetch_kubernetes_token_service_spec.rb
%%WWWDIR%%/spec/services/clusters/kubernetes_spec.rb
%%WWWDIR%%/spec/services/clusters/management/validate_management_project_permissions_service_spec.rb
-%%WWWDIR%%/spec/services/clusters/parse_cluster_applications_artifact_service_spec.rb
%%WWWDIR%%/spec/services/clusters/update_service_spec.rb
%%WWWDIR%%/spec/services/cohorts_service_spec.rb
%%WWWDIR%%/spec/services/commits/cherry_pick_service_spec.rb
@@ -34087,8 +34653,6 @@
%%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
@@ -34120,6 +34684,7 @@
%%WWWDIR%%/spec/services/groups/merge_requests_count_service_spec.rb
%%WWWDIR%%/spec/services/groups/nested_create_service_spec.rb
%%WWWDIR%%/spec/services/groups/open_issues_count_service_spec.rb
+%%WWWDIR%%/spec/services/groups/participants_service_spec.rb
%%WWWDIR%%/spec/services/groups/transfer_service_spec.rb
%%WWWDIR%%/spec/services/groups/update_service_spec.rb
%%WWWDIR%%/spec/services/groups/update_shared_runners_service_spec.rb
@@ -34298,7 +34863,6 @@
%%WWWDIR%%/spec/services/packages/create_temporary_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/create_distribution_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/create_package_file_service_spec.rb
-%%WWWDIR%%/spec/services/packages/debian/destroy_distribution_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/extract_changes_metadata_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/extract_deb_metadata_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/extract_metadata_service_spec.rb
@@ -34313,6 +34877,8 @@
%%WWWDIR%%/spec/services/packages/generic/find_or_create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/go/create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/go/sync_packages_service_spec.rb
+%%WWWDIR%%/spec/services/packages/helm/extract_file_metadata_service_spec.rb
+%%WWWDIR%%/spec/services/packages/helm/process_file_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/maven/metadata/append_package_file_service_spec.rb
@@ -34524,6 +35090,7 @@
%%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/authorized_build_service_spec.rb
%%WWWDIR%%/spec/services/users/ban_service_spec.rb
%%WWWDIR%%/spec/services/users/batch_status_cleaner_service_spec.rb
%%WWWDIR%%/spec/services/users/block_service_spec.rb
@@ -34541,7 +35108,6 @@
%%WWWDIR%%/spec/services/users/respond_to_terms_service_spec.rb
%%WWWDIR%%/spec/services/users/set_status_service_spec.rb
%%WWWDIR%%/spec/services/users/signup_service_spec.rb
-%%WWWDIR%%/spec/services/users/update_assigned_open_issue_count_service_spec.rb
%%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
@@ -34602,7 +35168,6 @@
%%WWWDIR%%/spec/support/gitlab_experiment.rb
%%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci.yml
%%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci_for_sast.yml
-%%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci_for_sast_default_analyzers.yml
%%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci_for_sast_excluded_analyzers.yml
%%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci_includes.yml
%%WWWDIR%%/spec/support/gitlab_stubs/project_8.json
@@ -34666,6 +35231,7 @@
%%WWWDIR%%/spec/support/helpers/features/responsive_table_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/snippet_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/sorting_helpers.rb
+%%WWWDIR%%/spec/support/helpers/features/top_nav_spec_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/two_factor_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/web_ide_spec_helpers.rb
%%WWWDIR%%/spec/support/helpers/file_mover_helpers.rb
@@ -34677,6 +35243,7 @@
%%WWWDIR%%/spec/support/helpers/git_http_helpers.rb
%%WWWDIR%%/spec/support/helpers/gitaly_setup.rb
%%WWWDIR%%/spec/support/helpers/gitlab_verify_helpers.rb
+%%WWWDIR%%/spec/support/helpers/global_id_deprecation_helpers.rb
%%WWWDIR%%/spec/support/helpers/gpg_helpers.rb
%%WWWDIR%%/spec/support/helpers/grafana_api_helpers.rb
%%WWWDIR%%/spec/support/helpers/graphql_helpers.rb
@@ -34784,6 +35351,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_one_of.rb
%%WWWDIR%%/spec/support/matchers/be_sorted.rb
%%WWWDIR%%/spec/support/matchers/be_url.rb
%%WWWDIR%%/spec/support/matchers/be_utf8.rb
@@ -34859,7 +35427,7 @@
%%WWWDIR%%/spec/support/services/service_response_shared_examples.rb
%%WWWDIR%%/spec/support/setup_builds_storage.rb
%%WWWDIR%%/spec/support/shared_contexts/cache_allowed_users_in_namespace_shared_context.rb
-%%WWWDIR%%/spec/support/shared_contexts/change_access_checks_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/changes_access_checks_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/controllers/githubish_import_controller_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/controllers/ldap_omniauth_callbacks_controller_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/controllers/logging_shared_context.rb
@@ -34868,10 +35436,17 @@
%%WWWDIR%%/spec/support/shared_contexts/email_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/features/error_tracking_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/features/file_uploads_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/features/integrations/group_integrations_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/features/integrations/instance_and_group_integrations_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/features/integrations/instance_integrations_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/features/integrations/integrations_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/features/integrations/project_integrations_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/finders/group_projects_finder_shared_contexts.rb
%%WWWDIR%%/spec/support/shared_contexts/finders/issues_finder_shared_contexts.rb
%%WWWDIR%%/spec/support/shared_contexts/finders/merge_requests_finder_shared_contexts.rb
%%WWWDIR%%/spec/support/shared_contexts/finders/users_finder_shared_contexts.rb
+%%WWWDIR%%/spec/support/shared_contexts/graphql/requests/packages_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/issuable/merge_request_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/issuable/project_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/json_response_shared_context.rb
@@ -34883,6 +35458,7 @@
%%WWWDIR%%/spec/support/shared_contexts/lib/gitlab/middleware/with_a_mocked_gitlab_instance_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/lib/gitlab/sidekiq_logging/structured_logger_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/lib/gitlab/sidekiq_middleware/server_metrics_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/load_balancing_configuration_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/mailers/notify_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/merge_request_create_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/merge_request_edit_shared_context.rb
@@ -34893,8 +35469,6 @@
%%WWWDIR%%/spec/support/shared_contexts/policies/project_policy_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/policies/project_policy_table_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/presenters/nuget_shared_context.rb
-%%WWWDIR%%/spec/support/shared_contexts/project_service_jira_context.rb
-%%WWWDIR%%/spec/support/shared_contexts/project_service_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/prometheus/alert_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/rack_attack_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/read_ci_configuration_shared_context.rb
@@ -34902,15 +35476,17 @@
%%WWWDIR%%/spec/support/shared_contexts/requests/api/go_modules_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/requests/api/graphql/group_and_project_boards_query_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/requests/api/graphql/jira_import/jira_projects_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/requests/api/helm_packages_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/requests/api/npm_packages_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/requests/api/nuget_packages_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/requests/api/workhorse_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/security_and_compliance_permissions_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/sentry_error_tracking_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/serializers/group_group_link_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/services/packages/debian/distribution_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/services/projects/container_repository/delete_tags_service_shared_context.rb
-%%WWWDIR%%/spec/support/shared_contexts/services_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/session_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/single_change_access_checks_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/spam_constants.rb
%%WWWDIR%%/spec/support/shared_contexts/unique_ip_check_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/upload_type_check_shared_context.rb
@@ -34922,6 +35498,7 @@
%%WWWDIR%%/spec/support/shared_examples/boards/lists/update_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/boards/multiple_issue_boards_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/ci/auto_merge_merge_requests_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/ci/badge_template_shared_examples.rb
%%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
@@ -34977,6 +35554,7 @@
%%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/integrations/user_activates_mattermost_slash_command_integration_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
@@ -35073,6 +35651,7 @@
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/database/cte_materialized_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/database/postgres_model_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/diff_file_collections_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/experimentation_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/file_finder_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/gitlab_verify_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/gl_repository_shared_examples.rb
@@ -35116,8 +35695,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/boards/listable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/boards/user_preferences_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/models/chat_service_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/models/chat_slash_commands_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/models/chat_integration_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/ci_variable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/cluster_application_core_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/cluster_application_helm_cert_shared_examples.rb
@@ -35137,6 +35715,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/concerns/from_set_operator_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/has_repository_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/has_wiki_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/models/concerns/integrations/slack_mattermost_notifier_shared_examples.rb
%%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
@@ -35149,6 +35728,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/diff_positionable_note_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/email_format_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/group_members_shared_example.rb
+%%WWWDIR%%/spec/support/shared_examples/models/integrations/base_slash_commands_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/issuable_hook_data_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/issue_tracker_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/jira_import_state_shared_examples.rb
@@ -35160,13 +35740,13 @@
%%WWWDIR%%/spec/support/shared_examples/models/packages/debian/architecture_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/packages/debian/component_file_shared_example.rb
%%WWWDIR%%/spec/support/shared_examples/models/packages/debian/component_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/models/packages/debian/distribution_key_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/packages/debian/distribution_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/project_hook_data_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/project_latest_successful_build_for_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/relative_positioning_shared_examples.rb
%%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
@@ -35179,6 +35759,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/with_debian_distributions_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/with_uploads_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/namespaces/hierarchy_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/namespaces/linear_traversal_examples.rb
%%WWWDIR%%/spec/support/shared_examples/namespaces/traversal_examples.rb
%%WWWDIR%%/spec/support/shared_examples/nav_sidebar_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/path_extraction_shared_examples.rb
@@ -35218,9 +35799,11 @@
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/mutations/subscription_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/noteable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/packages/group_and_project_packages_list_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/packages/package_details_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/projects/alert_management/integrations_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/projects/services_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/read_only_instance_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/api/helm_packages_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_participants_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_update_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/issues/merge_requests_count_shared_examples.rb
@@ -35295,7 +35878,6 @@
%%WWWDIR%%/spec/support/shared_examples/services/boards/lists_move_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/boards/update_boards_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/check_ingress_ip_address_service_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/services/clusters/parse_cluster_applications_artifact_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/common_system_notes_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/container_expiration_policy_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/container_registry_auth_service_shared_examples.rb
@@ -35315,6 +35897,7 @@
%%WWWDIR%%/spec/support/shared_examples/services/namespace_package_settings_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/notification_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/onboarding_progress_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/services/packages/debian/generate_distribution_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/packages/maven/metadata_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/packages_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/pages_size_limit_shared_examples.rb
@@ -35326,13 +35909,13 @@
%%WWWDIR%%/spec/support/shared_examples/services/security/ci_configuration/create_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
+%%WWWDIR%%/spec/support/shared_examples/services/users/build_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/wiki_pages/create_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/wiki_pages/destroy_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/wiki_pages/update_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/wikis/create_attachment_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/snippet_blob_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/tasks/gitlab/uploads/migration_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/uncached_response_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/uploaders/object_storage_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/uploaders/upload_type_shared_examples.rb
@@ -35362,7 +35945,6 @@
%%WWWDIR%%/spec/support/stub_version.rb
%%WWWDIR%%/spec/support/test_reports/test_reports_helper.rb
%%WWWDIR%%/spec/support/trace/trace_helpers.rb
-%%WWWDIR%%/spec/support/unicorn.rb
%%WWWDIR%%/spec/support/unpack-gitlab-git-test
%%WWWDIR%%/spec/support/webmock.rb
%%WWWDIR%%/spec/support_specs/graphql/arguments_spec.rb
@@ -35417,8 +35999,10 @@
%%WWWDIR%%/spec/tasks/tokens_spec.rb
%%WWWDIR%%/spec/tooling/danger/changelog_spec.rb
%%WWWDIR%%/spec/tooling/danger/feature_flag_spec.rb
+%%WWWDIR%%/spec/tooling/danger/product_intelligence_spec.rb
%%WWWDIR%%/spec/tooling/danger/project_helper_spec.rb
%%WWWDIR%%/spec/tooling/danger/sidekiq_queues_spec.rb
+%%WWWDIR%%/spec/tooling/graphql/docs/renderer_spec.rb
%%WWWDIR%%/spec/tooling/lib/tooling/crystalball/coverage_lines_execution_detector_spec.rb
%%WWWDIR%%/spec/tooling/lib/tooling/crystalball/coverage_lines_strategy_spec.rb
%%WWWDIR%%/spec/tooling/lib/tooling/helm3_client_spec.rb
@@ -35492,7 +36076,6 @@
%%WWWDIR%%/spec/views/admin/dashboard/index.html.haml_spec.rb
%%WWWDIR%%/spec/views/admin/sessions/new.html.haml_spec.rb
%%WWWDIR%%/spec/views/admin/sessions/two_factor.html.haml_spec.rb
-%%WWWDIR%%/spec/views/admin/users/_user.html.haml_spec.rb
%%WWWDIR%%/spec/views/ci/status/_badge.html.haml_spec.rb
%%WWWDIR%%/spec/views/ci/status/_icon.html.haml_spec.rb
%%WWWDIR%%/spec/views/dashboard/projects/_blank_state_admin_welcome.haml_spec.rb
@@ -35591,8 +36174,6 @@
%%WWWDIR%%/spec/views/shared/ssh_keys/_key_details.html.haml_spec.rb
%%WWWDIR%%/spec/views/shared/wikis/_sidebar.html.haml_spec.rb
%%WWWDIR%%/spec/workers/admin_email_worker_spec.rb
-%%WWWDIR%%/spec/workers/analytics/instance_statistics/count_job_trigger_worker_spec.rb
-%%WWWDIR%%/spec/workers/analytics/instance_statistics/counter_job_worker_spec.rb
%%WWWDIR%%/spec/workers/analytics/usage_trends/count_job_trigger_worker_spec.rb
%%WWWDIR%%/spec/workers/analytics/usage_trends/counter_job_worker_spec.rb
%%WWWDIR%%/spec/workers/approve_blocked_pending_approval_users_worker_spec.rb
@@ -35601,6 +36182,8 @@
%%WWWDIR%%/spec/workers/authorized_project_update/periodic_recalculate_worker_spec.rb
%%WWWDIR%%/spec/workers/authorized_project_update/project_create_worker_spec.rb
%%WWWDIR%%/spec/workers/authorized_project_update/project_group_link_create_worker_spec.rb
+%%WWWDIR%%/spec/workers/authorized_project_update/project_recalculate_worker_spec.rb
+%%WWWDIR%%/spec/workers/authorized_project_update/user_refresh_from_replica_worker_spec.rb
%%WWWDIR%%/spec/workers/authorized_project_update/user_refresh_over_user_range_worker_spec.rb
%%WWWDIR%%/spec/workers/authorized_project_update/user_refresh_with_low_urgency_worker_spec.rb
%%WWWDIR%%/spec/workers/authorized_projects_worker_spec.rb
@@ -35609,6 +36192,7 @@
%%WWWDIR%%/spec/workers/background_migration_worker_spec.rb
%%WWWDIR%%/spec/workers/build_finished_worker_spec.rb
%%WWWDIR%%/spec/workers/build_hooks_worker_spec.rb
+%%WWWDIR%%/spec/workers/build_queue_worker_spec.rb
%%WWWDIR%%/spec/workers/build_success_worker_spec.rb
%%WWWDIR%%/spec/workers/bulk_import_worker_spec.rb
%%WWWDIR%%/spec/workers/bulk_imports/entity_worker_spec.rb
@@ -35648,7 +36232,6 @@
%%WWWDIR%%/spec/workers/clusters/applications/check_prometheus_health_worker_spec.rb
%%WWWDIR%%/spec/workers/clusters/applications/deactivate_service_worker_spec.rb
%%WWWDIR%%/spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb
-%%WWWDIR%%/spec/workers/clusters/cleanup/app_worker_spec.rb
%%WWWDIR%%/spec/workers/clusters/cleanup/project_namespace_worker_spec.rb
%%WWWDIR%%/spec/workers/clusters/cleanup/service_account_worker_spec.rb
%%WWWDIR%%/spec/workers/concerns/application_worker_spec.rb
@@ -35680,7 +36263,6 @@
%%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/hooks_worker_spec.rb
%%WWWDIR%%/spec/workers/deployments/link_merge_request_worker_spec.rb
@@ -35707,7 +36289,6 @@
%%WWWDIR%%/spec/workers/external_service_reactive_caching_worker_spec.rb
%%WWWDIR%%/spec/workers/file_hook_worker_spec.rb
%%WWWDIR%%/spec/workers/flush_counter_increments_worker_spec.rb
-%%WWWDIR%%/spec/workers/git_garbage_collect_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab/github_import/advance_stage_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab/github_import/import_diff_note_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab/github_import/import_issue_worker_spec.rb
@@ -35749,9 +36330,7 @@
%%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_alert_worker_v2_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/label_links_destroy_worker_spec.rb
@@ -35772,7 +36351,6 @@
%%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_requests/assignees_change_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_requests/create_pipeline_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_requests/delete_source_branch_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_requests/handle_assignees_change_worker_spec.rb
@@ -35799,6 +36377,7 @@
%%WWWDIR%%/spec/workers/object_pool/join_worker_spec.rb
%%WWWDIR%%/spec/workers/packages/composer/cache_cleanup_worker_spec.rb
%%WWWDIR%%/spec/workers/packages/composer/cache_update_worker_spec.rb
+%%WWWDIR%%/spec/workers/packages/debian/generate_distribution_worker_spec.rb
%%WWWDIR%%/spec/workers/packages/debian/process_changes_worker_spec.rb
%%WWWDIR%%/spec/workers/packages/go/sync_packages_worker_spec.rb
%%WWWDIR%%/spec/workers/packages/maven/metadata/sync_worker_spec.rb
@@ -35826,9 +36405,7 @@
%%WWWDIR%%/spec/workers/project_daily_statistics_worker_spec.rb
%%WWWDIR%%/spec/workers/project_destroy_worker_spec.rb
%%WWWDIR%%/spec/workers/project_export_worker_spec.rb
-%%WWWDIR%%/spec/workers/project_schedule_bulk_repository_shard_moves_worker_spec.rb
%%WWWDIR%%/spec/workers/project_service_worker_spec.rb
-%%WWWDIR%%/spec/workers/project_update_repository_storage_worker_spec.rb
%%WWWDIR%%/spec/workers/projects/git_garbage_collect_worker_spec.rb
%%WWWDIR%%/spec/workers/projects/post_creation_worker_spec.rb
%%WWWDIR%%/spec/workers/projects/schedule_bulk_repository_shard_moves_worker_spec.rb
@@ -35841,7 +36418,6 @@
%%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
-%%WWWDIR%%/spec/workers/prune_web_hook_logs_worker_spec.rb
%%WWWDIR%%/spec/workers/purge_dependency_proxy_cache_worker_spec.rb
%%WWWDIR%%/spec/workers/reactive_caching_worker_spec.rb
%%WWWDIR%%/spec/workers/rebase_worker_spec.rb
@@ -35867,8 +36443,6 @@
%%WWWDIR%%/spec/workers/self_monitoring_project_create_worker_spec.rb
%%WWWDIR%%/spec/workers/self_monitoring_project_delete_worker_spec.rb
%%WWWDIR%%/spec/workers/service_desk_email_receiver_worker_spec.rb
-%%WWWDIR%%/spec/workers/snippet_schedule_bulk_repository_shard_moves_worker_spec.rb
-%%WWWDIR%%/spec/workers/snippet_update_repository_storage_worker_spec.rb
%%WWWDIR%%/spec/workers/snippets/schedule_bulk_repository_shard_moves_worker_spec.rb
%%WWWDIR%%/spec/workers/snippets/update_repository_storage_worker_spec.rb
%%WWWDIR%%/spec/workers/ssh_keys/expired_notification_worker_spec.rb
@@ -35895,7 +36469,6 @@
%%WWWDIR%%/spec/workers/user_status_cleanup/batch_worker_spec.rb
%%WWWDIR%%/spec/workers/users/create_statistics_worker_spec.rb
%%WWWDIR%%/spec/workers/users/deactivate_dormant_users_worker_spec.rb
-%%WWWDIR%%/spec/workers/users/update_open_issue_count_worker_spec.rb
%%WWWDIR%%/spec/workers/wait_for_cluster_creation_worker_spec.rb
%%WWWDIR%%/spec/workers/web_hook_worker_spec.rb
%%WWWDIR%%/spec/workers/web_hooks/destroy_worker_spec.rb
@@ -35908,9 +36481,13 @@
%%WWWDIR%%/tooling/bin/parallel_rspec
%%WWWDIR%%/tooling/danger/changelog.rb
%%WWWDIR%%/tooling/danger/feature_flag.rb
+%%WWWDIR%%/tooling/danger/product_intelligence.rb
%%WWWDIR%%/tooling/danger/project_helper.rb
%%WWWDIR%%/tooling/danger/sidekiq_queues.rb
%%WWWDIR%%/tooling/eslint-config/conditionally_ignore_ee.js
+%%WWWDIR%%/tooling/graphql/docs/helper.rb
+%%WWWDIR%%/tooling/graphql/docs/renderer.rb
+%%WWWDIR%%/tooling/graphql/docs/templates/default.md.haml
%%WWWDIR%%/tooling/lib/tooling/crystalball/coverage_lines_execution_detector.rb
%%WWWDIR%%/tooling/lib/tooling/crystalball/coverage_lines_strategy.rb
%%WWWDIR%%/tooling/lib/tooling/helm3_client.rb
@@ -35941,7 +36518,6 @@
%%WWWDIR%%/vendor/Dockerfile/LICENSE
%%WWWDIR%%/vendor/Dockerfile/Node-alpine.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Node.Dockerfile
-%%WWWDIR%%/vendor/Dockerfile/OpenJDK-alpine.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/OpenJDK.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/PHP.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Python-alpine.Dockerfile
@@ -35971,7 +36547,6 @@
%%WWWDIR%%/vendor/crossplane/values.yaml
%%WWWDIR%%/vendor/elastic_stack/values.yaml
%%WWWDIR%%/vendor/elastic_stack/wait-for-elasticsearch.sh
-%%WWWDIR%%/vendor/fluentd/values.yaml
%%WWWDIR%%/vendor/gems/mail-smtp_pool/.gitlab-ci.yml
%%WWWDIR%%/vendor/gems/mail-smtp_pool/Gemfile
%%WWWDIR%%/vendor/gems/mail-smtp_pool/LICENSE
@@ -35984,7 +36559,6 @@
%%WWWDIR%%/vendor/gems/mail-smtp_pool/spec/spec_helper.rb
%%WWWDIR%%/vendor/gitignore/Global/README.md
%%WWWDIR%%/vendor/gitignore/LICENSE
-%%WWWDIR%%/vendor/ingress/modsecurity.conf
%%WWWDIR%%/vendor/ingress/values.yaml
%%WWWDIR%%/vendor/jupyter/values.yaml
%%WWWDIR%%/vendor/languages.yml
@@ -36029,7 +36603,6 @@
@dir(git,git,554) %%WWWDIR%%/bin
@dir %%WWWDIR%%/config
@dir(,,700) %%WWWDIR%%/builds
-@dir %%WWWDIR%%/changelogs/unreleased
@dir(,,744) %%WWWDIR%%/locale
@dir %%WWWDIR%%/lib/assets
@dir(,,744) %%WWWDIR%%/locale/bg
@@ -36052,7 +36625,6 @@
@dir(,,744) %%WWWDIR%%/locale/zh_HK
@dir(,,744) %%WWWDIR%%/locale/zh_TW
@dir(,,744) %%WWWDIR%%/log
-@dir(,,744) %%WWWDIR%%/plugins
@dir %%WWWDIR%%/public
@dir %%WWWDIR%%/public/assets
@dir(,,700) %%WWWDIR%%/public/uploads
@@ -36101,7 +36673,6 @@
@sample %%WWWDIR%%/config/redis.queues.yml.sample
@sample %%WWWDIR%%/config/initializers/devise_password_length.rb.sample
@sample %%WWWDIR%%/config/redis.shared_state.yml.sample
-@sample %%WWWDIR%%/config/unicorn.rb.sample
@sample %%WWWDIR%%/config/resque.yml.sample
@sample %%WWWDIR%%/config/database.yml.sample
@sample %%WWWDIR%%/lib/support/nginx/gitlab.sample
diff --git a/www/gitlab-ce/scripts/create-plist.php b/www/gitlab-ce/scripts/create-plist.php
index b1215fd3ea81..b1d4293ea660 100644
--- a/www/gitlab-ce/scripts/create-plist.php
+++ b/www/gitlab-ce/scripts/create-plist.php
@@ -44,7 +44,6 @@ foreach($objDir AS $objFile) {
// list of config files to ignore
$arrConfigFiles = array('/config/database.yml.example',
'/config/gitlab.yml.example',
- '/config/unicorn.rb.example',
'/config/puma.rb.example',
'/config/resque.yml.example',
'/config/secrets.yml.example',
@@ -106,7 +105,6 @@ print "@owner git
@dir(git,git,554) %%WWWDIR%%/bin
@dir %%WWWDIR%%/config
@dir(,,700) %%WWWDIR%%/builds
-@dir %%WWWDIR%%/changelogs/unreleased
@dir(,,744) %%WWWDIR%%/locale
@dir %%WWWDIR%%/lib/assets
@dir(,,744) %%WWWDIR%%/locale/bg
@@ -129,7 +127,6 @@ print "@owner git
@dir(,,744) %%WWWDIR%%/locale/zh_HK
@dir(,,744) %%WWWDIR%%/locale/zh_TW
@dir(,,744) %%WWWDIR%%/log
-@dir(,,744) %%WWWDIR%%/plugins
@dir %%WWWDIR%%/public
@dir %%WWWDIR%%/public/assets
@dir(,,700) %%WWWDIR%%/public/uploads
@@ -178,7 +175,6 @@ print "@owner git
@sample %%WWWDIR%%/config/redis.queues.yml.sample
@sample %%WWWDIR%%/config/initializers/devise_password_length.rb.sample
@sample %%WWWDIR%%/config/redis.shared_state.yml.sample
-@sample %%WWWDIR%%/config/unicorn.rb.sample
@sample %%WWWDIR%%/config/resque.yml.sample
@sample %%WWWDIR%%/config/database.yml.sample
@sample %%WWWDIR%%/lib/support/nginx/gitlab.sample