aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab-ce
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-05-20 06:14:24 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-05-20 06:14:24 +0000
commit34032f2dc124a8c869111fd6e9b49f83e04ade69 (patch)
tree8ac1a13fa17df115b0e58469bd8c56e86e44cc1e /www/gitlab-ce
parente1c63025501402534915866aa68ffb0fa97e1e0c (diff)
downloadports-34032f2dc124a8c869111fd6e9b49f83e04ade69.tar.gz
ports-34032f2dc124a8c869111fd6e9b49f83e04ade69.zip
Notes
Diffstat (limited to 'www/gitlab-ce')
-rw-r--r--www/gitlab-ce/Makefile36
-rw-r--r--www/gitlab-ce/distinfo6
-rw-r--r--www/gitlab-ce/files/gitlab.in21
-rw-r--r--www/gitlab-ce/files/patch-Gemfile11
-rw-r--r--www/gitlab-ce/files/patch-bin_background__jobs__sk4
-rw-r--r--www/gitlab-ce/files/patch-config_gitlab.yml.example17
-rw-r--r--www/gitlab-ce/files/patch-config_initializers_1__settings.rb4
-rw-r--r--www/gitlab-ce/files/patch-config_initializers_active__record__fix__insert__all.rb11
-rw-r--r--www/gitlab-ce/pkg-message4
-rw-r--r--www/gitlab-ce/pkg-plist1229
10 files changed, 1084 insertions, 259 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 2b64ef4e5d49..fee142dee9a7 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= gitlab-ce
-PORTVERSION= 12.9.5
-PORTREVISION= 1
+PORTVERSION= 12.10.6
+PORTREVISION= 0
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@@ -15,14 +15,17 @@ 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.24.3:devel/git \
- gitlab-shell>=12.0.0:devel/gitlab-shell \
- gitlab-workhorse>=8.25.2:www/gitlab-workhorse \
gitaly>=${PORTVERSION}:devel/gitaly \
+ gitlab-shell>=12.2.0:devel/gitlab-shell \
+ gitlab-workhorse>=8.30.1:www/gitlab-workhorse \
gitlab-pages>=1.17.0:www/gitlab-pages \
+ gitlab-elasticsearch-indexer>=2.2.0:textproc/gitlab-elasticsearch-indexer \
redis>=3.2.12:databases/redis \
yarn>=1.10.0:www/yarn \
gtar>0:archivers/gtar \
- rubygem-rails60>=6.0.2.2<6.0.2.3:www/rubygem-rails60 \
+ bash>0:shells/bash \
+ gtar>0:archivers/gtar \
+ rubygem-rails60>=6.0.3.1<6.0.3.2:www/rubygem-rails60 \
rubygem-bootsnap>=1.4.6<2.0:devel/rubygem-bootsnap \
rubygem-nakayoshi_fork>=0.0.4<0.1.0:devel/rubygem-nakayoshi_fork \
rubygem-responders-rails60>=3.0<4.0:www/rubygem-responders-rails60 \
@@ -74,7 +77,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \
rubygem-grape11>=1.1.0<1.2.0:devel/rubygem-grape11 \
rubygem-grape-entity>=0.7.1<0.8.0,1:devel/rubygem-grape-entity \
rubygem-rack-cors>=1.0.6<1.1.0:www/rubygem-rack-cors \
- rubygem-graphql>=1.9.19<1.10.0:devel/rubygem-graphql \
+ rubygem-graphql>=1.10.5<1.11.0:devel/rubygem-graphql \
rubygem-graphiql-rails>=1.4.10<1.5.0:devel/rubygem-graphiql-rails \
rubygem-apollo_upload_server>=2.0.0.b.3<2.1.0:net/rubygem-apollo_upload_server \
rubygem-graphql-docs>=1.6.0<1.7.0:devel/rubygem-graphql-docs \
@@ -111,7 +114,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \
rubygem-asciidoctor>=2.0.10<2.1.0:textproc/rubygem-asciidoctor \
rubygem-asciidoctor-include-ext>=0.3.1<0.4.0:textproc/rubygem-asciidoctor-include-ext \
rubygem-asciidoctor-plantuml0010=0.0.10:textproc/rubygem-asciidoctor-plantuml0010 \
- rubygem-rouge317>=3.17.0<3.18:textproc/rubygem-rouge317 \
+ rubygem-rouge318>=3.18.0<3.19:textproc/rubygem-rouge318 \
rubygem-truncato>=0.7.11<0.8.0:textproc/rubygem-truncato \
rubygem-bootstrap_form>=4.2.0<4.3.0:devel/rubygem-bootstrap_form \
rubygem-nokogiri>=1.10.9<1.11.0:textproc/rubygem-nokogiri \
@@ -177,7 +180,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \
rubygem-rack-attack>=6.2.0<6.3.0:www/rubygem-rack-attack \
rubygem-sentry-raven>=2.9<3.0:devel/rubygem-sentry-raven \
rubygem-premailer-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \
- rubygem-gitlab-labkit>=0.11.0<0.11.1:devel/rubygem-gitlab-labkit \
+ rubygem-gitlab-labkit>=0.12.0<0.12.1:devel/rubygem-gitlab-labkit \
rubygem-ruby_parser>=3.8<4.0:devel/rubygem-ruby_parser \
rubygem-rails-i18n-rails60>=6.0<7.0:devel/rubygem-rails-i18n-rails60 \
rubygem-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \
@@ -186,7 +189,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \
rubygem-batch-loader14>=1.4.0<1.5.0:devel/rubygem-batch-loader14 \
rubygem-peek-rails60>=1.1.0<2.0:devel/rubygem-peek-rails60 \
rubygem-snowplow-tracker>=0.6.1<0.7.0:devel/rubygem-snowplow-tracker \
- rubygem-gitlab-derailed_benchmarks>0:benchmarks/rubygem-gitlab-derailed_benchmarks \
+ rubygem-derailed_benchmarks>0:benchmarks/rubygem-derailed_benchmarks \
rubygem-method_source0>=0.8<1.0:devel/rubygem-method_source0 \
rubygem-influxdb>=0.2<1.0:databases/rubygem-influxdb \
rubygem-prometheus-client-mmap>=0.10.0<0.11.0:devel/rubygem-prometheus-client-mmap \
@@ -195,7 +198,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \
rubygem-gitlab-mail_room>=0.0.3<0.1.0:mail/rubygem-gitlab-mail_room \
rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \
rubygem-html2text>=0:textproc/rubygem-html2text \
- rubygem-ruby-prof>=1.0.0<1.1.0:devel/rubygem-ruby-prof \
+ rubygem-ruby-prof>=1.3.0<1.4.0:devel/rubygem-ruby-prof \
rubygem-stackprof>=0.2.15<0.3:devel/rubygem-stackprof \
rubygem-rbtrace>=0.4<1.0:devel/rubygem-rbtrace \
rubygem-memory_profiler>=0.9<1.0:devel/rubygem-memory_profiler \
@@ -211,8 +214,8 @@ MY_DEPENDS= git>=2.24.3:devel/git \
rubygem-ed25519>=1.2<2.0:security/rubygem-ed25519 \
rubygem-bcrypt_pbkdf>=1.0<2.0:security/rubygem-bcrypt_pbkdf \
rubygem-gitaly>=12.9.0.p.r4<12.10.0:net/rubygem-gitaly \
- rubygem-grpc124>=1.24.0<1.25.0:net/rubygem-grpc124 \
- rubygem-google-protobuf38>=3.8.0<3.9.0:devel/rubygem-google-protobuf38 \
+ rubygem-grpc124>=1.24.0:net/rubygem-grpc124 \
+ rubygem-google-protobuf38>=3.8.:devel/rubygem-google-protobuf38 \
rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \
rubygem-flipper>=0.17.1<0.18.0:devel/rubygem-flipper \
rubygem-flipper-active_record>=0.17.1<0.18.0:databases/rubygem-flipper-active_record \
@@ -226,7 +229,8 @@ MY_DEPENDS= git>=2.24.3:devel/git \
rubygem-liquid>=4.0<5:textproc/rubygem-liquid \
rubygem-lru_redux>0:devel/rubygem-lru_redux \
rubygem-erubi>=1.9.0<1.10:www/rubygem-erubi \
- rubygem-mail>=2.7.1<2.7.2,2:mail/rubygem-mail
+ rubygem-mail>=2.7.1<2.7.2,2:mail/rubygem-mail \
+ rubygem-lockbox>=0.3.3<0.4.0:security/rubygem-lockbox
BUILD_DEPENDS= gem:devel/ruby-gems \
${MY_DEPENDS}
@@ -239,6 +243,7 @@ CONFLICTS_INSTALL= gitolite-* \
gitea-* \
${PYTHON_PKGNAMEPREFIX}-gitosis-*
+USES= shebangfix
USE_RUBY= yes
USE_RC_SUBR= gitlab
@@ -246,13 +251,16 @@ USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
GL_PROJECT= gitlab-foss
# Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
-GL_COMMIT= 58afee038ec5ae1c6e1887238a0d9b3aba9cfb86
+GL_COMMIT= 833223f2a7f9b95823f6a570be3e65cd3ecfa71f
+SHEBANG_FILES= bin/background_* scripts/build_assets_image scripts/clean-old-cached-assets scripts/create_postgres_user.sh scripts/prepare_postgres_fdw.sh scripts/review_apps/gcp_cleanup.sh scripts/rspec_helpers.sh scripts/security-harness
USERS= git
GROUPS= git
NO_BUILD= yes
+NO_ARCH= yes
+
post-patch:
${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config/gitlab.yml.example \
${WRKSRC}/config/puma.rb.example \
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index bf4934a68d9d..368aad0ab958 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588326501
-SHA256 (gitlab-org-gitlab-foss-58afee038ec5ae1c6e1887238a0d9b3aba9cfb86_GL0.tar.gz) = 7cd1267906dad7e4c1030d309fccaf81dd18ae589a52793751040895050fcbee
-SIZE (gitlab-org-gitlab-foss-58afee038ec5ae1c6e1887238a0d9b3aba9cfb86_GL0.tar.gz) = 89140411
+TIMESTAMP = 1589649421
+SHA256 (gitlab-org-gitlab-foss-833223f2a7f9b95823f6a570be3e65cd3ecfa71f_GL0.tar.gz) = 10a6dcd8a4b1c4c384f9bb457cf8f96ea3c4685179a3d6bfa3c10afb28c6be6d
+SIZE (gitlab-org-gitlab-foss-833223f2a7f9b95823f6a570be3e65cd3ecfa71f_GL0.tar.gz) = 85959439
diff --git a/www/gitlab-ce/files/gitlab.in b/www/gitlab-ce/files/gitlab.in
index 91b96c151c0f..c2460623ad4c 100644
--- a/www/gitlab-ce/files/gitlab.in
+++ b/www/gitlab-ce/files/gitlab.in
@@ -48,7 +48,8 @@ load_rc_config $name
### Environment variables
RAILS_ENV="production"
-EXPERIMENTAL_PUMA=""
+USE_UNICORN="1"
+SIDEKIQ_WORKERS=1
# Script variable names should be lower-case not to conflict with
# internal /bin/sh variables such as PATH, EDITOR or SHELL.
@@ -58,7 +59,6 @@ pid_path="$app_root/tmp/pids"
socket_path="$app_root/tmp/sockets"
rails_socket="$socket_path/gitlab.socket"
web_server_pid_path="$pid_path/unicorn.pid"
-sidekiq_pid_path="$pid_path/sidekiq.pid"
if checkyesno gitlab_mail_room_enable; then
mail_room_enabled=true
else
@@ -152,12 +152,17 @@ if ! cd "$app_root" ; then
fi
# Select the web server to use
-if [ -z "$EXPERIMENTAL_PUMA" ]; then
- use_web_server="unicorn"
-else
+if [ -z "$USE_UNICORN" ]; then
use_web_server="puma"
+else
+ use_web_server="unicorn"
fi
+if [ -z "$SIDEKIQ_WORKERS" ]; then
+ sidekiq_pid_path="$pid_path/sidekiq.pid"
+else
+ sidekiq_pid_path="$pid_path/sidekiq-cluster.pid"
+fi
### Init Script functions
@@ -379,7 +384,7 @@ start_gitlab() {
if [ "$sidekiq_status" = "0" ]; then
echo "The Sidekiq job dispatcher is already running with pid $spid, not restarting"
else
- RAILS_ENV=$RAILS_ENV bin/background_jobs start &
+ RAILS_ENV=$RAILS_ENV SIDEKIQ_WORKERS=$SIDEKIQ_WORKERS bin/background_jobs start &
fi
if [ "$gitlab_workhorse_status" = "0" ]; then
@@ -438,7 +443,7 @@ stop_gitlab() {
fi
if [ "$sidekiq_status" = "0" ]; then
echo "Shutting down GitLab Sidekiq"
- RAILS_ENV=$RAILS_ENV bin/background_jobs stop
+ RAILS_ENV=$RAILS_ENV SIDEKIQ_WORKERS=$SIDEKIQ_WORKERS bin/background_jobs stop
fi
if [ "$gitlab_workhorse_status" = "0" ]; then
echo "Shutting down GitLab Workhorse"
@@ -542,7 +547,7 @@ reload_gitlab(){
echo "Done."
echo "Restarting GitLab Sidekiq since it isn't capable of reloading its config..."
- RAILS_ENV=$RAILS_ENV bin/background_jobs restart
+ RAILS_ENV=$RAILS_ENV SIDEKIQ_WORKERS=$SIDEKIQ_WORKERS bin/background_jobs restart
if [ "$mail_room_enabled" != true ]; then
echo "Restarting GitLab MailRoom since it isn't capable of reloading its config..."
diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile
index 636db2842e31..08f241dfb3b8 100644
--- a/www/gitlab-ce/files/patch-Gemfile
+++ b/www/gitlab-ce/files/patch-Gemfile
@@ -1,10 +1,10 @@
---- Gemfile.orig 2020-04-14 21:01:52 UTC
+--- Gemfile.orig 2020-05-04 10:07:41 UTC
+++ Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'rails', '6.0.2'
-+gem 'rails', '6.0.2.2'
++gem 'rails', '6.0.3.1'
gem 'bootsnap', '~> 1.4.6'
@@ -17,7 +17,7 @@
gem 'grape-path-helpers', '~> 1.2'
gem 'faraday', '~> 0.12'
-@@ -93,7 +93,6 @@ gem 'graphql', '~> 1.9.19'
+@@ -93,7 +93,6 @@ gem 'graphql', '~> 1.10.5'
# https://gitlab.com/gitlab-org/gitlab/issues/31747
gem 'graphiql-rails', '~> 1.4.10'
gem 'apollo_upload_server', '~> 2.0.0.beta3'
@@ -34,7 +34,7 @@
# Jira integration
gem 'jira-ruby', '~> 1.7'
-@@ -329,92 +328,6 @@ group :metrics do
+@@ -329,91 +328,6 @@ group :metrics do
# Prometheus
gem 'prometheus-client-mmap', '~> 0.10.0'
gem 'raindrops', '~> 0.18'
@@ -75,7 +75,7 @@
- gem 'spring', '~> 2.0.0'
- gem 'spring-commands-rspec', '~> 1.0.4'
-
-- gem 'gitlab-styles', '~> 3.1.0', require: false
+- gem 'gitlab-styles', '~> 3.2.0', require: false
- # Pin these dependencies, otherwise a new rule could break the CI pipelines
- gem 'rubocop', '~> 0.74.0'
- gem 'rubocop-performance', '~> 1.4.1'
@@ -108,7 +108,6 @@
- gem 'fuubar', '~> 2.2.0'
- gem 'rspec-retry', '~> 0.6.1'
- gem 'rspec_profiling', '~> 0.0.5'
-- gem 'rspec-set', '~> 0.1.3'
- gem 'rspec-parameterized', require: false
-
- gem 'capybara', '~> 3.22.0'
diff --git a/www/gitlab-ce/files/patch-bin_background__jobs__sk b/www/gitlab-ce/files/patch-bin_background__jobs__sk
index ed852c48bf9c..cb91657ec11e 100644
--- a/www/gitlab-ce/files/patch-bin_background__jobs__sk
+++ b/www/gitlab-ce/files/patch-bin_background__jobs__sk
@@ -5,7 +5,7 @@
stop()
{
- bundle exec sidekiqctl stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
-+ bundle exec sidekiqctl5 stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
++ bundle exec sidekiqctl stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
}
restart()
@@ -14,7 +14,7 @@
fi
- ${cmd} bundle exec sidekiq -C "${sidekiq_config}" -e $RAILS_ENV "$@"
-+ ${cmd} bundle exec sidekiq5 -C "${sidekiq_config}" -e $RAILS_ENV "$@"
++ ${cmd} bundle exec sidekiq -C "${sidekiq_config}" -e $RAILS_ENV "$@"
}
case "$1" in
diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example
index 810ded29bde6..32a9d738b793 100644
--- a/www/gitlab-ce/files/patch-config_gitlab.yml.example
+++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example
@@ -1,6 +1,6 @@
---- config/gitlab.yml.example.orig 2020-03-26 12:19:15 UTC
+--- config/gitlab.yml.example.orig 2020-05-15 17:18:13 UTC
+++ config/gitlab.yml.example
-@@ -937,7 +937,7 @@ production: &base
+@@ -955,7 +955,7 @@ production: &base
# Gitaly settings
gitaly:
# Path to the directory containing Gitaly client executables.
@@ -9,7 +9,7 @@
# Default Gitaly authentication token. Can be overridden per storage. Can
# be left blank when Gitaly is running locally on a Unix socket, which
# is the normal way to deploy Gitaly.
-@@ -955,8 +955,8 @@ production: &base
+@@ -973,8 +973,8 @@ production: &base
# real path not the symlink.
storages: # You must have at least a `default` storage path.
default:
@@ -20,7 +20,7 @@
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
## Backup settings
-@@ -1002,12 +1002,12 @@ production: &base
+@@ -1020,12 +1020,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
@@ -36,7 +36,14 @@
# Git over HTTP
upload_pack: true
-@@ -1032,7 +1032,7 @@ production: &base
+@@ -1044,13 +1044,13 @@ production: &base
+
+ ## GitLab Elasticsearch settings
+ elasticsearch:
+- indexer_path: /home/git/gitlab-elasticsearch-indexer/
++ indexer_path: %%PREFIX%%/bin/
+
+ ## Git settings
# CAUTION!
# Use the default values unless you really know what you are doing
git:
diff --git a/www/gitlab-ce/files/patch-config_initializers_1__settings.rb b/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
index 1332a97ea9c0..3cba141c5e87 100644
--- a/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
+++ b/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
@@ -1,6 +1,6 @@
---- config/initializers/1_settings.rb.orig 2020-03-26 12:19:15 UTC
+--- config/initializers/1_settings.rb.orig 2020-04-21 23:01:33 UTC
+++ config/initializers/1_settings.rb
-@@ -182,11 +182,7 @@ Settings.gitlab['url'] ||= Settings.__send__(:build_gi
+@@ -173,11 +173,7 @@ Settings.gitlab['url'] ||= Settings.__send__(:build_gi
Settings.gitlab['user'] ||= 'git'
# External configuration may cause the ssh user to differ from the GitLab user
Settings.gitlab['ssh_user'] ||= Settings.gitlab.user
diff --git a/www/gitlab-ce/files/patch-config_initializers_active__record__fix__insert__all.rb b/www/gitlab-ce/files/patch-config_initializers_active__record__fix__insert__all.rb
new file mode 100644
index 000000000000..361f0a78e815
--- /dev/null
+++ b/www/gitlab-ce/files/patch-config_initializers_active__record__fix__insert__all.rb
@@ -0,0 +1,11 @@
+--- config/initializers/active_record_fix_insert_all.rb.orig 2020-05-15 17:18:13 UTC
++++ config/initializers/active_record_fix_insert_all.rb
+@@ -7,7 +7,7 @@
+ # This is covered by tests in `BulkInsertSafe`
+ # that validates handling of different data types
+
+-if Rails.gem_version > Gem::Version.new("6.0.2")
++if Rails.gem_version > Gem::Version.new("6.0.3.1")
+ raise Gem::DependencyError,
+ "Remove patch once the https://github.com/rails/rails/pull/38763 is included"
+ end
diff --git a/www/gitlab-ce/pkg-message b/www/gitlab-ce/pkg-message
index 2d1a1f5b3696..3b8f0f822716 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/12.9-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/12.10-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/12.8-12.9-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/12.9-12.10-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 b326ecfd9be0..a642e255868d 100644
--- a/www/gitlab-ce/pkg-plist
+++ b/www/gitlab-ce/pkg-plist
@@ -33,12 +33,14 @@
%%WWWDIR%%/.gitlab/issue_templates/Documentation.md
%%WWWDIR%%/.gitlab/issue_templates/Feature Flag Roll Out.md
%%WWWDIR%%/.gitlab/issue_templates/Feature proposal.md
+%%WWWDIR%%/.gitlab/issue_templates/Migrations.md
%%WWWDIR%%/.gitlab/issue_templates/Problem_Validation.md
%%WWWDIR%%/.gitlab/issue_templates/Productivity Improvement.md
%%WWWDIR%%/.gitlab/issue_templates/QA failure.md
%%WWWDIR%%/.gitlab/issue_templates/Refactoring.md
%%WWWDIR%%/.gitlab/issue_templates/Security Release.md
%%WWWDIR%%/.gitlab/issue_templates/Security developer workflow.md
+%%WWWDIR%%/.gitlab/issue_templates/Solution_validation
%%WWWDIR%%/.gitlab/issue_templates/Technical Evaluation.md
%%WWWDIR%%/.gitlab/issue_templates/Test plan.md
%%WWWDIR%%/.gitlab/merge_request_templates/Change documentation location.md
@@ -83,7 +85,6 @@
%%WWWDIR%%/PROCESS.md
%%WWWDIR%%/Pipfile
%%WWWDIR%%/Pipfile.lock
-%%WWWDIR%%/Procfile
%%WWWDIR%%/README.md
%%WWWDIR%%/Rakefile
%%WWWDIR%%/VERSION
@@ -1981,6 +1982,7 @@
%%WWWDIR%%/app/assets/images/touch-icon-iphone.png
%%WWWDIR%%/app/assets/images/white-scheme-preview.png
%%WWWDIR%%/app/assets/javascripts/activities.js
+%%WWWDIR%%/app/assets/javascripts/admin/application_settings/setup_metrics_and_profiling.js
%%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/components/app.vue
%%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/constants.js
%%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/index.js
@@ -2131,6 +2133,7 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/board.js
%%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_card.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_column.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js
%%WWWDIR%%/app/assets/javascripts/boards/components/board_form.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_list.vue
@@ -2195,6 +2198,9 @@
%%WWWDIR%%/app/assets/javascripts/build_artifacts.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/ajax_variable_list.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/ci_variable_list.js
+%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_environments_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_key_field.vue
+%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_variable_autocomplete_tokens.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_variable_modal.vue
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_variable_popover.vue
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_variable_settings.vue
@@ -2203,6 +2209,7 @@
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/index.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/native_form_variable_list.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/getters.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/index.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/mutations.js
@@ -2316,6 +2323,11 @@
%%WWWDIR%%/app/assets/javascripts/create_item_dropdown.js
%%WWWDIR%%/app/assets/javascripts/create_label.js
%%WWWDIR%%/app/assets/javascripts/create_merge_request_dropdown.js
+%%WWWDIR%%/app/assets/javascripts/custom_metrics/components/custom_metrics_form.vue
+%%WWWDIR%%/app/assets/javascripts/custom_metrics/components/custom_metrics_form_fields.vue
+%%WWWDIR%%/app/assets/javascripts/custom_metrics/components/delete_custom_metric_modal.vue
+%%WWWDIR%%/app/assets/javascripts/custom_metrics/constants.js
+%%WWWDIR%%/app/assets/javascripts/custom_metrics/index.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/banner.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_code_component.vue
@@ -2357,8 +2369,8 @@
%%WWWDIR%%/app/assets/javascripts/diffs/components/app.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/commit_item.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/commit_widget.vue
+%%WWWDIR%%/app/assets/javascripts/diffs/components/compare_dropdown_layout.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/compare_versions.vue
-%%WWWDIR%%/app/assets/javascripts/diffs/components/compare_versions_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_content.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_discussion_reply.vue
%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_discussions.vue
@@ -2391,6 +2403,7 @@
%%WWWDIR%%/app/assets/javascripts/diffs/mixins/image_diff.js
%%WWWDIR%%/app/assets/javascripts/diffs/store/actions.js
%%WWWDIR%%/app/assets/javascripts/diffs/store/getters.js
+%%WWWDIR%%/app/assets/javascripts/diffs/store/getters_versions_dropdowns.js
%%WWWDIR%%/app/assets/javascripts/diffs/store/modules/diff_state.js
%%WWWDIR%%/app/assets/javascripts/diffs/store/modules/index.js
%%WWWDIR%%/app/assets/javascripts/diffs/store/mutation_types.js
@@ -2424,9 +2437,11 @@
%%WWWDIR%%/app/assets/javascripts/emoji/support/unicode_support_map.js
%%WWWDIR%%/app/assets/javascripts/environments/components/confirm_rollback_modal.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/container.vue
+%%WWWDIR%%/app/assets/javascripts/environments/components/delete_environment_modal.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/empty_state.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/enable_review_app_button.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.vue
+%%WWWDIR%%/app/assets/javascripts/environments/components/environment_delete.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.vue
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_monitoring.vue
@@ -2448,11 +2463,13 @@
%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_folder_view_mixin.js
%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_mixin.js
%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_table_mixin.js
+%%WWWDIR%%/app/assets/javascripts/environments/mount_show.js
%%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js
%%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js
%%WWWDIR%%/app/assets/javascripts/environments/stores/helpers.js
%%WWWDIR%%/app/assets/javascripts/error_tracking/components/constants.js
%%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_details.vue
+%%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_tracking_actions.vue
%%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_tracking_list.vue
%%WWWDIR%%/app/assets/javascripts/error_tracking/components/stacktrace.vue
%%WWWDIR%%/app/assets/javascripts/error_tracking/components/stacktrace_entry.vue
@@ -2601,7 +2618,6 @@
%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/success_message.vue
%%WWWDIR%%/app/assets/javascripts/ide/components/editor_mode_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/ide/components/error_message.vue
-%%WWWDIR%%/app/assets/javascripts/ide/components/external_link.vue
%%WWWDIR%%/app/assets/javascripts/ide/components/file_row_extra.vue
%%WWWDIR%%/app/assets/javascripts/ide/components/file_templates/bar.vue
%%WWWDIR%%/app/assets/javascripts/ide/components/file_templates/dropdown.vue
@@ -2752,6 +2768,9 @@
%%WWWDIR%%/app/assets/javascripts/init_issuable_sidebar.js
%%WWWDIR%%/app/assets/javascripts/init_labels.js
%%WWWDIR%%/app/assets/javascripts/init_notes.js
+%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/active_toggle.vue
+%%WWWDIR%%/app/assets/javascripts/integrations/edit/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/integrations/edit/index.js
%%WWWDIR%%/app/assets/javascripts/integrations/integration_settings_form.js
%%WWWDIR%%/app/assets/javascripts/issuable/auto_width_dropdown_select.js
%%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_actions.js
@@ -2792,6 +2811,15 @@
%%WWWDIR%%/app/assets/javascripts/issue_show/utils/parse_data.js
%%WWWDIR%%/app/assets/javascripts/issue_show/utils/update_description.js
%%WWWDIR%%/app/assets/javascripts/issue_status_select.js
+%%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_app.vue
+%%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_form.vue
+%%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_progress.vue
+%%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_setup.vue
+%%WWWDIR%%/app/assets/javascripts/jira_import/index.js
+%%WWWDIR%%/app/assets/javascripts/jira_import/queries/get_jira_import_details.query.graphql
+%%WWWDIR%%/app/assets/javascripts/jira_import/queries/initiate_jira_import.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/jira_import/queries/jira_import.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/jira_import/utils.js
%%WWWDIR%%/app/assets/javascripts/jobs/components/artifacts_block.vue
%%WWWDIR%%/app/assets/javascripts/jobs/components/commit_block.vue
%%WWWDIR%%/app/assets/javascripts/jobs/components/empty_state.vue
@@ -2884,7 +2912,11 @@
%%WWWDIR%%/app/assets/javascripts/locale/sprintf.js
%%WWWDIR%%/app/assets/javascripts/logo.js
%%WWWDIR%%/app/assets/javascripts/logs/components/environment_logs.vue
+%%WWWDIR%%/app/assets/javascripts/logs/components/log_advanced_filters.vue
%%WWWDIR%%/app/assets/javascripts/logs/components/log_control_buttons.vue
+%%WWWDIR%%/app/assets/javascripts/logs/components/log_simple_filters.vue
+%%WWWDIR%%/app/assets/javascripts/logs/components/tokens/token_with_loading_state.vue
+%%WWWDIR%%/app/assets/javascripts/logs/constants.js
%%WWWDIR%%/app/assets/javascripts/logs/index.js
%%WWWDIR%%/app/assets/javascripts/logs/stores/actions.js
%%WWWDIR%%/app/assets/javascripts/logs/stores/getters.js
@@ -2895,6 +2927,8 @@
%%WWWDIR%%/app/assets/javascripts/logs/utils.js
%%WWWDIR%%/app/assets/javascripts/main.js
%%WWWDIR%%/app/assets/javascripts/main_ee.js
+%%WWWDIR%%/app/assets/javascripts/maintenance_mode_settings/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/maintenance_mode_settings/index.js
%%WWWDIR%%/app/assets/javascripts/manual_ordering.js
%%WWWDIR%%/app/assets/javascripts/member_expiration_date.js
%%WWWDIR%%/app/assets/javascripts/members.js
@@ -2914,7 +2948,9 @@
%%WWWDIR%%/app/assets/javascripts/mirrors/constants.js
%%WWWDIR%%/app/assets/javascripts/mirrors/mirror_repos.js
%%WWWDIR%%/app/assets/javascripts/mirrors/ssh_mirror.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/annotations.js
%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/anomaly.vue
+%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/bar.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/column.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/empty_chart.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/heatmap.vue
@@ -2925,7 +2961,8 @@
%%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboard.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboards_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/duplicate_dashboard_form.vue
-%%WWWDIR%%/app/assets/javascripts/monitoring/components/embed.vue
+%%WWWDIR%%/app/assets/javascripts/monitoring/components/embeds/embed_group.vue
+%%WWWDIR%%/app/assets/javascripts/monitoring/components/embeds/metric_embed.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/empty_state.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph_group.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/group_empty_state.vue
@@ -2933,8 +2970,15 @@
%%WWWDIR%%/app/assets/javascripts/monitoring/constants.js
%%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_bundle.js
%%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_tracking_helper.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/queries/getAnnotations.query.graphql
%%WWWDIR%%/app/assets/javascripts/monitoring/queries/getEnvironments.query.graphql
%%WWWDIR%%/app/assets/javascripts/monitoring/stores/actions.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/actions.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/getters.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/index.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/mutations.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/state.js
%%WWWDIR%%/app/assets/javascripts/monitoring/stores/getters.js
%%WWWDIR%%/app/assets/javascripts/monitoring/stores/index.js
%%WWWDIR%%/app/assets/javascripts/monitoring/stores/mutation_types.js
@@ -3000,6 +3044,7 @@
%%WWWDIR%%/app/assets/javascripts/notes/components/noteable_discussion.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/noteable_note.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/notes_app.vue
+%%WWWDIR%%/app/assets/javascripts/notes/components/sort_discussion.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/toggle_replies_widget.vue
%%WWWDIR%%/app/assets/javascripts/notes/constants.js
%%WWWDIR%%/app/assets/javascripts/notes/discussion_filters.js
@@ -3015,6 +3060,7 @@
%%WWWDIR%%/app/assets/javascripts/notes/mixins/note_form.js
%%WWWDIR%%/app/assets/javascripts/notes/mixins/noteable.js
%%WWWDIR%%/app/assets/javascripts/notes/mixins/resolvable.js
+%%WWWDIR%%/app/assets/javascripts/notes/sort_discussions.js
%%WWWDIR%%/app/assets/javascripts/notes/stores/actions.js
%%WWWDIR%%/app/assets/javascripts/notes/stores/collapse_utils.js
%%WWWDIR%%/app/assets/javascripts/notes/stores/getters.js
@@ -3039,8 +3085,9 @@
%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/account_and_limits.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/general/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/integrations/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/metrics_and_profiling/index.js
-%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/usage_ping_payload.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/payload_previewer.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/broadcast_message.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/destroy/index.js
@@ -3063,6 +3110,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/runners/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/serverless/domains/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/services/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/sessions/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/user_modal_manager.vue
@@ -3105,6 +3153,8 @@
%%WWWDIR%%/app/assets/javascripts/pages/groups/registry/repositories/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/integrations/edit/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/repository/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/shared/group_details.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/shared/group_tabs.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/show/index.js
@@ -3163,6 +3213,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/folder/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/metrics/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/terminal/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/details/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/index/index.js
@@ -3171,6 +3222,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/charts/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/charts/series_data_mixin.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/import/jira/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/imports/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/init_blob.js
@@ -3232,6 +3284,8 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/test_report/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/project.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/project_members/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/prometheus/metrics/edit/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/prometheus/metrics/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/registry/repositories/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/releases/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/releases/index/index.js
@@ -3256,6 +3310,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/static_site_editor/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/releases/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/tree/show/index.js
@@ -3265,6 +3320,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/registrations/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/root/index.js
%%WWWDIR%%/app/assets/javascripts/pages/search/init_filtered_search.js
+%%WWWDIR%%/app/assets/javascripts/pages/search/show/highlight_blob_search_result.js
%%WWWDIR%%/app/assets/javascripts/pages/search/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/search/show/refresh_counts.js
%%WWWDIR%%/app/assets/javascripts/pages/search/show/search.js
@@ -3356,6 +3412,14 @@
%%WWWDIR%%/app/assets/javascripts/project_select.js
%%WWWDIR%%/app/assets/javascripts/project_select_combo_button.js
%%WWWDIR%%/app/assets/javascripts/project_visibility.js
+%%WWWDIR%%/app/assets/javascripts/projects/commits/components/author_select.vue
+%%WWWDIR%%/app/assets/javascripts/projects/commits/index.js
+%%WWWDIR%%/app/assets/javascripts/projects/commits/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/projects/commits/store/index.js
+%%WWWDIR%%/app/assets/javascripts/projects/commits/store/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/projects/commits/store/mutations.js
+%%WWWDIR%%/app/assets/javascripts/projects/commits/store/state.js
+%%WWWDIR%%/app/assets/javascripts/projects/default_project_templates.js
%%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/app.vue
%%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/pipelines_area_chart.vue
%%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/statistics_list.vue
@@ -3367,7 +3431,10 @@
%%WWWDIR%%/app/assets/javascripts/projects/tree/components/commit_pipeline_status_component.vue
%%WWWDIR%%/app/assets/javascripts/projects/tree/services/commit_pipeline_service.js
%%WWWDIR%%/app/assets/javascripts/projects_list.js
+%%WWWDIR%%/app/assets/javascripts/prometheus_alerts/components/reset_key.vue
+%%WWWDIR%%/app/assets/javascripts/prometheus_alerts/index.js
%%WWWDIR%%/app/assets/javascripts/prometheus_metrics/constants.js
+%%WWWDIR%%/app/assets/javascripts/prometheus_metrics/custom_metrics.js
%%WWWDIR%%/app/assets/javascripts/prometheus_metrics/prometheus_metrics.js
%%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js
%%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_create.js
@@ -3382,6 +3449,7 @@
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/group_empty_state.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/project_empty_state.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/project_policy_alert.vue
+%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/quickstart_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/registry_breadcrumb.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/constants.js
%%WWWDIR%%/app/assets/javascripts/registry/explorer/index.js
@@ -3396,19 +3464,6 @@
%%WWWDIR%%/app/assets/javascripts/registry/explorer/stores/mutations.js
%%WWWDIR%%/app/assets/javascripts/registry/explorer/stores/state.js
%%WWWDIR%%/app/assets/javascripts/registry/explorer/utils.js
-%%WWWDIR%%/app/assets/javascripts/registry/list/components/app.vue
-%%WWWDIR%%/app/assets/javascripts/registry/list/components/collapsible_container.vue
-%%WWWDIR%%/app/assets/javascripts/registry/list/components/group_empty_state.vue
-%%WWWDIR%%/app/assets/javascripts/registry/list/components/project_empty_state.vue
-%%WWWDIR%%/app/assets/javascripts/registry/list/components/table_registry.vue
-%%WWWDIR%%/app/assets/javascripts/registry/list/constants.js
-%%WWWDIR%%/app/assets/javascripts/registry/list/index.js
-%%WWWDIR%%/app/assets/javascripts/registry/list/stores/actions.js
-%%WWWDIR%%/app/assets/javascripts/registry/list/stores/getters.js
-%%WWWDIR%%/app/assets/javascripts/registry/list/stores/index.js
-%%WWWDIR%%/app/assets/javascripts/registry/list/stores/mutation_types.js
-%%WWWDIR%%/app/assets/javascripts/registry/list/stores/mutations.js
-%%WWWDIR%%/app/assets/javascripts/registry/list/stores/state.js
%%WWWDIR%%/app/assets/javascripts/registry/settings/components/registry_settings_app.vue
%%WWWDIR%%/app/assets/javascripts/registry/settings/components/settings_form.vue
%%WWWDIR%%/app/assets/javascripts/registry/settings/registry_settings_bundle.js
@@ -3431,6 +3486,7 @@
%%WWWDIR%%/app/assets/javascripts/releases/components/app_edit.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/app_index.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
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block_assets.vue
@@ -3446,6 +3502,7 @@
%%WWWDIR%%/app/assets/javascripts/releases/mount_show.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/index.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/actions.js
+%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/getters.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/index.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/mutations.js
@@ -3455,6 +3512,7 @@
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/list/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/list/mutations.js
%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/list/state.js
+%%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/components/accessibility_issue_body.vue
%%WWWDIR%%/app/assets/javascripts/reports/components/grouped_test_reports_app.vue
%%WWWDIR%%/app/assets/javascripts/reports/components/issue_body.js
%%WWWDIR%%/app/assets/javascripts/reports/components/issue_status_icon.vue
@@ -3541,6 +3599,8 @@
%%WWWDIR%%/app/assets/javascripts/serverless/store/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/serverless/store/mutations.js
%%WWWDIR%%/app/assets/javascripts/serverless/store/state.js
+%%WWWDIR%%/app/assets/javascripts/serverless/survey_banner.js
+%%WWWDIR%%/app/assets/javascripts/serverless/survey_banner.vue
%%WWWDIR%%/app/assets/javascripts/serverless/utils.js
%%WWWDIR%%/app/assets/javascripts/set_status_modal/emoji_menu_in_modal.js
%%WWWDIR%%/app/assets/javascripts/set_status_modal/event_hub.js
@@ -3592,8 +3652,11 @@
%%WWWDIR%%/app/assets/javascripts/smart_interval.js
%%WWWDIR%%/app/assets/javascripts/snippet/collapsible_input.js
%%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js
+%%WWWDIR%%/app/assets/javascripts/snippet/snippet_edit.js
%%WWWDIR%%/app/assets/javascripts/snippet/snippet_embed.js
-%%WWWDIR%%/app/assets/javascripts/snippets/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/snippet/snippet_show.js
+%%WWWDIR%%/app/assets/javascripts/snippets/components/edit.vue
+%%WWWDIR%%/app/assets/javascripts/snippets/components/show.vue
%%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_blob_edit.vue
%%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_blob_view.vue
%%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_description_edit.vue
@@ -3604,16 +3667,36 @@
%%WWWDIR%%/app/assets/javascripts/snippets/fragments/project.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/snippets/fragments/snippetBase.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/snippets/index.js
+%%WWWDIR%%/app/assets/javascripts/snippets/mixins/snippets.js
+%%WWWDIR%%/app/assets/javascripts/snippets/mutations/createSnippet.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/snippets/mutations/deleteSnippet.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/snippets/mutations/updateSnippet.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/snippets/queries/projectPermissions.query.graphql
%%WWWDIR%%/app/assets/javascripts/snippets/queries/snippet.blob.content.query.graphql
-%%WWWDIR%%/app/assets/javascripts/snippets/queries/snippet.blob.query.graphql
%%WWWDIR%%/app/assets/javascripts/snippets/queries/snippet.query.graphql
%%WWWDIR%%/app/assets/javascripts/snippets/queries/userPermissions.query.graphql
%%WWWDIR%%/app/assets/javascripts/sortable/sortable_config.js
%%WWWDIR%%/app/assets/javascripts/sourcegraph/index.js
%%WWWDIR%%/app/assets/javascripts/sourcegraph/load.js
%%WWWDIR%%/app/assets/javascripts/star.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_area.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_header.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/invalid_content_message.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/publish_toolbar.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/saved_changes_message.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/static_site_editor.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/submit_changes_error.vue
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/constants.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/index.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/services/generate_branch_name.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/services/load_source_content.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/services/submit_content_changes.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/getters.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/index.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/mutations.js
+%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/state.js
%%WWWDIR%%/app/assets/javascripts/subscription_select.js
%%WWWDIR%%/app/assets/javascripts/syntax_highlight.js
%%WWWDIR%%/app/assets/javascripts/task_list.js
@@ -3663,6 +3746,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_status_icon.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_suggest_pipeline.vue
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_terraform_plan.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/review_app_link.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/source_branch_removal_status.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/commit_edit.vue
@@ -3706,6 +3790,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/get_state_key.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/state_maps.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/awards_list.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/blob_viewers/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/blob_viewers/index.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/blob_viewers/mixins.js
@@ -3716,6 +3801,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_badge_link.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_icon.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/clipboard_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/clone_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/code_block.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/commit.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/confirm_modal.vue
@@ -3756,6 +3842,8 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_row_header.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_tree.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/form/form_footer_actions.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/form/title.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_countdown.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_mentions.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_modal.vue
@@ -3772,6 +3860,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/lib/utils/diff_utils.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/lib/utils/dom_utils.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/loading_button.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/local_storage_sync.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/field.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/header.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestion_diff.vue
@@ -3788,6 +3877,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/skeleton_note.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/system_note.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/timeline_entry_item.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/ordered_layout.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/paginated_list.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pagination/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pagination/table_pagination.vue
@@ -3838,6 +3928,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/time_ago_tooltip.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/toggle_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/tooltip_on_truncate.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/badges/gitlab_team_member_badge.vue
%%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
@@ -3870,6 +3961,7 @@
%%WWWDIR%%/app/assets/stylesheets/behaviors.scss
%%WWWDIR%%/app/assets/stylesheets/bootstrap_migration.scss
%%WWWDIR%%/app/assets/stylesheets/components/avatar.scss
+%%WWWDIR%%/app/assets/stylesheets/components/collapsible_card.scss
%%WWWDIR%%/app/assets/stylesheets/components/dashboard_skeleton.scss
%%WWWDIR%%/app/assets/stylesheets/components/date_time_picker.scss
%%WWWDIR%%/app/assets/stylesheets/components/popover.scss
@@ -3980,6 +4072,7 @@
%%WWWDIR%%/app/assets/stylesheets/pages/dev_ops_score.scss
%%WWWDIR%%/app/assets/stylesheets/pages/diff.scss
%%WWWDIR%%/app/assets/stylesheets/pages/editor.scss
+%%WWWDIR%%/app/assets/stylesheets/pages/environment_logs.scss
%%WWWDIR%%/app/assets/stylesheets/pages/environments.scss
%%WWWDIR%%/app/assets/stylesheets/pages/error_details.scss
%%WWWDIR%%/app/assets/stylesheets/pages/error_list.scss
@@ -4074,7 +4167,6 @@
%%WWWDIR%%/app/controllers/boards/issues_controller.rb
%%WWWDIR%%/app/controllers/boards/lists_controller.rb
%%WWWDIR%%/app/controllers/chaos_controller.rb
-%%WWWDIR%%/app/controllers/ci/lints_controller.rb
%%WWWDIR%%/app/controllers/clusters/applications_controller.rb
%%WWWDIR%%/app/controllers/clusters/base_controller.rb
%%WWWDIR%%/app/controllers/clusters/clusters_controller.rb
@@ -4097,6 +4189,7 @@
%%WWWDIR%%/app/controllers/concerns/hotlink_interceptor.rb
%%WWWDIR%%/app/controllers/concerns/import_url_params.rb
%%WWWDIR%%/app/controllers/concerns/initializes_current_user_mode.rb
+%%WWWDIR%%/app/controllers/concerns/integrations_actions.rb
%%WWWDIR%%/app/controllers/concerns/internal_redirect.rb
%%WWWDIR%%/app/controllers/concerns/invisible_captcha_on_signup.rb
%%WWWDIR%%/app/controllers/concerns/issuable_actions.rb
@@ -4173,6 +4266,8 @@
%%WWWDIR%%/app/controllers/groups/registry/repositories_controller.rb
%%WWWDIR%%/app/controllers/groups/runners_controller.rb
%%WWWDIR%%/app/controllers/groups/settings/ci_cd_controller.rb
+%%WWWDIR%%/app/controllers/groups/settings/integrations_controller.rb
+%%WWWDIR%%/app/controllers/groups/settings/repository_controller.rb
%%WWWDIR%%/app/controllers/groups/shared_projects_controller.rb
%%WWWDIR%%/app/controllers/groups/uploads_controller.rb
%%WWWDIR%%/app/controllers/groups/variables_controller.rb
@@ -4284,6 +4379,7 @@
%%WWWDIR%%/app/controllers/projects/pipelines_controller.rb
%%WWWDIR%%/app/controllers/projects/pipelines_settings_controller.rb
%%WWWDIR%%/app/controllers/projects/project_members_controller.rb
+%%WWWDIR%%/app/controllers/projects/prometheus/alerts_controller.rb
%%WWWDIR%%/app/controllers/projects/prometheus/metrics_controller.rb
%%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb
%%WWWDIR%%/app/controllers/projects/protected_refs_controller.rb
@@ -4293,6 +4389,7 @@
%%WWWDIR%%/app/controllers/projects/registry/application_controller.rb
%%WWWDIR%%/app/controllers/projects/registry/repositories_controller.rb
%%WWWDIR%%/app/controllers/projects/registry/tags_controller.rb
+%%WWWDIR%%/app/controllers/projects/releases/evidences_controller.rb
%%WWWDIR%%/app/controllers/projects/releases_controller.rb
%%WWWDIR%%/app/controllers/projects/repositories_controller.rb
%%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb
@@ -4307,6 +4404,7 @@
%%WWWDIR%%/app/controllers/projects/snippets_controller.rb
%%WWWDIR%%/app/controllers/projects/stages_controller.rb
%%WWWDIR%%/app/controllers/projects/starrers_controller.rb
+%%WWWDIR%%/app/controllers/projects/static_site_editor_controller.rb
%%WWWDIR%%/app/controllers/projects/tags/releases_controller.rb
%%WWWDIR%%/app/controllers/projects/tags_controller.rb
%%WWWDIR%%/app/controllers/projects/templates_controller.rb
@@ -4350,6 +4448,7 @@
%%WWWDIR%%/app/finders/autocomplete/group_finder.rb
%%WWWDIR%%/app/finders/autocomplete/move_to_project_finder.rb
%%WWWDIR%%/app/finders/autocomplete/project_finder.rb
+%%WWWDIR%%/app/finders/autocomplete/routes_finder.rb
%%WWWDIR%%/app/finders/autocomplete/users_finder.rb
%%WWWDIR%%/app/finders/award_emojis_finder.rb
%%WWWDIR%%/app/finders/boards/visits_finder.rb
@@ -4384,7 +4483,9 @@
%%WWWDIR%%/app/finders/group_projects_finder.rb
%%WWWDIR%%/app/finders/groups_finder.rb
%%WWWDIR%%/app/finders/issuable_finder.rb
+%%WWWDIR%%/app/finders/issuable_finder/params.rb
%%WWWDIR%%/app/finders/issues_finder.rb
+%%WWWDIR%%/app/finders/issues_finder/params.rb
%%WWWDIR%%/app/finders/joined_groups_finder.rb
%%WWWDIR%%/app/finders/keys_finder.rb
%%WWWDIR%%/app/finders/labels_finder.rb
@@ -4392,6 +4493,7 @@
%%WWWDIR%%/app/finders/members_finder.rb
%%WWWDIR%%/app/finders/merge_request_target_project_finder.rb
%%WWWDIR%%/app/finders/merge_requests_finder.rb
+%%WWWDIR%%/app/finders/metrics/dashboards/annotations_finder.rb
%%WWWDIR%%/app/finders/milestones_finder.rb
%%WWWDIR%%/app/finders/notes_finder.rb
%%WWWDIR%%/app/finders/pending_todos_finder.rb
@@ -4433,6 +4535,7 @@
%%WWWDIR%%/app/graphql/mutations/issues/set_confidential.rb
%%WWWDIR%%/app/graphql/mutations/issues/set_due_date.rb
%%WWWDIR%%/app/graphql/mutations/issues/update.rb
+%%WWWDIR%%/app/graphql/mutations/jira_import/start.rb
%%WWWDIR%%/app/graphql/mutations/merge_requests/base.rb
%%WWWDIR%%/app/graphql/mutations/merge_requests/set_assignees.rb
%%WWWDIR%%/app/graphql/mutations/merge_requests/set_labels.rb
@@ -4478,12 +4581,16 @@
%%WWWDIR%%/app/graphql/resolvers/merge_request_pipelines_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/merge_requests_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/metadata_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/metrics/dashboard_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/metrics/dashboards/annotation_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/milestone_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/namespace_projects_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/namespace_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/project_pipelines_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/project_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/projects/grafana_integration_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/projects/jira_imports_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/projects/services_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/projects/snippets_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/snippets_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/todo_resolver.rb
@@ -4523,10 +4630,13 @@
%%WWWDIR%%/app/graphql/types/issue_sort_enum.rb
%%WWWDIR%%/app/graphql/types/issue_state_enum.rb
%%WWWDIR%%/app/graphql/types/issue_type.rb
+%%WWWDIR%%/app/graphql/types/jira_import_type.rb
%%WWWDIR%%/app/graphql/types/label_type.rb
%%WWWDIR%%/app/graphql/types/merge_request_state_enum.rb
%%WWWDIR%%/app/graphql/types/merge_request_type.rb
%%WWWDIR%%/app/graphql/types/metadata_type.rb
+%%WWWDIR%%/app/graphql/types/metrics/dashboard_type.rb
+%%WWWDIR%%/app/graphql/types/metrics/dashboards/annotation_type.rb
%%WWWDIR%%/app/graphql/types/milestone_state_enum.rb
%%WWWDIR%%/app/graphql/types/milestone_type.rb
%%WWWDIR%%/app/graphql/types/mutation_operation_mode_enum.rb
@@ -4552,6 +4662,10 @@
%%WWWDIR%%/app/graphql/types/permission_types/user.rb
%%WWWDIR%%/app/graphql/types/project_statistics_type.rb
%%WWWDIR%%/app/graphql/types/project_type.rb
+%%WWWDIR%%/app/graphql/types/projects/service_type.rb
+%%WWWDIR%%/app/graphql/types/projects/service_type_enum.rb
+%%WWWDIR%%/app/graphql/types/projects/services/base_service_type.rb
+%%WWWDIR%%/app/graphql/types/projects/services/jira_service_type.rb
%%WWWDIR%%/app/graphql/types/query_type.rb
%%WWWDIR%%/app/graphql/types/repository_type.rb
%%WWWDIR%%/app/graphql/types/root_storage_statistics_type.rb
@@ -4577,7 +4691,7 @@
%%WWWDIR%%/app/graphql/types/visibility_levels_enum.rb
%%WWWDIR%%/app/helpers/accounts_helper.rb
%%WWWDIR%%/app/helpers/active_sessions_helper.rb
-%%WWWDIR%%/app/helpers/analytics_navbar_helper.rb
+%%WWWDIR%%/app/helpers/analytics/navbar_helper.rb
%%WWWDIR%%/app/helpers/appearances_helper.rb
%%WWWDIR%%/app/helpers/application_helper.rb
%%WWWDIR%%/app/helpers/application_settings_helper.rb
@@ -4603,6 +4717,7 @@
%%WWWDIR%%/app/helpers/container_expiration_policies_helper.rb
%%WWWDIR%%/app/helpers/cookies_helper.rb
%%WWWDIR%%/app/helpers/count_helper.rb
+%%WWWDIR%%/app/helpers/custom_metrics_helper.rb
%%WWWDIR%%/app/helpers/dashboard_helper.rb
%%WWWDIR%%/app/helpers/defer_script_tag_helper.rb
%%WWWDIR%%/app/helpers/deploy_tokens_helper.rb
@@ -4714,6 +4829,7 @@
%%WWWDIR%%/app/models/ability.rb
%%WWWDIR%%/app/models/abuse_report.rb
%%WWWDIR%%/app/models/active_session.rb
+%%WWWDIR%%/app/models/alerting/project_alerting_setting.rb
%%WWWDIR%%/app/models/analytics/cycle_analytics.rb
%%WWWDIR%%/app/models/analytics/cycle_analytics/project_stage.rb
%%WWWDIR%%/app/models/appearance.rb
@@ -4778,6 +4894,7 @@
%%WWWDIR%%/app/models/ci/artifact_blob.rb
%%WWWDIR%%/app/models/ci/bridge.rb
%%WWWDIR%%/app/models/ci/build.rb
+%%WWWDIR%%/app/models/ci/build_dependencies.rb
%%WWWDIR%%/app/models/ci/build_metadata.rb
%%WWWDIR%%/app/models/ci/build_need.rb
%%WWWDIR%%/app/models/ci/build_runner_session.rb
@@ -4788,6 +4905,7 @@
%%WWWDIR%%/app/models/ci/build_trace_chunks/redis.rb
%%WWWDIR%%/app/models/ci/build_trace_section.rb
%%WWWDIR%%/app/models/ci/build_trace_section_name.rb
+%%WWWDIR%%/app/models/ci/daily_report_result.rb
%%WWWDIR%%/app/models/ci/group.rb
%%WWWDIR%%/app/models/ci/group_variable.rb
%%WWWDIR%%/app/models/ci/job_artifact.rb
@@ -4816,6 +4934,7 @@
%%WWWDIR%%/app/models/clusters/applications/cert_manager.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
@@ -4846,6 +4965,7 @@
%%WWWDIR%%/app/models/compare.rb
%%WWWDIR%%/app/models/concerns/access_requestable.rb
%%WWWDIR%%/app/models/concerns/acts_as_paginated_diff.rb
+%%WWWDIR%%/app/models/concerns/alert_event_lifecycle.rb
%%WWWDIR%%/app/models/concerns/analytics/cycle_analytics/stage.rb
%%WWWDIR%%/app/models/concerns/atomic_internal_id.rb
%%WWWDIR%%/app/models/concerns/avatarable.rb
@@ -4866,8 +4986,10 @@
%%WWWDIR%%/app/models/concerns/chronic_duration_attribute.rb
%%WWWDIR%%/app/models/concerns/ci/contextable.rb
%%WWWDIR%%/app/models/concerns/ci/has_ref.rb
+%%WWWDIR%%/app/models/concerns/ci/has_variable.rb
+%%WWWDIR%%/app/models/concerns/ci/maskable.rb
%%WWWDIR%%/app/models/concerns/ci/metadatable.rb
-%%WWWDIR%%/app/models/concerns/ci/pipeline_delegator.rb
+%%WWWDIR%%/app/models/concerns/ci/new_has_variable.rb
%%WWWDIR%%/app/models/concerns/closed_at_filterable.rb
%%WWWDIR%%/app/models/concerns/created_at_filterable.rb
%%WWWDIR%%/app/models/concerns/delete_with_limit.rb
@@ -4890,22 +5012,21 @@
%%WWWDIR%%/app/models/concerns/has_environment_scope.rb
%%WWWDIR%%/app/models/concerns/has_repository.rb
%%WWWDIR%%/app/models/concerns/has_status.rb
-%%WWWDIR%%/app/models/concerns/has_variable.rb
+%%WWWDIR%%/app/models/concerns/has_unique_internal_users.rb
%%WWWDIR%%/app/models/concerns/ignorable_columns.rb
%%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/issuable.rb
%%WWWDIR%%/app/models/concerns/label_eventable.rb
%%WWWDIR%%/app/models/concerns/loaded_in_group_list.rb
%%WWWDIR%%/app/models/concerns/manual_inverse_association.rb
-%%WWWDIR%%/app/models/concerns/maskable.rb
%%WWWDIR%%/app/models/concerns/mentionable.rb
%%WWWDIR%%/app/models/concerns/mentionable/reference_regexes.rb
%%WWWDIR%%/app/models/concerns/milestone_eventable.rb
%%WWWDIR%%/app/models/concerns/milestoneable.rb
%%WWWDIR%%/app/models/concerns/milestoneish.rb
%%WWWDIR%%/app/models/concerns/mirror_authentication.rb
-%%WWWDIR%%/app/models/concerns/new_has_variable.rb
%%WWWDIR%%/app/models/concerns/note_on_diff.rb
%%WWWDIR%%/app/models/concerns/noteable.rb
%%WWWDIR%%/app/models/concerns/notification_branch_selection.rb
@@ -4933,6 +5054,7 @@
%%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
@@ -4954,14 +5076,17 @@
%%WWWDIR%%/app/models/concerns/token_authenticatable_strategies/insecure.rb
%%WWWDIR%%/app/models/concerns/triggerable_hooks.rb
%%WWWDIR%%/app/models/concerns/uniquify.rb
+%%WWWDIR%%/app/models/concerns/update_highest_role.rb
%%WWWDIR%%/app/models/concerns/update_project_statistics.rb
%%WWWDIR%%/app/models/concerns/updated_at_filterable.rb
%%WWWDIR%%/app/models/concerns/usage_statistics.rb
%%WWWDIR%%/app/models/concerns/valid_attribute.rb
%%WWWDIR%%/app/models/concerns/versioned_description.rb
+%%WWWDIR%%/app/models/concerns/where_composite.rb
%%WWWDIR%%/app/models/concerns/with_uploads.rb
%%WWWDIR%%/app/models/concerns/x509_serial_number_attribute.rb
%%WWWDIR%%/app/models/container_expiration_policy.rb
+%%WWWDIR%%/app/models/container_registry/event.rb
%%WWWDIR%%/app/models/container_repository.rb
%%WWWDIR%%/app/models/cycle_analytics/group_level.rb
%%WWWDIR%%/app/models/cycle_analytics/level_base.rb
@@ -4981,6 +5106,7 @@
%%WWWDIR%%/app/models/dev_ops_score/metric.rb
%%WWWDIR%%/app/models/diff_discussion.rb
%%WWWDIR%%/app/models/diff_note.rb
+%%WWWDIR%%/app/models/diff_note_position.rb
%%WWWDIR%%/app/models/diff_viewer/added.rb
%%WWWDIR%%/app/models/diff_viewer/base.rb
%%WWWDIR%%/app/models/diff_viewer/client_side.rb
@@ -5006,7 +5132,6 @@
%%WWWDIR%%/app/models/error_tracking/project_error_tracking_setting.rb
%%WWWDIR%%/app/models/event.rb
%%WWWDIR%%/app/models/event_collection.rb
-%%WWWDIR%%/app/models/evidence.rb
%%WWWDIR%%/app/models/external_issue.rb
%%WWWDIR%%/app/models/external_pull_request.rb
%%WWWDIR%%/app/models/fork_network.rb
@@ -5045,7 +5170,7 @@
%%WWWDIR%%/app/models/issue_assignee.rb
%%WWWDIR%%/app/models/issue_collection.rb
%%WWWDIR%%/app/models/issue_user_mention.rb
-%%WWWDIR%%/app/models/jira_import_data.rb
+%%WWWDIR%%/app/models/jira_import_state.rb
%%WWWDIR%%/app/models/key.rb
%%WWWDIR%%/app/models/label.rb
%%WWWDIR%%/app/models/label_link.rb
@@ -5074,6 +5199,7 @@
%%WWWDIR%%/app/models/merge_request_diff_file.rb
%%WWWDIR%%/app/models/merge_request_user_mention.rb
%%WWWDIR%%/app/models/merge_requests_closing_issues.rb
+%%WWWDIR%%/app/models/metrics/dashboard/annotation.rb
%%WWWDIR%%/app/models/milestone.rb
%%WWWDIR%%/app/models/milestone_note.rb
%%WWWDIR%%/app/models/milestone_release.rb
@@ -5160,6 +5286,8 @@
%%WWWDIR%%/app/models/project_services/mock_deployment_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
@@ -5178,6 +5306,7 @@
%%WWWDIR%%/app/models/project_team.rb
%%WWWDIR%%/app/models/project_wiki.rb
%%WWWDIR%%/app/models/prometheus_alert.rb
+%%WWWDIR%%/app/models/prometheus_alert_event.rb
%%WWWDIR%%/app/models/prometheus_metric.rb
%%WWWDIR%%/app/models/prometheus_metric_enums.rb
%%WWWDIR%%/app/models/protectable_dropdown.rb
@@ -5192,6 +5321,7 @@
%%WWWDIR%%/app/models/redirect_route.rb
%%WWWDIR%%/app/models/ref_matcher.rb
%%WWWDIR%%/app/models/release.rb
+%%WWWDIR%%/app/models/releases/evidence.rb
%%WWWDIR%%/app/models/releases/link.rb
%%WWWDIR%%/app/models/releases/source.rb
%%WWWDIR%%/app/models/remote_mirror.rb
@@ -5203,6 +5333,7 @@
%%WWWDIR%%/app/models/resource_weight_event.rb
%%WWWDIR%%/app/models/route.rb
%%WWWDIR%%/app/models/security_event.rb
+%%WWWDIR%%/app/models/self_managed_prometheus_alert_event.rb
%%WWWDIR%%/app/models/sent_notification.rb
%%WWWDIR%%/app/models/sentry_issue.rb
%%WWWDIR%%/app/models/serverless/domain.rb
@@ -5222,8 +5353,11 @@
%%WWWDIR%%/app/models/storage/legacy_project.rb
%%WWWDIR%%/app/models/subscription.rb
%%WWWDIR%%/app/models/suggestion.rb
+%%WWWDIR%%/app/models/synthetic_note.rb
%%WWWDIR%%/app/models/system_note_metadata.rb
%%WWWDIR%%/app/models/term_agreement.rb
+%%WWWDIR%%/app/models/terraform.rb
+%%WWWDIR%%/app/models/terraform/state.rb
%%WWWDIR%%/app/models/timelog.rb
%%WWWDIR%%/app/models/todo.rb
%%WWWDIR%%/app/models/tree.rb
@@ -5235,9 +5369,9 @@
%%WWWDIR%%/app/models/uploads/local.rb
%%WWWDIR%%/app/models/user.rb
%%WWWDIR%%/app/models/user_agent_detail.rb
-%%WWWDIR%%/app/models/user_bot_type_enums.rb
%%WWWDIR%%/app/models/user_callout.rb
%%WWWDIR%%/app/models/user_callout_enums.rb
+%%WWWDIR%%/app/models/user_canonical_email.rb
%%WWWDIR%%/app/models/user_custom_attribute.rb
%%WWWDIR%%/app/models/user_detail.rb
%%WWWDIR%%/app/models/user_highest_role.rb
@@ -5251,6 +5385,8 @@
%%WWWDIR%%/app/models/users_statistics.rb
%%WWWDIR%%/app/models/wiki_directory.rb
%%WWWDIR%%/app/models/wiki_page.rb
+%%WWWDIR%%/app/models/wiki_page/meta.rb
+%%WWWDIR%%/app/models/wiki_page/slug.rb
%%WWWDIR%%/app/models/x509_certificate.rb
%%WWWDIR%%/app/models/x509_commit_signature.rb
%%WWWDIR%%/app/models/x509_issuer.rb
@@ -5269,6 +5405,7 @@
%%WWWDIR%%/app/policies/clusters/instance_policy.rb
%%WWWDIR%%/app/policies/commit_policy.rb
%%WWWDIR%%/app/policies/commit_status_policy.rb
+%%WWWDIR%%/app/policies/concerns/crud_policy_helpers.rb
%%WWWDIR%%/app/policies/concerns/find_group_projects.rb
%%WWWDIR%%/app/policies/concerns/policy_actor.rb
%%WWWDIR%%/app/policies/container_repository_policy.rb
@@ -5288,6 +5425,7 @@
%%WWWDIR%%/app/policies/issuable_policy.rb
%%WWWDIR%%/app/policies/issue_policy.rb
%%WWWDIR%%/app/policies/merge_request_policy.rb
+%%WWWDIR%%/app/policies/metrics/dashboard/annotation_policy.rb
%%WWWDIR%%/app/policies/milestone_policy.rb
%%WWWDIR%%/app/policies/namespace/root_storage_statistics_policy.rb
%%WWWDIR%%/app/policies/namespace_policy.rb
@@ -5297,17 +5435,17 @@
%%WWWDIR%%/app/policies/project_label_policy.rb
%%WWWDIR%%/app/policies/project_member_policy.rb
%%WWWDIR%%/app/policies/project_policy.rb
-%%WWWDIR%%/app/policies/project_policy/class_methods.rb
%%WWWDIR%%/app/policies/project_snippet_policy.rb
%%WWWDIR%%/app/policies/project_statistics_policy.rb
%%WWWDIR%%/app/policies/protected_branch_policy.rb
%%WWWDIR%%/app/policies/release_policy.rb
+%%WWWDIR%%/app/policies/releases/evidence_policy.rb
%%WWWDIR%%/app/policies/repository_policy.rb
%%WWWDIR%%/app/policies/resource_label_event_policy.rb
-%%WWWDIR%%/app/policies/snippet_policy.rb
%%WWWDIR%%/app/policies/suggestion_policy.rb
%%WWWDIR%%/app/policies/todo_policy.rb
%%WWWDIR%%/app/policies/user_policy.rb
+%%WWWDIR%%/app/policies/wiki_page/meta_policy.rb
%%WWWDIR%%/app/policies/wiki_page_policy.rb
%%WWWDIR%%/app/presenters/README.md
%%WWWDIR%%/app/presenters/award_emoji_presenter.rb
@@ -5339,6 +5477,7 @@
%%WWWDIR%%/app/presenters/members_presenter.rb
%%WWWDIR%%/app/presenters/merge_request_presenter.rb
%%WWWDIR%%/app/presenters/milestone_presenter.rb
+%%WWWDIR%%/app/presenters/pages_domain_presenter.rb
%%WWWDIR%%/app/presenters/project_clusterable_presenter.rb
%%WWWDIR%%/app/presenters/project_hook_presenter.rb
%%WWWDIR%%/app/presenters/project_member_presenter.rb
@@ -5347,6 +5486,7 @@
%%WWWDIR%%/app/presenters/projects/prometheus/alert_presenter.rb
%%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb
%%WWWDIR%%/app/presenters/release_presenter.rb
+%%WWWDIR%%/app/presenters/releases/evidence_presenter.rb
%%WWWDIR%%/app/presenters/sentry_error_presenter.rb
%%WWWDIR%%/app/presenters/service_hook_presenter.rb
%%WWWDIR%%/app/presenters/snippet_blob_presenter.rb
@@ -5503,12 +5643,18 @@
%%WWWDIR%%/app/serializers/project_serializer.rb
%%WWWDIR%%/app/serializers/projects/serverless/service_entity.rb
%%WWWDIR%%/app/serializers/projects/serverless/service_serializer.rb
+%%WWWDIR%%/app/serializers/prometheus_alert_entity.rb
+%%WWWDIR%%/app/serializers/prometheus_alert_serializer.rb
+%%WWWDIR%%/app/serializers/prometheus_metric_entity.rb
+%%WWWDIR%%/app/serializers/prometheus_metric_serializer.rb
%%WWWDIR%%/app/serializers/provider_repo_entity.rb
%%WWWDIR%%/app/serializers/provider_repo_serializer.rb
%%WWWDIR%%/app/serializers/remote_mirror_entity.rb
%%WWWDIR%%/app/serializers/request_aware_entity.rb
%%WWWDIR%%/app/serializers/review_app_setup_entity.rb
%%WWWDIR%%/app/serializers/review_app_setup_serializer.rb
+%%WWWDIR%%/app/serializers/route_entity.rb
+%%WWWDIR%%/app/serializers/route_serializer.rb
%%WWWDIR%%/app/serializers/runner_entity.rb
%%WWWDIR%%/app/serializers/serverless/domain_entity.rb
%%WWWDIR%%/app/serializers/stage_entity.rb
@@ -5582,10 +5728,12 @@
%%WWWDIR%%/app/services/ci/create_job_artifacts_service.rb
%%WWWDIR%%/app/services/ci/create_pipeline_schedule_service.rb
%%WWWDIR%%/app/services/ci/create_pipeline_service.rb
+%%WWWDIR%%/app/services/ci/daily_report_result_service.rb
%%WWWDIR%%/app/services/ci/destroy_expired_job_artifacts_service.rb
%%WWWDIR%%/app/services/ci/destroy_pipeline_service.rb
%%WWWDIR%%/app/services/ci/ensure_stage_service.rb
%%WWWDIR%%/app/services/ci/expire_pipeline_cache_service.rb
+%%WWWDIR%%/app/services/ci/external_pull_requests/create_pipeline_service.rb
%%WWWDIR%%/app/services/ci/extract_sections_from_build_trace_service.rb
%%WWWDIR%%/app/services/ci/find_exposed_artifacts_service.rb
%%WWWDIR%%/app/services/ci/generate_coverage_reports_service.rb
@@ -5617,11 +5765,16 @@
%%WWWDIR%%/app/services/clusters/applications/check_installation_progress_service.rb
%%WWWDIR%%/app/services/clusters/applications/check_progress_service.rb
%%WWWDIR%%/app/services/clusters/applications/check_uninstall_progress_service.rb
+%%WWWDIR%%/app/services/clusters/applications/check_upgrade_progress_service.rb
%%WWWDIR%%/app/services/clusters/applications/create_service.rb
%%WWWDIR%%/app/services/clusters/applications/destroy_service.rb
%%WWWDIR%%/app/services/clusters/applications/ingress_modsecurity_usage_service.rb
%%WWWDIR%%/app/services/clusters/applications/install_service.rb
%%WWWDIR%%/app/services/clusters/applications/patch_service.rb
+%%WWWDIR%%/app/services/clusters/applications/prometheus_config_service.rb
+%%WWWDIR%%/app/services/clusters/applications/prometheus_health_check_service.rb
+%%WWWDIR%%/app/services/clusters/applications/prometheus_update_service.rb
+%%WWWDIR%%/app/services/clusters/applications/schedule_update_service.rb
%%WWWDIR%%/app/services/clusters/applications/uninstall_service.rb
%%WWWDIR%%/app/services/clusters/applications/update_service.rb
%%WWWDIR%%/app/services/clusters/applications/upgrade_service.rb
@@ -5647,6 +5800,8 @@
%%WWWDIR%%/app/services/clusters/kubernetes/create_or_update_namespace_service.rb
%%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/create_project_service.rb
+%%WWWDIR%%/app/services/clusters/management/validate_management_project_permissions_service.rb
%%WWWDIR%%/app/services/clusters/update_service.rb
%%WWWDIR%%/app/services/cohorts_service.rb
%%WWWDIR%%/app/services/commits/change_service.rb
@@ -5678,6 +5833,8 @@
%%WWWDIR%%/app/services/deployments/older_deployments_drop_service.rb
%%WWWDIR%%/app/services/deployments/update_service.rb
%%WWWDIR%%/app/services/discussions/base_service.rb
+%%WWWDIR%%/app/services/discussions/capture_diff_note_position_service.rb
+%%WWWDIR%%/app/services/discussions/capture_diff_note_positions_service.rb
%%WWWDIR%%/app/services/discussions/resolve_service.rb
%%WWWDIR%%/app/services/discussions/update_diff_position_service.rb
%%WWWDIR%%/app/services/emails/base_service.rb
@@ -5694,7 +5851,6 @@
%%WWWDIR%%/app/services/error_tracking/list_projects_service.rb
%%WWWDIR%%/app/services/event_create_service.rb
%%WWWDIR%%/app/services/events/render_service.rb
-%%WWWDIR%%/app/services/external_pull_requests/create_pipeline_service.rb
%%WWWDIR%%/app/services/files/base_service.rb
%%WWWDIR%%/app/services/files/create_dir_service.rb
%%WWWDIR%%/app/services/files/create_service.rb
@@ -5715,6 +5871,7 @@
%%WWWDIR%%/app/services/groups/base_service.rb
%%WWWDIR%%/app/services/groups/create_service.rb
%%WWWDIR%%/app/services/groups/deploy_tokens/create_service.rb
+%%WWWDIR%%/app/services/groups/deploy_tokens/destroy_service.rb
%%WWWDIR%%/app/services/groups/destroy_service.rb
%%WWWDIR%%/app/services/groups/group_links/create_service.rb
%%WWWDIR%%/app/services/groups/group_links/destroy_service.rb
@@ -5740,6 +5897,7 @@
%%WWWDIR%%/app/services/issues/close_service.rb
%%WWWDIR%%/app/services/issues/create_service.rb
%%WWWDIR%%/app/services/issues/duplicate_service.rb
+%%WWWDIR%%/app/services/issues/export_csv_service.rb
%%WWWDIR%%/app/services/issues/import_csv_service.rb
%%WWWDIR%%/app/services/issues/move_service.rb
%%WWWDIR%%/app/services/issues/referenced_merge_requests_service.rb
@@ -5748,6 +5906,7 @@
%%WWWDIR%%/app/services/issues/reorder_service.rb
%%WWWDIR%%/app/services/issues/update_service.rb
%%WWWDIR%%/app/services/issues/zoom_link_service.rb
+%%WWWDIR%%/app/services/jira_import/start_import_service.rb
%%WWWDIR%%/app/services/keys/base_service.rb
%%WWWDIR%%/app/services/keys/create_service.rb
%%WWWDIR%%/app/services/keys/destroy_service.rb
@@ -5789,12 +5948,14 @@
%%WWWDIR%%/app/services/merge_requests/get_urls_service.rb
%%WWWDIR%%/app/services/merge_requests/link_lfs_objects_service.rb
%%WWWDIR%%/app/services/merge_requests/merge_base_service.rb
+%%WWWDIR%%/app/services/merge_requests/merge_orchestration_service.rb
%%WWWDIR%%/app/services/merge_requests/merge_service.rb
%%WWWDIR%%/app/services/merge_requests/merge_to_ref_service.rb
%%WWWDIR%%/app/services/merge_requests/mergeability_check_service.rb
%%WWWDIR%%/app/services/merge_requests/migrate_external_diffs_service.rb
%%WWWDIR%%/app/services/merge_requests/post_merge_service.rb
%%WWWDIR%%/app/services/merge_requests/push_options_handler_service.rb
+%%WWWDIR%%/app/services/merge_requests/pushed_branches_service.rb
%%WWWDIR%%/app/services/merge_requests/rebase_service.rb
%%WWWDIR%%/app/services/merge_requests/refresh_service.rb
%%WWWDIR%%/app/services/merge_requests/reload_diffs_service.rb
@@ -5802,18 +5963,22 @@
%%WWWDIR%%/app/services/merge_requests/resolved_discussion_notification_service.rb
%%WWWDIR%%/app/services/merge_requests/squash_service.rb
%%WWWDIR%%/app/services/merge_requests/update_service.rb
+%%WWWDIR%%/app/services/metrics/dashboard/annotations/create_service.rb
+%%WWWDIR%%/app/services/metrics/dashboard/annotations/delete_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/base_embed_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/base_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/clone_dashboard_service.rb
+%%WWWDIR%%/app/services/metrics/dashboard/custom_dashboard_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/custom_metric_embed_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/default_embed_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/dynamic_embed_service.rb
+%%WWWDIR%%/app/services/metrics/dashboard/gitlab_alert_embed_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/grafana_metric_embed_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/pod_dashboard_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/predefined_dashboard_service.rb
-%%WWWDIR%%/app/services/metrics/dashboard/project_dashboard_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/self_monitoring_dashboard_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/system_dashboard_service.rb
+%%WWWDIR%%/app/services/metrics/dashboard/transient_embed_service.rb
%%WWWDIR%%/app/services/metrics/dashboard/update_dashboard_service.rb
%%WWWDIR%%/app/services/metrics/sample_metrics_service.rb
%%WWWDIR%%/app/services/metrics_service.rb
@@ -5850,6 +6015,8 @@
%%WWWDIR%%/app/services/pages/delete_service.rb
%%WWWDIR%%/app/services/pages_domains/create_acme_order_service.rb
%%WWWDIR%%/app/services/pages_domains/obtain_lets_encrypt_certificate_service.rb
+%%WWWDIR%%/app/services/pages_domains/retry_acme_order_service.rb
+%%WWWDIR%%/app/services/personal_access_tokens/create_service.rb
%%WWWDIR%%/app/services/pod_logs/base_service.rb
%%WWWDIR%%/app/services/pod_logs/elasticsearch_service.rb
%%WWWDIR%%/app/services/pod_logs/kubernetes_service.rb
@@ -5872,6 +6039,7 @@
%%WWWDIR%%/app/services/projects/create_from_template_service.rb
%%WWWDIR%%/app/services/projects/create_service.rb
%%WWWDIR%%/app/services/projects/deploy_tokens/create_service.rb
+%%WWWDIR%%/app/services/projects/deploy_tokens/destroy_service.rb
%%WWWDIR%%/app/services/projects/destroy_rollback_service.rb
%%WWWDIR%%/app/services/projects/destroy_service.rb
%%WWWDIR%%/app/services/projects/detect_repository_languages_service.rb
@@ -5918,6 +6086,15 @@
%%WWWDIR%%/app/services/projects/operations/update_service.rb
%%WWWDIR%%/app/services/projects/overwrite_project_service.rb
%%WWWDIR%%/app/services/projects/participants_service.rb
+%%WWWDIR%%/app/services/projects/prometheus/alerts/alert_params.rb
+%%WWWDIR%%/app/services/projects/prometheus/alerts/create_events_service.rb
+%%WWWDIR%%/app/services/projects/prometheus/alerts/create_service.rb
+%%WWWDIR%%/app/services/projects/prometheus/alerts/destroy_service.rb
+%%WWWDIR%%/app/services/projects/prometheus/alerts/notify_service.rb
+%%WWWDIR%%/app/services/projects/prometheus/alerts/update_service.rb
+%%WWWDIR%%/app/services/projects/prometheus/metrics/base_service.rb
+%%WWWDIR%%/app/services/projects/prometheus/metrics/destroy_service.rb
+%%WWWDIR%%/app/services/projects/prometheus/metrics/update_service.rb
%%WWWDIR%%/app/services/projects/propagate_service_template.rb
%%WWWDIR%%/app/services/projects/protect_default_branch_service.rb
%%WWWDIR%%/app/services/projects/repository_languages_service.rb
@@ -5929,6 +6106,7 @@
%%WWWDIR%%/app/services/projects/update_repository_storage_service.rb
%%WWWDIR%%/app/services/projects/update_service.rb
%%WWWDIR%%/app/services/projects/update_statistics_service.rb
+%%WWWDIR%%/app/services/prometheus/create_default_alerts_service.rb
%%WWWDIR%%/app/services/prometheus/proxy_service.rb
%%WWWDIR%%/app/services/prometheus/proxy_variable_substitution_service.rb
%%WWWDIR%%/app/services/protected_branches/access_level_params.rb
@@ -5960,6 +6138,7 @@
%%WWWDIR%%/app/services/resource_events/merge_into_notes_service.rb
%%WWWDIR%%/app/services/resource_events/synthetic_label_notes_builder_service.rb
%%WWWDIR%%/app/services/resource_events/synthetic_milestone_notes_builder_service.rb
+%%WWWDIR%%/app/services/resources/create_access_token_service.rb
%%WWWDIR%%/app/services/search/global_service.rb
%%WWWDIR%%/app/services/search/group_service.rb
%%WWWDIR%%/app/services/search/project_service.rb
@@ -5994,6 +6173,7 @@
%%WWWDIR%%/app/services/tags/destroy_service.rb
%%WWWDIR%%/app/services/task_list_toggle_service.rb
%%WWWDIR%%/app/services/template_engines/liquid_service.rb
+%%WWWDIR%%/app/services/terraform/remote_state_handler.rb
%%WWWDIR%%/app/services/test_hooks/base_service.rb
%%WWWDIR%%/app/services/test_hooks/project_service.rb
%%WWWDIR%%/app/services/test_hooks/system_service.rb
@@ -6020,6 +6200,8 @@
%%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_canonical_email_service.rb
+%%WWWDIR%%/app/services/users/update_highest_member_role_service.rb
%%WWWDIR%%/app/services/users/update_service.rb
%%WWWDIR%%/app/services/verify_pages_domain_service.rb
%%WWWDIR%%/app/services/web_hook_service.rb
@@ -6044,6 +6226,7 @@
%%WWWDIR%%/app/uploaders/object_storage.rb
%%WWWDIR%%/app/uploaders/personal_file_uploader.rb
%%WWWDIR%%/app/uploaders/records_uploads.rb
+%%WWWDIR%%/app/uploaders/terraform/state_uploader.rb
%%WWWDIR%%/app/uploaders/uploader_helper.rb
%%WWWDIR%%/app/uploaders/workhorse.rb
%%WWWDIR%%/app/validators/abstract_path_validator.rb
@@ -6070,6 +6253,7 @@
%%WWWDIR%%/app/validators/sha_validator.rb
%%WWWDIR%%/app/validators/system_hook_url_validator.rb
%%WWWDIR%%/app/validators/top_level_group_validator.rb
+%%WWWDIR%%/app/validators/untrusted_regexp_validator.rb
%%WWWDIR%%/app/validators/variable_duplicates_validator.rb
%%WWWDIR%%/app/validators/x509_certificate_credentials_validator.rb
%%WWWDIR%%/app/validators/zoom_url_validator.rb
@@ -6094,6 +6278,7 @@
%%WWWDIR%%/app/views/admin/application_settings/_help_page.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_influx.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_ip_limits.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_issue_limits.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_localization.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_outbound.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_pages.html.haml
@@ -6137,6 +6322,7 @@
%%WWWDIR%%/app/views/admin/broadcast_messages/edit.html.haml
%%WWWDIR%%/app/views/admin/broadcast_messages/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
%%WWWDIR%%/app/views/admin/deploy_keys/index.html.haml
%%WWWDIR%%/app/views/admin/deploy_keys/new.html.haml
@@ -6159,8 +6345,6 @@
%%WWWDIR%%/app/views/admin/identities/index.html.haml
%%WWWDIR%%/app/views/admin/identities/new.html.haml
%%WWWDIR%%/app/views/admin/impersonation_tokens/index.html.haml
-%%WWWDIR%%/app/views/admin/integrations/_form.html.haml
-%%WWWDIR%%/app/views/admin/integrations/edit.html.haml
%%WWWDIR%%/app/views/admin/jobs/index.html.haml
%%WWWDIR%%/app/views/admin/keys/show.html.haml
%%WWWDIR%%/app/views/admin/labels/_form.html.haml
@@ -6217,7 +6401,6 @@
%%WWWDIR%%/app/views/ci/group_variables/_header.html.haml
%%WWWDIR%%/app/views/ci/group_variables/_index.html.haml
%%WWWDIR%%/app/views/ci/group_variables/_variable_header.html.haml
-%%WWWDIR%%/app/views/ci/lints/show.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/status/_badge.html.haml
@@ -6366,6 +6549,7 @@
%%WWWDIR%%/app/views/events/event/_note.html.haml
%%WWWDIR%%/app/views/events/event/_private.html.haml
%%WWWDIR%%/app/views/events/event/_push.html.haml
+%%WWWDIR%%/app/views/events/event/_wiki.html.haml
%%WWWDIR%%/app/views/explore/_head.html.haml
%%WWWDIR%%/app/views/explore/groups/_groups.html.haml
%%WWWDIR%%/app/views/explore/groups/_nav.html.haml
@@ -6428,6 +6612,8 @@
%%WWWDIR%%/app/views/groups/settings/ci_cd/_auto_devops_form.html.haml
%%WWWDIR%%/app/views/groups/settings/ci_cd/_form.html.haml
%%WWWDIR%%/app/views/groups/settings/ci_cd/show.html.haml
+%%WWWDIR%%/app/views/groups/settings/integrations/index.html.haml
+%%WWWDIR%%/app/views/groups/settings/repository/show.html.haml
%%WWWDIR%%/app/views/groups/show.atom.builder
%%WWWDIR%%/app/views/groups/show.html.haml
%%WWWDIR%%/app/views/groups/sidebar/_packages.html.haml
@@ -6574,6 +6760,8 @@
%%WWWDIR%%/app/views/notify/issue_moved_email.text.erb
%%WWWDIR%%/app/views/notify/issue_status_changed_email.html.haml
%%WWWDIR%%/app/views/notify/issue_status_changed_email.text.erb
+%%WWWDIR%%/app/views/notify/issues_csv_email.html.haml
+%%WWWDIR%%/app/views/notify/issues_csv_email.text.erb
%%WWWDIR%%/app/views/notify/links/ci/builds/_build.html.haml
%%WWWDIR%%/app/views/notify/links/ci/builds/_build.text.erb
%%WWWDIR%%/app/views/notify/links/generic_commit_statuses/_generic_commit_status.html.haml
@@ -6622,6 +6810,8 @@
%%WWWDIR%%/app/views/notify/note_merge_request_email.text.erb
%%WWWDIR%%/app/views/notify/note_snippet_email.html.haml
%%WWWDIR%%/app/views/notify/note_snippet_email.text.erb
+%%WWWDIR%%/app/views/notify/pages_domain_auto_ssl_failed_email.html.haml
+%%WWWDIR%%/app/views/notify/pages_domain_auto_ssl_failed_email.text.haml
%%WWWDIR%%/app/views/notify/pages_domain_disabled_email.html.haml
%%WWWDIR%%/app/views/notify/pages_domain_disabled_email.text.haml
%%WWWDIR%%/app/views/notify/pages_domain_enabled_email.html.haml
@@ -6642,6 +6832,8 @@
%%WWWDIR%%/app/views/notify/project_was_moved_email.text.erb
%%WWWDIR%%/app/views/notify/project_was_not_exported_email.html.haml
%%WWWDIR%%/app/views/notify/project_was_not_exported_email.text.haml
+%%WWWDIR%%/app/views/notify/prometheus_alert_fired_email.html.haml
+%%WWWDIR%%/app/views/notify/prometheus_alert_fired_email.text.erb
%%WWWDIR%%/app/views/notify/push_to_merge_request_email.html.haml
%%WWWDIR%%/app/views/notify/push_to_merge_request_email.text.haml
%%WWWDIR%%/app/views/notify/reassigned_issue_email.html.haml
@@ -6926,6 +7118,8 @@
%%WWWDIR%%/app/views/projects/issues/_related_branches.html.haml
%%WWWDIR%%/app/views/projects/issues/calendar.ics.haml
%%WWWDIR%%/app/views/projects/issues/edit.html.haml
+%%WWWDIR%%/app/views/projects/issues/export_csv/_button.html.haml
+%%WWWDIR%%/app/views/projects/issues/export_csv/_modal.html.haml
%%WWWDIR%%/app/views/projects/issues/import_csv/_button.html.haml
%%WWWDIR%%/app/views/projects/issues/import_csv/_modal.html.haml
%%WWWDIR%%/app/views/projects/issues/index.atom.builder
@@ -7048,6 +7242,9 @@
%%WWWDIR%%/app/views/projects/project_members/index.html.haml
%%WWWDIR%%/app/views/projects/project_templates/_built_in_templates.html.haml
%%WWWDIR%%/app/views/projects/project_templates/_project_fields_form.html.haml
+%%WWWDIR%%/app/views/projects/prometheus/metrics/_form.html.haml
+%%WWWDIR%%/app/views/projects/prometheus/metrics/edit.html.haml
+%%WWWDIR%%/app/views/projects/prometheus/metrics/new.html.haml
%%WWWDIR%%/app/views/projects/protected_branches/_branches_list.html.haml
%%WWWDIR%%/app/views/projects/protected_branches/_create_protected_branch.html.haml
%%WWWDIR%%/app/views/projects/protected_branches/_index.html.haml
@@ -7098,6 +7295,8 @@
%%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_help.html.haml
%%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml
%%WWWDIR%%/app/views/projects/services/prometheus/_configuration_banner.html.haml
+%%WWWDIR%%/app/views/projects/services/prometheus/_custom_metrics.html.haml
+%%WWWDIR%%/app/views/projects/services/prometheus/_external_alerts.html.haml
%%WWWDIR%%/app/views/projects/services/prometheus/_help.html.haml
%%WWWDIR%%/app/views/projects/services/prometheus/_metrics.html.haml
%%WWWDIR%%/app/views/projects/services/prometheus/_show.html.haml
@@ -7132,6 +7331,7 @@
%%WWWDIR%%/app/views/projects/stage/_stage.html.haml
%%WWWDIR%%/app/views/projects/starrers/_starrer.html.haml
%%WWWDIR%%/app/views/projects/starrers/index.html.haml
+%%WWWDIR%%/app/views/projects/static_site_editor/show.html.haml
%%WWWDIR%%/app/views/projects/tags/_tag.atom.builder
%%WWWDIR%%/app/views/projects/tags/_tag.html.haml
%%WWWDIR%%/app/views/projects/tags/destroy.js.haml
@@ -7214,6 +7414,7 @@
%%WWWDIR%%/app/views/shared/_label_row.html.haml
%%WWWDIR%%/app/views/shared/_logo.svg
%%WWWDIR%%/app/views/shared/_logo_type.svg
+%%WWWDIR%%/app/views/shared/_merge_request_pipeline_status.html.haml
%%WWWDIR%%/app/views/shared/_merge_requests.html.haml
%%WWWDIR%%/app/views/shared/_milestone_expired.html.haml
%%WWWDIR%%/app/views/shared/_milestones_filter.html.haml
@@ -7415,6 +7616,9 @@
%%WWWDIR%%/app/views/shared/icons/_system_hooks.svg
%%WWWDIR%%/app/views/shared/icons/_todo_done.svg
%%WWWDIR%%/app/views/shared/icons/_wiki.svg
+%%WWWDIR%%/app/views/shared/integrations/_form.html.haml
+%%WWWDIR%%/app/views/shared/integrations/_integrations.html.haml
+%%WWWDIR%%/app/views/shared/integrations/edit.html.haml
%%WWWDIR%%/app/views/shared/issuable/_assignees.html.haml
%%WWWDIR%%/app/views/shared/issuable/_board_create_list_dropdown.html.haml
%%WWWDIR%%/app/views/shared/issuable/_bulk_update_sidebar.html.haml
@@ -7565,6 +7769,7 @@
%%WWWDIR%%/app/workers/ci/build_schedule_worker.rb
%%WWWDIR%%/app/workers/ci/build_trace_chunk_flush_worker.rb
%%WWWDIR%%/app/workers/ci/create_cross_project_pipeline_worker.rb
+%%WWWDIR%%/app/workers/ci/daily_report_results_worker.rb
%%WWWDIR%%/app/workers/ci/pipeline_bridge_status_worker.rb
%%WWWDIR%%/app/workers/ci/resource_groups/assign_resource_from_resource_group_worker.rb
%%WWWDIR%%/app/workers/cleanup_container_repository_worker.rb
@@ -7574,8 +7779,10 @@
%%WWWDIR%%/app/workers/cluster_patch_app_worker.rb
%%WWWDIR%%/app/workers/cluster_project_configure_worker.rb
%%WWWDIR%%/app/workers/cluster_provision_worker.rb
+%%WWWDIR%%/app/workers/cluster_update_app_worker.rb
%%WWWDIR%%/app/workers/cluster_upgrade_app_worker.rb
%%WWWDIR%%/app/workers/cluster_wait_for_app_installation_worker.rb
+%%WWWDIR%%/app/workers/cluster_wait_for_app_update_worker.rb
%%WWWDIR%%/app/workers/cluster_wait_for_ingress_ip_address_worker.rb
%%WWWDIR%%/app/workers/clusters/applications/activate_service_worker.rb
%%WWWDIR%%/app/workers/clusters/applications/deactivate_service_worker.rb
@@ -7597,6 +7804,8 @@
%%WWWDIR%%/app/workers/concerns/gitlab/github_import/queue.rb
%%WWWDIR%%/app/workers/concerns/gitlab/github_import/rescheduling_methods.rb
%%WWWDIR%%/app/workers/concerns/gitlab/github_import/stage_methods.rb
+%%WWWDIR%%/app/workers/concerns/gitlab/jira_import/import_worker.rb
+%%WWWDIR%%/app/workers/concerns/gitlab/jira_import/queue_options.rb
%%WWWDIR%%/app/workers/concerns/gitlab/notify_upon_death.rb
%%WWWDIR%%/app/workers/concerns/mail_scheduler_queue.rb
%%WWWDIR%%/app/workers/concerns/new_issuable.rb
@@ -7637,6 +7846,7 @@
%%WWWDIR%%/app/workers/expire_build_instance_artifacts_worker.rb
%%WWWDIR%%/app/workers/expire_job_cache_worker.rb
%%WWWDIR%%/app/workers/expire_pipeline_cache_worker.rb
+%%WWWDIR%%/app/workers/export_csv_worker.rb
%%WWWDIR%%/app/workers/file_hook_worker.rb
%%WWWDIR%%/app/workers/git_garbage_collect_worker.rb
%%WWWDIR%%/app/workers/gitlab/github_import/advance_stage_worker.rb
@@ -7654,6 +7864,14 @@
%%WWWDIR%%/app/workers/gitlab/github_import/stage/import_pull_requests_worker.rb
%%WWWDIR%%/app/workers/gitlab/github_import/stage/import_repository_worker.rb
%%WWWDIR%%/app/workers/gitlab/import/advance_stage.rb
+%%WWWDIR%%/app/workers/gitlab/jira_import/advance_stage_worker.rb
+%%WWWDIR%%/app/workers/gitlab/jira_import/import_issue_worker.rb
+%%WWWDIR%%/app/workers/gitlab/jira_import/stage/finish_import_worker.rb
+%%WWWDIR%%/app/workers/gitlab/jira_import/stage/import_attachments_worker.rb
+%%WWWDIR%%/app/workers/gitlab/jira_import/stage/import_issues_worker.rb
+%%WWWDIR%%/app/workers/gitlab/jira_import/stage/import_labels_worker.rb
+%%WWWDIR%%/app/workers/gitlab/jira_import/stage/import_notes_worker.rb
+%%WWWDIR%%/app/workers/gitlab/jira_import/stage/start_import_worker.rb
%%WWWDIR%%/app/workers/gitlab/phabricator_import/base_worker.rb
%%WWWDIR%%/app/workers/gitlab/phabricator_import/import_tasks_worker.rb
%%WWWDIR%%/app/workers/gitlab_shell_worker.rb
@@ -7669,6 +7887,7 @@
%%WWWDIR%%/app/workers/import_export_project_cleanup_worker.rb
%%WWWDIR%%/app/workers/import_issues_csv_worker.rb
%%WWWDIR%%/app/workers/incident_management/process_alert_worker.rb
+%%WWWDIR%%/app/workers/incident_management/process_prometheus_alert_worker.rb
%%WWWDIR%%/app/workers/invalid_gpg_signature_update_worker.rb
%%WWWDIR%%/app/workers/irker_worker.rb
%%WWWDIR%%/app/workers/issue_due_scheduler_worker.rb
@@ -7703,7 +7922,6 @@
%%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_success_worker.rb
%%WWWDIR%%/app/workers/pipeline_update_ci_ref_status_worker.rb
%%WWWDIR%%/app/workers/pipeline_update_worker.rb
%%WWWDIR%%/app/workers/post_receive.rb
@@ -7714,6 +7932,7 @@
%%WWWDIR%%/app/workers/project_export_worker.rb
%%WWWDIR%%/app/workers/project_service_worker.rb
%%WWWDIR%%/app/workers/project_update_repository_storage_worker.rb
+%%WWWDIR%%/app/workers/prometheus/create_default_alerts_worker.rb
%%WWWDIR%%/app/workers/propagate_service_template_worker.rb
%%WWWDIR%%/app/workers/prune_old_events_worker.rb
%%WWWDIR%%/app/workers/prune_web_hook_logs_worker.rb
@@ -7752,9 +7971,11 @@
%%WWWDIR%%/app/workers/trending_projects_worker.rb
%%WWWDIR%%/app/workers/update_external_pull_requests_worker.rb
%%WWWDIR%%/app/workers/update_head_pipeline_for_merge_request_worker.rb
+%%WWWDIR%%/app/workers/update_highest_role_worker.rb
%%WWWDIR%%/app/workers/update_merge_requests_worker.rb
%%WWWDIR%%/app/workers/update_project_statistics_worker.rb
%%WWWDIR%%/app/workers/upload_checksum_worker.rb
+%%WWWDIR%%/app/workers/users/create_statistics_worker.rb
%%WWWDIR%%/app/workers/wait_for_cluster_creation_worker.rb
%%WWWDIR%%/app/workers/web_hook_worker.rb
%%WWWDIR%%/app/workers/x509_certificate_revoke_worker.rb
@@ -7830,10 +8051,12 @@
%%WWWDIR%%/config/initializers/actioncable.rb
%%WWWDIR%%/config/initializers/active_record_build_select.rb
%%WWWDIR%%/config/initializers/active_record_data_types.rb
+%%WWWDIR%%/config/initializers/active_record_fix_insert_all.rb
%%WWWDIR%%/config/initializers/active_record_force_reconnects.rb
%%WWWDIR%%/config/initializers/active_record_lifecycle.rb
%%WWWDIR%%/config/initializers/active_record_preloader.rb
%%WWWDIR%%/config/initializers/active_record_schema_ignore_tables.rb
+%%WWWDIR%%/config/initializers/active_record_schema_versions.rb
%%WWWDIR%%/config/initializers/active_record_table_definition.rb
%%WWWDIR%%/config/initializers/ar_speed_up_migration_checking.rb
%%WWWDIR%%/config/initializers/asset_proxy_settings.rb
@@ -7873,6 +8096,7 @@
%%WWWDIR%%/config/initializers/gitlab_workhorse_secret.rb
%%WWWDIR%%/config/initializers/go_get.rb
%%WWWDIR%%/config/initializers/google_api_client.rb
+%%WWWDIR%%/config/initializers/grape_validators.rb
%%WWWDIR%%/config/initializers/graphql.rb
%%WWWDIR%%/config/initializers/grpc.rb
%%WWWDIR%%/config/initializers/hamlit.rb
@@ -7964,7 +8188,6 @@
%%WWWDIR%%/config/routes.rb
%%WWWDIR%%/config/routes/admin.rb
%%WWWDIR%%/config/routes/api.rb
-%%WWWDIR%%/config/routes/ci.rb
%%WWWDIR%%/config/routes/dashboard.rb
%%WWWDIR%%/config/routes/development.rb
%%WWWDIR%%/config/routes/explore.rb
@@ -8742,6 +8965,7 @@
%%WWWDIR%%/db/migrate/20200203232433_create_security_scan.rb
%%WWWDIR%%/db/migrate/20200204070729_add_elasticsearch_indexed_field_length_limit_to_application_settings.rb
%%WWWDIR%%/db/migrate/20200204131054_change_broadcast_message_index.rb
+%%WWWDIR%%/db/migrate/20200204131831_create_daily_report_results.rb
%%WWWDIR%%/db/migrate/20200205143231_add_dissmised_at_to_user_callouts.rb
%%WWWDIR%%/db/migrate/20200206112850_create_snippet_repository_table.rb
%%WWWDIR%%/db/migrate/20200206141511_change_saml_provider_outer_forks_default.rb
@@ -8759,12 +8983,15 @@
%%WWWDIR%%/db/migrate/20200212133945_add_group_hooks_to_plan_limits.rb
%%WWWDIR%%/db/migrate/20200212134201_insert_group_hooks_plan_limits.rb
%%WWWDIR%%/db/migrate/20200213093702_add_email_restrictions_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200213100530_add_verification_columns_to_packages.rb
%%WWWDIR%%/db/migrate/20200213155311_add_npm_package_requests_forwarding_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200214025454_add_canonical_emails.rb
%%WWWDIR%%/db/migrate/20200214085940_clean_grafana_url.rb
%%WWWDIR%%/db/migrate/20200215222507_drop_forked_project_links_fk.rb
%%WWWDIR%%/db/migrate/20200215225103_drop_forked_project_links_table.rb
%%WWWDIR%%/db/migrate/20200219105209_add_filepath_to_release_links.rb
%%WWWDIR%%/db/migrate/20200219133859_add_environment_id_to_deployment_merge_requests.rb
+%%WWWDIR%%/db/migrate/20200219135440_add_limit_metric_type_to_list.rb
%%WWWDIR%%/db/migrate/20200219141307_add_environment_id_fk_to_deployment_merge_requests.rb
%%WWWDIR%%/db/migrate/20200219142522_add_environment_id_merge_request_id_uniq_idx_to_deployment_merge_requests.rb
%%WWWDIR%%/db/migrate/20200220180944_add_keep_divergent_refs.rb
@@ -8787,17 +9014,21 @@
%%WWWDIR%%/db/migrate/20200227164113_create_scim_identities.rb
%%WWWDIR%%/db/migrate/20200227165129_create_user_details.rb
%%WWWDIR%%/db/migrate/20200228160542_create_ci_sources_projects.rb
+%%WWWDIR%%/db/migrate/20200302152516_add_wiki_slug.rb
%%WWWDIR%%/db/migrate/20200303055348_add_expires_at_to_keys.rb
%%WWWDIR%%/db/migrate/20200303074328_add_index_on_snippet_description.rb
+%%WWWDIR%%/db/migrate/20200303181648_add_healthy_to_clusters_applications_prometheus.rb
%%WWWDIR%%/db/migrate/20200304085423_add_user_type.rb
%%WWWDIR%%/db/migrate/20200304090155_add_user_type_index.rb
%%WWWDIR%%/db/migrate/20200304121828_add_ci_sources_project_pipeline_foreign_key.rb
%%WWWDIR%%/db/migrate/20200304121844_add_ci_sources_project_source_project_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200304124406_add_unlock_membership_to_ldap_of_groups.rb
%%WWWDIR%%/db/migrate/20200304160800_add_index_services_on_template.rb
%%WWWDIR%%/db/migrate/20200304160801_delete_template_services_duplicated_by_type.rb
%%WWWDIR%%/db/migrate/20200304160823_add_index_to_service_unique_template_per_type.rb
%%WWWDIR%%/db/migrate/20200305121159_add_merge_request_metrics_first_reassigned_at.rb
%%WWWDIR%%/db/migrate/20200305151736_delete_template_project_services.rb
+%%WWWDIR%%/db/migrate/20200305200641_create_terraform_states.rb
%%WWWDIR%%/db/migrate/20200306095654_add_merge_request_assignee_created_at.rb
%%WWWDIR%%/db/migrate/20200306160521_add_index_on_author_id_and_created_at_to_events.rb
%%WWWDIR%%/db/migrate/20200306170211_add_index_on_author_id_and_id_and_created_at_to_issues.rb
@@ -8814,15 +9045,110 @@
%%WWWDIR%%/db/migrate/20200310133822_add_index_on_author_id_and_id_and_created_at_to_notes.rb
%%WWWDIR%%/db/migrate/20200310135823_add_index_to_service_unique_instance_per_type.rb
%%WWWDIR%%/db/migrate/20200310145304_add_runtime_created_to_ci_job_variables.rb
+%%WWWDIR%%/db/migrate/20200311074438_migrate_bot_type_to_user_type.rb
+%%WWWDIR%%/db/migrate/20200311082301_add_user_state_index.rb
%%WWWDIR%%/db/migrate/20200311084025_add_index_on_user_id_status_created_at_to_deployments.rb
%%WWWDIR%%/db/migrate/20200311093210_create_user_highest_roles.rb
%%WWWDIR%%/db/migrate/20200311094020_add_index_on_id_and_status_to_deployments.rb
%%WWWDIR%%/db/migrate/20200311141053_add_ci_pipeline_schedules_to_plan_limits.rb
%%WWWDIR%%/db/migrate/20200311141943_insert_ci_pipeline_schedules_plan_limits.rb
+%%WWWDIR%%/db/migrate/20200311154110_create_vulnerability_exports.rb
%%WWWDIR%%/db/migrate/20200311165635_create_project_export_jobs.rb
+%%WWWDIR%%/db/migrate/20200311214912_add_modsecurity_mode_to_ingress_application.rb
+%%WWWDIR%%/db/migrate/20200312053852_populate_canonical_emails.rb
+%%WWWDIR%%/db/migrate/20200312125121_add_index_on_active_and_template_and_type_and_id_to_services.rb
+%%WWWDIR%%/db/migrate/20200312160532_add_index_on_mirror_and_id_to_projects.rb
%%WWWDIR%%/db/migrate/20200312163407_add_index_on_id_and_service_desk_enabled_to_projects.rb
+%%WWWDIR%%/db/migrate/20200313101649_fill_ghost_user_type.rb
%%WWWDIR%%/db/migrate/20200313123934_add_index_on_user_id_type_source_type_ldap_and_created_at_to_members.rb
+%%WWWDIR%%/db/migrate/20200313202430_add_index_chat_name_service_id.rb
+%%WWWDIR%%/db/migrate/20200313203525_add_invalid_foreign_key_from_chat_name_to_service.rb
+%%WWWDIR%%/db/migrate/20200314060834_add_scanned_resources_count_to_security_scan.rb
+%%WWWDIR%%/db/migrate/20200316111759_add_index_on_id_and_ldap_key_to_keys.rb
+%%WWWDIR%%/db/migrate/20200316162648_add_index_on_namespace_id_and_id_to_projects.rb
+%%WWWDIR%%/db/migrate/20200316173312_add_vulnerability_export_project_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200317110602_add_migrating_user_highest_roles_table_index_to_users.rb
+%%WWWDIR%%/db/migrate/20200317142110_add_vulnerability_export_user_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200318140400_create_vulnerability_user_mentions.rb
+%%WWWDIR%%/db/migrate/20200318152134_adds_sha256_to_package_files.rb
+%%WWWDIR%%/db/migrate/20200318162148_add_external_key_to_issues_table.rb
+%%WWWDIR%%/db/migrate/20200318163148_add_index_on_external_key_to_issues_table.rb
+%%WWWDIR%%/db/migrate/20200318164448_add_external_key_to_epics_table.rb
+%%WWWDIR%%/db/migrate/20200318165448_add_index_on_external_key_to_epics_table.rb
+%%WWWDIR%%/db/migrate/20200318175008_add_index_on_id_and_archived_and_pending_delete_to_projects.rb
+%%WWWDIR%%/db/migrate/20200318183553_create_pypi_package_metadata.rb
+%%WWWDIR%%/db/migrate/20200319123041_update_plan_limits_defaults.rb
+%%WWWDIR%%/db/migrate/20200319124127_create_metrics_dashboard_annotations.rb
+%%WWWDIR%%/db/migrate/20200319203901_add_index_on_users_unlock_token.rb
+%%WWWDIR%%/db/migrate/20200320112455_add_cost_factor_fileds_to_ci_runners.rb
+%%WWWDIR%%/db/migrate/20200320123839_add_letsencrypt_errors_to_pages_domains.rb
+%%WWWDIR%%/db/migrate/20200323071918_add_bio_to_user_details.rb
+%%WWWDIR%%/db/migrate/20200323074147_add_temp_index_on_users_bio.rb
+%%WWWDIR%%/db/migrate/20200323075043_add_max_personal_access_token_lifetime_to_namespaces.rb
+%%WWWDIR%%/db/migrate/20200323122201_add_index_on_user_and_created_at_to_ci_builds.rb
+%%WWWDIR%%/db/migrate/20200323134519_add_api_indexes_for_archived_projects.rb
+%%WWWDIR%%/db/migrate/20200324093258_add_index_on_id_creator_id_and_created_at_to_projects_table.rb
+%%WWWDIR%%/db/migrate/20200324115359_add_namespace_storage_size_limit_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200325104755_add_push_rules_id_to_project_settings.rb
+%%WWWDIR%%/db/migrate/20200325104756_add_push_rules_foreign_key_to_project_settings.rb
+%%WWWDIR%%/db/migrate/20200325104833_add_push_rules_id_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200325104834_add_push_rules_foreign_key_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200325111432_add_issues_create_limit_to_application_settings.rb
%%WWWDIR%%/db/migrate/20200325152327_add_seat_link_enabled_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200325160952_add_index_on_name_type_eq_ci_build_to_ci_builds.rb
+%%WWWDIR%%/db/migrate/20200325183636_add_api_index_for_internal_projects.rb
+%%WWWDIR%%/db/migrate/20200326114443_create_jira_imports_table.rb
+%%WWWDIR%%/db/migrate/20200326122700_create_diff_note_positions.rb
+%%WWWDIR%%/db/migrate/20200326124443_add_projects_fk_to_jira_imports_table.rb
+%%WWWDIR%%/db/migrate/20200326134443_add_users_fk_to_jira_imports_table.rb
+%%WWWDIR%%/db/migrate/20200326135443_add_users_fk_index_on_jira_imports_table.rb
+%%WWWDIR%%/db/migrate/20200326144443_add_labels_fk_to_jira_imports_table.rb
+%%WWWDIR%%/db/migrate/20200326145443_add_labels_fk_index_on_jira_imports_table.rb
+%%WWWDIR%%/db/migrate/20200330074719_add_index_for_group_vsm_usage_ping.rb
+%%WWWDIR%%/db/migrate/20200330121000_add_confidential_attribute_to_epics.rb
+%%WWWDIR%%/db/migrate/20200330123739_remove_index_ci_builds_on_name_for_security_reports_values.rb
+%%WWWDIR%%/db/migrate/20200330132913_add_index_on_author_id_and_created_at_and_id_to_notes.rb
+%%WWWDIR%%/db/migrate/20200331132103_add_project_compliance_framework_settings_table.rb
+%%WWWDIR%%/db/migrate/20200331195952_add_container_expiration_policies_enable_historic_entries_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200331220930_enable_container_expiration_policies_by_default.rb
+%%WWWDIR%%/db/migrate/20200401095430_add_jsonb_to_geo_node_status_table.rb
+%%WWWDIR%%/db/migrate/20200401211005_create_operations_user_lists.rb
+%%WWWDIR%%/db/migrate/20200402123926_add_line_metrics_to_mr_metrics.rb
+%%WWWDIR%%/db/migrate/20200402124802_add_correlation_id_to_project_import_state.rb
+%%WWWDIR%%/db/migrate/20200402135250_add_delete_status_to_container_repository.rb
+%%WWWDIR%%/db/migrate/20200402185044_create_clusters_applications_fluentd.rb
+%%WWWDIR%%/db/migrate/20200403184110_add_partial_index_on_id_to_ci_job_artifacts.rb
+%%WWWDIR%%/db/migrate/20200403185127_add_partial_index_on_id_to_lfs_objects.rb
+%%WWWDIR%%/db/migrate/20200403185422_add_partial_index_on_id_to_uploads.rb
+%%WWWDIR%%/db/migrate/20200406102111_add_index_to_deployments_where_cluster_id_is_not_null.rb
+%%WWWDIR%%/db/migrate/20200406135648_add_index_to_created_at_on_resource_milestone_events.rb
+%%WWWDIR%%/db/migrate/20200406192059_add_write_registry_to_deploy_tokens.rb
+%%WWWDIR%%/db/migrate/20200407120000_add_push_rule_id_to_groups.rb
+%%WWWDIR%%/db/migrate/20200407121321_add_push_rule_foreign_key_to_groups.rb
+%%WWWDIR%%/db/migrate/20200407171133_add_protected_tag_create_access_levels_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200407171417_validate_protected_tag_create_access_levels_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408133211_add_index_on_route_path_trigram.rb
+%%WWWDIR%%/db/migrate/20200408153842_add_index_on_creator_id_and_id_on_projects.rb
+%%WWWDIR%%/db/migrate/20200408154331_add_protected_branch_merge_access_levels_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408154349_validate_protected_branch_merge_access_levels_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408154411_add_path_locks_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408154428_validate_path_locks_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408154455_add_protected_branch_push_access_levels_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408154533_validate_protected_branch_push_access_levels_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408154604_add_u2f_registrations_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408154624_validate_u2f_registrations_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20200408175424_add_index_on_creator_id_created_at_id_to_projects_table.rb
+%%WWWDIR%%/db/migrate/20200408212219_add_status_page_url_to_status_page_settings.rb
+%%WWWDIR%%/db/migrate/20200409085956_add_partial_index_on_import_failures_retry_count.rb
+%%WWWDIR%%/db/migrate/20200410232012_add_metrics_dashboard_access_level_to_project_feature.rb
+%%WWWDIR%%/db/migrate/20200413072059_add_group_owners_can_manage_default_branch_protection_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20200414144547_remove_index_projects_on_creator_id_and_created_at_from_projects.rb
+%%WWWDIR%%/db/migrate/20200415160722_remove_not_null_lfs_objects_constraint.rb
+%%WWWDIR%%/db/migrate/20200415161021_remove_not_null_ci_job_artifacts_constraint.rb
+%%WWWDIR%%/db/migrate/20200415161206_remove_not_null_uploads_constraint.rb
+%%WWWDIR%%/db/migrate/20200415192656_add_name_regex_keep_to_container_expiration_policies.rb
+%%WWWDIR%%/db/migrate/20200416120128_add_columns_to_terraform_state.rb
+%%WWWDIR%%/db/migrate/20200416120354_add_locked_by_user_id_foreign_key_to_terraform_state.rb
%%WWWDIR%%/db/optional_migrations/composite_primary_keys.rb
%%WWWDIR%%/db/post_migrate/20180104131052_schedule_set_confidential_note_events_on_webhooks.rb
%%WWWDIR%%/db/post_migrate/20180119121225_remove_redundant_pipeline_stages.rb
@@ -9026,7 +9352,9 @@
%%WWWDIR%%/db/post_migrate/20200219184219_remove_merge_request_state_indexes.rb
%%WWWDIR%%/db/post_migrate/20200219193058_remove_state_from_issues.rb
%%WWWDIR%%/db/post_migrate/20200219193117_remove_state_from_merge_requests.rb
+%%WWWDIR%%/db/post_migrate/20200220115023_fix_projects_without_prometheus_service.rb
%%WWWDIR%%/db/post_migrate/20200221142216_remove_repository_storage_from_snippets.rb
+%%WWWDIR%%/db/post_migrate/20200226124757_remove_health_status_from_epics.rb
%%WWWDIR%%/db/post_migrate/20200226162239_cleanup_closed_at_rename_in_vulnerabilities.rb
%%WWWDIR%%/db/post_migrate/20200226162723_cleanup_closed_by_rename_in_vulnerabilities.rb
%%WWWDIR%%/db/post_migrate/20200227140242_update_occurrence_severity_column.rb
@@ -9034,17 +9362,39 @@
%%WWWDIR%%/db/post_migrate/20200304211738_remove_file_type_from_packages_package_files.rb
%%WWWDIR%%/db/post_migrate/20200310075115_schedule_link_lfs_objects_projects.rb
%%WWWDIR%%/db/post_migrate/20200310135818_remove_temporary_promoted_notes_index.rb
+%%WWWDIR%%/db/post_migrate/20200311130802_schedule_populate_user_highest_roles_table.rb
%%WWWDIR%%/db/post_migrate/20200311192351_add_index_on_noteable_type_and_noteable_id_to_sent_notifications.rb
+%%WWWDIR%%/db/post_migrate/20200313203550_remove_orphaned_chat_names.rb
+%%WWWDIR%%/db/post_migrate/20200313204021_validate_foreign_key_from_chat_name_to_service.rb
+%%WWWDIR%%/db/post_migrate/20200319071702_consume_remaining_link_lfs_objects_projects_jobs.rb
+%%WWWDIR%%/db/post_migrate/20200323011225_complete_migrate_security_scans.rb
+%%WWWDIR%%/db/post_migrate/20200323011955_remove_index_used_for_scan_migration.rb
+%%WWWDIR%%/db/post_migrate/20200323080714_trigger_background_migration_for_users_bio.rb
+%%WWWDIR%%/db/post_migrate/20200325162730_schedule_backfill_push_rules_id_in_projects.rb
+%%WWWDIR%%/db/post_migrate/20200406102120_backfill_deployment_clusters_from_deployments.rb
+%%WWWDIR%%/db/post_migrate/20200406193427_add_index_to_issues_health_status.rb
+%%WWWDIR%%/db/post_migrate/20200407094005_drop_vulnerability_severity_index.rb
+%%WWWDIR%%/db/post_migrate/20200407094923_drop_vulnerabilities_severity_index.rb
+%%WWWDIR%%/db/post_migrate/20200408110856_add_nginx_five_hundred_percentage_metric.rb
+%%WWWDIR%%/db/post_migrate/20200409211607_migrate_legacy_attachments.rb
+%%WWWDIR%%/db/post_migrate/20200416111111_migrate_vulnerability_dismissals.rb
+%%WWWDIR%%/db/post_migrate/20200511162057_add_missing_instance_to_servicess.rb
+%%WWWDIR%%/db/post_migrate/20200511162115_add_missing_index_to_service_unique_instance_per_type.rb
@(git,,) %%WWWDIR%%/db/schema.rb
%%WWWDIR%%/db/seeds.rb
+%%WWWDIR%%/db/structure.sql
%%WWWDIR%%/doc/.vale/gitlab/Contractions.yml
%%WWWDIR%%/doc/.vale/gitlab/FirstPerson.yml
%%WWWDIR%%/doc/.vale/gitlab/InternalLinkExtension.yml
%%WWWDIR%%/doc/.vale/gitlab/LatinTerms.yml
%%WWWDIR%%/doc/.vale/gitlab/OxfordComma.yml
%%WWWDIR%%/doc/.vale/gitlab/RelativeLinks.yml
+%%WWWDIR%%/doc/.vale/gitlab/Repetition.yml
%%WWWDIR%%/doc/.vale/gitlab/SentenceSpacing.yml
+%%WWWDIR%%/doc/.vale/gitlab/Spelling.yml
%%WWWDIR%%/doc/.vale/gitlab/Substitutions.yml
+%%WWWDIR%%/doc/.vale/gitlab/VersionText.yml
+%%WWWDIR%%/doc/.vale/gitlab/spelling-exceptions.txt
%%WWWDIR%%/doc/README.md
%%WWWDIR%%/doc/administration/audit_events.md
%%WWWDIR%%/doc/administration/auditor_users.md
@@ -9072,10 +9422,12 @@
%%WWWDIR%%/doc/administration/auth/img/okta_saml_settings.png
%%WWWDIR%%/doc/administration/auth/jwt.md
%%WWWDIR%%/doc/administration/auth/ldap-ee.md
+%%WWWDIR%%/doc/administration/auth/ldap-troubleshooting.md
%%WWWDIR%%/doc/administration/auth/ldap.md
%%WWWDIR%%/doc/administration/auth/oidc.md
%%WWWDIR%%/doc/administration/auth/okta.md
%%WWWDIR%%/doc/administration/auth/smartcard.md
+%%WWWDIR%%/doc/administration/availability/index.md
%%WWWDIR%%/doc/administration/build_artifacts.md
%%WWWDIR%%/doc/administration/compliance.md
%%WWWDIR%%/doc/administration/container_registry.md
@@ -9130,7 +9482,8 @@
%%WWWDIR%%/doc/administration/git_protocol.md
%%WWWDIR%%/doc/administration/gitaly/img/architecture_v12_4.png
%%WWWDIR%%/doc/administration/gitaly/img/gitlab_gitaly_version_mismatch_v12_4.png
-%%WWWDIR%%/doc/administration/gitaly/img/praefect_architecture_v12_9.png
+%%WWWDIR%%/doc/administration/gitaly/img/praefect_architecture_v12_10.png
+%%WWWDIR%%/doc/administration/gitaly/img/praefect_storage_v12_10.png
%%WWWDIR%%/doc/administration/gitaly/index.md
%%WWWDIR%%/doc/administration/gitaly/praefect.md
%%WWWDIR%%/doc/administration/gitaly/reference.md
@@ -9153,6 +9506,7 @@
%%WWWDIR%%/doc/administration/high_availability/pgbouncer.md
%%WWWDIR%%/doc/administration/high_availability/redis.md
%%WWWDIR%%/doc/administration/high_availability/redis_source.md
+%%WWWDIR%%/doc/administration/high_availability/sidekiq.md
%%WWWDIR%%/doc/administration/housekeeping.md
%%WWWDIR%%/doc/administration/img/audit_log.png
%%WWWDIR%%/doc/administration/img/auditor_access_form.png
@@ -9160,7 +9514,7 @@
%%WWWDIR%%/doc/administration/img/db_load_balancing_postgres_stats.png
%%WWWDIR%%/doc/administration/img/housekeeping_settings.png
%%WWWDIR%%/doc/administration/img/instance_review_button.png
-%%WWWDIR%%/doc/administration/img/repository_storages_admin_ui.png
+%%WWWDIR%%/doc/administration/img/repository_storages_admin_ui_v12_10.png
%%WWWDIR%%/doc/administration/incoming_email.md
%%WWWDIR%%/doc/administration/index.md
%%WWWDIR%%/doc/administration/instance_limits.md
@@ -9173,7 +9527,7 @@
%%WWWDIR%%/doc/administration/job_logs.md
%%WWWDIR%%/doc/administration/job_traces.md
%%WWWDIR%%/doc/administration/lfs/img/git-annex-branches.png
-%%WWWDIR%%/doc/administration/lfs/img/lfs-icon.png
+%%WWWDIR%%/doc/administration/lfs/index.md
%%WWWDIR%%/doc/administration/lfs/lfs_administration.md
%%WWWDIR%%/doc/administration/lfs/manage_large_binaries_with_git_lfs.md
%%WWWDIR%%/doc/administration/lfs/migrate_from_git_annex_to_git_lfs.md
@@ -9224,6 +9578,7 @@
%%WWWDIR%%/doc/administration/monitoring/prometheus/redis_exporter.md
%%WWWDIR%%/doc/administration/monitoring/prometheus/registry_exporter.md
%%WWWDIR%%/doc/administration/npm_registry.md
+%%WWWDIR%%/doc/administration/object_storage.md
%%WWWDIR%%/doc/administration/operations.md
%%WWWDIR%%/doc/administration/operations/cleaning_up_redis_sessions.md
%%WWWDIR%%/doc/administration/operations/extra_sidekiq_processes.md
@@ -9254,6 +9609,7 @@
%%WWWDIR%%/doc/administration/raketasks/github_import.md
%%WWWDIR%%/doc/administration/raketasks/ldap.md
%%WWWDIR%%/doc/administration/raketasks/maintenance.md
+%%WWWDIR%%/doc/administration/raketasks/praefect.md
%%WWWDIR%%/doc/administration/raketasks/project_import_export.md
%%WWWDIR%%/doc/administration/raketasks/storage.md
%%WWWDIR%%/doc/administration/raketasks/uploads/migrate.md
@@ -9265,10 +9621,12 @@
%%WWWDIR%%/doc/administration/repository_storage_types.md
%%WWWDIR%%/doc/administration/repository_storages.md
%%WWWDIR%%/doc/administration/restart_gitlab.md
+%%WWWDIR%%/doc/administration/scaling/index.md
%%WWWDIR%%/doc/administration/server_hooks.md
%%WWWDIR%%/doc/administration/smime_signing_email.md
%%WWWDIR%%/doc/administration/snippets/index.md
%%WWWDIR%%/doc/administration/static_objects_external_storage.md
+%%WWWDIR%%/doc/administration/terraform_state.md
%%WWWDIR%%/doc/administration/timezone.md
%%WWWDIR%%/doc/administration/troubleshooting/debug.md
%%WWWDIR%%/doc/administration/troubleshooting/diagnostics_tools.md
@@ -9284,6 +9642,10 @@
%%WWWDIR%%/doc/administration/troubleshooting/img/AzureAD-basic_SAML.png
%%WWWDIR%%/doc/administration/troubleshooting/img/AzureAD-claims.png
%%WWWDIR%%/doc/administration/troubleshooting/img/AzureAD-scim_attribute_mapping.png
+%%WWWDIR%%/doc/administration/troubleshooting/img/Okta-SAMLsetup.png
+%%WWWDIR%%/doc/administration/troubleshooting/img/Okta-advancedsettings.png
+%%WWWDIR%%/doc/administration/troubleshooting/img/Okta-attributes.png
+%%WWWDIR%%/doc/administration/troubleshooting/img/Okta-linkscert.png
%%WWWDIR%%/doc/administration/troubleshooting/img/OneLogin-SSOsettings.png
%%WWWDIR%%/doc/administration/troubleshooting/img/OneLogin-app_details.png
%%WWWDIR%%/doc/administration/troubleshooting/img/OneLogin-encryption.png
@@ -9291,6 +9653,8 @@
%%WWWDIR%%/doc/administration/troubleshooting/img/OneLogin-userAdd.png
%%WWWDIR%%/doc/administration/troubleshooting/kubernetes_cheat_sheet.md
%%WWWDIR%%/doc/administration/troubleshooting/linux_cheat_sheet.md
+%%WWWDIR%%/doc/administration/troubleshooting/log_parsing.md
+%%WWWDIR%%/doc/administration/troubleshooting/navigating_gitlab_via_rails_console.md
%%WWWDIR%%/doc/administration/troubleshooting/postgresql.md
%%WWWDIR%%/doc/administration/troubleshooting/sidekiq.md
%%WWWDIR%%/doc/administration/troubleshooting/ssl.md
@@ -9317,6 +9681,7 @@
%%WWWDIR%%/doc/api/container_registry.md
%%WWWDIR%%/doc/api/custom_attributes.md
%%WWWDIR%%/doc/api/dependencies.md
+%%WWWDIR%%/doc/api/dependency_proxy.md
%%WWWDIR%%/doc/api/deploy_key_multiple_projects.md
%%WWWDIR%%/doc/api/deploy_keys.md
%%WWWDIR%%/doc/api/deploy_tokens.md
@@ -9363,6 +9728,7 @@
%%WWWDIR%%/doc/api/merge_request_context_commits.md
%%WWWDIR%%/doc/api/merge_requests.md
%%WWWDIR%%/doc/api/merge_trains.md
+%%WWWDIR%%/doc/api/metrics_dashboard_annotations.md
%%WWWDIR%%/doc/api/milestones.md
%%WWWDIR%%/doc/api/namespaces.md
%%WWWDIR%%/doc/api/notes.md
@@ -9382,6 +9748,7 @@
%%WWWDIR%%/doc/api/project_snippets.md
%%WWWDIR%%/doc/api/project_statistics.md
%%WWWDIR%%/doc/api/project_templates.md
+%%WWWDIR%%/doc/api/project_vulnerabilities.md
%%WWWDIR%%/doc/api/projects.md
%%WWWDIR%%/doc/api/protected_branches.md
%%WWWDIR%%/doc/api/protected_environments.md
@@ -9415,6 +9782,7 @@
%%WWWDIR%%/doc/api/version.md
%%WWWDIR%%/doc/api/visual_review_discussions.md
%%WWWDIR%%/doc/api/vulnerabilities.md
+%%WWWDIR%%/doc/api/vulnerability_exports.md
%%WWWDIR%%/doc/api/vulnerability_findings.md
%%WWWDIR%%/doc/api/wikis.md
%%WWWDIR%%/doc/articles/artifactory_and_gitlab/index.md
@@ -9460,6 +9828,9 @@
%%WWWDIR%%/doc/ci/environments/protected_environments.md
%%WWWDIR%%/doc/ci/examples/README.md
%%WWWDIR%%/doc/ci/examples/artifactory_and_gitlab/index.md
+%%WWWDIR%%/doc/ci/examples/authenticating-with-hashicorp-vault/img/vault-read-secrets-production.png
+%%WWWDIR%%/doc/ci/examples/authenticating-with-hashicorp-vault/img/vault-read-secrets-staging.png
+%%WWWDIR%%/doc/ci/examples/authenticating-with-hashicorp-vault/index.md
%%WWWDIR%%/doc/ci/examples/browser_performance.md
%%WWWDIR%%/doc/ci/examples/code_climate.md
%%WWWDIR%%/doc/ci/examples/code_quality.md
@@ -9546,13 +9917,11 @@
%%WWWDIR%%/doc/ci/merge_request_pipelines/img/merge_request.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/index.md
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/img/merge_request_pipeline_config.png
-%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/img/merged_result_pipeline_v12_3.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/index.md
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/img/merge_train_cancel_v12_0.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/img/merge_train_config_v12_0.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/img/merge_train_failure.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/img/merge_train_immediate_merge.png
-%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/img/merge_train_immediate_merge_confirmation_dialog_v12_6.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/img/merge_train_immediate_merge_v12_6.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/img/merge_train_position_v12_0.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/img/merge_train_start_v12_0.png
@@ -9570,6 +9939,7 @@
%%WWWDIR%%/doc/ci/pipelines/img/job_artifacts_builds_page.png
%%WWWDIR%%/doc/ci/pipelines/img/job_artifacts_pipelines_page.png
%%WWWDIR%%/doc/ci/pipelines/img/job_failure_reason.png
+%%WWWDIR%%/doc/ci/pipelines/img/job_group_v12_10.png
%%WWWDIR%%/doc/ci/pipelines/img/job_latest_artifacts_browser.png
%%WWWDIR%%/doc/ci/pipelines/img/manual_job_variables.png
%%WWWDIR%%/doc/ci/pipelines/img/pipeline-delete.png
@@ -9779,6 +10149,7 @@
%%WWWDIR%%/doc/development/import_project.md
%%WWWDIR%%/doc/development/insert_into_tables_in_batches.md
%%WWWDIR%%/doc/development/instrumentation.md
+%%WWWDIR%%/doc/development/integrations/jenkins.md
%%WWWDIR%%/doc/development/integrations/jira_connect.md
%%WWWDIR%%/doc/development/integrations/secure.md
%%WWWDIR%%/doc/development/integrations/secure_partner_integration.md
@@ -9824,6 +10195,7 @@
%%WWWDIR%%/doc/development/post_deployment_migrations.md
%%WWWDIR%%/doc/development/profiling.md
%%WWWDIR%%/doc/development/projections.md
+%%WWWDIR%%/doc/development/prometheus.md
%%WWWDIR%%/doc/development/prometheus_metrics.md
%%WWWDIR%%/doc/development/pry_debugging.md
%%WWWDIR%%/doc/development/python_guide/index.md
@@ -9833,6 +10205,7 @@
%%WWWDIR%%/doc/development/rake_tasks.md
%%WWWDIR%%/doc/development/reactive_caching.md
%%WWWDIR%%/doc/development/redis.md
+%%WWWDIR%%/doc/development/refactoring_guide/index.md
%%WWWDIR%%/doc/development/reference_processing.md
%%WWWDIR%%/doc/development/renaming_features.md
%%WWWDIR%%/doc/development/repository_mirroring.md
@@ -9840,6 +10213,7 @@
%%WWWDIR%%/doc/development/rolling_out_changes_using_feature_flags.md
%%WWWDIR%%/doc/development/routing.md
%%WWWDIR%%/doc/development/scalability.md
+%%WWWDIR%%/doc/development/secure_coding_guidelines.md
%%WWWDIR%%/doc/development/serializing_data.md
%%WWWDIR%%/doc/development/session.md
%%WWWDIR%%/doc/development/sha1_as_binary.md
@@ -9941,12 +10315,8 @@
%%WWWDIR%%/doc/incoming_email/README.md
%%WWWDIR%%/doc/incoming_email/postfix.md
%%WWWDIR%%/doc/install/README.md
-%%WWWDIR%%/doc/install/aws/img/associate_subnet_gateway.png
-%%WWWDIR%%/doc/install/aws/img/associate_subnet_gateway_2.png
%%WWWDIR%%/doc/install/aws/img/aws_ha_architecture_diagram.png
-%%WWWDIR%%/doc/install/aws/img/choose_ami.png
%%WWWDIR%%/doc/install/aws/img/create_gateway.png
-%%WWWDIR%%/doc/install/aws/img/create_security_group.png
%%WWWDIR%%/doc/install/aws/img/create_subnet.png
%%WWWDIR%%/doc/install/aws/img/create_vpc.png
%%WWWDIR%%/doc/install/aws/img/ec_az.png
@@ -10168,8 +10538,10 @@
%%WWWDIR%%/doc/raketasks/maintenance.md
%%WWWDIR%%/doc/raketasks/user_management.md
%%WWWDIR%%/doc/raketasks/web_hooks.md
+%%WWWDIR%%/doc/raketasks/x509_signatures.md
%%WWWDIR%%/doc/security/README.md
%%WWWDIR%%/doc/security/asset_proxy.md
+%%WWWDIR%%/doc/security/cicd_environment_variables.md
%%WWWDIR%%/doc/security/crime_vulnerability.md
%%WWWDIR%%/doc/security/img/outbound_requests_section_v12_2.png
%%WWWDIR%%/doc/security/img/ssh_keys_restricted_key_icon.png
@@ -10200,8 +10572,10 @@
%%WWWDIR%%/doc/tools/email1.png
%%WWWDIR%%/doc/tools/email2.png
%%WWWDIR%%/doc/topics/airgap/index.md
+%%WWWDIR%%/doc/topics/airgap/quick_start_guide.md
%%WWWDIR%%/doc/topics/application_development_platform/index.md
%%WWWDIR%%/doc/topics/authentication/index.md
+%%WWWDIR%%/doc/topics/autodevops/customize.md
%%WWWDIR%%/doc/topics/autodevops/img/auto_monitoring.png
%%WWWDIR%%/doc/topics/autodevops/img/autodevops_banner_v12_6.png
%%WWWDIR%%/doc/topics/autodevops/img/autodevops_multiple_clusters.png
@@ -10210,7 +10584,6 @@
%%WWWDIR%%/doc/topics/autodevops/img/guide_cluster_apps_v12_3.png
%%WWWDIR%%/doc/topics/autodevops/img/guide_create_project_v12_3.png
%%WWWDIR%%/doc/topics/autodevops/img/guide_enable_autodevops_v12_3.png
-%%WWWDIR%%/doc/topics/autodevops/img/guide_environments_metrics_v12_3.png
%%WWWDIR%%/doc/topics/autodevops/img/guide_environments_v12_3.png
%%WWWDIR%%/doc/topics/autodevops/img/guide_first_pipeline_v12_3.png
%%WWWDIR%%/doc/topics/autodevops/img/guide_gitlab_gke_details_v12_3.png
@@ -10220,7 +10593,7 @@
%%WWWDIR%%/doc/topics/autodevops/img/guide_merge_request_review_app_v12_3.png
%%WWWDIR%%/doc/topics/autodevops/img/guide_merge_request_v12_3.png
%%WWWDIR%%/doc/topics/autodevops/img/guide_pipeline_stages_v12_3.png
-%%WWWDIR%%/doc/topics/autodevops/img/guide_project_landing_page_v12_3.png
+%%WWWDIR%%/doc/topics/autodevops/img/guide_project_landing_page_v12_10.png
%%WWWDIR%%/doc/topics/autodevops/img/guide_project_template_v12_3.png
%%WWWDIR%%/doc/topics/autodevops/img/rollout_enabled.png
%%WWWDIR%%/doc/topics/autodevops/img/rollout_staging_disabled.png
@@ -10228,9 +10601,15 @@
%%WWWDIR%%/doc/topics/autodevops/img/staging_enabled.png
%%WWWDIR%%/doc/topics/autodevops/index.md
%%WWWDIR%%/doc/topics/autodevops/quick_start_guide.md
+%%WWWDIR%%/doc/topics/autodevops/stages.md
%%WWWDIR%%/doc/topics/autodevops/upgrading_postgresql.md
%%WWWDIR%%/doc/topics/git/how_to_install_git/index.md
%%WWWDIR%%/doc/topics/git/index.md
+%%WWWDIR%%/doc/topics/git/lfs/img/git-annex-branches.png
+%%WWWDIR%%/doc/topics/git/lfs/img/lfs-icon.png
+%%WWWDIR%%/doc/topics/git/lfs/index.md
+%%WWWDIR%%/doc/topics/git/lfs/migrate_from_git_annex_to_git_lfs.md
+%%WWWDIR%%/doc/topics/git/lfs/migrate_to_git_lfs.md
%%WWWDIR%%/doc/topics/git/migrate_to_git_lfs/index.md
%%WWWDIR%%/doc/topics/git/numerous_undo_possibilities_in_git/img/branching.png
%%WWWDIR%%/doc/topics/git/numerous_undo_possibilities_in_git/img/rebase_reset.png
@@ -10258,8 +10637,8 @@
%%WWWDIR%%/doc/topics/img/gitlab_flow_release_branches.png
%%WWWDIR%%/doc/topics/img/gitlab_flow_remove_checkbox.png
%%WWWDIR%%/doc/topics/index.md
-%%WWWDIR%%/doc/topics/web_application_firewall/img/guide_waf_ingress_installation_v12_9.png
-%%WWWDIR%%/doc/topics/web_application_firewall/img/guide_waf_ingress_save_changes_v12_9.png
+%%WWWDIR%%/doc/topics/web_application_firewall/img/guide_waf_ingress_installation_v12_10.png
+%%WWWDIR%%/doc/topics/web_application_firewall/img/guide_waf_ingress_save_changes_v12_10.png
%%WWWDIR%%/doc/topics/web_application_firewall/index.md
%%WWWDIR%%/doc/topics/web_application_firewall/quick_start_guide.md
%%WWWDIR%%/doc/university/README.md
@@ -10473,7 +10852,8 @@
%%WWWDIR%%/doc/user/admin_area/img/appearance_new_project_v12_3.png
%%WWWDIR%%/doc/user/admin_area/img/appearance_sign_in_preview_v12_3.png
%%WWWDIR%%/doc/user/admin_area/img/appearance_sign_in_v12_3.png
-%%WWWDIR%%/doc/user/admin_area/img/broadcast_messages.png
+%%WWWDIR%%/doc/user/admin_area/img/broadcast_messages_banner_v12_10.png
+%%WWWDIR%%/doc/user/admin_area/img/broadcast_messages_notification_v12_10.png
%%WWWDIR%%/doc/user/admin_area/img/credentials_inventory_v12_6.png
%%WWWDIR%%/doc/user/admin_area/img/index_runners_search_or_filter.png
%%WWWDIR%%/doc/user/admin_area/img/license_admin_area.png
@@ -10517,6 +10897,7 @@
%%WWWDIR%%/doc/user/admin_area/settings/img/mirror_settings.png
%%WWWDIR%%/doc/user/admin_area/settings/img/protected_paths.png
%%WWWDIR%%/doc/user/admin_area/settings/img/push_event_activities_limit_v12_4.png
+%%WWWDIR%%/doc/user/admin_area/settings/img/rate_limit_on_issues_creation.png
%%WWWDIR%%/doc/user/admin_area/settings/img/rate_limits_on_raw_endpoints.png
%%WWWDIR%%/doc/user/admin_area/settings/img/respond_to_terms.png
%%WWWDIR%%/doc/user/admin_area/settings/img/restricted_url.png
@@ -10528,6 +10909,7 @@
%%WWWDIR%%/doc/user/admin_area/settings/instance_template_repository.md
%%WWWDIR%%/doc/user/admin_area/settings/protected_paths.md
%%WWWDIR%%/doc/user/admin_area/settings/push_event_activities_limit.md
+%%WWWDIR%%/doc/user/admin_area/settings/rate_limit_on_issues_creation.md
%%WWWDIR%%/doc/user/admin_area/settings/rate_limits_on_raw_endpoints.md
%%WWWDIR%%/doc/user/admin_area/settings/sign_in_restrictions.md
%%WWWDIR%%/doc/user/admin_area/settings/sign_up_restrictions.md
@@ -10552,7 +10934,9 @@
%%WWWDIR%%/doc/user/application_security/container_scanning/index.md
%%WWWDIR%%/doc/user/application_security/dast/img/dast_all_v12_9.png
%%WWWDIR%%/doc/user/application_security/dast/img/dast_single_v12_9.png
+%%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/dependency_list/img/dependency_list_v12_10.png
%%WWWDIR%%/doc/user/application_security/dependency_list/img/dependency_list_v12_3.png
%%WWWDIR%%/doc/user/application_security/dependency_list/img/dependency_list_v12_4.png
%%WWWDIR%%/doc/user/application_security/dependency_list/index.md
@@ -10579,8 +10963,12 @@
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/instance_security_dashboard_link_v12_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/instance_security_dashboard_with_projects_v12_8.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/pipeline_security_dashboard_v12_6.png
+%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_export_csv_v12.10.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_v12_3.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/index.md
+%%WWWDIR%%/doc/user/application_security/threat_monitoring/index.md
+%%WWWDIR%%/doc/user/application_security/vulnerabilities/img/standalone_vulnerability_page_v12_10.png
+%%WWWDIR%%/doc/user/application_security/vulnerabilities/index.md
%%WWWDIR%%/doc/user/asciidoc.md
%%WWWDIR%%/doc/user/award_emojis.md
%%WWWDIR%%/doc/user/clusters/applications.md
@@ -10588,11 +10976,12 @@
%%WWWDIR%%/doc/user/clusters/environments.md
%%WWWDIR%%/doc/user/clusters/img/advanced-settings-cluster-management-project-v12_5.png
%%WWWDIR%%/doc/user/clusters/img/cluster_environments_table_v12_3.png
+%%WWWDIR%%/doc/user/clusters/img/fluentd_v12_10.png
%%WWWDIR%%/doc/user/clusters/img/jupyter-git-extension.gif
%%WWWDIR%%/doc/user/clusters/img/jupyter-gitclone.png
%%WWWDIR%%/doc/user/clusters/img/threat_monitoring_v12_9.png
%%WWWDIR%%/doc/user/clusters/management_project.md
-%%WWWDIR%%/doc/user/compliance/compliance_dashboard/img/compliance_dashboard_v12_8.png
+%%WWWDIR%%/doc/user/compliance/compliance_dashboard/img/compliance_dashboard_v12_10.png
%%WWWDIR%%/doc/user/compliance/compliance_dashboard/index.md
%%WWWDIR%%/doc/user/compliance/index.md
%%WWWDIR%%/doc/user/compliance/license_compliance/img/license_compliance.png
@@ -10690,6 +11079,7 @@
%%WWWDIR%%/doc/user/group/img/add_new_members.png
%%WWWDIR%%/doc/user/group/img/create_new_group_info.png
%%WWWDIR%%/doc/user/group/img/create_new_project_from_group.png
+%%WWWDIR%%/doc/user/group/img/group_activity_analytics_v12_10.png
%%WWWDIR%%/doc/user/group/img/group_file_template_dropdown.png
%%WWWDIR%%/doc/user/group/img/group_file_template_settings.png
%%WWWDIR%%/doc/user/group/img/group_settings.png
@@ -10709,16 +11099,14 @@
%%WWWDIR%%/doc/user/group/insights/index.md
%%WWWDIR%%/doc/user/group/issues_analytics/img/issues_created_per_month_v12_8.png
%%WWWDIR%%/doc/user/group/issues_analytics/index.md
-%%WWWDIR%%/doc/user/group/roadmap/img/epics_state_dropdown.png
+%%WWWDIR%%/doc/user/group/roadmap/img/epics_state_dropdown_v12_10.png
%%WWWDIR%%/doc/user/group/roadmap/img/roadmap_timeline_months.png
%%WWWDIR%%/doc/user/group/roadmap/img/roadmap_timeline_quarters.png
%%WWWDIR%%/doc/user/group/roadmap/img/roadmap_timeline_weeks.png
-%%WWWDIR%%/doc/user/group/roadmap/img/roadmap_view_v12_9.png
+%%WWWDIR%%/doc/user/group/roadmap/img/roadmap_view_v12_10.png
%%WWWDIR%%/doc/user/group/roadmap/index.md
%%WWWDIR%%/doc/user/group/saml_sso/img/group_saml_configuration_information.png
%%WWWDIR%%/doc/user/group/saml_sso/img/group_saml_settings.png
-%%WWWDIR%%/doc/user/group/saml_sso/img/scim_advanced.png
-%%WWWDIR%%/doc/user/group/saml_sso/img/scim_attribute_mapping.png
%%WWWDIR%%/doc/user/group/saml_sso/img/scim_name_identifier_mapping.png
%%WWWDIR%%/doc/user/group/saml_sso/img/scim_provisioning_status.png
%%WWWDIR%%/doc/user/group/saml_sso/img/scim_token.png
@@ -10742,7 +11130,11 @@
%%WWWDIR%%/doc/user/img/markdown_copy_from_spreadsheet_v12_7.png
%%WWWDIR%%/doc/user/img/markdown_logo.png
%%WWWDIR%%/doc/user/img/markdown_paste_table_v12_7.png
+%%WWWDIR%%/doc/user/img/markdown_toc_preview_v12_9.png
%%WWWDIR%%/doc/user/img/markdown_video.mp4
+%%WWWDIR%%/doc/user/img/new_personal_snippet_from_project_v12_10.png
+%%WWWDIR%%/doc/user/img/new_personal_snippet_v12_10.png
+%%WWWDIR%%/doc/user/img/new_project_snippet_from_project_v12_10.png
%%WWWDIR%%/doc/user/img/todos_add_todo_sidebar.png
%%WWWDIR%%/doc/user/img/todos_icon.png
%%WWWDIR%%/doc/user/img/todos_index.png
@@ -10766,10 +11158,19 @@
%%WWWDIR%%/doc/user/operations_dashboard/index.md
%%WWWDIR%%/doc/user/packages/conan_repository/img/conan_package_view.png
%%WWWDIR%%/doc/user/packages/conan_repository/index.md
+%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_group_repositories_v12_10.png
+%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_repositories_v12_10.png
+%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_repositories_with_quickstart_v12_10.png
+%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_repository_details_v12.10.png
+%%WWWDIR%%/doc/user/packages/container_registry/img/container_registry_tags_v12_10.png
%%WWWDIR%%/doc/user/packages/container_registry/img/expiration-policy-app.png
%%WWWDIR%%/doc/user/packages/container_registry/index.md
%%WWWDIR%%/doc/user/packages/dependency_proxy/img/group_dependency_proxy.png
%%WWWDIR%%/doc/user/packages/dependency_proxy/index.md
+%%WWWDIR%%/doc/user/packages/img/group_packages_list_v12_10.png
+%%WWWDIR%%/doc/user/packages/img/package_activity_v12_10.png
+%%WWWDIR%%/doc/user/packages/img/package_detail_v12_10.png
+%%WWWDIR%%/doc/user/packages/img/project_packages_list_v12_10.png
%%WWWDIR%%/doc/user/packages/index.md
%%WWWDIR%%/doc/user/packages/maven_repository/img/maven_package_view_v12_6.png
%%WWWDIR%%/doc/user/packages/maven_repository/index.md
@@ -10778,6 +11179,7 @@
%%WWWDIR%%/doc/user/packages/nuget_repository/img/visual_studio_adding_nuget_source.png
%%WWWDIR%%/doc/user/packages/nuget_repository/img/visual_studio_nuget_source_added.png
%%WWWDIR%%/doc/user/packages/nuget_repository/index.md
+%%WWWDIR%%/doc/user/packages/pypi_repository/index.md
%%WWWDIR%%/doc/user/packages/workflows/monorepo.md
%%WWWDIR%%/doc/user/packages/workflows/project_registry.md
%%WWWDIR%%/doc/user/permissions.md
@@ -10806,15 +11208,17 @@
%%WWWDIR%%/doc/user/project/bulk_editing.md
%%WWWDIR%%/doc/user/project/canary_deployments.md
%%WWWDIR%%/doc/user/project/ci_cd_for_external_repo.md
+%%WWWDIR%%/doc/user/project/clusters/add_eks_clusters.md
+%%WWWDIR%%/doc/user/project/clusters/add_gke_clusters.md
%%WWWDIR%%/doc/user/project/clusters/add_remove_clusters.md
%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/index.md
%%WWWDIR%%/doc/user/project/clusters/img/environment.png
%%WWWDIR%%/doc/user/project/clusters/img/k8s_cluster_monitoring.png
-%%WWWDIR%%/doc/user/project/clusters/img/kubernetes_pod_logs_v12_9.png
+%%WWWDIR%%/doc/user/project/clusters/img/kubernetes_pod_logs_v12_10.png
%%WWWDIR%%/doc/user/project/clusters/img/pipeline.png
%%WWWDIR%%/doc/user/project/clusters/img/pod_logs_deploy_board.png
%%WWWDIR%%/doc/user/project/clusters/img/rbac.png
-%%WWWDIR%%/doc/user/project/clusters/img/sidebar_menu_pod_logs_v12_5.png
+%%WWWDIR%%/doc/user/project/clusters/img/sidebar_menu_pod_logs_v12_10.png
%%WWWDIR%%/doc/user/project/clusters/index.md
%%WWWDIR%%/doc/user/project/clusters/kubernetes_pod_logs.md
%%WWWDIR%%/doc/user/project/clusters/runbooks/img/authorize-jupyter.png
@@ -10907,6 +11311,8 @@
%%WWWDIR%%/doc/user/project/img/service_desk_nav_item.png
%%WWWDIR%%/doc/user/project/img/service_desk_reply.png
%%WWWDIR%%/doc/user/project/img/service_desk_thread.png
+%%WWWDIR%%/doc/user/project/img/status_page_detail_v12_10.png
+%%WWWDIR%%/doc/user/project/img/status_page_incidents_v12_10.png
%%WWWDIR%%/doc/user/project/img/time_tracking_example_v12_2.png
%%WWWDIR%%/doc/user/project/img/time_tracking_sidebar_v8_16.png
%%WWWDIR%%/doc/user/project/import/bitbucket.md
@@ -10940,8 +11346,12 @@
%%WWWDIR%%/doc/user/project/import/img/import_projects_from_github_importer_v12_3.png
%%WWWDIR%%/doc/user/project/import/img/import_projects_from_new_project_page.png
%%WWWDIR%%/doc/user/project/import/img/import_projects_from_repo_url.png
+%%WWWDIR%%/doc/user/project/import/img/jira/import_issues_from_jira_button_v12_10.png
+%%WWWDIR%%/doc/user/project/import/img/jira/import_issues_from_jira_form_v12_10.png
+%%WWWDIR%%/doc/user/project/import/img/jira/import_issues_from_jira_projects_v12_10.png
%%WWWDIR%%/doc/user/project/import/img/manifest_status.png
%%WWWDIR%%/doc/user/project/import/index.md
+%%WWWDIR%%/doc/user/project/import/jira.md
%%WWWDIR%%/doc/user/project/import/manifest.md
%%WWWDIR%%/doc/user/project/import/perforce.md
%%WWWDIR%%/doc/user/project/import/phabricator.md
@@ -10967,13 +11377,12 @@
%%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/copy_link_to_chart_v12_10.png
%%WWWDIR%%/doc/user/project/integrations/img/emails_on_push_email.png
%%WWWDIR%%/doc/user/project/integrations/img/emails_on_push_service.png
-%%WWWDIR%%/doc/user/project/integrations/img/embed_metrics.png
%%WWWDIR%%/doc/user/project/integrations/img/embed_metrics_issue_template.png
%%WWWDIR%%/doc/user/project/integrations/img/embedded_metrics_markdown_v12_8.png
%%WWWDIR%%/doc/user/project/integrations/img/embedded_metrics_rendered_v12_8.png
-%%WWWDIR%%/doc/user/project/integrations/img/generate_link_to_chart.png
%%WWWDIR%%/doc/user/project/integrations/img/github_configuration.png
%%WWWDIR%%/doc/user/project/integrations/img/github_status_check_pipeline_update.png
%%WWWDIR%%/doc/user/project/integrations/img/gitlab_slack_app_landing_page.png
@@ -10983,6 +11392,7 @@
%%WWWDIR%%/doc/user/project/integrations/img/grafana_sharing_dialog_v12_5.png
%%WWWDIR%%/doc/user/project/integrations/img/hangouts_chat_configuration.png
%%WWWDIR%%/doc/user/project/integrations/img/heatmap_panel_type.png
+%%WWWDIR%%/doc/user/project/integrations/img/hide_embedded_metrics_v12_10.png
%%WWWDIR%%/doc/user/project/integrations/img/http_proxy_access_v12_5.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_add_user_to_group.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_added_user_to_group.png
@@ -11011,7 +11421,7 @@
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_team_integrations.png
%%WWWDIR%%/doc/user/project/integrations/img/merge_request_performance.png
%%WWWDIR%%/doc/user/project/integrations/img/microsoft_teams_configuration.png
-%%WWWDIR%%/doc/user/project/integrations/img/panel_context_menu_v12_8.png
+%%WWWDIR%%/doc/user/project/integrations/img/panel_context_menu_v12_10.png
%%WWWDIR%%/doc/user/project/integrations/img/project_services.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_add_metric.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_alert.png
@@ -11019,6 +11429,7 @@
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_dashboard.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_dashboard_anomaly_panel_type.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_dashboard_area_panel_type_v12_8.png
+%%WWWDIR%%/doc/user/project/integrations/img/prometheus_dashboard_bar_chart_panel_type_v12.10.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_dashboard_column_panel_type.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_dashboard_edit_metric_link_v_12_9.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_dashboard_environments_v12_8.png
@@ -11038,6 +11449,7 @@
%%WWWDIR%%/doc/user/project/integrations/img/slack_configuration.png
%%WWWDIR%%/doc/user/project/integrations/img/slack_setup.png
%%WWWDIR%%/doc/user/project/integrations/img/unify_circuit_configuration.png
+%%WWWDIR%%/doc/user/project/integrations/img/view_embedded_metrics_v12_10.png
%%WWWDIR%%/doc/user/project/integrations/img/webhook_logs.png
%%WWWDIR%%/doc/user/project/integrations/img/webhook_testing.png
%%WWWDIR%%/doc/user/project/integrations/img/webhooks_ssl.png
@@ -11051,6 +11463,7 @@
%%WWWDIR%%/doc/user/project/integrations/mattermost_slash_commands.md
%%WWWDIR%%/doc/user/project/integrations/microsoft_teams.md
%%WWWDIR%%/doc/user/project/integrations/mock_ci.md
+%%WWWDIR%%/doc/user/project/integrations/overview.md
%%WWWDIR%%/doc/user/project/integrations/project_services.md
%%WWWDIR%%/doc/user/project/integrations/prometheus.md
%%WWWDIR%%/doc/user/project/integrations/prometheus_library/cloudwatch.md
@@ -11099,7 +11512,7 @@
%%WWWDIR%%/doc/user/project/issues/img/confirm_design_deletion_v12_4.png
%%WWWDIR%%/doc/user/project/issues/img/create_issue_from_group_level_issue_tracker.png
%%WWWDIR%%/doc/user/project/issues/img/create_mr_from_issue.png
-%%WWWDIR%%/doc/user/project/issues/img/csv_export_button.png
+%%WWWDIR%%/doc/user/project/issues/img/csv_export_button_v12_9.png
%%WWWDIR%%/doc/user/project/issues/img/csv_export_modal.png
%%WWWDIR%%/doc/user/project/issues/img/delete_issue.png
%%WWWDIR%%/doc/user/project/issues/img/delete_multiple_designs_v12_4.png
@@ -11115,7 +11528,11 @@
%%WWWDIR%%/doc/user/project/issues/img/due_dates_edit_sidebar.png
%%WWWDIR%%/doc/user/project/issues/img/due_dates_issues_index_page.png
%%WWWDIR%%/doc/user/project/issues/img/due_dates_todos.png
+%%WWWDIR%%/doc/user/project/issues/img/epic_tree_health_status_v12_10.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_health_status_dropdown_v12_10.png
+%%WWWDIR%%/doc/user/project/issues/img/issue_health_status_v12_10.png
%%WWWDIR%%/doc/user/project/issues/img/issue_health_status_v12_9.png
%%WWWDIR%%/doc/user/project/issues/img/issue_weight.png
%%WWWDIR%%/doc/user/project/issues/img/issues_main_view.png
@@ -11242,6 +11659,7 @@
%%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
+%%WWWDIR%%/doc/user/project/merge_requests/img/versions_compare_head_v12_10.png
%%WWWDIR%%/doc/user/project/merge_requests/img/versions_dropdown.png
%%WWWDIR%%/doc/user/project/merge_requests/img/versions_system_note.png
%%WWWDIR%%/doc/user/project/merge_requests/img/wip_blocked_accept_button.png
@@ -11309,6 +11727,7 @@
%%WWWDIR%%/doc/user/project/pages/getting_started_part_one.md
%%WWWDIR%%/doc/user/project/pages/getting_started_part_three.md
%%WWWDIR%%/doc/user/project/pages/getting_started_part_two.md
+%%WWWDIR%%/doc/user/project/pages/img/change_path_v12_10.png
%%WWWDIR%%/doc/user/project/pages/img/choose_ci_template.png
%%WWWDIR%%/doc/user/project/pages/img/icons/click.png
%%WWWDIR%%/doc/user/project/pages/img/icons/cogs.png
@@ -11338,6 +11757,7 @@
%%WWWDIR%%/doc/user/project/releases.md
%%WWWDIR%%/doc/user/project/releases/img/custom_notifications_dropdown_v12_5.png
%%WWWDIR%%/doc/user/project/releases/img/custom_notifications_new_release_v12_5.png
+%%WWWDIR%%/doc/user/project/releases/img/edit_release_page_v12_10.png
%%WWWDIR%%/doc/user/project/releases/img/edit_release_page_v12_6.png
%%WWWDIR%%/doc/user/project/releases/img/milestone_list_with_releases_v12_5.png
%%WWWDIR%%/doc/user/project/releases/img/milestone_with_releases_v12_5.png
@@ -11370,6 +11790,7 @@
%%WWWDIR%%/doc/user/project/repository/img/file_blame_button_v12_6.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_button.png
%%WWWDIR%%/doc/user/project/repository/img/file_finder_find_file.png
%%WWWDIR%%/doc/user/project/repository/img/file_history_button_v12_6.png
@@ -11409,6 +11830,13 @@
%%WWWDIR%%/doc/user/project/repository/repository_mirroring.md
%%WWWDIR%%/doc/user/project/repository/web_editor.md
%%WWWDIR%%/doc/user/project/repository/x509_signed_commits/index.md
+%%WWWDIR%%/doc/user/project/requirements/img/requirement_archive_view_v12_10.png
+%%WWWDIR%%/doc/user/project/requirements/img/requirement_create_view_v12_10.png
+%%WWWDIR%%/doc/user/project/requirements/img/requirement_edit_save_v12_10.png
+%%WWWDIR%%/doc/user/project/requirements/img/requirement_edit_view_v12_10.png
+%%WWWDIR%%/doc/user/project/requirements/img/requirements_archived_list_view_v12_10.png
+%%WWWDIR%%/doc/user/project/requirements/img/requirements_list_view_v12_10.png
+%%WWWDIR%%/doc/user/project/requirements/index.md
%%WWWDIR%%/doc/user/project/security_dashboard.md
%%WWWDIR%%/doc/user/project/service_desk.md
%%WWWDIR%%/doc/user/project/settings/img/general_settings.png
@@ -11421,6 +11849,10 @@
%%WWWDIR%%/doc/user/project/settings/import_export.md
%%WWWDIR%%/doc/user/project/settings/index.md
%%WWWDIR%%/doc/user/project/slash_commands.md
+%%WWWDIR%%/doc/user/project/static_site_editor/img/edit_this_page_button_v12_10.png
+%%WWWDIR%%/doc/user/project/static_site_editor/img/static_site_editor_v12_10.png
+%%WWWDIR%%/doc/user/project/static_site_editor/index.md
+%%WWWDIR%%/doc/user/project/status_page/index.md
%%WWWDIR%%/doc/user/project/time_tracking.md
%%WWWDIR%%/doc/user/project/web_ide/img/admin_clientside_evaluation.png
%%WWWDIR%%/doc/user/project/web_ide/img/clientside_evaluation.png
@@ -11441,6 +11873,7 @@
%%WWWDIR%%/doc/user/search/img/advanced_global_search.png
%%WWWDIR%%/doc/user/search/img/dashboard_links.png
%%WWWDIR%%/doc/user/search/img/filter_approver_merge_requests.png
+%%WWWDIR%%/doc/user/search/img/issue_search_by_id.png
%%WWWDIR%%/doc/user/search/img/issue_search_by_term.png
%%WWWDIR%%/doc/user/search/img/issue_search_filter.png
%%WWWDIR%%/doc/user/search/img/issue_search_filter_v12_7.png
@@ -11503,6 +11936,8 @@
%%WWWDIR%%/doc/workflow/workflow.md
%%WWWDIR%%/docker-compose.yml
%%WWWDIR%%/docker/README.md
+%%WWWDIR%%/file_hooks/examples/save_to_file.clj
+%%WWWDIR%%/file_hooks/examples/save_to_file.rb
%%WWWDIR%%/fixtures/emojis/aliases.json
%%WWWDIR%%/fixtures/emojis/digests.json
%%WWWDIR%%/fixtures/emojis/emoji-unicode-version-map.json
@@ -11529,6 +11964,7 @@
%%WWWDIR%%/lib/api/broadcast_messages.rb
%%WWWDIR%%/lib/api/commit_statuses.rb
%%WWWDIR%%/lib/api/commits.rb
+%%WWWDIR%%/lib/api/container_registry_event.rb
%%WWWDIR%%/lib/api/custom_attributes_endpoints.rb
%%WWWDIR%%/lib/api/deploy_keys.rb
%%WWWDIR%%/lib/api/deploy_tokens.rb
@@ -11562,6 +11998,7 @@
%%WWWDIR%%/lib/api/entities/commit_signature.rb
%%WWWDIR%%/lib/api/entities/commit_stats.rb
%%WWWDIR%%/lib/api/entities/commit_status.rb
+%%WWWDIR%%/lib/api/entities/commit_with_link.rb
%%WWWDIR%%/lib/api/entities/commit_with_stats.rb
%%WWWDIR%%/lib/api/entities/compare.rb
%%WWWDIR%%/lib/api/entities/container_expiration_policy.rb
@@ -11586,6 +12023,7 @@
%%WWWDIR%%/lib/api/entities/feature.rb
%%WWWDIR%%/lib/api/entities/feature_gate.rb
%%WWWDIR%%/lib/api/entities/global_notification_setting.rb
+%%WWWDIR%%/lib/api/entities/gpg_commit_signature.rb
%%WWWDIR%%/lib/api/entities/gpg_key.rb
%%WWWDIR%%/lib/api/entities/group.rb
%%WWWDIR%%/lib/api/entities/group_access.rb
@@ -11637,13 +12075,13 @@
%%WWWDIR%%/lib/api/entities/merge_request_diff.rb
%%WWWDIR%%/lib/api/entities/merge_request_diff_full.rb
%%WWWDIR%%/lib/api/entities/merge_request_simple.rb
+%%WWWDIR%%/lib/api/entities/metrics/dashboard/annotation.rb
%%WWWDIR%%/lib/api/entities/milestone.rb
%%WWWDIR%%/lib/api/entities/milestone_with_stats.rb
%%WWWDIR%%/lib/api/entities/mr_note.rb
%%WWWDIR%%/lib/api/entities/namespace.rb
%%WWWDIR%%/lib/api/entities/namespace_basic.rb
%%WWWDIR%%/lib/api/entities/note.rb
-%%WWWDIR%%/lib/api/entities/note_with_gitlab_employee_badge.rb
%%WWWDIR%%/lib/api/entities/notification_setting.rb
%%WWWDIR%%/lib/api/entities/pages_domain.rb
%%WWWDIR%%/lib/api/entities/pages_domain_basic.rb
@@ -11665,6 +12103,7 @@
%%WWWDIR%%/lib/api/entities/project_group_link.rb
%%WWWDIR%%/lib/api/entities/project_hook.rb
%%WWWDIR%%/lib/api/entities/project_identity.rb
+%%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_service.rb
@@ -11679,6 +12118,7 @@
%%WWWDIR%%/lib/api/entities/provider/gcp.rb
%%WWWDIR%%/lib/api/entities/push_event_payload.rb
%%WWWDIR%%/lib/api/entities/release.rb
+%%WWWDIR%%/lib/api/entities/releases/evidence.rb
%%WWWDIR%%/lib/api/entities/releases/link.rb
%%WWWDIR%%/lib/api/entities/releases/source.rb
%%WWWDIR%%/lib/api/entities/remote_mirror.rb
@@ -11703,16 +12143,19 @@
%%WWWDIR%%/lib/api/entities/user_agent_detail.rb
%%WWWDIR%%/lib/api/entities/user_basic.rb
%%WWWDIR%%/lib/api/entities/user_details_with_admin.rb
+%%WWWDIR%%/lib/api/entities/user_path.rb
%%WWWDIR%%/lib/api/entities/user_public.rb
%%WWWDIR%%/lib/api/entities/user_safe.rb
%%WWWDIR%%/lib/api/entities/user_stars_project.rb
%%WWWDIR%%/lib/api/entities/user_status.rb
%%WWWDIR%%/lib/api/entities/user_with_admin.rb
-%%WWWDIR%%/lib/api/entities/user_with_gitlab_employee_badge.rb
%%WWWDIR%%/lib/api/entities/variable.rb
%%WWWDIR%%/lib/api/entities/wiki_attachment.rb
%%WWWDIR%%/lib/api/entities/wiki_page.rb
%%WWWDIR%%/lib/api/entities/wiki_page_basic.rb
+%%WWWDIR%%/lib/api/entities/x509_certificate.rb
+%%WWWDIR%%/lib/api/entities/x509_issuer.rb
+%%WWWDIR%%/lib/api/entities/x509_signature.rb
%%WWWDIR%%/lib/api/environments.rb
%%WWWDIR%%/lib/api/error_tracking.rb
%%WWWDIR%%/lib/api/events.rb
@@ -11731,7 +12174,6 @@
%%WWWDIR%%/lib/api/helpers/badges_helpers.rb
%%WWWDIR%%/lib/api/helpers/common_helpers.rb
%%WWWDIR%%/lib/api/helpers/custom_attributes.rb
-%%WWWDIR%%/lib/api/helpers/custom_validators.rb
%%WWWDIR%%/lib/api/helpers/discussions_helpers.rb
%%WWWDIR%%/lib/api/helpers/events_helpers.rb
%%WWWDIR%%/lib/api/helpers/file_upload_helpers.rb
@@ -11750,6 +12192,7 @@
%%WWWDIR%%/lib/api/helpers/project_snapshots_helpers.rb
%%WWWDIR%%/lib/api/helpers/projects_helpers.rb
%%WWWDIR%%/lib/api/helpers/protected_branches_helpers.rb
+%%WWWDIR%%/lib/api/helpers/rate_limiter.rb
%%WWWDIR%%/lib/api/helpers/related_resources_helpers.rb
%%WWWDIR%%/lib/api/helpers/resource_label_events_helpers.rb
%%WWWDIR%%/lib/api/helpers/runner.rb
@@ -11772,6 +12215,7 @@
%%WWWDIR%%/lib/api/members.rb
%%WWWDIR%%/lib/api/merge_request_diffs.rb
%%WWWDIR%%/lib/api/merge_requests.rb
+%%WWWDIR%%/lib/api/metrics/dashboard/annotations.rb
%%WWWDIR%%/lib/api/milestone_responses.rb
%%WWWDIR%%/lib/api/namespaces.rb
%%WWWDIR%%/lib/api/notes.rb
@@ -11817,16 +12261,24 @@
%%WWWDIR%%/lib/api/system_hooks.rb
%%WWWDIR%%/lib/api/tags.rb
%%WWWDIR%%/lib/api/templates.rb
+%%WWWDIR%%/lib/api/terraform/state.rb
%%WWWDIR%%/lib/api/time_tracking_endpoints.rb
%%WWWDIR%%/lib/api/todos.rb
%%WWWDIR%%/lib/api/triggers.rb
%%WWWDIR%%/lib/api/user_counts.rb
%%WWWDIR%%/lib/api/users.rb
-%%WWWDIR%%/lib/api/validations/check_assignees_count.rb
%%WWWDIR%%/lib/api/validations/types/comma_separated_to_array.rb
%%WWWDIR%%/lib/api/validations/types/labels_list.rb
%%WWWDIR%%/lib/api/validations/types/safe_file.rb
%%WWWDIR%%/lib/api/validations/types/workhorse_file.rb
+%%WWWDIR%%/lib/api/validations/validators/absence.rb
+%%WWWDIR%%/lib/api/validations/validators/array_none_any.rb
+%%WWWDIR%%/lib/api/validations/validators/check_assignees_count.rb
+%%WWWDIR%%/lib/api/validations/validators/file_path.rb
+%%WWWDIR%%/lib/api/validations/validators/git_ref.rb
+%%WWWDIR%%/lib/api/validations/validators/git_sha.rb
+%%WWWDIR%%/lib/api/validations/validators/integer_none_any.rb
+%%WWWDIR%%/lib/api/validations/validators/limit.rb
%%WWWDIR%%/lib/api/variables.rb
%%WWWDIR%%/lib/api/version.rb
%%WWWDIR%%/lib/api/wikis.rb
@@ -11982,6 +12434,7 @@
%%WWWDIR%%/lib/bitbucket_server/representation/pull_request_comment.rb
%%WWWDIR%%/lib/bitbucket_server/representation/repo.rb
%%WWWDIR%%/lib/carrier_wave_string_file.rb
+%%WWWDIR%%/lib/constraints/admin_constrainer.rb
%%WWWDIR%%/lib/constraints/feature_constrainer.rb
%%WWWDIR%%/lib/constraints/group_url_constrainer.rb
%%WWWDIR%%/lib/constraints/project_url_constrainer.rb
@@ -11992,6 +12445,7 @@
%%WWWDIR%%/lib/container_registry/path.rb
%%WWWDIR%%/lib/container_registry/registry.rb
%%WWWDIR%%/lib/container_registry/tag.rb
+%%WWWDIR%%/lib/csv_builder.rb
%%WWWDIR%%/lib/declarative_policy.rb
%%WWWDIR%%/lib/declarative_policy/base.rb
%%WWWDIR%%/lib/declarative_policy/cache.rb
@@ -12094,11 +12548,13 @@
%%WWWDIR%%/lib/gitlab/background_migration/.rubocop.yml
%%WWWDIR%%/lib/gitlab/background_migration/add_merge_request_diff_commits_count.rb
%%WWWDIR%%/lib/gitlab/background_migration/archive_legacy_traces.rb
+%%WWWDIR%%/lib/gitlab/background_migration/backfill_deployment_clusters_from_deployments.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_hashed_project_repositories.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_legacy_project_repositories.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_project_fullpath_in_repo_config.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_project_repositories.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_project_settings.rb
+%%WWWDIR%%/lib/gitlab/background_migration/backfill_push_rules_id_in_projects.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_snippet_repositories.rb
%%WWWDIR%%/lib/gitlab/background_migration/backfill_version_data_from_gitaly.rb
%%WWWDIR%%/lib/gitlab/background_migration/calculate_wiki_sizes.rb
@@ -12118,13 +12574,13 @@
%%WWWDIR%%/lib/gitlab/background_migration/fix_orphan_promoted_issues.rb
%%WWWDIR%%/lib/gitlab/background_migration/fix_pages_access_level.rb
%%WWWDIR%%/lib/gitlab/background_migration/fix_projects_without_project_feature.rb
+%%WWWDIR%%/lib/gitlab/background_migration/fix_projects_without_prometheus_service.rb
%%WWWDIR%%/lib/gitlab/background_migration/fix_promoted_epics_discussion_ids.rb
%%WWWDIR%%/lib/gitlab/background_migration/fix_user_namespace_names.rb
%%WWWDIR%%/lib/gitlab/background_migration/fix_user_project_route_names.rb
%%WWWDIR%%/lib/gitlab/background_migration/generate_gitlab_subscriptions.rb
%%WWWDIR%%/lib/gitlab/background_migration/legacy_upload_mover.rb
%%WWWDIR%%/lib/gitlab/background_migration/legacy_uploads_migrator.rb
-%%WWWDIR%%/lib/gitlab/background_migration/link_lfs_objects.rb
%%WWWDIR%%/lib/gitlab/background_migration/link_lfs_objects_projects.rb
%%WWWDIR%%/lib/gitlab/background_migration/logger.rb
%%WWWDIR%%/lib/gitlab/background_migration/merge_request_assignees_migration_progress_check.rb
@@ -12141,6 +12597,7 @@
%%WWWDIR%%/lib/gitlab/background_migration/migrate_security_scans.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_stage_index.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_stage_status.rb
+%%WWWDIR%%/lib/gitlab/background_migration/migrate_users_bio_to_user_details.rb
%%WWWDIR%%/lib/gitlab/background_migration/models/encrypt_columns/namespace.rb
%%WWWDIR%%/lib/gitlab/background_migration/models/encrypt_columns/project.rb
%%WWWDIR%%/lib/gitlab/background_migration/models/encrypt_columns/runner.rb
@@ -12149,10 +12606,12 @@
%%WWWDIR%%/lib/gitlab/background_migration/move_epic_issues_after_epics.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_any_approval_rule_for_merge_requests.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_any_approval_rule_for_projects.rb
+%%WWWDIR%%/lib/gitlab/background_migration/populate_canonical_emails.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_cluster_kubernetes_namespace_table.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_merge_request_assignees_table.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_untracked_uploads.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_untracked_uploads_dependencies.rb
+%%WWWDIR%%/lib/gitlab/background_migration/populate_user_highest_roles_table.rb
%%WWWDIR%%/lib/gitlab/background_migration/prepare_untracked_uploads.rb
%%WWWDIR%%/lib/gitlab/background_migration/prune_orphaned_geo_events.rb
%%WWWDIR%%/lib/gitlab/background_migration/recalculate_project_authorizations.rb
@@ -12166,6 +12625,7 @@
%%WWWDIR%%/lib/gitlab/background_migration/sync_issues_state_id.rb
%%WWWDIR%%/lib/gitlab/background_migration/sync_merge_requests_state_id.rb
%%WWWDIR%%/lib/gitlab/background_migration/update_existing_subgroup_to_match_visibility_level_of_parent.rb
+%%WWWDIR%%/lib/gitlab/background_migration/update_vulnerabilities_to_dismissed.rb
%%WWWDIR%%/lib/gitlab/background_migration/update_vulnerability_confidence.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/create_resource_user_mention.rb
%%WWWDIR%%/lib/gitlab/background_migration/user_mentions/models/commit.rb
@@ -12195,6 +12655,7 @@
%%WWWDIR%%/lib/gitlab/batch_pop_queueing.rb
%%WWWDIR%%/lib/gitlab/batch_worker_context.rb
%%WWWDIR%%/lib/gitlab/bitbucket_import/importer.rb
+%%WWWDIR%%/lib/gitlab/bitbucket_import/metrics.rb
%%WWWDIR%%/lib/gitlab/bitbucket_import/project_creator.rb
%%WWWDIR%%/lib/gitlab/bitbucket_import/wiki_formatter.rb
%%WWWDIR%%/lib/gitlab/bitbucket_server_import/importer.rb
@@ -12330,6 +12791,7 @@
%%WWWDIR%%/lib/gitlab/ci/config/external/processor.rb
%%WWWDIR%%/lib/gitlab/ci/config/normalizer.rb
%%WWWDIR%%/lib/gitlab/ci/cron_parser.rb
+%%WWWDIR%%/lib/gitlab/ci/jwt.rb
%%WWWDIR%%/lib/gitlab/ci/mask_secret.rb
%%WWWDIR%%/lib/gitlab/ci/model.rb
%%WWWDIR%%/lib/gitlab/ci/parsers.rb
@@ -12344,8 +12806,6 @@
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/config/content/auto_devops.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/config/content/bridge.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/config/content/external_project.rb
-%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/config/content/legacy_auto_devops.rb
-%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/config/content/legacy_repository.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/config/content/remote.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/config/content/repository.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/config/content/source.rb
@@ -12400,6 +12860,7 @@
%%WWWDIR%%/lib/gitlab/ci/snippets/review_app_default.yml
%%WWWDIR%%/lib/gitlab/ci/status/bridge/common.rb
%%WWWDIR%%/lib/gitlab/ci/status/bridge/factory.rb
+%%WWWDIR%%/lib/gitlab/ci/status/bridge/failed.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/action.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/cancelable.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/canceled.rb
@@ -12453,7 +12914,6 @@
%%WWWDIR%%/lib/gitlab/ci/templates/Android.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Bash.gitlab-ci.yml
-%%WWWDIR%%/lib/gitlab/ci/templates/Beta/Auto-DevOps.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/C++.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Chef.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Clojure.gitlab-ci.yml
@@ -12528,6 +12988,7 @@
%%WWWDIR%%/lib/gitlab/ci_access.rb
%%WWWDIR%%/lib/gitlab/cleanup/orphan_job_artifact_files.rb
%%WWWDIR%%/lib/gitlab/cleanup/orphan_job_artifact_files_batch.rb
+%%WWWDIR%%/lib/gitlab/cleanup/orphan_lfs_file_references.rb
%%WWWDIR%%/lib/gitlab/cleanup/project_upload_file_finder.rb
%%WWWDIR%%/lib/gitlab/cleanup/project_uploads.rb
%%WWWDIR%%/lib/gitlab/cleanup/remote_uploads.rb
@@ -12538,6 +12999,7 @@
%%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
+%%WWWDIR%%/lib/gitlab/code_navigation_path.rb
%%WWWDIR%%/lib/gitlab/color_schemes.rb
%%WWWDIR%%/lib/gitlab/config/entry/array_of_strings.rb
%%WWWDIR%%/lib/gitlab/config/entry/attributable.rb
@@ -12599,10 +13061,13 @@
%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/base.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/commit.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/deploy.rb
+%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/deployment_frequency.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/group/base.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/group/deploy.rb
+%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/group/deployment_frequency.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/group/issue.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/issue.rb
+%%WWWDIR%%/lib/gitlab/cycle_analytics/summary_helper.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/test_event_fetcher.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/test_helper.rb
%%WWWDIR%%/lib/gitlab/cycle_analytics/test_stage.rb
@@ -12637,12 +13102,14 @@
%%WWWDIR%%/lib/gitlab/database/multi_threaded_migration.rb
%%WWWDIR%%/lib/gitlab/database/obsolete_ignored_columns.rb
%%WWWDIR%%/lib/gitlab/database/postgresql_adapter/force_disconnectable_mixin.rb
+%%WWWDIR%%/lib/gitlab/database/postgresql_adapter/schema_versions_copy_mixin.rb
%%WWWDIR%%/lib/gitlab/database/read_only_relation.rb
%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1.rb
%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/migration_classes.rb
%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_base.rb
%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb
%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_projects.rb
+%%WWWDIR%%/lib/gitlab/database/schema_cleaner.rb
%%WWWDIR%%/lib/gitlab/database/sha256_attribute.rb
%%WWWDIR%%/lib/gitlab/database/sha_attribute.rb
%%WWWDIR%%/lib/gitlab/database/with_lock_retries.rb
@@ -12710,7 +13177,8 @@
%%WWWDIR%%/lib/gitlab/downtime_check.rb
%%WWWDIR%%/lib/gitlab/downtime_check/message.rb
%%WWWDIR%%/lib/gitlab/elasticsearch/logger.rb
-%%WWWDIR%%/lib/gitlab/elasticsearch/logs.rb
+%%WWWDIR%%/lib/gitlab/elasticsearch/logs/lines.rb
+%%WWWDIR%%/lib/gitlab/elasticsearch/logs/pods.rb
%%WWWDIR%%/lib/gitlab/email.rb
%%WWWDIR%%/lib/gitlab/email/attachment_uploader.rb
%%WWWDIR%%/lib/gitlab/email/handler.rb
@@ -12770,6 +13238,7 @@
%%WWWDIR%%/lib/gitlab/fogbugz_import/importer.rb
%%WWWDIR%%/lib/gitlab/fogbugz_import/project_creator.rb
%%WWWDIR%%/lib/gitlab/fogbugz_import/repository.rb
+%%WWWDIR%%/lib/gitlab/front_matter.rb
%%WWWDIR%%/lib/gitlab/gfm/reference_rewriter.rb
%%WWWDIR%%/lib/gitlab/gfm/uploads_rewriter.rb
%%WWWDIR%%/lib/gitlab/git.rb
@@ -12851,6 +13320,7 @@
%%WWWDIR%%/lib/gitlab/gitaly_client/namespace_service.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/object_pool_service.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/operation_service.rb
+%%WWWDIR%%/lib/gitlab/gitaly_client/praefect_info_service.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/queue_enumerator.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/ref_service.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/remote_service.rb
@@ -12914,7 +13384,6 @@
%%WWWDIR%%/lib/gitlab/gpg.rb
%%WWWDIR%%/lib/gitlab/gpg/commit.rb
%%WWWDIR%%/lib/gitlab/gpg/invalid_gpg_signature_updater.rb
-%%WWWDIR%%/lib/gitlab/grafana_embed_usage_data.rb
%%WWWDIR%%/lib/gitlab/grape_logging/formatters/lograge_with_timestamp.rb
%%WWWDIR%%/lib/gitlab/grape_logging/loggers/client_env_logger.rb
%%WWWDIR%%/lib/gitlab/grape_logging/loggers/correlation_id_logger.rb
@@ -12930,15 +13399,6 @@
%%WWWDIR%%/lib/gitlab/graphql/authorize/instrumentation.rb
%%WWWDIR%%/lib/gitlab/graphql/calls_gitaly.rb
%%WWWDIR%%/lib/gitlab/graphql/calls_gitaly/instrumentation.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections/externally_paginated_array_connection.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections/filterable_array_connection.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections/keyset/conditions/base_condition.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections/keyset/conditions/not_null_condition.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections/keyset/conditions/null_condition.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections/keyset/connection.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections/keyset/order_info.rb
-%%WWWDIR%%/lib/gitlab/graphql/connections/keyset/query_builder.rb
%%WWWDIR%%/lib/gitlab/graphql/copy_field_description.rb
%%WWWDIR%%/lib/gitlab/graphql/docs/helper.rb
%%WWWDIR%%/lib/gitlab/graphql/docs/renderer.rb
@@ -12957,8 +13417,16 @@
%%WWWDIR%%/lib/gitlab/graphql/markdown_field.rb
%%WWWDIR%%/lib/gitlab/graphql/markdown_field/resolver.rb
%%WWWDIR%%/lib/gitlab/graphql/mount_mutation.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/connections.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/externally_paginated_array_connection.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/filterable_array_connection.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/conditions/base_condition.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/conditions/not_null_condition.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/conditions/null_condition.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/connection.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/order_info.rb
+%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/query_builder.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/offset_active_record_relation_connection.rb
-%%WWWDIR%%/lib/gitlab/graphql/pagination/relations/offset_active_record_relation.rb
%%WWWDIR%%/lib/gitlab/graphql/present.rb
%%WWWDIR%%/lib/gitlab/graphql/present/instrumentation.rb
%%WWWDIR%%/lib/gitlab/graphql/query_analyzers/logger_analyzer.rb
@@ -13007,6 +13475,7 @@
%%WWWDIR%%/lib/gitlab/import/logger.rb
%%WWWDIR%%/lib/gitlab/import/merge_request_creator.rb
%%WWWDIR%%/lib/gitlab/import/merge_request_helpers.rb
+%%WWWDIR%%/lib/gitlab/import/metrics.rb
%%WWWDIR%%/lib/gitlab/import/set_async_jid.rb
%%WWWDIR%%/lib/gitlab/import_export.rb
%%WWWDIR%%/lib/gitlab/import_export/after_export_strategies/base_after_export_strategy.rb
@@ -13026,15 +13495,17 @@
%%WWWDIR%%/lib/gitlab/import_export/fast_hash_serializer.rb
%%WWWDIR%%/lib/gitlab/import_export/file_importer.rb
%%WWWDIR%%/lib/gitlab/import_export/group/import_export.yml
+%%WWWDIR%%/lib/gitlab/import_export/group/legacy_tree_restorer.rb
+%%WWWDIR%%/lib/gitlab/import_export/group/legacy_tree_saver.rb
%%WWWDIR%%/lib/gitlab/import_export/group/object_builder.rb
%%WWWDIR%%/lib/gitlab/import_export/group/relation_factory.rb
-%%WWWDIR%%/lib/gitlab/import_export/group/tree_restorer.rb
-%%WWWDIR%%/lib/gitlab/import_export/group/tree_saver.rb
%%WWWDIR%%/lib/gitlab/import_export/hash_util.rb
%%WWWDIR%%/lib/gitlab/import_export/import_failure_service.rb
%%WWWDIR%%/lib/gitlab/import_export/importer.rb
%%WWWDIR%%/lib/gitlab/import_export/json/legacy_reader.rb
%%WWWDIR%%/lib/gitlab/import_export/json/legacy_writer.rb
+%%WWWDIR%%/lib/gitlab/import_export/json/ndjson_reader.rb
+%%WWWDIR%%/lib/gitlab/import_export/json/ndjson_writer.rb
%%WWWDIR%%/lib/gitlab/import_export/json/streaming_serializer.rb
%%WWWDIR%%/lib/gitlab/import_export/legacy_relation_tree_saver.rb
%%WWWDIR%%/lib/gitlab/import_export/lfs_restorer.rb
@@ -13045,7 +13516,6 @@
%%WWWDIR%%/lib/gitlab/import_export/project/export_task.rb
%%WWWDIR%%/lib/gitlab/import_export/project/import_export.yml
%%WWWDIR%%/lib/gitlab/import_export/project/import_task.rb
-%%WWWDIR%%/lib/gitlab/import_export/project/legacy_tree_saver.rb
%%WWWDIR%%/lib/gitlab/import_export/project/object_builder.rb
%%WWWDIR%%/lib/gitlab/import_export/project/relation_factory.rb
%%WWWDIR%%/lib/gitlab/import_export/project/tree_restorer.rb
@@ -13072,6 +13542,7 @@
%%WWWDIR%%/lib/gitlab/import_sources.rb
%%WWWDIR%%/lib/gitlab/incoming_email.rb
%%WWWDIR%%/lib/gitlab/insecure_key_fingerprint.rb
+%%WWWDIR%%/lib/gitlab/instrumentation/redis.rb
%%WWWDIR%%/lib/gitlab/instrumentation_helper.rb
%%WWWDIR%%/lib/gitlab/internal_post_receive/response.rb
%%WWWDIR%%/lib/gitlab/issuable_metadata.rb
@@ -13079,7 +13550,13 @@
%%WWWDIR%%/lib/gitlab/issuables_count_for_state.rb
%%WWWDIR%%/lib/gitlab/issues_labels.rb
%%WWWDIR%%/lib/gitlab/jira/http_client.rb
+%%WWWDIR%%/lib/gitlab/jira_import.rb
+%%WWWDIR%%/lib/gitlab/jira_import/base_importer.rb
+%%WWWDIR%%/lib/gitlab/jira_import/issue_serializer.rb
+%%WWWDIR%%/lib/gitlab/jira_import/issues_importer.rb
+%%WWWDIR%%/lib/gitlab/jira_import/labels_importer.rb
%%WWWDIR%%/lib/gitlab/job_waiter.rb
+%%WWWDIR%%/lib/gitlab/json.rb
%%WWWDIR%%/lib/gitlab/json_cache.rb
%%WWWDIR%%/lib/gitlab/json_logger.rb
%%WWWDIR%%/lib/gitlab/jwt_authenticatable.rb
@@ -13158,12 +13635,14 @@
%%WWWDIR%%/lib/gitlab/metrics/dashboard/finder.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/processor.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/service_selector.rb
+%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/alerts_inserter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/base_stage.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/common_metrics_inserter.rb
+%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/custom_metrics_details_inserter.rb
+%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/custom_metrics_inserter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/endpoint_inserter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/grafana_formatter.rb
-%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/project_metrics_details_inserter.rb
-%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/project_metrics_inserter.rb
+%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/panel_ids_inserter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/stages/sorter.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/url.rb
%%WWWDIR%%/lib/gitlab/metrics/delta.rb
@@ -13200,6 +13679,7 @@
%%WWWDIR%%/lib/gitlab/middleware/read_only/controller.rb
%%WWWDIR%%/lib/gitlab/middleware/release_env.rb
%%WWWDIR%%/lib/gitlab/middleware/request_context.rb
+%%WWWDIR%%/lib/gitlab/middleware/same_site_cookies.rb
%%WWWDIR%%/lib/gitlab/middleware/static.rb
%%WWWDIR%%/lib/gitlab/multi_collection_paginator.rb
%%WWWDIR%%/lib/gitlab/multi_destination_logger.rb
@@ -13255,7 +13735,6 @@
%%WWWDIR%%/lib/gitlab/private_commit_email.rb
%%WWWDIR%%/lib/gitlab/process_memory_cache.rb
%%WWWDIR%%/lib/gitlab/profiler.rb
-%%WWWDIR%%/lib/gitlab/profiler/total_time_flat_printer.rb
%%WWWDIR%%/lib/gitlab/project_authorizations.rb
%%WWWDIR%%/lib/gitlab/project_search_results.rb
%%WWWDIR%%/lib/gitlab/project_service_logger.rb
@@ -13275,6 +13754,7 @@
%%WWWDIR%%/lib/gitlab/prometheus/queries/knative_invocation_query.rb
%%WWWDIR%%/lib/gitlab/prometheus/queries/matched_metric_query.rb
%%WWWDIR%%/lib/gitlab/prometheus/queries/query_additional_metrics.rb
+%%WWWDIR%%/lib/gitlab/prometheus/queries/validate_query.rb
%%WWWDIR%%/lib/gitlab/prometheus/query_variables.rb
%%WWWDIR%%/lib/gitlab/prometheus_client.rb
%%WWWDIR%%/lib/gitlab/protocol_access.rb
@@ -13313,6 +13793,9 @@
%%WWWDIR%%/lib/gitlab/repository_check_logger.rb
%%WWWDIR%%/lib/gitlab/repository_hash_cache.rb
%%WWWDIR%%/lib/gitlab/repository_set_cache.rb
+%%WWWDIR%%/lib/gitlab/repository_size_checker.rb
+%%WWWDIR%%/lib/gitlab/repository_size_error_message.rb
+%%WWWDIR%%/lib/gitlab/repository_url_builder.rb
%%WWWDIR%%/lib/gitlab/request_context.rb
%%WWWDIR%%/lib/gitlab/request_forgery_protection.rb
%%WWWDIR%%/lib/gitlab/request_profiler.rb
@@ -13371,7 +13854,6 @@
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/batch_loader.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/client_metrics.rb
-%%WWWDIR%%/lib/gitlab/sidekiq_middleware/duplicate_jobs.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/duplicate_jobs/client.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/duplicate_jobs/duplicate_job.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/duplicate_jobs/server.rb
@@ -13431,6 +13913,7 @@
%%WWWDIR%%/lib/gitlab/sql/recursive_cte.rb
%%WWWDIR%%/lib/gitlab/sql/union.rb
%%WWWDIR%%/lib/gitlab/ssh_public_key.rb
+%%WWWDIR%%/lib/gitlab/static_site_editor/config.rb
%%WWWDIR%%/lib/gitlab/string_placeholder_replacer.rb
%%WWWDIR%%/lib/gitlab/string_range_marker.rb
%%WWWDIR%%/lib/gitlab/string_regex_marker.rb
@@ -13514,9 +13997,12 @@
%%WWWDIR%%/lib/gitlab/webpack/dev_server_middleware.rb
%%WWWDIR%%/lib/gitlab/webpack/manifest.rb
%%WWWDIR%%/lib/gitlab/wiki_file_finder.rb
+%%WWWDIR%%/lib/gitlab/wiki_pages.rb
+%%WWWDIR%%/lib/gitlab/wiki_pages/front_matter_parser.rb
%%WWWDIR%%/lib/gitlab/with_request_store.rb
%%WWWDIR%%/lib/gitlab/workhorse.rb
%%WWWDIR%%/lib/gitlab/x509/commit.rb
+%%WWWDIR%%/lib/gitlab/x509/signature.rb
%%WWWDIR%%/lib/gitlab/zoom_link_extractor.rb
%%WWWDIR%%/lib/gitlab_danger.rb
%%WWWDIR%%/lib/google_api/auth.rb
@@ -13547,6 +14033,7 @@
%%WWWDIR%%/lib/peek/views/tracing.rb
%%WWWDIR%%/lib/prometheus/cleanup_multiproc_dir_service.rb
%%WWWDIR%%/lib/prometheus/pid_provider.rb
+%%WWWDIR%%/lib/quality/helm3_client.rb
%%WWWDIR%%/lib/quality/helm_client.rb
%%WWWDIR%%/lib/quality/kubernetes_client.rb
%%WWWDIR%%/lib/quality/seeders/issues.rb
@@ -13662,6 +14149,7 @@
%%WWWDIR%%/lib/tasks/gitlab/lfs/migrate.rake
%%WWWDIR%%/lib/tasks/gitlab/list_repos.rake
%%WWWDIR%%/lib/tasks/gitlab/metrics.rake
+%%WWWDIR%%/lib/tasks/gitlab/praefect.rake
%%WWWDIR%%/lib/tasks/gitlab/seed.rake
%%WWWDIR%%/lib/tasks/gitlab/seed/group_seed.rake
%%WWWDIR%%/lib/tasks/gitlab/setup.rake
@@ -13674,11 +14162,11 @@
%%WWWDIR%%/lib/tasks/gitlab/two_factor.rake
%%WWWDIR%%/lib/tasks/gitlab/update_templates.rake
%%WWWDIR%%/lib/tasks/gitlab/uploads/check.rake
-%%WWWDIR%%/lib/tasks/gitlab/uploads/legacy.rake
%%WWWDIR%%/lib/tasks/gitlab/uploads/migrate.rake
%%WWWDIR%%/lib/tasks/gitlab/uploads/sanitize.rake
%%WWWDIR%%/lib/tasks/gitlab/web_hook.rake
%%WWWDIR%%/lib/tasks/gitlab/workhorse.rake
+%%WWWDIR%%/lib/tasks/gitlab/x509/update.rake
%%WWWDIR%%/lib/tasks/gitlab_danger.rake
%%WWWDIR%%/lib/tasks/grape.rake
%%WWWDIR%%/lib/tasks/haml-lint.rake
@@ -13700,11 +14188,13 @@
%%WWWDIR%%/lib/tasks/yarn.rake
%%WWWDIR%%/lib/uploaded_file.rb
%%WWWDIR%%/lib/version_check.rb
+@(git,,) %%WWWDIR%%/locale/am_ET/gitlab.po
@(git,,) %%WWWDIR%%/locale/ar_SA/gitlab.po
@(git,,) %%WWWDIR%%/locale/bg/gitlab.po
@(git,,) %%WWWDIR%%/locale/bg/gitlab.po.time_stamp
@(git,,) %%WWWDIR%%/locale/bn_BD/gitlab.po
@(git,,) %%WWWDIR%%/locale/bn_IN/gitlab.po
+@(git,,) %%WWWDIR%%/locale/bs_BA/gitlab.po
@(git,,) %%WWWDIR%%/locale/ca_ES/gitlab.po
@(git,,) %%WWWDIR%%/locale/cs_CZ/gitlab.po
@(git,,) %%WWWDIR%%/locale/cy_GB/gitlab.po
@@ -13720,6 +14210,7 @@
@(git,,) %%WWWDIR%%/locale/es/gitlab.po.time_stamp
@(git,,) %%WWWDIR%%/locale/et_EE/gitlab.po
@(git,,) %%WWWDIR%%/locale/fa_IR/gitlab.po
+@(git,,) %%WWWDIR%%/locale/fi_FI/gitlab.po
@(git,,) %%WWWDIR%%/locale/fil_PH/gitlab.po
@(git,,) %%WWWDIR%%/locale/fr/gitlab.po
@(git,,) %%WWWDIR%%/locale/fr/gitlab.po.time_stamp
@@ -13751,6 +14242,7 @@
@(git,,) %%WWWDIR%%/locale/ru/gitlab.po
@(git,,) %%WWWDIR%%/locale/ru/gitlab.po.time_stamp
@(git,,) %%WWWDIR%%/locale/sk_SK/gitlab.po
+@(git,,) %%WWWDIR%%/locale/sl_SI/gitlab.po
@(git,,) %%WWWDIR%%/locale/sq_AL/gitlab.po
@(git,,) %%WWWDIR%%/locale/sr_CS/gitlab.po
@(git,,) %%WWWDIR%%/locale/sr_SP/gitlab.po
@@ -13770,8 +14262,6 @@
@(git,,) %%WWWDIR%%/locale/zh_TW/gitlab.po
@(git,,) %%WWWDIR%%/locale/zh_TW/gitlab.po.time_stamp
%%WWWDIR%%/package.json
-%%WWWDIR%%/plugins/examples/save_to_file.clj
-%%WWWDIR%%/plugins/examples/save_to_file.rb
%%WWWDIR%%/public/-/emojis/1/100.png
%%WWWDIR%%/public/-/emojis/1/1234.png
%%WWWDIR%%/public/-/emojis/1/1F627.png
@@ -15606,6 +16096,9 @@
%%WWWDIR%%/qa/qa/git/repository.rb
%%WWWDIR%%/qa/qa/page/admin/menu.rb
%%WWWDIR%%/qa/qa/page/admin/new_session.rb
+%%WWWDIR%%/qa/qa/page/admin/overview/groups/edit.rb
+%%WWWDIR%%/qa/qa/page/admin/overview/groups/index.rb
+%%WWWDIR%%/qa/qa/page/admin/overview/groups/show.rb
%%WWWDIR%%/qa/qa/page/admin/overview/users/index.rb
%%WWWDIR%%/qa/qa/page/admin/overview/users/show.rb
%%WWWDIR%%/qa/qa/page/admin/settings/component/account_and_limit.rb
@@ -15619,6 +16112,7 @@
%%WWWDIR%%/qa/qa/page/admin/settings/repository.rb
%%WWWDIR%%/qa/qa/page/alert/auto_devops_alert.rb
%%WWWDIR%%/qa/qa/page/base.rb
+%%WWWDIR%%/qa/qa/page/component/breadcrumbs.rb
%%WWWDIR%%/qa/qa/page/component/ci_badge_link.rb
%%WWWDIR%%/qa/qa/page/component/clone_panel.rb
%%WWWDIR%%/qa/qa/page/component/confirm_modal.rb
@@ -15660,6 +16154,7 @@
%%WWWDIR%%/qa/qa/page/main/menu.rb
%%WWWDIR%%/qa/qa/page/main/oauth.rb
%%WWWDIR%%/qa/qa/page/main/sign_up.rb
+%%WWWDIR%%/qa/qa/page/main/terms.rb
%%WWWDIR%%/qa/qa/page/mattermost/login.rb
%%WWWDIR%%/qa/qa/page/mattermost/main.rb
%%WWWDIR%%/qa/qa/page/merge_request/new.rb
@@ -15779,6 +16274,7 @@
%%WWWDIR%%/qa/qa/runtime/mail_hog.rb
%%WWWDIR%%/qa/qa/runtime/namespace.rb
%%WWWDIR%%/qa/qa/runtime/path.rb
+%%WWWDIR%%/qa/qa/runtime/project.rb
%%WWWDIR%%/qa/qa/runtime/release.rb
%%WWWDIR%%/qa/qa/runtime/scenario.rb
%%WWWDIR%%/qa/qa/runtime/search.rb
@@ -15797,7 +16293,6 @@
%%WWWDIR%%/qa/qa/scenario/test/integration/ldap_no_tls.rb
%%WWWDIR%%/qa/qa/scenario/test/integration/ldap_tls.rb
%%WWWDIR%%/qa/qa/scenario/test/integration/mattermost.rb
-%%WWWDIR%%/qa/qa/scenario/test/integration/oauth.rb
%%WWWDIR%%/qa/qa/scenario/test/integration/object_storage.rb
%%WWWDIR%%/qa/qa/scenario/test/integration/smtp.rb
%%WWWDIR%%/qa/qa/scenario/test/sanity/framework.rb
@@ -15829,7 +16324,6 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/log_into_mattermost_via_gitlab_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/login_via_instance_wide_saml_sso_spec.rb
-%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/login_via_oauth_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/project/add_project_member_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb
@@ -15841,6 +16335,7 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/collapse_comments_in_discussions_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
@@ -15874,8 +16369,11 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/6_release/pipeline/parent_child_pipelines_dependent_relationship_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/6_release/pipeline/parent_child_pipelines_independent_relationship_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/7_configure/kubernetes/kubernetes_integration_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/8_monitor/apm/dashboards_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/non_devops/performance_bar_spec.rb
%%WWWDIR%%/qa/qa/specs/features/sanity/framework_spec.rb
%%WWWDIR%%/qa/qa/specs/helpers/quarantine.rb
@@ -15892,18 +16390,13 @@
%%WWWDIR%%/qa/qa/tools/delete_subgroups.rb
%%WWWDIR%%/qa/qa/tools/generate_perf_testdata.rb
%%WWWDIR%%/qa/qa/tools/revoke_all_personal_access_tokens.rb
-%%WWWDIR%%/qa/qa/vendor/github/page/base.rb
-%%WWWDIR%%/qa/qa/vendor/github/page/login.rb
%%WWWDIR%%/qa/qa/vendor/jenkins/page/base.rb
%%WWWDIR%%/qa/qa/vendor/jenkins/page/configure.rb
%%WWWDIR%%/qa/qa/vendor/jenkins/page/configure_job.rb
-%%WWWDIR%%/qa/qa/vendor/jenkins/page/job.rb
+%%WWWDIR%%/qa/qa/vendor/jenkins/page/last_job_console.rb
%%WWWDIR%%/qa/qa/vendor/jenkins/page/login.rb
%%WWWDIR%%/qa/qa/vendor/jenkins/page/new_credentials.rb
%%WWWDIR%%/qa/qa/vendor/jenkins/page/new_job.rb
-%%WWWDIR%%/qa/qa/vendor/one_password/cli.rb
-%%WWWDIR%%/qa/qa/vendor/one_password/darwin/op
-%%WWWDIR%%/qa/qa/vendor/one_password/linux/op
%%WWWDIR%%/qa/qa/vendor/saml_idp/page/base.rb
%%WWWDIR%%/qa/qa/vendor/saml_idp/page/login.rb
%%WWWDIR%%/qa/spec/factory/resource/user_spec.rb
@@ -15942,7 +16435,6 @@
%%WWWDIR%%/qa/spec/scenario/test/integration/kubernetes_spec.rb
%%WWWDIR%%/qa/spec/scenario/test/integration/ldap_spec.rb
%%WWWDIR%%/qa/spec/scenario/test/integration/mattermost_spec.rb
-%%WWWDIR%%/qa/spec/scenario/test/integration/oauth_spec.rb
%%WWWDIR%%/qa/spec/scenario/test/integration/object_storage_spec.rb
%%WWWDIR%%/qa/spec/scenario/test/sanity/framework_spec.rb
%%WWWDIR%%/qa/spec/scenario/test/sanity/selectors_spec.rb
@@ -15969,7 +16461,9 @@
%%WWWDIR%%/rubocop/cop/code_reuse/service_class.rb
%%WWWDIR%%/rubocop/cop/code_reuse/worker.rb
%%WWWDIR%%/rubocop/cop/destroy_all.rb
+%%WWWDIR%%/rubocop/cop/filename_length.rb
%%WWWDIR%%/rubocop/cop/gitlab/const_get_inherit_false.rb
+%%WWWDIR%%/rubocop/cop/gitlab/duplicate_spec_location.rb
%%WWWDIR%%/rubocop/cop/gitlab/finder_with_find_by.rb
%%WWWDIR%%/rubocop/cop/gitlab/httparty.rb
%%WWWDIR%%/rubocop/cop/gitlab/keys-first-and-values-first.rb
@@ -15986,6 +16480,7 @@
%%WWWDIR%%/rubocop/cop/line_break_around_conditional_block.rb
%%WWWDIR%%/rubocop/cop/migration/add_column.rb
%%WWWDIR%%/rubocop/cop/migration/add_column_with_default.rb
+%%WWWDIR%%/rubocop/cop/migration/add_columns_to_wide_tables.rb
%%WWWDIR%%/rubocop/cop/migration/add_concurrent_foreign_key.rb
%%WWWDIR%%/rubocop/cop/migration/add_concurrent_index.rb
%%WWWDIR%%/rubocop/cop/migration/add_index.rb
@@ -16004,6 +16499,9 @@
%%WWWDIR%%/rubocop/cop/migration/update_column_in_batches.rb
%%WWWDIR%%/rubocop/cop/migration/update_large_table.rb
%%WWWDIR%%/rubocop/cop/migration/with_lock_retries_with_change.rb
+%%WWWDIR%%/rubocop/cop/migration/with_lock_retries_without_ddl_transaction.rb
+%%WWWDIR%%/rubocop/cop/performance/ar_count_each.rb
+%%WWWDIR%%/rubocop/cop/performance/readlines_each.rb
%%WWWDIR%%/rubocop/cop/prefer_class_methods_over_module.rb
%%WWWDIR%%/rubocop/cop/project_path_helper.rb
%%WWWDIR%%/rubocop/cop/put_group_routes_under_scope.rb
@@ -16015,6 +16513,7 @@
%%WWWDIR%%/rubocop/cop/rspec/env_assignment.rb
%%WWWDIR%%/rubocop/cop/rspec/factories_in_migration_specs.rb
%%WWWDIR%%/rubocop/cop/rspec/have_gitlab_http_status.rb
+%%WWWDIR%%/rubocop/cop/rspec/modify_sidekiq_middleware.rb
%%WWWDIR%%/rubocop/cop/rspec/top_level_describe_path.rb
%%WWWDIR%%/rubocop/cop/ruby_interpolation_in_translation.rb
%%WWWDIR%%/rubocop/cop/safe_params.rb
@@ -16023,6 +16522,7 @@
%%WWWDIR%%/rubocop/cop/scalability/file_uploads.rb
%%WWWDIR%%/rubocop/cop/scalability/idempotent_worker.rb
%%WWWDIR%%/rubocop/cop/sidekiq_options_queue.rb
+%%WWWDIR%%/rubocop/cop/static_translation_definition.rb
%%WWWDIR%%/rubocop/migration_helpers.rb
%%WWWDIR%%/rubocop/qa_helpers.rb
%%WWWDIR%%/rubocop/rubocop.rb
@@ -16069,6 +16569,7 @@
%%WWWDIR%%/scripts/prepare_postgres_fdw.sh
%%WWWDIR%%/scripts/review_apps/automated_cleanup.rb
%%WWWDIR%%/scripts/review_apps/base-config.yaml
+%%WWWDIR%%/scripts/review_apps/gcp_cleanup.sh
%%WWWDIR%%/scripts/review_apps/review-apps.sh
%%WWWDIR%%/scripts/rspec_helpers.sh
%%WWWDIR%%/scripts/schema_changed.sh
@@ -16162,6 +16663,8 @@
%%WWWDIR%%/spec/controllers/groups/registry/repositories_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups/runners_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups/settings/ci_cd_controller_spec.rb
+%%WWWDIR%%/spec/controllers/groups/settings/integrations_controller_spec.rb
+%%WWWDIR%%/spec/controllers/groups/settings/repository_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups/shared_projects_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups/uploads_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups/variables_controller_spec.rb
@@ -16175,7 +16678,6 @@
%%WWWDIR%%/spec/controllers/import/gitea_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/github_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/gitlab_controller_spec.rb
-%%WWWDIR%%/spec/controllers/import/gitlab_projects_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/google_code_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/phabricator_controller_spec.rb
%%WWWDIR%%/spec/controllers/instance_statistics/cohorts_controller_spec.rb
@@ -16253,6 +16755,7 @@
%%WWWDIR%%/spec/controllers/projects/pipelines_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/pipelines_settings_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/project_members_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/prometheus/alerts_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/prometheus/metrics_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/protected_branches_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/protected_tags_controller_spec.rb
@@ -16260,6 +16763,7 @@
%%WWWDIR%%/spec/controllers/projects/refs_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/registry/repositories_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/registry/tags_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/releases/evidences_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/releases_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/repositories_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/runners_controller_spec.rb
@@ -16273,6 +16777,7 @@
%%WWWDIR%%/spec/controllers/projects/snippets_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/stages_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/starrers_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/static_site_editor_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/tags/releases_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/tags_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/templates_controller_spec.rb
@@ -16319,6 +16824,7 @@
%%WWWDIR%%/spec/factories/ci/build_trace_chunks.rb
%%WWWDIR%%/spec/factories/ci/build_trace_section_names.rb
%%WWWDIR%%/spec/factories/ci/builds.rb
+%%WWWDIR%%/spec/factories/ci/daily_report_results.rb
%%WWWDIR%%/spec/factories/ci/group_variables.rb
%%WWWDIR%%/spec/factories/ci/job_artifacts.rb
%%WWWDIR%%/spec/factories/ci/job_variables.rb
@@ -16353,6 +16859,7 @@
%%WWWDIR%%/spec/factories/deployment_clusters.rb
%%WWWDIR%%/spec/factories/deployments.rb
%%WWWDIR%%/spec/factories/dev_ops_score_metrics.rb
+%%WWWDIR%%/spec/factories/diff_note_positions.rb
%%WWWDIR%%/spec/factories/diff_position.rb
%%WWWDIR%%/spec/factories/emails.rb
%%WWWDIR%%/spec/factories/environments.rb
@@ -16380,11 +16887,13 @@
%%WWWDIR%%/spec/factories/groups.rb
%%WWWDIR%%/spec/factories/identities.rb
%%WWWDIR%%/spec/factories/import_export_uploads.rb
+%%WWWDIR%%/spec/factories/import_failures.rb
%%WWWDIR%%/spec/factories/import_states.rb
%%WWWDIR%%/spec/factories/incident_management/project_incident_management_settings.rb
%%WWWDIR%%/spec/factories/instance_configuration.rb
%%WWWDIR%%/spec/factories/internal_ids.rb
%%WWWDIR%%/spec/factories/issues.rb
+%%WWWDIR%%/spec/factories/jira_import_states.rb
%%WWWDIR%%/spec/factories/keys.rb
%%WWWDIR%%/spec/factories/label_links.rb
%%WWWDIR%%/spec/factories/label_priorities.rb
@@ -16400,6 +16909,7 @@
%%WWWDIR%%/spec/factories/merge_request_diffs.rb
%%WWWDIR%%/spec/factories/merge_requests.rb
%%WWWDIR%%/spec/factories/merge_requests_closing_issues.rb
+%%WWWDIR%%/spec/factories/metrics/dashboard/annotations.rb
%%WWWDIR%%/spec/factories/milestone_releases.rb
%%WWWDIR%%/spec/factories/milestones.rb
%%WWWDIR%%/spec/factories/namespace/aggregation_schedules.rb
@@ -16416,6 +16926,7 @@
%%WWWDIR%%/spec/factories/personal_access_tokens.rb
%%WWWDIR%%/spec/factories/pool_repositories.rb
%%WWWDIR%%/spec/factories/programming_languages.rb
+%%WWWDIR%%/spec/factories/project_alerting_settings.rb
%%WWWDIR%%/spec/factories/project_authorizations.rb
%%WWWDIR%%/spec/factories/project_auto_devops.rb
%%WWWDIR%%/spec/factories/project_custom_attributes.rb
@@ -16432,6 +16943,7 @@
%%WWWDIR%%/spec/factories/project_wikis.rb
%%WWWDIR%%/spec/factories/projects.rb
%%WWWDIR%%/spec/factories/prometheus_alert.rb
+%%WWWDIR%%/spec/factories/prometheus_alert_event.rb
%%WWWDIR%%/spec/factories/prometheus_metrics.rb
%%WWWDIR%%/spec/factories/protected_branches.rb
%%WWWDIR%%/spec/factories/protected_tags.rb
@@ -16443,6 +16955,7 @@
%%WWWDIR%%/spec/factories/resource_label_events.rb
%%WWWDIR%%/spec/factories/resource_milestone_event.rb
%%WWWDIR%%/spec/factories/resource_weight_events.rb
+%%WWWDIR%%/spec/factories/self_managed_prometheus_alert_event.rb
%%WWWDIR%%/spec/factories/sent_notifications.rb
%%WWWDIR%%/spec/factories/sentry_issue.rb
%%WWWDIR%%/spec/factories/sequences.rb
@@ -16461,13 +16974,16 @@
%%WWWDIR%%/spec/factories/system_note_metadata.rb
%%WWWDIR%%/spec/factories/term_agreements.rb
%%WWWDIR%%/spec/factories/terms.rb
+%%WWWDIR%%/spec/factories/terraform/state.rb
%%WWWDIR%%/spec/factories/timelogs.rb
%%WWWDIR%%/spec/factories/todos.rb
%%WWWDIR%%/spec/factories/trending_project.rb
%%WWWDIR%%/spec/factories/u2f_registrations.rb
%%WWWDIR%%/spec/factories/uploads.rb
+%%WWWDIR%%/spec/factories/usage_data.rb
%%WWWDIR%%/spec/factories/user_agent_details.rb
%%WWWDIR%%/spec/factories/user_callouts.rb
+%%WWWDIR%%/spec/factories/user_canonical_emails.rb
%%WWWDIR%%/spec/factories/user_custom_attributes.rb
%%WWWDIR%%/spec/factories/user_details.rb
%%WWWDIR%%/spec/factories/user_highest_roles.rb
@@ -16475,6 +16991,7 @@
%%WWWDIR%%/spec/factories/user_statuses.rb
%%WWWDIR%%/spec/factories/users.rb
%%WWWDIR%%/spec/factories/users_star_projects.rb
+%%WWWDIR%%/spec/factories/users_statistics.rb
%%WWWDIR%%/spec/factories/web_hook_log.rb
%%WWWDIR%%/spec/factories/wiki_directories.rb
%%WWWDIR%%/spec/factories/wiki_pages.rb
@@ -16618,6 +17135,7 @@
%%WWWDIR%%/spec/features/groups/navbar_spec.rb
%%WWWDIR%%/spec/features/groups/settings/ci_cd_spec.rb
%%WWWDIR%%/spec/features/groups/settings/group_badges_spec.rb
+%%WWWDIR%%/spec/features/groups/settings/repository_spec.rb
%%WWWDIR%%/spec/features/groups/share_lock_spec.rb
%%WWWDIR%%/spec/features/groups/show_spec.rb
%%WWWDIR%%/spec/features/groups/user_browse_projects_group_page_spec.rb
@@ -16630,6 +17148,7 @@
%%WWWDIR%%/spec/features/ics/project_issues_spec.rb
%%WWWDIR%%/spec/features/ide/clientside_preview_csp_spec.rb
%%WWWDIR%%/spec/features/ide/static_object_external_storage_csp_spec.rb
+%%WWWDIR%%/spec/features/ide/user_commits_changes_spec.rb
%%WWWDIR%%/spec/features/ide/user_opens_merge_request_spec.rb
%%WWWDIR%%/spec/features/ide_spec.rb
%%WWWDIR%%/spec/features/import/manifest_import_spec.rb
@@ -16648,6 +17167,7 @@
%%WWWDIR%%/spec/features/issues/bulk_assignment_labels_spec.rb
%%WWWDIR%%/spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb
%%WWWDIR%%/spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb
+%%WWWDIR%%/spec/features/issues/csv_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/dropdown_author_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/dropdown_base_spec.rb
@@ -16687,6 +17207,7 @@
%%WWWDIR%%/spec/features/issues/user_sees_breadcrumb_links_spec.rb
%%WWWDIR%%/spec/features/issues/user_sees_empty_state_spec.rb
%%WWWDIR%%/spec/features/issues/user_sees_live_update_spec.rb
+%%WWWDIR%%/spec/features/issues/user_sorts_issue_comments_spec.rb
%%WWWDIR%%/spec/features/issues/user_sorts_issues_spec.rb
%%WWWDIR%%/spec/features/issues/user_toggles_subscription_spec.rb
%%WWWDIR%%/spec/features/issues/user_uses_quick_actions_spec.rb
@@ -16730,6 +17251,7 @@
%%WWWDIR%%/spec/features/merge_request/user_resolves_conflicts_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_resolves_outdated_diff_discussions_spec.rb
+%%WWWDIR%%/spec/features/merge_request/user_resolves_wip_mr_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_reverts_merge_request_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_scrolls_to_note_on_load_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_sees_avatar_on_diff_notes_spec.rb
@@ -16861,6 +17383,7 @@
%%WWWDIR%%/spec/features/projects/environments/environment_metrics_spec.rb
%%WWWDIR%%/spec/features/projects/environments/environment_spec.rb
%%WWWDIR%%/spec/features/projects/environments/environments_spec.rb
+%%WWWDIR%%/spec/features/projects/environments_pod_logs_spec.rb
%%WWWDIR%%/spec/features/projects/features_visibility_spec.rb
%%WWWDIR%%/spec/features/projects/files/dockerfile_dropdown_spec.rb
%%WWWDIR%%/spec/features/projects/files/download_buttons_spec.rb
@@ -16949,6 +17472,7 @@
%%WWWDIR%%/spec/features/projects/remote_mirror_spec.rb
%%WWWDIR%%/spec/features/projects/serverless/functions_spec.rb
%%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_alerts_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_asana_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_assembla_spec.rb
@@ -16969,7 +17493,6 @@
%%WWWDIR%%/spec/features/projects/services/user_activates_slack_slash_command_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_youtrack_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_views_services_spec.rb
-%%WWWDIR%%/spec/features/projects/settings/ci_cd_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/external_authorization_service_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/forked_project_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/lfs_settings_spec.rb
@@ -17089,6 +17612,7 @@
%%WWWDIR%%/spec/features/snippets/user_edits_snippet_spec.rb
%%WWWDIR%%/spec/features/snippets/user_snippets_spec.rb
%%WWWDIR%%/spec/features/snippets_spec.rb
+%%WWWDIR%%/spec/features/static_site_editor_spec.rb
%%WWWDIR%%/spec/features/tags/developer_creates_tag_spec.rb
%%WWWDIR%%/spec/features/tags/developer_deletes_tag_spec.rb
%%WWWDIR%%/spec/features/tags/developer_updates_tag_spec.rb
@@ -17163,6 +17687,7 @@
%%WWWDIR%%/spec/finders/members_finder_spec.rb
%%WWWDIR%%/spec/finders/merge_request_target_project_finder_spec.rb
%%WWWDIR%%/spec/finders/merge_requests_finder_spec.rb
+%%WWWDIR%%/spec/finders/metrics/dashboards/annotations_finder_spec.rb
%%WWWDIR%%/spec/finders/milestones_finder_spec.rb
%%WWWDIR%%/spec/finders/notes_finder_spec.rb
%%WWWDIR%%/spec/finders/pending_todos_finder_spec.rb
@@ -17274,6 +17799,7 @@
%%WWWDIR%%/spec/fixtures/api/schemas/pipeline_schedules.json
%%WWWDIR%%/spec/fixtures/api/schemas/pipeline_stage.json
%%WWWDIR%%/spec/fixtures/api/schemas/prometheus/additional_metrics_query_result.json
+%%WWWDIR%%/spec/fixtures/api/schemas/prometheus/metrics.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/artifact.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/artifact_file.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/blobs.json
@@ -17325,6 +17851,7 @@
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/project/identity.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/projects.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/release.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/release/evidence.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/release/release_for_guest.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/release/releases_for_guest.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/release/tag_release.json
@@ -17458,6 +17985,7 @@
%%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request_no_subject.eml
%%WWWDIR%%/spec/fixtures/emails/valid_reply.eml
%%WWWDIR%%/spec/fixtures/emails/valid_reply_signed_smime.eml
+%%WWWDIR%%/spec/fixtures/emails/valid_reply_signed_smime_mixed_protocol_prefix.eml
%%WWWDIR%%/spec/fixtures/emails/windows_8_metro.eml
%%WWWDIR%%/spec/fixtures/emails/wrong_issue_incoming_email_token.eml
%%WWWDIR%%/spec/fixtures/emails/wrong_mail_key.eml
@@ -17466,6 +17994,8 @@
%%WWWDIR%%/spec/fixtures/fuzzy.po
%%WWWDIR%%/spec/fixtures/git-cheat-sheet.pdf
%%WWWDIR%%/spec/fixtures/gitlab/ci/external_files/.gitlab-ci-template-1.yml
+%%WWWDIR%%/spec/fixtures/gitlab/database/structure_example.sql
+%%WWWDIR%%/spec/fixtures/gitlab/database/structure_example_cleaned.sql
%%WWWDIR%%/spec/fixtures/gitlab/import_export/corrupted_project_export.tar.gz
%%WWWDIR%%/spec/fixtures/gitlab/import_export/lightweight_project_export.tar.gz
%%WWWDIR%%/spec/fixtures/gitlab/sample_metrics/sample_metric_query_result.yml
@@ -17474,6 +18004,7 @@
%%WWWDIR%%/spec/fixtures/grafana/expected_grafana_embed.json
%%WWWDIR%%/spec/fixtures/grafana/proxy_response.json
%%WWWDIR%%/spec/fixtures/grafana/simplified_dashboard_response.json
+%%WWWDIR%%/spec/fixtures/group.json
%%WWWDIR%%/spec/fixtures/group_export.tar.gz
%%WWWDIR%%/spec/fixtures/group_export_invalid_subrelations.tar.gz
%%WWWDIR%%/spec/fixtures/importers/bitbucket_server/activities.json
@@ -17482,12 +18013,15 @@
%%WWWDIR%%/spec/fixtures/junit/junit.xml
%%WWWDIR%%/spec/fixtures/junit/junit.xml.gz
%%WWWDIR%%/spec/fixtures/junit/junit_ant.xml.gz
+%%WWWDIR%%/spec/fixtures/junit/junit_with_attachment.xml.gz
%%WWWDIR%%/spec/fixtures/junit/junit_with_corrupted_data.xml.gz
%%WWWDIR%%/spec/fixtures/junit/junit_with_three_testsuites.xml.gz
%%WWWDIR%%/spec/fixtures/junit/junit_with_three_testsuites_1.xml
%%WWWDIR%%/spec/fixtures/junit/junit_with_three_testsuites_2.xml
%%WWWDIR%%/spec/fixtures/junit/junit_with_three_testsuites_3.xml
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/logs_response.json
+%%WWWDIR%%/spec/fixtures/lib/elasticsearch/pods_query.json
+%%WWWDIR%%/spec/fixtures/lib/elasticsearch/pods_response.json
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/query.json
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/query_with_container.json
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/query_with_cursor.json
@@ -17496,18 +18030,25 @@
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/query_with_start_time.json
%%WWWDIR%%/spec/fixtures/lib/elasticsearch/query_with_times.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/complex/project.json
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/complex/tree.tar.gz
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/group/project.json
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/group/tree.tar.gz
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/group_exports/complex/group.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/group_exports/no_children/group.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/group_exports/visibility_levels/internal/group.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/group_exports/visibility_levels/private/group.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/group_exports/visibility_levels/public/group.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/invalid_json/project.json
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/invalid_json/tree.tar.gz
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/light/project.json
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/light/tree.tar.gz
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/milestone-iid/project.json
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/milestone-iid/tree.tar.gz
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/multi_pipeline_ref_one_external_pr/project.json
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/multi_pipeline_ref_one_external_pr/tree.tar.gz
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/with_duplicates.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json
+%%WWWDIR%%/spec/fixtures/lib/gitlab/import_export/with_invalid_records/tree.tar.gz
%%WWWDIR%%/spec/fixtures/lib/gitlab/metrics/dashboard/sample_dashboard.yml
%%WWWDIR%%/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/axis.json
%%WWWDIR%%/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/dashboard.json
@@ -17566,6 +18107,7 @@
%%WWWDIR%%/spec/fixtures/ssl_certificate.pem
%%WWWDIR%%/spec/fixtures/ssl_key.pem
%%WWWDIR%%/spec/fixtures/symlink_export.tar.gz
+%%WWWDIR%%/spec/fixtures/terraform/terraform.tfstate
%%WWWDIR%%/spec/fixtures/trace/ansi-sequence-and-unicode
%%WWWDIR%%/spec/fixtures/trace/sample_trace
%%WWWDIR%%/spec/fixtures/trace/trace_with_duplicate_sections
@@ -17579,8 +18121,10 @@
%%WWWDIR%%/spec/frontend/.eslintrc.yml
%%WWWDIR%%/spec/frontend/__mocks__/@gitlab/ui.js
%%WWWDIR%%/spec/frontend/__mocks__/file_mock.js
+%%WWWDIR%%/spec/frontend/__mocks__/lodash/debounce.js
%%WWWDIR%%/spec/frontend/__mocks__/monaco-editor/index.js
%%WWWDIR%%/spec/frontend/__mocks__/mousetrap/index.js
+%%WWWDIR%%/spec/frontend/__mocks__/sortablejs/index.js
%%WWWDIR%%/spec/frontend/activities_spec.js
%%WWWDIR%%/spec/frontend/admin/statistics_panel/components/app_spec.js
%%WWWDIR%%/spec/frontend/admin/statistics_panel/mock_data.js
@@ -17624,18 +18168,27 @@
%%WWWDIR%%/spec/frontend/blob/components/mock_data.js
%%WWWDIR%%/spec/frontend/blob/notebook/notebook_viever_spec.js
%%WWWDIR%%/spec/frontend/blob/pdf/pdf_viewer_spec.js
-%%WWWDIR%%/spec/frontend/blob/pipeline_tour_success_spec.js
+%%WWWDIR%%/spec/frontend/blob/pipeline_tour_success_mock_data.js
+%%WWWDIR%%/spec/frontend/blob/pipeline_tour_success_modal_spec.js
%%WWWDIR%%/spec/frontend/blob/sketch/index_spec.js
%%WWWDIR%%/spec/frontend/blob/suggest_gitlab_ci_yml/components/popover_spec.js
%%WWWDIR%%/spec/frontend/blob/utils_spec.js
%%WWWDIR%%/spec/frontend/blob/viewer/index_spec.js
%%WWWDIR%%/spec/frontend/blob_edit/blob_bundle_spec.js
+%%WWWDIR%%/spec/frontend/boards/board_blank_state_spec.js
+%%WWWDIR%%/spec/frontend/boards/board_card_spec.js
+%%WWWDIR%%/spec/frontend/boards/board_list_spec.js
+%%WWWDIR%%/spec/frontend/boards/board_new_issue_spec.js
%%WWWDIR%%/spec/frontend/boards/boards_store_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/board_column_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/board_form_spec.js
%%WWWDIR%%/spec/frontend/boards/components/boards_selector_spec.js
%%WWWDIR%%/spec/frontend/boards/components/issue_count_spec.js
%%WWWDIR%%/spec/frontend/boards/components/issue_due_date_spec.js
%%WWWDIR%%/spec/frontend/boards/components/issue_time_estimate_spec.js
%%WWWDIR%%/spec/frontend/boards/issue_card_spec.js
+%%WWWDIR%%/spec/frontend/boards/issue_spec.js
+%%WWWDIR%%/spec/frontend/boards/list_spec.js
%%WWWDIR%%/spec/frontend/boards/mock_data.js
%%WWWDIR%%/spec/frontend/boards/modal_store_spec.js
%%WWWDIR%%/spec/frontend/boards/stores/actions_spec.js
@@ -17648,12 +18201,15 @@
%%WWWDIR%%/spec/frontend/branches/components/divergence_graph_spec.js
%%WWWDIR%%/spec/frontend/branches/components/graph_bar_spec.js
%%WWWDIR%%/spec/frontend/branches/divergence_graph_spec.js
+%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_enviroments_dropdown_spec.js
+%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_key_field_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_variable_modal_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_variable_popover_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_variable_settings_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/components/ci_variable_table_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/services/mock_data.js
%%WWWDIR%%/spec/frontend/ci_variable_list/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/ci_variable_list/store/getters_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/store/utils_spec.js
%%WWWDIR%%/spec/frontend/ci_variable_list/stubs.js
@@ -17680,6 +18236,7 @@
%%WWWDIR%%/spec/frontend/code_navigation/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/code_navigation/utils/index_spec.js
%%WWWDIR%%/spec/frontend/commit/commit_pipeline_status_component_spec.js
+%%WWWDIR%%/spec/frontend/commit/pipelines/pipelines_spec.js
%%WWWDIR%%/spec/frontend/commons/nav/user_merge_requests_spec.js
%%WWWDIR%%/spec/frontend/confidential_merge_request/components/__snapshots__/project_form_group_spec.js.snap
%%WWWDIR%%/spec/frontend/confidential_merge_request/components/dropdown_spec.js
@@ -17715,29 +18272,52 @@
%%WWWDIR%%/spec/frontend/create_cluster/store/cluster_dropdown/actions_spec.js
%%WWWDIR%%/spec/frontend/create_cluster/store/cluster_dropdown/mutations_spec.js
%%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/banner_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/limit_warning_component_spec.js
%%WWWDIR%%/spec/frontend/cycle_analytics/stage_nav_item_spec.js
+%%WWWDIR%%/spec/frontend/cycle_analytics/total_time_component_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/app_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/commit_item_spec.js
-%%WWWDIR%%/spec/frontend/diffs/components/compare_versions_dropdown_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/commit_widget_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/compare_dropdown_layout_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/compare_versions_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_content_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_discussion_reply_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/diff_discussions_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/diff_expansion_cell_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_file_header_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_file_row_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/diff_file_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_gutter_avatars_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/diff_line_note_form_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_stats_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/diff_table_cell_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/edit_button_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/file_row_stats_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/hidden_files_warning_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/image_diff_overlay_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/inline_diff_expansion_row_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/inline_diff_table_row_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/inline_diff_view_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/no_changes_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/parallel_diff_expansion_row_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/parallel_diff_table_row_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/parallel_diff_view_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/settings_dropdown_spec.js
%%WWWDIR%%/spec/frontend/diffs/components/tree_list_spec.js
%%WWWDIR%%/spec/frontend/diffs/create_diffs_store.js
%%WWWDIR%%/spec/frontend/diffs/mock_data/diff_discussions.js
%%WWWDIR%%/spec/frontend/diffs/mock_data/diff_file.js
+%%WWWDIR%%/spec/frontend/diffs/mock_data/diff_file_unreadable.js
%%WWWDIR%%/spec/frontend/diffs/mock_data/diff_with_commit.js
%%WWWDIR%%/spec/frontend/diffs/mock_data/merge_request_diffs.js
+%%WWWDIR%%/spec/frontend/diffs/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/diffs/store/getters_spec.js
+%%WWWDIR%%/spec/frontend/diffs/store/getters_versions_dropdowns_spec.js
+%%WWWDIR%%/spec/frontend/diffs/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/diffs/store/utils_spec.js
%%WWWDIR%%/spec/frontend/droplab/constants_spec.js
%%WWWDIR%%/spec/frontend/droplab/plugins/ajax_filter_spec.js
%%WWWDIR%%/spec/frontend/droplab/plugins/ajax_spec.js
@@ -17746,6 +18326,7 @@
%%WWWDIR%%/spec/frontend/environments/emtpy_state_spec.js
%%WWWDIR%%/spec/frontend/environments/enable_review_app_button_spec.js
%%WWWDIR%%/spec/frontend/environments/environment_actions_spec.js
+%%WWWDIR%%/spec/frontend/environments/environment_delete_spec.js
%%WWWDIR%%/spec/frontend/environments/environment_external_url_spec.js
%%WWWDIR%%/spec/frontend/environments/environment_item_spec.js
%%WWWDIR%%/spec/frontend/environments/environment_monitoring_spec.js
@@ -17759,6 +18340,7 @@
%%WWWDIR%%/spec/frontend/environments/folder/environments_folder_view_spec.js
%%WWWDIR%%/spec/frontend/environments/mock_data.js
%%WWWDIR%%/spec/frontend/error_tracking/components/error_details_spec.js
+%%WWWDIR%%/spec/frontend/error_tracking/components/error_tracking_actions_spec.js
%%WWWDIR%%/spec/frontend/error_tracking/components/error_tracking_list_spec.js
%%WWWDIR%%/spec/frontend/error_tracking/components/list_mock.json
%%WWWDIR%%/spec/frontend/error_tracking/components/stacktrace_entry_spec.js
@@ -17855,7 +18437,9 @@
%%WWWDIR%%/spec/frontend/helpers/class_spec_helper.js
%%WWWDIR%%/spec/frontend/helpers/class_spec_helper_spec.js
%%WWWDIR%%/spec/frontend/helpers/diffs_helper_spec.js
+%%WWWDIR%%/spec/frontend/helpers/dom_events_helper.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/README.md
+%%WWWDIR%%/spec/frontend/helpers/dom_shims/element_scroll_by.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/element_scroll_into_view.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/form_element.js
%%WWWDIR%%/spec/frontend/helpers/dom_shims/get_client_rects.js
@@ -17889,7 +18473,15 @@
%%WWWDIR%%/spec/frontend/helpers/wait_for_promises.js
%%WWWDIR%%/spec/frontend/ide/components/branches/item_spec.js
%%WWWDIR%%/spec/frontend/ide/components/branches/search_list_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/actions_spec.js
%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/editor_header_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/empty_state_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/form_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/list_collapsed_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/list_item_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/list_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/new_merge_request_option_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/commit_sidebar/success_message_spec.js
%%WWWDIR%%/spec/frontend/ide/components/error_message_spec.js
%%WWWDIR%%/spec/frontend/ide/components/file_templates/dropdown_spec.js
%%WWWDIR%%/spec/frontend/ide/components/ide_file_row_spec.js
@@ -17906,6 +18498,7 @@
%%WWWDIR%%/spec/frontend/ide/components/pipelines/list_spec.js
%%WWWDIR%%/spec/frontend/ide/components/preview/clientside_spec.js
%%WWWDIR%%/spec/frontend/ide/components/preview/navigator_spec.js
+%%WWWDIR%%/spec/frontend/ide/components/repo_commit_section_spec.js
%%WWWDIR%%/spec/frontend/ide/helpers.js
%%WWWDIR%%/spec/frontend/ide/ide_router_extension_spec.js
%%WWWDIR%%/spec/frontend/ide/ide_router_spec.js
@@ -17951,6 +18544,7 @@
%%WWWDIR%%/spec/frontend/import_projects/store/actions_spec.js
%%WWWDIR%%/spec/frontend/import_projects/store/getters_spec.js
%%WWWDIR%%/spec/frontend/import_projects/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/integrations/edit/components/active_toggle_spec.js
%%WWWDIR%%/spec/frontend/issuable_suggestions/components/app_spec.js
%%WWWDIR%%/spec/frontend/issuable_suggestions/components/item_spec.js
%%WWWDIR%%/spec/frontend/issuable_suggestions/mock_data.js
@@ -17969,6 +18563,11 @@
%%WWWDIR%%/spec/frontend/issue_show/utils/update_description_spec.js
%%WWWDIR%%/spec/frontend/issue_spec.js
%%WWWDIR%%/spec/frontend/jest_self_check/mocks_spec.js
+%%WWWDIR%%/spec/frontend/jira_import/components/jira_import_app_spec.js
+%%WWWDIR%%/spec/frontend/jira_import/components/jira_import_form_spec.js
+%%WWWDIR%%/spec/frontend/jira_import/components/jira_import_progress_spec.js
+%%WWWDIR%%/spec/frontend/jira_import/components/jira_import_setup_spec.js
+%%WWWDIR%%/spec/frontend/jira_import/utils_spec.js
%%WWWDIR%%/spec/frontend/jobs/components/erased_block_spec.js
%%WWWDIR%%/spec/frontend/jobs/components/job_app_spec.js
%%WWWDIR%%/spec/frontend/jobs/components/job_log_controllers_spec.js
@@ -18015,25 +18614,31 @@
%%WWWDIR%%/spec/frontend/lib/utils/url_utility_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/users_cache_spec.js
%%WWWDIR%%/spec/frontend/locale/ensure_single_line_spec.js
+%%WWWDIR%%/spec/frontend/locale/index_spec.js
%%WWWDIR%%/spec/frontend/locale/sprintf_spec.js
%%WWWDIR%%/spec/frontend/logs/components/environment_logs_spec.js
+%%WWWDIR%%/spec/frontend/logs/components/log_advanced_filters_spec.js
%%WWWDIR%%/spec/frontend/logs/components/log_control_buttons_spec.js
+%%WWWDIR%%/spec/frontend/logs/components/log_simple_filters_spec.js
+%%WWWDIR%%/spec/frontend/logs/components/tokens/token_with_loading_state_spec.js
%%WWWDIR%%/spec/frontend/logs/mock_data.js
%%WWWDIR%%/spec/frontend/logs/stores/actions_spec.js
%%WWWDIR%%/spec/frontend/logs/stores/getters_spec.js
%%WWWDIR%%/spec/frontend/logs/stores/mutations_spec.js
%%WWWDIR%%/spec/frontend/logs/utils_spec.js
+%%WWWDIR%%/spec/frontend/maintenance_mode_settings/components/app_spec.js
%%WWWDIR%%/spec/frontend/matchers.js
%%WWWDIR%%/spec/frontend/mocks/ce/diffs/workers/tree_worker.js
%%WWWDIR%%/spec/frontend/mocks/ce/lib/utils/axios_utils.js
%%WWWDIR%%/spec/frontend/mocks/mocks_helper.js
%%WWWDIR%%/spec/frontend/mocks/mocks_helper_spec.js
-%%WWWDIR%%/spec/frontend/mocks/node/jquery.js
%%WWWDIR%%/spec/frontend/mocks_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/__snapshots__/dashboard_template_spec.js.snap
%%WWWDIR%%/spec/frontend/monitoring/components/__snapshots__/empty_state_spec.js.snap
%%WWWDIR%%/spec/frontend/monitoring/components/__snapshots__/group_empty_state_spec.js.snap
+%%WWWDIR%%/spec/frontend/monitoring/components/charts/annotations_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/charts/anomaly_spec.js
+%%WWWDIR%%/spec/frontend/monitoring/components/charts/bar_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/charts/column_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/charts/empty_chart_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/charts/heatmap_spec.js
@@ -18046,18 +18651,23 @@
%%WWWDIR%%/spec/frontend/monitoring/components/dashboard_url_time_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/dashboards_dropdown_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/duplicate_dashboard_form_spec.js
+%%WWWDIR%%/spec/frontend/monitoring/components/embeds/embed_group_spec.js
+%%WWWDIR%%/spec/frontend/monitoring/components/embeds/metric_embed_spec.js
+%%WWWDIR%%/spec/frontend/monitoring/components/embeds/mock_data.js
%%WWWDIR%%/spec/frontend/monitoring/components/empty_state_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/graph_group_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/group_empty_state_spec.js
%%WWWDIR%%/spec/frontend/monitoring/components/panel_type_spec.js
-%%WWWDIR%%/spec/frontend/monitoring/embed/embed_spec.js
-%%WWWDIR%%/spec/frontend/monitoring/embed/mock_data.js
-%%WWWDIR%%/spec/frontend/monitoring/init_utils.js
+%%WWWDIR%%/spec/frontend/monitoring/fixture_data.js
%%WWWDIR%%/spec/frontend/monitoring/mock_data.js
%%WWWDIR%%/spec/frontend/monitoring/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/monitoring/store/embed_group/actions_spec.js
+%%WWWDIR%%/spec/frontend/monitoring/store/embed_group/getters_spec.js
+%%WWWDIR%%/spec/frontend/monitoring/store/embed_group/mutations_spec.js
%%WWWDIR%%/spec/frontend/monitoring/store/getters_spec.js
%%WWWDIR%%/spec/frontend/monitoring/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/monitoring/store/utils_spec.js
+%%WWWDIR%%/spec/frontend/monitoring/store_utils.js
%%WWWDIR%%/spec/frontend/monitoring/utils_spec.js
%%WWWDIR%%/spec/frontend/mr_popover/__snapshots__/mr_popover_spec.js.snap
%%WWWDIR%%/spec/frontend/mr_popover/index_spec.js
@@ -18068,24 +18678,38 @@
%%WWWDIR%%/spec/frontend/notes/components/__snapshots__/discussion_jump_to_next_button_spec.js.snap
%%WWWDIR%%/spec/frontend/notes/components/comment_form_spec.js
%%WWWDIR%%/spec/frontend/notes/components/diff_discussion_header_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/diff_with_note_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_actions_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_counter_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_filter_note_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/discussion_filter_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_jump_to_next_button_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_keyboard_navigator_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_notes_replies_wrapper_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_notes_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_reply_placeholder_spec.js
%%WWWDIR%%/spec/frontend/notes/components/discussion_resolve_button_spec.js
-%%WWWDIR%%/spec/frontend/notes/components/note_app_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/discussion_resolve_with_issue_button_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/note_actions/reply_button_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/note_actions_spec.js
%%WWWDIR%%/spec/frontend/notes/components/note_attachment_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/note_awards_list_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/note_body_spec.js
%%WWWDIR%%/spec/frontend/notes/components/note_edited_text_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/note_form_spec.js
%%WWWDIR%%/spec/frontend/notes/components/note_header_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/note_signed_out_widget_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/noteable_discussion_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/noteable_note_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/notes_app_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/sort_discussion_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/toggle_replies_widget_spec.js
%%WWWDIR%%/spec/frontend/notes/helpers.js
%%WWWDIR%%/spec/frontend/notes/mixins/discussion_navigation_spec.js
%%WWWDIR%%/spec/frontend/notes/mock_data.js
%%WWWDIR%%/spec/frontend/notes/old_notes_spec.js
%%WWWDIR%%/spec/frontend/notes/stores/actions_spec.js
+%%WWWDIR%%/spec/frontend/notes/stores/collapse_utils_spec.js
%%WWWDIR%%/spec/frontend/notes/stores/getters_spec.js
%%WWWDIR%%/spec/frontend/notes/stores/mutation_spec.js
%%WWWDIR%%/spec/frontend/notes/stores/utils_spec.js
@@ -18104,6 +18728,7 @@
%%WWWDIR%%/spec/frontend/pages/projects/shared/permissions/components/project_setting_row_spec.js
%%WWWDIR%%/spec/frontend/pages/projects/shared/permissions/components/settings_panel_spec.js
%%WWWDIR%%/spec/frontend/pages/search/show/__snapshots__/refresh_counts_spec.js.snap
+%%WWWDIR%%/spec/frontend/pages/search/show/highlight_blob_search_result_spec.js
%%WWWDIR%%/spec/frontend/pages/search/show/refresh_counts_spec.js
%%WWWDIR%%/spec/frontend/performance_bar/components/add_request_spec.js
%%WWWDIR%%/spec/frontend/performance_bar/components/detailed_metric_spec.js
@@ -18115,9 +18740,15 @@
%%WWWDIR%%/spec/frontend/pipelines/blank_state_spec.js
%%WWWDIR%%/spec/frontend/pipelines/empty_state_spec.js
%%WWWDIR%%/spec/frontend/pipelines/graph/action_component_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/graph/graph_component_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/graph/job_group_dropdown_spec.js
%%WWWDIR%%/spec/frontend/pipelines/graph/job_item_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/graph/job_name_component_spec.js
%%WWWDIR%%/spec/frontend/pipelines/graph/linked_pipeline_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/graph/linked_pipelines_column_spec.js
%%WWWDIR%%/spec/frontend/pipelines/graph/linked_pipelines_mock_data.js
+%%WWWDIR%%/spec/frontend/pipelines/graph/mock_data.js
+%%WWWDIR%%/spec/frontend/pipelines/graph/stage_column_component_spec.js
%%WWWDIR%%/spec/frontend/pipelines/nav_controls_spec.js
%%WWWDIR%%/spec/frontend/pipelines/pipeline_store_spec.js
%%WWWDIR%%/spec/frontend/pipelines/pipeline_triggerer_spec.js
@@ -18133,9 +18764,14 @@
%%WWWDIR%%/spec/frontend/pipelines/test_reports/test_summary_spec.js
%%WWWDIR%%/spec/frontend/pipelines/test_reports/test_summary_table_spec.js
%%WWWDIR%%/spec/frontend/polyfills/element_spec.js
+%%WWWDIR%%/spec/frontend/profile/account/components/delete_account_modal_spec.js
+%%WWWDIR%%/spec/frontend/profile/account/components/update_username_spec.js
%%WWWDIR%%/spec/frontend/profile/add_ssh_key_validation_spec.js
%%WWWDIR%%/spec/frontend/project_find_file_spec.js
%%WWWDIR%%/spec/frontend/project_select_combo_button_spec.js
+%%WWWDIR%%/spec/frontend/projects/commits/components/author_select_spec.js
+%%WWWDIR%%/spec/frontend/projects/commits/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/projects/commits/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/projects/pipelines/charts/components/__snapshots__/pipelines_area_chart_spec.js.snap
%%WWWDIR%%/spec/frontend/projects/pipelines/charts/components/__snapshots__/statistics_list_spec.js.snap
%%WWWDIR%%/spec/frontend/projects/pipelines/charts/components/app_spec.js
@@ -18145,31 +18781,25 @@
%%WWWDIR%%/spec/frontend/projects/project_import_gitlab_project_spec.js
%%WWWDIR%%/spec/frontend/projects/project_new_spec.js
%%WWWDIR%%/spec/frontend/projects/projects_filterable_list_spec.js
+%%WWWDIR%%/spec/frontend/prometheus_alerts/components/reset_key_spec.js
+%%WWWDIR%%/spec/frontend/prometheus_metrics/custom_metrics_spec.js
+%%WWWDIR%%/spec/frontend/prometheus_metrics/mock_data.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/__snapshots__/group_empty_state_spec.js.snap
%%WWWDIR%%/spec/frontend/registry/explorer/components/__snapshots__/project_empty_state_spec.js.snap
%%WWWDIR%%/spec/frontend/registry/explorer/components/__snapshots__/registry_breadcrumb_spec.js.snap
%%WWWDIR%%/spec/frontend/registry/explorer/components/group_empty_state_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/project_empty_state_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/project_policy_alert_spec.js
+%%WWWDIR%%/spec/frontend/registry/explorer/components/quickstart_dropdown_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/components/registry_breadcrumb_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/mock_data.js
%%WWWDIR%%/spec/frontend/registry/explorer/pages/details_spec.js
+%%WWWDIR%%/spec/frontend/registry/explorer/pages/index_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/pages/list_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/stores/actions_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/stores/getters_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/stores/mutations_spec.js
%%WWWDIR%%/spec/frontend/registry/explorer/stubs.js
-%%WWWDIR%%/spec/frontend/registry/list/components/__snapshots__/group_empty_state_spec.js.snap
-%%WWWDIR%%/spec/frontend/registry/list/components/__snapshots__/project_empty_state_spec.js.snap
-%%WWWDIR%%/spec/frontend/registry/list/components/app_spec.js
-%%WWWDIR%%/spec/frontend/registry/list/components/collapsible_container_spec.js
-%%WWWDIR%%/spec/frontend/registry/list/components/group_empty_state_spec.js
-%%WWWDIR%%/spec/frontend/registry/list/components/project_empty_state_spec.js
-%%WWWDIR%%/spec/frontend/registry/list/components/table_registry_spec.js
-%%WWWDIR%%/spec/frontend/registry/list/mock_data.js
-%%WWWDIR%%/spec/frontend/registry/list/stores/actions_spec.js
-%%WWWDIR%%/spec/frontend/registry/list/stores/getters_spec.js
-%%WWWDIR%%/spec/frontend/registry/list/stores/mutations_spec.js
%%WWWDIR%%/spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap
%%WWWDIR%%/spec/frontend/registry/settings/components/registry_settings_app_spec.js
%%WWWDIR%%/spec/frontend/registry/settings/components/settings_form_spec.js
@@ -18179,8 +18809,10 @@
%%WWWDIR%%/spec/frontend/registry/shared/components/__snapshots__/expiration_policy_fields_spec.js.snap
%%WWWDIR%%/spec/frontend/registry/shared/components/expiration_policy_fields_spec.js
%%WWWDIR%%/spec/frontend/registry/shared/mock_data.js
+%%WWWDIR%%/spec/frontend/registry/shared/mocks.js
%%WWWDIR%%/spec/frontend/releases/components/app_edit_spec.js
%%WWWDIR%%/spec/frontend/releases/components/app_show_spec.js
+%%WWWDIR%%/spec/frontend/releases/components/asset_links_form_spec.js
%%WWWDIR%%/spec/frontend/releases/components/evidence_block_spec.js
%%WWWDIR%%/spec/frontend/releases/components/release_block_footer_spec.js
%%WWWDIR%%/spec/frontend/releases/components/release_block_header_spec.js
@@ -18188,7 +18820,9 @@
%%WWWDIR%%/spec/frontend/releases/components/release_block_spec.js
%%WWWDIR%%/spec/frontend/releases/mock_data.js
%%WWWDIR%%/spec/frontend/releases/stores/modules/detail/actions_spec.js
+%%WWWDIR%%/spec/frontend/releases/stores/modules/detail/getters_spec.js
%%WWWDIR%%/spec/frontend/releases/stores/modules/detail/mutations_spec.js
+%%WWWDIR%%/spec/frontend/reports/accessibility_report/components/accessibility_issue_body_spec.js
%%WWWDIR%%/spec/frontend/reports/components/report_item_spec.js
%%WWWDIR%%/spec/frontend/reports/components/report_link_spec.js
%%WWWDIR%%/spec/frontend/reports/components/report_section_spec.js
@@ -18234,6 +18868,7 @@
%%WWWDIR%%/spec/frontend/serverless/store/actions_spec.js
%%WWWDIR%%/spec/frontend/serverless/store/getters_spec.js
%%WWWDIR%%/spec/frontend/serverless/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/serverless/survey_banner_spec.js
%%WWWDIR%%/spec/frontend/serverless/utils.js
%%WWWDIR%%/spec/frontend/shared/popover_spec.js
%%WWWDIR%%/spec/frontend/sidebar/__snapshots__/confidential_issue_sidebar_spec.js.snap
@@ -18250,15 +18885,19 @@
%%WWWDIR%%/spec/frontend/sidebar/confidential_issue_sidebar_spec.js
%%WWWDIR%%/spec/frontend/sidebar/lock/edit_form_spec.js
%%WWWDIR%%/spec/frontend/sidebar/mock_data.js
+%%WWWDIR%%/spec/frontend/sidebar/sidebar_assignees_spec.js
%%WWWDIR%%/spec/frontend/sidebar/sidebar_store_spec.js
%%WWWDIR%%/spec/frontend/sidebar/todo_spec.js
%%WWWDIR%%/spec/frontend/sidebar/user_data_mock.js
+%%WWWDIR%%/spec/frontend/smart_interval_spec.js
%%WWWDIR%%/spec/frontend/snippet/collapsible_input_spec.js
%%WWWDIR%%/spec/frontend/snippet/snippet_bundle_spec.js
+%%WWWDIR%%/spec/frontend/snippet/snippet_edit_spec.js
%%WWWDIR%%/spec/frontend/snippets/components/__snapshots__/snippet_blob_edit_spec.js.snap
%%WWWDIR%%/spec/frontend/snippets/components/__snapshots__/snippet_description_edit_spec.js.snap
%%WWWDIR%%/spec/frontend/snippets/components/__snapshots__/snippet_visibility_edit_spec.js.snap
-%%WWWDIR%%/spec/frontend/snippets/components/app_spec.js
+%%WWWDIR%%/spec/frontend/snippets/components/edit_spec.js
+%%WWWDIR%%/spec/frontend/snippets/components/show_spec.js
%%WWWDIR%%/spec/frontend/snippets/components/snippet_blob_edit_spec.js
%%WWWDIR%%/spec/frontend/snippets/components/snippet_blob_view_spec.js
%%WWWDIR%%/spec/frontend/snippets/components/snippet_description_edit_spec.js
@@ -18266,11 +18905,27 @@
%%WWWDIR%%/spec/frontend/snippets/components/snippet_title_spec.js
%%WWWDIR%%/spec/frontend/snippets/components/snippet_visibility_edit_spec.js
%%WWWDIR%%/spec/frontend/snippets_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/components/edit_header_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/components/invalid_content_message_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/components/publish_toolbar_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/components/saved_changes_message_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/components/static_site_editor_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/components/submit_changes_error_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/mock_data.js
+%%WWWDIR%%/spec/frontend/static_site_editor/services/generate_branch_name_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/services/load_source_content_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/services/submit_content_changes_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/store/getters_spec.js
+%%WWWDIR%%/spec/frontend/static_site_editor/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/syntax_highlight_spec.js
%%WWWDIR%%/spec/frontend/task_list_spec.js
%%WWWDIR%%/spec/frontend/test_setup.js
%%WWWDIR%%/spec/frontend/tracking_spec.js
%%WWWDIR%%/spec/frontend/transfer_edit_spec.js
+%%WWWDIR%%/spec/frontend/u2f/authenticate_spec.js
+%%WWWDIR%%/spec/frontend/u2f/mock_u2f_device.js
+%%WWWDIR%%/spec/frontend/u2f/register_spec.js
%%WWWDIR%%/spec/frontend/u2f/util_spec.js
%%WWWDIR%%/spec/frontend/version_check_image_spec.js
%%WWWDIR%%/spec/frontend/vue_alerts_spec.js
@@ -18281,6 +18936,7 @@
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_container_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_icon_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_suggest_pipeline_spec.js
+%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_terraform_plan_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/states/commit_edit_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/states/mr_widget_commit_message_dropdown_spec.js
@@ -18297,6 +18953,8 @@
%%WWWDIR%%/spec/frontend/vue_mr_widget/stores/artifacts_list/getters_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/stores/artifacts_list/mutations_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/stores/get_state_key_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/awards_list_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/clone_dropdown_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/code_block_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/expand_button_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/file_row_header_spec.js.snap
@@ -18304,12 +18962,14 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/split_button_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/awards_list_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/blob_viewers/__snapshots__/simple_viewer_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/blob_viewers/rich_viewer_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/blob_viewers/simple_viewer_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/callout_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/changed_file_icon_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/clipboard_button_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/clone_dropdown_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/code_block_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/commit_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/confirm_modal_spec.js
@@ -18326,6 +18986,10 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/file_row_header_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/file_row_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/file_tree_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/form/__snapshots__/form_footer_actions_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/form/__snapshots__/title_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/form/form_footer_actions_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/form/title_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/gl_mentions_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/gl_modal_vuex_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/gl_toggle_vuex_spec.js
@@ -18338,6 +19002,7 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/issue/related_issuable_mock_data.js
%%WWWDIR%%/spec/frontend/vue_shared/components/lib/utils/dom_utils_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/loading_button_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/local_storage_sync_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/markdown/__snapshots__/suggestion_diff_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/markdown/field_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/markdown/header_spec.js
@@ -18352,6 +19017,7 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/notes/placeholder_system_note_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/notes/system_note_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/notes/timeline_entry_item_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/ordered_layout_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/paginated_list_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/pagination_links_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/recaptcha_eventhub_spec.js
@@ -18421,6 +19087,7 @@
%%WWWDIR%%/spec/graphql/resolvers/commit_pipelines_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/concerns/resolves_pipelines_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/echo_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/environments_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/error_tracking/sentry_detailed_error_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/error_tracking/sentry_error_collection_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/error_tracking/sentry_errors_resolver_spec.rb
@@ -18430,11 +19097,15 @@
%%WWWDIR%%/spec/graphql/resolvers/merge_request_pipelines_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/merge_requests_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/metadata_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/metrics/dashboard_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/metrics/dashboards/annotation_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/milestone_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/namespace_projects_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_pipelines_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/projects/grafana_integration_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/projects/jira_imports_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/projects/services_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/projects/snippets_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/snippets_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/todo_resolver_spec.rb
@@ -18461,10 +19132,13 @@
%%WWWDIR%%/spec/graphql/types/issue_sort_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/issue_state_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/issue_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/jira_import_type_spec.rb
%%WWWDIR%%/spec/graphql/types/label_type_spec.rb
%%WWWDIR%%/spec/graphql/types/merge_request_state_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/merge_request_type_spec.rb
%%WWWDIR%%/spec/graphql/types/metadata_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/metrics/dashboard_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/metrics/dashboards/annotation_type_spec.rb
%%WWWDIR%%/spec/graphql/types/milestone_type_spec.rb
%%WWWDIR%%/spec/graphql/types/mutation_type_spec.rb
%%WWWDIR%%/spec/graphql/types/namespace_type_spec.rb
@@ -18482,6 +19156,10 @@
%%WWWDIR%%/spec/graphql/types/permission_types/user_spec.rb
%%WWWDIR%%/spec/graphql/types/project_statistics_type_spec.rb
%%WWWDIR%%/spec/graphql/types/project_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/projects/base_service_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/projects/jira_service_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/projects/service_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/projects/services_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/query_type_spec.rb
%%WWWDIR%%/spec/graphql/types/repository_type_spec.rb
%%WWWDIR%%/spec/graphql/types/root_storage_statistics_type_spec.rb
@@ -18519,6 +19197,7 @@
%%WWWDIR%%/spec/helpers/defer_script_tag_helper_spec.rb
%%WWWDIR%%/spec/helpers/diff_helper_spec.rb
%%WWWDIR%%/spec/helpers/emails_helper_spec.rb
+%%WWWDIR%%/spec/helpers/emoji_helper_spec.rb
%%WWWDIR%%/spec/helpers/environment_helper_spec.rb
%%WWWDIR%%/spec/helpers/environments_helper_spec.rb
%%WWWDIR%%/spec/helpers/events_helper_spec.rb
@@ -18608,15 +19287,8 @@
%%WWWDIR%%/spec/javascripts/behaviors/requires_input_spec.js
%%WWWDIR%%/spec/javascripts/behaviors/shortcuts/shortcuts_issuable_spec.js
%%WWWDIR%%/spec/javascripts/blob/balsamiq/balsamiq_viewer_browser_spec.js
-%%WWWDIR%%/spec/javascripts/boards/board_blank_state_spec.js
-%%WWWDIR%%/spec/javascripts/boards/board_card_spec.js
%%WWWDIR%%/spec/javascripts/boards/board_list_common_spec.js
-%%WWWDIR%%/spec/javascripts/boards/board_list_spec.js
-%%WWWDIR%%/spec/javascripts/boards/board_new_issue_spec.js
-%%WWWDIR%%/spec/javascripts/boards/components/board_form_spec.js
%%WWWDIR%%/spec/javascripts/boards/components/board_spec.js
-%%WWWDIR%%/spec/javascripts/boards/issue_spec.js
-%%WWWDIR%%/spec/javascripts/boards/list_spec.js
%%WWWDIR%%/spec/javascripts/boards/mock_data.js
%%WWWDIR%%/spec/javascripts/bootstrap_linked_tabs_spec.js
%%WWWDIR%%/spec/javascripts/ci_variable_list/ajax_variable_list_spec.js
@@ -18625,40 +19297,20 @@
%%WWWDIR%%/spec/javascripts/close_reopen_report_toggle_spec.js
%%WWWDIR%%/spec/javascripts/collapsed_sidebar_todo_spec.js
%%WWWDIR%%/spec/javascripts/comment_type_toggle_spec.js
-%%WWWDIR%%/spec/javascripts/commit/pipelines/pipelines_spec.js
%%WWWDIR%%/spec/javascripts/commit_merge_requests_spec.js
%%WWWDIR%%/spec/javascripts/commits_spec.js
%%WWWDIR%%/spec/javascripts/create_item_dropdown_spec.js
-%%WWWDIR%%/spec/javascripts/cycle_analytics/banner_spec.js
-%%WWWDIR%%/spec/javascripts/cycle_analytics/total_time_component_spec.js
%%WWWDIR%%/spec/javascripts/deploy_keys/components/action_btn_spec.js
%%WWWDIR%%/spec/javascripts/deploy_keys/components/app_spec.js
%%WWWDIR%%/spec/javascripts/deploy_keys/components/key_spec.js
%%WWWDIR%%/spec/javascripts/deploy_keys/components/keys_panel_spec.js
%%WWWDIR%%/spec/javascripts/diff_comments_store_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/commit_widget_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/diff_discussions_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/diff_expansion_cell_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/diff_file_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/diff_line_note_form_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/file_row_stats_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/image_diff_overlay_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/inline_diff_expansion_row_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/inline_diff_table_row_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/inline_diff_view_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/parallel_diff_expansion_row_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/parallel_diff_table_row_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/parallel_diff_view_spec.js
%%WWWDIR%%/spec/javascripts/diffs/create_diffs_store.js
%%WWWDIR%%/spec/javascripts/diffs/mock_data/diff_discussions.js
%%WWWDIR%%/spec/javascripts/diffs/mock_data/diff_file.js
%%WWWDIR%%/spec/javascripts/diffs/mock_data/diff_file_unreadable.js
%%WWWDIR%%/spec/javascripts/diffs/mock_data/diff_with_commit.js
%%WWWDIR%%/spec/javascripts/diffs/mock_data/merge_request_diffs.js
-%%WWWDIR%%/spec/javascripts/diffs/store/actions_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/store/getters_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/store/mutations_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/store/utils_spec.js
%%WWWDIR%%/spec/javascripts/dirty_submit/dirty_submit_collection_spec.js
%%WWWDIR%%/spec/javascripts/dirty_submit/dirty_submit_factory_spec.js
%%WWWDIR%%/spec/javascripts/dirty_submit/dirty_submit_form_spec.js
@@ -18718,17 +19370,8 @@
%%WWWDIR%%/spec/javascripts/helpers/wait_for_attribute_change.js
%%WWWDIR%%/spec/javascripts/helpers/wait_for_promises.js
%%WWWDIR%%/spec/javascripts/ide/components/activity_bar_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/actions_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/empty_state_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/form_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/list_collapsed_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/list_item_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/list_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/message_field_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/new_merge_request_option_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/radio_group_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/success_message_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/external_link_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/file_row_extra_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/file_templates/bar_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/ide_review_spec.js
@@ -18747,7 +19390,6 @@
%%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/index_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/modal_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/upload_spec.js
-%%WWWDIR%%/spec/javascripts/ide/components/repo_commit_section_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/repo_editor_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/repo_tab_spec.js
%%WWWDIR%%/spec/javascripts/ide/components/repo_tabs_spec.js
@@ -18809,13 +19451,14 @@
%%WWWDIR%%/spec/javascripts/lib/utils/poll_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/sticky_spec.js
%%WWWDIR%%/spec/javascripts/line_highlighter_spec.js
-%%WWWDIR%%/spec/javascripts/locale/index_spec.js
%%WWWDIR%%/spec/javascripts/matchers.js
%%WWWDIR%%/spec/javascripts/merge_request_spec.js
%%WWWDIR%%/spec/javascripts/merge_request_tabs_spec.js
%%WWWDIR%%/spec/javascripts/mini_pipeline_graph_dropdown_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/components/dashboard_resize_spec.js
+%%WWWDIR%%/spec/javascripts/monitoring/fixture_data.js
%%WWWDIR%%/spec/javascripts/monitoring/mock_data.js
+%%WWWDIR%%/spec/javascripts/monitoring/store_utils.js
%%WWWDIR%%/spec/javascripts/notebook/cells/code_spec.js
%%WWWDIR%%/spec/javascripts/notebook/cells/markdown_spec.js
%%WWWDIR%%/spec/javascripts/notebook/cells/output/html_sanitize_tests.js
@@ -18823,21 +19466,6 @@
%%WWWDIR%%/spec/javascripts/notebook/cells/output/index_spec.js
%%WWWDIR%%/spec/javascripts/notebook/cells/prompt_spec.js
%%WWWDIR%%/spec/javascripts/notebook/index_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/diff_with_note_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/discussion_filter_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/discussion_resolve_with_issue_button_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/note_actions/reply_button_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/note_actions_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/note_awards_list_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/note_body_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/note_form_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/note_signed_out_widget_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/noteable_discussion_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/noteable_note_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/toggle_replies_widget_spec.js
-%%WWWDIR%%/spec/javascripts/notes/helpers.js
-%%WWWDIR%%/spec/javascripts/notes/mock_data.js
-%%WWWDIR%%/spec/javascripts/notes/stores/collapse_utils_spec.js
%%WWWDIR%%/spec/javascripts/oauth_remember_me_spec.js
%%WWWDIR%%/spec/javascripts/pager_spec.js
%%WWWDIR%%/spec/javascripts/pages/admin/application_settings/account_and_limits_spec.js
@@ -18853,13 +19481,6 @@
%%WWWDIR%%/spec/javascripts/pdf/page_spec.js
%%WWWDIR%%/spec/javascripts/performance_bar/index_spec.js
%%WWWDIR%%/spec/javascripts/persistent_user_callout_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/graph/graph_component_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/graph/job_group_dropdown_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/graph/job_name_component_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/graph/linked_pipelines_column_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/graph/linked_pipelines_mock_data.js
-%%WWWDIR%%/spec/javascripts/pipelines/graph/mock_data.js
-%%WWWDIR%%/spec/javascripts/pipelines/graph/stage_column_component_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/header_component_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/linked_pipelines_mock.json
%%WWWDIR%%/spec/javascripts/pipelines/mock_data.js
@@ -18876,8 +19497,6 @@
%%WWWDIR%%/spec/javascripts/pipelines/stores/pipeline_with_triggered_triggered_by.json
%%WWWDIR%%/spec/javascripts/pipelines/time_ago_spec.js
%%WWWDIR%%/spec/javascripts/pipelines_spec.js
-%%WWWDIR%%/spec/javascripts/profile/account/components/delete_account_modal_spec.js
-%%WWWDIR%%/spec/javascripts/profile/account/components/update_username_spec.js
%%WWWDIR%%/spec/javascripts/prometheus_metrics/mock_data.js
%%WWWDIR%%/spec/javascripts/prometheus_metrics/prometheus_metrics_spec.js
%%WWWDIR%%/spec/javascripts/read_more_spec.js
@@ -18911,20 +19530,15 @@
%%WWWDIR%%/spec/javascripts/sidebar/lock/lock_issue_sidebar_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/mock_data.js
%%WWWDIR%%/spec/javascripts/sidebar/participants_spec.js
-%%WWWDIR%%/spec/javascripts/sidebar/sidebar_assignees_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/sidebar_mediator_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/sidebar_move_issue_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/sidebar_subscriptions_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/subscriptions_spec.js
%%WWWDIR%%/spec/javascripts/signin_tabs_memoizer_spec.js
-%%WWWDIR%%/spec/javascripts/smart_interval_spec.js
%%WWWDIR%%/spec/javascripts/test_bundle.js
%%WWWDIR%%/spec/javascripts/test_constants.js
%%WWWDIR%%/spec/javascripts/todos_spec.js
%%WWWDIR%%/spec/javascripts/toggle_buttons_spec.js
-%%WWWDIR%%/spec/javascripts/u2f/authenticate_spec.js
-%%WWWDIR%%/spec/javascripts/u2f/mock_u2f_device.js
-%%WWWDIR%%/spec/javascripts/u2f/register_spec.js
%%WWWDIR%%/spec/javascripts/user_popovers_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_alert_message_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js
@@ -19000,8 +19614,10 @@
%%WWWDIR%%/spec/lib/api/api_spec.rb
%%WWWDIR%%/spec/lib/api/entities/job_request/image_spec.rb
%%WWWDIR%%/spec/lib/api/entities/job_request/port_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/project_import_failed_relation_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/project_import_status_spec.rb
%%WWWDIR%%/spec/lib/api/entities/release_spec.rb
-%%WWWDIR%%/spec/lib/api/helpers/custom_validators_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/user_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/graphql_helpers_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/label_helpers_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/pagination_spec.rb
@@ -19010,6 +19626,13 @@
%%WWWDIR%%/spec/lib/api/helpers/version_spec.rb
%%WWWDIR%%/spec/lib/api/helpers_spec.rb
%%WWWDIR%%/spec/lib/api/support/git_access_actor_spec.rb
+%%WWWDIR%%/spec/lib/api/validations/validators/absence_spec.rb
+%%WWWDIR%%/spec/lib/api/validations/validators/array_none_any_spec.rb
+%%WWWDIR%%/spec/lib/api/validations/validators/file_path_spec.rb
+%%WWWDIR%%/spec/lib/api/validations/validators/git_ref_spec.rb
+%%WWWDIR%%/spec/lib/api/validations/validators/git_sha_spec.rb
+%%WWWDIR%%/spec/lib/api/validations/validators/integer_none_any_spec.rb
+%%WWWDIR%%/spec/lib/api/validations/validators/limit_spec.rb
%%WWWDIR%%/spec/lib/backup/files_spec.rb
%%WWWDIR%%/spec/lib/backup/manager_spec.rb
%%WWWDIR%%/spec/lib/backup/repository_spec.rb
@@ -19079,6 +19702,7 @@
%%WWWDIR%%/spec/lib/banzai/pipeline/gfm_pipeline_spec.rb
%%WWWDIR%%/spec/lib/banzai/pipeline/post_process_pipeline_spec.rb
%%WWWDIR%%/spec/lib/banzai/pipeline/wiki_pipeline_spec.rb
+%%WWWDIR%%/spec/lib/banzai/pipeline_spec.rb
%%WWWDIR%%/spec/lib/banzai/querying_spec.rb
%%WWWDIR%%/spec/lib/banzai/reference_parser/base_parser_spec.rb
%%WWWDIR%%/spec/lib/banzai/reference_parser/commit_parser_spec.rb
@@ -19117,6 +19741,7 @@
%%WWWDIR%%/spec/lib/bitbucket_server/representation/pull_request_comment_spec.rb
%%WWWDIR%%/spec/lib/bitbucket_server/representation/pull_request_spec.rb
%%WWWDIR%%/spec/lib/bitbucket_server/representation/repo_spec.rb
+%%WWWDIR%%/spec/lib/constraints/admin_constrainer_spec.rb
%%WWWDIR%%/spec/lib/constraints/feature_constrainer_spec.rb
%%WWWDIR%%/spec/lib/constraints/group_url_constrainer_spec.rb
%%WWWDIR%%/spec/lib/constraints/project_url_constrainer_spec.rb
@@ -19126,6 +19751,7 @@
%%WWWDIR%%/spec/lib/container_registry/path_spec.rb
%%WWWDIR%%/spec/lib/container_registry/registry_spec.rb
%%WWWDIR%%/spec/lib/container_registry/tag_spec.rb
+%%WWWDIR%%/spec/lib/csv_builder_spec.rb
%%WWWDIR%%/spec/lib/event_filter_spec.rb
%%WWWDIR%%/spec/lib/expand_variables_spec.rb
%%WWWDIR%%/spec/lib/extracts_path_spec.rb
@@ -19189,17 +19815,20 @@
%%WWWDIR%%/spec/lib/gitlab/authorized_keys_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/add_merge_request_diff_commits_count_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/archive_legacy_traces_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_deployment_clusters_from_deployments_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_hashed_project_repositories_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_legacy_project_repositories_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_project_fullpath_in_repo_config_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_project_repositories_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_project_settings_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_push_rules_id_in_projects_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_snippet_repositories_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/digest_column_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/encrypt_columns_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/encrypt_runners_tokens_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/fix_cross_project_label_links_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
%%WWWDIR%%/spec/lib/gitlab/background_migration/fix_promoted_epics_discussion_ids_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/fix_user_namespace_names_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/fix_user_project_route_names_spec.rb
@@ -19214,10 +19843,13 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_null_private_profile_to_false_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_pages_metadata_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_stage_index_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_users_bio_to_user_details_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_canonical_emails_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_cluster_kubernetes_namespace_table_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_merge_request_assignees_table_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_untracked_uploads_dependencies/untracked_file_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_untracked_uploads_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_user_highest_roles_table_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_project_authorizations_with_min_max_user_id_spec.rb
@@ -19315,6 +19947,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/files_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/hidden_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/image_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/include_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/inherit/default_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/inherit/variables_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/job_spec.rb
@@ -19360,6 +19993,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/config/normalizer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/cron_parser_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/jwt_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/mask_secret_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/parsers/coverage/cobertura_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/parsers/test/junit_spec.rb
@@ -19406,6 +20040,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/reports/test_reports_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/reports/test_suite_comparer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/reports/test_suite_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/bridge/factory_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/action_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/cancelable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/canceled_spec.rb
@@ -19472,6 +20107,7 @@
%%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
%%WWWDIR%%/spec/lib/gitlab/color_schemes_spec.rb
%%WWWDIR%%/spec/lib/gitlab/config/entry/attributable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/config/entry/boolean_spec.rb
@@ -19508,8 +20144,6 @@
%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/production_stage_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/review_event_fetcher_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/review_stage_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/shared_event_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/shared_stage_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/stage_summary_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/staging_event_fetcher_spec.rb
%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/staging_stage_spec.rb
@@ -19542,10 +20176,12 @@
%%WWWDIR%%/spec/lib/gitlab/database/multi_threaded_migration_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/obsolete_ignored_columns_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/postgresql_adapter/force_disconnectable_mixin_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/postgresql_adapter/schema_versions_copy_mixin_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_base_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_projects_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/schema_cleaner_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/sha_attribute_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/with_lock_retries_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database_importers/common_metrics/importer_spec.rb
@@ -19599,7 +20235,8 @@
%%WWWDIR%%/spec/lib/gitlab/discussions_diff/highlight_cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/downtime_check/message_spec.rb
%%WWWDIR%%/spec/lib/gitlab/downtime_check_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/elasticsearch/logs_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/elasticsearch/logs/lines_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/elasticsearch/logs/pods_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/attachment_uploader_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/handler/create_issue_handler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/handler/create_merge_request_handler_spec.rb
@@ -19697,6 +20334,7 @@
%%WWWDIR%%/spec/lib/gitlab/gitaly_client/health_check_service_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gitaly_client/object_pool_service_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gitaly_client/operation_service_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/gitaly_client/praefect_info_service_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gitaly_client/ref_service_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gitaly_client/remote_service_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gitaly_client/repository_service_spec.rb
@@ -19753,20 +20391,13 @@
%%WWWDIR%%/spec/lib/gitlab/gpg/commit_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gpg/invalid_gpg_signature_updater_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gpg_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/grafana_embed_usage_data_spec.rb
%%WWWDIR%%/spec/lib/gitlab/grape_logging/formatters/lograge_with_timestamp_spec.rb
%%WWWDIR%%/spec/lib/gitlab/grape_logging/loggers/exception_logger_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/grape_logging/loggers/perf_logger_spec.rb
%%WWWDIR%%/spec/lib/gitlab/grape_logging/loggers/queue_duration_logger_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/authorize/authorize_field_service_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/calls_gitaly/instrumentation_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/connections/externally_paginated_array_connection_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/connections/filterable_array_connection_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/connections/keyset/conditions/not_null_condition_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/connections/keyset/conditions/null_condition_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/connections/keyset/connection_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/connections/keyset/order_info_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/connections/keyset/query_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/copy_field_description_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/docs/renderer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/find_argument_in_parent_spec.rb
@@ -19777,6 +20408,13 @@
%%WWWDIR%%/spec/lib/gitlab/graphql/loaders/batch_root_storage_statistics_loader_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/markdown_field/resolver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/markdown_field_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/externally_paginated_array_connection_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/filterable_array_connection_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/conditions/not_null_condition_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/conditions/null_condition_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/connection_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/order_info_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/keyset/query_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/pagination/offset_active_record_relation_connection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/query_analyzers/logger_analyzer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/representation/submodule_tree_entry_spec.rb
@@ -19814,6 +20452,7 @@
%%WWWDIR%%/spec/lib/gitlab/import/database_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import/merge_request_creator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import/merge_request_helpers_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import/metrics_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import/set_async_jid_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/after_export_strategies/base_after_export_strategy_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/after_export_strategies/web_upload_strategy_spec.rb
@@ -19832,18 +20471,23 @@
%%WWWDIR%%/spec/lib/gitlab/import_export/fast_hash_serializer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/file_importer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/fork_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/group/legacy_tree_restorer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/group/legacy_tree_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/group/object_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/group/relation_factory_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/import_export/group/tree_restorer_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/import_export/group/tree_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/hash_util_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/import_export_equivalence_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/import_export_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/import_failure_service_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/import_test_coverage_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/importer_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/import_export/json/legacy_reader_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/json/legacy_reader/file_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/json/legacy_reader/hash_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/json/legacy_reader/shared_example.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/json/legacy_writer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/json/ndjson_reader_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/json/ndjson_writer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/legacy_relation_tree_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/lfs_restorer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/lfs_saver_spec.rb
@@ -19852,7 +20496,6 @@
%%WWWDIR%%/spec/lib/gitlab/import_export/model_configuration_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/export_task_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/import_task_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/import_export/project/legacy_tree_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/object_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/relation_factory_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project/tree_restorer_spec.rb
@@ -19875,6 +20518,7 @@
%%WWWDIR%%/spec/lib/gitlab/import_export/version_checker_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/wiki_repo_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/wiki_restorer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_formatter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_sources_spec.rb
%%WWWDIR%%/spec/lib/gitlab/incoming_email_spec.rb
%%WWWDIR%%/spec/lib/gitlab/insecure_key_fingerprint_spec.rb
@@ -19883,9 +20527,15 @@
%%WWWDIR%%/spec/lib/gitlab/issuable_metadata_spec.rb
%%WWWDIR%%/spec/lib/gitlab/issuable_sorter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/issuables_count_for_state_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/jira_import/base_importer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/jira_import/issue_serializer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/jira_import/issues_importer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/jira_import/labels_importer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/jira_import_spec.rb
%%WWWDIR%%/spec/lib/gitlab/job_waiter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/json_cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/json_logger_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/json_spec.rb
%%WWWDIR%%/spec/lib/gitlab/jwt_authenticatable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kubernetes/cluster_role_binding_spec.rb
%%WWWDIR%%/spec/lib/gitlab/kubernetes/config_map_spec.rb
@@ -19949,6 +20599,7 @@
%%WWWDIR%%/spec/lib/gitlab/metrics/dashboard/processor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/dashboard/service_selector_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/dashboard/stages/grafana_formatter_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/metrics/dashboard/stages/panel_ids_inserter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/dashboard/url_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/delta_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/exporter/base_exporter_spec.rb
@@ -19980,6 +20631,7 @@
%%WWWDIR%%/spec/lib/gitlab/middleware/read_only_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/release_env_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/request_context_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/middleware/same_site_cookies_spec.rb
%%WWWDIR%%/spec/lib/gitlab/multi_collection_paginator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/multi_destination_logger_spec.rb
%%WWWDIR%%/spec/lib/gitlab/namespaced_session_store_spec.rb
@@ -20038,6 +20690,7 @@
%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/deployment_query_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/knative_invocation_query_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/matched_metric_query_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/validate_query_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus/query_variables_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus_client_spec.rb
%%WWWDIR%%/spec/lib/gitlab/puma_logging/json_formatter_spec.rb
@@ -20066,6 +20719,9 @@
%%WWWDIR%%/spec/lib/gitlab/repository_cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/repository_hash_cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/repository_set_cache_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/repository_size_checker_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/repository_size_error_message_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/repository_url_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/request_context_spec.rb
%%WWWDIR%%/spec/lib/gitlab/request_forgery_protection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/request_profiler/profile_spec.rb
@@ -20156,6 +20812,7 @@
%%WWWDIR%%/spec/lib/gitlab/sql/recursive_cte_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sql/union_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ssh_public_key_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/static_site_editor/config_spec.rb
%%WWWDIR%%/spec/lib/gitlab/string_placeholder_replacer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/string_range_marker_spec.rb
%%WWWDIR%%/spec/lib/gitlab/string_regex_marker_spec.rb
@@ -20218,8 +20875,10 @@
%%WWWDIR%%/spec/lib/gitlab/visibility_level_checker_spec.rb
%%WWWDIR%%/spec/lib/gitlab/visibility_level_spec.rb
%%WWWDIR%%/spec/lib/gitlab/wiki_file_finder_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/wiki_pages/front_matter_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/workhorse_spec.rb
%%WWWDIR%%/spec/lib/gitlab/x509/commit_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/x509/signature_spec.rb
%%WWWDIR%%/spec/lib/gitlab/zoom_link_extractor_spec.rb
%%WWWDIR%%/spec/lib/gitlab_danger_spec.rb
%%WWWDIR%%/spec/lib/gitlab_spec.rb
@@ -20246,6 +20905,7 @@
%%WWWDIR%%/spec/lib/peek/views/rugged_spec.rb
%%WWWDIR%%/spec/lib/prometheus/cleanup_multiproc_dir_service_spec.rb
%%WWWDIR%%/spec/lib/prometheus/pid_provider_spec.rb
+%%WWWDIR%%/spec/lib/quality/helm3_client_spec.rb
%%WWWDIR%%/spec/lib/quality/helm_client_spec.rb
%%WWWDIR%%/spec/lib/quality/kubernetes_client_spec.rb
%%WWWDIR%%/spec/lib/quality/seeders/issues_spec.rb
@@ -20284,6 +20944,7 @@
%%WWWDIR%%/spec/mailers/emails/pages_domains_spec.rb
%%WWWDIR%%/spec/mailers/emails/pipelines_spec.rb
%%WWWDIR%%/spec/mailers/emails/profile_spec.rb
+%%WWWDIR%%/spec/mailers/emails/projects_spec.rb
%%WWWDIR%%/spec/mailers/emails/releases_spec.rb
%%WWWDIR%%/spec/mailers/notify_spec.rb
%%WWWDIR%%/spec/mailers/repository_check_mailer_spec.rb
@@ -20296,6 +20957,8 @@
%%WWWDIR%%/spec/migrations/20200123155929_remove_invalid_jira_data_spec.rb
%%WWWDIR%%/spec/migrations/20200127090233_remove_invalid_issue_tracker_data_spec.rb
%%WWWDIR%%/spec/migrations/20200130145430_reschedule_migrate_issue_trackers_data_spec.rb
+%%WWWDIR%%/spec/migrations/20200313203550_remove_orphaned_chat_names_spec.rb
+%%WWWDIR%%/spec/migrations/20200406102120_backfill_deployment_clusters_from_deployments_spec.rb
%%WWWDIR%%/spec/migrations/README.md
%%WWWDIR%%/spec/migrations/active_record/schedule_set_confidential_note_events_on_services_spec.rb
%%WWWDIR%%/spec/migrations/active_record/schema_spec.rb
@@ -20350,12 +21013,14 @@
%%WWWDIR%%/spec/migrations/fix_null_type_labels_spec.rb
%%WWWDIR%%/spec/migrations/fix_pool_repository_source_project_id_spec.rb
%%WWWDIR%%/spec/migrations/fix_projects_without_project_feature_spec.rb
+%%WWWDIR%%/spec/migrations/fix_projects_without_prometheus_services_spec.rb
%%WWWDIR%%/spec/migrations/fix_wrong_pages_access_level_spec.rb
%%WWWDIR%%/spec/migrations/generate_lets_encrypt_private_key_spec.rb
%%WWWDIR%%/spec/migrations/generate_missing_routes_spec.rb
%%WWWDIR%%/spec/migrations/import_common_metrics_spec.rb
%%WWWDIR%%/spec/migrations/insert_project_hooks_plan_limits_spec.rb
%%WWWDIR%%/spec/migrations/migrate_auto_dev_ops_domain_to_cluster_domain_spec.rb
+%%WWWDIR%%/spec/migrations/migrate_bot_type_to_user_type_spec.rb
%%WWWDIR%%/spec/migrations/migrate_cluster_configure_worker_sidekiq_queue_spec.rb
%%WWWDIR%%/spec/migrations/migrate_code_owner_approval_status_to_protected_branches_in_batches_spec.rb
%%WWWDIR%%/spec/migrations/migrate_commit_notes_mentions_to_db_spec.rb
@@ -20388,6 +21053,7 @@
%%WWWDIR%%/spec/migrations/reschedule_builds_stages_migration_spec.rb
%%WWWDIR%%/spec/migrations/reschedule_commits_count_for_merge_request_diff_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_digest_personal_access_tokens_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
@@ -20395,6 +21061,7 @@
%%WWWDIR%%/spec/migrations/schedule_migrate_security_scans_spec.rb
%%WWWDIR%%/spec/migrations/schedule_pages_metadata_migration_spec.rb
%%WWWDIR%%/spec/migrations/schedule_populate_merge_request_assignees_table_spec.rb
+%%WWWDIR%%/spec/migrations/schedule_populate_user_highest_roles_table_spec.rb
%%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
@@ -20418,6 +21085,7 @@
%%WWWDIR%%/spec/models/ability_spec.rb
%%WWWDIR%%/spec/models/abuse_report_spec.rb
%%WWWDIR%%/spec/models/active_session_spec.rb
+%%WWWDIR%%/spec/models/alerting/project_alerting_setting_spec.rb
%%WWWDIR%%/spec/models/analytics/cycle_analytics/project_stage_spec.rb
%%WWWDIR%%/spec/models/appearance_spec.rb
%%WWWDIR%%/spec/models/application_record_spec.rb
@@ -20449,6 +21117,7 @@
%%WWWDIR%%/spec/models/chat_team_spec.rb
%%WWWDIR%%/spec/models/ci/artifact_blob_spec.rb
%%WWWDIR%%/spec/models/ci/bridge_spec.rb
+%%WWWDIR%%/spec/models/ci/build_dependencies_spec.rb
%%WWWDIR%%/spec/models/ci/build_metadata_spec.rb
%%WWWDIR%%/spec/models/ci/build_need_spec.rb
%%WWWDIR%%/spec/models/ci/build_runner_session_spec.rb
@@ -20460,6 +21129,7 @@
%%WWWDIR%%/spec/models/ci/build_trace_section_name_spec.rb
%%WWWDIR%%/spec/models/ci/build_trace_section_spec.rb
%%WWWDIR%%/spec/models/ci/build_trace_spec.rb
+%%WWWDIR%%/spec/models/ci/daily_report_result_spec.rb
%%WWWDIR%%/spec/models/ci/group_spec.rb
%%WWWDIR%%/spec/models/ci/group_variable_spec.rb
%%WWWDIR%%/spec/models/ci/job_artifact_spec.rb
@@ -20484,6 +21154,7 @@
%%WWWDIR%%/spec/models/clusters/applications/cert_manager_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
@@ -20519,6 +21190,8 @@
%%WWWDIR%%/spec/models/concerns/checksummable_spec.rb
%%WWWDIR%%/spec/models/concerns/chronic_duration_attribute_spec.rb
%%WWWDIR%%/spec/models/concerns/ci/has_ref_spec.rb
+%%WWWDIR%%/spec/models/concerns/ci/has_variable_spec.rb
+%%WWWDIR%%/spec/models/concerns/ci/maskable_spec.rb
%%WWWDIR%%/spec/models/concerns/delete_with_limit_spec.rb
%%WWWDIR%%/spec/models/concerns/deployment_platform_spec.rb
%%WWWDIR%%/spec/models/concerns/deprecated_assignee_spec.rb
@@ -20532,12 +21205,10 @@
%%WWWDIR%%/spec/models/concerns/group_descendant_spec.rb
%%WWWDIR%%/spec/models/concerns/has_environment_scope_spec.rb
%%WWWDIR%%/spec/models/concerns/has_status_spec.rb
-%%WWWDIR%%/spec/models/concerns/has_variable_spec.rb
%%WWWDIR%%/spec/models/concerns/ignorable_columns_spec.rb
%%WWWDIR%%/spec/models/concerns/issuable_spec.rb
%%WWWDIR%%/spec/models/concerns/loaded_in_group_list_spec.rb
%%WWWDIR%%/spec/models/concerns/manual_inverse_association_spec.rb
-%%WWWDIR%%/spec/models/concerns/maskable_spec.rb
%%WWWDIR%%/spec/models/concerns/mentionable_spec.rb
%%WWWDIR%%/spec/models/concerns/milestoneable_spec.rb
%%WWWDIR%%/spec/models/concerns/milestoneish_spec.rb
@@ -20570,8 +21241,10 @@
%%WWWDIR%%/spec/models/concerns/triggerable_hooks_spec.rb
%%WWWDIR%%/spec/models/concerns/uniquify_spec.rb
%%WWWDIR%%/spec/models/concerns/usage_statistics_spec.rb
+%%WWWDIR%%/spec/models/concerns/where_composite_spec.rb
%%WWWDIR%%/spec/models/concerns/x509_serial_number_attribute_spec.rb
%%WWWDIR%%/spec/models/container_expiration_policy_spec.rb
+%%WWWDIR%%/spec/models/container_registry/event_spec.rb
%%WWWDIR%%/spec/models/container_repository_spec.rb
%%WWWDIR%%/spec/models/cycle_analytics/code_spec.rb
%%WWWDIR%%/spec/models/cycle_analytics/group_level_spec.rb
@@ -20592,6 +21265,7 @@
%%WWWDIR%%/spec/models/description_version_spec.rb
%%WWWDIR%%/spec/models/dev_ops_score/metric_spec.rb
%%WWWDIR%%/spec/models/diff_discussion_spec.rb
+%%WWWDIR%%/spec/models/diff_note_position_spec.rb
%%WWWDIR%%/spec/models/diff_note_spec.rb
%%WWWDIR%%/spec/models/diff_viewer/base_spec.rb
%%WWWDIR%%/spec/models/diff_viewer/server_side_spec.rb
@@ -20602,7 +21276,6 @@
%%WWWDIR%%/spec/models/error_tracking/project_error_tracking_setting_spec.rb
%%WWWDIR%%/spec/models/event_collection_spec.rb
%%WWWDIR%%/spec/models/event_spec.rb
-%%WWWDIR%%/spec/models/evidence_spec.rb
%%WWWDIR%%/spec/models/external_issue_spec.rb
%%WWWDIR%%/spec/models/external_pull_request_spec.rb
%%WWWDIR%%/spec/models/fork_network_member_spec.rb
@@ -20636,6 +21309,7 @@
%%WWWDIR%%/spec/models/issue_assignee_spec.rb
%%WWWDIR%%/spec/models/issue_collection_spec.rb
%%WWWDIR%%/spec/models/issue_spec.rb
+%%WWWDIR%%/spec/models/jira_import_state_spec.rb
%%WWWDIR%%/spec/models/key_spec.rb
%%WWWDIR%%/spec/models/label_link_spec.rb
%%WWWDIR%%/spec/models/label_note_spec.rb
@@ -20660,6 +21334,7 @@
%%WWWDIR%%/spec/models/merge_request_diff_file_spec.rb
%%WWWDIR%%/spec/models/merge_request_diff_spec.rb
%%WWWDIR%%/spec/models/merge_request_spec.rb
+%%WWWDIR%%/spec/models/metrics/dashboard/annotation_spec.rb
%%WWWDIR%%/spec/models/milestone_note_spec.rb
%%WWWDIR%%/spec/models/milestone_release_spec.rb
%%WWWDIR%%/spec/models/milestone_spec.rb
@@ -20730,6 +21405,8 @@
%%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
@@ -20747,6 +21424,7 @@
%%WWWDIR%%/spec/models/project_statistics_spec.rb
%%WWWDIR%%/spec/models/project_team_spec.rb
%%WWWDIR%%/spec/models/project_wiki_spec.rb
+%%WWWDIR%%/spec/models/prometheus_alert_event_spec.rb
%%WWWDIR%%/spec/models/prometheus_alert_spec.rb
%%WWWDIR%%/spec/models/prometheus_metric_spec.rb
%%WWWDIR%%/spec/models/protectable_dropdown_spec.rb
@@ -20759,6 +21437,7 @@
%%WWWDIR%%/spec/models/readme_blob_spec.rb
%%WWWDIR%%/spec/models/redirect_route_spec.rb
%%WWWDIR%%/spec/models/release_spec.rb
+%%WWWDIR%%/spec/models/releases/evidence_spec.rb
%%WWWDIR%%/spec/models/releases/link_spec.rb
%%WWWDIR%%/spec/models/releases/source_spec.rb
%%WWWDIR%%/spec/models/remote_mirror_spec.rb
@@ -20784,6 +21463,7 @@
%%WWWDIR%%/spec/models/suggestion_spec.rb
%%WWWDIR%%/spec/models/system_note_metadata_spec.rb
%%WWWDIR%%/spec/models/term_agreement_spec.rb
+%%WWWDIR%%/spec/models/terraform/state_spec.rb
%%WWWDIR%%/spec/models/timelog_spec.rb
%%WWWDIR%%/spec/models/todo_spec.rb
%%WWWDIR%%/spec/models/tree_spec.rb
@@ -20793,6 +21473,7 @@
%%WWWDIR%%/spec/models/uploads/local_spec.rb
%%WWWDIR%%/spec/models/user_agent_detail_spec.rb
%%WWWDIR%%/spec/models/user_callout_spec.rb
+%%WWWDIR%%/spec/models/user_canonical_email_spec.rb
%%WWWDIR%%/spec/models/user_custom_attribute_spec.rb
%%WWWDIR%%/spec/models/user_detail_spec.rb
%%WWWDIR%%/spec/models/user_highest_role_spec.rb
@@ -20804,7 +21485,11 @@
%%WWWDIR%%/spec/models/user_preference_spec.rb
%%WWWDIR%%/spec/models/user_spec.rb
%%WWWDIR%%/spec/models/user_status_spec.rb
+%%WWWDIR%%/spec/models/user_type_enums_spec.rb
+%%WWWDIR%%/spec/models/users_statistics_spec.rb
%%WWWDIR%%/spec/models/wiki_directory_spec.rb
+%%WWWDIR%%/spec/models/wiki_page/meta_spec.rb
+%%WWWDIR%%/spec/models/wiki_page/slug_spec.rb
%%WWWDIR%%/spec/models/wiki_page_spec.rb
%%WWWDIR%%/spec/models/x509_certificate_spec.rb
%%WWWDIR%%/spec/models/x509_commit_signature_spec.rb
@@ -20834,6 +21519,7 @@
%%WWWDIR%%/spec/policies/issuable_policy_spec.rb
%%WWWDIR%%/spec/policies/issue_policy_spec.rb
%%WWWDIR%%/spec/policies/merge_request_policy_spec.rb
+%%WWWDIR%%/spec/policies/metrics/dashboard/annotation_policy_spec.rb
%%WWWDIR%%/spec/policies/namespace/root_storage_statistics_policy_spec.rb
%%WWWDIR%%/spec/policies/namespace_policy_spec.rb
%%WWWDIR%%/spec/policies/note_policy_spec.rb
@@ -20870,6 +21556,7 @@
%%WWWDIR%%/spec/presenters/label_presenter_spec.rb
%%WWWDIR%%/spec/presenters/merge_request_presenter_spec.rb
%%WWWDIR%%/spec/presenters/milestone_presenter_spec.rb
+%%WWWDIR%%/spec/presenters/pages_domain_presenter_spec.rb
%%WWWDIR%%/spec/presenters/project_clusterable_presenter_spec.rb
%%WWWDIR%%/spec/presenters/project_hook_presenter_spec.rb
%%WWWDIR%%/spec/presenters/project_member_presenter_spec.rb
@@ -20902,6 +21589,7 @@
%%WWWDIR%%/spec/requests/api/broadcast_messages_spec.rb
%%WWWDIR%%/spec/requests/api/commit_statuses_spec.rb
%%WWWDIR%%/spec/requests/api/commits_spec.rb
+%%WWWDIR%%/spec/requests/api/container_registry_event_spec.rb
%%WWWDIR%%/spec/requests/api/deploy_keys_spec.rb
%%WWWDIR%%/spec/requests/api/deploy_tokens_spec.rb
%%WWWDIR%%/spec/requests/api/deployments_spec.rb
@@ -20919,6 +21607,8 @@
%%WWWDIR%%/spec/requests/api/graphql/group/milestones_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/group_query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/metadata_query_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/metrics/dashboard/annotations_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/metrics/dashboard_query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/multiplexed_queries_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/admin/sidekiq_queues/delete_jobs_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/award_emojis/add_spec.rb
@@ -20926,6 +21616,7 @@
%%WWWDIR%%/spec/requests/api/graphql/mutations/award_emojis/toggle_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/issues/set_confidential_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/jira_import/start_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/merge_requests/set_assignees_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/merge_requests/set_labels_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/merge_requests/set_locked_spec.rb
@@ -20947,11 +21638,14 @@
%%WWWDIR%%/spec/requests/api/graphql/mutations/todos/restore_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/namespace/projects_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/namespace/root_storage_statistics_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/project/base_service_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/error_tracking/sentry_detailed_error_request_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/error_tracking/sentry_errors_request_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/grafana_integration_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/issue/notes_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/issues_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/project/jira_import_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/project/jira_service_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/merge_request/diff_notes_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/merge_request_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/project_statistics_spec.rb
@@ -20988,6 +21682,7 @@
%%WWWDIR%%/spec/requests/api/members_spec.rb
%%WWWDIR%%/spec/requests/api/merge_request_diffs_spec.rb
%%WWWDIR%%/spec/requests/api/merge_requests_spec.rb
+%%WWWDIR%%/spec/requests/api/metrics/dashboard/annotations_spec.rb
%%WWWDIR%%/spec/requests/api/namespaces_spec.rb
%%WWWDIR%%/spec/requests/api/notes_spec.rb
%%WWWDIR%%/spec/requests/api/notification_settings_spec.rb
@@ -21032,6 +21727,7 @@
%%WWWDIR%%/spec/requests/api/tags_spec.rb
%%WWWDIR%%/spec/requests/api/task_completion_status_spec.rb
%%WWWDIR%%/spec/requests/api/templates_spec.rb
+%%WWWDIR%%/spec/requests/api/terraform/state_spec.rb
%%WWWDIR%%/spec/requests/api/todos_spec.rb
%%WWWDIR%%/spec/requests/api/triggers_spec.rb
%%WWWDIR%%/spec/requests/api/user_counts_spec.rb
@@ -21044,6 +21740,7 @@
%%WWWDIR%%/spec/requests/groups/milestones_controller_spec.rb
%%WWWDIR%%/spec/requests/groups/registry/repositories_controller_spec.rb
%%WWWDIR%%/spec/requests/health_controller_spec.rb
+%%WWWDIR%%/spec/requests/import/gitlab_projects_controller_spec.rb
%%WWWDIR%%/spec/requests/jwt_controller_spec.rb
%%WWWDIR%%/spec/requests/lfs_http_spec.rb
%%WWWDIR%%/spec/requests/lfs_locks_api_spec.rb
@@ -21085,7 +21782,9 @@
%%WWWDIR%%/spec/rubocop/cop/code_reuse/service_class_spec.rb
%%WWWDIR%%/spec/rubocop/cop/code_reuse/worker_spec.rb
%%WWWDIR%%/spec/rubocop/cop/destroy_all_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/filename_length_spec.rb
%%WWWDIR%%/spec/rubocop/cop/gitlab/const_get_inherit_false_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/gitlab/duplicate_spec_location_spec.rb
%%WWWDIR%%/spec/rubocop/cop/gitlab/finder_with_find_by_spec.rb
%%WWWDIR%%/spec/rubocop/cop/gitlab/httparty_spec.rb
%%WWWDIR%%/spec/rubocop/cop/gitlab/module_with_instance_variables_spec.rb
@@ -21100,6 +21799,7 @@
%%WWWDIR%%/spec/rubocop/cop/inject_enterprise_edition_module_spec.rb
%%WWWDIR%%/spec/rubocop/cop/line_break_around_conditional_block_spec.rb
%%WWWDIR%%/spec/rubocop/cop/migration/add_column_with_default_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/migration/add_columns_to_wide_tables_spec.rb
%%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_foreign_key_spec.rb
%%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_index_spec.rb
%%WWWDIR%%/spec/rubocop/cop/migration/add_index_spec.rb
@@ -21118,6 +21818,9 @@
%%WWWDIR%%/spec/rubocop/cop/migration/update_column_in_batches_spec.rb
%%WWWDIR%%/spec/rubocop/cop/migration/update_large_table_spec.rb
%%WWWDIR%%/spec/rubocop/cop/migration/with_lock_retries_with_change_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/migration/with_lock_retries_without_ddl_transaction_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/performance/ar_count_each_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/performance/readlines_each_spec.rb
%%WWWDIR%%/spec/rubocop/cop/prefer_class_methods_over_module_spec.rb
%%WWWDIR%%/spec/rubocop/cop/project_path_helper_spec.rb
%%WWWDIR%%/spec/rubocop/cop/put_group_routes_under_scope_spec.rb
@@ -21129,6 +21832,7 @@
%%WWWDIR%%/spec/rubocop/cop/rspec/env_assignment_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/factories_in_migration_specs_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/have_gitlab_http_status_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/rspec/modify_sidekiq_middleware_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/top_level_describe_path_spec.rb
%%WWWDIR%%/spec/rubocop/cop/ruby_interpolation_in_translation_spec.rb
%%WWWDIR%%/spec/rubocop/cop/safe_params_spec.rb
@@ -21137,6 +21841,7 @@
%%WWWDIR%%/spec/rubocop/cop/scalability/file_uploads_spec.rb
%%WWWDIR%%/spec/rubocop/cop/scalability/idempotent_worker_spec.rb
%%WWWDIR%%/spec/rubocop/cop/sidekiq_options_queue_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/static_translation_definition_spec.rb
%%WWWDIR%%/spec/rubocop/migration_helpers_spec.rb
%%WWWDIR%%/spec/rubocop/qa_helpers_spec.rb
%%WWWDIR%%/spec/serializers/analytics_build_entity_spec.rb
@@ -21197,6 +21902,7 @@
%%WWWDIR%%/spec/serializers/job_entity_spec.rb
%%WWWDIR%%/spec/serializers/label_serializer_spec.rb
%%WWWDIR%%/spec/serializers/lfs_file_lock_entity_spec.rb
+%%WWWDIR%%/spec/serializers/merge_request_basic_entity_spec.rb
%%WWWDIR%%/spec/serializers/merge_request_diff_entity_spec.rb
%%WWWDIR%%/spec/serializers/merge_request_for_pipeline_entity_spec.rb
%%WWWDIR%%/spec/serializers/merge_request_poll_cached_widget_entity_spec.rb
@@ -21220,6 +21926,7 @@
%%WWWDIR%%/spec/serializers/project_mirror_serializer_spec.rb
%%WWWDIR%%/spec/serializers/project_note_entity_spec.rb
%%WWWDIR%%/spec/serializers/project_serializer_spec.rb
+%%WWWDIR%%/spec/serializers/prometheus_alert_entity_spec.rb
%%WWWDIR%%/spec/serializers/provider_repo_entity_spec.rb
%%WWWDIR%%/spec/serializers/provider_repo_serializer_spec.rb
%%WWWDIR%%/spec/serializers/remote_mirror_entity_spec.rb
@@ -21285,12 +21992,15 @@
%%WWWDIR%%/spec/services/ci/create_pipeline_service/pre_post_stages_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service/rules_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service_spec.rb
+%%WWWDIR%%/spec/services/ci/daily_report_result_service_spec.rb
%%WWWDIR%%/spec/services/ci/destroy_expired_job_artifacts_service_spec.rb
%%WWWDIR%%/spec/services/ci/destroy_pipeline_service_spec.rb
%%WWWDIR%%/spec/services/ci/ensure_stage_service_spec.rb
%%WWWDIR%%/spec/services/ci/expire_pipeline_cache_service_spec.rb
+%%WWWDIR%%/spec/services/ci/external_pull_requests/create_pipeline_service_spec.rb
%%WWWDIR%%/spec/services/ci/extract_sections_from_build_trace_service_spec.rb
%%WWWDIR%%/spec/services/ci/find_exposed_artifacts_service_spec.rb
+%%WWWDIR%%/spec/services/ci/generate_coverage_reports_service_spec.rb
%%WWWDIR%%/spec/services/ci/parse_dotenv_artifact_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_bridge_status_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_processing/atomic_processing_service/status_collection_spec.rb
@@ -21316,11 +22026,16 @@
%%WWWDIR%%/spec/services/clusters/applications/check_ingress_ip_address_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/check_installation_progress_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/check_uninstall_progress_service_spec.rb
+%%WWWDIR%%/spec/services/clusters/applications/check_upgrade_progress_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/create_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/destroy_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/ingress_modsecurity_usage_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/install_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/patch_service_spec.rb
+%%WWWDIR%%/spec/services/clusters/applications/prometheus_config_service_spec.rb
+%%WWWDIR%%/spec/services/clusters/applications/prometheus_health_check_service_spec.rb
+%%WWWDIR%%/spec/services/clusters/applications/prometheus_update_service_spec.rb
+%%WWWDIR%%/spec/services/clusters/applications/schedule_update_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/uninstall_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/update_service_spec.rb
%%WWWDIR%%/spec/services/clusters/applications/upgrade_service_spec.rb
@@ -21345,6 +22060,8 @@
%%WWWDIR%%/spec/services/clusters/kubernetes/create_or_update_service_account_service_spec.rb
%%WWWDIR%%/spec/services/clusters/kubernetes/fetch_kubernetes_token_service_spec.rb
%%WWWDIR%%/spec/services/clusters/kubernetes_spec.rb
+%%WWWDIR%%/spec/services/clusters/management/create_project_service_spec.rb
+%%WWWDIR%%/spec/services/clusters/management/validate_management_project_permissions_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
@@ -21359,6 +22076,8 @@
%%WWWDIR%%/spec/services/deployments/link_merge_requests_service_spec.rb
%%WWWDIR%%/spec/services/deployments/older_deployments_drop_service_spec.rb
%%WWWDIR%%/spec/services/deployments/update_service_spec.rb
+%%WWWDIR%%/spec/services/discussions/capture_diff_note_position_service_spec.rb
+%%WWWDIR%%/spec/services/discussions/capture_diff_note_positions_service_spec.rb
%%WWWDIR%%/spec/services/discussions/resolve_service_spec.rb
%%WWWDIR%%/spec/services/discussions/update_diff_position_service_spec.rb
%%WWWDIR%%/spec/services/emails/confirm_service_spec.rb
@@ -21374,7 +22093,6 @@
%%WWWDIR%%/spec/services/error_tracking/list_projects_service_spec.rb
%%WWWDIR%%/spec/services/event_create_service_spec.rb
%%WWWDIR%%/spec/services/events/render_service_spec.rb
-%%WWWDIR%%/spec/services/external_pull_requests/create_pipeline_service_spec.rb
%%WWWDIR%%/spec/services/files/create_service_spec.rb
%%WWWDIR%%/spec/services/files/delete_service_spec.rb
%%WWWDIR%%/spec/services/files/multi_service_spec.rb
@@ -21391,6 +22109,7 @@
%%WWWDIR%%/spec/services/groups/auto_devops_service_spec.rb
%%WWWDIR%%/spec/services/groups/create_service_spec.rb
%%WWWDIR%%/spec/services/groups/deploy_tokens/create_service_spec.rb
+%%WWWDIR%%/spec/services/groups/deploy_tokens/destroy_service_spec.rb
%%WWWDIR%%/spec/services/groups/destroy_service_spec.rb
%%WWWDIR%%/spec/services/groups/group_links/create_service_spec.rb
%%WWWDIR%%/spec/services/groups/group_links/destroy_service_spec.rb
@@ -21411,6 +22130,7 @@
%%WWWDIR%%/spec/services/issues/close_service_spec.rb
%%WWWDIR%%/spec/services/issues/create_service_spec.rb
%%WWWDIR%%/spec/services/issues/duplicate_service_spec.rb
+%%WWWDIR%%/spec/services/issues/export_csv_service_spec.rb
%%WWWDIR%%/spec/services/issues/import_csv_service_spec.rb
%%WWWDIR%%/spec/services/issues/move_service_spec.rb
%%WWWDIR%%/spec/services/issues/referenced_merge_requests_service_spec.rb
@@ -21420,6 +22140,7 @@
%%WWWDIR%%/spec/services/issues/resolve_discussions_spec.rb
%%WWWDIR%%/spec/services/issues/update_service_spec.rb
%%WWWDIR%%/spec/services/issues/zoom_link_service_spec.rb
+%%WWWDIR%%/spec/services/jira_import/start_import_service_spec.rb
%%WWWDIR%%/spec/services/keys/create_service_spec.rb
%%WWWDIR%%/spec/services/keys/destroy_service_spec.rb
%%WWWDIR%%/spec/services/keys/last_used_service_spec.rb
@@ -21453,12 +22174,14 @@
%%WWWDIR%%/spec/services/merge_requests/ff_merge_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/get_urls_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/link_lfs_objects_service_spec.rb
+%%WWWDIR%%/spec/services/merge_requests/merge_orchestration_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/merge_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/merge_to_ref_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/mergeability_check_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/migrate_external_diffs_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/post_merge_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/push_options_handler_service_spec.rb
+%%WWWDIR%%/spec/services/merge_requests/pushed_branches_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/rebase_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/refresh_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/reload_diffs_service_spec.rb
@@ -21466,15 +22189,19 @@
%%WWWDIR%%/spec/services/merge_requests/resolved_discussion_notification_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/squash_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/update_service_spec.rb
+%%WWWDIR%%/spec/services/metrics/dashboard/annotations/create_service_spec.rb
+%%WWWDIR%%/spec/services/metrics/dashboard/annotations/delete_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/clone_dashboard_service_spec.rb
+%%WWWDIR%%/spec/services/metrics/dashboard/custom_dashboard_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/custom_metric_embed_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/default_embed_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/dynamic_embed_service_spec.rb
+%%WWWDIR%%/spec/services/metrics/dashboard/gitlab_alert_embed_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/grafana_metric_embed_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/pod_dashboard_service_spec.rb
-%%WWWDIR%%/spec/services/metrics/dashboard/project_dashboard_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/self_monitoring_dashboard_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/system_dashboard_service_spec.rb
+%%WWWDIR%%/spec/services/metrics/dashboard/transient_embed_service_spec.rb
%%WWWDIR%%/spec/services/metrics/dashboard/update_dashboard_service_spec.rb
%%WWWDIR%%/spec/services/metrics/sample_metrics_service_spec.rb
%%WWWDIR%%/spec/services/milestones/close_service_spec.rb
@@ -21498,10 +22225,13 @@
%%WWWDIR%%/spec/services/notes/update_service_spec.rb
%%WWWDIR%%/spec/services/notification_recipients/build_service_spec.rb
%%WWWDIR%%/spec/services/notification_recipients/builder/default_spec.rb
+%%WWWDIR%%/spec/services/notification_recipients/builder/new_note_spec.rb
%%WWWDIR%%/spec/services/notification_service_spec.rb
%%WWWDIR%%/spec/services/pages/delete_services_spec.rb
%%WWWDIR%%/spec/services/pages_domains/create_acme_order_service_spec.rb
%%WWWDIR%%/spec/services/pages_domains/obtain_lets_encrypt_certificate_service_spec.rb
+%%WWWDIR%%/spec/services/pages_domains/retry_acme_order_service_spec.rb
+%%WWWDIR%%/spec/services/personal_access_tokens/create_service_spec.rb
%%WWWDIR%%/spec/services/pod_logs/base_service_spec.rb
%%WWWDIR%%/spec/services/pod_logs/elasticsearch_service_spec.rb
%%WWWDIR%%/spec/services/pod_logs/kubernetes_service_spec.rb
@@ -21521,6 +22251,7 @@
%%WWWDIR%%/spec/services/projects/create_from_template_service_spec.rb
%%WWWDIR%%/spec/services/projects/create_service_spec.rb
%%WWWDIR%%/spec/services/projects/deploy_tokens/create_service_spec.rb
+%%WWWDIR%%/spec/services/projects/deploy_tokens/destroy_service_spec.rb
%%WWWDIR%%/spec/services/projects/destroy_rollback_service_spec.rb
%%WWWDIR%%/spec/services/projects/destroy_service_spec.rb
%%WWWDIR%%/spec/services/projects/detect_repository_languages_service_spec.rb
@@ -21564,6 +22295,13 @@
%%WWWDIR%%/spec/services/projects/operations/update_service_spec.rb
%%WWWDIR%%/spec/services/projects/overwrite_project_service_spec.rb
%%WWWDIR%%/spec/services/projects/participants_service_spec.rb
+%%WWWDIR%%/spec/services/projects/prometheus/alerts/create_events_service_spec.rb
+%%WWWDIR%%/spec/services/projects/prometheus/alerts/create_service_spec.rb
+%%WWWDIR%%/spec/services/projects/prometheus/alerts/destroy_service_spec.rb
+%%WWWDIR%%/spec/services/projects/prometheus/alerts/notify_service_spec.rb
+%%WWWDIR%%/spec/services/projects/prometheus/alerts/update_service_spec.rb
+%%WWWDIR%%/spec/services/projects/prometheus/metrics/destroy_service_spec.rb
+%%WWWDIR%%/spec/services/projects/prometheus/metrics/update_service_spec.rb
%%WWWDIR%%/spec/services/projects/propagate_service_template_spec.rb
%%WWWDIR%%/spec/services/projects/protect_default_branch_service_spec.rb
%%WWWDIR%%/spec/services/projects/repository_languages_service_spec.rb
@@ -21575,6 +22313,7 @@
%%WWWDIR%%/spec/services/projects/update_repository_storage_service_spec.rb
%%WWWDIR%%/spec/services/projects/update_service_spec.rb
%%WWWDIR%%/spec/services/projects/update_statistics_service_spec.rb
+%%WWWDIR%%/spec/services/prometheus/create_default_alerts_service_spec.rb
%%WWWDIR%%/spec/services/prometheus/proxy_service_spec.rb
%%WWWDIR%%/spec/services/prometheus/proxy_variable_substitution_service_spec.rb
%%WWWDIR%%/spec/services/protected_branches/create_service_spec.rb
@@ -21598,6 +22337,8 @@
%%WWWDIR%%/spec/services/resource_events/change_milestone_service_spec.rb
%%WWWDIR%%/spec/services/resource_events/merge_into_notes_service_spec.rb
%%WWWDIR%%/spec/services/resource_events/synthetic_label_notes_builder_service_spec.rb
+%%WWWDIR%%/spec/services/resource_events/synthetic_milestone_notes_builder_service_spec.rb
+%%WWWDIR%%/spec/services/resources/create_access_token_service_spec.rb
%%WWWDIR%%/spec/services/search/global_service_spec.rb
%%WWWDIR%%/spec/services/search/group_service_spec.rb
%%WWWDIR%%/spec/services/search/snippet_service_spec.rb
@@ -21630,6 +22371,7 @@
%%WWWDIR%%/spec/services/tags/destroy_service_spec.rb
%%WWWDIR%%/spec/services/task_list_toggle_service_spec.rb
%%WWWDIR%%/spec/services/template_engines/liquid_service_spec.rb
+%%WWWDIR%%/spec/services/terraform/remote_state_handler_spec.rb
%%WWWDIR%%/spec/services/test_hooks/project_service_spec.rb
%%WWWDIR%%/spec/services/test_hooks/system_service_spec.rb
%%WWWDIR%%/spec/services/todo_service_spec.rb
@@ -21654,6 +22396,8 @@
%%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_canonical_email_service_spec.rb
+%%WWWDIR%%/spec/services/users/update_highest_member_role_service_spec.rb
%%WWWDIR%%/spec/services/users/update_service_spec.rb
%%WWWDIR%%/spec/services/verify_pages_domain_service_spec.rb
%%WWWDIR%%/spec/services/web_hook_service_spec.rb
@@ -21704,6 +22448,7 @@
%%WWWDIR%%/spec/support/helpers/access_matchers_helpers.rb
%%WWWDIR%%/spec/support/helpers/admin_mode_helpers.rb
%%WWWDIR%%/spec/support/helpers/api_helpers.rb
+%%WWWDIR%%/spec/support/helpers/api_validators_helpers.rb
%%WWWDIR%%/spec/support/helpers/assets_helpers.rb
%%WWWDIR%%/spec/support/helpers/bare_repo_operations.rb
%%WWWDIR%%/spec/support/helpers/board_helpers.rb
@@ -21730,6 +22475,7 @@
%%WWWDIR%%/spec/support/helpers/features/notes_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/responsive_table_helpers.rb
%%WWWDIR%%/spec/support/helpers/features/sorting_helpers.rb
+%%WWWDIR%%/spec/support/helpers/features/web_ide_spec_helpers.rb
%%WWWDIR%%/spec/support/helpers/file_mover_helpers.rb
%%WWWDIR%%/spec/support/helpers/filter_spec_helper.rb
%%WWWDIR%%/spec/support/helpers/filtered_search_helpers.rb
@@ -21764,6 +22510,7 @@
%%WWWDIR%%/spec/support/helpers/metrics_dashboard_url_helpers.rb
%%WWWDIR%%/spec/support/helpers/migrations_helpers.rb
%%WWWDIR%%/spec/support/helpers/mobile_helpers.rb
+%%WWWDIR%%/spec/support/helpers/navbar_structure_helper.rb
%%WWWDIR%%/spec/support/helpers/next_instance_of.rb
%%WWWDIR%%/spec/support/helpers/note_interaction_helpers.rb
%%WWWDIR%%/spec/support/helpers/notification_helpers.rb
@@ -21804,6 +22551,7 @@
%%WWWDIR%%/spec/support/helpers/test_env.rb
%%WWWDIR%%/spec/support/helpers/test_request_helpers.rb
%%WWWDIR%%/spec/support/helpers/upload_helpers.rb
+%%WWWDIR%%/spec/support/helpers/usage_data_helpers.rb
%%WWWDIR%%/spec/support/helpers/user_login_helper.rb
%%WWWDIR%%/spec/support/helpers/wait_for_requests.rb
%%WWWDIR%%/spec/support/helpers/wait_helpers.rb
@@ -21835,6 +22583,7 @@
%%WWWDIR%%/spec/support/matchers/eq_pem.rb
%%WWWDIR%%/spec/support/matchers/eq_uri.rb
%%WWWDIR%%/spec/support/matchers/exceed_query_limit.rb
+%%WWWDIR%%/spec/support/matchers/exclude_matcher.rb
%%WWWDIR%%/spec/support/matchers/execute_check.rb
%%WWWDIR%%/spec/support/matchers/gitaly_matchers.rb
%%WWWDIR%%/spec/support/matchers/gitlab_git_matchers.rb
@@ -21863,9 +22612,11 @@
%%WWWDIR%%/spec/support/migrations_helpers/cluster_helpers.rb
%%WWWDIR%%/spec/support/migrations_helpers/namespaces_helper.rb
%%WWWDIR%%/spec/support/migrations_helpers/track_untracked_uploads_helpers.rb
+%%WWWDIR%%/spec/support/non_existing_records_helper.rb
%%WWWDIR%%/spec/support/omni_auth.rb
%%WWWDIR%%/spec/support/omniauth_strategy.rb
%%WWWDIR%%/spec/support/pages.rb
+%%WWWDIR%%/spec/support/praefect.rb
%%WWWDIR%%/spec/support/prepare-gitlab-git-test-for-commit
%%WWWDIR%%/spec/support/prometheus/additional_metrics_shared_examples.rb
%%WWWDIR%%/spec/support/prometheus/metric_builders.rb
@@ -21899,10 +22650,12 @@
%%WWWDIR%%/spec/support/shared_contexts/merge_request_create_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/merge_request_edit_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/merge_requests_allowing_collaboration_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/navbar_structure_context.rb
%%WWWDIR%%/spec/support/shared_contexts/pages_zip_with_spoofed_size_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/policies/group_policy_shared_context.rb
%%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/project_service_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/rack_attack_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/requests/api/graphql/group_and_project_boards_query_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/sentry_error_tracking_shared_context.rb
@@ -21918,6 +22671,9 @@
%%WWWDIR%%/spec/support/shared_examples/ci/pipeline_email_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/ci/stage_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/application_settings_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/controllers/binary_blob_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/controllers/cache_control_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/controllers/content_disposition_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/deploy_token_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/discussions_provider_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/environments_controller_shared_examples.rb
@@ -21972,9 +22728,12 @@
%%WWWDIR%%/spec/support/shared_examples/graphql/connection_paged_nodes_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/failure_to_find_anything_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/issuable_state_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/graphql/jira_import/jira_import_resolver_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/mutation_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/notes_creation_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/notes_on_noteables_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/graphql/projects/services_resolver_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/graphql/resolves_issuable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/sort_enum_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/initializers/uses_gitlab_url_blocker_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/banzai/filters/reference_filter_shared_examples.rb
@@ -21986,13 +22745,16 @@
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/ci/ci_trace_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/ci/config/entry/key_validations_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/config/inheritable_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/cycle_analytics_event_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/cycle_analytics/base_stage_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/cycle_analytics/default_query_config_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/cycle_analytics/event_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/diff_file_collections_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/helm_generated_script_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/import_export/import_failure_service_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/import_export/project_tree_restorer_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/import_export/project/tree_restorer_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/jira_import/base_importer_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/ldap_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/malicious_regexp_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/migration_helpers_shared_examples.rb
@@ -22018,6 +22780,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/clusters/providers/provider_status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/blob_replicator_strategy_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/bulk_insert_safe_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/models/concerns/composite_id_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/has_repository_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/issuable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/concerns/redactable_shared_examples.rb
@@ -22028,6 +22791,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/group_members_shared_example.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
%%WWWDIR%%/spec/support/shared_examples/models/label_note_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/member_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/members_notifications_shared_example.rb
@@ -22040,6 +22804,7 @@
%%WWWDIR%%/spec/support/shared_examples/models/slack_mattermost_notifications_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/taskable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/throttled_touch_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/models/update_highest_role_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/update_project_statistics_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/user_mentions_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/versioned_description_shared_examples.rb
@@ -22047,6 +22812,7 @@
%%WWWDIR%%/spec/support/shared_examples/nav_sidebar_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/policies/clusterable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/policies/project_policy_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/policies/wiki_policies_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/policies/within_timeframe_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/quick_actions/commit/tag_quick_action_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/close_quick_action_shared_examples.rb
@@ -22064,6 +22830,7 @@
%%WWWDIR%%/spec/support/shared_examples/requests/api/diff_discussions_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/discussions_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/group_and_project_boards_query_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/projects/services_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_participants_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/issues/merge_requests_count_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/issues_resolving_discussions_shared_examples.rb
@@ -22082,6 +22849,7 @@
%%WWWDIR%%/spec/support/shared_examples/requests/graphql_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/lfs_http_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/rack_attack_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/response_status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/self_monitoring_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/snippet_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/resource_events.rb
@@ -22102,13 +22870,13 @@
%%WWWDIR%%/spec/support/shared_examples/services/error_tracking_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/gitlab_projects_import_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/issuable_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/services/jira_import/start_import_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/metrics/dashboard_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/notification_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/pages_size_limit_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/projects/update_repository_storage_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/resource_events/change_milestone_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/updating_mentions_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/spam_check_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/tasks/gitlab/import_export/measurable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/tasks/gitlab/uploads/migration_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb
@@ -22118,6 +22886,7 @@
%%WWWDIR%%/spec/support/shared_examples/validators/url_validator_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/views/pipeline_status_changes_email.rb
%%WWWDIR%%/spec/support/shared_examples/workers/concerns/reenqueuer_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/workers/gitlab/jira_import/jira_import_workers_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/workers/idempotency_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/workers/pages_domain_cron_worker_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/workers/self_monitoring_shared_examples.rb
@@ -22146,6 +22915,7 @@
%%WWWDIR%%/spec/tasks/gitlab/ldap_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/lfs/check_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/lfs/migrate_rake_spec.rb
+%%WWWDIR%%/spec/tasks/gitlab/praefect_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/seed/group_seed_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/shell_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/storage_rake_spec.rb
@@ -22155,6 +22925,7 @@
%%WWWDIR%%/spec/tasks/gitlab/uploads/migrate_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/web_hook_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/workhorse_rake_spec.rb
+%%WWWDIR%%/spec/tasks/gitlab/x509/update_rake_spec.rb
%%WWWDIR%%/spec/tasks/migrate/schema_check_rake_spec.rb
%%WWWDIR%%/spec/tasks/tokens_spec.rb
%%WWWDIR%%/spec/uploaders/attachment_uploader_spec.rb
@@ -22172,6 +22943,7 @@
%%WWWDIR%%/spec/uploaders/object_storage_spec.rb
%%WWWDIR%%/spec/uploaders/personal_file_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/records_uploads_spec.rb
+%%WWWDIR%%/spec/uploaders/terraform/state_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/uploader_helper_spec.rb
%%WWWDIR%%/spec/uploaders/workers/object_storage/background_move_worker_spec.rb
%%WWWDIR%%/spec/uploaders/workers/object_storage/migrate_uploads_worker_spec.rb
@@ -22190,10 +22962,11 @@
%%WWWDIR%%/spec/validators/variable_duplicates_validator_spec.rb
%%WWWDIR%%/spec/validators/x509_certificate_credentials_validator_spec.rb
%%WWWDIR%%/spec/views/admin/application_settings/_repository_storage.html.haml_spec.rb
-%%WWWDIR%%/spec/views/admin/application_settings/integrations.html.haml_spec.rb
+%%WWWDIR%%/spec/views/admin/application_settings/general.html.haml_spec.rb
%%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
@@ -22251,6 +23024,7 @@
%%WWWDIR%%/spec/views/projects/merge_requests/edit.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/merge_requests/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/notes/_more_actions_dropdown.html.haml_spec.rb
+%%WWWDIR%%/spec/views/projects/pages/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/pages_domains/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/pipeline_schedules/_pipeline_schedule.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/pipelines/_stage.html.haml_spec.rb
@@ -22292,11 +23066,14 @@
%%WWWDIR%%/spec/workers/ci/build_prepare_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/build_schedule_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/create_cross_project_pipeline_worker_spec.rb
+%%WWWDIR%%/spec/workers/ci/daily_report_results_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/pipeline_bridge_status_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/resource_groups/assign_resource_from_resource_group_worker_spec.rb
%%WWWDIR%%/spec/workers/cleanup_container_repository_worker_spec.rb
%%WWWDIR%%/spec/workers/cluster_configure_istio_worker_spec.rb
%%WWWDIR%%/spec/workers/cluster_provision_worker_spec.rb
+%%WWWDIR%%/spec/workers/cluster_update_app_worker_spec.rb
+%%WWWDIR%%/spec/workers/cluster_wait_for_app_update_worker_spec.rb
%%WWWDIR%%/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb
%%WWWDIR%%/spec/workers/clusters/applications/activate_service_worker_spec.rb
%%WWWDIR%%/spec/workers/clusters/applications/deactivate_service_worker_spec.rb
@@ -22341,6 +23118,7 @@
%%WWWDIR%%/spec/workers/expire_build_instance_artifacts_worker_spec.rb
%%WWWDIR%%/spec/workers/expire_job_cache_worker_spec.rb
%%WWWDIR%%/spec/workers/expire_pipeline_cache_worker_spec.rb
+%%WWWDIR%%/spec/workers/export_csv_worker_spec.rb
%%WWWDIR%%/spec/workers/file_hook_worker_spec.rb
%%WWWDIR%%/spec/workers/git_garbage_collect_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab/github_import/advance_stage_worker_spec.rb
@@ -22356,6 +23134,13 @@
%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_notes_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_pull_requests_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_repository_worker_spec.rb
+%%WWWDIR%%/spec/workers/gitlab/jira_import/import_issue_worker_spec.rb
+%%WWWDIR%%/spec/workers/gitlab/jira_import/stage/finish_import_worker_spec.rb
+%%WWWDIR%%/spec/workers/gitlab/jira_import/stage/import_attachments_worker_spec.rb
+%%WWWDIR%%/spec/workers/gitlab/jira_import/stage/import_issues_worker_spec.rb
+%%WWWDIR%%/spec/workers/gitlab/jira_import/stage/import_labels_worker_spec.rb
+%%WWWDIR%%/spec/workers/gitlab/jira_import/stage/import_notes_worker_spec.rb
+%%WWWDIR%%/spec/workers/gitlab/jira_import/stage/start_import_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab/phabricator_import/base_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab/phabricator_import/import_tasks_worker_spec.rb
%%WWWDIR%%/spec/workers/gitlab_shell_worker_spec.rb
@@ -22369,6 +23154,7 @@
%%WWWDIR%%/spec/workers/hashed_storage/rollbacker_worker_spec.rb
%%WWWDIR%%/spec/workers/import_issues_csv_worker_spec.rb
%%WWWDIR%%/spec/workers/incident_management/process_alert_worker_spec.rb
+%%WWWDIR%%/spec/workers/incident_management/process_prometheus_alert_worker_spec.rb
%%WWWDIR%%/spec/workers/invalid_gpg_signature_update_worker_spec.rb
%%WWWDIR%%/spec/workers/issue_due_scheduler_worker_spec.rb
%%WWWDIR%%/spec/workers/mail_scheduler/issue_due_worker_spec.rb
@@ -22408,6 +23194,7 @@
%%WWWDIR%%/spec/workers/project_export_worker_spec.rb
%%WWWDIR%%/spec/workers/project_service_worker_spec.rb
%%WWWDIR%%/spec/workers/project_update_repository_storage_worker_spec.rb
+%%WWWDIR%%/spec/workers/prometheus/create_default_alerts_worker_spec.rb
%%WWWDIR%%/spec/workers/propagate_service_template_worker_spec.rb
%%WWWDIR%%/spec/workers/prune_old_events_worker_spec.rb
%%WWWDIR%%/spec/workers/prune_web_hook_logs_worker_spec.rb
@@ -22444,16 +23231,17 @@
%%WWWDIR%%/spec/workers/trending_projects_worker_spec.rb
%%WWWDIR%%/spec/workers/update_external_pull_requests_worker_spec.rb
%%WWWDIR%%/spec/workers/update_head_pipeline_for_merge_request_worker_spec.rb
+%%WWWDIR%%/spec/workers/update_highest_role_worker_spec.rb
%%WWWDIR%%/spec/workers/update_merge_requests_worker_spec.rb
%%WWWDIR%%/spec/workers/update_project_statistics_worker_spec.rb
%%WWWDIR%%/spec/workers/upload_checksum_worker_spec.rb
+%%WWWDIR%%/spec/workers/users/create_statistics_worker_spec.rb
%%WWWDIR%%/spec/workers/wait_for_cluster_creation_worker_spec.rb
%%WWWDIR%%/spec/workers/x509_certificate_revoke_worker_spec.rb
%%WWWDIR%%/symbol/icons.svg
%%WWWDIR%%/symbol/sprite.symbol.html
+%%WWWDIR%%/tooling/overcommit/Gemfile
%%WWWDIR%%/tooling/overcommit/Makefile
-%%WWWDIR%%/tooling/overcommit/gems.locked
-%%WWWDIR%%/tooling/overcommit/gems.rb
%%WWWDIR%%/vendor/Dockerfile/Binary-alpine.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Binary-scratch.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Binary.Dockerfile
@@ -22473,6 +23261,7 @@
%%WWWDIR%%/vendor/Dockerfile/Python2.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Ruby-alpine.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Ruby.Dockerfile
+%%WWWDIR%%/vendor/Dockerfile/Swift.Dockerfile
%%WWWDIR%%/vendor/assets/javascripts/jasmine-jquery.js
%%WWWDIR%%/vendor/assets/javascripts/jquery.endless-scroll.js
%%WWWDIR%%/vendor/assets/javascripts/jquery.scrollTo.js
@@ -22486,6 +23275,7 @@
%%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/gitignore/Global/README.md
%%WWWDIR%%/vendor/gitignore/LICENSE
%%WWWDIR%%/vendor/ingress/modsecurity.conf
@@ -22494,12 +23284,14 @@
%%WWWDIR%%/vendor/languages.yml
%%WWWDIR%%/vendor/licenses.csv
%%WWWDIR%%/vendor/project_templates/android.tar.gz
+%%WWWDIR%%/vendor/project_templates/cluster_management.tar.gz
%%WWWDIR%%/vendor/project_templates/dotnetcore.tar.gz
%%WWWDIR%%/vendor/project_templates/express.tar.gz
%%WWWDIR%%/vendor/project_templates/gatsby.tar.gz
%%WWWDIR%%/vendor/project_templates/gitbook.tar.gz
%%WWWDIR%%/vendor/project_templates/gomicro.tar.gz
%%WWWDIR%%/vendor/project_templates/hexo.tar.gz
+%%WWWDIR%%/vendor/project_templates/hipaa_audit_protocol.tar.gz
%%WWWDIR%%/vendor/project_templates/hugo.tar.gz
%%WWWDIR%%/vendor/project_templates/iosswift.tar.gz
%%WWWDIR%%/vendor/project_templates/jekyll.tar.gz
@@ -22513,6 +23305,7 @@
%%WWWDIR%%/vendor/project_templates/salesforcedx.tar.gz
%%WWWDIR%%/vendor/project_templates/serverless_framework.tar.gz
%%WWWDIR%%/vendor/project_templates/spring.tar.gz
+%%WWWDIR%%/vendor/project_templates/sse_middleman.tar.gz
%%WWWDIR%%/vendor/prometheus/values.yaml
%%WWWDIR%%/vendor/runner/values.yaml
%%WWWDIR%%/yarn.lock
@@ -22548,6 +23341,7 @@
@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
@@ -22561,6 +23355,7 @@
@dir %%WWWDIR%%/spec/support/gitlab-git-test.git/refs/tags
@dir(,,700) %%WWWDIR%%/shared
@dir(,,700) %%WWWDIR%%/shared/artifacts
+@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp
@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp/cache
@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp/uploads
@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp/work