aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-04-06 07:39:02 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-04-06 07:51:05 +0000
commit9b79896e8f150befb82aa29e57c0713c17199345 (patch)
treec3923c1b00cee49c3100e7f84a48d6566cc0d616
parentc0b6ad5b5016162c0926dde56ef4f81e3bc8eae1 (diff)
downloadports-9b79896e8f150befb82aa29e57c0713c17199345.tar.gz
ports-9b79896e8f150befb82aa29e57c0713c17199345.zip
Major upgrade to 13.10 which includes security related upgrade to 13.10.1.
-rw-r--r--www/gitlab-ce/Makefile51
-rw-r--r--www/gitlab-ce/distinfo6
-rw-r--r--www/gitlab-ce/files/gitlab.in2
-rw-r--r--www/gitlab-ce/files/patch-Gemfile48
-rw-r--r--www/gitlab-ce/files/patch-config_gitlab.yml.example15
-rw-r--r--www/gitlab-ce/pkg-message4
-rw-r--r--www/gitlab-ce/pkg-plist5455
7 files changed, 4848 insertions, 733 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index ad9c53917385..dee45abba0e4 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,8 +1,8 @@
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
-# $FreeBSD$
+# $FreeBSD: head/www/gitlab-ce/Makefile 568749 2021-03-18 16:32:56Z mfechner $
PORTNAME= gitlab-ce
-PORTVERSION= 13.9.4
+PORTVERSION= 13.10.1
PORTREVISION= 0
CATEGORIES= www devel
@@ -18,9 +18,9 @@ MY_DEPENDS= git>=2.29:devel/git \
gitaly>=${PORTVERSION}:devel/gitaly \
gitlab-elasticsearch-indexer>=2.9.0:textproc/gitlab-elasticsearch-indexer \
gitlab-agent>=13.9.1:net/gitlab-agent \
- gitlab-pages>=1.35.0:www/gitlab-pages \
+ gitlab-pages>=1.36.0:www/gitlab-pages \
gitlab-shell>=13.17.0:devel/gitlab-shell \
- gitlab-workhorse>=8.63.2:www/gitlab-workhorse \
+ gitlab-workhorse>=${PORTVERSION}:www/gitlab-workhorse \
redis>=4.0.0:databases/redis \
yarn>=1.10.0:www/yarn \
gtar>0:archivers/gtar \
@@ -31,16 +31,17 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \
rubygem-default_value_for>=3.4.0<3.5.0:devel/rubygem-default_value_for \
rubygem-pg>=1.2.3<2:databases/rubygem-pg \
- rubygem-rugged>=1.0.1<1.1:devel/rubygem-rugged \
+ rubygem-rugged>=1.1<2:devel/rubygem-rugged \
rubygem-grape-path-helpers>=1.6.1<1.7:devel/rubygem-grape-path-helpers \
rubygem-faraday>=1.0<2:www/rubygem-faraday \
rubygem-marginalia>=1.10.0<1.11:databases/rubygem-marginalia \
rubygem-devise-rails60>=4.7.2<4.8:devel/rubygem-devise-rails60 \
- rubygem-bcrypt>=3.1.12<3.2:security/rubygem-bcrypt \
+ rubygem-bcrypt>=3.1.14<3.2:security/rubygem-bcrypt \
rubygem-doorkeeper>=5.5.0.rc2<5.6:security/rubygem-doorkeeper \
rubygem-doorkeeper-openid_connect>=1.7.5<1.8:security/rubygem-doorkeeper-openid_connect \
rubygem-omniauth>=1.8<2.0:security/rubygem-omniauth \
rubygem-omniauth-auth0>=2.0.0<2.1.0:net/rubygem-omniauth-auth0 \
+ rubygem-omniauth-azure-activedirectory-v2>=0.1<1:net/rubygem-omniauth-azure-activedirectory-v2 \
rubygem-omniauth-azure-oauth2>=0.0.9<0.1.0:net/rubygem-omniauth-azure-oauth2 \
rubygem-omniauth-cas3>=1.1.4<1.2.0:security/rubygem-omniauth-cas3 \
rubygem-omniauth-facebook4>=4.0.0<4.1.0:net/rubygem-omniauth-facebook4 \
@@ -72,13 +73,14 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-rubyzip20>=2.0.0<2.1.0:archivers/rubygem-rubyzip20 \
rubygem-acme-client>=2.0.6<3:security/rubygem-acme-client \
rubygem-browser>=4.2<5.0:www/rubygem-browser \
+ rubygem-ohai>=16.10<17:sysutils/rubygem-ohai \
rubygem-gpgme>=2.0.20<2.1.0:security/rubygem-gpgme \
rubygem-gitlab_omniauth-ldap>=2.1.1<2.2.0:net/rubygem-gitlab_omniauth-ldap \
rubygem-net-ldap>0.16.3:net/rubygem-net-ldap \
rubygem-grape>=1.5.2<1.6:devel/rubygem-grape \
rubygem-grape-entity07>=0.7.1<0.8.0,1:devel/rubygem-grape-entity07 \
rubygem-rack-cors>=1.0.6<1.1.0:www/rubygem-rack-cors \
- rubygem-graphql>=1.11.4<1.12:devel/rubygem-graphql \
+ rubygem-graphql>=1.11.8<1.12:devel/rubygem-graphql \
rubygem-graphiql-rails>=1.4.10<1.5.0:devel/rubygem-graphiql-rails \
rubygem-apollo_upload_server>=2.0.2<2.1:net/rubygem-apollo_upload_server \
rubygem-graphql-docs>=1.6.0<1.7.0:devel/rubygem-graphql-docs \
@@ -89,14 +91,14 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-hamlit>=2.14.4<2.15:www/rubygem-hamlit \
rubygem-carrierwave>=1.3<2.0:www/rubygem-carrierwave \
rubygem-mini_magick>=4.10.1<4.11:graphics/rubygem-mini_magick \
- rubygem-fog-aws>=3.8<4.0:net/rubygem-fog-aws \
+ rubygem-fog-aws>=3.9<4.0:net/rubygem-fog-aws \
rubygem-fog-core210=2.1.0:devel/rubygem-fog-core210 \
- rubygem-fog-google>=1.12<2:net/rubygem-fog-google \
+ rubygem-gitlab-fog-google>=1.13<2:net/rubygem-gitlab-fog-google \
rubygem-fog-local>=0.6<1.0:net/rubygem-fog-local \
rubygem-fog-openstack>=1.0<2.0:net/rubygem-fog-openstack \
rubygem-fog-rackspace>=0.1.1<1.2.0:net/rubygem-fog-rackspace \
rubygem-fog-aliyun>=0.3<1.0:net/rubygem-fog-aliyun \
- rubygem-gitlab-fog-azure-rm>=1.0<2:net/rubygem-gitlab-fog-azure-rm \
+ rubygem-gitlab-fog-azure-rm>=1.0.1<2:net/rubygem-gitlab-fog-azure-rm \
rubygem-google-api-client>=0.33<1:devel/rubygem-google-api-client \
rubygem-unf>=0.1.4<0.2.0:textproc/rubygem-unf \
rubygem-seed-fu>=2.3.7<2.4.0:databases/rubygem-seed-fu \
@@ -141,7 +143,7 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-sidekiq5>=5.2.9<5.3.0:devel/rubygem-sidekiq5 \
rubygem-sidekiq-cron>=1.0<2.0:devel/rubygem-sidekiq-cron \
rubygem-redis-namespace17>=1.7.0<1.8.0:databases/rubygem-redis-namespace17 \
- rubygem-gitlab-sidekiq-fetcher=0.5.2_1:devel/rubygem-gitlab-sidekiq-fetcher \
+ rubygem-gitlab-sidekiq-fetcher>=0.5.5<0.5.6:devel/rubygem-gitlab-sidekiq-fetcher \
rubygem-fugit12>=1.2.1<1.3.0:devel/rubygem-fugit12 \
rubygem-httparty>=0.16.4<0.17.0:www/rubygem-httparty \
rubygem-rainbow>=3.0<4.0:devel/rubygem-rainbow \
@@ -154,8 +156,7 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-redis>=4.0<5.0:databases/rubygem-redis \
rubygem-connection_pool>=2.0<3.0:net/rubygem-connection_pool \
rubygem-redis-rails-rails60>=5.0.2<5.1:www/rubygem-redis-rails-rails60 \
- rubygem-discordrb-webhooks-blackst0ne>=3.3<4.0:net-im/rubygem-discordrb-webhooks-blackst0ne \
- rubygem-hipchat>=1.6.0<1.7.0:net-im/rubygem-hipchat \
+ rubygem-discordrb-webhooks>=3.4<4.0:net-im/rubygem-discordrb-webhooks \
rubygem-jira-ruby>=2.1.4<2.2:devel/rubygem-jira-ruby \
rubygem-atlassian-jwt>=0.2.0<0.3.0:www/rubygem-atlassian-jwt \
rubygem-flowdock>=0.7<1.0:www/rubygem-flowdock \
@@ -169,7 +170,8 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-loofah>=2.8<3.0:textproc/rubygem-loofah \
rubygem-licensee>=9.14.1<9.15:devel/rubygem-licensee \
rubygem-charlock_holmes>=0.7.7<0.8.0:textproc/rubygem-charlock_holmes \
- rubygem-mimemagic>=0.3.2<0.4.0:misc/rubygem-mimemagic \
+ rubygem-ruby-magic-static>=0.3.4<0.4:devel/rubygem-ruby-magic-static \
+ rubygem-mimemagic>=0.3.7<0.4.0:misc/rubygem-mimemagic \
rubygem-fast_blank>=0:devel/rubygem-fast_blank \
rubygem-gitlab-chronic>=0.10.5<0.11.0:devel/rubygem-gitlab-chronic \
rubygem-gitlab_chronic_duration>=0.10.6.2<0.10.7:devel/rubygem-gitlab_chronic_duration \
@@ -182,19 +184,19 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-gon-rails60>=6.2<7.0:www/rubygem-gon-rails60 \
rubygem-request_store>=1.5<2.0:devel/rubygem-request_store \
rubygem-base32>=0.3.0<0.4.0:converters/rubygem-base32 \
- rubygem-gitlab-license>=1.3<2.0:devel/rubygem-gitlab-license \
+ rubygem-gitlab-license>=1.3.1<2.0:devel/rubygem-gitlab-license \
rubygem-rack-attack>=6.3.0<6.4.0:www/rubygem-rack-attack \
rubygem-sentry-raven>=3.0<4.0:devel/rubygem-sentry-raven \
rubygem-pg_query>=1.3.0<1.4:databases/rubygem-pg_query \
rubygem-premailer-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \
- rubygem-gitlab-labkit>=0.14.0<0.16:devel/rubygem-gitlab-labkit \
+ rubygem-gitlab-labkit>=0.16.1<0.17:devel/rubygem-gitlab-labkit \
rubygem-thrift>=0.14.0:devel/rubygem-thrift \
rubygem-ruby_parser>=3.15<4.0:devel/rubygem-ruby_parser \
rubygem-rails-i18n-rails60>=6.0<7.0:devel/rubygem-rails-i18n-rails60 \
rubygem-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \
rubygem-gettext_i18n_rails_js-rails60>=1.3<2.0:devel/rubygem-gettext_i18n_rails_js-rails60 \
rubygem-gettext>=3.3<4:devel/rubygem-gettext \
- rubygem-batch-loader14>=1.4.0<1.5.0:devel/rubygem-batch-loader14 \
+ rubygem-batch-loader>=2.0.1<2.1:devel/rubygem-batch-loader \
rubygem-peek-rails60>=1.1.0<2.0:devel/rubygem-peek-rails60 \
rubygem-snowplow-tracker>=0.6.1<0.7.0:devel/rubygem-snowplow-tracker \
rubygem-method_source>=1.0<2:devel/rubygem-method_source \
@@ -202,7 +204,7 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-prometheus-client-mmap>=0.12.0<0.13.0:devel/rubygem-prometheus-client-mmap \
rubygem-raindrops>=0.18<1.0:www/rubygem-raindrops \
rubygem-octokit>=4.20<5.0:net/rubygem-octokit \
- rubygem-gitlab-mail_room>=0.0.8<0.1.0:mail/rubygem-gitlab-mail_room \
+ rubygem-gitlab-mail_room>=0.0.9<0.1.0:mail/rubygem-gitlab-mail_room \
rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \
rubygem-html2text>=0:textproc/rubygem-html2text \
rubygem-ruby-prof>=1.3.0<1.4.0:devel/rubygem-ruby-prof \
@@ -228,7 +230,7 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-flipper-active_record017>=0.17.1<0.18.0:databases/rubygem-flipper-active_record017 \
rubygem-flipper-active_support_cache_store017>=0.17.1<0.18.0:devel/rubygem-flipper-active_support_cache_store017 \
rubygem-unleash>=0.1.5<0.2.0:devel/rubygem-unleash \
- rubygem-gitlab-experiment>=0.4.9<0.5:devel/rubygem-gitlab-experiment \
+ rubygem-gitlab-experiment>=0.5.0<0.6:devel/rubygem-gitlab-experiment \
rubygem-lograge-rails60>=0.11.2<1.0:www/rubygem-lograge-rails60 \
rubygem-grape_logging>=1.7<2.0:devel/rubygem-grape_logging \
rubygem-gitlab-net-dns>=0.9.1<0.10:dns/rubygem-gitlab-net-dns \
@@ -260,7 +262,7 @@ CONFLICTS_INSTALL= gitolite-* \
gitea-* \
${PYTHON_PKGNAMEPREFIX}-gitosis-*
-USES= shebangfix
+USES= go:modules shebangfix
USE_RUBY= yes
USE_RC_SUBR= gitlab
@@ -268,7 +270,7 @@ USE_GITLAB= yes
GL_ACCOUNT?= gitlab-org
GL_PROJECT?= gitlab-foss
# Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
-GL_COMMIT?= 4be21b774567b6ac6e5db57a9cb102f544ebaa4e
+GL_COMMIT?= c93927607f55350f2e2af4bdaf03ff9dba80ab1d
USERS= git
GROUPS= git
@@ -283,10 +285,14 @@ post-patch:
${WRKSRC}/config/unicorn.rb.example \
${WRKSRC}/lib/support/nginx/gitlab \
${WRKSRC}/lib/support/nginx/gitlab-ssl
+ # Remove symlink a create a file with content
+ ${RM} ${WRKSRC}/GITLAB_WORKHORSE_VERSION
+ ${ECHO} ${PORTVERSION} > ${WRKSRC}/GITLAB_WORKHORSE_VERSION
do-install:
${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample
(cd ${WRKSRC} && ${RM} Gemfile.lock && bundle install --local)
+ ${RM} -R ${WRKSRC}/workhorse
${FIND} ${WRKSRC} -name '*.orig' -delete
${FIND} ${WRKSRC} -name '*.bak' -delete
${FIND} ${WRKSRC} -name '*.gitkeep' -delete
@@ -319,7 +325,8 @@ do-install:
# Execute this target to automatically generate the correct pkg-plist
makeplist:
- $(MAKE) clean extract do-patch
+ $(MAKE) clean patch
+ ${RM} -R ${WRKSRC}/workhorse
php scripts/create-plist.php ${WRKSRC} > pkg-plist
$(MAKE) clean
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index 3f91f50f8c79..783c2e2df691 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616013570
-SHA256 (gitlab-org-gitlab-foss-4be21b774567b6ac6e5db57a9cb102f544ebaa4e_GL0.tar.gz) = 995f0b1a3caba553334d45f8e03680876789f0e31f77b774903f0d313e9040cd
-SIZE (gitlab-org-gitlab-foss-4be21b774567b6ac6e5db57a9cb102f544ebaa4e_GL0.tar.gz) = 98345864
+TIMESTAMP = 1617222645
+SHA256 (gitlab-org-gitlab-foss-c93927607f55350f2e2af4bdaf03ff9dba80ab1d_GL0.tar.gz) = 44d82b3ba741e1fb86aa4bc62fc63ecd3a3529a156b85dd317269dd7d9a76f39
+SIZE (gitlab-org-gitlab-foss-c93927607f55350f2e2af4bdaf03ff9dba80ab1d_GL0.tar.gz) = 100193634
diff --git a/www/gitlab-ce/files/gitlab.in b/www/gitlab-ce/files/gitlab.in
index 6014d3b1733f..74ca309d5860 100644
--- a/www/gitlab-ce/files/gitlab.in
+++ b/www/gitlab-ce/files/gitlab.in
@@ -1,6 +1,6 @@
#! /bin/sh
-# $FreeBSD$
+# $FreeBSD: head/www/gitlab-ce/files/gitlab.in 565466 2021-02-16 22:22:27Z mfechner $
### BEGIN INIT INFO
# Provides: gitlab
diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile
index 5272f9ef3ba8..5662c120f8d3 100644
--- a/www/gitlab-ce/files/patch-Gemfile
+++ b/www/gitlab-ce/files/patch-Gemfile
@@ -1,15 +1,6 @@
---- Gemfile.orig 2021-03-04 13:43:08 UTC
+--- Gemfile.orig 2021-03-31 12:23:42 UTC
+++ Gemfile
-@@ -26,7 +26,7 @@ gem 'marginalia', '~> 1.10.0'
- # Authentication libraries
- gem 'devise', '~> 4.7.2'
- # TODO: verify ARM compile issue on 3.1.13+ version (see https://gitlab.com/gitlab-org/gitlab/-/merge_requests/18828)
--gem 'bcrypt', '3.1.12'
-+gem 'bcrypt', '~> 3.1.12'
- gem 'doorkeeper', '~> 5.5.0.rc2'
- gem 'doorkeeper-openid_connect', '~> 1.7.5'
- gem 'omniauth', '~> 1.8'
-@@ -80,7 +80,7 @@ gem 'gpgme', '~> 2.0.19'
+@@ -83,7 +83,7 @@ gem 'gpgme', '~> 2.0.19'
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
gem 'gitlab_omniauth-ldap', '~> 2.1.1', require: 'omniauth-ldap'
@@ -18,7 +9,7 @@
# API
gem 'grape', '~> 1.5.2'
-@@ -94,7 +94,6 @@ gem 'graphql', '~> 1.11.4'
+@@ -97,7 +97,6 @@ gem 'graphql', '~> 1.11.8'
# https://gitlab.com/gitlab-org/gitlab/issues/31747
gem 'graphiql-rails', '~> 1.4.10'
gem 'apollo_upload_server', '~> 2.0.2'
@@ -26,7 +17,7 @@
gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import)
gem 'hashie'
-@@ -149,7 +148,7 @@ gem 'github-markup', '~> 1.7.0', require: 'github/mark
+@@ -152,7 +151,7 @@ gem 'github-markup', '~> 1.7.0', require: 'github/mark
gem 'commonmarker', '~> 0.21'
gem 'kramdown', '~> 2.3.0'
gem 'RedCloth', '~> 4.3.2'
@@ -35,25 +26,7 @@
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
-@@ -236,7 +235,7 @@ gem 'redis-rails', '~> 5.0.2'
- gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
-
- # HipChat integration
--gem 'hipchat', '~> 1.5.0'
-+gem 'hipchat', '~> 1.6.0'
-
- # Jira integration
- gem 'jira-ruby', '~> 2.1.4'
-@@ -309,7 +308,7 @@ gem 'pg_query', '~> 1.3.0'
- gem 'premailer-rails', '~> 1.10.3'
-
- # LabKit: Tracing and Correlation
--gem 'gitlab-labkit', '0.14.0'
-+gem 'gitlab-labkit', '0.15.0'
- # Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
- # because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
- gem 'thrift', '>= 0.14.0'
-@@ -332,104 +331,13 @@ gem 'snowplow-tracker', '~> 0.6.1'
+@@ -335,107 +334,13 @@ gem 'snowplow-tracker', '~> 0.6.1'
# Metrics
group :metrics do
gem 'method_source', '~> 1.0', require: false
@@ -67,7 +40,6 @@
-group :development do
- gem 'brakeman', '~> 4.2', require: false
-- gem 'danger', '~> 8.0.6', require: false
- gem 'lefthook', '~> 0.7', require: false
-
- gem 'letter_opener_web', '~> 1.3.4'
@@ -101,9 +73,8 @@
- gem 'spring', '~> 2.1.0'
- gem 'spring-commands-rspec', '~> 1.0.4'
-
-- gem 'gitlab-styles', '~> 6.0.0', require: false
+- gem 'gitlab-styles', '~> 6.1.0', require: false
-
-- gem 'scss_lint', '~> 0.59.0', require: false
- gem 'haml_lint', '~> 0.36.0', require: false
- gem 'bundler-audit', '~> 0.7.0.1', require: false
-
@@ -123,6 +94,11 @@
- gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
-end
-
+-group :development, :test, :danger do
+- gem 'danger-gitlab', '~> 8.0', require: false
+- gem 'gitlab-dangerfiles', '~> 0.8.0', require: false
+-end
+-
-group :development, :test, :coverage do
- gem 'simplecov', '~> 0.18.5', require: false
- gem 'simplecov-cobertura', '~> 1.3.1', require: false
@@ -159,7 +135,7 @@
gem 'octokit', '~> 4.15'
# https://gitlab.com/gitlab-org/gitlab/issues/207207
-@@ -473,7 +381,7 @@ gem 'gitaly', '~> 13.9.0.pre.rc1'
+@@ -479,7 +384,7 @@ gem 'gitaly', '~> 13.9.0.pre.rc1'
gem 'grpc', '~> 1.30.2'
diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example
index 87784788abd3..c859e185d2d2 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 2021-02-19 09:35:35 UTC
+--- config/gitlab.yml.example.orig 2021-03-18 01:45:05 UTC
+++ config/gitlab.yml.example
-@@ -1071,7 +1071,7 @@ production: &base
+@@ -1073,7 +1073,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.
-@@ -1089,8 +1089,8 @@ production: &base
+@@ -1091,8 +1091,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
-@@ -1136,12 +1136,12 @@ production: &base
+@@ -1138,12 +1138,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
@@ -36,7 +36,7 @@
# Git over HTTP
upload_pack: true
-@@ -1156,22 +1156,22 @@ production: &base
+@@ -1158,13 +1158,13 @@ production: &base
workhorse:
# File that contains the secret key for verifying access for gitlab-workhorse.
# Default is '.gitlab_workhorse_secret' relative to Rails.root (i.e. root of the GitLab app).
@@ -44,11 +44,16 @@
+ # secret_file: %%PREFIX%%/www/gitlab-ce/.gitlab_workhorse_secret
gitlab_kas:
+ # enabled: true
# File that contains the secret key for verifying access for gitlab-kas.
# Default is '.gitlab_kas_secret' relative to Rails.root (i.e. root of the GitLab app).
- # secret_file: /home/git/gitlab/.gitlab_kas_secret
+ # secret_file: %%PREFIX%%/www/gitlab-ce/.gitlab_kas_secret
+ # The URL to the external KAS API (used by the Kubernetes agents)
+ # external_url: wss://kas.example.com
+@@ -1174,13 +1174,13 @@ production: &base
+
## GitLab Elasticsearch settings
elasticsearch:
- indexer_path: /home/git/gitlab-elasticsearch-indexer/
diff --git a/www/gitlab-ce/pkg-message b/www/gitlab-ce/pkg-message
index 886d9a61aaf5..ad54f36836db 100644
--- a/www/gitlab-ce/pkg-message
+++ b/www/gitlab-ce/pkg-message
@@ -6,7 +6,7 @@ Gitlab was installed successfully.
You now need to set up the various components of Gitlab, so please
follow the instructions in the guide at:
-https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/13.9-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/13.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/13.8-13.9-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/13.9-13.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 6182dbe60ff8..f152d1ced21b 100644
--- a/www/gitlab-ce/pkg-plist
+++ b/www/gitlab-ce/pkg-plist
@@ -31,12 +31,10 @@
%%WWWDIR%%/.gitlab/ci/rules.gitlab-ci.yml
%%WWWDIR%%/.gitlab/ci/setup.gitlab-ci.yml
%%WWWDIR%%/.gitlab/ci/test-metadata.gitlab-ci.yml
-%%WWWDIR%%/.gitlab/ci/verify-lockfile.gitlab-ci.yml
%%WWWDIR%%/.gitlab/ci/workhorse.gitlab-ci.yml
%%WWWDIR%%/.gitlab/ci/yaml.gitlab-ci.yml
%%WWWDIR%%/.gitlab/issue_templates/Acceptance Testing.md
%%WWWDIR%%/.gitlab/issue_templates/Actionable Insight.md
-%%WWWDIR%%/.gitlab/issue_templates/Adoption Engineering.md
%%WWWDIR%%/.gitlab/issue_templates/Basic Proposal.md
%%WWWDIR%%/.gitlab/issue_templates/Bug.md
%%WWWDIR%%/.gitlab/issue_templates/Design Sprint.md
@@ -44,6 +42,7 @@
%%WWWDIR%%/.gitlab/issue_templates/Documentation.md
%%WWWDIR%%/.gitlab/issue_templates/Dogfooding.md
%%WWWDIR%%/.gitlab/issue_templates/Experiment Successful Cleanup.md
+%%WWWDIR%%/.gitlab/issue_templates/Experimentation.md
%%WWWDIR%%/.gitlab/issue_templates/Feature Flag Roll Out.md
%%WWWDIR%%/.gitlab/issue_templates/Feature proposal.md
%%WWWDIR%%/.gitlab/issue_templates/Implementation.md
@@ -59,6 +58,7 @@
%%WWWDIR%%/.gitlab/issue_templates/Solution Validation.md
%%WWWDIR%%/.gitlab/issue_templates/Technical Evaluation.md
%%WWWDIR%%/.gitlab/issue_templates/Test Plan.md
+%%WWWDIR%%/.gitlab/issue_templates/experiment_tracking_template.md
%%WWWDIR%%/.gitlab/merge_request_templates/Change Documentation Location.md
%%WWWDIR%%/.gitlab/merge_request_templates/Documentation.md
%%WWWDIR%%/.gitlab/merge_request_templates/New End To End Test.md
@@ -80,7 +80,6 @@
%%WWWDIR%%/.rubocop_manual_todo.yml
%%WWWDIR%%/.rubocop_todo.yml
%%WWWDIR%%/.ruby-version
-%%WWWDIR%%/.scss-lint.yml
%%WWWDIR%%/.stylelintrc
%%WWWDIR%%/.test_license_encryption_key.pub
%%WWWDIR%%/.theia/settings.json
@@ -1978,6 +1977,14 @@
%%WWWDIR%%/app/assets/images/icon_anchor.svg
%%WWWDIR%%/app/assets/images/jobs-empty-state.svg
%%WWWDIR%%/app/assets/images/learn-gitlab-avatar.jpg
+%%WWWDIR%%/app/assets/images/learn_gitlab/code_owners_enabled.svg
+%%WWWDIR%%/app/assets/images/learn_gitlab/git_write.svg
+%%WWWDIR%%/app/assets/images/learn_gitlab/merge_request_created.svg
+%%WWWDIR%%/app/assets/images/learn_gitlab/pipeline_created.svg
+%%WWWDIR%%/app/assets/images/learn_gitlab/required_mr_approvals_enabled.svg
+%%WWWDIR%%/app/assets/images/learn_gitlab/security_scan_enabled.svg
+%%WWWDIR%%/app/assets/images/learn_gitlab/trial_started.svg
+%%WWWDIR%%/app/assets/images/learn_gitlab/user_added.svg
%%WWWDIR%%/app/assets/images/logo.svg
%%WWWDIR%%/app/assets/images/logo_wordmark.svg
%%WWWDIR%%/app/assets/images/logos/jira-gray.svg
@@ -2029,6 +2036,9 @@
%%WWWDIR%%/app/assets/images/touch-icon-iphone.png
%%WWWDIR%%/app/assets/images/white-scheme-preview.png
%%WWWDIR%%/app/assets/javascripts/access_tokens/components/expires_at_field.vue
+%%WWWDIR%%/app/assets/javascripts/access_tokens/components/projects_field.vue
+%%WWWDIR%%/app/assets/javascripts/access_tokens/components/projects_token_selector.vue
+%%WWWDIR%%/app/assets/javascripts/access_tokens/graphql/queries/get_projects.query.graphql
%%WWWDIR%%/app/assets/javascripts/access_tokens/index.js
%%WWWDIR%%/app/assets/javascripts/actioncable_connection_monitor.js
%%WWWDIR%%/app/assets/javascripts/actioncable_consumer.js
@@ -2045,9 +2055,6 @@
%%WWWDIR%%/app/assets/javascripts/add_context_commits_modal/store/state.js
%%WWWDIR%%/app/assets/javascripts/add_context_commits_modal/utils.js
%%WWWDIR%%/app/assets/javascripts/admin/application_settings/setup_metrics_and_profiling.js
-%%WWWDIR%%/app/assets/javascripts/admin/dev_ops_report/components/usage_ping_disabled.vue
-%%WWWDIR%%/app/assets/javascripts/admin/dev_ops_report/devops_adoption.js
-%%WWWDIR%%/app/assets/javascripts/admin/dev_ops_report/devops_score_empty_state.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
@@ -2091,43 +2098,46 @@
%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_integrations_list.vue
%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_settings_form.vue
%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_settings_wrapper.vue
-%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/mocks/parsedMapping.json
%%WWWDIR%%/app/assets/javascripts/alerts_settings/constants.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql.js
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/http_integration_item.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/http_integration_payload_data.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/integration_item.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/create_http_integration.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/create_prometheus_integration.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/destroy_http_integration.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/reset_http_token.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/reset_prometheus_token.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/update_current_intergration.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/update_current_http_integration.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/update_current_prometheus_integration.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/update_http_integration.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/mutations/update_prometheus_integration.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/queries/get_current_integration.query.graphql
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/queries/get_http_integrations.query.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/queries/get_integrations.query.graphql
+%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/queries/parse_sample_payload.query.graphql
%%WWWDIR%%/app/assets/javascripts/alerts_settings/index.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/services/index.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/utils/cache_updates.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/utils/error_messages.js
%%WWWDIR%%/app/assets/javascripts/alerts_settings/utils/mapping_transformations.js
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/app.vue
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/charts_config.js
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/instance_counts.vue
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/instance_statistics_count_chart.vue
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/projects_and_groups_chart.vue
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/components/users_chart.vue
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/constants.js
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/fragments/count.fragment.graphql
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/groups.query.graphql
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/instance_count.query.graphql
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/instance_statistics_count.query.graphql
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/projects.query.graphql
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/graphql/queries/users.query.graphql
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/index.js
-%%WWWDIR%%/app/assets/javascripts/analytics/instance_statistics/utils.js
+%%WWWDIR%%/app/assets/javascripts/analytics/devops_report/components/usage_ping_disabled.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/devops_report/devops_score_empty_state.js
%%WWWDIR%%/app/assets/javascripts/analytics/product_analytics/activity_charts_bundle.js
%%WWWDIR%%/app/assets/javascripts/analytics/product_analytics/components/activity_chart.vue
%%WWWDIR%%/app/assets/javascripts/analytics/shared/components/metric_card.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/components/charts_config.js
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/components/usage_counts.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/components/usage_trends_count_chart.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/components/users_chart.vue
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/constants.js
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/graphql/fragments/count.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/graphql/queries/usage_count.query.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/graphql/queries/usage_trends_count.query.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/graphql/queries/users.query.graphql
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/index.js
+%%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/utils.js
%%WWWDIR%%/app/assets/javascripts/api.js
%%WWWDIR%%/app/assets/javascripts/api/api_utils.js
%%WWWDIR%%/app/assets/javascripts/api/constants.js
@@ -2311,9 +2321,12 @@
%%WWWDIR%%/app/assets/javascripts/blob_edit/constants.js
%%WWWDIR%%/app/assets/javascripts/blob_edit/edit_blob.js
%%WWWDIR%%/app/assets/javascripts/boards/boards_util.js
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_add_new_column.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_add_new_column_form.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_add_new_column_trigger.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_card.vue
-%%WWWDIR%%/app/assets/javascripts/boards/components/board_card_layout.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_card_deprecated.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_card_inner.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_card_layout_deprecated.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_column.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/board_column_deprecated.vue
@@ -2331,13 +2344,14 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/board_sidebar.js
%%WWWDIR%%/app/assets/javascripts/boards/components/boards_selector.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/boards_selector_deprecated.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/config_toggle.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/filtered_search.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/issuable_title.vue
-%%WWWDIR%%/app/assets/javascripts/boards/components/issue_card_inner.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/issue_card_inner_deprecated.vue
-%%WWWDIR%%/app/assets/javascripts/boards/components/issue_count.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/issue_due_date.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/issue_time_estimate.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/issue_time_estimate_deprecated.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/item_count.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/empty_state.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/footer.vue
@@ -2355,12 +2369,12 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_labels_select.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_milestone_select.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_subscription.vue
-%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/remove_issue.vue
%%WWWDIR%%/app/assets/javascripts/boards/components/toggle_focus.vue
%%WWWDIR%%/app/assets/javascripts/boards/config_toggle.js
%%WWWDIR%%/app/assets/javascripts/boards/constants.js
%%WWWDIR%%/app/assets/javascripts/boards/ee_functions.js
%%WWWDIR%%/app/assets/javascripts/boards/eventhub.js
+%%WWWDIR%%/app/assets/javascripts/boards/filtered_search.js
%%WWWDIR%%/app/assets/javascripts/boards/filtered_search_boards.js
%%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js
%%WWWDIR%%/app/assets/javascripts/boards/graphql/board.fragment.graphql
@@ -2387,9 +2401,8 @@
%%WWWDIR%%/app/assets/javascripts/boards/graphql/lists_issues.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/project_boards.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/graphql/project_milestones.query.graphql
-%%WWWDIR%%/app/assets/javascripts/boards/graphql/users_search.query.graphql
%%WWWDIR%%/app/assets/javascripts/boards/index.js
-%%WWWDIR%%/app/assets/javascripts/boards/mixins/issue_card_inner.js
+%%WWWDIR%%/app/assets/javascripts/boards/mixins/board_card_inner.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_footer.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_mixins.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/sortable_default_options.js
@@ -2423,7 +2436,10 @@
%%WWWDIR%%/app/assets/javascripts/broadcast_notification.js
%%WWWDIR%%/app/assets/javascripts/build_artifacts.js
%%WWWDIR%%/app/assets/javascripts/captcha/captcha_modal.vue
+%%WWWDIR%%/app/assets/javascripts/captcha/captcha_modal_axios_interceptor.js
%%WWWDIR%%/app/assets/javascripts/captcha/init_recaptcha_script.js
+%%WWWDIR%%/app/assets/javascripts/captcha/unsolved_captcha_error.js
+%%WWWDIR%%/app/assets/javascripts/captcha/wait_for_captcha_to_be_solved.js
%%WWWDIR%%/app/assets/javascripts/ci_lint/components/ci_lint.vue
%%WWWDIR%%/app/assets/javascripts/ci_lint/index.js
%%WWWDIR%%/app/assets/javascripts/ci_settings_pipeline_triggers/components/triggers_list.vue
@@ -2567,6 +2583,7 @@
%%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/base.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_code_component.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_component.vue
@@ -2575,10 +2592,10 @@
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_staging_component.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_test_component.vue
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/total_time_component.vue
-%%WWWDIR%%/app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/cycle_analytics_service.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/cycle_analytics_store.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/default_event_objects.js
+%%WWWDIR%%/app/assets/javascripts/cycle_analytics/index.js
%%WWWDIR%%/app/assets/javascripts/dependency_proxy.js
%%WWWDIR%%/app/assets/javascripts/deploy_freeze/components/deploy_freeze_modal.vue
%%WWWDIR%%/app/assets/javascripts/deploy_freeze/components/deploy_freeze_settings.vue
@@ -2733,8 +2750,15 @@
%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_ci_schema_ext.js
%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_file_template_ext.js
%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_lite_extension_base.js
+%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_lite_webide_ext.js
%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_markdown_ext.js
%%WWWDIR%%/app/assets/javascripts/editor/utils.js
+%%WWWDIR%%/app/assets/javascripts/emoji/components/category.vue
+%%WWWDIR%%/app/assets/javascripts/emoji/components/emoji_group.vue
+%%WWWDIR%%/app/assets/javascripts/emoji/components/emoji_list.vue
+%%WWWDIR%%/app/assets/javascripts/emoji/components/picker.vue
+%%WWWDIR%%/app/assets/javascripts/emoji/components/utils.js
+%%WWWDIR%%/app/assets/javascripts/emoji/constants.js
%%WWWDIR%%/app/assets/javascripts/emoji/index.js
%%WWWDIR%%/app/assets/javascripts/emoji/no_emoji_validator.js
%%WWWDIR%%/app/assets/javascripts/emoji/support/index.js
@@ -2808,6 +2832,9 @@
%%WWWDIR%%/app/assets/javascripts/error_tracking_settings/store/state.js
%%WWWDIR%%/app/assets/javascripts/error_tracking_settings/utils.js
%%WWWDIR%%/app/assets/javascripts/experimental_flags.js
+%%WWWDIR%%/app/assets/javascripts/experimentation/constants.js
+%%WWWDIR%%/app/assets/javascripts/experimentation/experiment_tracking.js
+%%WWWDIR%%/app/assets/javascripts/experimentation/utils.js
%%WWWDIR%%/app/assets/javascripts/feature_flags/components/configure_feature_flags_modal.vue
%%WWWDIR%%/app/assets/javascripts/feature_flags/components/edit_feature_flag.vue
%%WWWDIR%%/app/assets/javascripts/feature_flags/components/environments_dropdown.vue
@@ -2932,6 +2959,7 @@
%%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/alert_status_update.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/todo_mark_done.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/get_alerts.query.graphql
+%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/project_user_members_search.query.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/users_search.query.graphql
%%WWWDIR%%/app/assets/javascripts/graphql_shared/utils.js
%%WWWDIR%%/app/assets/javascripts/group.js
@@ -2968,6 +2996,7 @@
%%WWWDIR%%/app/assets/javascripts/header.js
%%WWWDIR%%/app/assets/javascripts/help/help.js
%%WWWDIR%%/app/assets/javascripts/helpers/avatar_helper.js
+%%WWWDIR%%/app/assets/javascripts/helpers/cve_id_request_helper.js
%%WWWDIR%%/app/assets/javascripts/helpers/diffs_helper.js
%%WWWDIR%%/app/assets/javascripts/helpers/event_hub_factory.js
%%WWWDIR%%/app/assets/javascripts/helpers/help_page_helper.js
@@ -3072,7 +3101,9 @@
%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/solarized_dark.js
%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/solarized_light.js
%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/white.js
-%%WWWDIR%%/app/assets/javascripts/ide/queries/getUserPermissions.query.graphql
+%%WWWDIR%%/app/assets/javascripts/ide/messages.js
+%%WWWDIR%%/app/assets/javascripts/ide/queries/get_ide_project.query.graphql
+%%WWWDIR%%/app/assets/javascripts/ide/queries/ide_project.fragment.graphql
%%WWWDIR%%/app/assets/javascripts/ide/services/gql.js
%%WWWDIR%%/app/assets/javascripts/ide/services/index.js
%%WWWDIR%%/app/assets/javascripts/ide/services/terminals.js
@@ -3192,6 +3223,7 @@
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/mutations/set_target_namespace.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/available_namespaces.query.graphql
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/bulk_import_source_groups.query.graphql
+%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/group.query.graphql
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/services/source_groups_manager.js
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/services/status_poller.js
%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/index.js
@@ -3247,15 +3279,24 @@
%%WWWDIR%%/app/assets/javascripts/invite_member/event_hub.js
%%WWWDIR%%/app/assets/javascripts/invite_member/init_invite_member_modal.js
%%WWWDIR%%/app/assets/javascripts/invite_member/init_invite_member_trigger.js
+%%WWWDIR%%/app/assets/javascripts/invite_members/components/group_select.vue
+%%WWWDIR%%/app/assets/javascripts/invite_members/components/invite_group_trigger.vue
%%WWWDIR%%/app/assets/javascripts/invite_members/components/invite_members_modal.vue
%%WWWDIR%%/app/assets/javascripts/invite_members/components/invite_members_trigger.vue
%%WWWDIR%%/app/assets/javascripts/invite_members/components/members_token_select.vue
%%WWWDIR%%/app/assets/javascripts/invite_members/constants.js
%%WWWDIR%%/app/assets/javascripts/invite_members/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/invite_members/init_invite_group_trigger.js
+%%WWWDIR%%/app/assets/javascripts/invite_members/init_invite_members_form.js
%%WWWDIR%%/app/assets/javascripts/invite_members/init_invite_members_modal.js
%%WWWDIR%%/app/assets/javascripts/invite_members/init_invite_members_trigger.js
%%WWWDIR%%/app/assets/javascripts/issuable/auto_width_dropdown_select.js
+%%WWWDIR%%/app/assets/javascripts/issuable/components/csv_export_modal.vue
+%%WWWDIR%%/app/assets/javascripts/issuable/components/csv_import_export_buttons.vue
+%%WWWDIR%%/app/assets/javascripts/issuable/components/csv_import_modal.vue
%%WWWDIR%%/app/assets/javascripts/issuable/components/issuable_by_email.vue
+%%WWWDIR%%/app/assets/javascripts/issuable/constants.js
+%%WWWDIR%%/app/assets/javascripts/issuable/init_csv_import_export_buttons.js
%%WWWDIR%%/app/assets/javascripts/issuable/init_issuable_by_email.js
%%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_actions.js
%%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_sidebar.js
@@ -3272,6 +3313,7 @@
%%WWWDIR%%/app/assets/javascripts/issuable_list/constants.js
%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_body.vue
%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_description.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_discussion.vue
%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_edit_form.vue
%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_header.vue
%%WWWDIR%%/app/assets/javascripts/issuable_show/components/issuable_show_root.vue
@@ -3315,7 +3357,9 @@
%%WWWDIR%%/app/assets/javascripts/issue_status_select.js
%%WWWDIR%%/app/assets/javascripts/issues_list/components/issuable.vue
%%WWWDIR%%/app/assets/javascripts/issues_list/components/issuables_list_app.vue
-%%WWWDIR%%/app/assets/javascripts/issues_list/components/jira_issues_list_root.vue
+%%WWWDIR%%/app/assets/javascripts/issues_list/components/issue_card_time_info.vue
+%%WWWDIR%%/app/assets/javascripts/issues_list/components/issues_list_app.vue
+%%WWWDIR%%/app/assets/javascripts/issues_list/components/jira_issues_import_status_app.vue
%%WWWDIR%%/app/assets/javascripts/issues_list/constants.js
%%WWWDIR%%/app/assets/javascripts/issues_list/eventhub.js
%%WWWDIR%%/app/assets/javascripts/issues_list/index.js
@@ -3332,6 +3376,7 @@
%%WWWDIR%%/app/assets/javascripts/jira_connect/store/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/jira_connect/store/mutations.js
%%WWWDIR%%/app/assets/javascripts/jira_connect/store/state.js
+%%WWWDIR%%/app/assets/javascripts/jira_connect/utils.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
@@ -3380,7 +3425,6 @@
%%WWWDIR%%/app/assets/javascripts/jobs/store/mutations.js
%%WWWDIR%%/app/assets/javascripts/jobs/store/state.js
%%WWWDIR%%/app/assets/javascripts/jobs/store/utils.js
-%%WWWDIR%%/app/assets/javascripts/jobs/svg/scroll_down.svg
%%WWWDIR%%/app/assets/javascripts/jobs/utils.js
%%WWWDIR%%/app/assets/javascripts/label_manager.js
%%WWWDIR%%/app/assets/javascripts/labels.js
@@ -3388,7 +3432,6 @@
%%WWWDIR%%/app/assets/javascripts/landing.js
%%WWWDIR%%/app/assets/javascripts/layout_nav.js
%%WWWDIR%%/app/assets/javascripts/lazy_loader.js
-%%WWWDIR%%/app/assets/javascripts/lib/chrome_84_icon_fix.js
%%WWWDIR%%/app/assets/javascripts/lib/dompurify.js
%%WWWDIR%%/app/assets/javascripts/lib/graphql.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/accessor.js
@@ -3410,7 +3453,6 @@
%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/dom_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/downloader.js
-%%WWWDIR%%/app/assets/javascripts/lib/utils/experimentation.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/favicon.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/favicon_ci.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/file_upload.js
@@ -3434,6 +3476,7 @@
%%WWWDIR%%/app/assets/javascripts/lib/utils/rails_ujs.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/regexp.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/scroll_utils.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/select2_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/set.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/simple_poll.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/sticky.js
@@ -3470,7 +3513,6 @@
%%WWWDIR%%/app/assets/javascripts/main_ee.js
%%WWWDIR%%/app/assets/javascripts/manual_ordering.js
%%WWWDIR%%/app/assets/javascripts/member_expiration_date.js
-%%WWWDIR%%/app/assets/javascripts/members.js
%%WWWDIR%%/app/assets/javascripts/members/components/action_buttons/access_request_action_buttons.vue
%%WWWDIR%%/app/assets/javascripts/members/components/action_buttons/action_button_group.vue
%%WWWDIR%%/app/assets/javascripts/members/components/action_buttons/approve_access_request_button.vue
@@ -3508,14 +3550,23 @@
%%WWWDIR%%/app/assets/javascripts/members/store/state.js
%%WWWDIR%%/app/assets/javascripts/members/store/utils.js
%%WWWDIR%%/app/assets/javascripts/members/utils.js
-%%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/diff_file_editor.js
-%%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/inline_conflict_lines.js
-%%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/parallel_conflict_lines.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/diff_file_editor.vue
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/inline_conflict_lines.vue
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/parallel_conflict_lines.vue
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/constants.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/merge_conflict_resolver_app.vue
%%WWWDIR%%/app/assets/javascripts/merge_conflicts/merge_conflict_service.js
%%WWWDIR%%/app/assets/javascripts/merge_conflicts/merge_conflict_store.js
%%WWWDIR%%/app/assets/javascripts/merge_conflicts/merge_conflicts_bundle.js
%%WWWDIR%%/app/assets/javascripts/merge_conflicts/mixins/line_conflict_actions.js
%%WWWDIR%%/app/assets/javascripts/merge_conflicts/mixins/line_conflict_utils.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/store/getters.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/store/index.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/store/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/store/mutations.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/store/state.js
+%%WWWDIR%%/app/assets/javascripts/merge_conflicts/utils.js
%%WWWDIR%%/app/assets/javascripts/merge_request.js
%%WWWDIR%%/app/assets/javascripts/merge_request/components/status_box.vue
%%WWWDIR%%/app/assets/javascripts/merge_request/eventhub.js
@@ -3657,12 +3708,14 @@
%%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/sidebar_subscription.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/sort_discussion.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/timeline_toggle.vue
%%WWWDIR%%/app/assets/javascripts/notes/components/toggle_replies_widget.vue
%%WWWDIR%%/app/assets/javascripts/notes/constants.js
%%WWWDIR%%/app/assets/javascripts/notes/discussion_filters.js
%%WWWDIR%%/app/assets/javascripts/notes/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/notes/i18n.js
%%WWWDIR%%/app/assets/javascripts/notes/index.js
%%WWWDIR%%/app/assets/javascripts/notes/mixins/autosave.js
%%WWWDIR%%/app/assets/javascripts/notes/mixins/description_version_history.js
@@ -3687,8 +3740,6 @@
%%WWWDIR%%/app/assets/javascripts/notifications/components/notifications_dropdown_item.vue
%%WWWDIR%%/app/assets/javascripts/notifications/constants.js
%%WWWDIR%%/app/assets/javascripts/notifications/index.js
-%%WWWDIR%%/app/assets/javascripts/notifications_dropdown.js
-%%WWWDIR%%/app/assets/javascripts/notifications_form.js
%%WWWDIR%%/app/assets/javascripts/operation_settings/components/form_group/dashboard_timezone.vue
%%WWWDIR%%/app/assets/javascripts/operation_settings/components/form_group/external_dashboard.vue
%%WWWDIR%%/app/assets/javascripts/operation_settings/components/metrics_settings.vue
@@ -3704,6 +3755,7 @@
%%WWWDIR%%/app/assets/javascripts/packages/details/components/conan_installation.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/dependency_row.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/installation_commands.vue
+%%WWWDIR%%/app/assets/javascripts/packages/details/components/installation_title.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/maven_installation.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/npm_installation.vue
%%WWWDIR%%/app/assets/javascripts/packages/details/components/nuget_installation.vue
@@ -3774,7 +3826,6 @@
%%WWWDIR%%/app/assets/javascripts/pages/admin/groups/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/impersonation_tokens/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/index.js
-%%WWWDIR%%/app/assets/javascripts/pages/admin/instance_statistics/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/integrations/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/jobs/index/components/stop_jobs_modal.vue
%%WWWDIR%%/app/assets/javascripts/pages/admin/jobs/index/index.js
@@ -3789,6 +3840,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/admin/services/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/services/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/sessions/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/usage_trends/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
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/index.js
@@ -3869,7 +3921,6 @@
%%WWWDIR%%/app/assets/javascripts/pages/omniauth_callbacks/index.js
%%WWWDIR%%/app/assets/javascripts/pages/profiles/accounts/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/profiles/index.js
-%%WWWDIR%%/app/assets/javascripts/pages/profiles/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/profiles/keys/index.js
%%WWWDIR%%/app/assets/javascripts/pages/profiles/notifications/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/profiles/personal_access_tokens/index.js
@@ -3921,6 +3972,8 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/find_file/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/components/fork_form.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/components/fork_groups_list.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/components/fork_groups_list_item.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/index.js
@@ -3954,6 +4007,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/labels/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/learn_gitlab/components/learn_gitlab_a.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/learn_gitlab/components/learn_gitlab_b.vue
+%%WWWDIR%%/app/assets/javascripts/pages/projects/learn_gitlab/components/learn_gitlab_info_card.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/learn_gitlab/constants/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/learn_gitlab/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/logs/index.js
@@ -4057,6 +4111,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_badge_settings.js
%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_runner_instructions.js
%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/components/delete_wiki_modal.vue
+%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/components/wiki_alert.vue
%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/index.js
%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/wikis.js
%%WWWDIR%%/app/assets/javascripts/pages/snippets/edit/index.js
@@ -4089,6 +4144,7 @@
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/editor/ci_config_merged_preview.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/header/pipeline_editor_header.vue
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/header/pipeline_status.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/header/validation_segment.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/lint/ci_lint.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/lint/ci_lint_results.vue
@@ -4098,18 +4154,23 @@
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/pipeline_editor_tabs.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/ui/confirm_unsaved_changes_dialog.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/ui/editor_tab.vue
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/ui/pipeline_editor_empty_state.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/constants.js
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/commit_ci_file.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/lint_ci.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/blob_content.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/ci_config.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/commit_sha.graphql
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/current_branch.graphql
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/is_new_ci_config_file.graphql
+%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/pipeline.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/resolvers.js
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/typedefs.graphql
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/index.js
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/pipeline_editor_app.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_editor/pipeline_editor_home.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_new/components/pipeline_new_form.vue
+%%WWWDIR%%/app/assets/javascripts/pipeline_new/components/refs_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/pipeline_new/constants.js
%%WWWDIR%%/app/assets/javascripts/pipeline_new/index.js
%%WWWDIR%%/app/assets/javascripts/pipeline_new/utils/format_refs.js
@@ -4135,6 +4196,7 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component_legacy.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/utils.js
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/api.js
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/drawing_utils.js
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/linked_graph_wrapper.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/links_inner.vue
@@ -4148,16 +4210,20 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/blank_state.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/empty_state.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/nav_controls.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipeline_mini_graph.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipeline_operations.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipeline_stage.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipeline_stop_modal.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipeline_triggerer.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipeline_url.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines.vue
-%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines_actions.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines_artifacts.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines_commit.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines_filtered_search.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines_manual_actions.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines_status_badge.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines_table.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/pipelines_table_row.vue
-%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/stage.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/time_ago.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/tokens/pipeline_branch_name_token.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/tokens/pipeline_status_token.vue
@@ -4219,6 +4285,7 @@
%%WWWDIR%%/app/assets/javascripts/projects/commit/components/branches_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/projects/commit/components/form_modal.vue
%%WWWDIR%%/app/assets/javascripts/projects/commit/components/form_trigger.vue
+%%WWWDIR%%/app/assets/javascripts/projects/commit/components/projects_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/projects/commit/constants.js
%%WWWDIR%%/app/assets/javascripts/projects/commit/event_hub.js
%%WWWDIR%%/app/assets/javascripts/projects/commit/index.js
@@ -4233,6 +4300,7 @@
%%WWWDIR%%/app/assets/javascripts/projects/commit/store/mutations.js
%%WWWDIR%%/app/assets/javascripts/projects/commit/store/state.js
%%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/index.js
+%%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/init_commit_pipeline_mini_graph.js
%%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/init_details_button.js
%%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/load_branches.js
%%WWWDIR%%/app/assets/javascripts/projects/commits/components/author_select.vue
@@ -4243,19 +4311,26 @@
%%WWWDIR%%/app/assets/javascripts/projects/commits/store/mutations.js
%%WWWDIR%%/app/assets/javascripts/projects/commits/store/state.js
%%WWWDIR%%/app/assets/javascripts/projects/compare/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/projects/compare/components/app_legacy.vue
+%%WWWDIR%%/app/assets/javascripts/projects/compare/components/repo_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/projects/compare/components/revision_card.vue
%%WWWDIR%%/app/assets/javascripts/projects/compare/components/revision_dropdown.vue
+%%WWWDIR%%/app/assets/javascripts/projects/compare/components/revision_dropdown_legacy.vue
%%WWWDIR%%/app/assets/javascripts/projects/compare/index.js
%%WWWDIR%%/app/assets/javascripts/projects/components/project_delete_button.vue
%%WWWDIR%%/app/assets/javascripts/projects/components/shared/delete_button.vue
%%WWWDIR%%/app/assets/javascripts/projects/default_project_templates.js
+%%WWWDIR%%/app/assets/javascripts/projects/details/upload_button.vue
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/components/app.vue
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/components/legacy_container.vue
+%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/components/new_project_push_tip_popover.vue
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/components/welcome.vue
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/illustrations/blank-project.svg
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/illustrations/ci-cd-project.svg
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/illustrations/create-from-template.svg
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/illustrations/import-project.svg
%%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/index.js
+%%WWWDIR%%/app/assets/javascripts/projects/feature_flags_user_lists/show/index.js
%%WWWDIR%%/app/assets/javascripts/projects/members/constants.js
%%WWWDIR%%/app/assets/javascripts/projects/members/utils.js
%%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/app.vue
@@ -4280,6 +4355,8 @@
%%WWWDIR%%/app/assets/javascripts/projects/settings_service_desk/index.js
%%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/upload_file_experiment.js
+%%WWWDIR%%/app/assets/javascripts/projects/upload_file_experiment_tracking.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
@@ -4324,6 +4401,7 @@
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/list_page/project_empty_state.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/list_page/registry_header.vue
%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/registry_breadcrumb.vue
+%%WWWDIR%%/app/assets/javascripts/registry/explorer/constants/common.js
%%WWWDIR%%/app/assets/javascripts/registry/explorer/constants/details.js
%%WWWDIR%%/app/assets/javascripts/registry/explorer/constants/expiration_policies.js
%%WWWDIR%%/app/assets/javascripts/registry/explorer/constants/index.js
@@ -4432,24 +4510,24 @@
%%WWWDIR%%/app/assets/javascripts/reports/codequality_report/store/utils/codequality_comparison.js
%%WWWDIR%%/app/assets/javascripts/reports/codequality_report/workers/codequality_comparison_worker.js
%%WWWDIR%%/app/assets/javascripts/reports/components/grouped_issues_list.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
%%WWWDIR%%/app/assets/javascripts/reports/components/issues_list.vue
-%%WWWDIR%%/app/assets/javascripts/reports/components/modal.vue
%%WWWDIR%%/app/assets/javascripts/reports/components/report_item.vue
%%WWWDIR%%/app/assets/javascripts/reports/components/report_link.vue
%%WWWDIR%%/app/assets/javascripts/reports/components/report_section.vue
%%WWWDIR%%/app/assets/javascripts/reports/components/summary_row.vue
-%%WWWDIR%%/app/assets/javascripts/reports/components/test_issue_body.vue
%%WWWDIR%%/app/assets/javascripts/reports/constants.js
-%%WWWDIR%%/app/assets/javascripts/reports/store/actions.js
-%%WWWDIR%%/app/assets/javascripts/reports/store/getters.js
-%%WWWDIR%%/app/assets/javascripts/reports/store/index.js
-%%WWWDIR%%/app/assets/javascripts/reports/store/mutation_types.js
-%%WWWDIR%%/app/assets/javascripts/reports/store/mutations.js
-%%WWWDIR%%/app/assets/javascripts/reports/store/state.js
-%%WWWDIR%%/app/assets/javascripts/reports/store/utils.js
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/components/modal.vue
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/components/test_issue_body.vue
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/grouped_test_reports_app.vue
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/store/getters.js
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/store/index.js
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/store/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/store/mutations.js
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/store/state.js
+%%WWWDIR%%/app/assets/javascripts/reports/grouped_test_report/store/utils.js
%%WWWDIR%%/app/assets/javascripts/repository/components/app.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/breadcrumbs.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/directory_download_links.vue
@@ -4461,6 +4539,7 @@
%%WWWDIR%%/app/assets/javascripts/repository/components/table/row.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/tree_action_link.vue
%%WWWDIR%%/app/assets/javascripts/repository/components/tree_content.vue
+%%WWWDIR%%/app/assets/javascripts/repository/components/upload_blob_modal.vue
%%WWWDIR%%/app/assets/javascripts/repository/fragmentTypes.json
%%WWWDIR%%/app/assets/javascripts/repository/graphql.js
%%WWWDIR%%/app/assets/javascripts/repository/index.js
@@ -4513,8 +4592,8 @@
%%WWWDIR%%/app/assets/javascripts/search_settings/mount.js
%%WWWDIR%%/app/assets/javascripts/security_configuration/components/app.vue
%%WWWDIR%%/app/assets/javascripts/security_configuration/components/configuration_table.vue
-%%WWWDIR%%/app/assets/javascripts/security_configuration/components/features_constants.js
%%WWWDIR%%/app/assets/javascripts/security_configuration/components/manage_sast.vue
+%%WWWDIR%%/app/assets/javascripts/security_configuration/components/scanners_constants.js
%%WWWDIR%%/app/assets/javascripts/security_configuration/components/upgrade.vue
%%WWWDIR%%/app/assets/javascripts/security_configuration/graphql/configure_sast.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/security_configuration/index.js
@@ -4527,7 +4606,6 @@
%%WWWDIR%%/app/assets/javascripts/self_monitor/store/state.js
%%WWWDIR%%/app/assets/javascripts/sentry/index.js
%%WWWDIR%%/app/assets/javascripts/sentry/sentry_config.js
-%%WWWDIR%%/app/assets/javascripts/sentry/wrapper.js
%%WWWDIR%%/app/assets/javascripts/sentry_error_stack_trace/components/sentry_error_stack_trace.vue
%%WWWDIR%%/app/assets/javascripts/sentry_error_stack_trace/index.js
%%WWWDIR%%/app/assets/javascripts/serverless/components/area.vue
@@ -4556,7 +4634,6 @@
%%WWWDIR%%/app/assets/javascripts/set_status_modal/utils.js
%%WWWDIR%%/app/assets/javascripts/settings_panels.js
%%WWWDIR%%/app/assets/javascripts/shared/milestones/form.js
-%%WWWDIR%%/app/assets/javascripts/shared/popover.js
%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_avatar.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_avatar_link.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue
@@ -4569,10 +4646,9 @@
%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees_widget.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/uncollapsed_assignee_list.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/user_name_with_status.vue
-%%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/confidential_issue_sidebar.vue
-%%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/edit_form.vue
-%%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/edit_form_buttons.vue
-%%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/mutations/update_issue_confidential.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/sidebar_confidentiality_content.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/sidebar_confidentiality_form.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/sidebar_confidentiality_widget.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/copy_email_to_clipboard.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/labels/sidebar_labels.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/edit_form.vue
@@ -4582,6 +4658,7 @@
%%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/mutations/update_merge_request_lock.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/components/participants/participants.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/participants/sidebar_participants.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/reference/sidebar_reference_widget.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/collapsed_reviewer.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/collapsed_reviewer_list.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/reviewers/reviewer_avatar.vue
@@ -4606,12 +4683,20 @@
%%WWWDIR%%/app/assets/javascripts/sidebar/components/todo_toggle/todo.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/constants.js
%%WWWDIR%%/app/assets/javascripts/sidebar/event_hub.js
+%%WWWDIR%%/app/assets/javascripts/sidebar/graphql.js
%%WWWDIR%%/app/assets/javascripts/sidebar/lib/sidebar_move_issue.js
%%WWWDIR%%/app/assets/javascripts/sidebar/mount_milestone_sidebar.js
%%WWWDIR%%/app/assets/javascripts/sidebar/mount_sidebar.js
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/epic_confidential.query.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/issue_confidential.query.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/issue_reference.query.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/merge_request_reference.query.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/reviewer_rereview.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/sidebarDetails.query.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/sidebarDetailsMR.query.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/updateStatus.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/update_epic_confidential.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/queries/update_issue_confidential.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/queries/update_merge_request_labels.mutation.graphql
%%WWWDIR%%/app/assets/javascripts/sidebar/services/sidebar_service.js
%%WWWDIR%%/app/assets/javascripts/sidebar/sidebar_bundle.js
@@ -4761,6 +4846,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment/deployment_action_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment/deployment_actions.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment/deployment_info.vue
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment/deployment_list.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment/deployment_view_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment/memory_usage.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/extensions/base.vue
@@ -4776,7 +4862,6 @@
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_how_to_merge_modal.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_icon.vue
-%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_merge_help.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline_container.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.vue
@@ -4970,6 +5055,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/notes/timeline_icon.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/ordered_layout.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/paginated_list.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/constants.js
@@ -4991,6 +5077,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/registry/history_item.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/registry/list_item.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/registry/metadata_item.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/registry/persisted_dropdown_selection.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/registry/registry_search.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/registry/title_area.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/remove_member_modal.vue
@@ -5063,8 +5150,6 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/split_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/stacked_progress_bar.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/svg_gradient.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/tabs/tab.vue
-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/tabs/tabs.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/time_ago_tooltip.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/timezone_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/todo_button.vue
@@ -5073,6 +5158,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/upload_dropzone/upload_dropzone.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/upload_dropzone/utils.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/url_sync.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_access_role_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
@@ -5080,7 +5166,6 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/web_ide_link.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/directives/autofocusonshow.js
-%%WWWDIR%%/app/assets/javascripts/vue_shared/directives/tooltip.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/directives/track_event.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/directives/validation.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/gl_feature_flags_plugin.js
@@ -5228,7 +5313,6 @@
%%WWWDIR%%/app/assets/stylesheets/framework/terms.scss
%%WWWDIR%%/app/assets/stylesheets/framework/timeline.scss
%%WWWDIR%%/app/assets/stylesheets/framework/toggle.scss
-%%WWWDIR%%/app/assets/stylesheets/framework/tooltips.scss
%%WWWDIR%%/app/assets/stylesheets/framework/typography.scss
%%WWWDIR%%/app/assets/stylesheets/framework/variables.scss
%%WWWDIR%%/app/assets/stylesheets/framework/variables_overrides.scss
@@ -5280,6 +5364,8 @@
%%WWWDIR%%/app/assets/stylesheets/page_bundles/issues_list.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/jira_connect.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/jira_connect_users.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/learn_gitlab.scss
+%%WWWDIR%%/app/assets/stylesheets/page_bundles/members.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/merge_conflicts.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/merge_requests.scss
%%WWWDIR%%/app/assets/stylesheets/page_bundles/milestone.scss
@@ -5310,7 +5396,6 @@
%%WWWDIR%%/app/assets/stylesheets/pages/issues/issue_count_badge.scss
%%WWWDIR%%/app/assets/stylesheets/pages/labels.scss
%%WWWDIR%%/app/assets/stylesheets/pages/login.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/members.scss
%%WWWDIR%%/app/assets/stylesheets/pages/merge_requests.scss
%%WWWDIR%%/app/assets/stylesheets/pages/monitor.scss
%%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss
@@ -5331,7 +5416,6 @@
%%WWWDIR%%/app/assets/stylesheets/pages/sherlock.scss
%%WWWDIR%%/app/assets/stylesheets/pages/storage_quota.scss
%%WWWDIR%%/app/assets/stylesheets/pages/tree.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/trials.scss
%%WWWDIR%%/app/assets/stylesheets/pages/users.scss
%%WWWDIR%%/app/assets/stylesheets/performance_bar.scss
%%WWWDIR%%/app/assets/stylesheets/print.scss
@@ -5340,6 +5424,7 @@
%%WWWDIR%%/app/assets/stylesheets/startup/startup-dark.scss
%%WWWDIR%%/app/assets/stylesheets/startup/startup-general.scss
%%WWWDIR%%/app/assets/stylesheets/startup/startup-signin.scss
+%%WWWDIR%%/app/assets/stylesheets/test_environment.scss
%%WWWDIR%%/app/assets/stylesheets/themes/_dark.scss
%%WWWDIR%%/app/assets/stylesheets/themes/theme_blue.scss
%%WWWDIR%%/app/assets/stylesheets/themes/theme_dark.scss
@@ -5384,7 +5469,6 @@
%%WWWDIR%%/app/controllers/admin/impersonation_tokens_controller.rb
%%WWWDIR%%/app/controllers/admin/impersonations_controller.rb
%%WWWDIR%%/app/controllers/admin/instance_review_controller.rb
-%%WWWDIR%%/app/controllers/admin/instance_statistics_controller.rb
%%WWWDIR%%/app/controllers/admin/integrations_controller.rb
%%WWWDIR%%/app/controllers/admin/jobs_controller.rb
%%WWWDIR%%/app/controllers/admin/keys_controller.rb
@@ -5399,6 +5483,7 @@
%%WWWDIR%%/app/controllers/admin/sessions_controller.rb
%%WWWDIR%%/app/controllers/admin/spam_logs_controller.rb
%%WWWDIR%%/app/controllers/admin/system_info_controller.rb
+%%WWWDIR%%/app/controllers/admin/usage_trends_controller.rb
%%WWWDIR%%/app/controllers/admin/users_controller.rb
%%WWWDIR%%/app/controllers/application_controller.rb
%%WWWDIR%%/app/controllers/autocomplete_controller.rb
@@ -5414,9 +5499,9 @@
%%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor_for_admin_mode.rb
%%WWWDIR%%/app/controllers/concerns/boards_actions.rb
%%WWWDIR%%/app/controllers/concerns/boards_responses.rb
+%%WWWDIR%%/app/controllers/concerns/check_rate_limit.rb
%%WWWDIR%%/app/controllers/concerns/checks_collaboration.rb
%%WWWDIR%%/app/controllers/concerns/clientside_preview_csp.rb
-%%WWWDIR%%/app/controllers/concerns/comment_and_close_flag.rb
%%WWWDIR%%/app/controllers/concerns/confirm_email_warning.rb
%%WWWDIR%%/app/controllers/concerns/continue_params.rb
%%WWWDIR%%/app/controllers/concerns/controller_with_cross_project_access_check.rb
@@ -5476,6 +5561,7 @@
%%WWWDIR%%/app/controllers/concerns/requires_whitelisted_monitoring_client.rb
%%WWWDIR%%/app/controllers/concerns/routable_actions.rb
%%WWWDIR%%/app/controllers/concerns/runner_setup_scripts.rb
+%%WWWDIR%%/app/controllers/concerns/security_and_compliance_permissions.rb
%%WWWDIR%%/app/controllers/concerns/send_file_upload.rb
%%WWWDIR%%/app/controllers/concerns/sends_blob.rb
%%WWWDIR%%/app/controllers/concerns/service_params.rb
@@ -5568,7 +5654,6 @@
%%WWWDIR%%/app/controllers/jwt_controller.rb
%%WWWDIR%%/app/controllers/ldap/omniauth_callbacks_controller.rb
%%WWWDIR%%/app/controllers/metrics_controller.rb
-%%WWWDIR%%/app/controllers/notification_settings_controller.rb
%%WWWDIR%%/app/controllers/oauth/applications_controller.rb
%%WWWDIR%%/app/controllers/oauth/authorizations_controller.rb
%%WWWDIR%%/app/controllers/oauth/authorized_applications_controller.rb
@@ -5760,6 +5845,7 @@
%%WWWDIR%%/app/finders/README.md
%%WWWDIR%%/app/finders/abuse_reports_finder.rb
%%WWWDIR%%/app/finders/access_requests_finder.rb
+%%WWWDIR%%/app/finders/admin/plans_finder.rb
%%WWWDIR%%/app/finders/admin/projects_finder.rb
%%WWWDIR%%/app/finders/alert_management/alerts_finder.rb
%%WWWDIR%%/app/finders/alert_management/http_integrations_finder.rb
@@ -5771,6 +5857,7 @@
%%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/boards_finder.rb
%%WWWDIR%%/app/finders/boards/visits_finder.rb
%%WWWDIR%%/app/finders/branches_finder.rb
%%WWWDIR%%/app/finders/ci/auth_job_finder.rb
@@ -5783,7 +5870,6 @@
%%WWWDIR%%/app/finders/ci/pipelines_for_merge_request_finder.rb
%%WWWDIR%%/app/finders/ci/runner_jobs_finder.rb
%%WWWDIR%%/app/finders/ci/runners_finder.rb
-%%WWWDIR%%/app/finders/ci/testing/daily_build_group_report_results_finder.rb
%%WWWDIR%%/app/finders/ci/variables_finder.rb
%%WWWDIR%%/app/finders/cluster_ancestors_finder.rb
%%WWWDIR%%/app/finders/clusters/knative_services_finder.rb
@@ -5818,6 +5904,8 @@
%%WWWDIR%%/app/finders/groups_finder.rb
%%WWWDIR%%/app/finders/issuable_finder.rb
%%WWWDIR%%/app/finders/issuable_finder/params.rb
+%%WWWDIR%%/app/finders/issuables/author_filter.rb
+%%WWWDIR%%/app/finders/issuables/base_filter.rb
%%WWWDIR%%/app/finders/issues_finder.rb
%%WWWDIR%%/app/finders/issues_finder/params.rb
%%WWWDIR%%/app/finders/joined_groups_finder.rb
@@ -5834,6 +5922,7 @@
%%WWWDIR%%/app/finders/metrics/dashboards/annotations_finder.rb
%%WWWDIR%%/app/finders/metrics/users_starred_dashboards_finder.rb
%%WWWDIR%%/app/finders/milestones_finder.rb
+%%WWWDIR%%/app/finders/namespaces/projects_finder.rb
%%WWWDIR%%/app/finders/notes_finder.rb
%%WWWDIR%%/app/finders/packages/composer/packages_finder.rb
%%WWWDIR%%/app/finders/packages/conan/package_file_finder.rb
@@ -5855,6 +5944,7 @@
%%WWWDIR%%/app/finders/personal_projects_finder.rb
%%WWWDIR%%/app/finders/projects/daily_statistics_finder.rb
%%WWWDIR%%/app/finders/projects/export_job_finder.rb
+%%WWWDIR%%/app/finders/projects/groups_finder.rb
%%WWWDIR%%/app/finders/projects/prometheus/alerts_finder.rb
%%WWWDIR%%/app/finders/projects/serverless/functions_finder.rb
%%WWWDIR%%/app/finders/projects_finder.rb
@@ -5862,7 +5952,7 @@
%%WWWDIR%%/app/finders/protected_branches_finder.rb
%%WWWDIR%%/app/finders/releases/evidence_pipeline_finder.rb
%%WWWDIR%%/app/finders/releases_finder.rb
-%%WWWDIR%%/app/finders/repositories/commits_with_trailer_finder.rb
+%%WWWDIR%%/app/finders/repositories/changelog_commits_finder.rb
%%WWWDIR%%/app/finders/repositories/previous_tag_finder.rb
%%WWWDIR%%/app/finders/resource_milestone_event_finder.rb
%%WWWDIR%%/app/finders/resource_state_event_finder.rb
@@ -5959,6 +6049,7 @@
%%WWWDIR%%/app/graphql/mutations/jira_import/import_users.rb
%%WWWDIR%%/app/graphql/mutations/jira_import/start.rb
%%WWWDIR%%/app/graphql/mutations/labels/create.rb
+%%WWWDIR%%/app/graphql/mutations/merge_requests/accept.rb
%%WWWDIR%%/app/graphql/mutations/merge_requests/base.rb
%%WWWDIR%%/app/graphql/mutations/merge_requests/create.rb
%%WWWDIR%%/app/graphql/mutations/merge_requests/reviewer_rereview.rb
@@ -5983,6 +6074,8 @@
%%WWWDIR%%/app/graphql/mutations/notes/update/base.rb
%%WWWDIR%%/app/graphql/mutations/notes/update/image_diff_note.rb
%%WWWDIR%%/app/graphql/mutations/notes/update/note.rb
+%%WWWDIR%%/app/graphql/mutations/release_asset_links/create.rb
+%%WWWDIR%%/app/graphql/mutations/release_asset_links/update.rb
%%WWWDIR%%/app/graphql/mutations/releases/base.rb
%%WWWDIR%%/app/graphql/mutations/releases/create.rb
%%WWWDIR%%/app/graphql/mutations/releases/delete.rb
@@ -6004,6 +6097,7 @@
%%WWWDIR%%/app/graphql/mutations/todos/mark_done.rb
%%WWWDIR%%/app/graphql/mutations/todos/restore.rb
%%WWWDIR%%/app/graphql/mutations/todos/restore_many.rb
+%%WWWDIR%%/app/graphql/mutations/user_callouts/create.rb
%%WWWDIR%%/app/graphql/queries/container_registry/get_container_repositories.query.graphql
%%WWWDIR%%/app/graphql/queries/design_management/design_permissions.query.graphql
%%WWWDIR%%/app/graphql/queries/design_management/get_design_list.query.graphql
@@ -6017,9 +6111,10 @@
%%WWWDIR%%/app/graphql/queries/snippet/snippet.query.graphql
%%WWWDIR%%/app/graphql/queries/snippet/snippet_blob_content.query.graphql
%%WWWDIR%%/app/graphql/queries/snippet/user_permissions.query.graphql
-%%WWWDIR%%/app/graphql/resolvers/admin/analytics/instance_statistics/measurements_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/admin/analytics/usage_trends/measurements_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/alert_management/alert_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/alert_management/http_integrations_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/alert_management/integrations_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/assigned_merge_requests_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/authored_merge_requests_resolver.rb
@@ -6067,6 +6162,7 @@
%%WWWDIR%%/app/graphql/resolvers/group_members_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/group_merge_requests_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/group_milestones_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/group_packages_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/group_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/issue_status_counts_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/issues_resolver.rb
@@ -6083,10 +6179,10 @@
%%WWWDIR%%/app/graphql/resolvers/namespace_projects_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/namespace_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/package_details_resolver.rb
-%%WWWDIR%%/app/graphql/resolvers/packages_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/project_members_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/project_merge_requests_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/project_milestones_resolver.rb
+%%WWWDIR%%/app/graphql/resolvers/project_packages_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/project_pipeline_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/project_pipeline_statistics_resolver.rb
%%WWWDIR%%/app/graphql/resolvers/project_pipelines_resolver.rb
@@ -6115,8 +6211,8 @@
%%WWWDIR%%/app/graphql/resolvers/users_resolver.rb
%%WWWDIR%%/app/graphql/types/access_level_enum.rb
%%WWWDIR%%/app/graphql/types/access_level_type.rb
-%%WWWDIR%%/app/graphql/types/admin/analytics/instance_statistics/measurement_identifier_enum.rb
-%%WWWDIR%%/app/graphql/types/admin/analytics/instance_statistics/measurement_type.rb
+%%WWWDIR%%/app/graphql/types/admin/analytics/usage_trends/measurement_identifier_enum.rb
+%%WWWDIR%%/app/graphql/types/admin/analytics/usage_trends/measurement_type.rb
%%WWWDIR%%/app/graphql/types/admin/sidekiq_queues/delete_jobs_response_type.rb
%%WWWDIR%%/app/graphql/types/alert_management/alert_sort_enum.rb
%%WWWDIR%%/app/graphql/types/alert_management/alert_status_counts_type.rb
@@ -6251,6 +6347,7 @@
%%WWWDIR%%/app/graphql/types/merge_request_state_enum.rb
%%WWWDIR%%/app/graphql/types/merge_request_state_event_enum.rb
%%WWWDIR%%/app/graphql/types/merge_request_type.rb
+%%WWWDIR%%/app/graphql/types/merge_strategy_enum.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
@@ -6302,6 +6399,7 @@
%%WWWDIR%%/app/graphql/types/query_type.rb
%%WWWDIR%%/app/graphql/types/range_input_type.rb
%%WWWDIR%%/app/graphql/types/release_asset_link_input_type.rb
+%%WWWDIR%%/app/graphql/types/release_asset_link_shared_input_arguments.rb
%%WWWDIR%%/app/graphql/types/release_asset_link_type.rb
%%WWWDIR%%/app/graphql/types/release_asset_link_type_enum.rb
%%WWWDIR%%/app/graphql/types/release_assets_input_type.rb
@@ -6338,6 +6436,8 @@
%%WWWDIR%%/app/graphql/types/tree/tree_type.rb
%%WWWDIR%%/app/graphql/types/tree/type_enum.rb
%%WWWDIR%%/app/graphql/types/untrusted_regexp.rb
+%%WWWDIR%%/app/graphql/types/user_callout_feature_name_enum.rb
+%%WWWDIR%%/app/graphql/types/user_callout_type.rb
%%WWWDIR%%/app/graphql/types/user_state_enum.rb
%%WWWDIR%%/app/graphql/types/user_status_type.rb
%%WWWDIR%%/app/graphql/types/user_type.rb
@@ -6446,6 +6546,7 @@
%%WWWDIR%%/app/helpers/projects/incidents_helper.rb
%%WWWDIR%%/app/helpers/projects/issues/service_desk_helper.rb
%%WWWDIR%%/app/helpers/projects/project_members_helper.rb
+%%WWWDIR%%/app/helpers/projects/security/configuration_helper.rb
%%WWWDIR%%/app/helpers/projects/terraform_helper.rb
%%WWWDIR%%/app/helpers/projects_helper.rb
%%WWWDIR%%/app/helpers/recaptcha_helper.rb
@@ -6527,8 +6628,7 @@
%%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/analytics/instance_statistics.rb
-%%WWWDIR%%/app/models/analytics/instance_statistics/measurement.rb
+%%WWWDIR%%/app/models/analytics/usage_trends/measurement.rb
%%WWWDIR%%/app/models/appearance.rb
%%WWWDIR%%/app/models/application_record.rb
%%WWWDIR%%/app/models/application_setting.rb
@@ -6682,7 +6782,6 @@
%%WWWDIR%%/app/models/commit_range.rb
%%WWWDIR%%/app/models/commit_status.rb
%%WWWDIR%%/app/models/commit_user_mention.rb
-%%WWWDIR%%/app/models/commit_with_pipeline.rb
%%WWWDIR%%/app/models/compare.rb
%%WWWDIR%%/app/models/concerns/access_requestable.rb
%%WWWDIR%%/app/models/concerns/acts_as_paginated_diff.rb
@@ -6935,6 +7034,7 @@
%%WWWDIR%%/app/models/hooks/system_hook.rb
%%WWWDIR%%/app/models/hooks/web_hook.rb
%%WWWDIR%%/app/models/hooks/web_hook_log.rb
+%%WWWDIR%%/app/models/hooks/web_hook_log_partitioned.rb
%%WWWDIR%%/app/models/identity.rb
%%WWWDIR%%/app/models/identity/uniqueness_scopes.rb
%%WWWDIR%%/app/models/import_export_upload.rb
@@ -7050,6 +7150,7 @@
%%WWWDIR%%/app/models/packages/package_file_build_info.rb
%%WWWDIR%%/app/models/packages/pypi.rb
%%WWWDIR%%/app/models/packages/pypi/metadatum.rb
+%%WWWDIR%%/app/models/packages/rubygems.rb
%%WWWDIR%%/app/models/packages/rubygems/metadatum.rb
%%WWWDIR%%/app/models/packages/sem_ver.rb
%%WWWDIR%%/app/models/packages/tag.rb
@@ -7139,6 +7240,7 @@
%%WWWDIR%%/app/models/project_services/prometheus_service.rb
%%WWWDIR%%/app/models/project_services/pushover_service.rb
%%WWWDIR%%/app/models/project_services/redmine_service.rb
+%%WWWDIR%%/app/models/project_services/slack_mattermost/notifier.rb
%%WWWDIR%%/app/models/project_services/slack_service.rb
%%WWWDIR%%/app/models/project_services/slack_slash_commands_service.rb
%%WWWDIR%%/app/models/project_services/slash_commands_service.rb
@@ -7152,6 +7254,7 @@
%%WWWDIR%%/app/models/project_team.rb
%%WWWDIR%%/app/models/project_tracing_setting.rb
%%WWWDIR%%/app/models/project_wiki.rb
+%%WWWDIR%%/app/models/projects/repository_storage_move.rb
%%WWWDIR%%/app/models/prometheus_alert.rb
%%WWWDIR%%/app/models/prometheus_alert_event.rb
%%WWWDIR%%/app/models/prometheus_metric.rb
@@ -7201,6 +7304,7 @@
%%WWWDIR%%/app/models/snippet_repository_storage_move.rb
%%WWWDIR%%/app/models/snippet_statistics.rb
%%WWWDIR%%/app/models/snippet_user_mention.rb
+%%WWWDIR%%/app/models/snippets/repository_storage_move.rb
%%WWWDIR%%/app/models/spam_log.rb
%%WWWDIR%%/app/models/ssh_host_key.rb
%%WWWDIR%%/app/models/state_note.rb
@@ -7253,7 +7357,7 @@
%%WWWDIR%%/app/models/zoom_meeting.rb
%%WWWDIR%%/app/policies/alert_management/alert_policy.rb
%%WWWDIR%%/app/policies/alert_management/http_integration_policy.rb
-%%WWWDIR%%/app/policies/analytics/instance_statistics/measurement_policy.rb
+%%WWWDIR%%/app/policies/analytics/usage_trends/measurement_policy.rb
%%WWWDIR%%/app/policies/application_setting/term_policy.rb
%%WWWDIR%%/app/policies/application_setting_policy.rb
%%WWWDIR%%/app/policies/award_emoji_policy.rb
@@ -7704,6 +7808,7 @@
%%WWWDIR%%/app/services/base_count_service.rb
%%WWWDIR%%/app/services/base_renderer.rb
%%WWWDIR%%/app/services/base_service.rb
+%%WWWDIR%%/app/services/boards/base_item_move_service.rb
%%WWWDIR%%/app/services/boards/base_items_list_service.rb
%%WWWDIR%%/app/services/boards/base_service.rb
%%WWWDIR%%/app/services/boards/create_service.rb
@@ -7711,7 +7816,6 @@
%%WWWDIR%%/app/services/boards/issues/create_service.rb
%%WWWDIR%%/app/services/boards/issues/list_service.rb
%%WWWDIR%%/app/services/boards/issues/move_service.rb
-%%WWWDIR%%/app/services/boards/list_service.rb
%%WWWDIR%%/app/services/boards/lists/base_create_service.rb
%%WWWDIR%%/app/services/boards/lists/create_service.rb
%%WWWDIR%%/app/services/boards/lists/destroy_service.rb
@@ -7762,6 +7866,7 @@
%%WWWDIR%%/app/services/ci/generate_coverage_reports_service.rb
%%WWWDIR%%/app/services/ci/generate_exposed_artifacts_report_service.rb
%%WWWDIR%%/app/services/ci/generate_terraform_reports_service.rb
+%%WWWDIR%%/app/services/ci/job_artifacts_destroy_batch_service.rb
%%WWWDIR%%/app/services/ci/list_config_variables_service.rb
%%WWWDIR%%/app/services/ci/parse_dotenv_artifact_service.rb
%%WWWDIR%%/app/services/ci/pipeline_artifacts/coverage_report_service.rb
@@ -7909,6 +8014,7 @@
%%WWWDIR%%/app/services/environments/auto_stop_service.rb
%%WWWDIR%%/app/services/environments/canary_ingress/update_service.rb
%%WWWDIR%%/app/services/environments/reset_auto_stop_service.rb
+%%WWWDIR%%/app/services/environments/schedule_to_delete_review_apps_service.rb
%%WWWDIR%%/app/services/error_tracking/base_service.rb
%%WWWDIR%%/app/services/error_tracking/issue_details_service.rb
%%WWWDIR%%/app/services/error_tracking/issue_latest_event_service.rb
@@ -7978,6 +8084,7 @@
%%WWWDIR%%/app/services/issuable/destroy_service.rb
%%WWWDIR%%/app/services/issuable/export_csv/base_service.rb
%%WWWDIR%%/app/services/issuable/import_csv/base_service.rb
+%%WWWDIR%%/app/services/issuable/process_assignees.rb
%%WWWDIR%%/app/services/issuable_base_service.rb
%%WWWDIR%%/app/services/issuable_links/create_service.rb
%%WWWDIR%%/app/services/issuable_links/destroy_service.rb
@@ -8077,6 +8184,7 @@
%%WWWDIR%%/app/services/merge_requests/reopen_service.rb
%%WWWDIR%%/app/services/merge_requests/request_review_service.rb
%%WWWDIR%%/app/services/merge_requests/resolved_discussion_notification_service.rb
+%%WWWDIR%%/app/services/merge_requests/retarget_chain_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
@@ -8150,28 +8258,36 @@
%%WWWDIR%%/app/services/packages/create_event_service.rb
%%WWWDIR%%/app/services/packages/create_package_file_service.rb
%%WWWDIR%%/app/services/packages/create_package_service.rb
+%%WWWDIR%%/app/services/packages/create_temporary_package_service.rb
%%WWWDIR%%/app/services/packages/debian/create_distribution_service.rb
%%WWWDIR%%/app/services/packages/debian/create_package_file_service.rb
%%WWWDIR%%/app/services/packages/debian/destroy_distribution_service.rb
%%WWWDIR%%/app/services/packages/debian/extract_deb_metadata_service.rb
%%WWWDIR%%/app/services/packages/debian/extract_metadata_service.rb
-%%WWWDIR%%/app/services/packages/debian/get_or_create_incoming_service.rb
+%%WWWDIR%%/app/services/packages/debian/find_or_create_incoming_service.rb
+%%WWWDIR%%/app/services/packages/debian/find_or_create_package_service.rb
%%WWWDIR%%/app/services/packages/debian/parse_debian822_service.rb
%%WWWDIR%%/app/services/packages/debian/update_distribution_service.rb
%%WWWDIR%%/app/services/packages/generic/create_package_file_service.rb
%%WWWDIR%%/app/services/packages/generic/find_or_create_package_service.rb
%%WWWDIR%%/app/services/packages/maven/create_package_service.rb
%%WWWDIR%%/app/services/packages/maven/find_or_create_package_service.rb
+%%WWWDIR%%/app/services/packages/maven/metadata.rb
+%%WWWDIR%%/app/services/packages/maven/metadata/append_package_file_service.rb
+%%WWWDIR%%/app/services/packages/maven/metadata/base_create_xml_service.rb
+%%WWWDIR%%/app/services/packages/maven/metadata/create_plugins_xml_service.rb
+%%WWWDIR%%/app/services/packages/maven/metadata/create_versions_xml_service.rb
+%%WWWDIR%%/app/services/packages/maven/metadata/sync_service.rb
%%WWWDIR%%/app/services/packages/npm/create_package_service.rb
%%WWWDIR%%/app/services/packages/npm/create_tag_service.rb
%%WWWDIR%%/app/services/packages/nuget/create_dependency_service.rb
-%%WWWDIR%%/app/services/packages/nuget/create_package_service.rb
%%WWWDIR%%/app/services/packages/nuget/metadata_extraction_service.rb
%%WWWDIR%%/app/services/packages/nuget/search_service.rb
%%WWWDIR%%/app/services/packages/nuget/sync_metadatum_service.rb
%%WWWDIR%%/app/services/packages/nuget/update_package_from_metadata_service.rb
%%WWWDIR%%/app/services/packages/pypi/create_package_service.rb
%%WWWDIR%%/app/services/packages/remove_tag_service.rb
+%%WWWDIR%%/app/services/packages/rubygems/dependency_resolver_service.rb
%%WWWDIR%%/app/services/packages/update_tags_service.rb
%%WWWDIR%%/app/services/pages/delete_service.rb
%%WWWDIR%%/app/services/pages/destroy_deployments_service.rb
@@ -8325,6 +8441,7 @@
%%WWWDIR%%/app/services/search_service.rb
%%WWWDIR%%/app/services/security/ci_configuration/sast_create_service.rb
%%WWWDIR%%/app/services/security/ci_configuration/sast_parser_service.rb
+%%WWWDIR%%/app/services/security/vulnerability_uuid.rb
%%WWWDIR%%/app/services/serverless/associate_domain_service.rb
%%WWWDIR%%/app/services/service_desk_settings/update_service.rb
%%WWWDIR%%/app/services/service_response.rb
@@ -8389,6 +8506,7 @@
%%WWWDIR%%/app/services/users/build_service.rb
%%WWWDIR%%/app/services/users/create_service.rb
%%WWWDIR%%/app/services/users/destroy_service.rb
+%%WWWDIR%%/app/services/users/dismiss_user_callout_service.rb
%%WWWDIR%%/app/services/users/keys_count_service.rb
%%WWWDIR%%/app/services/users/last_push_event_service.rb
%%WWWDIR%%/app/services/users/migrate_to_ghost_user_service.rb
@@ -8458,6 +8576,7 @@
%%WWWDIR%%/app/validators/feature_flag_strategies_validator.rb
%%WWWDIR%%/app/validators/feature_flag_user_xids_validator.rb
%%WWWDIR%%/app/validators/future_date_validator.rb
+%%WWWDIR%%/app/validators/gitlab/utils/zoom_url_validator.rb
%%WWWDIR%%/app/validators/html_safety_validator.rb
%%WWWDIR%%/app/validators/ip_address_validator.rb
%%WWWDIR%%/app/validators/js_regex_validator.rb
@@ -8472,6 +8591,7 @@
%%WWWDIR%%/app/validators/json_schemas/git_trailers.json
%%WWWDIR%%/app/validators/json_schemas/http_integration_payload_attribute_mapping.json
%%WWWDIR%%/app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json
+%%WWWDIR%%/app/validators/json_schemas/security_scan_info.json
%%WWWDIR%%/app/validators/json_schemas/vulnerability_finding_details.json
%%WWWDIR%%/app/validators/key_restriction_validator.rb
%%WWWDIR%%/app/validators/line_code_validator.rb
@@ -8488,7 +8608,6 @@
%%WWWDIR%%/app/validators/top_level_group_validator.rb
%%WWWDIR%%/app/validators/untrusted_regexp_validator.rb
%%WWWDIR%%/app/validators/x509_certificate_credentials_validator.rb
-%%WWWDIR%%/app/validators/zoom_url_validator.rb
%%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml
%%WWWDIR%%/app/views/abuse_report_mailer/notify.text.haml
%%WWWDIR%%/app/views/abuse_reports/new.html.haml
@@ -8559,7 +8678,6 @@
%%WWWDIR%%/app/views/admin/broadcast_messages/_form.html.haml
%%WWWDIR%%/app/views/admin/broadcast_messages/edit.html.haml
%%WWWDIR%%/app/views/admin/broadcast_messages/index.html.haml
-%%WWWDIR%%/app/views/admin/dashboard/_billable_users_text.html.haml
%%WWWDIR%%/app/views/admin/dashboard/index.html.haml
%%WWWDIR%%/app/views/admin/dashboard/stats.html.haml
%%WWWDIR%%/app/views/admin/deploy_keys/edit.html.haml
@@ -8589,7 +8707,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/instance_statistics/index.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
@@ -8620,6 +8737,7 @@
%%WWWDIR%%/app/views/admin/spam_logs/_spam_log.html.haml
%%WWWDIR%%/app/views/admin/spam_logs/index.html.haml
%%WWWDIR%%/app/views/admin/system_info/show.html.haml
+%%WWWDIR%%/app/views/admin/usage_trends/index.html.haml
%%WWWDIR%%/app/views/admin/users/_access_levels.html.haml
%%WWWDIR%%/app/views/admin/users/_admin_notes.html.haml
%%WWWDIR%%/app/views/admin/users/_approve_user.html.haml
@@ -9021,12 +9139,15 @@
%%WWWDIR%%/app/views/notify/_removal_notification.html.haml
%%WWWDIR%%/app/views/notify/_successful_pipeline.html.haml
%%WWWDIR%%/app/views/notify/_successful_pipeline.text.erb
+%%WWWDIR%%/app/views/notify/_users_list.html.haml
%%WWWDIR%%/app/views/notify/access_token_about_to_expire_email.html.haml
%%WWWDIR%%/app/views/notify/access_token_about_to_expire_email.text.erb
%%WWWDIR%%/app/views/notify/access_token_expired_email.html.haml
%%WWWDIR%%/app/views/notify/access_token_expired_email.text.erb
%%WWWDIR%%/app/views/notify/autodevops_disabled_email.html.haml
%%WWWDIR%%/app/views/notify/autodevops_disabled_email.text.erb
+%%WWWDIR%%/app/views/notify/change_in_merge_request_draft_status_email.html.haml
+%%WWWDIR%%/app/views/notify/change_in_merge_request_draft_status_email.text.erb
%%WWWDIR%%/app/views/notify/changed_milestone_email.html.haml
%%WWWDIR%%/app/views/notify/changed_milestone_email.text.erb
%%WWWDIR%%/app/views/notify/changed_reviewer_of_merge_request_email.html.haml
@@ -9228,7 +9349,6 @@
%%WWWDIR%%/app/views/projects/_home_panel.html.haml
%%WWWDIR%%/app/views/projects/_import_project_pane.html.haml
%%WWWDIR%%/app/views/projects/_invite_members.html.haml
-%%WWWDIR%%/app/views/projects/_invite_members_link.html.haml
%%WWWDIR%%/app/views/projects/_invite_members_modal.html.haml
%%WWWDIR%%/app/views/projects/_last_push.html.haml
%%WWWDIR%%/app/views/projects/_merge_request_merge_checks_settings.html.haml
@@ -9239,7 +9359,6 @@
%%WWWDIR%%/app/views/projects/_merge_request_settings_description_text.html.haml
%%WWWDIR%%/app/views/projects/_merge_request_squash_options_settings.html.haml
%%WWWDIR%%/app/views/projects/_new_project_fields.html.haml
-%%WWWDIR%%/app/views/projects/_new_project_push_tip.html.haml
%%WWWDIR%%/app/views/projects/_project_templates.html.haml
%%WWWDIR%%/app/views/projects/_readme.html.haml
%%WWWDIR%%/app/views/projects/_remove.html.haml
@@ -9261,8 +9380,6 @@
%%WWWDIR%%/app/views/projects/artifacts/index.html.haml
%%WWWDIR%%/app/views/projects/badges/badge.svg.erb
%%WWWDIR%%/app/views/projects/badges/badge_flat-square.svg.erb
-%%WWWDIR%%/app/views/projects/blame/_age_map_legend.html.haml
-%%WWWDIR%%/app/views/projects/blame/_blame_group.html.haml
%%WWWDIR%%/app/views/projects/blame/show.html.haml
%%WWWDIR%%/app/views/projects/blob/_auxiliary_viewer.html.haml
%%WWWDIR%%/app/views/projects/blob/_blob.html.haml
@@ -9361,12 +9478,9 @@
%%WWWDIR%%/app/views/projects/commits/_inline_commit.html.haml
%%WWWDIR%%/app/views/projects/commits/show.atom.builder
%%WWWDIR%%/app/views/projects/commits/show.html.haml
-%%WWWDIR%%/app/views/projects/compare/_form.html.haml
%%WWWDIR%%/app/views/projects/compare/index.html.haml
%%WWWDIR%%/app/views/projects/compare/show.html.haml
%%WWWDIR%%/app/views/projects/confluences/show.html.haml
-%%WWWDIR%%/app/views/projects/cycle_analytics/_empty_stage.html.haml
-%%WWWDIR%%/app/views/projects/cycle_analytics/_no_access.html.haml
%%WWWDIR%%/app/views/projects/cycle_analytics/show.html.haml
%%WWWDIR%%/app/views/projects/default_branch/_show.html.haml
%%WWWDIR%%/app/views/projects/deploy_keys/edit.html.haml
@@ -9458,8 +9572,6 @@
%%WWWDIR%%/app/views/projects/issues/_service_desk_info_content.html.haml
%%WWWDIR%%/app/views/projects/issues/calendar.ics.haml
%%WWWDIR%%/app/views/projects/issues/edit.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
%%WWWDIR%%/app/views/projects/issues/index.html.haml
%%WWWDIR%%/app/views/projects/issues/new.html.haml
@@ -9496,11 +9608,6 @@
%%WWWDIR%%/app/views/projects/merge_requests/_nav_btns.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/_pipelines.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/_widget.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/conflicts/_file_actions.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/conflicts/_submit_form.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/conflicts/components/_diff_file_editor.html.haml
-%%WWWDIR%%/app/views/projects/merge_requests/conflicts/components/_inline_conflict_lines.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/conflicts/show.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/creations/_diffs.html.haml
%%WWWDIR%%/app/views/projects/merge_requests/creations/_new_compare.html.haml
@@ -9578,8 +9685,6 @@
%%WWWDIR%%/app/views/projects/product_analytics/index.html.haml
%%WWWDIR%%/app/views/projects/product_analytics/setup.html.haml
%%WWWDIR%%/app/views/projects/product_analytics/test.html.haml
-%%WWWDIR%%/app/views/projects/project_members/_groups.html.haml
-%%WWWDIR%%/app/views/projects/project_members/_team.html.haml
%%WWWDIR%%/app/views/projects/project_members/import.html.haml
%%WWWDIR%%/app/views/projects/project_members/index.html.haml
%%WWWDIR%%/app/views/projects/project_templates/_project_fields_form.html.haml
@@ -9691,7 +9796,6 @@
%%WWWDIR%%/app/views/projects/triggers/_index.html.haml
%%WWWDIR%%/app/views/projects/triggers/_trigger.html.haml
%%WWWDIR%%/app/views/projects/triggers/edit.html.haml
-%%WWWDIR%%/app/views/projects/update.js.haml
%%WWWDIR%%/app/views/registrations/experience_levels/show.html.haml
%%WWWDIR%%/app/views/registrations/welcome/show.html.haml
%%WWWDIR%%/app/views/repository_check_mailer/notify.html.haml
@@ -9985,8 +10089,6 @@
%%WWWDIR%%/app/views/shared/issuable/_sidebar_todo.html.haml
%%WWWDIR%%/app/views/shared/issuable/_sort_dropdown.html.haml
%%WWWDIR%%/app/views/shared/issuable/_user_dropdown_item.html.haml
-%%WWWDIR%%/app/views/shared/issuable/csv_export/_button.html.haml
-%%WWWDIR%%/app/views/shared/issuable/csv_export/_modal.html.haml
%%WWWDIR%%/app/views/shared/issuable/form/_branch_chooser.html.haml
%%WWWDIR%%/app/views/shared/issuable/form/_contribution.html.haml
%%WWWDIR%%/app/views/shared/issuable/form/_default_templates.html.haml
@@ -10045,10 +10147,6 @@
%%WWWDIR%%/app/views/shared/notes/_note.html.haml
%%WWWDIR%%/app/views/shared/notes/_notes.html.haml
%%WWWDIR%%/app/views/shared/notes/_notes_with_form.html.haml
-%%WWWDIR%%/app/views/shared/notifications/_button.html.haml
-%%WWWDIR%%/app/views/shared/notifications/_custom_notifications.html.haml
-%%WWWDIR%%/app/views/shared/notifications/_new_button.html.haml
-%%WWWDIR%%/app/views/shared/notifications/_notification_dropdown.html.haml
%%WWWDIR%%/app/views/shared/packages/_no_packages.html.haml
%%WWWDIR%%/app/views/shared/projects/_archived.html.haml
%%WWWDIR%%/app/views/shared/projects/_dropdown.html.haml
@@ -10122,6 +10220,8 @@
%%WWWDIR%%/app/workers/all_queues.yml
%%WWWDIR%%/app/workers/analytics/instance_statistics/count_job_trigger_worker.rb
%%WWWDIR%%/app/workers/analytics/instance_statistics/counter_job_worker.rb
+%%WWWDIR%%/app/workers/analytics/usage_trends/count_job_trigger_worker.rb
+%%WWWDIR%%/app/workers/analytics/usage_trends/counter_job_worker.rb
%%WWWDIR%%/app/workers/approve_blocked_pending_approval_users_worker.rb
%%WWWDIR%%/app/workers/archive_trace_worker.rb
%%WWWDIR%%/app/workers/authorized_keys_worker.rb
@@ -10323,6 +10423,7 @@
%%WWWDIR%%/app/workers/members_destroyer/unassign_issuables_worker.rb
%%WWWDIR%%/app/workers/merge_request_cleanup_refs_worker.rb
%%WWWDIR%%/app/workers/merge_request_mergeability_check_worker.rb
+%%WWWDIR%%/app/workers/merge_requests/delete_source_branch_worker.rb
%%WWWDIR%%/app/workers/merge_worker.rb
%%WWWDIR%%/app/workers/metrics/dashboard/prune_old_annotations_worker.rb
%%WWWDIR%%/app/workers/metrics/dashboard/schedule_annotations_prune_worker.rb
@@ -10330,7 +10431,9 @@
%%WWWDIR%%/app/workers/migrate_external_diffs_worker.rb
%%WWWDIR%%/app/workers/namespaceless_project_destroy_worker.rb
%%WWWDIR%%/app/workers/namespaces/in_product_marketing_emails_worker.rb
+%%WWWDIR%%/app/workers/namespaces/onboarding_issue_created_worker.rb
%%WWWDIR%%/app/workers/namespaces/onboarding_pipeline_created_worker.rb
+%%WWWDIR%%/app/workers/namespaces/onboarding_progress_worker.rb
%%WWWDIR%%/app/workers/namespaces/onboarding_user_added_worker.rb
%%WWWDIR%%/app/workers/namespaces/prune_aggregation_schedules_worker.rb
%%WWWDIR%%/app/workers/namespaces/root_statistics_worker.rb
@@ -10345,6 +10448,8 @@
%%WWWDIR%%/app/workers/object_storage/background_move_worker.rb
%%WWWDIR%%/app/workers/object_storage/migrate_uploads_worker.rb
%%WWWDIR%%/app/workers/packages/composer/cache_cleanup_worker.rb
+%%WWWDIR%%/app/workers/packages/composer/cache_update_worker.rb
+%%WWWDIR%%/app/workers/packages/maven/metadata/sync_worker.rb
%%WWWDIR%%/app/workers/packages/nuget/extraction_worker.rb
%%WWWDIR%%/app/workers/pages_domain_removal_cron_worker.rb
%%WWWDIR%%/app/workers/pages_domain_ssl_renewal_cron_worker.rb
@@ -10374,6 +10479,8 @@
%%WWWDIR%%/app/workers/project_service_worker.rb
%%WWWDIR%%/app/workers/project_update_repository_storage_worker.rb
%%WWWDIR%%/app/workers/projects/git_garbage_collect_worker.rb
+%%WWWDIR%%/app/workers/projects/schedule_bulk_repository_shard_moves_worker.rb
+%%WWWDIR%%/app/workers/projects/update_repository_storage_worker.rb
%%WWWDIR%%/app/workers/prometheus/create_default_alerts_worker.rb
%%WWWDIR%%/app/workers/propagate_integration_group_worker.rb
%%WWWDIR%%/app/workers/propagate_integration_inherit_descendant_worker.rb
@@ -10412,6 +10519,8 @@
%%WWWDIR%%/app/workers/service_desk_email_receiver_worker.rb
%%WWWDIR%%/app/workers/snippet_schedule_bulk_repository_shard_moves_worker.rb
%%WWWDIR%%/app/workers/snippet_update_repository_storage_worker.rb
+%%WWWDIR%%/app/workers/snippets/schedule_bulk_repository_shard_moves_worker.rb
+%%WWWDIR%%/app/workers/snippets/update_repository_storage_worker.rb
%%WWWDIR%%/app/workers/stage_update_worker.rb
%%WWWDIR%%/app/workers/stuck_ci_jobs_worker.rb
%%WWWDIR%%/app/workers/stuck_export_jobs_worker.rb
@@ -10490,6 +10599,7 @@
%%WWWDIR%%/config/feature_flags/development/additional_snowplow_tracking.yml
%%WWWDIR%%/config/feature_flags/development/ajax_new_deploy_token.yml
%%WWWDIR%%/config/feature_flags/development/allow_editing_commit_messages.yml
+%%WWWDIR%%/config/feature_flags/development/allow_force_push_to_protected_branches.yml
%%WWWDIR%%/config/feature_flags/development/allow_group_deploy_token.yml
%%WWWDIR%%/config/feature_flags/development/allow_possible_spam.yml
%%WWWDIR%%/config/feature_flags/development/allow_unsafe_ruby_regexp.yml
@@ -10499,12 +10609,15 @@
%%WWWDIR%%/config/feature_flags/development/archive_rate_limit.yml
%%WWWDIR%%/config/feature_flags/development/artifacts_management_page.yml
%%WWWDIR%%/config/feature_flags/development/async_commit_diff_files.yml
+%%WWWDIR%%/config/feature_flags/development/attachment_with_filename.yml
%%WWWDIR%%/config/feature_flags/development/auto_create_cluster_management_project.yml
%%WWWDIR%%/config/feature_flags/development/auto_devops_banner_disabled.yml
+%%WWWDIR%%/config/feature_flags/development/avatar_cache_for_email.yml
%%WWWDIR%%/config/feature_flags/development/batch_suggestions.yml
%%WWWDIR%%/config/feature_flags/development/bitbucket_server_user_mapping_by_username.yml
%%WWWDIR%%/config/feature_flags/development/block_anonymous_global_searches.yml
%%WWWDIR%%/config/feature_flags/development/board_new_list.yml
+%%WWWDIR%%/config/feature_flags/development/boards_filtered_search.yml
%%WWWDIR%%/config/feature_flags/development/branch_list_keyset_pagination.yml
%%WWWDIR%%/config/feature_flags/development/branches_pagination_without_count.yml
%%WWWDIR%%/config/feature_flags/development/broadcast_issue_updates.yml
@@ -10517,6 +10630,7 @@
%%WWWDIR%%/config/feature_flags/development/ci_accept_frontend_prometheus_metrics.yml
%%WWWDIR%%/config/feature_flags/development/ci_artifacts_exclude.yml
%%WWWDIR%%/config/feature_flags/development/ci_build_metadata_config.yml
+%%WWWDIR%%/config/feature_flags/development/ci_commit_pipeline_mini_graph_vue.yml
%%WWWDIR%%/config/feature_flags/development/ci_config_merged_tab.yml
%%WWWDIR%%/config/feature_flags/development/ci_config_visualization_tab.yml
%%WWWDIR%%/config/feature_flags/development/ci_cross_pipeline_artifacts_download.yml
@@ -10525,18 +10639,23 @@
%%WWWDIR%%/config/feature_flags/development/ci_disallow_to_create_merge_request_pipelines_in_target_project.yml
%%WWWDIR%%/config/feature_flags/development/ci_dynamic_child_pipeline.yml
%%WWWDIR%%/config/feature_flags/development/ci_enable_live_trace.yml
+%%WWWDIR%%/config/feature_flags/development/ci_fix_commit_status_retried.yml
+%%WWWDIR%%/config/feature_flags/development/ci_fix_pipeline_status_for_dag_needs_manual.yml
%%WWWDIR%%/config/feature_flags/development/ci_instance_variables_ui.yml
%%WWWDIR%%/config/feature_flags/development/ci_job_jwt.yml
-%%WWWDIR%%/config/feature_flags/development/ci_jwt_include_environment.yml
%%WWWDIR%%/config/feature_flags/development/ci_jwt_signing_key.yml
-%%WWWDIR%%/config/feature_flags/development/ci_mini_pipeline_gl_dropdown.yml
+%%WWWDIR%%/config/feature_flags/development/ci_needs_optional.yml
%%WWWDIR%%/config/feature_flags/development/ci_new_artifact_file_reader.yml
-%%WWWDIR%%/config/feature_flags/development/ci_pipeline_editor_page.yml
%%WWWDIR%%/config/feature_flags/development/ci_pipeline_latest.yml
%%WWWDIR%%/config/feature_flags/development/ci_pipeline_status_omit_commit_sha_in_cache_key.yml
%%WWWDIR%%/config/feature_flags/development/ci_pipeline_triggers_settings_vue_ui.yml
+%%WWWDIR%%/config/feature_flags/development/ci_preload_runner_tags.yml
%%WWWDIR%%/config/feature_flags/development/ci_raise_job_rules_without_workflow_rules_warning.yml
-%%WWWDIR%%/config/feature_flags/development/ci_rules_variables.yml
+%%WWWDIR%%/config/feature_flags/development/ci_reduce_queries_when_ticking_runner_queue.yml
+%%WWWDIR%%/config/feature_flags/development/ci_register_job_service_one_by_one.yml
+%%WWWDIR%%/config/feature_flags/development/ci_register_job_temporary_lock.yml
+%%WWWDIR%%/config/feature_flags/development/ci_remove_update_retried_from_process_pipeline.yml
+%%WWWDIR%%/config/feature_flags/development/ci_runners_short_circuit_assignable_for.yml
%%WWWDIR%%/config/feature_flags/development/ci_runners_tokens_optional_encryption.yml
%%WWWDIR%%/config/feature_flags/development/ci_skip_persistent_ref_existence_check.yml
%%WWWDIR%%/config/feature_flags/development/ci_store_pipeline_messages.yml
@@ -10545,23 +10664,21 @@
%%WWWDIR%%/config/feature_flags/development/ci_validate_build_dependencies.yml
%%WWWDIR%%/config/feature_flags/development/ci_validate_build_dependencies_override.yml
%%WWWDIR%%/config/feature_flags/development/ci_yaml_limit_size.yml
-%%WWWDIR%%/config/feature_flags/development/clear_status_with_quick_options.yml
%%WWWDIR%%/config/feature_flags/development/cluster_agent_list.yml
%%WWWDIR%%/config/feature_flags/development/cluster_management_project.yml
%%WWWDIR%%/config/feature_flags/development/codequality_backend_comparison.yml
%%WWWDIR%%/config/feature_flags/development/codequality_mr_diff.yml
%%WWWDIR%%/config/feature_flags/development/collect_package_events.yml
-%%WWWDIR%%/config/feature_flags/development/collect_package_events_redis.yml
+%%WWWDIR%%/config/feature_flags/development/compare_repo_dropdown.yml
%%WWWDIR%%/config/feature_flags/development/confidential_notes.yml
%%WWWDIR%%/config/feature_flags/development/consolidated_edit_button.yml
%%WWWDIR%%/config/feature_flags/development/container_expiration_policies_historic_entry.yml
%%WWWDIR%%/config/feature_flags/development/container_registry_expiration_policies_throttling.yml
%%WWWDIR%%/config/feature_flags/development/context_commits.yml
%%WWWDIR%%/config/feature_flags/development/core_security_mr_widget_counts.yml
-%%WWWDIR%%/config/feature_flags/development/coverage_data_new_finder.yml
%%WWWDIR%%/config/feature_flags/development/create_cloud_run_clusters.yml
%%WWWDIR%%/config/feature_flags/development/custom_emoji.yml
-%%WWWDIR%%/config/feature_flags/development/dashboard_pipeline_status.yml
+%%WWWDIR%%/config/feature_flags/development/customize_homepage.yml
%%WWWDIR%%/config/feature_flags/development/database_sourced_aggregated_metrics.yml
%%WWWDIR%%/config/feature_flags/development/datadog_ci_integration.yml
%%WWWDIR%%/config/feature_flags/development/debian_packages.yml
@@ -10574,6 +10691,7 @@
%%WWWDIR%%/config/feature_flags/development/disable_metric_dashboard_refresh_rate.yml
%%WWWDIR%%/config/feature_flags/development/disable_ssh_key_used_tracking.yml
%%WWWDIR%%/config/feature_flags/development/display_merge_conflicts_in_diff.yml
+%%WWWDIR%%/config/feature_flags/development/dora_daily_metrics.yml
%%WWWDIR%%/config/feature_flags/development/drag_comment_selection.yml
%%WWWDIR%%/config/feature_flags/development/drop_license_management_artifact.yml
%%WWWDIR%%/config/feature_flags/development/dynamic_nonce_creation.yml
@@ -10583,6 +10701,7 @@
%%WWWDIR%%/config/feature_flags/development/feature_flag_permissions.yml
%%WWWDIR%%/config/feature_flags/development/file_identifier_hash.yml
%%WWWDIR%%/config/feature_flags/development/force_autodevops_on_by_default.yml
+%%WWWDIR%%/config/feature_flags/development/fork_project_form.yml
%%WWWDIR%%/config/feature_flags/development/forti_authenticator.yml
%%WWWDIR%%/config/feature_flags/development/forti_token_cloud.yml
%%WWWDIR%%/config/feature_flags/development/forward_deployment_enabled.yml
@@ -10590,10 +10709,13 @@
%%WWWDIR%%/config/feature_flags/development/geo_snippet_repository_replication.yml
%%WWWDIR%%/config/feature_flags/development/git_push_create_all_pipelines.yml
%%WWWDIR%%/config/feature_flags/development/gitaly_enforce_requests_limits.yml
+%%WWWDIR%%/config/feature_flags/development/gitaly_find_file.yml
%%WWWDIR%%/config/feature_flags/development/gitaly_go_user_merge_branch.yml
%%WWWDIR%%/config/feature_flags/development/gitaly_mep_mep.yml
%%WWWDIR%%/config/feature_flags/development/gitaly_upload_pack_gitaly_hooks.yml
%%WWWDIR%%/config/feature_flags/development/gitlab_ci_archived_trace_consistent_reads.yml
+%%WWWDIR%%/config/feature_flags/development/gitlab_ci_builds_queue_limit.yml
+%%WWWDIR%%/config/feature_flags/development/gitlab_ci_builds_queuing_metrics.yml
%%WWWDIR%%/config/feature_flags/development/gitlab_ci_trace_read_consistency.yml
%%WWWDIR%%/config/feature_flags/development/gitlab_org_sitemap.yml
%%WWWDIR%%/config/feature_flags/development/global_default_branch_name.yml
@@ -10602,26 +10724,28 @@
%%WWWDIR%%/config/feature_flags/development/grape_gitlab_json.yml
%%WWWDIR%%/config/feature_flags/development/graphql_board_lists.yml
%%WWWDIR%%/config/feature_flags/development/graphql_individual_release_page.yml
-%%WWWDIR%%/config/feature_flags/development/graphql_logging.yml
%%WWWDIR%%/config/feature_flags/development/graphql_milestone_stats.yml
%%WWWDIR%%/config/feature_flags/development/graphql_pipeline_details.yml
%%WWWDIR%%/config/feature_flags/development/graphql_pipeline_details_users.yml
%%WWWDIR%%/config/feature_flags/development/graphql_release_data.yml
%%WWWDIR%%/config/feature_flags/development/graphql_releases_page.yml
%%WWWDIR%%/config/feature_flags/development/group_ci_cd_analytics_page.yml
+%%WWWDIR%%/config/feature_flags/development/group_devops_adoption.yml
%%WWWDIR%%/config/feature_flags/development/group_export_ndjson.yml
%%WWWDIR%%/config/feature_flags/development/group_import_export.yml
%%WWWDIR%%/config/feature_flags/development/group_import_ndjson.yml
%%WWWDIR%%/config/feature_flags/development/groups_tokens_optional_encryption.yml
%%WWWDIR%%/config/feature_flags/development/help_page_documentation_redirect.yml
%%WWWDIR%%/config/feature_flags/development/honor_escaped_markdown.yml
-%%WWWDIR%%/config/feature_flags/development/improved_merge_diff_highlighting.yml
+%%WWWDIR%%/config/feature_flags/development/improved_emoji_picker.yml
%%WWWDIR%%/config/feature_flags/development/include_lfs_blobs_in_archive.yml
%%WWWDIR%%/config/feature_flags/development/increased_diff_limits.yml
%%WWWDIR%%/config/feature_flags/development/ingress_modsecurity.yml
-%%WWWDIR%%/config/feature_flags/development/instance_statistics.yml
+%%WWWDIR%%/config/feature_flags/development/inherited_issuable_templates.yml
+%%WWWDIR%%/config/feature_flags/development/introduce_marker_ranges.yml
%%WWWDIR%%/config/feature_flags/development/invite_members_group_modal.yml
%%WWWDIR%%/config/feature_flags/development/invite_your_teammates_banner_a.yml
+%%WWWDIR%%/config/feature_flags/development/issue_email_participants.yml
%%WWWDIR%%/config/feature_flags/development/issue_rebalancing_optimization.yml
%%WWWDIR%%/config/feature_flags/development/jira_for_vulnerabilities.yml
%%WWWDIR%%/config/feature_flags/development/jira_issues_list.yml
@@ -10636,56 +10760,55 @@
%%WWWDIR%%/config/feature_flags/development/log_import_export_relation_creation.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_cached_pipeline_serializer.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_draft_filter.yml
-%%WWWDIR%%/config/feature_flags/development/merge_request_rebase_nowait_lock.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_refs_cleanup.yml
%%WWWDIR%%/config/feature_flags/development/merge_request_widget_graphql.yml
%%WWWDIR%%/config/feature_flags/development/metrics_dashboard_exhaustive_validations.yml
+%%WWWDIR%%/config/feature_flags/development/migrate_delayed_project_removal.yml
%%WWWDIR%%/config/feature_flags/development/migrate_user_mentions.yml
%%WWWDIR%%/config/feature_flags/development/mr_collapsed_approval_rules.yml
%%WWWDIR%%/config/feature_flags/development/mrc_api_use_raw_diffs_from_gitaly.yml
-%%WWWDIR%%/config/feature_flags/development/multiple_http_integrations_custom_mapping.yml
+%%WWWDIR%%/config/feature_flags/development/multiple_cache_per_job.yml
%%WWWDIR%%/config/feature_flags/development/multiple_todos.yml
-%%WWWDIR%%/config/feature_flags/development/new_jira_connect_ui.yml
%%WWWDIR%%/config/feature_flags/development/new_pipeline_form.yml
+%%WWWDIR%%/config/feature_flags/development/new_pipelines_table.yml
%%WWWDIR%%/config/feature_flags/development/new_release_page.yml
+%%WWWDIR%%/config/feature_flags/development/new_route_ci_minutes_purchase.yml
%%WWWDIR%%/config/feature_flags/development/non_public_artifacts.yml
%%WWWDIR%%/config/feature_flags/development/not_issuable_queries.yml
%%WWWDIR%%/config/feature_flags/development/notes_create_service_tracking.yml
%%WWWDIR%%/config/feature_flags/development/optimized_issuable_label_filter.yml
-%%WWWDIR%%/config/feature_flags/development/optimized_merge_request_count_with_merged_at_filter.yml
%%WWWDIR%%/config/feature_flags/development/optimized_timebox_queries.yml
+%%WWWDIR%%/config/feature_flags/development/or_issuable_queries.yml
%%WWWDIR%%/config/feature_flags/development/pages_migration_mark_as_not_deployed.yml
-%%WWWDIR%%/config/feature_flags/development/pages_serve_from_deployments.yml
%%WWWDIR%%/config/feature_flags/development/pages_serve_from_legacy_storage.yml
%%WWWDIR%%/config/feature_flags/development/pages_serve_from_migrated_zip.yml
%%WWWDIR%%/config/feature_flags/development/pages_serve_with_zip_file_protocol.yml
%%WWWDIR%%/config/feature_flags/development/pages_update_legacy_storage.yml
-%%WWWDIR%%/config/feature_flags/development/pages_use_legacy_storage_lease.yml
-%%WWWDIR%%/config/feature_flags/development/paginate_commit_view.yml
%%WWWDIR%%/config/feature_flags/development/paginated_notes.yml
%%WWWDIR%%/config/feature_flags/development/performance_bar_stats.yml
+%%WWWDIR%%/config/feature_flags/development/personal_access_tokens_scoped_to_projects.yml
%%WWWDIR%%/config/feature_flags/development/personal_snippet_reference_filters.yml
%%WWWDIR%%/config/feature_flags/development/phabricator_import.yml
-%%WWWDIR%%/config/feature_flags/development/pipelines_security_report_summary.yml
+%%WWWDIR%%/config/feature_flags/development/pick_into_project.yml
+%%WWWDIR%%/config/feature_flags/development/pipeline_editor_empty_state_action.yml
+%%WWWDIR%%/config/feature_flags/development/pipeline_status_for_pipeline_editor.yml
%%WWWDIR%%/config/feature_flags/development/postgres_hll_batch_counting.yml
%%WWWDIR%%/config/feature_flags/development/product_analytics.yml
+%%WWWDIR%%/config/feature_flags/development/product_intelligence_metrics_names_suggestions.yml
%%WWWDIR%%/config/feature_flags/development/prohibit_hexadecimal_branch_names.yml
%%WWWDIR%%/config/feature_flags/development/project_export_as_ndjson.yml
%%WWWDIR%%/config/feature_flags/development/project_finder_similarity_sort.yml
%%WWWDIR%%/config/feature_flags/development/project_import_ndjson.yml
%%WWWDIR%%/config/feature_flags/development/project_list_filter_bar.yml
%%WWWDIR%%/config/feature_flags/development/project_statistics_sync.yml
-%%WWWDIR%%/config/feature_flags/development/project_transactionless_destroy.yml
%%WWWDIR%%/config/feature_flags/development/projects_tokens_optional_encryption.yml
%%WWWDIR%%/config/feature_flags/development/prometheus_computed_alerts.yml
%%WWWDIR%%/config/feature_flags/development/push_rules_supersede_code_owners.yml
-%%WWWDIR%%/config/feature_flags/development/query_deploymenys_via_finished_at_in_vsa.yml
%%WWWDIR%%/config/feature_flags/development/real_time_issue_sidebar.yml
%%WWWDIR%%/config/feature_flags/development/rebalance_issues.yml
-%%WWWDIR%%/config/feature_flags/development/recursive_approach_for_all_projects.yml
+%%WWWDIR%%/config/feature_flags/development/recursive_namespace_lookup_as_inner_join.yml
%%WWWDIR%%/config/feature_flags/development/release_evidence.yml
%%WWWDIR%%/config/feature_flags/development/release_mr_issue_urls.yml
-%%WWWDIR%%/config/feature_flags/development/remove_comment_close_reopen.yml
%%WWWDIR%%/config/feature_flags/development/remove_legacy_github_client.yml
%%WWWDIR%%/config/feature_flags/development/remove_resolve_note.yml
%%WWWDIR%%/config/feature_flags/development/repack_after_shard_migration.yml
@@ -10700,19 +10823,16 @@
%%WWWDIR%%/config/feature_flags/development/rugged_tree_entries.yml
%%WWWDIR%%/config/feature_flags/development/rugged_tree_entry.yml
%%WWWDIR%%/config/feature_flags/development/s3_multithreaded_uploads.yml
-%%WWWDIR%%/config/feature_flags/development/saas_add_seats_button.yml
-%%WWWDIR%%/config/feature_flags/development/saml_group_links.yml
%%WWWDIR%%/config/feature_flags/development/schema_linting.yml
+%%WWWDIR%%/config/feature_flags/development/scoped_group_variables.yml
%%WWWDIR%%/config/feature_flags/development/search_settings_in_page.yml
%%WWWDIR%%/config/feature_flags/development/search_track_unique_users.yml
-%%WWWDIR%%/config/feature_flags/development/secure_security_and_compliance_configuration_page_on_ce.yml
%%WWWDIR%%/config/feature_flags/development/security_auto_fix.yml
%%WWWDIR%%/config/feature_flags/development/security_dast_site_profiles_additional_fields.yml
-%%WWWDIR%%/config/feature_flags/development/security_on_demand_scans_site_validation.yml
+%%WWWDIR%%/config/feature_flags/development/security_orchestration_policies_configuration.yml
%%WWWDIR%%/config/feature_flags/development/serverless_domain.yml
%%WWWDIR%%/config/feature_flags/development/set_user_availability_status.yml
%%WWWDIR%%/config/feature_flags/development/settings_operations_prometheus_service.yml
-%%WWWDIR%%/config/feature_flags/development/shared_group_membership_auth.yml
%%WWWDIR%%/config/feature_flags/development/show_author_on_note.yml
%%WWWDIR%%/config/feature_flags/development/similarity_search.yml
%%WWWDIR%%/config/feature_flags/development/simplified_commit_status_group_name.yml
@@ -10724,7 +10844,6 @@
%%WWWDIR%%/config/feature_flags/development/sourcegraph.yml
%%WWWDIR%%/config/feature_flags/development/specialized_project_authorization_project_share_worker.yml
%%WWWDIR%%/config/feature_flags/development/specialized_project_authorization_workers.yml
-%%WWWDIR%%/config/feature_flags/development/suggestions_custom_commit.yml
%%WWWDIR%%/config/feature_flags/development/trace_memory_allocations.yml
%%WWWDIR%%/config/feature_flags/development/track_editor_edit_actions.yml
%%WWWDIR%%/config/feature_flags/development/track_unique_visits.yml
@@ -10734,8 +10853,10 @@
%%WWWDIR%%/config/feature_flags/development/unlink_fork_network_upon_visibility_decrease.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_a_compliance_audit_events_api.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_api.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_code_review_aggregation.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_design_action.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_g_compliance_dashboard.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_analytics_cohorts.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_ci_secrets_management_vault_build_created.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_edit_mr_desc.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_edit_mr_title.yml
@@ -10748,6 +10869,7 @@
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_approval_rule_edited.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_approve_mr.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_assigned.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_assignees_changed.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_close_mr.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_create_mr.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_create_mr_comment.yml
@@ -10756,22 +10878,28 @@
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_create_review_note.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_edit_mr_comment.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_edit_multiline_mr_comment.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_labels_changed.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_marked_as_draft.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_merge_mr.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_milestone_changed.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_mr_discussion_locked.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_mr_discussion_unlocked.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_publish_review.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_remove_mr_comment.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_remove_multiline_mr_comment.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_reopen_mr.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_resolve_thread.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_review_requested.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_reviewers_changed.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_single_file_diffs.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_time_estimate_changed.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_time_spent_changed.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_toggled_task_item_status.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_unapprove_mr.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_unmarked_as_draft.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_unresolve_thread.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_code_review_user_vs_code_api_request.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_snippets_show.yml
-%%WWWDIR%%/config/feature_flags/development/usage_data_i_source_code_code_intelligence.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_full_code_quality_report_total.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_group_code_coverage_project_click_total.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_i_testing_group_code_coverage_visit_total.yml
@@ -10794,43 +10922,46 @@
%%WWWDIR%%/config/feature_flags/development/usage_data_incident_management_incident_todo.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_incident_management_incident_unrelate.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_incident_management_incident_zoom_meeting.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_o_pipeline_authoring_unique_users_pushing_mr_ciconfigfile.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_p_terraform_state_api_unique_users.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_static_site_editor_commits.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_static_site_editor_merge_requests.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_track_ci_templates_unique_projects.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_track_ecosystem_jira_service.yml
+%%WWWDIR%%/config/feature_flags/development/usage_data_track_ecosystem_slack_service.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_track_quickactions.yml
%%WWWDIR%%/config/feature_flags/development/usage_data_unique_users_committing_ciconfigfile.yml
+%%WWWDIR%%/config/feature_flags/development/use_distinct_in_object_hierarchy.yml
%%WWWDIR%%/config/feature_flags/development/use_workhorse_s3_client.yml
%%WWWDIR%%/config/feature_flags/development/user_group_counts.yml
%%WWWDIR%%/config/feature_flags/development/user_mode_in_session.yml
%%WWWDIR%%/config/feature_flags/development/user_other_role_details.yml
%%WWWDIR%%/config/feature_flags/development/user_time_settings.yml
%%WWWDIR%%/config/feature_flags/development/validate_import_decompressed_archive_size.yml
+%%WWWDIR%%/config/feature_flags/development/validate_namespace_parent_type.yml
%%WWWDIR%%/config/feature_flags/development/value_stream_analytics_extended_form.yml
%%WWWDIR%%/config/feature_flags/development/variable_inside_variable.yml
%%WWWDIR%%/config/feature_flags/development/vue_admin_users.yml
%%WWWDIR%%/config/feature_flags/development/vue_epics_list.yml
%%WWWDIR%%/config/feature_flags/development/vue_issuables_list.yml
-%%WWWDIR%%/config/feature_flags/development/vue_notification_dropdown.yml
-%%WWWDIR%%/config/feature_flags/development/vue_project_members_list.yml
+%%WWWDIR%%/config/feature_flags/development/vue_issues_list.yml
%%WWWDIR%%/config/feature_flags/development/vueify_shared_runners_toggle.yml
%%WWWDIR%%/config/feature_flags/development/web_ide_primary_edit.yml
%%WWWDIR%%/config/feature_flags/development/webauthn.yml
%%WWWDIR%%/config/feature_flags/development/wiki_front_matter.yml
%%WWWDIR%%/config/feature_flags/development/workhorse_archive_cache_disabled.yml
-%%WWWDIR%%/config/feature_flags/experiment/ci_syntax_templates_experiment_percentage.yml
-%%WWWDIR%%/config/feature_flags/experiment/customize_homepage_experiment_percentage.yml
+%%WWWDIR%%/config/feature_flags/experiment/ci_syntax_templates_b_experiment_percentage.yml
+%%WWWDIR%%/config/feature_flags/experiment/empty_repo_upload.yml
%%WWWDIR%%/config/feature_flags/experiment/in_product_marketing_emails_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/invite_members_empty_group_version_a_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/invite_members_empty_project_version_a_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/invite_members_new_dropdown_experiment_percentage.yml
-%%WWWDIR%%/config/feature_flags/experiment/invite_members_version_a_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/invite_members_version_b_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/learn_gitlab_a_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/learn_gitlab_b_experiment_percentage.yml
%%WWWDIR%%/config/feature_flags/experiment/members_invite_email.yml
%%WWWDIR%%/config/feature_flags/experiment/null_hypothesis.yml
+%%WWWDIR%%/config/feature_flags/experiment/repo_integrations_link.yml
%%WWWDIR%%/config/feature_flags/ops/api_kaminari_count_with_limit.yml
%%WWWDIR%%/config/feature_flags/ops/ci_accept_trace.yml
%%WWWDIR%%/config/feature_flags/ops/ci_trace_log_invalid_chunks.yml
@@ -10841,7 +10972,6 @@
%%WWWDIR%%/config/feature_flags/ops/gitlab_sidekiq_enable_semi_reliable_fetcher.yml
%%WWWDIR%%/config/feature_flags/ops/gitlab_sidekiq_reliable_fetcher.yml
%%WWWDIR%%/config/feature_flags/ops/kubernetes_agent_internal_api.yml
-%%WWWDIR%%/config/feature_flags/ops/marginalia.yml
%%WWWDIR%%/config/feature_flags/ops/product_analytics_tracking.yml
%%WWWDIR%%/config/helpers/incremental_webpack_compiler.js
%%WWWDIR%%/config/helpers/is_ee_env.js
@@ -10881,6 +11011,7 @@
%%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/asciidoctor_patch.rb
%%WWWDIR%%/config/initializers/asset_proxy_settings.rb
%%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb
%%WWWDIR%%/config/initializers/attr_encrypted_thread_safe.rb
@@ -10925,11 +11056,11 @@
%%WWWDIR%%/config/initializers/hamlit.rb
%%WWWDIR%%/config/initializers/hangouts_chat_http_override.rb
%%WWWDIR%%/config/initializers/health_check.rb
-%%WWWDIR%%/config/initializers/hipchat_client_patch.rb
%%WWWDIR%%/config/initializers/http_hostname_override.rb
%%WWWDIR%%/config/initializers/httpclient_patch.rb
%%WWWDIR%%/config/initializers/invisible_captcha.rb
%%WWWDIR%%/config/initializers/jira.rb
+%%WWWDIR%%/config/initializers/json_validator_patch.rb
%%WWWDIR%%/config/initializers/kaminari_active_record_relation_methods_with_limit.rb
%%WWWDIR%%/config/initializers/kaminari_config.rb
%%WWWDIR%%/config/initializers/kramdown_patch.rb
@@ -10953,6 +11084,7 @@
%%WWWDIR%%/config/initializers/query_limiting.rb
%%WWWDIR%%/config/initializers/rack_attack.rb
%%WWWDIR%%/config/initializers/rack_lineprof.rb
+%%WWWDIR%%/config/initializers/rack_multipart_patch.rb
%%WWWDIR%%/config/initializers/rack_timeout.rb
%%WWWDIR%%/config/initializers/rails_host_authorization.rb
%%WWWDIR%%/config/initializers/rails_host_authorization_gitpod.rb
@@ -10993,6 +11125,7 @@
%%WWWDIR%%/config/initializers_before_autoloader/000_inflections.rb
%%WWWDIR%%/config/initializers_before_autoloader/001_fast_gettext.rb
%%WWWDIR%%/config/initializers_before_autoloader/002_sidekiq.rb
+%%WWWDIR%%/config/initializers_before_autoloader/003_gc_compact.rb
%%WWWDIR%%/config/initializers_before_autoloader/100_patch_omniauth_oauth2.rb
%%WWWDIR%%/config/initializers_before_autoloader/100_patch_omniauth_saml.rb
%%WWWDIR%%/config/initializers_before_autoloader/oj.rb
@@ -11011,10 +11144,1061 @@
%%WWWDIR%%/config/locales/sherlock.en.yml
%%WWWDIR%%/config/mail_room.yml
%%WWWDIR%%/config/metrics/counts_28d/20210201124930_deployments.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174910_analytics_unique_visits_for_any_target_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174914_g_analytics_contribution_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174918_g_analytics_insights_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174921_g_analytics_issues_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174926_g_analytics_productivity_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174929_g_analytics_valuestream_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174933_p_analytics_pipelines_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174937_p_analytics_code_reviews_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174941_p_analytics_valuestream_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174945_p_analytics_insights_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174949_p_analytics_issues_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174953_p_analytics_repo_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216174956_i_analytics_cohorts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175000_i_analytics_dev_ops_score_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175004_g_analytics_merge_request_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175008_p_analytics_merge_request_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175012_i_analytics_instance_statistics_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175016_analytics_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175055_merge_requests.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175057_projects_with_disable_overriding_approvers_per_merge_request.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175059_projects_without_disable_overriding_approvers_per_merge_request.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175101_merge_requests_users.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175109_suggestions.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175113_merge_request_action_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175117_i_source_code_code_intelligence_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175120_i_code_review_mr_diffs_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175124_i_code_review_user_single_file_diffs_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175128_i_code_review_mr_single_file_diffs_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175132_i_code_review_user_create_mr_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175136_i_code_review_user_close_mr_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175140_i_code_review_user_reopen_mr_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175144_i_code_review_user_merge_mr_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175148_i_code_review_user_create_mr_comment_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175152_i_code_review_user_edit_mr_comment_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175156_i_code_review_user_remove_mr_comment_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175159_i_code_review_user_add_suggestion_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175203_i_code_review_user_apply_suggestion_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175405_clusters_applications_cert_managers.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175407_clusters_applications_helm.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175409_clusters_applications_ingress.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175411_clusters_applications_knative.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175413_clusters_management_project.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175415_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175417_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175419_clusters_platforms_gke.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175420_clusters_platforms_eks.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175422_clusters_platforms_user.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175424_instance_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175426_instance_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175428_group_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175430_group_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175432_project_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175434_project_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175542_ci_builds.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175544_ci_external_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175546_ci_internal_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175548_ci_pipeline_config_auto_devops.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175550_ci_pipeline_config_repository.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175552_ci_pipeline_schedules.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175554_ci_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175556_ci_triggers.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175616_user_dast_jobs.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216175618_dast_pipeline.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180308_personal_snippets.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180310_project_snippets.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180312_snippets.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180317_snippets.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180319_action_monthly_active_users_web_ide_edit.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180321_action_monthly_active_users_sfe_edit.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180323_action_monthly_active_users_snippet_editor_edit.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180325_action_monthly_active_users_sse_edit.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180327_action_monthly_active_users_ide_edit.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180330_g_edit_by_web_ide_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180334_g_edit_by_sfe_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180338_g_edit_by_snippet_ide_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180341_ide_edit_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180355_user_api_fuzzing_jobs.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180357_user_api_fuzzing_dnd_jobs.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180424_i_search_total_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180431_search_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180509_incident_management_alerts_total_unique_counts.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180511_incident_management_incidents_total_unique_counts.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180524_projects_with_incidents.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180526_projects_with_alert_incidents.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180530_incident_management_alert_status_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180533_incident_management_alert_assigned_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180537_incident_management_alert_todo_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180541_incident_management_incident_created_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180545_incident_management_incident_reopened_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180548_incident_management_incident_closed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180552_incident_management_incident_assigned_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180556_incident_management_incident_todo_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180559_incident_management_incident_comment_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180607_incident_management_incident_published_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180611_incident_management_incident_relate_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180614_incident_management_incident_unrelate_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180618_incident_management_incident_change_confidential_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180622_incident_management_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180625_incident_management_alert_create_incident_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180731_projects_imported_from_github.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180745_action_monthly_active_users_design_management.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180747_action_monthly_active_users_wiki_repo.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180814_events.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180816_groups.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180818_users_created.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180820_ldap_keys.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180822_ldap_users.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180955_projects_with_prometheus_alerts.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180956_clusters.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216180958_clusters_applications_prometheus.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181000_operations_dashboard_default_dashboard.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181002_projects_with_tracing_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181004_projects_with_error_tracking_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181006_operations_dashboard_users_with_projects_added.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181050_packages.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181057_projects_with_packages.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181139_issues.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181141_notes.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181143_projects.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181145_todos.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181147_service_desk_enabled_projects.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181148_service_desk_issues.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181150_projects_jira_active.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181152_projects_jira_dvcs_cloud_active.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181154_projects_jira_dvcs_server_active.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181158_epics.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181200_label_lists.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181201_milestone_lists.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181304_g_project_management_issue_title_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181308_g_project_management_issue_description_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181315_g_project_management_issue_made_confidential_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181319_g_project_management_issue_made_visible_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181323_g_project_management_issue_created_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181326_g_project_management_issue_closed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181330_g_project_management_issue_reopened_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181334_g_project_management_issue_label_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181337_g_project_management_issue_milestone_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181341_g_project_management_issue_iteration_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181345_g_project_management_issue_weight_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181348_g_project_management_issue_cross_referenced_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181352_g_project_management_issue_moved_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181356_g_project_management_issue_related_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181400_g_project_management_issue_unrelated_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181403_g_project_management_issue_marked_as_duplicate_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181407_g_project_management_issue_locked_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181411_g_project_management_issue_unlocked_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181414_g_project_management_issue_added_to_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181416_g_project_management_issue_removed_from_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181420_g_project_management_issue_changed_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181424_g_project_management_issue_designs_added_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181427_g_project_management_issue_designs_modified_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181431_g_project_management_issue_designs_removed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181435_g_project_management_issue_due_date_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181438_g_project_management_issue_time_estimate_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181442_g_project_management_issue_time_spent_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181446_g_project_management_issue_comment_added_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181450_g_project_management_issue_comment_edited_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181453_g_project_management_issue_comment_removed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181457_g_project_management_issue_health_status_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181501_g_project_management_issue_cloned_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181504_issues_edit_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181508_i_quickactions_approve_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181512_i_quickactions_assign_single_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181516_i_quickactions_assign_multiple_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181519_i_quickactions_assign_self_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181523_i_quickactions_assign_reviewer_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181527_i_quickactions_award_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181530_i_quickactions_board_move_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181534_i_quickactions_child_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181538_i_quickactions_clear_weight_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181541_i_quickactions_clone_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181545_i_quickactions_close_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181549_i_quickactions_confidential_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181553_i_quickactions_copy_metadata_merge_request_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181556_i_quickactions_copy_metadata_issue_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181600_i_quickactions_create_merge_request_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181604_i_quickactions_done_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181607_i_quickactions_draft_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181611_i_quickactions_due_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181615_i_quickactions_duplicate_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181618_i_quickactions_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181622_i_quickactions_estimate_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181626_i_quickactions_iteration_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181629_i_quickactions_label_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181633_i_quickactions_lock_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181637_i_quickactions_merge_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181641_i_quickactions_milestone_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181644_i_quickactions_move_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181648_i_quickactions_parent_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181652_i_quickactions_promote_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181655_i_quickactions_publish_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181659_i_quickactions_reassign_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181703_i_quickactions_reassign_reviewer_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181707_i_quickactions_rebase_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181710_i_quickactions_relabel_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181714_i_quickactions_relate_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181718_i_quickactions_remove_child_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181721_i_quickactions_remove_due_date_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181725_i_quickactions_remove_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181729_i_quickactions_remove_estimate_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181732_i_quickactions_remove_iteration_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181736_i_quickactions_remove_milestone_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181740_i_quickactions_remove_parent_epic_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181744_i_quickactions_remove_time_spent_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181747_i_quickactions_remove_zoom_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181751_i_quickactions_reopen_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181755_i_quickactions_shrug_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181758_i_quickactions_spend_subtract_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181802_i_quickactions_spend_add_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181806_i_quickactions_submit_review_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181809_i_quickactions_subscribe_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181813_i_quickactions_tableflip_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181817_i_quickactions_tag_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181821_i_quickactions_target_branch_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181824_i_quickactions_title_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181828_i_quickactions_todo_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181832_i_quickactions_unassign_specific_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181835_i_quickactions_unassign_all_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181839_i_quickactions_unassign_reviewer_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181843_i_quickactions_unlabel_specific_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181846_i_quickactions_unlabel_all_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181850_i_quickactions_unlock_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181854_i_quickactions_unsubscribe_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181857_i_quickactions_weight_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181901_i_quickactions_wip_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181905_i_quickactions_zoom_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181923_successful_deployments.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181924_failed_deployments.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181935_deployments.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181937_failed_deployments.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181939_releases.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181941_successful_deployments.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181943_projects_mirrored_with_pipelines_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181951_clusters_applications_runner.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216181956_user_unique_users_all_secure_scanners.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182034_deploy_keys.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182036_keys.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182038_remote_mirrors.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182040_action_monthly_active_users_project_repo.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182041_action_monthly_active_users_git_write.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182043_projects_enforcing_code_owner_approval.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182045_projects_with_sectional_code_owner_rules.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182049_projects_with_repositories_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182051_protected_branches.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182102_wiki_action_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182106_design_action_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182109_project_action_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182125_user_sast_jobs.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182127_user_secret_detection_jobs.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182129_sast_pipeline.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182131_secret_detection_pipeline.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182136_i_testing_test_case_parsed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182200_i_testing_metrics_report_artifact_uploaders_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216182209_user_preferences_group_overview_security_dashboard.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183159_projects_with_alerts_created.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183201_compliance_features_track_unique_visits_union.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183203_product_analytics_test_metrics_union.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183205_product_analytics_test_metrics_intersection.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183209_i_testing_paid_monthly_active_user_total.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183613_total_number_of_path_locks.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183614_total_number_of_locked_files.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183618_approval_project_rules_with_more_approvers_than_required.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183620_approval_project_rules_with_less_approvers_than_required.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183622_approval_project_rules_with_exact_required_approvers.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183627_omniauth_providers.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183629_two-factor.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183631_two-factor-via-u2f-device.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183633_two-factor-via-webauthn-device.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183634_standard.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183636_google_oauth2.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183638_unique_users_all_imports.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183640_gitlab.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183642_gitlab_v1.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183644_gitlab_project.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183646_gitlab.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183648_github.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183650_bitbucket.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183652_bitbucket_server.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183653_gitea.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183655_git.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183657_manifest.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183659_gitlab_migration.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183701_jira.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183703_fogbugz.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183705_phabricator.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183707_csv.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183709_group_import.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183711_gitlab_migration.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183712_total.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183714_gitlab_project.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183716_gitlab.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183718_github.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183720_bitbucket.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183722_bitbucket_server.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183724_gitea.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183726_git.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183728_manifest.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183730_jira.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183731_fogbugz.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183733_phabricator.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183735_csv.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183737_groups_imported.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183753_projects_incident_sla_enabled.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183817_user_coverage_fuzzing_jobs.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183826_sast_scans.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183828_dependency_scanning_scans.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183830_container_scanning_scans.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183832_dast_scans.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183834_secret_detection_scans.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183836_coverage_fuzzing_scans.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183838_api_fuzzing_scans.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183916_compliance_unique_visits_for_any_target_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183922_search_unique_visits_for_any_target_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183926_g_compliance_dashboard_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183930_g_compliance_audit_events_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183934_i_compliance_audit_events_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183938_i_compliance_credential_inventory_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183942_a_compliance_audit_events_api_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216183946_compliance_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184024_g_edit_by_sse_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184047_git_write_action_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184140_testing_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184251_i_ci_secrets_management_vault_build_created_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184255_i_snippets_show_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184259_p_terraform_state_api_unique_users_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184303_o_pipeline_authoring_unique_users_committing_ciconfigfile_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184312_i_code_review_user_toggled_task_item_status_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184322_i_code_review_user_approve_mr_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184326_i_code_review_user_unapprove_mr_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184330_i_code_review_user_resolve_thread_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184334_i_code_review_user_unresolve_thread_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184338_i_code_review_edit_mr_title_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184342_i_code_review_edit_mr_desc_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184353_i_code_review_user_create_review_note_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184357_i_code_review_user_publish_review_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184401_i_code_review_user_create_multiline_mr_comment_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184405_i_code_review_user_edit_multiline_mr_comment_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184409_i_code_review_user_remove_multiline_mr_comment_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184418_i_code_review_user_assigned_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184422_i_code_review_user_marked_as_draft_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184426_i_code_review_user_unmarked_as_draft_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184430_i_code_review_user_review_requested_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184434_i_code_review_user_approval_rule_added_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184438_i_code_review_user_approval_rule_deleted_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184442_i_code_review_user_approval_rule_edited_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184446_i_code_review_user_vs_code_api_request_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184450_i_code_review_user_create_mr_from_issue_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184454_code_review_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184458_p_ci_templates_implicit_auto_devops_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184502_p_ci_templates_implicit_auto_devops_build_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184506_p_ci_templates_implicit_auto_devops_deploy_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184510_p_ci_templates_implicit_security_sast_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184513_p_ci_templates_implicit_security_secret_detection_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184517_p_ci_templates_5_min_production_app_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184523_p_ci_templates_auto_devops_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184526_p_ci_templates_aws_cf_deploy_ec2_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184530_p_ci_templates_aws_deploy_ecs_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184534_p_ci_templates_auto_devops_build_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184538_p_ci_templates_auto_devops_deploy_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184542_p_ci_templates_auto_devops_deploy_latest_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184546_p_ci_templates_security_sast_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184551_p_ci_templates_security_secret_detection_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184555_p_ci_templates_terraform_base_latest_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184559_ci_templates_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184803_quickactions_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184806_i_package_composer_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184810_i_package_conan_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184814_i_package_container_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184818_i_package_debian_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184822_i_package_generic_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184826_i_package_golang_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184830_i_package_maven_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184834_i_package_npm_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184838_i_package_nuget_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184842_i_package_pypi_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184846_i_package_tag_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184850_deploy_token_packages_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184854_i_package_composer_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184858_i_package_conan_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184902_i_package_container_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184906_i_package_debian_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184910_i_package_generic_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184913_i_package_golang_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184917_i_package_maven_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184921_i_package_npm_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184925_i_package_nuget_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184929_i_package_pypi_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184933_i_package_tag_user_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184937_user_packages_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184941_i_ecosystem_jira_service_close_issue_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184945_i_ecosystem_jira_service_cross_reference_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184949_i_ecosystem_jira_service_list_issues_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184953_i_ecosystem_jira_service_create_issue_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210216184957_ecosystem_total_unique_counts_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210222041219_i_quickactions_invite_email_single_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210222041235_i_quickactions_invite_email_multiple_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210301102134_i_code_review_user_time_estimate_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210301102204_i_code_review_user_time_spent_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210301103859_i_code_review_user_mr_discussion_locked_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210301103925_i_code_review_user_mr_discussion_unlocked_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210301144228_o_pipeline_authoring_unique_users_pushing_mr_ciconfigfile_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210302110520_i_code_review_user_milestone_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210302110607_i_code_review_user_labels_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210302114145_i_code_review_user_assignees_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210302114219_i_code_review_user_reviewers_changed_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303150507_i_ecosystem_slack_service_issue_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303150654_i_ecosystem_slack_service_push_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303150912_i_ecosystem_slack_service_deployment_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303151609_i_ecosystem_slack_service_wiki_page_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303151831_i_ecosystem_slack_service_merge_request_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303151946_i_ecosystem_slack_service_note_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303152049_i_ecosystem_slack_service_tag_push_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303152144_i_ecosystem_slack_service_confidential_note_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303152233_i_ecosystem_slack_service_confidential_issue_notification_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303154626_i_package_rubygems_deploy_token_monthly.yml
+%%WWWDIR%%/config/metrics/counts_28d/20210303154654_i_package_rubygems_user_monthly.yml
%%WWWDIR%%/config/metrics/counts_7d/20210201124931_g_project_management_issue_title_changed_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216180422_i_search_total_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216180429_search_total_unique_counts_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216182134_i_testing_test_case_parsed_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210216182158_i_testing_metrics_report_artifact_uploaders_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210301144209_o_pipeline_authoring_unique_users_pushing_mr_ciconfigfile_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302103002_i_ecosystem_slack_service_issue_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302103539_i_code_review_user_time_estimate_changed_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302103615_i_code_review_user_time_spent_changed_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302103629_i_ecosystem_slack_service_push_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302103755_i_ecosystem_slack_service_deployment_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302103907_i_ecosystem_slack_service_wiki_page_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302104007_i_ecosystem_slack_service_merge_request_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302104047_i_ecosystem_slack_service_note_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302104144_i_ecosystem_slack_service_tag_push_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302104556_i_ecosystem_slack_service_confidential_note_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302104814_i_ecosystem_slack_service_confidential_issue_notification_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302105258_i_code_review_user_mr_discussion_unlocked_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302105318_i_code_review_user_mr_discussion_locked_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302110403_i_code_review_user_milestone_changed_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302110548_i_code_review_user_labels_changed_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302114202_i_code_review_user_assignees_changed_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210302114235_i_code_review_user_reviewers_changed_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210303154557_i_quickactions_invite_email_single_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210303154600_i_quickactions_invite_email_multiple_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210303154624_i_package_rubygems_deploy_token_weekly.yml
+%%WWWDIR%%/config/metrics/counts_7d/20210303154652_i_package_rubygems_user_weekly.yml
%%WWWDIR%%/config/metrics/counts_all/20210201124934_deployments.yml
%%WWWDIR%%/config/metrics/counts_all/20210204124930_servers.yml
%%WWWDIR%%/config/metrics/counts_all/20210204124932_clusters.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174826_ldap_users.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174829_smtp_server.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174832_cycle_analytics_views.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174834_productivity_analytics_views.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174836_g_analytics_contribution.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174838_g_analytics_insights.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174840_g_analytics_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174842_g_analytics_productivity.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174844_g_analytics_valuestream.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174846_p_analytics_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174848_p_analytics_code_reviews.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174850_p_analytics_valuestream.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174852_p_analytics_insights.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174854_p_analytics_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174856_p_analytics_repo.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174858_i_analytics_cohorts.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174900_i_analytics_dev_ops_score.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174902_g_analytics_merge_request.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174904_p_analytics_merge_request.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174906_i_analytics_instance_statistics.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216174908_analytics_unique_visits_for_any_target.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175019_projects_with_prometheus_alerts.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175021_pod_logs_usages_total.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175024_service_desk_enabled_projects.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175026_service_desk_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175028_requirements_created.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175037_suggestions.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175039_merge_requests.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175041_merge_request_comment.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175043_merge_request_create.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175045_merge_requests.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175053_suggestions.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175206_merged_merge_requests_using_approval_rules.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175229_auto_devops_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175231_auto_devops_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175232_clusters.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175234_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175236_project_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175238_group_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175240_instance_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175242_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175244_project_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175246_group_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175248_instance_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175250_clusters_platforms_eks.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175251_clusters_platforms_gke.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175253_clusters_platforms_user.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175255_clusters_applications_helm.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175257_clusters_applications_ingress.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175259_clusters_applications_cert_managers.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175301_clusters_applications_crossplane.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175303_clusters_applications_prometheus.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175305_clusters_applications_runner.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175307_clusters_applications_knative.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175309_clusters_applications_elastic_stack.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175310_clusters_applications_jupyter.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175312_clusters_applications_cilium.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175314_clusters_management_project.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175320_projects_with_terraform_reports.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175322_projects_with_terraform_states.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175324_terraform_reports.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175326_terraform_states.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175329_clusters_applications_cert_managers.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175331_clusters_applications_helm.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175333_clusters_applications_ingress.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175335_clusters_applications_knative.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175337_clusters_management_project.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175339_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175341_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175343_clusters_platforms_gke.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175345_clusters_platforms_eks.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175346_clusters_platforms_user.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175348_instance_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175350_instance_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175352_group_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175354_group_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175356_project_clusters_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175358_project_clusters_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175403_projects_with_prometheus_alerts.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175442_ingress_modsecurity_packets_processed.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175444_ingress_modsecurity_packets_anomalous.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175446_network_policy_forwards.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175448_network_policy_drops.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175450_ingress_modsecurity_logging.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175452_ingress_modsecurity_blocking.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175454_ingress_modsecurity_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175456_ingress_modsecurity_not_installed.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175510_ci_builds.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175512_ci_internal_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175514_ci_external_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175516_ci_pipeline_config_auto_devops.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175518_ci_pipeline_config_repository.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175520_ci_runners.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175521_ci_triggers.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175523_ci_pipeline_schedules.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175525_ci_builds.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175527_ci_external_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175529_ci_internal_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175531_ci_pipeline_config_auto_devops.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175533_ci_pipeline_config_repository.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175535_ci_pipeline_schedules.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175537_ci_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175539_ci_triggers.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175612_dast_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175614_user_dast_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175621_web_hooks.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175623_projects_asana_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175625_groups_asana_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175627_templates_asana_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175628_instances_asana_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175630_projects_inheriting_asana_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175632_groups_inheriting_asana_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175634_projects_assembla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175636_groups_assembla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175638_templates_assembla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175640_instances_assembla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175642_projects_inheriting_assembla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175644_groups_inheriting_assembla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175645_projects_bamboo_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175647_groups_bamboo_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175649_templates_bamboo_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175651_instances_bamboo_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175653_projects_inheriting_bamboo_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175655_groups_inheriting_bamboo_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175657_projects_bugzilla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175659_groups_bugzilla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175701_templates_bugzilla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175702_instances_bugzilla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175704_projects_inheriting_bugzilla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175706_groups_inheriting_bugzilla_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175708_projects_buildkite_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175710_groups_buildkite_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175712_templates_buildkite_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175714_instances_buildkite_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175716_projects_inheriting_buildkite_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175717_groups_inheriting_buildkite_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175719_projects_campfire_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175721_groups_campfire_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175723_templates_campfire_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175725_instances_campfire_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175727_projects_inheriting_campfire_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175729_groups_inheriting_campfire_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175731_projects_confluence_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175733_groups_confluence_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175734_templates_confluence_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175736_instances_confluence_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175738_projects_inheriting_confluence_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175740_groups_inheriting_confluence_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175742_projects_custom_issue_tracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175744_groups_custom_issue_tracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175745_templates_custom_issue_tracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175747_instances_custom_issue_tracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175749_projects_inheriting_custom_issue_tracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175751_groups_inheriting_custom_issue_tracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175753_projects_discord_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175755_groups_discord_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175756_templates_discord_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175758_instances_discord_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175800_projects_inheriting_discord_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175802_groups_inheriting_discord_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175804_projects_drone_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175806_groups_drone_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175807_templates_drone_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175809_instances_drone_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175811_projects_inheriting_drone_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175813_groups_inheriting_drone_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175815_projects_emails_on_push_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175817_groups_emails_on_push_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175818_templates_emails_on_push_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175820_instances_emails_on_push_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175822_projects_inheriting_emails_on_push_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175824_groups_inheriting_emails_on_push_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175826_projects_external_wiki_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175828_groups_external_wiki_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175829_templates_external_wiki_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175831_instances_external_wiki_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175833_projects_inheriting_external_wiki_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175835_groups_inheriting_external_wiki_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175837_projects_flowdock_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175839_groups_flowdock_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175840_templates_flowdock_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175842_instances_flowdock_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175844_projects_inheriting_flowdock_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175846_groups_inheriting_flowdock_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175848_projects_github_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175850_groups_github_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175851_templates_github_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175853_instances_github_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175855_projects_inheriting_github_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175857_groups_inheriting_github_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175859_projects_hangouts_chat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175901_groups_hangouts_chat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175902_templates_hangouts_chat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175904_instances_hangouts_chat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175906_projects_inheriting_hangouts_chat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175908_groups_inheriting_hangouts_chat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175910_projects_hipchat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175912_groups_hipchat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175913_templates_hipchat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175915_instances_hipchat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175917_projects_inheriting_hipchat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175919_groups_inheriting_hipchat_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175921_projects_irker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175923_groups_irker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175924_templates_irker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175926_instances_irker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175928_projects_inheriting_irker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175930_groups_inheriting_irker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175932_projects_jenkins_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175934_groups_jenkins_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175935_templates_jenkins_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175937_instances_jenkins_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175939_projects_inheriting_jenkins_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175941_groups_inheriting_jenkins_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175943_projects_jira_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175945_groups_jira_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175946_templates_jira_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175948_instances_jira_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175950_projects_inheriting_jira_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175952_groups_inheriting_jira_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175954_projects_mattermost_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175956_groups_mattermost_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175957_templates_mattermost_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216175959_instances_mattermost_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180001_projects_inheriting_mattermost_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180003_groups_inheriting_mattermost_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180005_projects_mattermost_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180006_groups_mattermost_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180008_templates_mattermost_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180010_instances_mattermost_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180012_projects_inheriting_mattermost_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180014_groups_inheriting_mattermost_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180016_projects_microsoft_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180018_groups_microsoft_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180019_templates_microsoft_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180021_instances_microsoft_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180023_projects_inheriting_microsoft_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180025_groups_inheriting_microsoft_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180027_projects_packagist_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180029_groups_packagist_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180030_templates_packagist_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180032_instances_packagist_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180034_projects_inheriting_packagist_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180036_groups_inheriting_packagist_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180038_projects_pipelines_email_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180040_groups_pipelines_email_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180041_templates_pipelines_email_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180043_instances_pipelines_email_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180045_projects_inheriting_pipelines_email_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180047_groups_inheriting_pipelines_email_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180049_projects_pivotaltracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180051_groups_pivotaltracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180052_templates_pivotaltracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180054_instances_pivotaltracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180056_projects_inheriting_pivotaltracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180058_groups_inheriting_pivotaltracker_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180100_projects_pushover_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180102_groups_pushover_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180104_templates_pushover_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180105_instances_pushover_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180107_projects_inheriting_pushover_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180109_groups_inheriting_pushover_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180111_projects_redmine_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180113_groups_redmine_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180115_templates_redmine_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180116_instances_redmine_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180118_projects_inheriting_redmine_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180120_groups_inheriting_redmine_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180122_projects_slack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180124_groups_slack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180126_templates_slack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180127_instances_slack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180129_projects_inheriting_slack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180131_groups_inheriting_slack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180133_projects_slack_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180135_groups_slack_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180137_templates_slack_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180138_instances_slack_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180140_projects_inheriting_slack_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180142_groups_inheriting_slack_slash_commands_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180144_projects_teamcity_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180146_groups_teamcity_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180148_templates_teamcity_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180149_instances_teamcity_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180151_projects_inheriting_teamcity_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180153_groups_inheriting_teamcity_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180155_projects_unify_circuit_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180157_groups_unify_circuit_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180159_templates_unify_circuit_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180201_instances_unify_circuit_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180203_projects_inheriting_unify_circuit_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180204_groups_inheriting_unify_circuit_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180206_projects_webex_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180208_groups_webex_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180210_templates_webex_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180212_instances_webex_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180214_projects_inheriting_webex_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180215_groups_inheriting_webex_teams_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180217_projects_youtrack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180219_groups_youtrack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180221_templates_youtrack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180223_instances_youtrack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180225_projects_inheriting_youtrack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180226_groups_inheriting_youtrack_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180228_projects_jira_server_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180230_projects_jira_cloud_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180232_projects_jira_dvcs_cloud_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180234_projects_jira_dvcs_server_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180239_personal_snippets.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180241_project_snippets.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180242_web_ide_commits.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180244_web_ide_views.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180246_web_ide_merge_requests.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180248_web_ide_previews.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180250_web_ide_terminals.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180252_web_ide_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180253_snippet_comment.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180255_snippet_create.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180257_snippet_update.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180259_static_site_editor_views.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180301_static_site_editor_commits.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180303_static_site_editor_merge_requests.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180304_user_preferences_user_gitpod_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180306_snippets.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180316_snippets.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180344_api_fuzzing_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180346_api_fuzzing_dnd_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180348_user_api_fuzzing_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180350_user_api_fuzzing_dnd_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180410_pool_repositories.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180413_all_searches.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180414_navbar_searches.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180416_i_search_total.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180434_issues_created_from_gitlab_error_tracking_ui.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180436_issues_with_associated_zoom_link.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180438_issues_using_zoom_quick_actions.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180440_issues_with_embedded_grafana_charts_approx.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180441_issues_created_from_alerts.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180443_issues_created_gitlab_alerts.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180445_issues_created_manually_from_alerts.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180447_incident_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180449_alert_bot_incident_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180451_incident_labeled_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180453_projects_creating_incidents.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180454_projects_with_error_tracking_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180456_projects_with_alerts_service_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180458_projects_with_alerts_created.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180500_projects_with_enabled_alert_integrations.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180502_status_page_incident_publishes.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180504_status_page_incident_unpublishes.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180506_status_page_projects.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180507_status_page_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180517_projects_with_error_tracking_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180518_projects_with_incidents.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180520_projects_with_alert_incidents.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180522_projects_incident_sla_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180628_projects_imported_from_github.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180630_projects_imported_from_github.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180632_unique_users_all_imports.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180634_gitlab.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180636_gitlab_v1.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180638_gitlab_project.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180639_gitlab.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180641_github.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180643_bitbucket.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180645_bitbucket_server.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180647_gitea.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180649_git.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180650_manifest.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180652_gitlab_migration.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180654_jira.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180656_fogbugz.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180658_phabricator.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180700_csv.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180702_group_import.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180703_gitlab_migration.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180705_total.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180707_gitlab_project.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180709_gitlab.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180711_github.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180713_bitbucket.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180715_bitbucket_server.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180716_gitea.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180718_git.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180720_manifest.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180722_jira.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180724_fogbugz.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180726_phabricator.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180727_csv.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180729_groups_imported.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180734_wiki_pages_create.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180736_wiki_pages_update.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180738_wiki_pages_delete.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180740_design_management_designs_create.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180741_design_management_designs_update.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180743_design_management_designs_delete.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180750_groups.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180752_keys.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180754_events.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180756_groups.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180758_users_created.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180800_ldap_keys.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180801_ldap_users.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180843_provider.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180852_provider.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180902_provider.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180903_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180911_provider.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180920_provider.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180922_duration_s.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180924_failures.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180927_grafana_integrated_projects.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180929_projects_with_tracing_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180931_projects_prometheus_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180933_groups_prometheus_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180934_templates_prometheus_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180936_instances_prometheus_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180938_projects_inheriting_prometheus_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180940_groups_inheriting_prometheus_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180942_operations_dashboard_default_dashboard.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180944_operations_dashboard_users_with_projects_added.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180945_clusters.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180947_clusters_applications_prometheus.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180949_operations_dashboard_default_dashboard.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180951_projects_with_tracing_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216180953_operations_dashboard_users_with_projects_added.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181009_lfs_objects.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181011_projects_with_packages.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181012_packages.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181014_projects_with_expiration_policy_disabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181016_projects_with_expiration_policy_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181029_projects_with_expiration_policy_enabled_with_cadence_set_to_1d.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181031_projects_with_expiration_policy_enabled_with_cadence_set_to_7d.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181033_projects_with_expiration_policy_enabled_with_cadence_set_to_14d.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181035_projects_with_expiration_policy_enabled_with_cadence_set_to_1month.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181037_projects_with_expiration_policy_enabled_with_cadence_set_to_3month.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181038_projects_with_expiration_policy_enabled_with_older_than_set_to_7d.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181040_projects_with_expiration_policy_enabled_with_older_than_set_to_14d.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181042_projects_with_expiration_policy_enabled_with_older_than_set_to_30d.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181044_projects_with_expiration_policy_enabled_with_older_than_set_to_90d.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181048_projects_with_expiration_policy_enabled_with_older_than_unset.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181051_vendor.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181055_projects_with_packages.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181102_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181104_label_lists.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181106_milestone_lists.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181108_milestones.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181109_uploads.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181111_labels.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181113_notes.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181115_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181117_notes.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181119_projects.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181121_todos.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181122_service_desk_enabled_projects.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181124_service_desk_issues.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181126_projects_jira_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181128_projects_jira_dvcs_cloud_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181130_projects_jira_dvcs_server_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181134_epics.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181135_label_lists.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181137_milestone_lists.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181205_confidential_epics.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181206_epics.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181210_issues_with_health_status.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181249_feature_flags.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181252_boards.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181254_projects.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181256_todos.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181258_jira_imports_total_imported_count.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181259_jira_imports_projects_count.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181301_jira_imports_total_imported_issues_count.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181908_deploy_keys.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181911_successful_deployments.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181912_failed_deployments.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181914_environments.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181916_in_review_folder.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181918_releases.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181920_projects_mirrored_with_pipelines_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181926_deployments.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181928_failed_deployments.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181930_releases.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181932_successful_deployments.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181934_projects_mirrored_with_pipelines_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181946_pages_domains.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181949_clusters_applications_runner.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181954_user_unique_users_all_secure_scanners.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216181959_projects_with_repositories_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182001_protected_branches.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182002_remote_mirrors.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182004_commit_comment.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182006_source_code_pushes.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182008_template_repositories.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182010_deploy_keys.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182012_keys.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182014_projects_with_disable_overriding_approvers_per_merge_request.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182015_projects_without_disable_overriding_approvers_per_merge_request.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182017_remote_mirrors.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182019_projects_enforcing_code_owner_approval.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182021_projects_with_sectional_code_owner_rules.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182023_projects_with_repositories_enabled.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182025_protected_branches.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182027_total_number_of_path_locks.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182028_total_number_of_locked_files.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182112_sast_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182114_secret_detection_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182116_user_sast_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182118_user_secret_detection_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182203_user_preferences_group_overview_details.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182205_user_preferences_group_overview_security_dashboard.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182207_user_preferences_group_overview_security_dashboard.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182454_protected_branches_except_default.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182547_projects_datadog_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182549_groups_datadog_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182551_templates_datadog_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182553_instances_datadog_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182555_projects_inheriting_datadog_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182557_groups_inheriting_datadog_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182614_projects_ewm_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182616_groups_ewm_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182618_templates_ewm_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182620_instances_ewm_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182622_projects_inheriting_ewm_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182623_groups_inheriting_ewm_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182722_projects_mock_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182724_groups_mock_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182726_templates_mock_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182728_instances_mock_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182730_projects_inheriting_mock_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182732_groups_inheriting_mock_ci_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182734_projects_mock_monitoring_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182736_groups_mock_monitoring_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182738_templates_mock_monitoring_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182739_instances_mock_monitoring_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182741_projects_inheriting_mock_monitoring_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182743_groups_inheriting_mock_monitoring_active.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182855_package_events_i_package_composer_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182857_package_events_i_package_composer_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182859_package_events_i_package_composer_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182901_package_events_i_package_conan_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182903_package_events_i_package_conan_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182905_package_events_i_package_conan_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182907_package_events_i_package_container_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182909_package_events_i_package_container_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182911_package_events_i_package_container_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182913_package_events_i_package_debian_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182915_package_events_i_package_debian_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182917_package_events_i_package_debian_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182919_package_events_i_package_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182921_package_events_i_package_delete_package_by_deploy_token.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182923_package_events_i_package_delete_package_by_guest.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182925_package_events_i_package_delete_package_by_user.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182927_package_events_i_package_generic_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182929_package_events_i_package_generic_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182931_package_events_i_package_generic_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182933_package_events_i_package_golang_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182934_package_events_i_package_golang_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182936_package_events_i_package_golang_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182938_package_events_i_package_maven_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182940_package_events_i_package_maven_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182942_package_events_i_package_maven_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182944_package_events_i_package_npm_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182946_package_events_i_package_npm_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182948_package_events_i_package_npm_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182950_package_events_i_package_nuget_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182952_package_events_i_package_nuget_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182954_package_events_i_package_nuget_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182956_package_events_i_package_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216182958_package_events_i_package_pull_package_by_deploy_token.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183000_package_events_i_package_pull_package_by_guest.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183002_package_events_i_package_pull_package_by_user.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183004_package_events_i_package_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183005_package_events_i_package_push_package_by_deploy_token.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183007_package_events_i_package_push_package_by_guest.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183009_package_events_i_package_push_package_by_user.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183011_package_events_i_package_pypi_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183013_package_events_i_package_pypi_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183015_package_events_i_package_pypi_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183017_package_events_i_package_tag_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183019_package_events_i_package_tag_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183021_package_events_i_package_tag_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183023_wiki_pages_view.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183146_coverage_fuzzing_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183149_dast_on_demand_pipelines.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183241_filesystems.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183248_pg_system_id.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183339_merge_requests_with_overridden_project_rules.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183344_users_using_path_locks.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183346_users_using_lfs_locks.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183352_approval_project_rules_with_more_approvers_than_required.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183354_approval_project_rules_with_less_approvers_than_required.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183355_approval_project_rules_with_exact_required_approvers.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183400_omniauth_providers.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183402_two-factor.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183404_two-factor-via-u2f-device.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183406_two-factor-via-webauthn-device.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183408_standard.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183410_google_oauth2.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183514_user_coverage_fuzzing_jobs.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183904_g_compliance_dashboard.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183906_g_compliance_audit_events.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183908_i_compliance_audit_events.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183910_i_compliance_credential_inventory.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183912_a_compliance_audit_events_api.yml
+%%WWWDIR%%/config/metrics/counts_all/20210216183914_compliance_unique_visits_for_any_target.yml
+%%WWWDIR%%/config/metrics/counts_all/20210303153000_package_events_i_package_rubygems_delete_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210303153002_package_events_i_package_rubygems_pull_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210303153004_package_events_i_package_rubygems_push_package.yml
+%%WWWDIR%%/config/metrics/counts_all/20210309165717_projects_with_enabled_alert_integrations_histogram.yml
%%WWWDIR%%/config/metrics/license/20210201124932_recorded_at.yml
%%WWWDIR%%/config/metrics/license/20210201124933_uuid.yml
%%WWWDIR%%/config/metrics/license/20210204124827_hostname.yml
@@ -11024,6 +12208,12 @@
%%WWWDIR%%/config/metrics/license/20210204124928_version.yml
%%WWWDIR%%/config/metrics/license/20210204124936_version.yml
%%WWWDIR%%/config/metrics/license/20210204124938_recording_ce_finished_at.yml
+%%WWWDIR%%/config/metrics/license/20210216175601_version.yml
+%%WWWDIR%%/config/metrics/license/20210216175602_installation_type.yml
+%%WWWDIR%%/config/metrics/license/20210216175604_edition.yml
+%%WWWDIR%%/config/metrics/license/20210216175609_version.yml
+%%WWWDIR%%/config/metrics/license/20210216181053_version.yml
+%%WWWDIR%%/config/metrics/license/20210216183237_version.yml
%%WWWDIR%%/config/metrics/schema.json
%%WWWDIR%%/config/metrics/settings/20210201124935_database_adapter.yml
%%WWWDIR%%/config/metrics/settings/20210204124856_instance_auto_devops_enabled.yml
@@ -11040,8 +12230,30 @@
%%WWWDIR%%/config/metrics/settings/20210204124918_signup_enabled.yml
%%WWWDIR%%/config/metrics/settings/20210204124920_web_ide_clientside_preview_enabled.yml
%%WWWDIR%%/config/metrics/settings/20210204124922_grafana_link_enabled.yml
-%%WWWDIR%%/config/metrics/settings/20210204124924_elasticsearch_enabled.yml
%%WWWDIR%%/config/metrics/settings/20210204124934_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216175459_ingress_modsecurity_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216175606_ldap_encrypted_secrets_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180314_gitpod_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180836_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180838_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180840_direct_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180841_background_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180845_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180847_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180849_direct_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180851_background_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180854_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180856_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180858_direct_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180900_background_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180905_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180907_direct_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180909_background_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180913_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180915_enabled.yml
+%%WWWDIR%%/config/metrics/settings/20210216180916_direct_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210216180918_background_upload.yml
+%%WWWDIR%%/config/metrics/settings/20210225045628_operating_system.yml
%%WWWDIR%%/config/no_todos_messages.yml
%%WWWDIR%%/config/object_store_settings.rb
%%WWWDIR%%/config/plugins/monaco_webpack.js
@@ -11105,8 +12317,7 @@
%%WWWDIR%%/danger/pipeline/Dangerfile
%%WWWDIR%%/danger/plugins/changelog.rb
%%WWWDIR%%/danger/plugins/feature_flag.rb
-%%WWWDIR%%/danger/plugins/helper.rb
-%%WWWDIR%%/danger/plugins/roulette.rb
+%%WWWDIR%%/danger/plugins/project_helper.rb
%%WWWDIR%%/danger/plugins/sidekiq_queues.rb
%%WWWDIR%%/danger/prettier/Dangerfile
%%WWWDIR%%/danger/product_intelligence/Dangerfile
@@ -11154,7 +12365,7 @@
%%WWWDIR%%/db/fixtures/development/26_packages.rb
%%WWWDIR%%/db/fixtures/development/27_product_analytics_events.rb
%%WWWDIR%%/db/fixtures/development/28_integrations.rb
-%%WWWDIR%%/db/fixtures/development/29_instance_statistics.rb
+%%WWWDIR%%/db/fixtures/development/29_usage_trends.rb
%%WWWDIR%%/db/fixtures/development/30_composer_packages.rb
%%WWWDIR%%/db/fixtures/development/98_gitlab_instance_administration_project.rb
%%WWWDIR%%/db/fixtures/development/99_common_metrics.rb
@@ -12166,6 +13377,7 @@
%%WWWDIR%%/db/migrate/20200813135558_create_ci_deleted_objects.rb
%%WWWDIR%%/db/migrate/20200813143304_add_new_external_diff_migration_index.rb
%%WWWDIR%%/db/migrate/20200813143356_remove_old_external_diff_migration_index.rb
+%%WWWDIR%%/db/migrate/20200816133024_add_cve_id_request_project_setting.rb
%%WWWDIR%%/db/migrate/20200817142800_add_pipeline_artifacts_size_to_project_statistics.rb
%%WWWDIR%%/db/migrate/20200817195628_add_modified_to_approval_merge_request_rule.rb
%%WWWDIR%%/db/migrate/20200818052219_add_kubernetes_version_to_cluster_providers_aws.rb
@@ -12474,6 +13686,7 @@
%%WWWDIR%%/db/migrate/20201208181411_remove_temporary_blocking_issues_index.rb
%%WWWDIR%%/db/migrate/20201208210209_create_incident_management_oncall_shifts.rb
%%WWWDIR%%/db/migrate/20201209154746_expand_ci_pipelines_index_on_ci_ref_id.rb
+%%WWWDIR%%/db/migrate/20201209163113_recreate_index_issue_email_participants_on_issue_id_and_email.rb
%%WWWDIR%%/db/migrate/20201209163958_add_code_challenge_to_oauth_access_grants.rb
%%WWWDIR%%/db/migrate/20201209193551_add_version_sha_cache_to_composer_metadata.rb
%%WWWDIR%%/db/migrate/20201210101250_add_index_projects_on_import_type_and_creator_id.rb
@@ -12501,6 +13714,8 @@
%%WWWDIR%%/db/migrate/20201222151823_update_trusted_apps_to_confidential.rb
%%WWWDIR%%/db/migrate/20201223114050_add_restrict_user_defined_variables_to_project_settings.rb
%%WWWDIR%%/db/migrate/20201224144948_migrate_coverage_report_worker.rb
+%%WWWDIR%%/db/migrate/20201228110136_create_iterations_cadence.rb
+%%WWWDIR%%/db/migrate/20201228110238_add_iterations_cadence_to_sprints.rb
%%WWWDIR%%/db/migrate/20201228184500_add_dismissal_reason_into_vulnerability_feedback_table.rb
%%WWWDIR%%/db/migrate/20201229105948_add_invisible_captcha_enabled_to_settings.rb
%%WWWDIR%%/db/migrate/20201230161206_add_rate_limiting_response_text_to_application_settings.rb
@@ -12513,6 +13728,7 @@
%%WWWDIR%%/db/migrate/20210105154321_add_text_limit_to_vulnerability_occurrences_entity_columns.rb
%%WWWDIR%%/db/migrate/20210106153021_drop_tmp_index_on_emails.rb
%%WWWDIR%%/db/migrate/20210106155209_add_merge_request_diff_commit_trailers.rb
+%%WWWDIR%%/db/migrate/20210106191305_rename_indexes_on_git_lab_com.rb
%%WWWDIR%%/db/migrate/20210106225424_add_keep_latest_artifacts_to_application_settings.rb
%%WWWDIR%%/db/migrate/20210107105306_add_diff_type_to_merge_request_diffs.rb
%%WWWDIR%%/db/migrate/20210107154615_add_merge_request_context_commit_trailers.rb
@@ -12547,13 +13763,17 @@
%%WWWDIR%%/db/migrate/20210126233608_add_rubygems_max_file_size_to_plan_limits.rb
%%WWWDIR%%/db/migrate/20210127052226_add_subgroup_events_to_web_hooks.rb
%%WWWDIR%%/db/migrate/20210127143025_add_oldest_merge_requests_index.rb
+%%WWWDIR%%/db/migrate/20210127152613_add_iterations_cadence_date_range_constraint.rb
+%%WWWDIR%%/db/migrate/20210127202613_remove_iteration_group_date_range_constraint.rb
%%WWWDIR%%/db/migrate/20210128044930_add_git_two_factor_session_expiry_to_application_settings.rb
%%WWWDIR%%/db/migrate/20210128101707_add_prevent_merge_without_jira_issue_to_project_settings.rb
%%WWWDIR%%/db/migrate/20210128114526_add_auto_delete_at_to_environments.rb
%%WWWDIR%%/db/migrate/20210128140157_add_content_type_to_dependency_proxy_manifests.rb
%%WWWDIR%%/db/migrate/20210128140232_add_text_limit_to_dependency_proxy_manifests_content_type.rb
%%WWWDIR%%/db/migrate/20210128152830_create_ci_namespace_monthly_usage.rb
+%%WWWDIR%%/db/migrate/20210128172149_create_background_migration_tracking_tables.rb
%%WWWDIR%%/db/migrate/20210129225244_add_index_to_oncall_shfts_on_starts_at_and_ends_at.rb
+%%WWWDIR%%/db/migrate/20210201034649_add_active_periods_to_on_call_rotations.rb
%%WWWDIR%%/db/migrate/20210201140434_add_oldest_merge_requests_index_again.rb
%%WWWDIR%%/db/migrate/20210203002331_drop_backup_label_index.rb
%%WWWDIR%%/db/migrate/20210203092540_remove_has_external_wiki_constraint.rb
@@ -12564,18 +13784,73 @@
%%WWWDIR%%/db/migrate/20210204152257_add_status_to_packages_packages.rb
%%WWWDIR%%/db/migrate/20210204212850_add_group_id_to_ci_daily_build_group_report_results.rb
%%WWWDIR%%/db/migrate/20210205084357_create_ci_project_monthly_usage.rb
+%%WWWDIR%%/db/migrate/20210205134213_add_creator_id_to_custom_emoji.rb
%%WWWDIR%%/db/migrate/20210205143926_remove_namespace_id_foreign_key_on_namespace_onboarding_actions.rb
%%WWWDIR%%/db/migrate/20210205213915_remove_foreign_keys_from_alerts_service_data.rb
+%%WWWDIR%%/db/migrate/20210208103243_add_issue_created_at_to_onboarding_progress.rb
%%WWWDIR%%/db/migrate/20210208125050_add_status_expires_at_to_user_statuses.rb
%%WWWDIR%%/db/migrate/20210208125248_add_index_on_user_statuses_status_expires_at.rb
%%WWWDIR%%/db/migrate/20210208144134_add_index_group_id_to_ci_daily_build_group_report_results.rb
%%WWWDIR%%/db/migrate/20210208161207_add_notes_create_limit_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20210208200914_add_ends_at_to_oncall_rotations.rb
+%%WWWDIR%%/db/migrate/20210209110019_create_external_approval_rules.rb
%%WWWDIR%%/db/migrate/20210209160510_create_security_orchestration_policy_configurations.rb
%%WWWDIR%%/db/migrate/20210209171525_add_status_index_to_packages_packages.rb
+%%WWWDIR%%/db/migrate/20210209232508_add_markdown_surround_selection_to_user_preferences.rb
%%WWWDIR%%/db/migrate/20210210210232_add_notes_create_limit_allowlist_to_application_settings.rb
%%WWWDIR%%/db/migrate/20210211195543_add_created_by_user_for_cluster_agent_token.rb
+%%WWWDIR%%/db/migrate/20210212153934_make_the_geo_oauth_application_trusted_by_default.rb
+%%WWWDIR%%/db/migrate/20210212163231_add_merge_when_pipeline_succeeds_to_notification_settings.rb
+%%WWWDIR%%/db/migrate/20210214201118_add_delayed_project_removal_to_namespace_settings.rb
+%%WWWDIR%%/db/migrate/20210214205155_add_index_to_namespaces_delayed_project_removal.rb
+%%WWWDIR%%/db/migrate/20210216122140_add_in_product_marketing_emails_enabled_setting.rb
%%WWWDIR%%/db/migrate/20210216135504_add_created_by_to_cluster_agent.rb
+%%WWWDIR%%/db/migrate/20210216193620_add_description_to_cluster_token.rb
+%%WWWDIR%%/db/migrate/20210216223335_remove_index_on_issues_where_service_desk_reply_to_is_not_null.rb
+%%WWWDIR%%/db/migrate/20210217101901_create_epic_list_user_preferences.rb
+%%WWWDIR%%/db/migrate/20210218040814_add_environment_scope_to_group_variables.rb
+%%WWWDIR%%/db/migrate/20210218142626_change_finding_fingerprint_enum.rb
+%%WWWDIR%%/db/migrate/20210218144056_add_sprints_start_date_not_null_check_constraint.rb
+%%WWWDIR%%/db/migrate/20210218144656_add_sprints_due_date_not_null_check_constraint.rb
+%%WWWDIR%%/db/migrate/20210219100137_add_creator_foreign_key_to_custom_emoji.rb
+%%WWWDIR%%/db/migrate/20210219111040_add_epic_issue_composite_index.rb
+%%WWWDIR%%/db/migrate/20210222030537_add_is_removed_to_oncall_participant.rb
+%%WWWDIR%%/db/migrate/20210222042745_add_is_removed_index_to_oncall_participant.rb
+%%WWWDIR%%/db/migrate/20210222070356_add_storage_size_to_namespace_statistics.rb
+%%WWWDIR%%/db/migrate/20210222070413_add_wiki_size_to_namespace_statistics.rb
+%%WWWDIR%%/db/migrate/20210222085529_add_epic_board_user_preference_user_fk.rb
+%%WWWDIR%%/db/migrate/20210222085551_add_epic_board_user_preference_epic_list_fk.rb
+%%WWWDIR%%/db/migrate/20210222105120_add_container_registry_access_level.rb
+%%WWWDIR%%/db/migrate/20210223053451_add_branch_name_to_dast_profile.rb
+%%WWWDIR%%/db/migrate/20210223132934_add_foreign_key_to_external_approval_rules.rb
+%%WWWDIR%%/db/migrate/20210223133116_add_foreign_key_to_external_approval_rules_protected_branches.rb
+%%WWWDIR%%/db/migrate/20210224132547_add_null_constraint_to_terraform_state_name.rb
+%%WWWDIR%%/db/migrate/20210224133337_add_name_field_to_cluster_agent_token.rb
+%%WWWDIR%%/db/migrate/20210225090801_create_dora_daily_metrics.rb
+%%WWWDIR%%/db/migrate/20210225135533_limit_cluster_token_size.rb
+%%WWWDIR%%/db/migrate/20210225153522_add_allow_force_push_to_protected_branches.rb
+%%WWWDIR%%/db/migrate/20210301150451_add_tier_to_environments.rb
+%%WWWDIR%%/db/migrate/20210301193412_add_optional_to_ci_build_needs.rb
%%WWWDIR%%/db/migrate/20210301200601_rename_asset_proxy_allowlist_on_application_settings.rb
+%%WWWDIR%%/db/migrate/20210302103851_add_deployed_deployment_id_index_to_project_pages_metadata.rb
+%%WWWDIR%%/db/migrate/20210302155904_remove_index_for_security_orchestration_policy.rb
+%%WWWDIR%%/db/migrate/20210302160544_add_index_to_security_orchestration_policy.rb
+%%WWWDIR%%/db/migrate/20210302212623_rename_vuln_fingerprints_indexes.rb
+%%WWWDIR%%/db/migrate/20210303053341_add_last_edited_at_and_last_edited_by_id_to_notes.rb
+%%WWWDIR%%/db/migrate/20210303091651_add_index_to_environments_tier.rb
+%%WWWDIR%%/db/migrate/20210303165201_add_index_for_succeeded_deployments.rb
+%%WWWDIR%%/db/migrate/20210303165301_add_not_null_constraint_to_cluster_token_name.rb
+%%WWWDIR%%/db/migrate/20210303193544_add_concurrent_fields_to_bulk_imports_trackers.rb
+%%WWWDIR%%/db/migrate/20210303193605_add_text_limits_to_bulk_imports_trackers_jid_and_pipeline_name.rb
+%%WWWDIR%%/db/migrate/20210305002016_update_terraform_states_locked_by_user_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20210305013509_add_text_limit_to_group_ci_variables_environment_scope.rb
+%%WWWDIR%%/db/migrate/20210305145622_add_terraform_module_max_file_size_to_plan_limits.rb
+%%WWWDIR%%/db/migrate/20210306121300_partition_web_hook_logs.rb
+%%WWWDIR%%/db/migrate/20210308125742_add_info_column_into_security_scans_table.rb
+%%WWWDIR%%/db/migrate/20210308190413_change_batched_background_migrations_batch_class_name_default.rb
+%%WWWDIR%%/db/migrate/20210309181019_add_last_used_at_to_cluster_agent_token.rb
+%%WWWDIR%%/db/migrate/20210310000627_add_idx_vulnerability_occurrences_dedup.rb
+%%WWWDIR%%/db/migrate/20210310111009_add_settings_to_group_merge_request_approval_settings.rb
%%WWWDIR%%/db/optional_migrations/composite_primary_keys.rb
%%WWWDIR%%/db/post_migrate/20190102152410_delete_inconsistent_internal_id_records2.rb
%%WWWDIR%%/db/post_migrate/20190115054215_migrate_delete_container_repository_worker.rb
@@ -12587,7 +13862,6 @@
%%WWWDIR%%/db/post_migrate/20190313092516_clean_up_noteable_id_for_notes_on_commits.rb
%%WWWDIR%%/db/post_migrate/20190322132835_schedule_populate_merge_request_assignees_table.rb
%%WWWDIR%%/db/post_migrate/20190325111602_rename_v2_root_namespaces.rb
-%%WWWDIR%%/db/post_migrate/20190402224749_schedule_merge_request_assignees_migration_progress_check.rb
%%WWWDIR%%/db/post_migrate/20190404143330_add_unique_constraint_to_approvals_user_id_and_merge_request_id.rb
%%WWWDIR%%/db/post_migrate/20190404231137_remove_alternate_url_from_geo_nodes.rb
%%WWWDIR%%/db/post_migrate/20190418132125_populate_project_statistics_packages_size.rb
@@ -12935,6 +14209,7 @@
%%WWWDIR%%/db/post_migrate/20201109114603_schedule_remove_inaccessible_epic_todos.rb
%%WWWDIR%%/db/post_migrate/20201110161542_cleanup_transfered_projects_shared_runners.rb
%%WWWDIR%%/db/post_migrate/20201112130710_schedule_remove_duplicate_vulnerabilities_findings.rb
+%%WWWDIR%%/db/post_migrate/20201112130715_schedule_recalculate_uuid_on_vulnerabilities_occurrences.rb
%%WWWDIR%%/db/post_migrate/20201112145311_add_index_on_sha_for_initial_deployments.rb
%%WWWDIR%%/db/post_migrate/20201113105000_update_index_secure_for_api_fuzzing_telemetry.rb
%%WWWDIR%%/db/post_migrate/20201119092319_schedule_repopulate_historical_vulnerability_statistics.rb
@@ -12952,11 +14227,13 @@
%%WWWDIR%%/db/post_migrate/20201216185336_add_devops_adoption_snapshot_not_null.rb
%%WWWDIR%%/db/post_migrate/20201217112249_change_pages_deployment_size_to_bigint_cleanup.rb
%%WWWDIR%%/db/post_migrate/20201223012231_reindex_ci_pipelines_on_schedule_id_and_id.rb
+%%WWWDIR%%/db/post_migrate/20201231133921_schedule_set_default_iteration_cadences.rb
%%WWWDIR%%/db/post_migrate/20210105030125_cleanup_projects_with_bad_has_external_wiki_data.rb
%%WWWDIR%%/db/post_migrate/20210105052229_clean_up_asset_proxy_whitelist_rename_on_application_settings.rb
%%WWWDIR%%/db/post_migrate/20210105103649_delete_column_group_id_on_compliance_framework.rb
%%WWWDIR%%/db/post_migrate/20210107194543_remove_alerts_service_records.rb
%%WWWDIR%%/db/post_migrate/20210111075105_schedule_uuid_population_for_security_findings.rb
+%%WWWDIR%%/db/post_migrate/20210111075206_schedule_uuid_population_for_security_findings2.rb
%%WWWDIR%%/db/post_migrate/20210112143418_remove_duplicate_services2.rb
%%WWWDIR%%/db/post_migrate/20210115215854_cancel_artifact_expiry_backfill.rb
%%WWWDIR%%/db/post_migrate/20210115220610_schedule_artifact_expiry_backfill.rb
@@ -12968,7 +14245,24 @@
%%WWWDIR%%/db/post_migrate/20210205213933_drop_alerts_service_data.rb
%%WWWDIR%%/db/post_migrate/20210205214003_remove_alerts_service_records_again.rb
%%WWWDIR%%/db/post_migrate/20210210093901_backfill_updated_at_after_repository_storage_move.rb
+%%WWWDIR%%/db/post_migrate/20210210221006_cleanup_projects_with_bad_has_external_issue_tracker_data.rb
+%%WWWDIR%%/db/post_migrate/20210215095328_migrate_delayed_project_removal_from_namespaces_to_namespace_settings.rb
+%%WWWDIR%%/db/post_migrate/20210215144909_migrate_usage_trends_sidekiq_queue.rb
+%%WWWDIR%%/db/post_migrate/20210217100728_move_create_release_evidence_queue_out_of_cronjob_namespace.rb
+%%WWWDIR%%/db/post_migrate/20210218105431_remove_deprecated_ci_builds_columns.rb
+%%WWWDIR%%/db/post_migrate/20210218110552_remove_deprecated_ci_runner_column.rb
+%%WWWDIR%%/db/post_migrate/20210219102900_reschedule_set_default_iteration_cadences.rb
+%%WWWDIR%%/db/post_migrate/20210222185538_remove_backup_labels_foreign_keys.rb
+%%WWWDIR%%/db/post_migrate/20210222192144_remove_backup_labels_table.rb
+%%WWWDIR%%/db/post_migrate/20210224150506_reschedule_artifact_expiry_backfill.rb
+%%WWWDIR%%/db/post_migrate/20210226120851_move_container_registry_enabled_to_project_features.rb
%%WWWDIR%%/db/post_migrate/20210301200959_clean_up_asset_proxy_allowlist_rename_on_application_settings.rb
+%%WWWDIR%%/db/post_migrate/20210302074524_backfill_namespace_statistics_with_wiki_size.rb
+%%WWWDIR%%/db/post_migrate/20210303064112_add_not_null_constraints_to_gitlab_subscriptions_namespace_id.rb
+%%WWWDIR%%/db/post_migrate/20210303064142_cleanup_gitlab_subscriptions_with_null_namespace_id.rb
+%%WWWDIR%%/db/post_migrate/20210303165302_cleanup_cluster_tokens_with_null_name.rb
+%%WWWDIR%%/db/post_migrate/20210304133508_schedule_remove_duplicate_vulnerabilities_findings2.rb
+%%WWWDIR%%/db/post_migrate/20210306121310_backfill_partitioned_web_hook_logs.rb
@(git,,) %%WWWDIR%%/db/schema.rb
%%WWWDIR%%/db/schema_migrations/20181228175414
%%WWWDIR%%/db/schema_migrations/20190102152410
@@ -13017,7 +14311,6 @@
%%WWWDIR%%/db/schema_migrations/20190327163904
%%WWWDIR%%/db/schema_migrations/20190329085614
%%WWWDIR%%/db/schema_migrations/20190402150158
-%%WWWDIR%%/db/schema_migrations/20190402224749
%%WWWDIR%%/db/schema_migrations/20190403161806
%%WWWDIR%%/db/schema_migrations/20190404143330
%%WWWDIR%%/db/schema_migrations/20190404231137
@@ -14247,6 +15540,7 @@
%%WWWDIR%%/db/schema_migrations/20200813143304
%%WWWDIR%%/db/schema_migrations/20200813143356
%%WWWDIR%%/db/schema_migrations/20200813153434
+%%WWWDIR%%/db/schema_migrations/20200816133024
%%WWWDIR%%/db/schema_migrations/20200817070126
%%WWWDIR%%/db/schema_migrations/20200817100710
%%WWWDIR%%/db/schema_migrations/20200817142800
@@ -14559,6 +15853,7 @@
%%WWWDIR%%/db/schema_migrations/20201111145317
%%WWWDIR%%/db/schema_migrations/20201111152859
%%WWWDIR%%/db/schema_migrations/20201112130710
+%%WWWDIR%%/db/schema_migrations/20201112130715
%%WWWDIR%%/db/schema_migrations/20201112132808
%%WWWDIR%%/db/schema_migrations/20201112145311
%%WWWDIR%%/db/schema_migrations/20201112173532
@@ -14651,6 +15946,7 @@
%%WWWDIR%%/db/schema_migrations/20201208181411
%%WWWDIR%%/db/schema_migrations/20201208210209
%%WWWDIR%%/db/schema_migrations/20201209154746
+%%WWWDIR%%/db/schema_migrations/20201209163113
%%WWWDIR%%/db/schema_migrations/20201209163958
%%WWWDIR%%/db/schema_migrations/20201209193551
%%WWWDIR%%/db/schema_migrations/20201210101250
@@ -14682,10 +15978,13 @@
%%WWWDIR%%/db/schema_migrations/20201223012231
%%WWWDIR%%/db/schema_migrations/20201223114050
%%WWWDIR%%/db/schema_migrations/20201224144948
+%%WWWDIR%%/db/schema_migrations/20201228110136
+%%WWWDIR%%/db/schema_migrations/20201228110238
%%WWWDIR%%/db/schema_migrations/20201228184500
%%WWWDIR%%/db/schema_migrations/20201229105948
%%WWWDIR%%/db/schema_migrations/20201230161206
%%WWWDIR%%/db/schema_migrations/20201230180202
+%%WWWDIR%%/db/schema_migrations/20201231133921
%%WWWDIR%%/db/schema_migrations/20210101110640
%%WWWDIR%%/db/schema_migrations/20210102164121
%%WWWDIR%%/db/schema_migrations/20210104163218
@@ -14697,6 +15996,7 @@
%%WWWDIR%%/db/schema_migrations/20210105154321
%%WWWDIR%%/db/schema_migrations/20210106153021
%%WWWDIR%%/db/schema_migrations/20210106155209
+%%WWWDIR%%/db/schema_migrations/20210106191305
%%WWWDIR%%/db/schema_migrations/20210106225424
%%WWWDIR%%/db/schema_migrations/20210107105306
%%WWWDIR%%/db/schema_migrations/20210107154615
@@ -14706,6 +16006,7 @@
%%WWWDIR%%/db/schema_migrations/20210111053308
%%WWWDIR%%/db/schema_migrations/20210111075104
%%WWWDIR%%/db/schema_migrations/20210111075105
+%%WWWDIR%%/db/schema_migrations/20210111075206
%%WWWDIR%%/db/schema_migrations/20210112084512
%%WWWDIR%%/db/schema_migrations/20210112143418
%%WWWDIR%%/db/schema_migrations/20210112202949
@@ -14737,13 +16038,17 @@
%%WWWDIR%%/db/schema_migrations/20210126233608
%%WWWDIR%%/db/schema_migrations/20210127052226
%%WWWDIR%%/db/schema_migrations/20210127143025
+%%WWWDIR%%/db/schema_migrations/20210127152613
+%%WWWDIR%%/db/schema_migrations/20210127202613
%%WWWDIR%%/db/schema_migrations/20210128044930
%%WWWDIR%%/db/schema_migrations/20210128101707
%%WWWDIR%%/db/schema_migrations/20210128114526
%%WWWDIR%%/db/schema_migrations/20210128140157
%%WWWDIR%%/db/schema_migrations/20210128140232
%%WWWDIR%%/db/schema_migrations/20210128152830
+%%WWWDIR%%/db/schema_migrations/20210128172149
%%WWWDIR%%/db/schema_migrations/20210129225244
+%%WWWDIR%%/db/schema_migrations/20210201034649
%%WWWDIR%%/db/schema_migrations/20210201140434
%%WWWDIR%%/db/schema_migrations/20210203002331
%%WWWDIR%%/db/schema_migrations/20210203092540
@@ -14756,24 +16061,96 @@
%%WWWDIR%%/db/schema_migrations/20210204212850
%%WWWDIR%%/db/schema_migrations/20210205084357
%%WWWDIR%%/db/schema_migrations/20210205104425
+%%WWWDIR%%/db/schema_migrations/20210205134213
%%WWWDIR%%/db/schema_migrations/20210205143926
%%WWWDIR%%/db/schema_migrations/20210205144537
%%WWWDIR%%/db/schema_migrations/20210205174154
%%WWWDIR%%/db/schema_migrations/20210205213915
%%WWWDIR%%/db/schema_migrations/20210205213933
%%WWWDIR%%/db/schema_migrations/20210205214003
+%%WWWDIR%%/db/schema_migrations/20210208103243
%%WWWDIR%%/db/schema_migrations/20210208125050
%%WWWDIR%%/db/schema_migrations/20210208125248
%%WWWDIR%%/db/schema_migrations/20210208144134
%%WWWDIR%%/db/schema_migrations/20210208161207
+%%WWWDIR%%/db/schema_migrations/20210208200914
+%%WWWDIR%%/db/schema_migrations/20210209110019
%%WWWDIR%%/db/schema_migrations/20210209160510
%%WWWDIR%%/db/schema_migrations/20210209171525
+%%WWWDIR%%/db/schema_migrations/20210209232508
%%WWWDIR%%/db/schema_migrations/20210210093901
%%WWWDIR%%/db/schema_migrations/20210210210232
+%%WWWDIR%%/db/schema_migrations/20210210221006
%%WWWDIR%%/db/schema_migrations/20210211195543
+%%WWWDIR%%/db/schema_migrations/20210212153934
+%%WWWDIR%%/db/schema_migrations/20210212163231
+%%WWWDIR%%/db/schema_migrations/20210214201118
+%%WWWDIR%%/db/schema_migrations/20210214205155
+%%WWWDIR%%/db/schema_migrations/20210215095328
+%%WWWDIR%%/db/schema_migrations/20210215144909
+%%WWWDIR%%/db/schema_migrations/20210216122140
%%WWWDIR%%/db/schema_migrations/20210216135504
+%%WWWDIR%%/db/schema_migrations/20210216193620
+%%WWWDIR%%/db/schema_migrations/20210216223335
+%%WWWDIR%%/db/schema_migrations/20210217100728
+%%WWWDIR%%/db/schema_migrations/20210217101901
+%%WWWDIR%%/db/schema_migrations/20210218040814
+%%WWWDIR%%/db/schema_migrations/20210218105431
+%%WWWDIR%%/db/schema_migrations/20210218110552
+%%WWWDIR%%/db/schema_migrations/20210218142626
+%%WWWDIR%%/db/schema_migrations/20210218144056
+%%WWWDIR%%/db/schema_migrations/20210218144656
+%%WWWDIR%%/db/schema_migrations/20210219100137
+%%WWWDIR%%/db/schema_migrations/20210219102900
+%%WWWDIR%%/db/schema_migrations/20210219111040
+%%WWWDIR%%/db/schema_migrations/20210222030537
+%%WWWDIR%%/db/schema_migrations/20210222042745
+%%WWWDIR%%/db/schema_migrations/20210222070356
+%%WWWDIR%%/db/schema_migrations/20210222070413
+%%WWWDIR%%/db/schema_migrations/20210222085529
+%%WWWDIR%%/db/schema_migrations/20210222085551
+%%WWWDIR%%/db/schema_migrations/20210222105120
+%%WWWDIR%%/db/schema_migrations/20210222185538
+%%WWWDIR%%/db/schema_migrations/20210222192144
+%%WWWDIR%%/db/schema_migrations/20210223053451
+%%WWWDIR%%/db/schema_migrations/20210223132934
+%%WWWDIR%%/db/schema_migrations/20210223133116
+%%WWWDIR%%/db/schema_migrations/20210224132547
+%%WWWDIR%%/db/schema_migrations/20210224133337
+%%WWWDIR%%/db/schema_migrations/20210224150506
+%%WWWDIR%%/db/schema_migrations/20210225090801
+%%WWWDIR%%/db/schema_migrations/20210225135533
+%%WWWDIR%%/db/schema_migrations/20210225153522
+%%WWWDIR%%/db/schema_migrations/20210226120851
+%%WWWDIR%%/db/schema_migrations/20210301150451
+%%WWWDIR%%/db/schema_migrations/20210301193412
%%WWWDIR%%/db/schema_migrations/20210301200601
%%WWWDIR%%/db/schema_migrations/20210301200959
+%%WWWDIR%%/db/schema_migrations/20210302074524
+%%WWWDIR%%/db/schema_migrations/20210302103851
+%%WWWDIR%%/db/schema_migrations/20210302155904
+%%WWWDIR%%/db/schema_migrations/20210302160544
+%%WWWDIR%%/db/schema_migrations/20210302212623
+%%WWWDIR%%/db/schema_migrations/20210303053341
+%%WWWDIR%%/db/schema_migrations/20210303064112
+%%WWWDIR%%/db/schema_migrations/20210303064142
+%%WWWDIR%%/db/schema_migrations/20210303091651
+%%WWWDIR%%/db/schema_migrations/20210303165201
+%%WWWDIR%%/db/schema_migrations/20210303165301
+%%WWWDIR%%/db/schema_migrations/20210303165302
+%%WWWDIR%%/db/schema_migrations/20210303193544
+%%WWWDIR%%/db/schema_migrations/20210303193605
+%%WWWDIR%%/db/schema_migrations/20210304133508
+%%WWWDIR%%/db/schema_migrations/20210305002016
+%%WWWDIR%%/db/schema_migrations/20210305013509
+%%WWWDIR%%/db/schema_migrations/20210305145622
+%%WWWDIR%%/db/schema_migrations/20210306121300
+%%WWWDIR%%/db/schema_migrations/20210306121310
+%%WWWDIR%%/db/schema_migrations/20210308125742
+%%WWWDIR%%/db/schema_migrations/20210308190413
+%%WWWDIR%%/db/schema_migrations/20210309181019
+%%WWWDIR%%/db/schema_migrations/20210310000627
+%%WWWDIR%%/db/schema_migrations/20210310111009
%%WWWDIR%%/db/seeds.rb
%%WWWDIR%%/db/structure.sql
%%WWWDIR%%/doc/.vale/gitlab/Acronyms.yml
@@ -14784,6 +16161,7 @@
%%WWWDIR%%/doc/.vale/gitlab/CodeblockFences.yml
%%WWWDIR%%/doc/.vale/gitlab/CurlStringsQuoted.yml
%%WWWDIR%%/doc/.vale/gitlab/CurrentStatus.yml
+%%WWWDIR%%/doc/.vale/gitlab/DefaultBranch.yml
%%WWWDIR%%/doc/.vale/gitlab/FirstPerson.yml
%%WWWDIR%%/doc/.vale/gitlab/FutureTense.yml
%%WWWDIR%%/doc/.vale/gitlab/InclusionAbleism.yml
@@ -14800,6 +16178,7 @@
%%WWWDIR%%/doc/.vale/gitlab/Possessive.yml
%%WWWDIR%%/doc/.vale/gitlab/ReferenceLinks.yml
%%WWWDIR%%/doc/.vale/gitlab/RelativeLinks.yml
+%%WWWDIR%%/doc/.vale/gitlab/RelativeLinksDoubleSlashes.yml
%%WWWDIR%%/doc/.vale/gitlab/Repetition.yml
%%WWWDIR%%/doc/.vale/gitlab/SentenceLength.yml
%%WWWDIR%%/doc/.vale/gitlab/SentenceSpacing.yml
@@ -14824,7 +16203,6 @@
%%WWWDIR%%/doc/administration/auth/crowd.md
%%WWWDIR%%/doc/administration/auth/img/crowd_application.png
%%WWWDIR%%/doc/administration/auth/img/crowd_application_authorisation.png
-%%WWWDIR%%/doc/administration/auth/img/okta_admin_panel.png
%%WWWDIR%%/doc/administration/auth/img/okta_admin_panel_v13_9.png
%%WWWDIR%%/doc/administration/auth/img/okta_saml_settings.png
%%WWWDIR%%/doc/administration/auth/jwt.md
@@ -14894,8 +16272,10 @@
%%WWWDIR%%/doc/administration/geo/setup/index.md
%%WWWDIR%%/doc/administration/git_annex.md
%%WWWDIR%%/doc/administration/git_protocol.md
+%%WWWDIR%%/doc/administration/gitaly/configure_gitaly.md
%%WWWDIR%%/doc/administration/gitaly/img/architecture_v12_4.png
%%WWWDIR%%/doc/administration/gitaly/img/cluster_example_v13_3.png
+%%WWWDIR%%/doc/administration/gitaly/img/gitaly_network_13_9.png
%%WWWDIR%%/doc/administration/gitaly/img/praefect_architecture_v12_10.png
%%WWWDIR%%/doc/administration/gitaly/img/shard_example_v13_3.png
%%WWWDIR%%/doc/administration/gitaly/index.md
@@ -15113,8 +16493,6 @@
%%WWWDIR%%/doc/api/graphql/img/user_query_example_v13_2.png
%%WWWDIR%%/doc/api/graphql/img/users_query_example_v13_8.png
%%WWWDIR%%/doc/api/graphql/index.md
-%%WWWDIR%%/doc/api/graphql/reference/gitlab_schema.graphql
-%%WWWDIR%%/doc/api/graphql/reference/gitlab_schema.json
%%WWWDIR%%/doc/api/graphql/reference/index.md
%%WWWDIR%%/doc/api/graphql/removed_items.md
%%WWWDIR%%/doc/api/graphql/sample_issue_boards.md
@@ -15173,6 +16551,7 @@
%%WWWDIR%%/doc/api/pipeline_schedules.md
%%WWWDIR%%/doc/api/pipeline_triggers.md
%%WWWDIR%%/doc/api/pipelines.md
+%%WWWDIR%%/doc/api/plan_limits.md
%%WWWDIR%%/doc/api/project_aliases.md
%%WWWDIR%%/doc/api/project_analytics.md
%%WWWDIR%%/doc/api/project_badges.md
@@ -15228,6 +16607,7 @@
%%WWWDIR%%/doc/api/wikis.md
%%WWWDIR%%/doc/architecture/blueprints/cloud_native_build_logs/index.md
%%WWWDIR%%/doc/architecture/blueprints/cloud_native_gitlab_pages/index.md
+%%WWWDIR%%/doc/architecture/blueprints/container_registry_metadata_database/index.md
%%WWWDIR%%/doc/architecture/blueprints/database_testing/index.md
%%WWWDIR%%/doc/architecture/blueprints/feature_flags_development/index.md
%%WWWDIR%%/doc/architecture/blueprints/gitlab_to_kubernetes_communication/index.md
@@ -15248,6 +16628,19 @@
%%WWWDIR%%/doc/ci/ci_cd_for_external_repos/img/ci_cd_for_external_repo.png
%%WWWDIR%%/doc/ci/ci_cd_for_external_repos/img/external_repository.png
%%WWWDIR%%/doc/ci/ci_cd_for_external_repos/index.md
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/container-name.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/container-port-mapping.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/ecs-launch-status.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/ecs-policy.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/ecs-task-definitions.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/initial-pipeline.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/rails-template.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/registry.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/service-parameter.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/service-running.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/view-running-app-2.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/img/view-running-app.png
+%%WWWDIR%%/doc/ci/cloud_deployment/ecs/quick_start_guide.md
%%WWWDIR%%/doc/ci/cloud_deployment/index.md
%%WWWDIR%%/doc/ci/directed_acyclic_graph/img/dag_graph_example_clicked_v13_1.png
%%WWWDIR%%/doc/ci/directed_acyclic_graph/img/dag_graph_example_v13_1.png
@@ -15261,7 +16654,13 @@
%%WWWDIR%%/doc/ci/environments/deployment_safety.md
%%WWWDIR%%/doc/ci/environments/environments_dashboard.md
%%WWWDIR%%/doc/ci/environments/img/alert_for_environment.png
+%%WWWDIR%%/doc/ci/environments/img/deployments_list.png
+%%WWWDIR%%/doc/ci/environments/img/environment_auto_stop_v13_10.png
%%WWWDIR%%/doc/ci/environments/img/environments_dashboard_v12_5.png
+%%WWWDIR%%/doc/ci/environments/img/environments_dynamic_groups_v13_10.png
+%%WWWDIR%%/doc/ci/environments/img/environments_list.png
+%%WWWDIR%%/doc/ci/environments/img/environments_terminal_button_on_index_v13_10.png
+%%WWWDIR%%/doc/ci/environments/img/environments_terminal_button_on_show_v13_10.png
%%WWWDIR%%/doc/ci/environments/img/incremental_rollouts_play_v12_7.png
%%WWWDIR%%/doc/ci/environments/img/protected_access_group_v13_6.png
%%WWWDIR%%/doc/ci/environments/img/timed_rollout_v12_7.png
@@ -15306,20 +16705,11 @@
%%WWWDIR%%/doc/ci/img/ci_lint_dry_run.png
%%WWWDIR%%/doc/ci/img/deployments_view.png
%%WWWDIR%%/doc/ci/img/ecs_dashboard_v12_9.png
-%%WWWDIR%%/doc/ci/img/environment_auto_stop_v12_8.png
-%%WWWDIR%%/doc/ci/img/environments_available_13_7.png
+%%WWWDIR%%/doc/ci/img/environments_available_13_10.png
%%WWWDIR%%/doc/ci/img/environments_deployment_cluster_v12_8.png
-%%WWWDIR%%/doc/ci/img/environments_dynamic_groups.png
%%WWWDIR%%/doc/ci/img/environments_link_url_mr.png
-%%WWWDIR%%/doc/ci/img/environments_manual_action_deployments.png
-%%WWWDIR%%/doc/ci/img/environments_manual_action_environments.png
-%%WWWDIR%%/doc/ci/img/environments_manual_action_jobs.png
-%%WWWDIR%%/doc/ci/img/environments_manual_action_pipelines.png
-%%WWWDIR%%/doc/ci/img/environments_manual_action_single_pipeline.png
%%WWWDIR%%/doc/ci/img/environments_monitoring.png
%%WWWDIR%%/doc/ci/img/environments_mr_review_app.png
-%%WWWDIR%%/doc/ci/img/environments_terminal_button_on_index.png
-%%WWWDIR%%/doc/ci/img/environments_terminal_button_on_show.png
%%WWWDIR%%/doc/ci/img/environments_terminal_page.png
%%WWWDIR%%/doc/ci/img/gitlab_vault_workflow_v13_4.png
%%WWWDIR%%/doc/ci/img/junit_test_report.png
@@ -15328,7 +16718,8 @@
%%WWWDIR%%/doc/ci/img/multi_pipeline_mini_graph.gif
%%WWWDIR%%/doc/ci/img/multi_project_pipeline_graph.png
%%WWWDIR%%/doc/ci/img/parent_pipeline_graph_expanded_v12_6.png
-%%WWWDIR%%/doc/ci/img/pipelines_junit_test_report_ui_v12_5.png
+%%WWWDIR%%/doc/ci/img/pipelines_junit_test_report_v13_10.png
+%%WWWDIR%%/doc/ci/img/pipelines_junit_test_report_with_errors_v13_10.png
%%WWWDIR%%/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png
%%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_page.png
%%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png
@@ -15389,7 +16780,6 @@
%%WWWDIR%%/doc/ci/pipelines/img/pipelines_mini_graph.png
%%WWWDIR%%/doc/ci/pipelines/img/pipelines_mini_graph_simple.png
%%WWWDIR%%/doc/ci/pipelines/img/pipelines_settings_badges.png
-%%WWWDIR%%/doc/ci/pipelines/img/pipelines_settings_test_coverage.png
%%WWWDIR%%/doc/ci/pipelines/img/pipelines_test_coverage_build.png
%%WWWDIR%%/doc/ci/pipelines/img/pipelines_test_coverage_mr_widget.png
%%WWWDIR%%/doc/ci/pipelines/index.md
@@ -15426,8 +16816,7 @@
%%WWWDIR%%/doc/ci/services/redis.md
%%WWWDIR%%/doc/ci/ssh_keys/README.md
%%WWWDIR%%/doc/ci/ssh_keys/index.md
-%%WWWDIR%%/doc/ci/test_cases/img/test_case_list_v13_6.png
-%%WWWDIR%%/doc/ci/test_cases/img/test_case_show_v13_6.png
+%%WWWDIR%%/doc/ci/test_cases/img/test_case_show_v13_10.png
%%WWWDIR%%/doc/ci/test_cases/index.md
%%WWWDIR%%/doc/ci/triggers/README.md
%%WWWDIR%%/doc/ci/triggers/img/trigger_single_job.png
@@ -15467,6 +16856,7 @@
%%WWWDIR%%/doc/development/application_limits.md
%%WWWDIR%%/doc/development/application_secrets.md
%%WWWDIR%%/doc/development/approval_rules.md
+%%WWWDIR%%/doc/development/appsec/index.md
%%WWWDIR%%/doc/development/architecture.md
%%WWWDIR%%/doc/development/auto_devops.md
%%WWWDIR%%/doc/development/background_migrations.md
@@ -15521,7 +16911,6 @@
%%WWWDIR%%/doc/development/documentation/site_architecture/index.md
%%WWWDIR%%/doc/development/documentation/site_architecture/release_process.md
%%WWWDIR%%/doc/development/documentation/structure.md
-%%WWWDIR%%/doc/development/documentation/styleguide.md
%%WWWDIR%%/doc/development/documentation/styleguide/img/tier_badge.png
%%WWWDIR%%/doc/development/documentation/styleguide/index.md
%%WWWDIR%%/doc/development/documentation/testing.md
@@ -15532,6 +16921,8 @@
%%WWWDIR%%/doc/development/event_tracking/backend.md
%%WWWDIR%%/doc/development/event_tracking/frontend.md
%%WWWDIR%%/doc/development/event_tracking/index.md
+%%WWWDIR%%/doc/development/experiment_guide/experimentation.md
+%%WWWDIR%%/doc/development/experiment_guide/gitlab_experiment.md
%%WWWDIR%%/doc/development/experiment_guide/index.md
%%WWWDIR%%/doc/development/export_csv.md
%%WWWDIR%%/doc/development/fe_guide/accessibility.md
@@ -15573,6 +16964,7 @@
%%WWWDIR%%/doc/development/fe_guide/vue.md
%%WWWDIR%%/doc/development/fe_guide/vue3_migration.md
%%WWWDIR%%/doc/development/fe_guide/vuex.md
+%%WWWDIR%%/doc/development/fe_guide/widgets.md
%%WWWDIR%%/doc/development/feature_categorization/index.md
%%WWWDIR%%/doc/development/feature_flags/controls.md
%%WWWDIR%%/doc/development/feature_flags/development.md
@@ -15699,7 +17091,6 @@
%%WWWDIR%%/doc/development/product_analytics/usage_ping.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
@@ -15761,7 +17152,9 @@
%%WWWDIR%%/doc/development/uploads.md
%%WWWDIR%%/doc/development/usage_ping.md
%%WWWDIR%%/doc/development/usage_ping/dictionary.md
+%%WWWDIR%%/doc/development/usage_ping/index.md
%%WWWDIR%%/doc/development/usage_ping/metrics_dictionary.md
+%%WWWDIR%%/doc/development/usage_ping/product_intelligence_review.md
%%WWWDIR%%/doc/development/utilities.md
%%WWWDIR%%/doc/development/value_stream_analytics.md
%%WWWDIR%%/doc/development/verifying_database_capabilities.md
@@ -15888,7 +17281,6 @@
%%WWWDIR%%/doc/integration/img/jira_dev_panel_setup_com_4_v13_9.png
%%WWWDIR%%/doc/integration/img/limit_namespace_filter.png
%%WWWDIR%%/doc/integration/img/limit_namespaces_projects_options.png
-%%WWWDIR%%/doc/integration/img/oauth_provider_admin_application.png
%%WWWDIR%%/doc/integration/img/salesforce_app_details.png
%%WWWDIR%%/doc/integration/img/salesforce_app_secret_details.png
%%WWWDIR%%/doc/integration/img/salesforce_oauth_app_details.png
@@ -15945,6 +17337,7 @@
%%WWWDIR%%/doc/operations/incident_management/img/alert_list_v13_1.png
%%WWWDIR%%/doc/operations/incident_management/img/alert_management_severity_v13_0.png
%%WWWDIR%%/doc/operations/incident_management/img/alert_todo_assignees_v13_1.png
+%%WWWDIR%%/doc/operations/incident_management/img/custom_alert_mapping_v13_10.png
%%WWWDIR%%/doc/operations/incident_management/img/incident_alert_details_v13_4.png
%%WWWDIR%%/doc/operations/incident_management/img/incident_list_create_v13_3.png
%%WWWDIR%%/doc/operations/incident_management/img/incident_list_v13_5.png
@@ -16005,12 +17398,7 @@
%%WWWDIR%%/doc/operations/metrics/img/embed_metrics_issue_template.png
%%WWWDIR%%/doc/operations/metrics/img/embedded_metrics_rendered_v13_4.png
%%WWWDIR%%/doc/operations/metrics/img/example-dashboard_v13_3.png
-%%WWWDIR%%/doc/operations/metrics/img/grafana_embedded.png
-%%WWWDIR%%/doc/operations/metrics/img/grafana_live_embed.png
-%%WWWDIR%%/doc/operations/metrics/img/grafana_panel_v12_5.png
-%%WWWDIR%%/doc/operations/metrics/img/grafana_sharing_dialog_v12_5.png
%%WWWDIR%%/doc/operations/metrics/img/hide_embedded_metrics_v12_10.png
-%%WWWDIR%%/doc/operations/metrics/img/http_proxy_access_v12_5.png
%%WWWDIR%%/doc/operations/metrics/img/linked_runbooks_on_charts.png
%%WWWDIR%%/doc/operations/metrics/img/prometheus_add_metric.png
%%WWWDIR%%/doc/operations/metrics/img/prometheus_alert.png
@@ -16019,7 +17407,6 @@
%%WWWDIR%%/doc/operations/metrics/img/prometheus_monitoring_dashboard_v13_3.png
%%WWWDIR%%/doc/operations/metrics/img/prometheus_service_alerts.png
%%WWWDIR%%/doc/operations/metrics/img/rendered_grafana_embed_v12_5.png
-%%WWWDIR%%/doc/operations/metrics/img/select_query_variables_v12_5.png
%%WWWDIR%%/doc/operations/metrics/img/view_embedded_metrics_v12_10.png
%%WWWDIR%%/doc/operations/metrics/index.md
%%WWWDIR%%/doc/operations/product_analytics.md
@@ -16058,6 +17445,7 @@
%%WWWDIR%%/doc/security/rate_limits.md
%%WWWDIR%%/doc/security/reset_user_password.md
%%WWWDIR%%/doc/security/ssh_keys_restrictions.md
+%%WWWDIR%%/doc/security/token_overview.md
%%WWWDIR%%/doc/security/two_factor_authentication.md
%%WWWDIR%%/doc/security/unlock_user.md
%%WWWDIR%%/doc/security/user_email_confirmation.md
@@ -16075,7 +17463,6 @@
%%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/alexj_autodevops_min_v13_8.png
%%WWWDIR%%/doc/topics/autodevops/img/auto_monitoring.png
%%WWWDIR%%/doc/topics/autodevops/img/autodevops_banner_v12_6.png
%%WWWDIR%%/doc/topics/autodevops/img/disable_postgres.png
@@ -16094,7 +17481,6 @@
%%WWWDIR%%/doc/topics/autodevops/img/guide_pipeline_stages_v13_0.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/kai_autodevops_min_v13_8.png
%%WWWDIR%%/doc/topics/autodevops/img/rollout_enabled.png
%%WWWDIR%%/doc/topics/autodevops/img/rollout_staging_disabled.png
%%WWWDIR%%/doc/topics/autodevops/img/rollout_staging_enabled.png
@@ -16103,9 +17489,11 @@
%%WWWDIR%%/doc/topics/autodevops/quick_start_guide.md
%%WWWDIR%%/doc/topics/autodevops/requirements.md
%%WWWDIR%%/doc/topics/autodevops/stages.md
+%%WWWDIR%%/doc/topics/autodevops/troubleshooting.md
%%WWWDIR%%/doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
%%WWWDIR%%/doc/topics/autodevops/upgrading_postgresql.md
%%WWWDIR%%/doc/topics/cron/index.md
+%%WWWDIR%%/doc/topics/git/cherry_picking.md
%%WWWDIR%%/doc/topics/git/feature_branch_development.md
%%WWWDIR%%/doc/topics/git/git_rebase.md
%%WWWDIR%%/doc/topics/git/how_to_install_git/index.md
@@ -16123,6 +17511,7 @@
%%WWWDIR%%/doc/topics/git/numerous_undo_possibilities_in_git/img/revert.png
%%WWWDIR%%/doc/topics/git/numerous_undo_possibilities_in_git/index.md
%%WWWDIR%%/doc/topics/git/partial_clone.md
+%%WWWDIR%%/doc/topics/git/tags.md
%%WWWDIR%%/doc/topics/git/troubleshooting_git.md
%%WWWDIR%%/doc/topics/git/useful_git_commands.md
%%WWWDIR%%/doc/topics/gitlab_flow.md
@@ -16151,7 +17540,6 @@
%%WWWDIR%%/doc/university/README.md
%%WWWDIR%%/doc/university/index.md
%%WWWDIR%%/doc/university/training/gitlab_flow.md
-%%WWWDIR%%/doc/university/training/gitlab_flow/feature_branches.png
%%WWWDIR%%/doc/university/training/gitlab_flow/production_branch.png
%%WWWDIR%%/doc/university/training/gitlab_flow/release_branches.png
%%WWWDIR%%/doc/university/training/index.md
@@ -16185,12 +17573,10 @@
%%WWWDIR%%/doc/user/admin_area/abuse_reports.md
%%WWWDIR%%/doc/user/admin_area/activating_deactivating_users.md
%%WWWDIR%%/doc/user/admin_area/analytics/dev_ops_report.md
-%%WWWDIR%%/doc/user/admin_area/analytics/img/cohorts_v13_9.png
%%WWWDIR%%/doc/user/admin_area/analytics/img/dev_ops_adoption_v13_9.png
%%WWWDIR%%/doc/user/admin_area/analytics/img/dev_ops_report_v13_4.png
%%WWWDIR%%/doc/user/admin_area/analytics/img/instance_activity_pipelines_chart_v13_6.png
%%WWWDIR%%/doc/user/admin_area/analytics/index.md
-%%WWWDIR%%/doc/user/admin_area/analytics/instance_statistics.md
%%WWWDIR%%/doc/user/admin_area/analytics/usage_trends.md
%%WWWDIR%%/doc/user/admin_area/analytics/user_cohorts.md
%%WWWDIR%%/doc/user/admin_area/appearance.md
@@ -16214,8 +17600,10 @@
%%WWWDIR%%/doc/user/admin_area/img/appearance_sign_in_v12_3.png
%%WWWDIR%%/doc/user/admin_area/img/broadcast_messages_banner_v12_10.png
%%WWWDIR%%/doc/user/admin_area/img/broadcast_messages_notification_v12_10.png
+%%WWWDIR%%/doc/user/admin_area/img/cohorts_v13_9.png
+%%WWWDIR%%/doc/user/admin_area/img/credentials_inventory_gpg_keys_v13_10.png
%%WWWDIR%%/doc/user/admin_area/img/credentials_inventory_ssh_keys_v13_5.png
-%%WWWDIR%%/doc/user/admin_area/img/credentials_inventory_v13_4.png
+%%WWWDIR%%/doc/user/admin_area/img/credentials_inventory_v13_10.png
%%WWWDIR%%/doc/user/admin_area/img/impersonate_user_button_v13_8.png
%%WWWDIR%%/doc/user/admin_area/img/index_runners_search_or_filter.png
%%WWWDIR%%/doc/user/admin_area/img/license_details_v13_8.png
@@ -16280,12 +17668,14 @@
%%WWWDIR%%/doc/user/admin_area/settings/usage_statistics.md
%%WWWDIR%%/doc/user/admin_area/settings/user_and_ip_rate_limits.md
%%WWWDIR%%/doc/user/admin_area/settings/visibility_and_access_controls.md
+%%WWWDIR%%/doc/user/admin_area/user_cohorts.md
%%WWWDIR%%/doc/user/analytics/ci_cd_analytics.md
%%WWWDIR%%/doc/user/analytics/code_review_analytics.md
%%WWWDIR%%/doc/user/analytics/img/code_review_analytics_v12_8.png
%%WWWDIR%%/doc/user/analytics/img/deployment_frequency_chart_v13_8.png
%%WWWDIR%%/doc/user/analytics/img/issues_created_per_month_v12_8.png
%%WWWDIR%%/doc/user/analytics/img/issues_table_v13_1.png
+%%WWWDIR%%/doc/user/analytics/img/mr_mean_time_to_merge_metric_v13_9.png
%%WWWDIR%%/doc/user/analytics/img/mr_throughput_chart_v13_3.png
%%WWWDIR%%/doc/user/analytics/img/mr_throughput_table_v13_3.png
%%WWWDIR%%/doc/user/analytics/img/pipelines_duration_chart.png
@@ -16297,6 +17687,10 @@
%%WWWDIR%%/doc/user/analytics/productivity_analytics.md
%%WWWDIR%%/doc/user/analytics/repository_analytics.md
%%WWWDIR%%/doc/user/analytics/value_stream_analytics.md
+%%WWWDIR%%/doc/user/application_security/api_fuzzing/img/api_fuzzing_configuration_snippet_v13.10.png
+%%WWWDIR%%/doc/user/application_security/api_fuzzing/img/api_fuzzing_postman_collection_edit_variable.png
+%%WWWDIR%%/doc/user/application_security/api_fuzzing/img/api_fuzzing_postman_environment_edit_variable.png
+%%WWWDIR%%/doc/user/application_security/api_fuzzing/img/api_fuzzing_postman_request_edit.png
%%WWWDIR%%/doc/user/application_security/api_fuzzing/index.md
%%WWWDIR%%/doc/user/application_security/configuration/index.md
%%WWWDIR%%/doc/user/application_security/container_scanning/img/container_scanning_v13_2.png
@@ -16304,7 +17698,6 @@
%%WWWDIR%%/doc/user/application_security/coverage_fuzzing/img/coverage_fuzzing_report_v13_6.png
%%WWWDIR%%/doc/user/application_security/coverage_fuzzing/index.md
%%WWWDIR%%/doc/user/application_security/cve_id_request.md
-%%WWWDIR%%/doc/user/application_security/dast/img/dast_single_v13_0.png
%%WWWDIR%%/doc/user/application_security/dast/img/dast_urls_scanned_v12_10.png
%%WWWDIR%%/doc/user/application_security/dast/img/dast_v13_4.png
%%WWWDIR%%/doc/user/application_security/dast/index.md
@@ -16329,9 +17722,6 @@
%%WWWDIR%%/doc/user/application_security/img/unconfigured_security_approval_rules_and_jobs_v13_4.png
%%WWWDIR%%/doc/user/application_security/img/vulnerability-check_v13_4.png
%%WWWDIR%%/doc/user/application_security/img/vulnerability_page_merge_request_button_dropdown_v13_1.png
-%%WWWDIR%%/doc/user/application_security/img/vulnerability_page_merge_request_button_v13_1.png
-%%WWWDIR%%/doc/user/application_security/img/vulnerability_related_issues_add_button_v13_2.png
-%%WWWDIR%%/doc/user/application_security/img/vulnerability_related_issues_remove_v13_2.gif
%%WWWDIR%%/doc/user/application_security/img/vulnerability_related_issues_text_box_tags_v13_2.gif
%%WWWDIR%%/doc/user/application_security/index.md
%%WWWDIR%%/doc/user/application_security/offline_deployments/index.md
@@ -16341,9 +17731,9 @@
%%WWWDIR%%/doc/user/application_security/secret_detection/img/secret_detection_v13_2.png
%%WWWDIR%%/doc/user/application_security/secret_detection/index.md
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/group_security_dashboard_v13_3.png
+%%WWWDIR%%/doc/user/application_security/security_dashboard/img/pipeline_security_dashboard_v13_10.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/pipeline_security_dashboard_v13_3.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/project_security_dashboard_chart_v13_6.png
-%%WWWDIR%%/doc/user/application_security/security_dashboard/img/security_center_dashboard_empty_v13_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/security_center_dashboard_link_v12_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/security_center_dashboard_v13_4.png
%%WWWDIR%%/doc/user/application_security/security_dashboard/img/security_center_settings_v13_4.png
@@ -16356,9 +17746,7 @@
%%WWWDIR%%/doc/user/application_security/vulnerabilities/index.md
%%WWWDIR%%/doc/user/application_security/vulnerabilities/severities.md
%%WWWDIR%%/doc/user/application_security/vulnerability_report/img/group_vulnerability_report_v13_9.png
-%%WWWDIR%%/doc/user/application_security/vulnerability_report/img/project_security_dashboard_dismissal_v13_9.png
-%%WWWDIR%%/doc/user/application_security/vulnerability_report/img/project_security_dashboard_v13_9.png
-%%WWWDIR%%/doc/user/application_security/vulnerability_report/img/vulnerability_details_create_issue_v13_7.png
+%%WWWDIR%%/doc/user/application_security/vulnerability_report/img/project_security_dashboard_status_change_v13_9.png
%%WWWDIR%%/doc/user/application_security/vulnerability_report/img/vulnerability_list_table_v13_9.png
%%WWWDIR%%/doc/user/application_security/vulnerability_report/index.md
%%WWWDIR%%/doc/user/asciidoc.md
@@ -16470,34 +17858,12 @@
%%WWWDIR%%/doc/user/group/epics/img/new_epic_from_groups_v13.7.png
%%WWWDIR%%/doc/user/group/epics/index.md
%%WWWDIR%%/doc/user/group/epics/manage_epics.md
-%%WWWDIR%%/doc/user/group/img/access_requests_management.png
-%%WWWDIR%%/doc/user/group/img/add_new_members_v13_7.png
-%%WWWDIR%%/doc/user/group/img/create_new_group_info.png
-%%WWWDIR%%/doc/user/group/img/create_new_project_from_group_v13_6.png
-%%WWWDIR%%/doc/user/group/img/group_activity_analytics_v12_10.png
+%%WWWDIR%%/doc/user/group/img/group_activity_analytics_v13_10.png
%%WWWDIR%%/doc/user/group/img/group_code_coverage_analytics_v13_9.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_members_filter_2fa_disabled_13_7.png
-%%WWWDIR%%/doc/user/group/img/group_members_filter_2fa_enabled_13_7.png
-%%WWWDIR%%/doc/user/group/img/group_members_filter_direct_13_7.png
-%%WWWDIR%%/doc/user/group/img/group_members_filter_inherited_13_7.png
-%%WWWDIR%%/doc/user/group/img/group_members_search_13_7.png
-%%WWWDIR%%/doc/user/group/img/group_members_sort_13_7.png
-%%WWWDIR%%/doc/user/group/img/group_settings.png
-%%WWWDIR%%/doc/user/group/img/groups.png
-%%WWWDIR%%/doc/user/group/img/ldap_sync_cn_v13_1.png
-%%WWWDIR%%/doc/user/group/img/ldap_sync_filter_v13_1.png
-%%WWWDIR%%/doc/user/group/img/manual_permissions_v13_7.png
-%%WWWDIR%%/doc/user/group/img/member_lock.png
-%%WWWDIR%%/doc/user/group/img/new_group_from_groups.png
-%%WWWDIR%%/doc/user/group/img/new_group_from_other_pages.png
-%%WWWDIR%%/doc/user/group/img/request_access_button.png
%%WWWDIR%%/doc/user/group/img/restrict-by-email.gif
%%WWWDIR%%/doc/user/group/img/restrict-by-ip.gif
-%%WWWDIR%%/doc/user/group/img/select_group_dropdown.png
-%%WWWDIR%%/doc/user/group/img/share_with_group_lock.png
-%%WWWDIR%%/doc/user/group/img/withdraw_access_request_button.png
+%%WWWDIR%%/doc/user/group/img/select_group_dropdown_13_10.png
%%WWWDIR%%/doc/user/group/import/img/bulk_imports_v13_8.png
%%WWWDIR%%/doc/user/group/import/img/import_panel_v13_8.png
%%WWWDIR%%/doc/user/group/import/img/new_group_navigation_v13_8.png
@@ -16539,11 +17905,14 @@
%%WWWDIR%%/doc/user/group/subgroups/img/group_members_13_7.png
%%WWWDIR%%/doc/user/group/subgroups/img/mention_subgroups.png
%%WWWDIR%%/doc/user/group/subgroups/index.md
-%%WWWDIR%%/doc/user/group/value_stream_analytics/img/delete_value_stream_v13.4.png
+%%WWWDIR%%/doc/user/group/value_stream_analytics/img/delete_value_stream_v13_4.png
+%%WWWDIR%%/doc/user/group/value_stream_analytics/img/extended_value_stream_form_v13_10.png
%%WWWDIR%%/doc/user/group/value_stream_analytics/img/label_based_stage_vsm_v12_9.png
%%WWWDIR%%/doc/user/group/value_stream_analytics/img/new_value_stream_v13_3.png
%%WWWDIR%%/doc/user/group/value_stream_analytics/img/new_vsm_stage_v12_9.png
-%%WWWDIR%%/doc/user/group/value_stream_analytics/img/vsa_filter_bar_v13.3.png
+%%WWWDIR%%/doc/user/group/value_stream_analytics/img/vsa_custom_stage_v13_10.png
+%%WWWDIR%%/doc/user/group/value_stream_analytics/img/vsa_default_stage_v13_10.png
+%%WWWDIR%%/doc/user/group/value_stream_analytics/img/vsa_filter_bar_v13_3.png
%%WWWDIR%%/doc/user/group/value_stream_analytics/img/vsa_time_metrics_v13_0.png
%%WWWDIR%%/doc/user/group/value_stream_analytics/img/vsm_stage_list_v12_9.png
%%WWWDIR%%/doc/user/group/value_stream_analytics/index.md
@@ -16555,8 +17924,6 @@
%%WWWDIR%%/doc/user/img/completed_tasks_v13_3.png
%%WWWDIR%%/doc/user/img/feature_flags_history_note_info_v13_2.png
%%WWWDIR%%/doc/user/img/feature_highlight_example.png
-%%WWWDIR%%/doc/user/img/gitlab_snippet_v13_0.png
-%%WWWDIR%%/doc/user/img/gitlab_snippet_v13_5.png
%%WWWDIR%%/doc/user/img/inline_diff_01_v13_3.png
%%WWWDIR%%/doc/user/img/inline_diff_02_v13_3.png
%%WWWDIR%%/doc/user/img/markdown_audio.mp3
@@ -16565,8 +17932,6 @@
%%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/snippet_clone_button_v13_0.png
%%WWWDIR%%/doc/user/img/todos_add_todo_sidebar.png
@@ -16603,7 +17968,6 @@
%%WWWDIR%%/doc/user/packages/package_registry/img/package_activity_v12_10.png
%%WWWDIR%%/doc/user/packages/package_registry/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
%%WWWDIR%%/doc/user/profile/account/create_accounts.md
@@ -16614,13 +17978,17 @@
%%WWWDIR%%/doc/user/profile/account/two_factor_authentication.md
%%WWWDIR%%/doc/user/profile/active_sessions.md
%%WWWDIR%%/doc/user/profile/img/active_sessions_list.png
-%%WWWDIR%%/doc/user/profile/img/busy_status_indicator_v13_6.png
-%%WWWDIR%%/doc/user/profile/img/change_password_v13_0.png
+%%WWWDIR%%/doc/user/profile/img/busy_indicator_note_header_v13_9.png
+%%WWWDIR%%/doc/user/profile/img/busy_indicator_notes_v13_9.png
+%%WWWDIR%%/doc/user/profile/img/busy_indicator_profile_page_v13_6.png
+%%WWWDIR%%/doc/user/profile/img/busy_indicator_settings_menu_v13_6.png
+%%WWWDIR%%/doc/user/profile/img/busy_indicator_sidebar_collapsed_v13_9.png
+%%WWWDIR%%/doc/user/profile/img/busy_indicator_sidebar_v13_9.png
+%%WWWDIR%%/doc/user/profile/img/busy_indicator_user_popovers_v13_6.png
%%WWWDIR%%/doc/user/profile/img/notification_global_settings.png
%%WWWDIR%%/doc/user/profile/img/notification_group_settings_v12_8.png
%%WWWDIR%%/doc/user/profile/img/notification_project_settings_v12_8.png
%%WWWDIR%%/doc/user/profile/img/profile-preferences-syntax-themes.png
-%%WWWDIR%%/doc/user/profile/img/profile_following_v13_9.png
%%WWWDIR%%/doc/user/profile/img/unknown_sign_in_email_v13_1.png
%%WWWDIR%%/doc/user/profile/index.md
%%WWWDIR%%/doc/user/profile/notifications.md
@@ -16685,14 +18053,12 @@
%%WWWDIR%%/doc/user/project/file_lock.md
%%WWWDIR%%/doc/user/project/git_attributes.md
%%WWWDIR%%/doc/user/project/highlighting.md
-%%WWWDIR%%/doc/user/project/img/autocomplete_characters_example1_v12_0.png
-%%WWWDIR%%/doc/user/project/img/autocomplete_characters_example2_v12_0.png
%%WWWDIR%%/doc/user/project/img/bulk-editing_v13_2.png
%%WWWDIR%%/doc/user/project/img/canary_weight.png
%%WWWDIR%%/doc/user/project/img/code_intelligence_find_references_v13_3.png
%%WWWDIR%%/doc/user/project/img/code_intelligence_v13_4.png
-%%WWWDIR%%/doc/user/project/img/code_owners_approval_new_protected_branch_v12_4.png
-%%WWWDIR%%/doc/user/project/img/code_owners_approval_protected_branch_v12_4.png
+%%WWWDIR%%/doc/user/project/img/code_owners_approval_new_protected_branch_v13_10.png
+%%WWWDIR%%/doc/user/project/img/code_owners_approval_protected_branch_v13_10.png
%%WWWDIR%%/doc/user/project/img/code_owners_invite_members_v13_4.png
%%WWWDIR%%/doc/user/project/img/code_owners_members_v13_4.png
%%WWWDIR%%/doc/user/project/img/code_owners_mr_widget_v12_4.png
@@ -16700,8 +18066,6 @@
%%WWWDIR%%/doc/user/project/img/deploy_boards_kubernetes_label.png
%%WWWDIR%%/doc/user/project/img/deploy_boards_landing_page.png
%%WWWDIR%%/doc/user/project/img/description_templates.png
-%%WWWDIR%%/doc/user/project/img/description_templates_issue_settings.png
-%%WWWDIR%%/doc/user/project/img/description_templates_merge_request_settings.png
%%WWWDIR%%/doc/user/project/img/epics_swimlanes_drag_and_drop.png
%%WWWDIR%%/doc/user/project/img/epics_swimlanes_v13.6.png
%%WWWDIR%%/doc/user/project/img/file_lock.png
@@ -16717,7 +18081,6 @@
%%WWWDIR%%/doc/user/project/img/issue_boards_multi_select_v12_4.png
%%WWWDIR%%/doc/user/project/img/issue_boards_multiple_v13_6.png
%%WWWDIR%%/doc/user/project/img/issue_boards_premium_v13_6.png
-%%WWWDIR%%/doc/user/project/img/issue_boards_remove_issue_v13_6.png
%%WWWDIR%%/doc/user/project/img/labels_drag_priority_v12_1.gif
%%WWWDIR%%/doc/user/project/img/labels_key_value_v13_5.png
%%WWWDIR%%/doc/user/project/img/labels_prioritized_v13_5.png
@@ -16829,14 +18192,8 @@
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_add_slash_command.png
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_bot_auth.png
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_bot_available_commands.png
-%%WWWDIR%%/doc/user/project/integrations/img/mattermost_config_help.png
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_configuration_v2.png
-%%WWWDIR%%/doc/user/project/integrations/img/mattermost_console_integrations.png
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_gitlab_token.png
-%%WWWDIR%%/doc/user/project/integrations/img/mattermost_goto_console.png
-%%WWWDIR%%/doc/user/project/integrations/img/mattermost_slash_command_configuration.png
-%%WWWDIR%%/doc/user/project/integrations/img/mattermost_slash_command_token.png
-%%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/microsoft_teams_select_incoming_webhook.png
@@ -16973,7 +18330,6 @@
%%WWWDIR%%/doc/user/project/members/img/project_groups_tab_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/project_members_filter_direct_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/project_members_filter_inherited_v13_9.png
-%%WWWDIR%%/doc/user/project/members/img/project_members_filter_v12_6.png
%%WWWDIR%%/doc/user/project/members/img/project_members_search_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/project_members_sort_v13_9.png
%%WWWDIR%%/doc/user/project/members/img/project_members_v13_9.png
@@ -16990,6 +18346,7 @@
%%WWWDIR%%/doc/user/project/merge_requests/code_quality.md
%%WWWDIR%%/doc/user/project/merge_requests/creating_merge_requests.md
%%WWWDIR%%/doc/user/project/merge_requests/csv_export.md
+%%WWWDIR%%/doc/user/project/merge_requests/drafts.md
%%WWWDIR%%/doc/user/project/merge_requests/fail_fast_testing.md
%%WWWDIR%%/doc/user/project/merge_requests/fast_forward_merge.md
%%WWWDIR%%/doc/user/project/merge_requests/getting_started.md
@@ -17006,7 +18363,7 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_mr_timeline_v12_9.png
%%WWWDIR%%/doc/user/project/merge_requests/img/code_quality.png
%%WWWDIR%%/doc/user/project/merge_requests/img/code_quality_host_bound_sequential.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/comment-on-any-diff-line.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/comment-on-any-diff-line_v13_10.png
%%WWWDIR%%/doc/user/project/merge_requests/img/commit_nav_v13_4.png
%%WWWDIR%%/doc/user/project/merge_requests/img/conflict_section.png
%%WWWDIR%%/doc/user/project/merge_requests/img/create_from_email.png
@@ -17014,12 +18371,12 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/dependencies_edit_inaccessible_v12_4.png
%%WWWDIR%%/doc/user/project/merge_requests/img/dependencies_edit_v12_4.png
%%WWWDIR%%/doc/user/project/merge_requests/img/dependencies_view_v12_2.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/draft_blocked_merge_button_v13_2.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/draft_blocked_merge_button_v13_10.png
%%WWWDIR%%/doc/user/project/merge_requests/img/ff_merge_mr.png
%%WWWDIR%%/doc/user/project/merge_requests/img/ff_merge_rebase.png
%%WWWDIR%%/doc/user/project/merge_requests/img/ff_merge_rebase_locally.png
%%WWWDIR%%/doc/user/project/merge_requests/img/file_by_file_v13_2.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/filter_wip_merge_requests.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/filter_draft_merge_requests_v13_10.png
%%WWWDIR%%/doc/user/project/merge_requests/img/group_merge_requests_list_view.png
%%WWWDIR%%/doc/user/project/merge_requests/img/incrementally_expand_merge_request_diffs_v12_2.png
%%WWWDIR%%/doc/user/project/merge_requests/img/load_performance_testing.png
@@ -17033,7 +18390,6 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_enable.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_status.png
%%WWWDIR%%/doc/user/project/merge_requests/img/mr_approvals_by_code_owners_v12_7.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/multiline-comment-highlighted.png
%%WWWDIR%%/doc/user/project/merge_requests/img/multiline-comment-saved.png
%%WWWDIR%%/doc/user/project/merge_requests/img/multiple_assignees_for_merge_requests_sidebar.png
%%WWWDIR%%/doc/user/project/merge_requests/img/new_merge_request_page_v12_6.png
@@ -17042,14 +18398,14 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/remove_source_branch_status.png
%%WWWDIR%%/doc/user/project/merge_requests/img/reviewer_approval_rules_form_v13_8.png
%%WWWDIR%%/doc/user/project/merge_requests/img/reviewer_approval_rules_sidebar_v13_8.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/scoped_to_protected_branch_v12_8.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/scoped_to_protected_branch_v13_10.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_edit_form.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_mr_commits.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_mr_message.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_mr_widget.png
%%WWWDIR%%/doc/user/project/merge_requests/img/squash_squashed_commit.png
%%WWWDIR%%/doc/user/project/merge_requests/img/test_coverage_visualization_v12_9.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/update_approval_rule_v13_4.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/update_approval_rule_v13_10.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
@@ -17069,7 +18425,6 @@
%%WWWDIR%%/doc/user/project/merge_requests/versions.md
%%WWWDIR%%/doc/user/project/merge_requests/work_in_progress_merge_requests.md
%%WWWDIR%%/doc/user/project/milestones/burndown_and_burnup_charts.md
-%%WWWDIR%%/doc/user/project/milestones/burndown_charts.md
%%WWWDIR%%/doc/user/project/milestones/img/burndown_and_burnup_charts_v13_6.png
%%WWWDIR%%/doc/user/project/milestones/img/burndown_chart_fixed_v13_6.png
%%WWWDIR%%/doc/user/project/milestones/img/burndown_chart_legacy_v13_6.png
@@ -17122,9 +18477,10 @@
%%WWWDIR%%/doc/user/project/releases/img/releases_sort_v13_6.png
%%WWWDIR%%/doc/user/project/releases/img/upcoming_release_v12_7.png
%%WWWDIR%%/doc/user/project/releases/index.md
-%%WWWDIR%%/doc/user/project/repository/branches/img/branch_filter_search_box.png
-%%WWWDIR%%/doc/user/project/repository/branches/img/compare_branches.png
+%%WWWDIR%%/doc/user/project/repository/branches/img/branch_filter_search_box_v13_10.png
+%%WWWDIR%%/doc/user/project/repository/branches/img/compare_branches_v13_10.png
%%WWWDIR%%/doc/user/project/repository/branches/img/delete_merged_branches.png
+%%WWWDIR%%/doc/user/project/repository/branches/img/repository_filter_search_box_v13_10.png
%%WWWDIR%%/doc/user/project/repository/branches/index.md
%%WWWDIR%%/doc/user/project/repository/file_finder.md
%%WWWDIR%%/doc/user/project/repository/forking_workflow.md
@@ -17209,7 +18565,6 @@
%%WWWDIR%%/doc/user/project/web_ide/img/live_preview_v13_0.png
%%WWWDIR%%/doc/user/project/web_ide/img/open_web_ide.png
%%WWWDIR%%/doc/user/project/web_ide/img/solarized_dark_theme_v13_1.png
-%%WWWDIR%%/doc/user/project/web_ide/img/solarized_light_theme_v13_0.png
%%WWWDIR%%/doc/user/project/web_ide/img/terminal_status.png
%%WWWDIR%%/doc/user/project/web_ide/index.md
%%WWWDIR%%/doc/user/project/wiki/img/wiki_create_home_page.png
@@ -17220,9 +18575,8 @@
%%WWWDIR%%/doc/user/project/wiki/index.md
%%WWWDIR%%/doc/user/project/working_with_projects.md
%%WWWDIR%%/doc/user/reserved_names.md
-%%WWWDIR%%/doc/user/search/advanced_global_search.md
-%%WWWDIR%%/doc/user/search/advanced_search_syntax.md
-%%WWWDIR%%/doc/user/search/img/advanced_global_search.png
+%%WWWDIR%%/doc/user/search/advanced_search.md
+%%WWWDIR%%/doc/user/search/img/advanced_search_v13.10.png
%%WWWDIR%%/doc/user/search/img/basic_search.png
%%WWWDIR%%/doc/user/search/img/basic_search_results.png
%%WWWDIR%%/doc/user/search/img/dashboard_links.png
@@ -17302,6 +18656,7 @@
%%WWWDIR%%/lib/api/access_requests.rb
%%WWWDIR%%/lib/api/admin/ci/variables.rb
%%WWWDIR%%/lib/api/admin/instance_clusters.rb
+%%WWWDIR%%/lib/api/admin/plan_limits.rb
%%WWWDIR%%/lib/api/admin/sidekiq.rb
%%WWWDIR%%/lib/api/api.rb
%%WWWDIR%%/lib/api/api_guard.rb
@@ -17506,6 +18861,7 @@
%%WWWDIR%%/lib/api/entities/personal_access_token.rb
%%WWWDIR%%/lib/api/entities/personal_access_token_with_token.rb
%%WWWDIR%%/lib/api/entities/personal_snippet.rb
+%%WWWDIR%%/lib/api/entities/plan_limit.rb
%%WWWDIR%%/lib/api/entities/platform/kubernetes.rb
%%WWWDIR%%/lib/api/entities/project.rb
%%WWWDIR%%/lib/api/entities/project_access.rb
@@ -17518,17 +18874,18 @@
%%WWWDIR%%/lib/api/entities/project_import_failed_relation.rb
%%WWWDIR%%/lib/api/entities/project_import_status.rb
%%WWWDIR%%/lib/api/entities/project_label.rb
-%%WWWDIR%%/lib/api/entities/project_repository_storage_move.rb
%%WWWDIR%%/lib/api/entities/project_service.rb
%%WWWDIR%%/lib/api/entities/project_service_basic.rb
%%WWWDIR%%/lib/api/entities/project_snippet.rb
%%WWWDIR%%/lib/api/entities/project_statistics.rb
%%WWWDIR%%/lib/api/entities/project_upload.rb
%%WWWDIR%%/lib/api/entities/project_with_access.rb
+%%WWWDIR%%/lib/api/entities/projects/repository_storage_move.rb
%%WWWDIR%%/lib/api/entities/protected_branch.rb
%%WWWDIR%%/lib/api/entities/protected_ref_access.rb
%%WWWDIR%%/lib/api/entities/protected_tag.rb
%%WWWDIR%%/lib/api/entities/provider/gcp.rb
+%%WWWDIR%%/lib/api/entities/public_group_details.rb
%%WWWDIR%%/lib/api/entities/push_event_payload.rb
%%WWWDIR%%/lib/api/entities/related_issue.rb
%%WWWDIR%%/lib/api/entities/release.rb
@@ -17546,6 +18903,7 @@
%%WWWDIR%%/lib/api/entities/shared_group_with_project.rb
%%WWWDIR%%/lib/api/entities/snippet.rb
%%WWWDIR%%/lib/api/entities/snippet_repository_storage_move.rb
+%%WWWDIR%%/lib/api/entities/snippets/repository_storage_move.rb
%%WWWDIR%%/lib/api/entities/ssh_key.rb
%%WWWDIR%%/lib/api/entities/ssh_key_with_user.rb
%%WWWDIR%%/lib/api/entities/suggestion.rb
@@ -17938,19 +19296,18 @@
%%WWWDIR%%/lib/bulk_imports/clients/graphql.rb
%%WWWDIR%%/lib/bulk_imports/clients/http.rb
%%WWWDIR%%/lib/bulk_imports/common/extractors/graphql_extractor.rb
-%%WWWDIR%%/lib/bulk_imports/common/loaders/entity_loader.rb
-%%WWWDIR%%/lib/bulk_imports/common/transformers/award_emoji_transformer.rb
%%WWWDIR%%/lib/bulk_imports/common/transformers/prohibited_attributes_transformer.rb
+%%WWWDIR%%/lib/bulk_imports/common/transformers/user_reference_transformer.rb
%%WWWDIR%%/lib/bulk_imports/groups/extractors/subgroups_extractor.rb
%%WWWDIR%%/lib/bulk_imports/groups/graphql/get_group_query.rb
%%WWWDIR%%/lib/bulk_imports/groups/graphql/get_labels_query.rb
%%WWWDIR%%/lib/bulk_imports/groups/graphql/get_members_query.rb
+%%WWWDIR%%/lib/bulk_imports/groups/graphql/get_milestones_query.rb
%%WWWDIR%%/lib/bulk_imports/groups/loaders/group_loader.rb
-%%WWWDIR%%/lib/bulk_imports/groups/loaders/labels_loader.rb
-%%WWWDIR%%/lib/bulk_imports/groups/loaders/members_loader.rb
%%WWWDIR%%/lib/bulk_imports/groups/pipelines/group_pipeline.rb
%%WWWDIR%%/lib/bulk_imports/groups/pipelines/labels_pipeline.rb
%%WWWDIR%%/lib/bulk_imports/groups/pipelines/members_pipeline.rb
+%%WWWDIR%%/lib/bulk_imports/groups/pipelines/milestones_pipeline.rb
%%WWWDIR%%/lib/bulk_imports/groups/pipelines/subgroup_entities_pipeline.rb
%%WWWDIR%%/lib/bulk_imports/groups/transformers/group_attributes_transformer.rb
%%WWWDIR%%/lib/bulk_imports/groups/transformers/member_attributes_transformer.rb
@@ -17989,6 +19346,14 @@
%%WWWDIR%%/lib/declarative_policy/rule_dsl.rb
%%WWWDIR%%/lib/declarative_policy/runner.rb
%%WWWDIR%%/lib/declarative_policy/step.rb
+%%WWWDIR%%/lib/error_tracking/sentry_client.rb
+%%WWWDIR%%/lib/error_tracking/sentry_client/api_urls.rb
+%%WWWDIR%%/lib/error_tracking/sentry_client/event.rb
+%%WWWDIR%%/lib/error_tracking/sentry_client/issue.rb
+%%WWWDIR%%/lib/error_tracking/sentry_client/issue_link.rb
+%%WWWDIR%%/lib/error_tracking/sentry_client/pagination_parser.rb
+%%WWWDIR%%/lib/error_tracking/sentry_client/projects.rb
+%%WWWDIR%%/lib/error_tracking/sentry_client/repo.rb
%%WWWDIR%%/lib/event_filter.rb
%%WWWDIR%%/lib/expand_variables.rb
%%WWWDIR%%/lib/extracts_path.rb
@@ -18017,11 +19382,13 @@
%%WWWDIR%%/lib/gitlab/alert_management/payload/managed_prometheus.rb
%%WWWDIR%%/lib/gitlab/alert_management/payload/prometheus.rb
%%WWWDIR%%/lib/gitlab/allowable.rb
+%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/average.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/base_query_builder.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/data_collector.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/default_stages.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/median.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/records_fetcher.rb
+%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/sorting.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/stage_events.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/stage_events/code_stage_start.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/stage_events/issue_created.rb
@@ -18037,8 +19404,8 @@
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/stage_events/plan_stage_start.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/stage_events/stage_event.rb
%%WWWDIR%%/lib/gitlab/analytics/cycle_analytics/stage_query_helpers.rb
-%%WWWDIR%%/lib/gitlab/analytics/instance_statistics/workers_argument_builder.rb
%%WWWDIR%%/lib/gitlab/analytics/unique_visits.rb
+%%WWWDIR%%/lib/gitlab/analytics/usage_trends/workers_argument_builder.rb
%%WWWDIR%%/lib/gitlab/anonymous_session.rb
%%WWWDIR%%/lib/gitlab/api_authentication/builder.rb
%%WWWDIR%%/lib/gitlab/api_authentication/sent_through_builder.rb
@@ -18108,6 +19475,7 @@
%%WWWDIR%%/lib/gitlab/auth/user_access_denied_reason.rb
%%WWWDIR%%/lib/gitlab/auth_logger.rb
%%WWWDIR%%/lib/gitlab/authorized_keys.rb
+%%WWWDIR%%/lib/gitlab/avatar_cache.rb
%%WWWDIR%%/lib/gitlab/background_migration.rb
%%WWWDIR%%/lib/gitlab/background_migration/.rubocop.yml
%%WWWDIR%%/lib/gitlab/background_migration/add_merge_request_diff_commits_count.rb
@@ -18127,6 +19495,7 @@
%%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/batching_strategies/primary_key_batching_strategy.rb
%%WWWDIR%%/lib/gitlab/background_migration/calculate_wiki_sizes.rb
%%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_rename.rb
%%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_schema_change.rb
@@ -18152,7 +19521,6 @@
%%WWWDIR%%/lib/gitlab/background_migration/mailers/unconfirm_mailer.rb
%%WWWDIR%%/lib/gitlab/background_migration/mailers/views/unconfirm_mailer/unconfirm_notification_email.html.haml
%%WWWDIR%%/lib/gitlab/background_migration/mailers/views/unconfirm_mailer/unconfirm_notification_email.text.erb
-%%WWWDIR%%/lib/gitlab/background_migration/merge_request_assignees_migration_progress_check.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_approver_to_approval_rules.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_approver_to_approval_rules_check_progress.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_approver_to_approval_rules_in_batch.rb
@@ -18167,6 +19535,7 @@
%%WWWDIR%%/lib/gitlab/background_migration/migrate_to_hashed_storage.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_u2f_webauthn.rb
%%WWWDIR%%/lib/gitlab/background_migration/migrate_users_bio_to_user_details.rb
+%%WWWDIR%%/lib/gitlab/background_migration/move_container_registry_enabled_to_project_feature.rb
%%WWWDIR%%/lib/gitlab/background_migration/move_epic_issues_after_epics.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_any_approval_rule_for_merge_requests.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_any_approval_rule_for_projects.rb
@@ -18177,6 +19546,7 @@
%%WWWDIR%%/lib/gitlab/background_migration/populate_issue_email_participants.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_merge_request_assignees_table.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_missing_vulnerability_dismissal_information.rb
+%%WWWDIR%%/lib/gitlab/background_migration/populate_namespace_statistics.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_personal_snippet_statistics.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_project_snippet_statistics.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_resolved_on_default_branch_column.rb
@@ -18187,6 +19557,7 @@
%%WWWDIR%%/lib/gitlab/background_migration/prune_orphaned_geo_events.rb
%%WWWDIR%%/lib/gitlab/background_migration/recalculate_project_authorizations.rb
%%WWWDIR%%/lib/gitlab/background_migration/recalculate_project_authorizations_with_min_max_user_id.rb
+%%WWWDIR%%/lib/gitlab/background_migration/recalculate_vulnerabilities_occurrences_uuid.rb
%%WWWDIR%%/lib/gitlab/background_migration/remove_duplicate_cs_findings.rb
%%WWWDIR%%/lib/gitlab/background_migration/remove_duplicate_services.rb
%%WWWDIR%%/lib/gitlab/background_migration/remove_duplicate_vulnerabilities_findings.rb
@@ -18199,6 +19570,7 @@
%%WWWDIR%%/lib/gitlab/background_migration/replace_blocked_by_links.rb
%%WWWDIR%%/lib/gitlab/background_migration/reset_merge_status.rb
%%WWWDIR%%/lib/gitlab/background_migration/reset_shared_runners_for_transferred_projects.rb
+%%WWWDIR%%/lib/gitlab/background_migration/set_default_iteration_cadences.rb
%%WWWDIR%%/lib/gitlab/background_migration/set_merge_request_diff_files_count.rb
%%WWWDIR%%/lib/gitlab/background_migration/set_null_external_diff_store_to_local_value.rb
%%WWWDIR%%/lib/gitlab/background_migration/set_null_package_files_file_store_to_local_value.rb
@@ -18292,6 +19664,7 @@
%%WWWDIR%%/lib/gitlab/ci/ansi2json/state.rb
%%WWWDIR%%/lib/gitlab/ci/ansi2json/style.rb
%%WWWDIR%%/lib/gitlab/ci/artifact_file_reader.rb
+%%WWWDIR%%/lib/gitlab/ci/artifacts/metrics.rb
%%WWWDIR%%/lib/gitlab/ci/badge/base.rb
%%WWWDIR%%/lib/gitlab/ci/badge/coverage/metadata.rb
%%WWWDIR%%/lib/gitlab/ci/badge/coverage/report.rb
@@ -18308,6 +19681,7 @@
%%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata/entry.rb
%%WWWDIR%%/lib/gitlab/ci/build/artifacts/path.rb
%%WWWDIR%%/lib/gitlab/ci/build/auto_retry.rb
+%%WWWDIR%%/lib/gitlab/ci/build/cache.rb
%%WWWDIR%%/lib/gitlab/ci/build/context/base.rb
%%WWWDIR%%/lib/gitlab/ci/build/context/build.rb
%%WWWDIR%%/lib/gitlab/ci/build/context/global.rb
@@ -18489,6 +19863,7 @@
%%WWWDIR%%/lib/gitlab/ci/pipeline/seed/processable/resource_group.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/seed/stage.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline_object_hierarchy.rb
+%%WWWDIR%%/lib/gitlab/ci/queue/metrics.rb
%%WWWDIR%%/lib/gitlab/ci/reports/accessibility_reports.rb
%%WWWDIR%%/lib/gitlab/ci/reports/accessibility_reports_comparer.rb
%%WWWDIR%%/lib/gitlab/ci/reports/codequality_mr_diff.rb
@@ -18676,7 +20051,7 @@
%%WWWDIR%%/lib/gitlab/ci/trace/stream.rb
%%WWWDIR%%/lib/gitlab/ci/variables/collection.rb
%%WWWDIR%%/lib/gitlab/ci/variables/collection/item.rb
-%%WWWDIR%%/lib/gitlab/ci/variables/collection/sorted.rb
+%%WWWDIR%%/lib/gitlab/ci/variables/collection/sort.rb
%%WWWDIR%%/lib/gitlab/ci/variables/helpers.rb
%%WWWDIR%%/lib/gitlab/ci/warnings.rb
%%WWWDIR%%/lib/gitlab/ci/yaml_processor.rb
@@ -18758,6 +20133,10 @@
%%WWWDIR%%/lib/gitlab/data_builder/repository.rb
%%WWWDIR%%/lib/gitlab/data_builder/wiki_page.rb
%%WWWDIR%%/lib/gitlab/database.rb
+%%WWWDIR%%/lib/gitlab/database/background_migration/batched_job.rb
+%%WWWDIR%%/lib/gitlab/database/background_migration/batched_migration.rb
+%%WWWDIR%%/lib/gitlab/database/background_migration/batched_migration_wrapper.rb
+%%WWWDIR%%/lib/gitlab/database/background_migration/scheduler.rb
%%WWWDIR%%/lib/gitlab/database/background_migration_job.rb
%%WWWDIR%%/lib/gitlab/database/batch_count.rb
%%WWWDIR%%/lib/gitlab/database/bulk_update.rb
@@ -18778,6 +20157,7 @@
%%WWWDIR%%/lib/gitlab/database/migrations/observation.rb
%%WWWDIR%%/lib/gitlab/database/migrations/observers.rb
%%WWWDIR%%/lib/gitlab/database/migrations/observers/migration_observer.rb
+%%WWWDIR%%/lib/gitlab/database/migrations/observers/query_statistics.rb
%%WWWDIR%%/lib/gitlab/database/migrations/observers/total_database_size_change.rb
%%WWWDIR%%/lib/gitlab/database/multi_threaded_migration.rb
%%WWWDIR%%/lib/gitlab/database/obsolete_ignored_columns.rb
@@ -18877,6 +20257,7 @@
%%WWWDIR%%/lib/gitlab/diff/line.rb
%%WWWDIR%%/lib/gitlab/diff/line_mapper.rb
%%WWWDIR%%/lib/gitlab/diff/lines_unfolder.rb
+%%WWWDIR%%/lib/gitlab/diff/pair_selector.rb
%%WWWDIR%%/lib/gitlab/diff/parallel_diff.rb
%%WWWDIR%%/lib/gitlab/diff/parser.rb
%%WWWDIR%%/lib/gitlab/diff/position.rb
@@ -18927,11 +20308,14 @@
%%WWWDIR%%/lib/gitlab/environment.rb
%%WWWDIR%%/lib/gitlab/environment_logger.rb
%%WWWDIR%%/lib/gitlab/error_tracking.rb
+%%WWWDIR%%/lib/gitlab/error_tracking/context_payload_generator.rb
%%WWWDIR%%/lib/gitlab/error_tracking/detailed_error.rb
%%WWWDIR%%/lib/gitlab/error_tracking/error.rb
%%WWWDIR%%/lib/gitlab/error_tracking/error_collection.rb
%%WWWDIR%%/lib/gitlab/error_tracking/error_event.rb
+%%WWWDIR%%/lib/gitlab/error_tracking/log_formatter.rb
%%WWWDIR%%/lib/gitlab/error_tracking/logger.rb
+%%WWWDIR%%/lib/gitlab/error_tracking/processor/context_payload_processor.rb
%%WWWDIR%%/lib/gitlab/error_tracking/processor/grpc_error_processor.rb
%%WWWDIR%%/lib/gitlab/error_tracking/processor/sidekiq_processor.rb
%%WWWDIR%%/lib/gitlab/error_tracking/project.rb
@@ -18939,6 +20323,8 @@
%%WWWDIR%%/lib/gitlab/error_tracking/stack_trace_highlight_decorator.rb
%%WWWDIR%%/lib/gitlab/etag_caching/middleware.rb
%%WWWDIR%%/lib/gitlab/etag_caching/router.rb
+%%WWWDIR%%/lib/gitlab/etag_caching/router/graphql.rb
+%%WWWDIR%%/lib/gitlab/etag_caching/router/restful.rb
%%WWWDIR%%/lib/gitlab/etag_caching/store.rb
%%WWWDIR%%/lib/gitlab/exception_log_formatter.rb
%%WWWDIR%%/lib/gitlab/exclusive_lease.rb
@@ -19141,8 +20527,7 @@
%%WWWDIR%%/lib/gitlab/graphql/authorize/authorize_resource.rb
%%WWWDIR%%/lib/gitlab/graphql/authorize/instrumentation.rb
%%WWWDIR%%/lib/gitlab/graphql/batch_key.rb
-%%WWWDIR%%/lib/gitlab/graphql/calls_gitaly.rb
-%%WWWDIR%%/lib/gitlab/graphql/calls_gitaly/instrumentation.rb
+%%WWWDIR%%/lib/gitlab/graphql/calls_gitaly/field_extension.rb
%%WWWDIR%%/lib/gitlab/graphql/connection_collection_methods.rb
%%WWWDIR%%/lib/gitlab/graphql/connection_redaction.rb
%%WWWDIR%%/lib/gitlab/graphql/copy_field_description.rb
@@ -19174,13 +20559,14 @@
%%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/generic_keyset_pagination.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/last_items.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/order_info.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/keyset/query_builder.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/offset_active_record_relation_connection.rb
%%WWWDIR%%/lib/gitlab/graphql/pagination/offset_paginated_relation.rb
%%WWWDIR%%/lib/gitlab/graphql/present.rb
-%%WWWDIR%%/lib/gitlab/graphql/present/instrumentation.rb
+%%WWWDIR%%/lib/gitlab/graphql/present/field_extension.rb
%%WWWDIR%%/lib/gitlab/graphql/queries.rb
%%WWWDIR%%/lib/gitlab/graphql/query_analyzers/logger_analyzer.rb
%%WWWDIR%%/lib/gitlab/graphql/query_analyzers/recursion_analyzer.rb
@@ -19217,6 +20603,7 @@
%%WWWDIR%%/lib/gitlab/hook_data/issue_builder.rb
%%WWWDIR%%/lib/gitlab/hook_data/merge_request_builder.rb
%%WWWDIR%%/lib/gitlab/hook_data/note_builder.rb
+%%WWWDIR%%/lib/gitlab/hook_data/project_member_builder.rb
%%WWWDIR%%/lib/gitlab/hook_data/release_builder.rb
%%WWWDIR%%/lib/gitlab/hook_data/subgroup_builder.rb
%%WWWDIR%%/lib/gitlab/hook_data/wiki_page_builder.rb
@@ -19417,16 +20804,17 @@
%%WWWDIR%%/lib/gitlab/manifest_import/metadata.rb
%%WWWDIR%%/lib/gitlab/manifest_import/project_creator.rb
%%WWWDIR%%/lib/gitlab/marginalia.rb
-%%WWWDIR%%/lib/gitlab/marginalia/active_record_instrumentation.rb
%%WWWDIR%%/lib/gitlab/marginalia/comment.rb
%%WWWDIR%%/lib/gitlab/markdown_cache.rb
%%WWWDIR%%/lib/gitlab/markdown_cache/active_record/extension.rb
%%WWWDIR%%/lib/gitlab/markdown_cache/field_data.rb
%%WWWDIR%%/lib/gitlab/markdown_cache/redis/extension.rb
%%WWWDIR%%/lib/gitlab/markdown_cache/redis/store.rb
+%%WWWDIR%%/lib/gitlab/marker_range.rb
%%WWWDIR%%/lib/gitlab/markup_helper.rb
%%WWWDIR%%/lib/gitlab/memory/instrumentation.rb
%%WWWDIR%%/lib/gitlab/metrics.rb
+%%WWWDIR%%/lib/gitlab/metrics/background_transaction.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/cache.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/defaults.rb
%%WWWDIR%%/lib/gitlab/metrics/dashboard/errors.rb
@@ -19484,6 +20872,7 @@
%%WWWDIR%%/lib/gitlab/metrics/samplers/ruby_sampler.rb
%%WWWDIR%%/lib/gitlab/metrics/samplers/threads_sampler.rb
%%WWWDIR%%/lib/gitlab/metrics/samplers/unicorn_sampler.rb
+%%WWWDIR%%/lib/gitlab/metrics/subscribers/action_cable.rb
%%WWWDIR%%/lib/gitlab/metrics/subscribers/action_view.rb
%%WWWDIR%%/lib/gitlab/metrics/subscribers/active_record.rb
%%WWWDIR%%/lib/gitlab/metrics/subscribers/external_http.rb
@@ -19533,7 +20922,9 @@
%%WWWDIR%%/lib/gitlab/pagination/base.rb
%%WWWDIR%%/lib/gitlab/pagination/gitaly_keyset_pager.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset.rb
+%%WWWDIR%%/lib/gitlab/pagination/keyset/column_order_definition.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset/header_builder.rb
+%%WWWDIR%%/lib/gitlab/pagination/keyset/order.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset/page.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset/pager.rb
%%WWWDIR%%/lib/gitlab/pagination/keyset/request_context.rb
@@ -19633,10 +21024,13 @@
%%WWWDIR%%/lib/gitlab/reference_extractor.rb
%%WWWDIR%%/lib/gitlab/regex.rb
%%WWWDIR%%/lib/gitlab/relative_positioning.rb
+%%WWWDIR%%/lib/gitlab/relative_positioning/closed_range.rb
+%%WWWDIR%%/lib/gitlab/relative_positioning/ending_at.rb
%%WWWDIR%%/lib/gitlab/relative_positioning/gap.rb
%%WWWDIR%%/lib/gitlab/relative_positioning/item_context.rb
%%WWWDIR%%/lib/gitlab/relative_positioning/mover.rb
%%WWWDIR%%/lib/gitlab/relative_positioning/range.rb
+%%WWWDIR%%/lib/gitlab/relative_positioning/starting_from.rb
%%WWWDIR%%/lib/gitlab/repo_path.rb
%%WWWDIR%%/lib/gitlab/repository_cache.rb
%%WWWDIR%%/lib/gitlab/repository_cache_adapter.rb
@@ -19730,6 +21124,9 @@
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/monitor.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/request_store_middleware.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/server_metrics.rb
+%%WWWDIR%%/lib/gitlab/sidekiq_middleware/size_limiter/client.rb
+%%WWWDIR%%/lib/gitlab/sidekiq_middleware/size_limiter/exceed_limit_error.rb
+%%WWWDIR%%/lib/gitlab/sidekiq_middleware/size_limiter/validator.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/worker_context.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/worker_context/client.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/worker_context/server.rb
@@ -19853,11 +21250,14 @@
%%WWWDIR%%/lib/gitlab/usage/metrics/aggregates/aggregate.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/aggregates/sources/postgres_hll.rb
%%WWWDIR%%/lib/gitlab/usage/metrics/aggregates/sources/redis_hll.rb
+%%WWWDIR%%/lib/gitlab/usage/metrics/names_suggestions/generator.rb
+%%WWWDIR%%/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/constraints.rb
%%WWWDIR%%/lib/gitlab/usage_counters/common.rb
%%WWWDIR%%/lib/gitlab/usage_counters/pod_logs.rb
%%WWWDIR%%/lib/gitlab/usage_data.rb
%%WWWDIR%%/lib/gitlab/usage_data/topology.rb
%%WWWDIR%%/lib/gitlab/usage_data_counters.rb
+%%WWWDIR%%/lib/gitlab/usage_data_counters/aggregated_metrics/code_review.yml
%%WWWDIR%%/lib/gitlab/usage_data_counters/aggregated_metrics/common.yml
%%WWWDIR%%/lib/gitlab/usage_data_counters/base_counter.rb
%%WWWDIR%%/lib/gitlab/usage_data_counters/ci_template_unique_counter.rb
@@ -19903,6 +21303,7 @@
%%WWWDIR%%/lib/gitlab/utils/markdown.rb
%%WWWDIR%%/lib/gitlab/utils/measuring.rb
%%WWWDIR%%/lib/gitlab/utils/merge_hash.rb
+%%WWWDIR%%/lib/gitlab/utils/mime_type.rb
%%WWWDIR%%/lib/gitlab/utils/override.rb
%%WWWDIR%%/lib/gitlab/utils/safe_inline_hash.rb
%%WWWDIR%%/lib/gitlab/utils/sanitize_node_link.rb
@@ -19931,6 +21332,13 @@
%%WWWDIR%%/lib/gitlab/wiki_pages/front_matter_parser.rb
%%WWWDIR%%/lib/gitlab/with_feature_category.rb
%%WWWDIR%%/lib/gitlab/with_request_store.rb
+%%WWWDIR%%/lib/gitlab/word_diff/chunk_collection.rb
+%%WWWDIR%%/lib/gitlab/word_diff/line_processor.rb
+%%WWWDIR%%/lib/gitlab/word_diff/parser.rb
+%%WWWDIR%%/lib/gitlab/word_diff/positions_counter.rb
+%%WWWDIR%%/lib/gitlab/word_diff/segments/chunk.rb
+%%WWWDIR%%/lib/gitlab/word_diff/segments/diff_hunk.rb
+%%WWWDIR%%/lib/gitlab/word_diff/segments/newline.rb
%%WWWDIR%%/lib/gitlab/workhorse.rb
%%WWWDIR%%/lib/gitlab/x509/commit.rb
%%WWWDIR%%/lib/gitlab/x509/signature.rb
@@ -19981,25 +21389,12 @@
%%WWWDIR%%/lib/release_highlights/validator/entry.rb
%%WWWDIR%%/lib/rouge/formatters/html_gitlab.rb
%%WWWDIR%%/lib/rouge/plugins/common_mark.rb
-%%WWWDIR%%/lib/rspec_flaky/config.rb
-%%WWWDIR%%/lib/rspec_flaky/example.rb
-%%WWWDIR%%/lib/rspec_flaky/flaky_example.rb
-%%WWWDIR%%/lib/rspec_flaky/flaky_examples_collection.rb
-%%WWWDIR%%/lib/rspec_flaky/listener.rb
-%%WWWDIR%%/lib/rspec_flaky/report.rb
%%WWWDIR%%/lib/safe_zip/entry.rb
%%WWWDIR%%/lib/safe_zip/extract.rb
%%WWWDIR%%/lib/safe_zip/extract_params.rb
%%WWWDIR%%/lib/security/ci_configuration/sast_build_actions.rb
-%%WWWDIR%%/lib/sentry/api_urls.rb
-%%WWWDIR%%/lib/sentry/client.rb
-%%WWWDIR%%/lib/sentry/client/event.rb
-%%WWWDIR%%/lib/sentry/client/issue.rb
-%%WWWDIR%%/lib/sentry/client/issue_link.rb
-%%WWWDIR%%/lib/sentry/client/projects.rb
-%%WWWDIR%%/lib/sentry/client/repo.rb
-%%WWWDIR%%/lib/sentry/pagination_parser.rb
%%WWWDIR%%/lib/serializers/json.rb
+%%WWWDIR%%/lib/spam/concerns/has_spam_action_response_fields.rb
%%WWWDIR%%/lib/static_model.rb
%%WWWDIR%%/lib/support/deploy/deploy.sh
%%WWWDIR%%/lib/support/init.d/gitlab
@@ -20097,6 +21492,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/packages/composer.rake
%%WWWDIR%%/lib/tasks/gitlab/packages/events.rake
%%WWWDIR%%/lib/tasks/gitlab/packages/migrate.rake
%%WWWDIR%%/lib/tasks/gitlab/pages.rake
@@ -20134,7 +21530,6 @@
%%WWWDIR%%/lib/tasks/migrate/setup_postgresql.rake
%%WWWDIR%%/lib/tasks/pngquant.rake
%%WWWDIR%%/lib/tasks/rubocop.rake
-%%WWWDIR%%/lib/tasks/scss-lint.rake
%%WWWDIR%%/lib/tasks/setup.rake
%%WWWDIR%%/lib/tasks/spec.rake
%%WWWDIR%%/lib/tasks/test.rake
@@ -20151,6 +21546,7 @@
@(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/br_FR/gitlab.po
@(git,,) %%WWWDIR%%/locale/bs_BA/gitlab.po
@(git,,) %%WWWDIR%%/locale/ca_ES/gitlab.po
@(git,,) %%WWWDIR%%/locale/cs_CZ/gitlab.po
@@ -22019,6 +23415,2833 @@
%%WWWDIR%%/public/-/emojis/1/zero.png
%%WWWDIR%%/public/-/emojis/1/zipper_mouth.png
%%WWWDIR%%/public/-/emojis/1/zzz.png
+%%WWWDIR%%/public/-/emojis/2/100.png
+%%WWWDIR%%/public/-/emojis/2/1234.png
+%%WWWDIR%%/public/-/emojis/2/1f3cf.png
+%%WWWDIR%%/public/-/emojis/2/1f468-1f469-1f466.png
+%%WWWDIR%%/public/-/emojis/2/1f469-2764-1f468.png
+%%WWWDIR%%/public/-/emojis/2/1f5fe.png
+%%WWWDIR%%/public/-/emojis/2/1f983.png
+%%WWWDIR%%/public/-/emojis/2/26f9-1f3fb.png
+%%WWWDIR%%/public/-/emojis/2/26f9-1f3fc.png
+%%WWWDIR%%/public/-/emojis/2/26f9-1f3fd.png
+%%WWWDIR%%/public/-/emojis/2/26f9-1f3fe.png
+%%WWWDIR%%/public/-/emojis/2/26f9-1f3ff.png
+%%WWWDIR%%/public/-/emojis/2/8ball.png
+%%WWWDIR%%/public/-/emojis/2/a.png
+%%WWWDIR%%/public/-/emojis/2/ab.png
+%%WWWDIR%%/public/-/emojis/2/abacus.png
+%%WWWDIR%%/public/-/emojis/2/abc.png
+%%WWWDIR%%/public/-/emojis/2/abcd.png
+%%WWWDIR%%/public/-/emojis/2/accept.png
+%%WWWDIR%%/public/-/emojis/2/adult.png
+%%WWWDIR%%/public/-/emojis/2/adult_tone1.png
+%%WWWDIR%%/public/-/emojis/2/adult_tone2.png
+%%WWWDIR%%/public/-/emojis/2/adult_tone3.png
+%%WWWDIR%%/public/-/emojis/2/adult_tone4.png
+%%WWWDIR%%/public/-/emojis/2/adult_tone5.png
+%%WWWDIR%%/public/-/emojis/2/aerial_tramway.png
+%%WWWDIR%%/public/-/emojis/2/airplane.png
+%%WWWDIR%%/public/-/emojis/2/airplane_arriving.png
+%%WWWDIR%%/public/-/emojis/2/airplane_departure.png
+%%WWWDIR%%/public/-/emojis/2/airplane_small.png
+%%WWWDIR%%/public/-/emojis/2/alarm_clock.png
+%%WWWDIR%%/public/-/emojis/2/alembic.png
+%%WWWDIR%%/public/-/emojis/2/alien.png
+%%WWWDIR%%/public/-/emojis/2/ambulance.png
+%%WWWDIR%%/public/-/emojis/2/amphora.png
+%%WWWDIR%%/public/-/emojis/2/anchor.png
+%%WWWDIR%%/public/-/emojis/2/angel.png
+%%WWWDIR%%/public/-/emojis/2/angel_tone1.png
+%%WWWDIR%%/public/-/emojis/2/angel_tone2.png
+%%WWWDIR%%/public/-/emojis/2/angel_tone3.png
+%%WWWDIR%%/public/-/emojis/2/angel_tone4.png
+%%WWWDIR%%/public/-/emojis/2/angel_tone5.png
+%%WWWDIR%%/public/-/emojis/2/anger.png
+%%WWWDIR%%/public/-/emojis/2/anger_right.png
+%%WWWDIR%%/public/-/emojis/2/angry.png
+%%WWWDIR%%/public/-/emojis/2/anguished.png
+%%WWWDIR%%/public/-/emojis/2/ant.png
+%%WWWDIR%%/public/-/emojis/2/apple.png
+%%WWWDIR%%/public/-/emojis/2/aquarius.png
+%%WWWDIR%%/public/-/emojis/2/aries.png
+%%WWWDIR%%/public/-/emojis/2/arrow_backward.png
+%%WWWDIR%%/public/-/emojis/2/arrow_double_down.png
+%%WWWDIR%%/public/-/emojis/2/arrow_double_up.png
+%%WWWDIR%%/public/-/emojis/2/arrow_down.png
+%%WWWDIR%%/public/-/emojis/2/arrow_down_small.png
+%%WWWDIR%%/public/-/emojis/2/arrow_forward.png
+%%WWWDIR%%/public/-/emojis/2/arrow_heading_down.png
+%%WWWDIR%%/public/-/emojis/2/arrow_heading_up.png
+%%WWWDIR%%/public/-/emojis/2/arrow_left.png
+%%WWWDIR%%/public/-/emojis/2/arrow_lower_left.png
+%%WWWDIR%%/public/-/emojis/2/arrow_lower_right.png
+%%WWWDIR%%/public/-/emojis/2/arrow_right.png
+%%WWWDIR%%/public/-/emojis/2/arrow_right_hook.png
+%%WWWDIR%%/public/-/emojis/2/arrow_up.png
+%%WWWDIR%%/public/-/emojis/2/arrow_up_down.png
+%%WWWDIR%%/public/-/emojis/2/arrow_up_small.png
+%%WWWDIR%%/public/-/emojis/2/arrow_upper_left.png
+%%WWWDIR%%/public/-/emojis/2/arrow_upper_right.png
+%%WWWDIR%%/public/-/emojis/2/arrows_clockwise.png
+%%WWWDIR%%/public/-/emojis/2/arrows_counterclockwise.png
+%%WWWDIR%%/public/-/emojis/2/art.png
+%%WWWDIR%%/public/-/emojis/2/articulated_lorry.png
+%%WWWDIR%%/public/-/emojis/2/asterisk.png
+%%WWWDIR%%/public/-/emojis/2/asterisk_symbol.png
+%%WWWDIR%%/public/-/emojis/2/astonished.png
+%%WWWDIR%%/public/-/emojis/2/athletic_shoe.png
+%%WWWDIR%%/public/-/emojis/2/atm.png
+%%WWWDIR%%/public/-/emojis/2/atom.png
+%%WWWDIR%%/public/-/emojis/2/avocado.png
+%%WWWDIR%%/public/-/emojis/2/b.png
+%%WWWDIR%%/public/-/emojis/2/baby.png
+%%WWWDIR%%/public/-/emojis/2/baby_bottle.png
+%%WWWDIR%%/public/-/emojis/2/baby_chick.png
+%%WWWDIR%%/public/-/emojis/2/baby_symbol.png
+%%WWWDIR%%/public/-/emojis/2/baby_tone1.png
+%%WWWDIR%%/public/-/emojis/2/baby_tone2.png
+%%WWWDIR%%/public/-/emojis/2/baby_tone3.png
+%%WWWDIR%%/public/-/emojis/2/baby_tone4.png
+%%WWWDIR%%/public/-/emojis/2/baby_tone5.png
+%%WWWDIR%%/public/-/emojis/2/back.png
+%%WWWDIR%%/public/-/emojis/2/bacon.png
+%%WWWDIR%%/public/-/emojis/2/badger.png
+%%WWWDIR%%/public/-/emojis/2/badminton.png
+%%WWWDIR%%/public/-/emojis/2/bagel.png
+%%WWWDIR%%/public/-/emojis/2/baggage_claim.png
+%%WWWDIR%%/public/-/emojis/2/balance_scale.png
+%%WWWDIR%%/public/-/emojis/2/bald.png
+%%WWWDIR%%/public/-/emojis/2/balloon.png
+%%WWWDIR%%/public/-/emojis/2/ballot_box.png
+%%WWWDIR%%/public/-/emojis/2/ballot_box_with_check.png
+%%WWWDIR%%/public/-/emojis/2/bamboo.png
+%%WWWDIR%%/public/-/emojis/2/banana.png
+%%WWWDIR%%/public/-/emojis/2/bangbang.png
+%%WWWDIR%%/public/-/emojis/2/bank.png
+%%WWWDIR%%/public/-/emojis/2/bar_chart.png
+%%WWWDIR%%/public/-/emojis/2/barber.png
+%%WWWDIR%%/public/-/emojis/2/baseball.png
+%%WWWDIR%%/public/-/emojis/2/basket.png
+%%WWWDIR%%/public/-/emojis/2/basketball.png
+%%WWWDIR%%/public/-/emojis/2/basketball_man.png
+%%WWWDIR%%/public/-/emojis/2/bat.png
+%%WWWDIR%%/public/-/emojis/2/bath.png
+%%WWWDIR%%/public/-/emojis/2/bath_tone1.png
+%%WWWDIR%%/public/-/emojis/2/bath_tone2.png
+%%WWWDIR%%/public/-/emojis/2/bath_tone3.png
+%%WWWDIR%%/public/-/emojis/2/bath_tone4.png
+%%WWWDIR%%/public/-/emojis/2/bath_tone5.png
+%%WWWDIR%%/public/-/emojis/2/bathtub.png
+%%WWWDIR%%/public/-/emojis/2/battery.png
+%%WWWDIR%%/public/-/emojis/2/beach.png
+%%WWWDIR%%/public/-/emojis/2/beach_umbrella.png
+%%WWWDIR%%/public/-/emojis/2/bear.png
+%%WWWDIR%%/public/-/emojis/2/bearded_person.png
+%%WWWDIR%%/public/-/emojis/2/bearded_person_tone1.png
+%%WWWDIR%%/public/-/emojis/2/bearded_person_tone2.png
+%%WWWDIR%%/public/-/emojis/2/bearded_person_tone3.png
+%%WWWDIR%%/public/-/emojis/2/bearded_person_tone4.png
+%%WWWDIR%%/public/-/emojis/2/bearded_person_tone5.png
+%%WWWDIR%%/public/-/emojis/2/bed.png
+%%WWWDIR%%/public/-/emojis/2/bee.png
+%%WWWDIR%%/public/-/emojis/2/beer.png
+%%WWWDIR%%/public/-/emojis/2/beers.png
+%%WWWDIR%%/public/-/emojis/2/beetle.png
+%%WWWDIR%%/public/-/emojis/2/beginner.png
+%%WWWDIR%%/public/-/emojis/2/bell.png
+%%WWWDIR%%/public/-/emojis/2/bellhop.png
+%%WWWDIR%%/public/-/emojis/2/bento.png
+%%WWWDIR%%/public/-/emojis/2/bicyclist.png
+%%WWWDIR%%/public/-/emojis/2/bicyclist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/bicyclist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/bicyclist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/bicyclist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/bicyclist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/bike.png
+%%WWWDIR%%/public/-/emojis/2/bikini.png
+%%WWWDIR%%/public/-/emojis/2/billed_cap.png
+%%WWWDIR%%/public/-/emojis/2/biohazard.png
+%%WWWDIR%%/public/-/emojis/2/bird.png
+%%WWWDIR%%/public/-/emojis/2/birthday.png
+%%WWWDIR%%/public/-/emojis/2/black_circle.png
+%%WWWDIR%%/public/-/emojis/2/black_heart.png
+%%WWWDIR%%/public/-/emojis/2/black_joker.png
+%%WWWDIR%%/public/-/emojis/2/black_large_square.png
+%%WWWDIR%%/public/-/emojis/2/black_medium_small_square.png
+%%WWWDIR%%/public/-/emojis/2/black_medium_square.png
+%%WWWDIR%%/public/-/emojis/2/black_nib.png
+%%WWWDIR%%/public/-/emojis/2/black_small_square.png
+%%WWWDIR%%/public/-/emojis/2/black_square_button.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_man.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_man_tone1.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_man_tone2.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_man_tone3.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_man_tone4.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_man_tone5.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_woman.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_woman_tone1.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_woman_tone2.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_woman_tone3.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_woman_tone4.png
+%%WWWDIR%%/public/-/emojis/2/blond-haired_woman_tone5.png
+%%WWWDIR%%/public/-/emojis/2/blossom.png
+%%WWWDIR%%/public/-/emojis/2/blowfish.png
+%%WWWDIR%%/public/-/emojis/2/blue_book.png
+%%WWWDIR%%/public/-/emojis/2/blue_car.png
+%%WWWDIR%%/public/-/emojis/2/blue_circle.png
+%%WWWDIR%%/public/-/emojis/2/blue_heart.png
+%%WWWDIR%%/public/-/emojis/2/blush.png
+%%WWWDIR%%/public/-/emojis/2/boar.png
+%%WWWDIR%%/public/-/emojis/2/boat.png
+%%WWWDIR%%/public/-/emojis/2/bomb.png
+%%WWWDIR%%/public/-/emojis/2/bone.png
+%%WWWDIR%%/public/-/emojis/2/book.png
+%%WWWDIR%%/public/-/emojis/2/bookmark.png
+%%WWWDIR%%/public/-/emojis/2/bookmark_tabs.png
+%%WWWDIR%%/public/-/emojis/2/books.png
+%%WWWDIR%%/public/-/emojis/2/boom.png
+%%WWWDIR%%/public/-/emojis/2/boot.png
+%%WWWDIR%%/public/-/emojis/2/bouquet.png
+%%WWWDIR%%/public/-/emojis/2/bow.png
+%%WWWDIR%%/public/-/emojis/2/bow_and_arrow.png
+%%WWWDIR%%/public/-/emojis/2/bow_tone1.png
+%%WWWDIR%%/public/-/emojis/2/bow_tone2.png
+%%WWWDIR%%/public/-/emojis/2/bow_tone3.png
+%%WWWDIR%%/public/-/emojis/2/bow_tone4.png
+%%WWWDIR%%/public/-/emojis/2/bow_tone5.png
+%%WWWDIR%%/public/-/emojis/2/bowl_with_spoon.png
+%%WWWDIR%%/public/-/emojis/2/bowling.png
+%%WWWDIR%%/public/-/emojis/2/boxing_glove.png
+%%WWWDIR%%/public/-/emojis/2/boy.png
+%%WWWDIR%%/public/-/emojis/2/boy_tone1.png
+%%WWWDIR%%/public/-/emojis/2/boy_tone2.png
+%%WWWDIR%%/public/-/emojis/2/boy_tone3.png
+%%WWWDIR%%/public/-/emojis/2/boy_tone4.png
+%%WWWDIR%%/public/-/emojis/2/boy_tone5.png
+%%WWWDIR%%/public/-/emojis/2/brain.png
+%%WWWDIR%%/public/-/emojis/2/bread.png
+%%WWWDIR%%/public/-/emojis/2/breast_feeding.png
+%%WWWDIR%%/public/-/emojis/2/breast_feeding_tone1.png
+%%WWWDIR%%/public/-/emojis/2/breast_feeding_tone2.png
+%%WWWDIR%%/public/-/emojis/2/breast_feeding_tone3.png
+%%WWWDIR%%/public/-/emojis/2/breast_feeding_tone4.png
+%%WWWDIR%%/public/-/emojis/2/breast_feeding_tone5.png
+%%WWWDIR%%/public/-/emojis/2/bricks.png
+%%WWWDIR%%/public/-/emojis/2/bride_with_veil.png
+%%WWWDIR%%/public/-/emojis/2/bride_with_veil_tone1.png
+%%WWWDIR%%/public/-/emojis/2/bride_with_veil_tone2.png
+%%WWWDIR%%/public/-/emojis/2/bride_with_veil_tone3.png
+%%WWWDIR%%/public/-/emojis/2/bride_with_veil_tone4.png
+%%WWWDIR%%/public/-/emojis/2/bride_with_veil_tone5.png
+%%WWWDIR%%/public/-/emojis/2/bridge_at_night.png
+%%WWWDIR%%/public/-/emojis/2/briefcase.png
+%%WWWDIR%%/public/-/emojis/2/broccoli.png
+%%WWWDIR%%/public/-/emojis/2/broken_heart.png
+%%WWWDIR%%/public/-/emojis/2/broom.png
+%%WWWDIR%%/public/-/emojis/2/bug.png
+%%WWWDIR%%/public/-/emojis/2/bulb.png
+%%WWWDIR%%/public/-/emojis/2/bullettrain_front.png
+%%WWWDIR%%/public/-/emojis/2/bullettrain_side.png
+%%WWWDIR%%/public/-/emojis/2/burrito.png
+%%WWWDIR%%/public/-/emojis/2/bus.png
+%%WWWDIR%%/public/-/emojis/2/busstop.png
+%%WWWDIR%%/public/-/emojis/2/bust_in_silhouette.png
+%%WWWDIR%%/public/-/emojis/2/busts_in_silhouette.png
+%%WWWDIR%%/public/-/emojis/2/butterfly.png
+%%WWWDIR%%/public/-/emojis/2/cactus.png
+%%WWWDIR%%/public/-/emojis/2/cake.png
+%%WWWDIR%%/public/-/emojis/2/calendar.png
+%%WWWDIR%%/public/-/emojis/2/calendar_spiral.png
+%%WWWDIR%%/public/-/emojis/2/call_me.png
+%%WWWDIR%%/public/-/emojis/2/call_me_tone1.png
+%%WWWDIR%%/public/-/emojis/2/call_me_tone2.png
+%%WWWDIR%%/public/-/emojis/2/call_me_tone3.png
+%%WWWDIR%%/public/-/emojis/2/call_me_tone4.png
+%%WWWDIR%%/public/-/emojis/2/call_me_tone5.png
+%%WWWDIR%%/public/-/emojis/2/calling.png
+%%WWWDIR%%/public/-/emojis/2/camel.png
+%%WWWDIR%%/public/-/emojis/2/camera.png
+%%WWWDIR%%/public/-/emojis/2/camera_with_flash.png
+%%WWWDIR%%/public/-/emojis/2/camping.png
+%%WWWDIR%%/public/-/emojis/2/cancer.png
+%%WWWDIR%%/public/-/emojis/2/candle.png
+%%WWWDIR%%/public/-/emojis/2/candy.png
+%%WWWDIR%%/public/-/emojis/2/canned_food.png
+%%WWWDIR%%/public/-/emojis/2/canoe.png
+%%WWWDIR%%/public/-/emojis/2/capital_abcd.png
+%%WWWDIR%%/public/-/emojis/2/capricorn.png
+%%WWWDIR%%/public/-/emojis/2/card_box.png
+%%WWWDIR%%/public/-/emojis/2/card_index.png
+%%WWWDIR%%/public/-/emojis/2/carousel_horse.png
+%%WWWDIR%%/public/-/emojis/2/carrot.png
+%%WWWDIR%%/public/-/emojis/2/cartwheel.png
+%%WWWDIR%%/public/-/emojis/2/cartwheel_tone1.png
+%%WWWDIR%%/public/-/emojis/2/cartwheel_tone2.png
+%%WWWDIR%%/public/-/emojis/2/cartwheel_tone3.png
+%%WWWDIR%%/public/-/emojis/2/cartwheel_tone4.png
+%%WWWDIR%%/public/-/emojis/2/cartwheel_tone5.png
+%%WWWDIR%%/public/-/emojis/2/cat.png
+%%WWWDIR%%/public/-/emojis/2/cat2.png
+%%WWWDIR%%/public/-/emojis/2/cd.png
+%%WWWDIR%%/public/-/emojis/2/chains.png
+%%WWWDIR%%/public/-/emojis/2/champagne.png
+%%WWWDIR%%/public/-/emojis/2/champagne_glass.png
+%%WWWDIR%%/public/-/emojis/2/chart.png
+%%WWWDIR%%/public/-/emojis/2/chart_with_downwards_trend.png
+%%WWWDIR%%/public/-/emojis/2/chart_with_upwards_trend.png
+%%WWWDIR%%/public/-/emojis/2/checkered_flag.png
+%%WWWDIR%%/public/-/emojis/2/cheese.png
+%%WWWDIR%%/public/-/emojis/2/cherries.png
+%%WWWDIR%%/public/-/emojis/2/cherry_blossom.png
+%%WWWDIR%%/public/-/emojis/2/chess_pawn.png
+%%WWWDIR%%/public/-/emojis/2/chestnut.png
+%%WWWDIR%%/public/-/emojis/2/chicken.png
+%%WWWDIR%%/public/-/emojis/2/child.png
+%%WWWDIR%%/public/-/emojis/2/child_tone1.png
+%%WWWDIR%%/public/-/emojis/2/child_tone2.png
+%%WWWDIR%%/public/-/emojis/2/child_tone3.png
+%%WWWDIR%%/public/-/emojis/2/child_tone4.png
+%%WWWDIR%%/public/-/emojis/2/child_tone5.png
+%%WWWDIR%%/public/-/emojis/2/children_crossing.png
+%%WWWDIR%%/public/-/emojis/2/chipmunk.png
+%%WWWDIR%%/public/-/emojis/2/chocolate_bar.png
+%%WWWDIR%%/public/-/emojis/2/chopsticks.png
+%%WWWDIR%%/public/-/emojis/2/christmas_tree.png
+%%WWWDIR%%/public/-/emojis/2/church.png
+%%WWWDIR%%/public/-/emojis/2/cinema.png
+%%WWWDIR%%/public/-/emojis/2/circus_tent.png
+%%WWWDIR%%/public/-/emojis/2/city_dusk.png
+%%WWWDIR%%/public/-/emojis/2/city_sunset.png
+%%WWWDIR%%/public/-/emojis/2/cityscape.png
+%%WWWDIR%%/public/-/emojis/2/cl.png
+%%WWWDIR%%/public/-/emojis/2/clap.png
+%%WWWDIR%%/public/-/emojis/2/clap_tone1.png
+%%WWWDIR%%/public/-/emojis/2/clap_tone2.png
+%%WWWDIR%%/public/-/emojis/2/clap_tone3.png
+%%WWWDIR%%/public/-/emojis/2/clap_tone4.png
+%%WWWDIR%%/public/-/emojis/2/clap_tone5.png
+%%WWWDIR%%/public/-/emojis/2/clapper.png
+%%WWWDIR%%/public/-/emojis/2/classical_building.png
+%%WWWDIR%%/public/-/emojis/2/clipboard.png
+%%WWWDIR%%/public/-/emojis/2/clock.png
+%%WWWDIR%%/public/-/emojis/2/clock1.png
+%%WWWDIR%%/public/-/emojis/2/clock10.png
+%%WWWDIR%%/public/-/emojis/2/clock1030.png
+%%WWWDIR%%/public/-/emojis/2/clock11.png
+%%WWWDIR%%/public/-/emojis/2/clock1130.png
+%%WWWDIR%%/public/-/emojis/2/clock12.png
+%%WWWDIR%%/public/-/emojis/2/clock1230.png
+%%WWWDIR%%/public/-/emojis/2/clock130.png
+%%WWWDIR%%/public/-/emojis/2/clock2.png
+%%WWWDIR%%/public/-/emojis/2/clock230.png
+%%WWWDIR%%/public/-/emojis/2/clock3.png
+%%WWWDIR%%/public/-/emojis/2/clock330.png
+%%WWWDIR%%/public/-/emojis/2/clock4.png
+%%WWWDIR%%/public/-/emojis/2/clock430.png
+%%WWWDIR%%/public/-/emojis/2/clock5.png
+%%WWWDIR%%/public/-/emojis/2/clock530.png
+%%WWWDIR%%/public/-/emojis/2/clock6.png
+%%WWWDIR%%/public/-/emojis/2/clock630.png
+%%WWWDIR%%/public/-/emojis/2/clock7.png
+%%WWWDIR%%/public/-/emojis/2/clock730.png
+%%WWWDIR%%/public/-/emojis/2/clock8.png
+%%WWWDIR%%/public/-/emojis/2/clock830.png
+%%WWWDIR%%/public/-/emojis/2/clock9.png
+%%WWWDIR%%/public/-/emojis/2/clock930.png
+%%WWWDIR%%/public/-/emojis/2/closed_book.png
+%%WWWDIR%%/public/-/emojis/2/closed_lock_with_key.png
+%%WWWDIR%%/public/-/emojis/2/closed_umbrella.png
+%%WWWDIR%%/public/-/emojis/2/cloud.png
+%%WWWDIR%%/public/-/emojis/2/cloud_lightning.png
+%%WWWDIR%%/public/-/emojis/2/cloud_rain.png
+%%WWWDIR%%/public/-/emojis/2/cloud_snow.png
+%%WWWDIR%%/public/-/emojis/2/cloud_tornado.png
+%%WWWDIR%%/public/-/emojis/2/clown.png
+%%WWWDIR%%/public/-/emojis/2/clubs.png
+%%WWWDIR%%/public/-/emojis/2/coat.png
+%%WWWDIR%%/public/-/emojis/2/cocktail.png
+%%WWWDIR%%/public/-/emojis/2/coconut.png
+%%WWWDIR%%/public/-/emojis/2/coffee.png
+%%WWWDIR%%/public/-/emojis/2/coffin.png
+%%WWWDIR%%/public/-/emojis/2/cold_face.png
+%%WWWDIR%%/public/-/emojis/2/cold_sweat.png
+%%WWWDIR%%/public/-/emojis/2/comet.png
+%%WWWDIR%%/public/-/emojis/2/compass.png
+%%WWWDIR%%/public/-/emojis/2/compression.png
+%%WWWDIR%%/public/-/emojis/2/computer.png
+%%WWWDIR%%/public/-/emojis/2/confetti_ball.png
+%%WWWDIR%%/public/-/emojis/2/confounded.png
+%%WWWDIR%%/public/-/emojis/2/confused.png
+%%WWWDIR%%/public/-/emojis/2/congratulations.png
+%%WWWDIR%%/public/-/emojis/2/construction.png
+%%WWWDIR%%/public/-/emojis/2/construction_site.png
+%%WWWDIR%%/public/-/emojis/2/construction_worker.png
+%%WWWDIR%%/public/-/emojis/2/construction_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/construction_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/construction_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/construction_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/construction_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/control_knobs.png
+%%WWWDIR%%/public/-/emojis/2/convenience_store.png
+%%WWWDIR%%/public/-/emojis/2/cookie.png
+%%WWWDIR%%/public/-/emojis/2/cooking.png
+%%WWWDIR%%/public/-/emojis/2/cool.png
+%%WWWDIR%%/public/-/emojis/2/cop.png
+%%WWWDIR%%/public/-/emojis/2/cop_tone1.png
+%%WWWDIR%%/public/-/emojis/2/cop_tone2.png
+%%WWWDIR%%/public/-/emojis/2/cop_tone3.png
+%%WWWDIR%%/public/-/emojis/2/cop_tone4.png
+%%WWWDIR%%/public/-/emojis/2/cop_tone5.png
+%%WWWDIR%%/public/-/emojis/2/copyright.png
+%%WWWDIR%%/public/-/emojis/2/corn.png
+%%WWWDIR%%/public/-/emojis/2/couch.png
+%%WWWDIR%%/public/-/emojis/2/couple.png
+%%WWWDIR%%/public/-/emojis/2/couple_mm.png
+%%WWWDIR%%/public/-/emojis/2/couple_with_heart.png
+%%WWWDIR%%/public/-/emojis/2/couple_ww.png
+%%WWWDIR%%/public/-/emojis/2/couplekiss.png
+%%WWWDIR%%/public/-/emojis/2/cow.png
+%%WWWDIR%%/public/-/emojis/2/cow2.png
+%%WWWDIR%%/public/-/emojis/2/cowboy.png
+%%WWWDIR%%/public/-/emojis/2/crab.png
+%%WWWDIR%%/public/-/emojis/2/crayon.png
+%%WWWDIR%%/public/-/emojis/2/credit_card.png
+%%WWWDIR%%/public/-/emojis/2/crescent_moon.png
+%%WWWDIR%%/public/-/emojis/2/cricket.png
+%%WWWDIR%%/public/-/emojis/2/crocodile.png
+%%WWWDIR%%/public/-/emojis/2/croissant.png
+%%WWWDIR%%/public/-/emojis/2/cross.png
+%%WWWDIR%%/public/-/emojis/2/crossed_flags.png
+%%WWWDIR%%/public/-/emojis/2/crossed_swords.png
+%%WWWDIR%%/public/-/emojis/2/crown.png
+%%WWWDIR%%/public/-/emojis/2/cruise_ship.png
+%%WWWDIR%%/public/-/emojis/2/cry.png
+%%WWWDIR%%/public/-/emojis/2/crying_cat_face.png
+%%WWWDIR%%/public/-/emojis/2/crystal_ball.png
+%%WWWDIR%%/public/-/emojis/2/cucumber.png
+%%WWWDIR%%/public/-/emojis/2/cup_with_straw.png
+%%WWWDIR%%/public/-/emojis/2/cupcake.png
+%%WWWDIR%%/public/-/emojis/2/cupid.png
+%%WWWDIR%%/public/-/emojis/2/curling_stone.png
+%%WWWDIR%%/public/-/emojis/2/curly_haired.png
+%%WWWDIR%%/public/-/emojis/2/curly_loop.png
+%%WWWDIR%%/public/-/emojis/2/currency_exchange.png
+%%WWWDIR%%/public/-/emojis/2/curry.png
+%%WWWDIR%%/public/-/emojis/2/custard.png
+%%WWWDIR%%/public/-/emojis/2/customs.png
+%%WWWDIR%%/public/-/emojis/2/cut_of_meat.png
+%%WWWDIR%%/public/-/emojis/2/cyclone.png
+%%WWWDIR%%/public/-/emojis/2/dagger.png
+%%WWWDIR%%/public/-/emojis/2/dancer.png
+%%WWWDIR%%/public/-/emojis/2/dancer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/dancer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/dancer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/dancer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/dancer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/dancers.png
+%%WWWDIR%%/public/-/emojis/2/dango.png
+%%WWWDIR%%/public/-/emojis/2/dark_sunglasses.png
+%%WWWDIR%%/public/-/emojis/2/dart.png
+%%WWWDIR%%/public/-/emojis/2/dash.png
+%%WWWDIR%%/public/-/emojis/2/date.png
+%%WWWDIR%%/public/-/emojis/2/deciduous_tree.png
+%%WWWDIR%%/public/-/emojis/2/deer.png
+%%WWWDIR%%/public/-/emojis/2/department_store.png
+%%WWWDIR%%/public/-/emojis/2/desert.png
+%%WWWDIR%%/public/-/emojis/2/desktop.png
+%%WWWDIR%%/public/-/emojis/2/diamond_shape_with_a_dot_inside.png
+%%WWWDIR%%/public/-/emojis/2/diamonds.png
+%%WWWDIR%%/public/-/emojis/2/digit_eight.png
+%%WWWDIR%%/public/-/emojis/2/digit_five.png
+%%WWWDIR%%/public/-/emojis/2/digit_four.png
+%%WWWDIR%%/public/-/emojis/2/digit_nine.png
+%%WWWDIR%%/public/-/emojis/2/digit_one.png
+%%WWWDIR%%/public/-/emojis/2/digit_seven.png
+%%WWWDIR%%/public/-/emojis/2/digit_six.png
+%%WWWDIR%%/public/-/emojis/2/digit_three.png
+%%WWWDIR%%/public/-/emojis/2/digit_two.png
+%%WWWDIR%%/public/-/emojis/2/digit_zero.png
+%%WWWDIR%%/public/-/emojis/2/disappointed.png
+%%WWWDIR%%/public/-/emojis/2/disappointed_relieved.png
+%%WWWDIR%%/public/-/emojis/2/dividers.png
+%%WWWDIR%%/public/-/emojis/2/dizzy.png
+%%WWWDIR%%/public/-/emojis/2/dizzy_face.png
+%%WWWDIR%%/public/-/emojis/2/dna.png
+%%WWWDIR%%/public/-/emojis/2/do_not_litter.png
+%%WWWDIR%%/public/-/emojis/2/dog.png
+%%WWWDIR%%/public/-/emojis/2/dog2.png
+%%WWWDIR%%/public/-/emojis/2/dollar.png
+%%WWWDIR%%/public/-/emojis/2/dolls.png
+%%WWWDIR%%/public/-/emojis/2/dolphin.png
+%%WWWDIR%%/public/-/emojis/2/door.png
+%%WWWDIR%%/public/-/emojis/2/doughnut.png
+%%WWWDIR%%/public/-/emojis/2/dove.png
+%%WWWDIR%%/public/-/emojis/2/dragon.png
+%%WWWDIR%%/public/-/emojis/2/dragon_face.png
+%%WWWDIR%%/public/-/emojis/2/dress.png
+%%WWWDIR%%/public/-/emojis/2/dromedary_camel.png
+%%WWWDIR%%/public/-/emojis/2/drooling_face.png
+%%WWWDIR%%/public/-/emojis/2/droplet.png
+%%WWWDIR%%/public/-/emojis/2/drum.png
+%%WWWDIR%%/public/-/emojis/2/duck.png
+%%WWWDIR%%/public/-/emojis/2/dumpling.png
+%%WWWDIR%%/public/-/emojis/2/dvd.png
+%%WWWDIR%%/public/-/emojis/2/e-mail.png
+%%WWWDIR%%/public/-/emojis/2/eagle.png
+%%WWWDIR%%/public/-/emojis/2/ear.png
+%%WWWDIR%%/public/-/emojis/2/ear_of_rice.png
+%%WWWDIR%%/public/-/emojis/2/ear_tone1.png
+%%WWWDIR%%/public/-/emojis/2/ear_tone2.png
+%%WWWDIR%%/public/-/emojis/2/ear_tone3.png
+%%WWWDIR%%/public/-/emojis/2/ear_tone4.png
+%%WWWDIR%%/public/-/emojis/2/ear_tone5.png
+%%WWWDIR%%/public/-/emojis/2/earth_africa.png
+%%WWWDIR%%/public/-/emojis/2/earth_americas.png
+%%WWWDIR%%/public/-/emojis/2/earth_asia.png
+%%WWWDIR%%/public/-/emojis/2/egg.png
+%%WWWDIR%%/public/-/emojis/2/eggplant.png
+%%WWWDIR%%/public/-/emojis/2/eight.png
+%%WWWDIR%%/public/-/emojis/2/eight_pointed_black_star.png
+%%WWWDIR%%/public/-/emojis/2/eight_spoked_asterisk.png
+%%WWWDIR%%/public/-/emojis/2/eject.png
+%%WWWDIR%%/public/-/emojis/2/electric_plug.png
+%%WWWDIR%%/public/-/emojis/2/elephant.png
+%%WWWDIR%%/public/-/emojis/2/elf.png
+%%WWWDIR%%/public/-/emojis/2/elf_tone1.png
+%%WWWDIR%%/public/-/emojis/2/elf_tone2.png
+%%WWWDIR%%/public/-/emojis/2/elf_tone3.png
+%%WWWDIR%%/public/-/emojis/2/elf_tone4.png
+%%WWWDIR%%/public/-/emojis/2/elf_tone5.png
+%%WWWDIR%%/public/-/emojis/2/end.png
+%%WWWDIR%%/public/-/emojis/2/england.png
+%%WWWDIR%%/public/-/emojis/2/envelope.png
+%%WWWDIR%%/public/-/emojis/2/envelope_with_arrow.png
+%%WWWDIR%%/public/-/emojis/2/euro.png
+%%WWWDIR%%/public/-/emojis/2/european_castle.png
+%%WWWDIR%%/public/-/emojis/2/european_post_office.png
+%%WWWDIR%%/public/-/emojis/2/evergreen_tree.png
+%%WWWDIR%%/public/-/emojis/2/exclamation.png
+%%WWWDIR%%/public/-/emojis/2/exploding_head.png
+%%WWWDIR%%/public/-/emojis/2/expressionless.png
+%%WWWDIR%%/public/-/emojis/2/eye.png
+%%WWWDIR%%/public/-/emojis/2/eye_in_speech_bubble.png
+%%WWWDIR%%/public/-/emojis/2/eyeglasses.png
+%%WWWDIR%%/public/-/emojis/2/eyes.png
+%%WWWDIR%%/public/-/emojis/2/face_palm.png
+%%WWWDIR%%/public/-/emojis/2/face_palm_tone1.png
+%%WWWDIR%%/public/-/emojis/2/face_palm_tone2.png
+%%WWWDIR%%/public/-/emojis/2/face_palm_tone3.png
+%%WWWDIR%%/public/-/emojis/2/face_palm_tone4.png
+%%WWWDIR%%/public/-/emojis/2/face_palm_tone5.png
+%%WWWDIR%%/public/-/emojis/2/face_vomiting.png
+%%WWWDIR%%/public/-/emojis/2/face_with_hand_over_mouth.png
+%%WWWDIR%%/public/-/emojis/2/face_with_monocle.png
+%%WWWDIR%%/public/-/emojis/2/face_with_raised_eyebrow.png
+%%WWWDIR%%/public/-/emojis/2/face_with_symbols_over_mouth.png
+%%WWWDIR%%/public/-/emojis/2/factory.png
+%%WWWDIR%%/public/-/emojis/2/fairy.png
+%%WWWDIR%%/public/-/emojis/2/fairy_tone1.png
+%%WWWDIR%%/public/-/emojis/2/fairy_tone2.png
+%%WWWDIR%%/public/-/emojis/2/fairy_tone3.png
+%%WWWDIR%%/public/-/emojis/2/fairy_tone4.png
+%%WWWDIR%%/public/-/emojis/2/fairy_tone5.png
+%%WWWDIR%%/public/-/emojis/2/fallen_leaf.png
+%%WWWDIR%%/public/-/emojis/2/family.png
+%%WWWDIR%%/public/-/emojis/2/family_man_boy.png
+%%WWWDIR%%/public/-/emojis/2/family_man_boy_boy.png
+%%WWWDIR%%/public/-/emojis/2/family_man_girl.png
+%%WWWDIR%%/public/-/emojis/2/family_man_girl_boy.png
+%%WWWDIR%%/public/-/emojis/2/family_man_girl_girl.png
+%%WWWDIR%%/public/-/emojis/2/family_mmb.png
+%%WWWDIR%%/public/-/emojis/2/family_mmbb.png
+%%WWWDIR%%/public/-/emojis/2/family_mmg.png
+%%WWWDIR%%/public/-/emojis/2/family_mmgb.png
+%%WWWDIR%%/public/-/emojis/2/family_mmgg.png
+%%WWWDIR%%/public/-/emojis/2/family_mwbb.png
+%%WWWDIR%%/public/-/emojis/2/family_mwg.png
+%%WWWDIR%%/public/-/emojis/2/family_mwgb.png
+%%WWWDIR%%/public/-/emojis/2/family_mwgg.png
+%%WWWDIR%%/public/-/emojis/2/family_woman_boy.png
+%%WWWDIR%%/public/-/emojis/2/family_woman_boy_boy.png
+%%WWWDIR%%/public/-/emojis/2/family_woman_girl.png
+%%WWWDIR%%/public/-/emojis/2/family_woman_girl_boy.png
+%%WWWDIR%%/public/-/emojis/2/family_woman_girl_girl.png
+%%WWWDIR%%/public/-/emojis/2/family_wwb.png
+%%WWWDIR%%/public/-/emojis/2/family_wwbb.png
+%%WWWDIR%%/public/-/emojis/2/family_wwg.png
+%%WWWDIR%%/public/-/emojis/2/family_wwgb.png
+%%WWWDIR%%/public/-/emojis/2/family_wwgg.png
+%%WWWDIR%%/public/-/emojis/2/fast_forward.png
+%%WWWDIR%%/public/-/emojis/2/fax.png
+%%WWWDIR%%/public/-/emojis/2/fearful.png
+%%WWWDIR%%/public/-/emojis/2/feet.png
+%%WWWDIR%%/public/-/emojis/2/female_sign.png
+%%WWWDIR%%/public/-/emojis/2/fencer.png
+%%WWWDIR%%/public/-/emojis/2/ferris_wheel.png
+%%WWWDIR%%/public/-/emojis/2/ferry.png
+%%WWWDIR%%/public/-/emojis/2/field_hockey.png
+%%WWWDIR%%/public/-/emojis/2/file_cabinet.png
+%%WWWDIR%%/public/-/emojis/2/file_folder.png
+%%WWWDIR%%/public/-/emojis/2/film_frames.png
+%%WWWDIR%%/public/-/emojis/2/fingers_crossed.png
+%%WWWDIR%%/public/-/emojis/2/fingers_crossed_tone1.png
+%%WWWDIR%%/public/-/emojis/2/fingers_crossed_tone2.png
+%%WWWDIR%%/public/-/emojis/2/fingers_crossed_tone3.png
+%%WWWDIR%%/public/-/emojis/2/fingers_crossed_tone4.png
+%%WWWDIR%%/public/-/emojis/2/fingers_crossed_tone5.png
+%%WWWDIR%%/public/-/emojis/2/fire.png
+%%WWWDIR%%/public/-/emojis/2/fire_engine.png
+%%WWWDIR%%/public/-/emojis/2/fire_extinguisher.png
+%%WWWDIR%%/public/-/emojis/2/firecracker.png
+%%WWWDIR%%/public/-/emojis/2/fireworks.png
+%%WWWDIR%%/public/-/emojis/2/first_place.png
+%%WWWDIR%%/public/-/emojis/2/first_quarter_moon.png
+%%WWWDIR%%/public/-/emojis/2/first_quarter_moon_with_face.png
+%%WWWDIR%%/public/-/emojis/2/fish.png
+%%WWWDIR%%/public/-/emojis/2/fish_cake.png
+%%WWWDIR%%/public/-/emojis/2/fishing_pole_and_fish.png
+%%WWWDIR%%/public/-/emojis/2/fist.png
+%%WWWDIR%%/public/-/emojis/2/fist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/fist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/fist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/fist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/fist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/five.png
+%%WWWDIR%%/public/-/emojis/2/flag_ac.png
+%%WWWDIR%%/public/-/emojis/2/flag_ad.png
+%%WWWDIR%%/public/-/emojis/2/flag_ae.png
+%%WWWDIR%%/public/-/emojis/2/flag_af.png
+%%WWWDIR%%/public/-/emojis/2/flag_ag.png
+%%WWWDIR%%/public/-/emojis/2/flag_ai.png
+%%WWWDIR%%/public/-/emojis/2/flag_al.png
+%%WWWDIR%%/public/-/emojis/2/flag_am.png
+%%WWWDIR%%/public/-/emojis/2/flag_ao.png
+%%WWWDIR%%/public/-/emojis/2/flag_aq.png
+%%WWWDIR%%/public/-/emojis/2/flag_ar.png
+%%WWWDIR%%/public/-/emojis/2/flag_as.png
+%%WWWDIR%%/public/-/emojis/2/flag_at.png
+%%WWWDIR%%/public/-/emojis/2/flag_au.png
+%%WWWDIR%%/public/-/emojis/2/flag_aw.png
+%%WWWDIR%%/public/-/emojis/2/flag_ax.png
+%%WWWDIR%%/public/-/emojis/2/flag_az.png
+%%WWWDIR%%/public/-/emojis/2/flag_ba.png
+%%WWWDIR%%/public/-/emojis/2/flag_bb.png
+%%WWWDIR%%/public/-/emojis/2/flag_bd.png
+%%WWWDIR%%/public/-/emojis/2/flag_be.png
+%%WWWDIR%%/public/-/emojis/2/flag_bf.png
+%%WWWDIR%%/public/-/emojis/2/flag_bg.png
+%%WWWDIR%%/public/-/emojis/2/flag_bh.png
+%%WWWDIR%%/public/-/emojis/2/flag_bi.png
+%%WWWDIR%%/public/-/emojis/2/flag_bj.png
+%%WWWDIR%%/public/-/emojis/2/flag_bl.png
+%%WWWDIR%%/public/-/emojis/2/flag_black.png
+%%WWWDIR%%/public/-/emojis/2/flag_bm.png
+%%WWWDIR%%/public/-/emojis/2/flag_bn.png
+%%WWWDIR%%/public/-/emojis/2/flag_bo.png
+%%WWWDIR%%/public/-/emojis/2/flag_bq.png
+%%WWWDIR%%/public/-/emojis/2/flag_br.png
+%%WWWDIR%%/public/-/emojis/2/flag_bs.png
+%%WWWDIR%%/public/-/emojis/2/flag_bt.png
+%%WWWDIR%%/public/-/emojis/2/flag_bv.png
+%%WWWDIR%%/public/-/emojis/2/flag_bw.png
+%%WWWDIR%%/public/-/emojis/2/flag_by.png
+%%WWWDIR%%/public/-/emojis/2/flag_bz.png
+%%WWWDIR%%/public/-/emojis/2/flag_ca.png
+%%WWWDIR%%/public/-/emojis/2/flag_cc.png
+%%WWWDIR%%/public/-/emojis/2/flag_cd.png
+%%WWWDIR%%/public/-/emojis/2/flag_cf.png
+%%WWWDIR%%/public/-/emojis/2/flag_cg.png
+%%WWWDIR%%/public/-/emojis/2/flag_ch.png
+%%WWWDIR%%/public/-/emojis/2/flag_ci.png
+%%WWWDIR%%/public/-/emojis/2/flag_ck.png
+%%WWWDIR%%/public/-/emojis/2/flag_cl.png
+%%WWWDIR%%/public/-/emojis/2/flag_cm.png
+%%WWWDIR%%/public/-/emojis/2/flag_cn.png
+%%WWWDIR%%/public/-/emojis/2/flag_co.png
+%%WWWDIR%%/public/-/emojis/2/flag_cp.png
+%%WWWDIR%%/public/-/emojis/2/flag_cr.png
+%%WWWDIR%%/public/-/emojis/2/flag_cu.png
+%%WWWDIR%%/public/-/emojis/2/flag_cv.png
+%%WWWDIR%%/public/-/emojis/2/flag_cw.png
+%%WWWDIR%%/public/-/emojis/2/flag_cx.png
+%%WWWDIR%%/public/-/emojis/2/flag_cy.png
+%%WWWDIR%%/public/-/emojis/2/flag_cz.png
+%%WWWDIR%%/public/-/emojis/2/flag_de.png
+%%WWWDIR%%/public/-/emojis/2/flag_dg.png
+%%WWWDIR%%/public/-/emojis/2/flag_dj.png
+%%WWWDIR%%/public/-/emojis/2/flag_dk.png
+%%WWWDIR%%/public/-/emojis/2/flag_dm.png
+%%WWWDIR%%/public/-/emojis/2/flag_do.png
+%%WWWDIR%%/public/-/emojis/2/flag_dz.png
+%%WWWDIR%%/public/-/emojis/2/flag_ea.png
+%%WWWDIR%%/public/-/emojis/2/flag_ec.png
+%%WWWDIR%%/public/-/emojis/2/flag_ee.png
+%%WWWDIR%%/public/-/emojis/2/flag_eg.png
+%%WWWDIR%%/public/-/emojis/2/flag_eh.png
+%%WWWDIR%%/public/-/emojis/2/flag_er.png
+%%WWWDIR%%/public/-/emojis/2/flag_es.png
+%%WWWDIR%%/public/-/emojis/2/flag_et.png
+%%WWWDIR%%/public/-/emojis/2/flag_eu.png
+%%WWWDIR%%/public/-/emojis/2/flag_fi.png
+%%WWWDIR%%/public/-/emojis/2/flag_fj.png
+%%WWWDIR%%/public/-/emojis/2/flag_fk.png
+%%WWWDIR%%/public/-/emojis/2/flag_fm.png
+%%WWWDIR%%/public/-/emojis/2/flag_fo.png
+%%WWWDIR%%/public/-/emojis/2/flag_fr.png
+%%WWWDIR%%/public/-/emojis/2/flag_ga.png
+%%WWWDIR%%/public/-/emojis/2/flag_gb.png
+%%WWWDIR%%/public/-/emojis/2/flag_gd.png
+%%WWWDIR%%/public/-/emojis/2/flag_ge.png
+%%WWWDIR%%/public/-/emojis/2/flag_gf.png
+%%WWWDIR%%/public/-/emojis/2/flag_gg.png
+%%WWWDIR%%/public/-/emojis/2/flag_gh.png
+%%WWWDIR%%/public/-/emojis/2/flag_gi.png
+%%WWWDIR%%/public/-/emojis/2/flag_gl.png
+%%WWWDIR%%/public/-/emojis/2/flag_gm.png
+%%WWWDIR%%/public/-/emojis/2/flag_gn.png
+%%WWWDIR%%/public/-/emojis/2/flag_gp.png
+%%WWWDIR%%/public/-/emojis/2/flag_gq.png
+%%WWWDIR%%/public/-/emojis/2/flag_gr.png
+%%WWWDIR%%/public/-/emojis/2/flag_gs.png
+%%WWWDIR%%/public/-/emojis/2/flag_gt.png
+%%WWWDIR%%/public/-/emojis/2/flag_gu.png
+%%WWWDIR%%/public/-/emojis/2/flag_gw.png
+%%WWWDIR%%/public/-/emojis/2/flag_gy.png
+%%WWWDIR%%/public/-/emojis/2/flag_hk.png
+%%WWWDIR%%/public/-/emojis/2/flag_hm.png
+%%WWWDIR%%/public/-/emojis/2/flag_hn.png
+%%WWWDIR%%/public/-/emojis/2/flag_hr.png
+%%WWWDIR%%/public/-/emojis/2/flag_ht.png
+%%WWWDIR%%/public/-/emojis/2/flag_hu.png
+%%WWWDIR%%/public/-/emojis/2/flag_ic.png
+%%WWWDIR%%/public/-/emojis/2/flag_id.png
+%%WWWDIR%%/public/-/emojis/2/flag_ie.png
+%%WWWDIR%%/public/-/emojis/2/flag_il.png
+%%WWWDIR%%/public/-/emojis/2/flag_im.png
+%%WWWDIR%%/public/-/emojis/2/flag_in.png
+%%WWWDIR%%/public/-/emojis/2/flag_io.png
+%%WWWDIR%%/public/-/emojis/2/flag_iq.png
+%%WWWDIR%%/public/-/emojis/2/flag_ir.png
+%%WWWDIR%%/public/-/emojis/2/flag_is.png
+%%WWWDIR%%/public/-/emojis/2/flag_it.png
+%%WWWDIR%%/public/-/emojis/2/flag_je.png
+%%WWWDIR%%/public/-/emojis/2/flag_jm.png
+%%WWWDIR%%/public/-/emojis/2/flag_jo.png
+%%WWWDIR%%/public/-/emojis/2/flag_jp.png
+%%WWWDIR%%/public/-/emojis/2/flag_ke.png
+%%WWWDIR%%/public/-/emojis/2/flag_kg.png
+%%WWWDIR%%/public/-/emojis/2/flag_kh.png
+%%WWWDIR%%/public/-/emojis/2/flag_ki.png
+%%WWWDIR%%/public/-/emojis/2/flag_km.png
+%%WWWDIR%%/public/-/emojis/2/flag_kn.png
+%%WWWDIR%%/public/-/emojis/2/flag_kp.png
+%%WWWDIR%%/public/-/emojis/2/flag_kr.png
+%%WWWDIR%%/public/-/emojis/2/flag_kw.png
+%%WWWDIR%%/public/-/emojis/2/flag_ky.png
+%%WWWDIR%%/public/-/emojis/2/flag_kz.png
+%%WWWDIR%%/public/-/emojis/2/flag_la.png
+%%WWWDIR%%/public/-/emojis/2/flag_lb.png
+%%WWWDIR%%/public/-/emojis/2/flag_lc.png
+%%WWWDIR%%/public/-/emojis/2/flag_li.png
+%%WWWDIR%%/public/-/emojis/2/flag_lk.png
+%%WWWDIR%%/public/-/emojis/2/flag_lr.png
+%%WWWDIR%%/public/-/emojis/2/flag_ls.png
+%%WWWDIR%%/public/-/emojis/2/flag_lt.png
+%%WWWDIR%%/public/-/emojis/2/flag_lu.png
+%%WWWDIR%%/public/-/emojis/2/flag_lv.png
+%%WWWDIR%%/public/-/emojis/2/flag_ly.png
+%%WWWDIR%%/public/-/emojis/2/flag_ma.png
+%%WWWDIR%%/public/-/emojis/2/flag_mc.png
+%%WWWDIR%%/public/-/emojis/2/flag_md.png
+%%WWWDIR%%/public/-/emojis/2/flag_me.png
+%%WWWDIR%%/public/-/emojis/2/flag_mf.png
+%%WWWDIR%%/public/-/emojis/2/flag_mg.png
+%%WWWDIR%%/public/-/emojis/2/flag_mh.png
+%%WWWDIR%%/public/-/emojis/2/flag_mk.png
+%%WWWDIR%%/public/-/emojis/2/flag_ml.png
+%%WWWDIR%%/public/-/emojis/2/flag_mm.png
+%%WWWDIR%%/public/-/emojis/2/flag_mn.png
+%%WWWDIR%%/public/-/emojis/2/flag_mo.png
+%%WWWDIR%%/public/-/emojis/2/flag_mp.png
+%%WWWDIR%%/public/-/emojis/2/flag_mq.png
+%%WWWDIR%%/public/-/emojis/2/flag_mr.png
+%%WWWDIR%%/public/-/emojis/2/flag_ms.png
+%%WWWDIR%%/public/-/emojis/2/flag_mt.png
+%%WWWDIR%%/public/-/emojis/2/flag_mu.png
+%%WWWDIR%%/public/-/emojis/2/flag_mv.png
+%%WWWDIR%%/public/-/emojis/2/flag_mw.png
+%%WWWDIR%%/public/-/emojis/2/flag_mx.png
+%%WWWDIR%%/public/-/emojis/2/flag_my.png
+%%WWWDIR%%/public/-/emojis/2/flag_mz.png
+%%WWWDIR%%/public/-/emojis/2/flag_na.png
+%%WWWDIR%%/public/-/emojis/2/flag_nc.png
+%%WWWDIR%%/public/-/emojis/2/flag_ne.png
+%%WWWDIR%%/public/-/emojis/2/flag_nf.png
+%%WWWDIR%%/public/-/emojis/2/flag_ng.png
+%%WWWDIR%%/public/-/emojis/2/flag_ni.png
+%%WWWDIR%%/public/-/emojis/2/flag_nl.png
+%%WWWDIR%%/public/-/emojis/2/flag_no.png
+%%WWWDIR%%/public/-/emojis/2/flag_np.png
+%%WWWDIR%%/public/-/emojis/2/flag_nr.png
+%%WWWDIR%%/public/-/emojis/2/flag_nu.png
+%%WWWDIR%%/public/-/emojis/2/flag_nz.png
+%%WWWDIR%%/public/-/emojis/2/flag_om.png
+%%WWWDIR%%/public/-/emojis/2/flag_pa.png
+%%WWWDIR%%/public/-/emojis/2/flag_pe.png
+%%WWWDIR%%/public/-/emojis/2/flag_pf.png
+%%WWWDIR%%/public/-/emojis/2/flag_pg.png
+%%WWWDIR%%/public/-/emojis/2/flag_ph.png
+%%WWWDIR%%/public/-/emojis/2/flag_pk.png
+%%WWWDIR%%/public/-/emojis/2/flag_pl.png
+%%WWWDIR%%/public/-/emojis/2/flag_pm.png
+%%WWWDIR%%/public/-/emojis/2/flag_pn.png
+%%WWWDIR%%/public/-/emojis/2/flag_pr.png
+%%WWWDIR%%/public/-/emojis/2/flag_ps.png
+%%WWWDIR%%/public/-/emojis/2/flag_pt.png
+%%WWWDIR%%/public/-/emojis/2/flag_pw.png
+%%WWWDIR%%/public/-/emojis/2/flag_py.png
+%%WWWDIR%%/public/-/emojis/2/flag_qa.png
+%%WWWDIR%%/public/-/emojis/2/flag_re.png
+%%WWWDIR%%/public/-/emojis/2/flag_ro.png
+%%WWWDIR%%/public/-/emojis/2/flag_rs.png
+%%WWWDIR%%/public/-/emojis/2/flag_ru.png
+%%WWWDIR%%/public/-/emojis/2/flag_rw.png
+%%WWWDIR%%/public/-/emojis/2/flag_sa.png
+%%WWWDIR%%/public/-/emojis/2/flag_sb.png
+%%WWWDIR%%/public/-/emojis/2/flag_sc.png
+%%WWWDIR%%/public/-/emojis/2/flag_sd.png
+%%WWWDIR%%/public/-/emojis/2/flag_se.png
+%%WWWDIR%%/public/-/emojis/2/flag_sg.png
+%%WWWDIR%%/public/-/emojis/2/flag_sh.png
+%%WWWDIR%%/public/-/emojis/2/flag_si.png
+%%WWWDIR%%/public/-/emojis/2/flag_sj.png
+%%WWWDIR%%/public/-/emojis/2/flag_sk.png
+%%WWWDIR%%/public/-/emojis/2/flag_sl.png
+%%WWWDIR%%/public/-/emojis/2/flag_sm.png
+%%WWWDIR%%/public/-/emojis/2/flag_sn.png
+%%WWWDIR%%/public/-/emojis/2/flag_so.png
+%%WWWDIR%%/public/-/emojis/2/flag_sr.png
+%%WWWDIR%%/public/-/emojis/2/flag_ss.png
+%%WWWDIR%%/public/-/emojis/2/flag_st.png
+%%WWWDIR%%/public/-/emojis/2/flag_sv.png
+%%WWWDIR%%/public/-/emojis/2/flag_sx.png
+%%WWWDIR%%/public/-/emojis/2/flag_sy.png
+%%WWWDIR%%/public/-/emojis/2/flag_sz.png
+%%WWWDIR%%/public/-/emojis/2/flag_ta.png
+%%WWWDIR%%/public/-/emojis/2/flag_tc.png
+%%WWWDIR%%/public/-/emojis/2/flag_td.png
+%%WWWDIR%%/public/-/emojis/2/flag_tf.png
+%%WWWDIR%%/public/-/emojis/2/flag_tg.png
+%%WWWDIR%%/public/-/emojis/2/flag_th.png
+%%WWWDIR%%/public/-/emojis/2/flag_tj.png
+%%WWWDIR%%/public/-/emojis/2/flag_tk.png
+%%WWWDIR%%/public/-/emojis/2/flag_tl.png
+%%WWWDIR%%/public/-/emojis/2/flag_tm.png
+%%WWWDIR%%/public/-/emojis/2/flag_tn.png
+%%WWWDIR%%/public/-/emojis/2/flag_to.png
+%%WWWDIR%%/public/-/emojis/2/flag_tr.png
+%%WWWDIR%%/public/-/emojis/2/flag_tt.png
+%%WWWDIR%%/public/-/emojis/2/flag_tv.png
+%%WWWDIR%%/public/-/emojis/2/flag_tw.png
+%%WWWDIR%%/public/-/emojis/2/flag_tz.png
+%%WWWDIR%%/public/-/emojis/2/flag_ua.png
+%%WWWDIR%%/public/-/emojis/2/flag_ug.png
+%%WWWDIR%%/public/-/emojis/2/flag_um.png
+%%WWWDIR%%/public/-/emojis/2/flag_us.png
+%%WWWDIR%%/public/-/emojis/2/flag_uy.png
+%%WWWDIR%%/public/-/emojis/2/flag_uz.png
+%%WWWDIR%%/public/-/emojis/2/flag_va.png
+%%WWWDIR%%/public/-/emojis/2/flag_vc.png
+%%WWWDIR%%/public/-/emojis/2/flag_ve.png
+%%WWWDIR%%/public/-/emojis/2/flag_vg.png
+%%WWWDIR%%/public/-/emojis/2/flag_vi.png
+%%WWWDIR%%/public/-/emojis/2/flag_vn.png
+%%WWWDIR%%/public/-/emojis/2/flag_vu.png
+%%WWWDIR%%/public/-/emojis/2/flag_wf.png
+%%WWWDIR%%/public/-/emojis/2/flag_ws.png
+%%WWWDIR%%/public/-/emojis/2/flag_xk.png
+%%WWWDIR%%/public/-/emojis/2/flag_ye.png
+%%WWWDIR%%/public/-/emojis/2/flag_yt.png
+%%WWWDIR%%/public/-/emojis/2/flag_za.png
+%%WWWDIR%%/public/-/emojis/2/flag_zm.png
+%%WWWDIR%%/public/-/emojis/2/flag_zw.png
+%%WWWDIR%%/public/-/emojis/2/flags.png
+%%WWWDIR%%/public/-/emojis/2/flashlight.png
+%%WWWDIR%%/public/-/emojis/2/fleur_de_lis.png
+%%WWWDIR%%/public/-/emojis/2/floppy_disk.png
+%%WWWDIR%%/public/-/emojis/2/flower_playing_cards.png
+%%WWWDIR%%/public/-/emojis/2/flushed.png
+%%WWWDIR%%/public/-/emojis/2/flying_disc.png
+%%WWWDIR%%/public/-/emojis/2/flying_saucer.png
+%%WWWDIR%%/public/-/emojis/2/fog.png
+%%WWWDIR%%/public/-/emojis/2/foggy.png
+%%WWWDIR%%/public/-/emojis/2/foot.png
+%%WWWDIR%%/public/-/emojis/2/foot_tone1.png
+%%WWWDIR%%/public/-/emojis/2/foot_tone2.png
+%%WWWDIR%%/public/-/emojis/2/foot_tone3.png
+%%WWWDIR%%/public/-/emojis/2/foot_tone4.png
+%%WWWDIR%%/public/-/emojis/2/foot_tone5.png
+%%WWWDIR%%/public/-/emojis/2/football.png
+%%WWWDIR%%/public/-/emojis/2/footprints.png
+%%WWWDIR%%/public/-/emojis/2/fork_and_knife.png
+%%WWWDIR%%/public/-/emojis/2/fork_knife_plate.png
+%%WWWDIR%%/public/-/emojis/2/fortune_cookie.png
+%%WWWDIR%%/public/-/emojis/2/fountain.png
+%%WWWDIR%%/public/-/emojis/2/four.png
+%%WWWDIR%%/public/-/emojis/2/four_leaf_clover.png
+%%WWWDIR%%/public/-/emojis/2/fox.png
+%%WWWDIR%%/public/-/emojis/2/frame_photo.png
+%%WWWDIR%%/public/-/emojis/2/free.png
+%%WWWDIR%%/public/-/emojis/2/french_bread.png
+%%WWWDIR%%/public/-/emojis/2/fried_shrimp.png
+%%WWWDIR%%/public/-/emojis/2/fries.png
+%%WWWDIR%%/public/-/emojis/2/frog.png
+%%WWWDIR%%/public/-/emojis/2/frowning.png
+%%WWWDIR%%/public/-/emojis/2/frowning_face.png
+%%WWWDIR%%/public/-/emojis/2/fuelpump.png
+%%WWWDIR%%/public/-/emojis/2/full_moon.png
+%%WWWDIR%%/public/-/emojis/2/full_moon_with_face.png
+%%WWWDIR%%/public/-/emojis/2/game_die.png
+%%WWWDIR%%/public/-/emojis/2/gay_pride_flag.png
+%%WWWDIR%%/public/-/emojis/2/gear.png
+%%WWWDIR%%/public/-/emojis/2/gem.png
+%%WWWDIR%%/public/-/emojis/2/gemini.png
+%%WWWDIR%%/public/-/emojis/2/genie.png
+%%WWWDIR%%/public/-/emojis/2/ghost.png
+%%WWWDIR%%/public/-/emojis/2/gift.png
+%%WWWDIR%%/public/-/emojis/2/gift_heart.png
+%%WWWDIR%%/public/-/emojis/2/giraffe.png
+%%WWWDIR%%/public/-/emojis/2/girl.png
+%%WWWDIR%%/public/-/emojis/2/girl_tone1.png
+%%WWWDIR%%/public/-/emojis/2/girl_tone2.png
+%%WWWDIR%%/public/-/emojis/2/girl_tone3.png
+%%WWWDIR%%/public/-/emojis/2/girl_tone4.png
+%%WWWDIR%%/public/-/emojis/2/girl_tone5.png
+%%WWWDIR%%/public/-/emojis/2/globe_with_meridians.png
+%%WWWDIR%%/public/-/emojis/2/gloves.png
+%%WWWDIR%%/public/-/emojis/2/goal.png
+%%WWWDIR%%/public/-/emojis/2/goat.png
+%%WWWDIR%%/public/-/emojis/2/goggles.png
+%%WWWDIR%%/public/-/emojis/2/golf.png
+%%WWWDIR%%/public/-/emojis/2/golfing_man.png
+%%WWWDIR%%/public/-/emojis/2/gorilla.png
+%%WWWDIR%%/public/-/emojis/2/grapes.png
+%%WWWDIR%%/public/-/emojis/2/green_apple.png
+%%WWWDIR%%/public/-/emojis/2/green_book.png
+%%WWWDIR%%/public/-/emojis/2/green_heart.png
+%%WWWDIR%%/public/-/emojis/2/grey_exclamation.png
+%%WWWDIR%%/public/-/emojis/2/grey_question.png
+%%WWWDIR%%/public/-/emojis/2/grimacing.png
+%%WWWDIR%%/public/-/emojis/2/grin.png
+%%WWWDIR%%/public/-/emojis/2/grinning.png
+%%WWWDIR%%/public/-/emojis/2/guardsman.png
+%%WWWDIR%%/public/-/emojis/2/guardsman_tone1.png
+%%WWWDIR%%/public/-/emojis/2/guardsman_tone2.png
+%%WWWDIR%%/public/-/emojis/2/guardsman_tone3.png
+%%WWWDIR%%/public/-/emojis/2/guardsman_tone4.png
+%%WWWDIR%%/public/-/emojis/2/guardsman_tone5.png
+%%WWWDIR%%/public/-/emojis/2/guitar.png
+%%WWWDIR%%/public/-/emojis/2/gun.png
+%%WWWDIR%%/public/-/emojis/2/haircut.png
+%%WWWDIR%%/public/-/emojis/2/haircut_tone1.png
+%%WWWDIR%%/public/-/emojis/2/haircut_tone2.png
+%%WWWDIR%%/public/-/emojis/2/haircut_tone3.png
+%%WWWDIR%%/public/-/emojis/2/haircut_tone4.png
+%%WWWDIR%%/public/-/emojis/2/haircut_tone5.png
+%%WWWDIR%%/public/-/emojis/2/hamburger.png
+%%WWWDIR%%/public/-/emojis/2/hammer.png
+%%WWWDIR%%/public/-/emojis/2/hammer_pick.png
+%%WWWDIR%%/public/-/emojis/2/hamster.png
+%%WWWDIR%%/public/-/emojis/2/hand_splayed.png
+%%WWWDIR%%/public/-/emojis/2/hand_splayed_tone1.png
+%%WWWDIR%%/public/-/emojis/2/hand_splayed_tone2.png
+%%WWWDIR%%/public/-/emojis/2/hand_splayed_tone3.png
+%%WWWDIR%%/public/-/emojis/2/hand_splayed_tone4.png
+%%WWWDIR%%/public/-/emojis/2/hand_splayed_tone5.png
+%%WWWDIR%%/public/-/emojis/2/handbag.png
+%%WWWDIR%%/public/-/emojis/2/handball.png
+%%WWWDIR%%/public/-/emojis/2/handball_tone1.png
+%%WWWDIR%%/public/-/emojis/2/handball_tone2.png
+%%WWWDIR%%/public/-/emojis/2/handball_tone3.png
+%%WWWDIR%%/public/-/emojis/2/handball_tone4.png
+%%WWWDIR%%/public/-/emojis/2/handball_tone5.png
+%%WWWDIR%%/public/-/emojis/2/handshake.png
+%%WWWDIR%%/public/-/emojis/2/hash.png
+%%WWWDIR%%/public/-/emojis/2/hatched_chick.png
+%%WWWDIR%%/public/-/emojis/2/hatching_chick.png
+%%WWWDIR%%/public/-/emojis/2/head_bandage.png
+%%WWWDIR%%/public/-/emojis/2/headphones.png
+%%WWWDIR%%/public/-/emojis/2/hear_no_evil.png
+%%WWWDIR%%/public/-/emojis/2/heart.png
+%%WWWDIR%%/public/-/emojis/2/heart_decoration.png
+%%WWWDIR%%/public/-/emojis/2/heart_eyes.png
+%%WWWDIR%%/public/-/emojis/2/heart_eyes_cat.png
+%%WWWDIR%%/public/-/emojis/2/heartbeat.png
+%%WWWDIR%%/public/-/emojis/2/heartpulse.png
+%%WWWDIR%%/public/-/emojis/2/hearts.png
+%%WWWDIR%%/public/-/emojis/2/heavy_check_mark.png
+%%WWWDIR%%/public/-/emojis/2/heavy_division_sign.png
+%%WWWDIR%%/public/-/emojis/2/heavy_dollar_sign.png
+%%WWWDIR%%/public/-/emojis/2/heavy_heart_exclamation.png
+%%WWWDIR%%/public/-/emojis/2/heavy_minus_sign.png
+%%WWWDIR%%/public/-/emojis/2/heavy_multiplication_x.png
+%%WWWDIR%%/public/-/emojis/2/heavy_plus_sign.png
+%%WWWDIR%%/public/-/emojis/2/hedgehog.png
+%%WWWDIR%%/public/-/emojis/2/helicopter.png
+%%WWWDIR%%/public/-/emojis/2/helmet_with_cross.png
+%%WWWDIR%%/public/-/emojis/2/herb.png
+%%WWWDIR%%/public/-/emojis/2/hibiscus.png
+%%WWWDIR%%/public/-/emojis/2/high_brightness.png
+%%WWWDIR%%/public/-/emojis/2/high_heel.png
+%%WWWDIR%%/public/-/emojis/2/hiking_boot.png
+%%WWWDIR%%/public/-/emojis/2/hippopotamus.png
+%%WWWDIR%%/public/-/emojis/2/hockey.png
+%%WWWDIR%%/public/-/emojis/2/hole.png
+%%WWWDIR%%/public/-/emojis/2/homes.png
+%%WWWDIR%%/public/-/emojis/2/honey_pot.png
+%%WWWDIR%%/public/-/emojis/2/horse.png
+%%WWWDIR%%/public/-/emojis/2/horse_racing.png
+%%WWWDIR%%/public/-/emojis/2/horse_racing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/horse_racing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/horse_racing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/horse_racing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/horse_racing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/hospital.png
+%%WWWDIR%%/public/-/emojis/2/hot_face.png
+%%WWWDIR%%/public/-/emojis/2/hot_pepper.png
+%%WWWDIR%%/public/-/emojis/2/hotdog.png
+%%WWWDIR%%/public/-/emojis/2/hotel.png
+%%WWWDIR%%/public/-/emojis/2/hotsprings.png
+%%WWWDIR%%/public/-/emojis/2/hourglass.png
+%%WWWDIR%%/public/-/emojis/2/hourglass_flowing_sand.png
+%%WWWDIR%%/public/-/emojis/2/house.png
+%%WWWDIR%%/public/-/emojis/2/house_abandoned.png
+%%WWWDIR%%/public/-/emojis/2/house_with_garden.png
+%%WWWDIR%%/public/-/emojis/2/hugging.png
+%%WWWDIR%%/public/-/emojis/2/hushed.png
+%%WWWDIR%%/public/-/emojis/2/ice_cream.png
+%%WWWDIR%%/public/-/emojis/2/ice_skate.png
+%%WWWDIR%%/public/-/emojis/2/icecream.png
+%%WWWDIR%%/public/-/emojis/2/id.png
+%%WWWDIR%%/public/-/emojis/2/ideograph_advantage.png
+%%WWWDIR%%/public/-/emojis/2/imp.png
+%%WWWDIR%%/public/-/emojis/2/inbox_tray.png
+%%WWWDIR%%/public/-/emojis/2/incoming_envelope.png
+%%WWWDIR%%/public/-/emojis/2/infinity.png
+%%WWWDIR%%/public/-/emojis/2/information_desk_person.png
+%%WWWDIR%%/public/-/emojis/2/information_desk_person_tone1.png
+%%WWWDIR%%/public/-/emojis/2/information_desk_person_tone2.png
+%%WWWDIR%%/public/-/emojis/2/information_desk_person_tone3.png
+%%WWWDIR%%/public/-/emojis/2/information_desk_person_tone4.png
+%%WWWDIR%%/public/-/emojis/2/information_desk_person_tone5.png
+%%WWWDIR%%/public/-/emojis/2/information_source.png
+%%WWWDIR%%/public/-/emojis/2/innocent.png
+%%WWWDIR%%/public/-/emojis/2/interrobang.png
+%%WWWDIR%%/public/-/emojis/2/iphone.png
+%%WWWDIR%%/public/-/emojis/2/island.png
+%%WWWDIR%%/public/-/emojis/2/izakaya_lantern.png
+%%WWWDIR%%/public/-/emojis/2/jack_o_lantern.png
+%%WWWDIR%%/public/-/emojis/2/japanese_castle.png
+%%WWWDIR%%/public/-/emojis/2/japanese_goblin.png
+%%WWWDIR%%/public/-/emojis/2/japanese_ogre.png
+%%WWWDIR%%/public/-/emojis/2/jeans.png
+%%WWWDIR%%/public/-/emojis/2/jigsaw.png
+%%WWWDIR%%/public/-/emojis/2/joy.png
+%%WWWDIR%%/public/-/emojis/2/joy_cat.png
+%%WWWDIR%%/public/-/emojis/2/joystick.png
+%%WWWDIR%%/public/-/emojis/2/juggling.png
+%%WWWDIR%%/public/-/emojis/2/juggling_tone1.png
+%%WWWDIR%%/public/-/emojis/2/juggling_tone2.png
+%%WWWDIR%%/public/-/emojis/2/juggling_tone3.png
+%%WWWDIR%%/public/-/emojis/2/juggling_tone4.png
+%%WWWDIR%%/public/-/emojis/2/juggling_tone5.png
+%%WWWDIR%%/public/-/emojis/2/kaaba.png
+%%WWWDIR%%/public/-/emojis/2/kangaroo.png
+%%WWWDIR%%/public/-/emojis/2/key.png
+%%WWWDIR%%/public/-/emojis/2/key2.png
+%%WWWDIR%%/public/-/emojis/2/keyboard.png
+%%WWWDIR%%/public/-/emojis/2/kimono.png
+%%WWWDIR%%/public/-/emojis/2/kiss.png
+%%WWWDIR%%/public/-/emojis/2/kiss_mm.png
+%%WWWDIR%%/public/-/emojis/2/kiss_woman_man.png
+%%WWWDIR%%/public/-/emojis/2/kiss_ww.png
+%%WWWDIR%%/public/-/emojis/2/kissing.png
+%%WWWDIR%%/public/-/emojis/2/kissing_cat.png
+%%WWWDIR%%/public/-/emojis/2/kissing_closed_eyes.png
+%%WWWDIR%%/public/-/emojis/2/kissing_heart.png
+%%WWWDIR%%/public/-/emojis/2/kissing_smiling_eyes.png
+%%WWWDIR%%/public/-/emojis/2/kiwi.png
+%%WWWDIR%%/public/-/emojis/2/knife.png
+%%WWWDIR%%/public/-/emojis/2/koala.png
+%%WWWDIR%%/public/-/emojis/2/koko.png
+%%WWWDIR%%/public/-/emojis/2/lab_coat.png
+%%WWWDIR%%/public/-/emojis/2/label.png
+%%WWWDIR%%/public/-/emojis/2/lacrosse.png
+%%WWWDIR%%/public/-/emojis/2/large_blue_diamond.png
+%%WWWDIR%%/public/-/emojis/2/large_orange_diamond.png
+%%WWWDIR%%/public/-/emojis/2/last_quarter_moon.png
+%%WWWDIR%%/public/-/emojis/2/last_quarter_moon_with_face.png
+%%WWWDIR%%/public/-/emojis/2/laughing.png
+%%WWWDIR%%/public/-/emojis/2/leafy_green.png
+%%WWWDIR%%/public/-/emojis/2/leaves.png
+%%WWWDIR%%/public/-/emojis/2/ledger.png
+%%WWWDIR%%/public/-/emojis/2/left_facing_fist.png
+%%WWWDIR%%/public/-/emojis/2/left_facing_fist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/left_facing_fist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/left_facing_fist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/left_facing_fist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/left_facing_fist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/left_luggage.png
+%%WWWDIR%%/public/-/emojis/2/left_right_arrow.png
+%%WWWDIR%%/public/-/emojis/2/leftwards_arrow_with_hook.png
+%%WWWDIR%%/public/-/emojis/2/leg.png
+%%WWWDIR%%/public/-/emojis/2/leg_tone1.png
+%%WWWDIR%%/public/-/emojis/2/leg_tone2.png
+%%WWWDIR%%/public/-/emojis/2/leg_tone3.png
+%%WWWDIR%%/public/-/emojis/2/leg_tone4.png
+%%WWWDIR%%/public/-/emojis/2/leg_tone5.png
+%%WWWDIR%%/public/-/emojis/2/lemon.png
+%%WWWDIR%%/public/-/emojis/2/leo.png
+%%WWWDIR%%/public/-/emojis/2/leopard.png
+%%WWWDIR%%/public/-/emojis/2/level_slider.png
+%%WWWDIR%%/public/-/emojis/2/levitate.png
+%%WWWDIR%%/public/-/emojis/2/levitate_tone1.png
+%%WWWDIR%%/public/-/emojis/2/levitate_tone2.png
+%%WWWDIR%%/public/-/emojis/2/levitate_tone3.png
+%%WWWDIR%%/public/-/emojis/2/levitate_tone4.png
+%%WWWDIR%%/public/-/emojis/2/levitate_tone5.png
+%%WWWDIR%%/public/-/emojis/2/libra.png
+%%WWWDIR%%/public/-/emojis/2/lifter_tone1.png
+%%WWWDIR%%/public/-/emojis/2/lifter_tone2.png
+%%WWWDIR%%/public/-/emojis/2/lifter_tone3.png
+%%WWWDIR%%/public/-/emojis/2/lifter_tone4.png
+%%WWWDIR%%/public/-/emojis/2/lifter_tone5.png
+%%WWWDIR%%/public/-/emojis/2/light_rail.png
+%%WWWDIR%%/public/-/emojis/2/link.png
+%%WWWDIR%%/public/-/emojis/2/lion_face.png
+%%WWWDIR%%/public/-/emojis/2/lips.png
+%%WWWDIR%%/public/-/emojis/2/lipstick.png
+%%WWWDIR%%/public/-/emojis/2/lizard.png
+%%WWWDIR%%/public/-/emojis/2/llama.png
+%%WWWDIR%%/public/-/emojis/2/lobster.png
+%%WWWDIR%%/public/-/emojis/2/lock.png
+%%WWWDIR%%/public/-/emojis/2/lock_with_ink_pen.png
+%%WWWDIR%%/public/-/emojis/2/lollipop.png
+%%WWWDIR%%/public/-/emojis/2/loop.png
+%%WWWDIR%%/public/-/emojis/2/loud_sound.png
+%%WWWDIR%%/public/-/emojis/2/loudspeaker.png
+%%WWWDIR%%/public/-/emojis/2/love_hotel.png
+%%WWWDIR%%/public/-/emojis/2/love_letter.png
+%%WWWDIR%%/public/-/emojis/2/love_you_gesture.png
+%%WWWDIR%%/public/-/emojis/2/love_you_gesture_tone1.png
+%%WWWDIR%%/public/-/emojis/2/love_you_gesture_tone2.png
+%%WWWDIR%%/public/-/emojis/2/love_you_gesture_tone3.png
+%%WWWDIR%%/public/-/emojis/2/love_you_gesture_tone4.png
+%%WWWDIR%%/public/-/emojis/2/love_you_gesture_tone5.png
+%%WWWDIR%%/public/-/emojis/2/low_brightness.png
+%%WWWDIR%%/public/-/emojis/2/luggage.png
+%%WWWDIR%%/public/-/emojis/2/lying_face.png
+%%WWWDIR%%/public/-/emojis/2/m.png
+%%WWWDIR%%/public/-/emojis/2/mag.png
+%%WWWDIR%%/public/-/emojis/2/mag_right.png
+%%WWWDIR%%/public/-/emojis/2/mage.png
+%%WWWDIR%%/public/-/emojis/2/mage_tone1.png
+%%WWWDIR%%/public/-/emojis/2/mage_tone2.png
+%%WWWDIR%%/public/-/emojis/2/mage_tone3.png
+%%WWWDIR%%/public/-/emojis/2/mage_tone4.png
+%%WWWDIR%%/public/-/emojis/2/mage_tone5.png
+%%WWWDIR%%/public/-/emojis/2/magnet.png
+%%WWWDIR%%/public/-/emojis/2/mahjong.png
+%%WWWDIR%%/public/-/emojis/2/mailbox.png
+%%WWWDIR%%/public/-/emojis/2/mailbox_closed.png
+%%WWWDIR%%/public/-/emojis/2/mailbox_with_mail.png
+%%WWWDIR%%/public/-/emojis/2/mailbox_with_no_mail.png
+%%WWWDIR%%/public/-/emojis/2/male_detective.png
+%%WWWDIR%%/public/-/emojis/2/male_sign.png
+%%WWWDIR%%/public/-/emojis/2/man.png
+%%WWWDIR%%/public/-/emojis/2/man_artist.png
+%%WWWDIR%%/public/-/emojis/2/man_artist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_artist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_artist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_artist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_artist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_astronaut.png
+%%WWWDIR%%/public/-/emojis/2/man_astronaut_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_astronaut_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_astronaut_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_astronaut_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_astronaut_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_bald.png
+%%WWWDIR%%/public/-/emojis/2/man_bald_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_bald_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_bald_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_bald_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_bald_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_biking.png
+%%WWWDIR%%/public/-/emojis/2/man_biking_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_biking_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_biking_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_biking_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_biking_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_bouncing_ball.png
+%%WWWDIR%%/public/-/emojis/2/man_bouncing_ball_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_bouncing_ball_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_bouncing_ball_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_bouncing_ball_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_bouncing_ball_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_bowing.png
+%%WWWDIR%%/public/-/emojis/2/man_bowing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_bowing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_bowing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_bowing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_bowing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_cartwheeling.png
+%%WWWDIR%%/public/-/emojis/2/man_cartwheeling_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_cartwheeling_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_cartwheeling_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_cartwheeling_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_cartwheeling_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_climbing.png
+%%WWWDIR%%/public/-/emojis/2/man_climbing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_climbing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_climbing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_climbing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_climbing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_construction_worker.png
+%%WWWDIR%%/public/-/emojis/2/man_construction_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_construction_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_construction_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_construction_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_construction_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_cook.png
+%%WWWDIR%%/public/-/emojis/2/man_cook_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_cook_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_cook_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_cook_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_cook_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_curly_haired.png
+%%WWWDIR%%/public/-/emojis/2/man_curly_haired_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_curly_haired_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_curly_haired_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_curly_haired_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_curly_haired_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_dancing.png
+%%WWWDIR%%/public/-/emojis/2/man_dancing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_dancing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_dancing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_dancing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_dancing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_detective.png
+%%WWWDIR%%/public/-/emojis/2/man_detective_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_detective_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_detective_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_detective_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_detective_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_elf.png
+%%WWWDIR%%/public/-/emojis/2/man_elf_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_elf_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_elf_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_elf_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_elf_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_facepalming.png
+%%WWWDIR%%/public/-/emojis/2/man_facepalming_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_facepalming_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_facepalming_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_facepalming_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_facepalming_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_factory_worker.png
+%%WWWDIR%%/public/-/emojis/2/man_factory_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_factory_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_factory_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_factory_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_factory_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_fairy.png
+%%WWWDIR%%/public/-/emojis/2/man_fairy_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_fairy_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_fairy_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_fairy_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_fairy_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_farmer.png
+%%WWWDIR%%/public/-/emojis/2/man_farmer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_farmer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_farmer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_farmer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_farmer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_firefighter.png
+%%WWWDIR%%/public/-/emojis/2/man_firefighter_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_firefighter_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_firefighter_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_firefighter_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_firefighter_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_frowning.png
+%%WWWDIR%%/public/-/emojis/2/man_frowning_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_frowning_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_frowning_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_frowning_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_frowning_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_genie.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_no.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_no_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_no_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_no_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_no_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_no_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_ok.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_ok_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_ok_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_ok_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_ok_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_gesturing_ok_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_face_massage.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_face_massage_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_face_massage_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_face_massage_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_face_massage_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_face_massage_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_haircut.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_haircut_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_haircut_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_haircut_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_haircut_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_getting_haircut_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_golfing.png
+%%WWWDIR%%/public/-/emojis/2/man_golfing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_golfing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_golfing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_golfing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_golfing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_guard.png
+%%WWWDIR%%/public/-/emojis/2/man_guard_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_guard_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_guard_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_guard_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_guard_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_health_worker.png
+%%WWWDIR%%/public/-/emojis/2/man_health_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_health_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_health_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_health_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_health_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_in_lotus_position.png
+%%WWWDIR%%/public/-/emojis/2/man_in_lotus_position_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_in_lotus_position_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_in_lotus_position_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_in_lotus_position_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_in_lotus_position_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_in_steamy_room.png
+%%WWWDIR%%/public/-/emojis/2/man_in_steamy_room_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_in_steamy_room_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_in_steamy_room_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_in_steamy_room_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_in_steamy_room_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_in_tuxedo.png
+%%WWWDIR%%/public/-/emojis/2/man_in_tuxedo_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_in_tuxedo_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_in_tuxedo_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_in_tuxedo_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_in_tuxedo_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_judge.png
+%%WWWDIR%%/public/-/emojis/2/man_judge_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_judge_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_judge_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_judge_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_judge_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_juggling.png
+%%WWWDIR%%/public/-/emojis/2/man_juggling_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_juggling_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_juggling_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_juggling_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_juggling_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_lifting_weights.png
+%%WWWDIR%%/public/-/emojis/2/man_lifting_weights_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_lifting_weights_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_lifting_weights_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_lifting_weights_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_lifting_weights_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_mage.png
+%%WWWDIR%%/public/-/emojis/2/man_mage_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_mage_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_mage_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_mage_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_mage_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_mechanic.png
+%%WWWDIR%%/public/-/emojis/2/man_mechanic_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_mechanic_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_mechanic_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_mechanic_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_mechanic_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_mountain_biking.png
+%%WWWDIR%%/public/-/emojis/2/man_mountain_biking_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_mountain_biking_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_mountain_biking_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_mountain_biking_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_mountain_biking_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_office_worker.png
+%%WWWDIR%%/public/-/emojis/2/man_office_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_office_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_office_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_office_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_office_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_pilot.png
+%%WWWDIR%%/public/-/emojis/2/man_pilot_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_pilot_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_pilot_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_pilot_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_pilot_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_handball.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_handball_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_handball_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_handball_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_handball_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_handball_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_water_polo.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_water_polo_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_water_polo_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_water_polo_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_water_polo_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_playing_water_polo_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_police_officer.png
+%%WWWDIR%%/public/-/emojis/2/man_police_officer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_police_officer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_police_officer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_police_officer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_police_officer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_pouting.png
+%%WWWDIR%%/public/-/emojis/2/man_pouting_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_pouting_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_pouting_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_pouting_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_pouting_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_raising_hand.png
+%%WWWDIR%%/public/-/emojis/2/man_raising_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_raising_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_raising_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_raising_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_raising_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_red_haired.png
+%%WWWDIR%%/public/-/emojis/2/man_red_haired_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_red_haired_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_red_haired_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_red_haired_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_red_haired_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_rowing_boat.png
+%%WWWDIR%%/public/-/emojis/2/man_rowing_boat_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_rowing_boat_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_rowing_boat_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_rowing_boat_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_rowing_boat_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_running.png
+%%WWWDIR%%/public/-/emojis/2/man_running_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_running_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_running_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_running_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_running_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_scientist.png
+%%WWWDIR%%/public/-/emojis/2/man_scientist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_scientist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_scientist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_scientist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_scientist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_shrugging.png
+%%WWWDIR%%/public/-/emojis/2/man_shrugging_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_shrugging_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_shrugging_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_shrugging_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_shrugging_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_singer.png
+%%WWWDIR%%/public/-/emojis/2/man_singer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_singer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_singer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_singer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_singer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_student.png
+%%WWWDIR%%/public/-/emojis/2/man_student_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_student_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_student_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_student_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_student_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_superhero.png
+%%WWWDIR%%/public/-/emojis/2/man_superhero_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_superhero_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_superhero_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_superhero_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_superhero_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_supervillain.png
+%%WWWDIR%%/public/-/emojis/2/man_supervillain_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_supervillain_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_supervillain_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_supervillain_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_supervillain_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_surfing.png
+%%WWWDIR%%/public/-/emojis/2/man_surfing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_surfing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_surfing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_surfing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_surfing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_swimming.png
+%%WWWDIR%%/public/-/emojis/2/man_swimming_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_swimming_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_swimming_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_swimming_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_swimming_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_teacher.png
+%%WWWDIR%%/public/-/emojis/2/man_teacher_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_teacher_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_teacher_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_teacher_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_teacher_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_technologist.png
+%%WWWDIR%%/public/-/emojis/2/man_technologist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_technologist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_technologist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_technologist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_technologist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_tipping_hand.png
+%%WWWDIR%%/public/-/emojis/2/man_tipping_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_tipping_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_tipping_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_tipping_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_tipping_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_vampire.png
+%%WWWDIR%%/public/-/emojis/2/man_vampire_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_vampire_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_vampire_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_vampire_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_vampire_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_walking.png
+%%WWWDIR%%/public/-/emojis/2/man_walking_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_walking_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_walking_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_walking_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_walking_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_wearing_turban.png
+%%WWWDIR%%/public/-/emojis/2/man_wearing_turban_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_wearing_turban_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_wearing_turban_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_wearing_turban_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_wearing_turban_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_white_haired.png
+%%WWWDIR%%/public/-/emojis/2/man_white_haired_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_white_haired_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_white_haired_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_white_haired_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_white_haired_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_with_gua_pi_mao.png
+%%WWWDIR%%/public/-/emojis/2/man_with_gua_pi_mao_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_with_gua_pi_mao_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_with_gua_pi_mao_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_with_gua_pi_mao_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_with_gua_pi_mao_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_with_turban.png
+%%WWWDIR%%/public/-/emojis/2/man_with_turban_tone1.png
+%%WWWDIR%%/public/-/emojis/2/man_with_turban_tone2.png
+%%WWWDIR%%/public/-/emojis/2/man_with_turban_tone3.png
+%%WWWDIR%%/public/-/emojis/2/man_with_turban_tone4.png
+%%WWWDIR%%/public/-/emojis/2/man_with_turban_tone5.png
+%%WWWDIR%%/public/-/emojis/2/man_zombie.png
+%%WWWDIR%%/public/-/emojis/2/mango.png
+%%WWWDIR%%/public/-/emojis/2/mans_shoe.png
+%%WWWDIR%%/public/-/emojis/2/map.png
+%%WWWDIR%%/public/-/emojis/2/maple_leaf.png
+%%WWWDIR%%/public/-/emojis/2/martial_arts_uniform.png
+%%WWWDIR%%/public/-/emojis/2/mask.png
+%%WWWDIR%%/public/-/emojis/2/massage.png
+%%WWWDIR%%/public/-/emojis/2/massage_tone1.png
+%%WWWDIR%%/public/-/emojis/2/massage_tone2.png
+%%WWWDIR%%/public/-/emojis/2/massage_tone3.png
+%%WWWDIR%%/public/-/emojis/2/massage_tone4.png
+%%WWWDIR%%/public/-/emojis/2/massage_tone5.png
+%%WWWDIR%%/public/-/emojis/2/meat_on_bone.png
+%%WWWDIR%%/public/-/emojis/2/medal.png
+%%WWWDIR%%/public/-/emojis/2/medical_symbol.png
+%%WWWDIR%%/public/-/emojis/2/mega.png
+%%WWWDIR%%/public/-/emojis/2/melon.png
+%%WWWDIR%%/public/-/emojis/2/men_with_bunny_ears_partying.png
+%%WWWDIR%%/public/-/emojis/2/men_wrestling.png
+%%WWWDIR%%/public/-/emojis/2/menorah.png
+%%WWWDIR%%/public/-/emojis/2/mens.png
+%%WWWDIR%%/public/-/emojis/2/mermaid.png
+%%WWWDIR%%/public/-/emojis/2/mermaid_tone1.png
+%%WWWDIR%%/public/-/emojis/2/mermaid_tone2.png
+%%WWWDIR%%/public/-/emojis/2/mermaid_tone3.png
+%%WWWDIR%%/public/-/emojis/2/mermaid_tone4.png
+%%WWWDIR%%/public/-/emojis/2/mermaid_tone5.png
+%%WWWDIR%%/public/-/emojis/2/merman.png
+%%WWWDIR%%/public/-/emojis/2/merman_tone1.png
+%%WWWDIR%%/public/-/emojis/2/merman_tone2.png
+%%WWWDIR%%/public/-/emojis/2/merman_tone3.png
+%%WWWDIR%%/public/-/emojis/2/merman_tone4.png
+%%WWWDIR%%/public/-/emojis/2/merman_tone5.png
+%%WWWDIR%%/public/-/emojis/2/merperson.png
+%%WWWDIR%%/public/-/emojis/2/merperson_tone1.png
+%%WWWDIR%%/public/-/emojis/2/merperson_tone2.png
+%%WWWDIR%%/public/-/emojis/2/merperson_tone3.png
+%%WWWDIR%%/public/-/emojis/2/merperson_tone4.png
+%%WWWDIR%%/public/-/emojis/2/merperson_tone5.png
+%%WWWDIR%%/public/-/emojis/2/metal.png
+%%WWWDIR%%/public/-/emojis/2/metal_tone1.png
+%%WWWDIR%%/public/-/emojis/2/metal_tone2.png
+%%WWWDIR%%/public/-/emojis/2/metal_tone3.png
+%%WWWDIR%%/public/-/emojis/2/metal_tone4.png
+%%WWWDIR%%/public/-/emojis/2/metal_tone5.png
+%%WWWDIR%%/public/-/emojis/2/metro.png
+%%WWWDIR%%/public/-/emojis/2/microbe.png
+%%WWWDIR%%/public/-/emojis/2/microphone.png
+%%WWWDIR%%/public/-/emojis/2/microphone2.png
+%%WWWDIR%%/public/-/emojis/2/microscope.png
+%%WWWDIR%%/public/-/emojis/2/middle_finger.png
+%%WWWDIR%%/public/-/emojis/2/middle_finger_tone1.png
+%%WWWDIR%%/public/-/emojis/2/middle_finger_tone2.png
+%%WWWDIR%%/public/-/emojis/2/middle_finger_tone3.png
+%%WWWDIR%%/public/-/emojis/2/middle_finger_tone4.png
+%%WWWDIR%%/public/-/emojis/2/middle_finger_tone5.png
+%%WWWDIR%%/public/-/emojis/2/military_medal.png
+%%WWWDIR%%/public/-/emojis/2/milk.png
+%%WWWDIR%%/public/-/emojis/2/milky_way.png
+%%WWWDIR%%/public/-/emojis/2/minibus.png
+%%WWWDIR%%/public/-/emojis/2/minidisc.png
+%%WWWDIR%%/public/-/emojis/2/mobile_phone_off.png
+%%WWWDIR%%/public/-/emojis/2/money_mouth.png
+%%WWWDIR%%/public/-/emojis/2/money_with_wings.png
+%%WWWDIR%%/public/-/emojis/2/moneybag.png
+%%WWWDIR%%/public/-/emojis/2/monkey.png
+%%WWWDIR%%/public/-/emojis/2/monkey_face.png
+%%WWWDIR%%/public/-/emojis/2/monorail.png
+%%WWWDIR%%/public/-/emojis/2/moon_cake.png
+%%WWWDIR%%/public/-/emojis/2/mortar_board.png
+%%WWWDIR%%/public/-/emojis/2/mosque.png
+%%WWWDIR%%/public/-/emojis/2/mosquito.png
+%%WWWDIR%%/public/-/emojis/2/motor_scooter.png
+%%WWWDIR%%/public/-/emojis/2/motorboat.png
+%%WWWDIR%%/public/-/emojis/2/motorcycle.png
+%%WWWDIR%%/public/-/emojis/2/motorway.png
+%%WWWDIR%%/public/-/emojis/2/mount_fuji.png
+%%WWWDIR%%/public/-/emojis/2/mountain.png
+%%WWWDIR%%/public/-/emojis/2/mountain_bicyclist.png
+%%WWWDIR%%/public/-/emojis/2/mountain_bicyclist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/mountain_bicyclist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/mountain_bicyclist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/mountain_bicyclist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/mountain_bicyclist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/mountain_cableway.png
+%%WWWDIR%%/public/-/emojis/2/mountain_railway.png
+%%WWWDIR%%/public/-/emojis/2/mountain_snow.png
+%%WWWDIR%%/public/-/emojis/2/mouse.png
+%%WWWDIR%%/public/-/emojis/2/mouse2.png
+%%WWWDIR%%/public/-/emojis/2/mouse_three_button.png
+%%WWWDIR%%/public/-/emojis/2/movie_camera.png
+%%WWWDIR%%/public/-/emojis/2/moyai.png
+%%WWWDIR%%/public/-/emojis/2/mrs_claus.png
+%%WWWDIR%%/public/-/emojis/2/mrs_claus_tone1.png
+%%WWWDIR%%/public/-/emojis/2/mrs_claus_tone2.png
+%%WWWDIR%%/public/-/emojis/2/mrs_claus_tone3.png
+%%WWWDIR%%/public/-/emojis/2/mrs_claus_tone4.png
+%%WWWDIR%%/public/-/emojis/2/mrs_claus_tone5.png
+%%WWWDIR%%/public/-/emojis/2/muscle.png
+%%WWWDIR%%/public/-/emojis/2/muscle_tone1.png
+%%WWWDIR%%/public/-/emojis/2/muscle_tone2.png
+%%WWWDIR%%/public/-/emojis/2/muscle_tone3.png
+%%WWWDIR%%/public/-/emojis/2/muscle_tone4.png
+%%WWWDIR%%/public/-/emojis/2/muscle_tone5.png
+%%WWWDIR%%/public/-/emojis/2/mushroom.png
+%%WWWDIR%%/public/-/emojis/2/musical_keyboard.png
+%%WWWDIR%%/public/-/emojis/2/musical_note.png
+%%WWWDIR%%/public/-/emojis/2/musical_score.png
+%%WWWDIR%%/public/-/emojis/2/mute.png
+%%WWWDIR%%/public/-/emojis/2/nail_care.png
+%%WWWDIR%%/public/-/emojis/2/nail_care_tone1.png
+%%WWWDIR%%/public/-/emojis/2/nail_care_tone2.png
+%%WWWDIR%%/public/-/emojis/2/nail_care_tone3.png
+%%WWWDIR%%/public/-/emojis/2/nail_care_tone4.png
+%%WWWDIR%%/public/-/emojis/2/nail_care_tone5.png
+%%WWWDIR%%/public/-/emojis/2/name_badge.png
+%%WWWDIR%%/public/-/emojis/2/nauseated_face.png
+%%WWWDIR%%/public/-/emojis/2/nazar_amulet.png
+%%WWWDIR%%/public/-/emojis/2/necktie.png
+%%WWWDIR%%/public/-/emojis/2/negative_squared_cross_mark.png
+%%WWWDIR%%/public/-/emojis/2/nerd.png
+%%WWWDIR%%/public/-/emojis/2/neutral_face.png
+%%WWWDIR%%/public/-/emojis/2/new.png
+%%WWWDIR%%/public/-/emojis/2/new_moon.png
+%%WWWDIR%%/public/-/emojis/2/new_moon_with_face.png
+%%WWWDIR%%/public/-/emojis/2/newspaper.png
+%%WWWDIR%%/public/-/emojis/2/newspaper2.png
+%%WWWDIR%%/public/-/emojis/2/ng.png
+%%WWWDIR%%/public/-/emojis/2/night_with_stars.png
+%%WWWDIR%%/public/-/emojis/2/nine.png
+%%WWWDIR%%/public/-/emojis/2/no_bell.png
+%%WWWDIR%%/public/-/emojis/2/no_bicycles.png
+%%WWWDIR%%/public/-/emojis/2/no_entry.png
+%%WWWDIR%%/public/-/emojis/2/no_entry_sign.png
+%%WWWDIR%%/public/-/emojis/2/no_good.png
+%%WWWDIR%%/public/-/emojis/2/no_good_tone1.png
+%%WWWDIR%%/public/-/emojis/2/no_good_tone2.png
+%%WWWDIR%%/public/-/emojis/2/no_good_tone3.png
+%%WWWDIR%%/public/-/emojis/2/no_good_tone4.png
+%%WWWDIR%%/public/-/emojis/2/no_good_tone5.png
+%%WWWDIR%%/public/-/emojis/2/no_mobile_phones.png
+%%WWWDIR%%/public/-/emojis/2/no_mouth.png
+%%WWWDIR%%/public/-/emojis/2/no_pedestrians.png
+%%WWWDIR%%/public/-/emojis/2/no_smoking.png
+%%WWWDIR%%/public/-/emojis/2/non-potable_water.png
+%%WWWDIR%%/public/-/emojis/2/nose.png
+%%WWWDIR%%/public/-/emojis/2/nose_tone1.png
+%%WWWDIR%%/public/-/emojis/2/nose_tone2.png
+%%WWWDIR%%/public/-/emojis/2/nose_tone3.png
+%%WWWDIR%%/public/-/emojis/2/nose_tone4.png
+%%WWWDIR%%/public/-/emojis/2/nose_tone5.png
+%%WWWDIR%%/public/-/emojis/2/notebook.png
+%%WWWDIR%%/public/-/emojis/2/notebook_with_decorative_cover.png
+%%WWWDIR%%/public/-/emojis/2/notepad_spiral.png
+%%WWWDIR%%/public/-/emojis/2/notes.png
+%%WWWDIR%%/public/-/emojis/2/nut_and_bolt.png
+%%WWWDIR%%/public/-/emojis/2/o.png
+%%WWWDIR%%/public/-/emojis/2/o2.png
+%%WWWDIR%%/public/-/emojis/2/ocean.png
+%%WWWDIR%%/public/-/emojis/2/octagonal_sign.png
+%%WWWDIR%%/public/-/emojis/2/octopus.png
+%%WWWDIR%%/public/-/emojis/2/oden.png
+%%WWWDIR%%/public/-/emojis/2/office.png
+%%WWWDIR%%/public/-/emojis/2/oil.png
+%%WWWDIR%%/public/-/emojis/2/ok.png
+%%WWWDIR%%/public/-/emojis/2/ok_hand.png
+%%WWWDIR%%/public/-/emojis/2/ok_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/ok_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/ok_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/ok_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/ok_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/ok_woman.png
+%%WWWDIR%%/public/-/emojis/2/ok_woman_tone1.png
+%%WWWDIR%%/public/-/emojis/2/ok_woman_tone2.png
+%%WWWDIR%%/public/-/emojis/2/ok_woman_tone3.png
+%%WWWDIR%%/public/-/emojis/2/ok_woman_tone4.png
+%%WWWDIR%%/public/-/emojis/2/ok_woman_tone5.png
+%%WWWDIR%%/public/-/emojis/2/older_adult.png
+%%WWWDIR%%/public/-/emojis/2/older_adult_tone1.png
+%%WWWDIR%%/public/-/emojis/2/older_adult_tone2.png
+%%WWWDIR%%/public/-/emojis/2/older_adult_tone3.png
+%%WWWDIR%%/public/-/emojis/2/older_adult_tone4.png
+%%WWWDIR%%/public/-/emojis/2/older_adult_tone5.png
+%%WWWDIR%%/public/-/emojis/2/older_man.png
+%%WWWDIR%%/public/-/emojis/2/older_man_tone1.png
+%%WWWDIR%%/public/-/emojis/2/older_man_tone2.png
+%%WWWDIR%%/public/-/emojis/2/older_man_tone3.png
+%%WWWDIR%%/public/-/emojis/2/older_man_tone4.png
+%%WWWDIR%%/public/-/emojis/2/older_man_tone5.png
+%%WWWDIR%%/public/-/emojis/2/older_woman.png
+%%WWWDIR%%/public/-/emojis/2/older_woman_tone1.png
+%%WWWDIR%%/public/-/emojis/2/older_woman_tone2.png
+%%WWWDIR%%/public/-/emojis/2/older_woman_tone3.png
+%%WWWDIR%%/public/-/emojis/2/older_woman_tone4.png
+%%WWWDIR%%/public/-/emojis/2/older_woman_tone5.png
+%%WWWDIR%%/public/-/emojis/2/om_symbol.png
+%%WWWDIR%%/public/-/emojis/2/on.png
+%%WWWDIR%%/public/-/emojis/2/oncoming_automobile.png
+%%WWWDIR%%/public/-/emojis/2/oncoming_bus.png
+%%WWWDIR%%/public/-/emojis/2/oncoming_police_car.png
+%%WWWDIR%%/public/-/emojis/2/oncoming_taxi.png
+%%WWWDIR%%/public/-/emojis/2/one.png
+%%WWWDIR%%/public/-/emojis/2/open_file_folder.png
+%%WWWDIR%%/public/-/emojis/2/open_hands.png
+%%WWWDIR%%/public/-/emojis/2/open_hands_tone1.png
+%%WWWDIR%%/public/-/emojis/2/open_hands_tone2.png
+%%WWWDIR%%/public/-/emojis/2/open_hands_tone3.png
+%%WWWDIR%%/public/-/emojis/2/open_hands_tone4.png
+%%WWWDIR%%/public/-/emojis/2/open_hands_tone5.png
+%%WWWDIR%%/public/-/emojis/2/open_mouth.png
+%%WWWDIR%%/public/-/emojis/2/open_umbrella.png
+%%WWWDIR%%/public/-/emojis/2/ophiuchus.png
+%%WWWDIR%%/public/-/emojis/2/orange_book.png
+%%WWWDIR%%/public/-/emojis/2/orange_heart.png
+%%WWWDIR%%/public/-/emojis/2/orthodox_cross.png
+%%WWWDIR%%/public/-/emojis/2/outbox_tray.png
+%%WWWDIR%%/public/-/emojis/2/owl.png
+%%WWWDIR%%/public/-/emojis/2/ox.png
+%%WWWDIR%%/public/-/emojis/2/package.png
+%%WWWDIR%%/public/-/emojis/2/page_facing_up.png
+%%WWWDIR%%/public/-/emojis/2/page_with_curl.png
+%%WWWDIR%%/public/-/emojis/2/pager.png
+%%WWWDIR%%/public/-/emojis/2/paintbrush.png
+%%WWWDIR%%/public/-/emojis/2/palm_tree.png
+%%WWWDIR%%/public/-/emojis/2/palms_up_together.png
+%%WWWDIR%%/public/-/emojis/2/palms_up_together_tone1.png
+%%WWWDIR%%/public/-/emojis/2/palms_up_together_tone2.png
+%%WWWDIR%%/public/-/emojis/2/palms_up_together_tone3.png
+%%WWWDIR%%/public/-/emojis/2/palms_up_together_tone4.png
+%%WWWDIR%%/public/-/emojis/2/palms_up_together_tone5.png
+%%WWWDIR%%/public/-/emojis/2/pancakes.png
+%%WWWDIR%%/public/-/emojis/2/panda_face.png
+%%WWWDIR%%/public/-/emojis/2/paperclip.png
+%%WWWDIR%%/public/-/emojis/2/paperclips.png
+%%WWWDIR%%/public/-/emojis/2/park.png
+%%WWWDIR%%/public/-/emojis/2/parking.png
+%%WWWDIR%%/public/-/emojis/2/parrot.png
+%%WWWDIR%%/public/-/emojis/2/part_alternation_mark.png
+%%WWWDIR%%/public/-/emojis/2/partly_sunny.png
+%%WWWDIR%%/public/-/emojis/2/partying_face.png
+%%WWWDIR%%/public/-/emojis/2/passport_control.png
+%%WWWDIR%%/public/-/emojis/2/pause_button.png
+%%WWWDIR%%/public/-/emojis/2/peace.png
+%%WWWDIR%%/public/-/emojis/2/peach.png
+%%WWWDIR%%/public/-/emojis/2/peacock.png
+%%WWWDIR%%/public/-/emojis/2/peanuts.png
+%%WWWDIR%%/public/-/emojis/2/pear.png
+%%WWWDIR%%/public/-/emojis/2/pen_ballpoint.png
+%%WWWDIR%%/public/-/emojis/2/pen_fountain.png
+%%WWWDIR%%/public/-/emojis/2/pencil.png
+%%WWWDIR%%/public/-/emojis/2/pencil2.png
+%%WWWDIR%%/public/-/emojis/2/penguin.png
+%%WWWDIR%%/public/-/emojis/2/pensive.png
+%%WWWDIR%%/public/-/emojis/2/performing_arts.png
+%%WWWDIR%%/public/-/emojis/2/persevere.png
+%%WWWDIR%%/public/-/emojis/2/person_climbing.png
+%%WWWDIR%%/public/-/emojis/2/person_climbing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/person_climbing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/person_climbing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/person_climbing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/person_climbing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/person_frowning.png
+%%WWWDIR%%/public/-/emojis/2/person_frowning_tone1.png
+%%WWWDIR%%/public/-/emojis/2/person_frowning_tone2.png
+%%WWWDIR%%/public/-/emojis/2/person_frowning_tone3.png
+%%WWWDIR%%/public/-/emojis/2/person_frowning_tone4.png
+%%WWWDIR%%/public/-/emojis/2/person_frowning_tone5.png
+%%WWWDIR%%/public/-/emojis/2/person_golfing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/person_golfing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/person_golfing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/person_golfing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/person_golfing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/person_in_bed_tone1.png
+%%WWWDIR%%/public/-/emojis/2/person_in_bed_tone2.png
+%%WWWDIR%%/public/-/emojis/2/person_in_bed_tone3.png
+%%WWWDIR%%/public/-/emojis/2/person_in_bed_tone4.png
+%%WWWDIR%%/public/-/emojis/2/person_in_bed_tone5.png
+%%WWWDIR%%/public/-/emojis/2/person_in_lotus_position.png
+%%WWWDIR%%/public/-/emojis/2/person_in_lotus_position_tone1.png
+%%WWWDIR%%/public/-/emojis/2/person_in_lotus_position_tone2.png
+%%WWWDIR%%/public/-/emojis/2/person_in_lotus_position_tone3.png
+%%WWWDIR%%/public/-/emojis/2/person_in_lotus_position_tone4.png
+%%WWWDIR%%/public/-/emojis/2/person_in_lotus_position_tone5.png
+%%WWWDIR%%/public/-/emojis/2/person_in_steamy_room.png
+%%WWWDIR%%/public/-/emojis/2/person_in_steamy_room_tone1.png
+%%WWWDIR%%/public/-/emojis/2/person_in_steamy_room_tone2.png
+%%WWWDIR%%/public/-/emojis/2/person_in_steamy_room_tone3.png
+%%WWWDIR%%/public/-/emojis/2/person_in_steamy_room_tone4.png
+%%WWWDIR%%/public/-/emojis/2/person_in_steamy_room_tone5.png
+%%WWWDIR%%/public/-/emojis/2/person_with_blond_hair.png
+%%WWWDIR%%/public/-/emojis/2/person_with_blond_hair_tone1.png
+%%WWWDIR%%/public/-/emojis/2/person_with_blond_hair_tone2.png
+%%WWWDIR%%/public/-/emojis/2/person_with_blond_hair_tone3.png
+%%WWWDIR%%/public/-/emojis/2/person_with_blond_hair_tone4.png
+%%WWWDIR%%/public/-/emojis/2/person_with_blond_hair_tone5.png
+%%WWWDIR%%/public/-/emojis/2/person_with_pouting_face.png
+%%WWWDIR%%/public/-/emojis/2/person_with_pouting_face_tone1.png
+%%WWWDIR%%/public/-/emojis/2/person_with_pouting_face_tone2.png
+%%WWWDIR%%/public/-/emojis/2/person_with_pouting_face_tone3.png
+%%WWWDIR%%/public/-/emojis/2/person_with_pouting_face_tone4.png
+%%WWWDIR%%/public/-/emojis/2/person_with_pouting_face_tone5.png
+%%WWWDIR%%/public/-/emojis/2/petri_dish.png
+%%WWWDIR%%/public/-/emojis/2/phone.png
+%%WWWDIR%%/public/-/emojis/2/pick.png
+%%WWWDIR%%/public/-/emojis/2/pie.png
+%%WWWDIR%%/public/-/emojis/2/pig.png
+%%WWWDIR%%/public/-/emojis/2/pig2.png
+%%WWWDIR%%/public/-/emojis/2/pig_nose.png
+%%WWWDIR%%/public/-/emojis/2/pill.png
+%%WWWDIR%%/public/-/emojis/2/pineapple.png
+%%WWWDIR%%/public/-/emojis/2/ping_pong.png
+%%WWWDIR%%/public/-/emojis/2/pirate_flag.png
+%%WWWDIR%%/public/-/emojis/2/pisces.png
+%%WWWDIR%%/public/-/emojis/2/pizza.png
+%%WWWDIR%%/public/-/emojis/2/place_of_worship.png
+%%WWWDIR%%/public/-/emojis/2/play_pause.png
+%%WWWDIR%%/public/-/emojis/2/pleading_face.png
+%%WWWDIR%%/public/-/emojis/2/point_down.png
+%%WWWDIR%%/public/-/emojis/2/point_down_tone1.png
+%%WWWDIR%%/public/-/emojis/2/point_down_tone2.png
+%%WWWDIR%%/public/-/emojis/2/point_down_tone3.png
+%%WWWDIR%%/public/-/emojis/2/point_down_tone4.png
+%%WWWDIR%%/public/-/emojis/2/point_down_tone5.png
+%%WWWDIR%%/public/-/emojis/2/point_left.png
+%%WWWDIR%%/public/-/emojis/2/point_left_tone1.png
+%%WWWDIR%%/public/-/emojis/2/point_left_tone2.png
+%%WWWDIR%%/public/-/emojis/2/point_left_tone3.png
+%%WWWDIR%%/public/-/emojis/2/point_left_tone4.png
+%%WWWDIR%%/public/-/emojis/2/point_left_tone5.png
+%%WWWDIR%%/public/-/emojis/2/point_right.png
+%%WWWDIR%%/public/-/emojis/2/point_right_tone1.png
+%%WWWDIR%%/public/-/emojis/2/point_right_tone2.png
+%%WWWDIR%%/public/-/emojis/2/point_right_tone3.png
+%%WWWDIR%%/public/-/emojis/2/point_right_tone4.png
+%%WWWDIR%%/public/-/emojis/2/point_right_tone5.png
+%%WWWDIR%%/public/-/emojis/2/point_up.png
+%%WWWDIR%%/public/-/emojis/2/point_up_2.png
+%%WWWDIR%%/public/-/emojis/2/point_up_2_tone1.png
+%%WWWDIR%%/public/-/emojis/2/point_up_2_tone2.png
+%%WWWDIR%%/public/-/emojis/2/point_up_2_tone3.png
+%%WWWDIR%%/public/-/emojis/2/point_up_2_tone4.png
+%%WWWDIR%%/public/-/emojis/2/point_up_2_tone5.png
+%%WWWDIR%%/public/-/emojis/2/point_up_tone1.png
+%%WWWDIR%%/public/-/emojis/2/point_up_tone2.png
+%%WWWDIR%%/public/-/emojis/2/point_up_tone3.png
+%%WWWDIR%%/public/-/emojis/2/point_up_tone4.png
+%%WWWDIR%%/public/-/emojis/2/point_up_tone5.png
+%%WWWDIR%%/public/-/emojis/2/police_car.png
+%%WWWDIR%%/public/-/emojis/2/poodle.png
+%%WWWDIR%%/public/-/emojis/2/poop.png
+%%WWWDIR%%/public/-/emojis/2/popcorn.png
+%%WWWDIR%%/public/-/emojis/2/post_office.png
+%%WWWDIR%%/public/-/emojis/2/postal_horn.png
+%%WWWDIR%%/public/-/emojis/2/postbox.png
+%%WWWDIR%%/public/-/emojis/2/potable_water.png
+%%WWWDIR%%/public/-/emojis/2/potato.png
+%%WWWDIR%%/public/-/emojis/2/pouch.png
+%%WWWDIR%%/public/-/emojis/2/poultry_leg.png
+%%WWWDIR%%/public/-/emojis/2/pound.png
+%%WWWDIR%%/public/-/emojis/2/pound_symbol.png
+%%WWWDIR%%/public/-/emojis/2/pouting_cat.png
+%%WWWDIR%%/public/-/emojis/2/pray.png
+%%WWWDIR%%/public/-/emojis/2/pray_tone1.png
+%%WWWDIR%%/public/-/emojis/2/pray_tone2.png
+%%WWWDIR%%/public/-/emojis/2/pray_tone3.png
+%%WWWDIR%%/public/-/emojis/2/pray_tone4.png
+%%WWWDIR%%/public/-/emojis/2/pray_tone5.png
+%%WWWDIR%%/public/-/emojis/2/prayer_beads.png
+%%WWWDIR%%/public/-/emojis/2/pregnant_woman.png
+%%WWWDIR%%/public/-/emojis/2/pregnant_woman_tone1.png
+%%WWWDIR%%/public/-/emojis/2/pregnant_woman_tone2.png
+%%WWWDIR%%/public/-/emojis/2/pregnant_woman_tone3.png
+%%WWWDIR%%/public/-/emojis/2/pregnant_woman_tone4.png
+%%WWWDIR%%/public/-/emojis/2/pregnant_woman_tone5.png
+%%WWWDIR%%/public/-/emojis/2/pretzel.png
+%%WWWDIR%%/public/-/emojis/2/prince.png
+%%WWWDIR%%/public/-/emojis/2/prince_tone1.png
+%%WWWDIR%%/public/-/emojis/2/prince_tone2.png
+%%WWWDIR%%/public/-/emojis/2/prince_tone3.png
+%%WWWDIR%%/public/-/emojis/2/prince_tone4.png
+%%WWWDIR%%/public/-/emojis/2/prince_tone5.png
+%%WWWDIR%%/public/-/emojis/2/princess.png
+%%WWWDIR%%/public/-/emojis/2/princess_tone1.png
+%%WWWDIR%%/public/-/emojis/2/princess_tone2.png
+%%WWWDIR%%/public/-/emojis/2/princess_tone3.png
+%%WWWDIR%%/public/-/emojis/2/princess_tone4.png
+%%WWWDIR%%/public/-/emojis/2/princess_tone5.png
+%%WWWDIR%%/public/-/emojis/2/printer.png
+%%WWWDIR%%/public/-/emojis/2/projector.png
+%%WWWDIR%%/public/-/emojis/2/punch.png
+%%WWWDIR%%/public/-/emojis/2/punch_tone1.png
+%%WWWDIR%%/public/-/emojis/2/punch_tone2.png
+%%WWWDIR%%/public/-/emojis/2/punch_tone3.png
+%%WWWDIR%%/public/-/emojis/2/punch_tone4.png
+%%WWWDIR%%/public/-/emojis/2/punch_tone5.png
+%%WWWDIR%%/public/-/emojis/2/purple_heart.png
+%%WWWDIR%%/public/-/emojis/2/purse.png
+%%WWWDIR%%/public/-/emojis/2/pushpin.png
+%%WWWDIR%%/public/-/emojis/2/put_litter_in_its_place.png
+%%WWWDIR%%/public/-/emojis/2/question.png
+%%WWWDIR%%/public/-/emojis/2/rabbit.png
+%%WWWDIR%%/public/-/emojis/2/rabbit2.png
+%%WWWDIR%%/public/-/emojis/2/raccoon.png
+%%WWWDIR%%/public/-/emojis/2/race_car.png
+%%WWWDIR%%/public/-/emojis/2/racehorse.png
+%%WWWDIR%%/public/-/emojis/2/radio.png
+%%WWWDIR%%/public/-/emojis/2/radio_button.png
+%%WWWDIR%%/public/-/emojis/2/radioactive.png
+%%WWWDIR%%/public/-/emojis/2/rage.png
+%%WWWDIR%%/public/-/emojis/2/railway_car.png
+%%WWWDIR%%/public/-/emojis/2/railway_track.png
+%%WWWDIR%%/public/-/emojis/2/rainbow.png
+%%WWWDIR%%/public/-/emojis/2/raised_back_of_hand.png
+%%WWWDIR%%/public/-/emojis/2/raised_back_of_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/raised_back_of_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/raised_back_of_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/raised_back_of_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/raised_back_of_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/raised_hand.png
+%%WWWDIR%%/public/-/emojis/2/raised_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/raised_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/raised_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/raised_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/raised_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/raised_hands.png
+%%WWWDIR%%/public/-/emojis/2/raised_hands_tone1.png
+%%WWWDIR%%/public/-/emojis/2/raised_hands_tone2.png
+%%WWWDIR%%/public/-/emojis/2/raised_hands_tone3.png
+%%WWWDIR%%/public/-/emojis/2/raised_hands_tone4.png
+%%WWWDIR%%/public/-/emojis/2/raised_hands_tone5.png
+%%WWWDIR%%/public/-/emojis/2/raising_hand.png
+%%WWWDIR%%/public/-/emojis/2/raising_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/raising_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/raising_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/raising_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/raising_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/ram.png
+%%WWWDIR%%/public/-/emojis/2/ramen.png
+%%WWWDIR%%/public/-/emojis/2/rat.png
+%%WWWDIR%%/public/-/emojis/2/receipt.png
+%%WWWDIR%%/public/-/emojis/2/record_button.png
+%%WWWDIR%%/public/-/emojis/2/recycle.png
+%%WWWDIR%%/public/-/emojis/2/red_car.png
+%%WWWDIR%%/public/-/emojis/2/red_circle.png
+%%WWWDIR%%/public/-/emojis/2/red_envelope.png
+%%WWWDIR%%/public/-/emojis/2/red_haired.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_a.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_b.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_c.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_d.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_e.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_f.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_g.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_h.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_i.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_j.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_k.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_l.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_m.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_n.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_o.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_p.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_q.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_r.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_s.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_t.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_u.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_v.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_w.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_x.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_y.png
+%%WWWDIR%%/public/-/emojis/2/regional_indicator_z.png
+%%WWWDIR%%/public/-/emojis/2/registered.png
+%%WWWDIR%%/public/-/emojis/2/relaxed.png
+%%WWWDIR%%/public/-/emojis/2/relieved.png
+%%WWWDIR%%/public/-/emojis/2/reminder_ribbon.png
+%%WWWDIR%%/public/-/emojis/2/repeat.png
+%%WWWDIR%%/public/-/emojis/2/repeat_one.png
+%%WWWDIR%%/public/-/emojis/2/restroom.png
+%%WWWDIR%%/public/-/emojis/2/revolving_hearts.png
+%%WWWDIR%%/public/-/emojis/2/rewind.png
+%%WWWDIR%%/public/-/emojis/2/rhino.png
+%%WWWDIR%%/public/-/emojis/2/ribbon.png
+%%WWWDIR%%/public/-/emojis/2/rice.png
+%%WWWDIR%%/public/-/emojis/2/rice_ball.png
+%%WWWDIR%%/public/-/emojis/2/rice_cracker.png
+%%WWWDIR%%/public/-/emojis/2/rice_scene.png
+%%WWWDIR%%/public/-/emojis/2/right_facing_fist.png
+%%WWWDIR%%/public/-/emojis/2/right_facing_fist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/right_facing_fist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/right_facing_fist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/right_facing_fist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/right_facing_fist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/ring.png
+%%WWWDIR%%/public/-/emojis/2/robot.png
+%%WWWDIR%%/public/-/emojis/2/rocket.png
+%%WWWDIR%%/public/-/emojis/2/rofl.png
+%%WWWDIR%%/public/-/emojis/2/roll_of_paper.png
+%%WWWDIR%%/public/-/emojis/2/roller_coaster.png
+%%WWWDIR%%/public/-/emojis/2/rolling_eyes.png
+%%WWWDIR%%/public/-/emojis/2/rooster.png
+%%WWWDIR%%/public/-/emojis/2/rose.png
+%%WWWDIR%%/public/-/emojis/2/rosette.png
+%%WWWDIR%%/public/-/emojis/2/rotating_light.png
+%%WWWDIR%%/public/-/emojis/2/round_pushpin.png
+%%WWWDIR%%/public/-/emojis/2/rowboat.png
+%%WWWDIR%%/public/-/emojis/2/rowboat_tone1.png
+%%WWWDIR%%/public/-/emojis/2/rowboat_tone2.png
+%%WWWDIR%%/public/-/emojis/2/rowboat_tone3.png
+%%WWWDIR%%/public/-/emojis/2/rowboat_tone4.png
+%%WWWDIR%%/public/-/emojis/2/rowboat_tone5.png
+%%WWWDIR%%/public/-/emojis/2/rugby_football.png
+%%WWWDIR%%/public/-/emojis/2/runner.png
+%%WWWDIR%%/public/-/emojis/2/runner_tone1.png
+%%WWWDIR%%/public/-/emojis/2/runner_tone2.png
+%%WWWDIR%%/public/-/emojis/2/runner_tone3.png
+%%WWWDIR%%/public/-/emojis/2/runner_tone4.png
+%%WWWDIR%%/public/-/emojis/2/runner_tone5.png
+%%WWWDIR%%/public/-/emojis/2/running_shirt_with_sash.png
+%%WWWDIR%%/public/-/emojis/2/sa.png
+%%WWWDIR%%/public/-/emojis/2/safety_pin.png
+%%WWWDIR%%/public/-/emojis/2/sagittarius.png
+%%WWWDIR%%/public/-/emojis/2/sake.png
+%%WWWDIR%%/public/-/emojis/2/salad.png
+%%WWWDIR%%/public/-/emojis/2/salt.png
+%%WWWDIR%%/public/-/emojis/2/sandal.png
+%%WWWDIR%%/public/-/emojis/2/sandwich.png
+%%WWWDIR%%/public/-/emojis/2/santa.png
+%%WWWDIR%%/public/-/emojis/2/santa_tone1.png
+%%WWWDIR%%/public/-/emojis/2/santa_tone2.png
+%%WWWDIR%%/public/-/emojis/2/santa_tone3.png
+%%WWWDIR%%/public/-/emojis/2/santa_tone4.png
+%%WWWDIR%%/public/-/emojis/2/santa_tone5.png
+%%WWWDIR%%/public/-/emojis/2/satellite.png
+%%WWWDIR%%/public/-/emojis/2/satellite_orbital.png
+%%WWWDIR%%/public/-/emojis/2/sauropod.png
+%%WWWDIR%%/public/-/emojis/2/saxophone.png
+%%WWWDIR%%/public/-/emojis/2/scarf.png
+%%WWWDIR%%/public/-/emojis/2/school.png
+%%WWWDIR%%/public/-/emojis/2/school_satchel.png
+%%WWWDIR%%/public/-/emojis/2/scissors.png
+%%WWWDIR%%/public/-/emojis/2/scooter.png
+%%WWWDIR%%/public/-/emojis/2/scorpion.png
+%%WWWDIR%%/public/-/emojis/2/scorpius.png
+%%WWWDIR%%/public/-/emojis/2/scotland.png
+%%WWWDIR%%/public/-/emojis/2/scream.png
+%%WWWDIR%%/public/-/emojis/2/scream_cat.png
+%%WWWDIR%%/public/-/emojis/2/scroll.png
+%%WWWDIR%%/public/-/emojis/2/seat.png
+%%WWWDIR%%/public/-/emojis/2/second_place.png
+%%WWWDIR%%/public/-/emojis/2/secret.png
+%%WWWDIR%%/public/-/emojis/2/see_no_evil.png
+%%WWWDIR%%/public/-/emojis/2/seedling.png
+%%WWWDIR%%/public/-/emojis/2/selfie.png
+%%WWWDIR%%/public/-/emojis/2/selfie_tone1.png
+%%WWWDIR%%/public/-/emojis/2/selfie_tone2.png
+%%WWWDIR%%/public/-/emojis/2/selfie_tone3.png
+%%WWWDIR%%/public/-/emojis/2/selfie_tone4.png
+%%WWWDIR%%/public/-/emojis/2/selfie_tone5.png
+%%WWWDIR%%/public/-/emojis/2/seven.png
+%%WWWDIR%%/public/-/emojis/2/shallow_pan_of_food.png
+%%WWWDIR%%/public/-/emojis/2/shamrock.png
+%%WWWDIR%%/public/-/emojis/2/shark.png
+%%WWWDIR%%/public/-/emojis/2/shaved_ice.png
+%%WWWDIR%%/public/-/emojis/2/sheep.png
+%%WWWDIR%%/public/-/emojis/2/shell.png
+%%WWWDIR%%/public/-/emojis/2/shield.png
+%%WWWDIR%%/public/-/emojis/2/shinto_shrine.png
+%%WWWDIR%%/public/-/emojis/2/ship.png
+%%WWWDIR%%/public/-/emojis/2/shirt.png
+%%WWWDIR%%/public/-/emojis/2/shopping_bags.png
+%%WWWDIR%%/public/-/emojis/2/shopping_cart.png
+%%WWWDIR%%/public/-/emojis/2/shower.png
+%%WWWDIR%%/public/-/emojis/2/shrimp.png
+%%WWWDIR%%/public/-/emojis/2/shrug.png
+%%WWWDIR%%/public/-/emojis/2/shrug_tone1.png
+%%WWWDIR%%/public/-/emojis/2/shrug_tone2.png
+%%WWWDIR%%/public/-/emojis/2/shrug_tone3.png
+%%WWWDIR%%/public/-/emojis/2/shrug_tone4.png
+%%WWWDIR%%/public/-/emojis/2/shrug_tone5.png
+%%WWWDIR%%/public/-/emojis/2/shushing_face.png
+%%WWWDIR%%/public/-/emojis/2/signal_strength.png
+%%WWWDIR%%/public/-/emojis/2/six.png
+%%WWWDIR%%/public/-/emojis/2/six_pointed_star.png
+%%WWWDIR%%/public/-/emojis/2/skateboard.png
+%%WWWDIR%%/public/-/emojis/2/ski.png
+%%WWWDIR%%/public/-/emojis/2/skier.png
+%%WWWDIR%%/public/-/emojis/2/skull.png
+%%WWWDIR%%/public/-/emojis/2/skull_crossbones.png
+%%WWWDIR%%/public/-/emojis/2/sled.png
+%%WWWDIR%%/public/-/emojis/2/sleeping.png
+%%WWWDIR%%/public/-/emojis/2/sleeping_accommodation.png
+%%WWWDIR%%/public/-/emojis/2/sleepy.png
+%%WWWDIR%%/public/-/emojis/2/slight_frown.png
+%%WWWDIR%%/public/-/emojis/2/slight_smile.png
+%%WWWDIR%%/public/-/emojis/2/slot_machine.png
+%%WWWDIR%%/public/-/emojis/2/small_blue_diamond.png
+%%WWWDIR%%/public/-/emojis/2/small_orange_diamond.png
+%%WWWDIR%%/public/-/emojis/2/small_red_triangle.png
+%%WWWDIR%%/public/-/emojis/2/small_red_triangle_down.png
+%%WWWDIR%%/public/-/emojis/2/smile.png
+%%WWWDIR%%/public/-/emojis/2/smile_cat.png
+%%WWWDIR%%/public/-/emojis/2/smiley.png
+%%WWWDIR%%/public/-/emojis/2/smiley_cat.png
+%%WWWDIR%%/public/-/emojis/2/smiling_face_with_3_hearts.png
+%%WWWDIR%%/public/-/emojis/2/smiling_imp.png
+%%WWWDIR%%/public/-/emojis/2/smirk.png
+%%WWWDIR%%/public/-/emojis/2/smirk_cat.png
+%%WWWDIR%%/public/-/emojis/2/smoking.png
+%%WWWDIR%%/public/-/emojis/2/snail.png
+%%WWWDIR%%/public/-/emojis/2/snake.png
+%%WWWDIR%%/public/-/emojis/2/sneezing_face.png
+%%WWWDIR%%/public/-/emojis/2/snowboarder.png
+%%WWWDIR%%/public/-/emojis/2/snowboarder_tone1.png
+%%WWWDIR%%/public/-/emojis/2/snowboarder_tone2.png
+%%WWWDIR%%/public/-/emojis/2/snowboarder_tone3.png
+%%WWWDIR%%/public/-/emojis/2/snowboarder_tone4.png
+%%WWWDIR%%/public/-/emojis/2/snowboarder_tone5.png
+%%WWWDIR%%/public/-/emojis/2/snowflake.png
+%%WWWDIR%%/public/-/emojis/2/snowman.png
+%%WWWDIR%%/public/-/emojis/2/snowman_with_snow.png
+%%WWWDIR%%/public/-/emojis/2/soap.png
+%%WWWDIR%%/public/-/emojis/2/sob.png
+%%WWWDIR%%/public/-/emojis/2/soccer.png
+%%WWWDIR%%/public/-/emojis/2/socks.png
+%%WWWDIR%%/public/-/emojis/2/softball.png
+%%WWWDIR%%/public/-/emojis/2/soon.png
+%%WWWDIR%%/public/-/emojis/2/sos.png
+%%WWWDIR%%/public/-/emojis/2/sound.png
+%%WWWDIR%%/public/-/emojis/2/space_invader.png
+%%WWWDIR%%/public/-/emojis/2/spades.png
+%%WWWDIR%%/public/-/emojis/2/spaghetti.png
+%%WWWDIR%%/public/-/emojis/2/sparkle.png
+%%WWWDIR%%/public/-/emojis/2/sparkler.png
+%%WWWDIR%%/public/-/emojis/2/sparkles.png
+%%WWWDIR%%/public/-/emojis/2/sparkling_heart.png
+%%WWWDIR%%/public/-/emojis/2/speak_no_evil.png
+%%WWWDIR%%/public/-/emojis/2/speaker.png
+%%WWWDIR%%/public/-/emojis/2/speaking_head.png
+%%WWWDIR%%/public/-/emojis/2/speech_balloon.png
+%%WWWDIR%%/public/-/emojis/2/speech_left.png
+%%WWWDIR%%/public/-/emojis/2/speedboat.png
+%%WWWDIR%%/public/-/emojis/2/spider.png
+%%WWWDIR%%/public/-/emojis/2/spider_web.png
+%%WWWDIR%%/public/-/emojis/2/sponge.png
+%%WWWDIR%%/public/-/emojis/2/spoon.png
+%%WWWDIR%%/public/-/emojis/2/spy_tone1.png
+%%WWWDIR%%/public/-/emojis/2/spy_tone2.png
+%%WWWDIR%%/public/-/emojis/2/spy_tone3.png
+%%WWWDIR%%/public/-/emojis/2/spy_tone4.png
+%%WWWDIR%%/public/-/emojis/2/spy_tone5.png
+%%WWWDIR%%/public/-/emojis/2/squeeze_bottle.png
+%%WWWDIR%%/public/-/emojis/2/squid.png
+%%WWWDIR%%/public/-/emojis/2/stadium.png
+%%WWWDIR%%/public/-/emojis/2/star.png
+%%WWWDIR%%/public/-/emojis/2/star2.png
+%%WWWDIR%%/public/-/emojis/2/star_and_crescent.png
+%%WWWDIR%%/public/-/emojis/2/star_of_david.png
+%%WWWDIR%%/public/-/emojis/2/star_struck.png
+%%WWWDIR%%/public/-/emojis/2/stars.png
+%%WWWDIR%%/public/-/emojis/2/station.png
+%%WWWDIR%%/public/-/emojis/2/statue_of_liberty.png
+%%WWWDIR%%/public/-/emojis/2/steam_locomotive.png
+%%WWWDIR%%/public/-/emojis/2/stew.png
+%%WWWDIR%%/public/-/emojis/2/stop_button.png
+%%WWWDIR%%/public/-/emojis/2/stopwatch.png
+%%WWWDIR%%/public/-/emojis/2/straight_ruler.png
+%%WWWDIR%%/public/-/emojis/2/strawberry.png
+%%WWWDIR%%/public/-/emojis/2/stuck_out_tongue.png
+%%WWWDIR%%/public/-/emojis/2/stuck_out_tongue_closed_eyes.png
+%%WWWDIR%%/public/-/emojis/2/stuck_out_tongue_winking_eye.png
+%%WWWDIR%%/public/-/emojis/2/stuffed_flatbread.png
+%%WWWDIR%%/public/-/emojis/2/sun_with_face.png
+%%WWWDIR%%/public/-/emojis/2/sunflower.png
+%%WWWDIR%%/public/-/emojis/2/sunglasses.png
+%%WWWDIR%%/public/-/emojis/2/sunny.png
+%%WWWDIR%%/public/-/emojis/2/sunrise.png
+%%WWWDIR%%/public/-/emojis/2/sunrise_over_mountains.png
+%%WWWDIR%%/public/-/emojis/2/superhero.png
+%%WWWDIR%%/public/-/emojis/2/superhero_tone1.png
+%%WWWDIR%%/public/-/emojis/2/superhero_tone2.png
+%%WWWDIR%%/public/-/emojis/2/superhero_tone3.png
+%%WWWDIR%%/public/-/emojis/2/superhero_tone4.png
+%%WWWDIR%%/public/-/emojis/2/superhero_tone5.png
+%%WWWDIR%%/public/-/emojis/2/supervillain.png
+%%WWWDIR%%/public/-/emojis/2/supervillain_tone1.png
+%%WWWDIR%%/public/-/emojis/2/supervillain_tone2.png
+%%WWWDIR%%/public/-/emojis/2/supervillain_tone3.png
+%%WWWDIR%%/public/-/emojis/2/supervillain_tone4.png
+%%WWWDIR%%/public/-/emojis/2/supervillain_tone5.png
+%%WWWDIR%%/public/-/emojis/2/surfer.png
+%%WWWDIR%%/public/-/emojis/2/surfer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/surfer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/surfer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/surfer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/surfer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/sushi.png
+%%WWWDIR%%/public/-/emojis/2/suspension_railway.png
+%%WWWDIR%%/public/-/emojis/2/swan.png
+%%WWWDIR%%/public/-/emojis/2/sweat.png
+%%WWWDIR%%/public/-/emojis/2/sweat_drops.png
+%%WWWDIR%%/public/-/emojis/2/sweat_smile.png
+%%WWWDIR%%/public/-/emojis/2/sweet_potato.png
+%%WWWDIR%%/public/-/emojis/2/swimmer.png
+%%WWWDIR%%/public/-/emojis/2/swimmer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/swimmer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/swimmer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/swimmer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/swimmer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/symbols.png
+%%WWWDIR%%/public/-/emojis/2/synagogue.png
+%%WWWDIR%%/public/-/emojis/2/syringe.png
+%%WWWDIR%%/public/-/emojis/2/t_rex.png
+%%WWWDIR%%/public/-/emojis/2/taco.png
+%%WWWDIR%%/public/-/emojis/2/tada.png
+%%WWWDIR%%/public/-/emojis/2/takeout_box.png
+%%WWWDIR%%/public/-/emojis/2/tanabata_tree.png
+%%WWWDIR%%/public/-/emojis/2/tangerine.png
+%%WWWDIR%%/public/-/emojis/2/taurus.png
+%%WWWDIR%%/public/-/emojis/2/taxi.png
+%%WWWDIR%%/public/-/emojis/2/tea.png
+%%WWWDIR%%/public/-/emojis/2/teddy_bear.png
+%%WWWDIR%%/public/-/emojis/2/telephone_receiver.png
+%%WWWDIR%%/public/-/emojis/2/telescope.png
+%%WWWDIR%%/public/-/emojis/2/ten.png
+%%WWWDIR%%/public/-/emojis/2/tennis.png
+%%WWWDIR%%/public/-/emojis/2/tent.png
+%%WWWDIR%%/public/-/emojis/2/test_tube.png
+%%WWWDIR%%/public/-/emojis/2/thermometer.png
+%%WWWDIR%%/public/-/emojis/2/thermometer_face.png
+%%WWWDIR%%/public/-/emojis/2/thinking.png
+%%WWWDIR%%/public/-/emojis/2/third_place.png
+%%WWWDIR%%/public/-/emojis/2/thought_balloon.png
+%%WWWDIR%%/public/-/emojis/2/thread.png
+%%WWWDIR%%/public/-/emojis/2/three.png
+%%WWWDIR%%/public/-/emojis/2/thumbsdown.png
+%%WWWDIR%%/public/-/emojis/2/thumbsdown_tone1.png
+%%WWWDIR%%/public/-/emojis/2/thumbsdown_tone2.png
+%%WWWDIR%%/public/-/emojis/2/thumbsdown_tone3.png
+%%WWWDIR%%/public/-/emojis/2/thumbsdown_tone4.png
+%%WWWDIR%%/public/-/emojis/2/thumbsdown_tone5.png
+%%WWWDIR%%/public/-/emojis/2/thumbsup.png
+%%WWWDIR%%/public/-/emojis/2/thumbsup_tone1.png
+%%WWWDIR%%/public/-/emojis/2/thumbsup_tone2.png
+%%WWWDIR%%/public/-/emojis/2/thumbsup_tone3.png
+%%WWWDIR%%/public/-/emojis/2/thumbsup_tone4.png
+%%WWWDIR%%/public/-/emojis/2/thumbsup_tone5.png
+%%WWWDIR%%/public/-/emojis/2/thunder_cloud_rain.png
+%%WWWDIR%%/public/-/emojis/2/ticket.png
+%%WWWDIR%%/public/-/emojis/2/tickets.png
+%%WWWDIR%%/public/-/emojis/2/tiger.png
+%%WWWDIR%%/public/-/emojis/2/tiger2.png
+%%WWWDIR%%/public/-/emojis/2/timer.png
+%%WWWDIR%%/public/-/emojis/2/tired_face.png
+%%WWWDIR%%/public/-/emojis/2/tm.png
+%%WWWDIR%%/public/-/emojis/2/toilet.png
+%%WWWDIR%%/public/-/emojis/2/tokyo_tower.png
+%%WWWDIR%%/public/-/emojis/2/tomato.png
+%%WWWDIR%%/public/-/emojis/2/tone1.png
+%%WWWDIR%%/public/-/emojis/2/tone2.png
+%%WWWDIR%%/public/-/emojis/2/tone3.png
+%%WWWDIR%%/public/-/emojis/2/tone4.png
+%%WWWDIR%%/public/-/emojis/2/tone5.png
+%%WWWDIR%%/public/-/emojis/2/tongue.png
+%%WWWDIR%%/public/-/emojis/2/toolbox.png
+%%WWWDIR%%/public/-/emojis/2/tools.png
+%%WWWDIR%%/public/-/emojis/2/tooth.png
+%%WWWDIR%%/public/-/emojis/2/top.png
+%%WWWDIR%%/public/-/emojis/2/tophat.png
+%%WWWDIR%%/public/-/emojis/2/track_next.png
+%%WWWDIR%%/public/-/emojis/2/track_previous.png
+%%WWWDIR%%/public/-/emojis/2/trackball.png
+%%WWWDIR%%/public/-/emojis/2/tractor.png
+%%WWWDIR%%/public/-/emojis/2/traffic_light.png
+%%WWWDIR%%/public/-/emojis/2/train.png
+%%WWWDIR%%/public/-/emojis/2/train2.png
+%%WWWDIR%%/public/-/emojis/2/tram.png
+%%WWWDIR%%/public/-/emojis/2/triangular_flag_on_post.png
+%%WWWDIR%%/public/-/emojis/2/triangular_ruler.png
+%%WWWDIR%%/public/-/emojis/2/trident.png
+%%WWWDIR%%/public/-/emojis/2/triumph.png
+%%WWWDIR%%/public/-/emojis/2/trolleybus.png
+%%WWWDIR%%/public/-/emojis/2/trophy.png
+%%WWWDIR%%/public/-/emojis/2/tropical_drink.png
+%%WWWDIR%%/public/-/emojis/2/tropical_fish.png
+%%WWWDIR%%/public/-/emojis/2/truck.png
+%%WWWDIR%%/public/-/emojis/2/trumpet.png
+%%WWWDIR%%/public/-/emojis/2/tulip.png
+%%WWWDIR%%/public/-/emojis/2/tumbler_glass.png
+%%WWWDIR%%/public/-/emojis/2/turtle.png
+%%WWWDIR%%/public/-/emojis/2/tv.png
+%%WWWDIR%%/public/-/emojis/2/twisted_rightwards_arrows.png
+%%WWWDIR%%/public/-/emojis/2/two.png
+%%WWWDIR%%/public/-/emojis/2/two_hearts.png
+%%WWWDIR%%/public/-/emojis/2/two_men_holding_hands.png
+%%WWWDIR%%/public/-/emojis/2/two_women_holding_hands.png
+%%WWWDIR%%/public/-/emojis/2/u5272.png
+%%WWWDIR%%/public/-/emojis/2/u5408.png
+%%WWWDIR%%/public/-/emojis/2/u55b6.png
+%%WWWDIR%%/public/-/emojis/2/u6307.png
+%%WWWDIR%%/public/-/emojis/2/u6708.png
+%%WWWDIR%%/public/-/emojis/2/u6709.png
+%%WWWDIR%%/public/-/emojis/2/u6e80.png
+%%WWWDIR%%/public/-/emojis/2/u7121.png
+%%WWWDIR%%/public/-/emojis/2/u7533.png
+%%WWWDIR%%/public/-/emojis/2/u7981.png
+%%WWWDIR%%/public/-/emojis/2/u7a7a.png
+%%WWWDIR%%/public/-/emojis/2/umbrella.png
+%%WWWDIR%%/public/-/emojis/2/unamused.png
+%%WWWDIR%%/public/-/emojis/2/underage.png
+%%WWWDIR%%/public/-/emojis/2/unicorn.png
+%%WWWDIR%%/public/-/emojis/2/united_nations.png
+%%WWWDIR%%/public/-/emojis/2/unlock.png
+%%WWWDIR%%/public/-/emojis/2/up.png
+%%WWWDIR%%/public/-/emojis/2/upside_down.png
+%%WWWDIR%%/public/-/emojis/2/urn.png
+%%WWWDIR%%/public/-/emojis/2/v.png
+%%WWWDIR%%/public/-/emojis/2/v_tone1.png
+%%WWWDIR%%/public/-/emojis/2/v_tone2.png
+%%WWWDIR%%/public/-/emojis/2/v_tone3.png
+%%WWWDIR%%/public/-/emojis/2/v_tone4.png
+%%WWWDIR%%/public/-/emojis/2/v_tone5.png
+%%WWWDIR%%/public/-/emojis/2/vampire.png
+%%WWWDIR%%/public/-/emojis/2/vampire_tone1.png
+%%WWWDIR%%/public/-/emojis/2/vampire_tone2.png
+%%WWWDIR%%/public/-/emojis/2/vampire_tone3.png
+%%WWWDIR%%/public/-/emojis/2/vampire_tone4.png
+%%WWWDIR%%/public/-/emojis/2/vampire_tone5.png
+%%WWWDIR%%/public/-/emojis/2/vertical_traffic_light.png
+%%WWWDIR%%/public/-/emojis/2/vhs.png
+%%WWWDIR%%/public/-/emojis/2/vibration_mode.png
+%%WWWDIR%%/public/-/emojis/2/video_camera.png
+%%WWWDIR%%/public/-/emojis/2/video_game.png
+%%WWWDIR%%/public/-/emojis/2/violin.png
+%%WWWDIR%%/public/-/emojis/2/virgo.png
+%%WWWDIR%%/public/-/emojis/2/volcano.png
+%%WWWDIR%%/public/-/emojis/2/volleyball.png
+%%WWWDIR%%/public/-/emojis/2/vs.png
+%%WWWDIR%%/public/-/emojis/2/vulcan.png
+%%WWWDIR%%/public/-/emojis/2/vulcan_tone1.png
+%%WWWDIR%%/public/-/emojis/2/vulcan_tone2.png
+%%WWWDIR%%/public/-/emojis/2/vulcan_tone3.png
+%%WWWDIR%%/public/-/emojis/2/vulcan_tone4.png
+%%WWWDIR%%/public/-/emojis/2/vulcan_tone5.png
+%%WWWDIR%%/public/-/emojis/2/wales.png
+%%WWWDIR%%/public/-/emojis/2/walking.png
+%%WWWDIR%%/public/-/emojis/2/walking_tone1.png
+%%WWWDIR%%/public/-/emojis/2/walking_tone2.png
+%%WWWDIR%%/public/-/emojis/2/walking_tone3.png
+%%WWWDIR%%/public/-/emojis/2/walking_tone4.png
+%%WWWDIR%%/public/-/emojis/2/walking_tone5.png
+%%WWWDIR%%/public/-/emojis/2/waning_crescent_moon.png
+%%WWWDIR%%/public/-/emojis/2/waning_gibbous_moon.png
+%%WWWDIR%%/public/-/emojis/2/warning.png
+%%WWWDIR%%/public/-/emojis/2/wastebasket.png
+%%WWWDIR%%/public/-/emojis/2/watch.png
+%%WWWDIR%%/public/-/emojis/2/water_buffalo.png
+%%WWWDIR%%/public/-/emojis/2/water_polo.png
+%%WWWDIR%%/public/-/emojis/2/water_polo_tone1.png
+%%WWWDIR%%/public/-/emojis/2/water_polo_tone2.png
+%%WWWDIR%%/public/-/emojis/2/water_polo_tone3.png
+%%WWWDIR%%/public/-/emojis/2/water_polo_tone4.png
+%%WWWDIR%%/public/-/emojis/2/water_polo_tone5.png
+%%WWWDIR%%/public/-/emojis/2/watermelon.png
+%%WWWDIR%%/public/-/emojis/2/wave.png
+%%WWWDIR%%/public/-/emojis/2/wave_tone1.png
+%%WWWDIR%%/public/-/emojis/2/wave_tone2.png
+%%WWWDIR%%/public/-/emojis/2/wave_tone3.png
+%%WWWDIR%%/public/-/emojis/2/wave_tone4.png
+%%WWWDIR%%/public/-/emojis/2/wave_tone5.png
+%%WWWDIR%%/public/-/emojis/2/wavy_dash.png
+%%WWWDIR%%/public/-/emojis/2/waxing_crescent_moon.png
+%%WWWDIR%%/public/-/emojis/2/waxing_gibbous_moon.png
+%%WWWDIR%%/public/-/emojis/2/wc.png
+%%WWWDIR%%/public/-/emojis/2/weary.png
+%%WWWDIR%%/public/-/emojis/2/wedding.png
+%%WWWDIR%%/public/-/emojis/2/weight_lifting_man.png
+%%WWWDIR%%/public/-/emojis/2/whale.png
+%%WWWDIR%%/public/-/emojis/2/whale2.png
+%%WWWDIR%%/public/-/emojis/2/wheel_of_dharma.png
+%%WWWDIR%%/public/-/emojis/2/wheelchair.png
+%%WWWDIR%%/public/-/emojis/2/white_check_mark.png
+%%WWWDIR%%/public/-/emojis/2/white_circle.png
+%%WWWDIR%%/public/-/emojis/2/white_flag.png
+%%WWWDIR%%/public/-/emojis/2/white_flower.png
+%%WWWDIR%%/public/-/emojis/2/white_haired.png
+%%WWWDIR%%/public/-/emojis/2/white_large_square.png
+%%WWWDIR%%/public/-/emojis/2/white_medium_small_square.png
+%%WWWDIR%%/public/-/emojis/2/white_medium_square.png
+%%WWWDIR%%/public/-/emojis/2/white_small_square.png
+%%WWWDIR%%/public/-/emojis/2/white_square_button.png
+%%WWWDIR%%/public/-/emojis/2/white_sun_cloud.png
+%%WWWDIR%%/public/-/emojis/2/white_sun_rain_cloud.png
+%%WWWDIR%%/public/-/emojis/2/white_sun_small_cloud.png
+%%WWWDIR%%/public/-/emojis/2/wilted_rose.png
+%%WWWDIR%%/public/-/emojis/2/wind_blowing_face.png
+%%WWWDIR%%/public/-/emojis/2/wind_chime.png
+%%WWWDIR%%/public/-/emojis/2/wine_glass.png
+%%WWWDIR%%/public/-/emojis/2/wink.png
+%%WWWDIR%%/public/-/emojis/2/wolf.png
+%%WWWDIR%%/public/-/emojis/2/woman.png
+%%WWWDIR%%/public/-/emojis/2/woman_artist.png
+%%WWWDIR%%/public/-/emojis/2/woman_artist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_artist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_artist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_artist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_artist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_astronaut.png
+%%WWWDIR%%/public/-/emojis/2/woman_astronaut_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_astronaut_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_astronaut_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_astronaut_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_astronaut_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_bald.png
+%%WWWDIR%%/public/-/emojis/2/woman_bald_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_bald_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_bald_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_bald_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_bald_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_biking.png
+%%WWWDIR%%/public/-/emojis/2/woman_biking_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_biking_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_biking_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_biking_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_biking_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_bouncing_ball.png
+%%WWWDIR%%/public/-/emojis/2/woman_bouncing_ball_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_bouncing_ball_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_bouncing_ball_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_bouncing_ball_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_bouncing_ball_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_bowing.png
+%%WWWDIR%%/public/-/emojis/2/woman_bowing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_bowing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_bowing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_bowing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_bowing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_cartwheeling.png
+%%WWWDIR%%/public/-/emojis/2/woman_cartwheeling_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_cartwheeling_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_cartwheeling_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_cartwheeling_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_cartwheeling_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_climbing.png
+%%WWWDIR%%/public/-/emojis/2/woman_climbing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_climbing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_climbing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_climbing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_climbing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_construction_worker.png
+%%WWWDIR%%/public/-/emojis/2/woman_construction_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_construction_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_construction_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_construction_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_construction_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_cook.png
+%%WWWDIR%%/public/-/emojis/2/woman_cook_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_cook_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_cook_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_cook_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_cook_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_curly_haired.png
+%%WWWDIR%%/public/-/emojis/2/woman_curly_haired_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_curly_haired_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_curly_haired_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_curly_haired_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_curly_haired_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_detective.png
+%%WWWDIR%%/public/-/emojis/2/woman_detective_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_detective_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_detective_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_detective_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_detective_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_elf.png
+%%WWWDIR%%/public/-/emojis/2/woman_elf_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_elf_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_elf_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_elf_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_elf_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_facepalming.png
+%%WWWDIR%%/public/-/emojis/2/woman_facepalming_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_facepalming_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_facepalming_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_facepalming_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_facepalming_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_factory_worker.png
+%%WWWDIR%%/public/-/emojis/2/woman_factory_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_factory_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_factory_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_factory_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_factory_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_fairy.png
+%%WWWDIR%%/public/-/emojis/2/woman_fairy_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_fairy_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_fairy_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_fairy_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_fairy_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_farmer.png
+%%WWWDIR%%/public/-/emojis/2/woman_farmer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_farmer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_farmer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_farmer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_farmer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_firefighter.png
+%%WWWDIR%%/public/-/emojis/2/woman_firefighter_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_firefighter_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_firefighter_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_firefighter_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_firefighter_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_frowning.png
+%%WWWDIR%%/public/-/emojis/2/woman_frowning_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_frowning_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_frowning_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_frowning_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_frowning_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_genie.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_no.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_no_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_no_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_no_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_no_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_no_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_ok.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_ok_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_ok_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_ok_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_ok_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_gesturing_ok_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_face_massage.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_face_massage_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_face_massage_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_face_massage_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_face_massage_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_face_massage_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_haircut.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_haircut_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_haircut_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_haircut_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_haircut_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_getting_haircut_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_golfing.png
+%%WWWDIR%%/public/-/emojis/2/woman_golfing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_golfing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_golfing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_golfing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_golfing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_guard.png
+%%WWWDIR%%/public/-/emojis/2/woman_guard_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_guard_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_guard_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_guard_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_guard_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_health_worker.png
+%%WWWDIR%%/public/-/emojis/2/woman_health_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_health_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_health_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_health_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_health_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_lotus_position.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_lotus_position_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_lotus_position_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_lotus_position_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_lotus_position_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_lotus_position_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_steamy_room.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_steamy_room_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_steamy_room_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_steamy_room_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_steamy_room_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_in_steamy_room_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_judge.png
+%%WWWDIR%%/public/-/emojis/2/woman_judge_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_judge_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_judge_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_judge_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_judge_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_juggling.png
+%%WWWDIR%%/public/-/emojis/2/woman_juggling_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_juggling_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_juggling_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_juggling_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_juggling_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_lifting_weights.png
+%%WWWDIR%%/public/-/emojis/2/woman_lifting_weights_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_lifting_weights_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_lifting_weights_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_lifting_weights_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_lifting_weights_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_mage.png
+%%WWWDIR%%/public/-/emojis/2/woman_mage_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_mage_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_mage_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_mage_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_mage_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_mechanic.png
+%%WWWDIR%%/public/-/emojis/2/woman_mechanic_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_mechanic_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_mechanic_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_mechanic_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_mechanic_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_mountain_biking.png
+%%WWWDIR%%/public/-/emojis/2/woman_mountain_biking_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_mountain_biking_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_mountain_biking_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_mountain_biking_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_mountain_biking_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_office_worker.png
+%%WWWDIR%%/public/-/emojis/2/woman_office_worker_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_office_worker_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_office_worker_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_office_worker_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_office_worker_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_pilot.png
+%%WWWDIR%%/public/-/emojis/2/woman_pilot_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_pilot_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_pilot_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_pilot_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_pilot_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_handball.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_handball_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_handball_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_handball_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_handball_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_handball_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_water_polo.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_water_polo_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_water_polo_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_water_polo_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_water_polo_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_playing_water_polo_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_police_officer.png
+%%WWWDIR%%/public/-/emojis/2/woman_police_officer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_police_officer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_police_officer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_police_officer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_police_officer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_pouting.png
+%%WWWDIR%%/public/-/emojis/2/woman_pouting_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_pouting_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_pouting_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_pouting_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_pouting_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_raising_hand.png
+%%WWWDIR%%/public/-/emojis/2/woman_raising_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_raising_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_raising_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_raising_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_raising_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_red_haired.png
+%%WWWDIR%%/public/-/emojis/2/woman_red_haired_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_red_haired_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_red_haired_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_red_haired_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_red_haired_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_rowing_boat.png
+%%WWWDIR%%/public/-/emojis/2/woman_rowing_boat_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_rowing_boat_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_rowing_boat_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_rowing_boat_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_rowing_boat_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_running.png
+%%WWWDIR%%/public/-/emojis/2/woman_running_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_running_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_running_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_running_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_running_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_scientist.png
+%%WWWDIR%%/public/-/emojis/2/woman_scientist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_scientist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_scientist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_scientist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_scientist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_shrugging.png
+%%WWWDIR%%/public/-/emojis/2/woman_shrugging_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_shrugging_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_shrugging_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_shrugging_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_shrugging_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_singer.png
+%%WWWDIR%%/public/-/emojis/2/woman_singer_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_singer_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_singer_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_singer_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_singer_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_student.png
+%%WWWDIR%%/public/-/emojis/2/woman_student_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_student_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_student_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_student_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_student_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_superhero.png
+%%WWWDIR%%/public/-/emojis/2/woman_superhero_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_superhero_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_superhero_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_superhero_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_superhero_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_supervillain.png
+%%WWWDIR%%/public/-/emojis/2/woman_supervillain_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_supervillain_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_supervillain_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_supervillain_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_supervillain_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_surfing.png
+%%WWWDIR%%/public/-/emojis/2/woman_surfing_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_surfing_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_surfing_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_surfing_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_surfing_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_swimming.png
+%%WWWDIR%%/public/-/emojis/2/woman_swimming_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_swimming_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_swimming_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_swimming_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_swimming_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_teacher.png
+%%WWWDIR%%/public/-/emojis/2/woman_teacher_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_teacher_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_teacher_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_teacher_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_teacher_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_technologist.png
+%%WWWDIR%%/public/-/emojis/2/woman_technologist_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_technologist_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_technologist_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_technologist_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_technologist_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_tipping_hand.png
+%%WWWDIR%%/public/-/emojis/2/woman_tipping_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_tipping_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_tipping_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_tipping_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_tipping_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_vampire.png
+%%WWWDIR%%/public/-/emojis/2/woman_vampire_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_vampire_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_vampire_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_vampire_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_vampire_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_walking.png
+%%WWWDIR%%/public/-/emojis/2/woman_walking_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_walking_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_walking_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_walking_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_walking_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_wearing_turban.png
+%%WWWDIR%%/public/-/emojis/2/woman_wearing_turban_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_wearing_turban_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_wearing_turban_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_wearing_turban_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_wearing_turban_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_white_haired.png
+%%WWWDIR%%/public/-/emojis/2/woman_white_haired_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_white_haired_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_white_haired_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_white_haired_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_white_haired_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_with_headscarf.png
+%%WWWDIR%%/public/-/emojis/2/woman_with_headscarf_tone1.png
+%%WWWDIR%%/public/-/emojis/2/woman_with_headscarf_tone2.png
+%%WWWDIR%%/public/-/emojis/2/woman_with_headscarf_tone3.png
+%%WWWDIR%%/public/-/emojis/2/woman_with_headscarf_tone4.png
+%%WWWDIR%%/public/-/emojis/2/woman_with_headscarf_tone5.png
+%%WWWDIR%%/public/-/emojis/2/woman_zombie.png
+%%WWWDIR%%/public/-/emojis/2/womans_clothes.png
+%%WWWDIR%%/public/-/emojis/2/womans_flat_shoe.png
+%%WWWDIR%%/public/-/emojis/2/womans_hat.png
+%%WWWDIR%%/public/-/emojis/2/women_with_bunny_ears_partying.png
+%%WWWDIR%%/public/-/emojis/2/women_wrestling.png
+%%WWWDIR%%/public/-/emojis/2/womens.png
+%%WWWDIR%%/public/-/emojis/2/woozy_face.png
+%%WWWDIR%%/public/-/emojis/2/worried.png
+%%WWWDIR%%/public/-/emojis/2/wrench.png
+%%WWWDIR%%/public/-/emojis/2/wrestlers.png
+%%WWWDIR%%/public/-/emojis/2/writing_hand.png
+%%WWWDIR%%/public/-/emojis/2/writing_hand_tone1.png
+%%WWWDIR%%/public/-/emojis/2/writing_hand_tone2.png
+%%WWWDIR%%/public/-/emojis/2/writing_hand_tone3.png
+%%WWWDIR%%/public/-/emojis/2/writing_hand_tone4.png
+%%WWWDIR%%/public/-/emojis/2/writing_hand_tone5.png
+%%WWWDIR%%/public/-/emojis/2/x.png
+%%WWWDIR%%/public/-/emojis/2/yarn.png
+%%WWWDIR%%/public/-/emojis/2/yellow_heart.png
+%%WWWDIR%%/public/-/emojis/2/yen.png
+%%WWWDIR%%/public/-/emojis/2/yin_yang.png
+%%WWWDIR%%/public/-/emojis/2/yum.png
+%%WWWDIR%%/public/-/emojis/2/zany_face.png
+%%WWWDIR%%/public/-/emojis/2/zap.png
+%%WWWDIR%%/public/-/emojis/2/zebra.png
+%%WWWDIR%%/public/-/emojis/2/zero.png
+%%WWWDIR%%/public/-/emojis/2/zipper_mouth.png
+%%WWWDIR%%/public/-/emojis/2/zombie.png
+%%WWWDIR%%/public/-/emojis/2/zzz.png
%%WWWDIR%%/public/-/sp.js
%%WWWDIR%%/public/404.html
%%WWWDIR%%/public/422.html
@@ -22048,7 +26271,9 @@
%%WWWDIR%%/qa/qa/fixtures/auto_devops_rack/config.ru
%%WWWDIR%%/qa/qa/fixtures/designs/banana_sample.gif
%%WWWDIR%%/qa/qa/fixtures/designs/tanuki.jpg
+%%WWWDIR%%/qa/qa/fixtures/designs/testfile.png
%%WWWDIR%%/qa/qa/fixtures/designs/update/tanuki.jpg
+%%WWWDIR%%/qa/qa/fixtures/designs/update/testfile.png
%%WWWDIR%%/qa/qa/fixtures/designs/values.png
%%WWWDIR%%/qa/qa/fixtures/kubernetes_agent/agentk-config.yaml.erb
%%WWWDIR%%/qa/qa/fixtures/kubernetes_agent/agentk-manifest.yaml.erb
@@ -22099,6 +26324,7 @@
%%WWWDIR%%/qa/qa/page/component/dropdown_filter.rb
%%WWWDIR%%/qa/qa/page/component/dropzone.rb
%%WWWDIR%%/qa/qa/page/component/groups_filter.rb
+%%WWWDIR%%/qa/qa/page/component/invite_members_modal.rb
%%WWWDIR%%/qa/qa/page/component/issuable/common.rb
%%WWWDIR%%/qa/qa/page/component/issuable/sidebar.rb
%%WWWDIR%%/qa/qa/page/component/issue_board/show.rb
@@ -22113,6 +26339,9 @@
%%WWWDIR%%/qa/qa/page/component/users_select.rb
%%WWWDIR%%/qa/qa/page/component/web_ide/alert.rb
%%WWWDIR%%/qa/qa/page/component/web_ide/modal/create_new_file.rb
+%%WWWDIR%%/qa/qa/page/component/wiki.rb
+%%WWWDIR%%/qa/qa/page/component/wiki_page_form.rb
+%%WWWDIR%%/qa/qa/page/component/wiki_sidebar.rb
%%WWWDIR%%/qa/qa/page/dashboard/groups.rb
%%WWWDIR%%/qa/qa/page/dashboard/projects.rb
%%WWWDIR%%/qa/qa/page/dashboard/snippet/edit.rb
@@ -22134,6 +26363,7 @@
%%WWWDIR%%/qa/qa/page/group/milestone/new.rb
%%WWWDIR%%/qa/qa/page/group/new.rb
%%WWWDIR%%/qa/qa/page/group/settings/general.rb
+%%WWWDIR%%/qa/qa/page/group/settings/package_registries.rb
%%WWWDIR%%/qa/qa/page/group/show.rb
%%WWWDIR%%/qa/qa/page/group/sub_menus/common.rb
%%WWWDIR%%/qa/qa/page/issuable/new.rb
@@ -22192,6 +26422,7 @@
%%WWWDIR%%/qa/qa/page/project/pipeline/index.rb
%%WWWDIR%%/qa/qa/page/project/pipeline/new.rb
%%WWWDIR%%/qa/qa/page/project/pipeline/show.rb
+%%WWWDIR%%/qa/qa/page/project/registry/show.rb
%%WWWDIR%%/qa/qa/page/project/settings/advanced.rb
%%WWWDIR%%/qa/qa/page/project/settings/auto_devops.rb
%%WWWDIR%%/qa/qa/page/project/settings/ci_cd.rb
@@ -22233,7 +26464,6 @@
%%WWWDIR%%/qa/qa/page/project/wiki/git_access.rb
%%WWWDIR%%/qa/qa/page/project/wiki/list.rb
%%WWWDIR%%/qa/qa/page/project/wiki/show.rb
-%%WWWDIR%%/qa/qa/page/project/wiki/sidebar.rb
%%WWWDIR%%/qa/qa/page/registration/sign_up.rb
%%WWWDIR%%/qa/qa/page/registration/welcome.rb
%%WWWDIR%%/qa/qa/page/search/results.rb
@@ -22271,6 +26501,7 @@
%%WWWDIR%%/qa/qa/resource/project_milestone.rb
%%WWWDIR%%/qa/qa/resource/project_snippet.rb
%%WWWDIR%%/qa/qa/resource/protected_branch.rb
+%%WWWDIR%%/qa/qa/resource/registry_repository.rb
%%WWWDIR%%/qa/qa/resource/repository/commit.rb
%%WWWDIR%%/qa/qa/resource/repository/project_push.rb
%%WWWDIR%%/qa/qa/resource/repository/push.rb
@@ -22283,6 +26514,7 @@
%%WWWDIR%%/qa/qa/resource/user.rb
%%WWWDIR%%/qa/qa/resource/user_gpg.rb
%%WWWDIR%%/qa/qa/resource/visibility.rb
+%%WWWDIR%%/qa/qa/resource/wiki/group_page.rb
%%WWWDIR%%/qa/qa/resource/wiki/project_page.rb
%%WWWDIR%%/qa/qa/runtime/address.rb
%%WWWDIR%%/qa/qa/runtime/api/client.rb
@@ -22362,7 +26594,7 @@
%%WWWDIR%%/qa/qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb
%%WWWDIR%%/qa/qa/specs/features/api/3_create/repository/files_spec.rb
%%WWWDIR%%/qa/qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb
-%%WWWDIR%%/qa/qa/specs/features/api/4_verify/pipeline_deletion_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/api/3_create/snippet/snippet_repository_storage_move_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/group/create_group_with_mattermost_team_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb
@@ -22405,6 +26637,7 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb
@@ -22463,6 +26696,7 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/5_package/composer_registry_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/5_package/conan_repository_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/5_package/container_registry_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/5_package/generic_repository_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/5_package/maven_gradle_repository_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/5_package/maven_repository_spec.rb
@@ -22572,6 +26806,9 @@
%%WWWDIR%%/qa/spec/support/ssh_spec.rb
%%WWWDIR%%/qa/spec/support/wait_for_requests_spec.rb
%%WWWDIR%%/qa/spec/support/waiter_spec.rb
+%%WWWDIR%%/qa/tls_certificates/authority/ca.crt
+%%WWWDIR%%/qa/tls_certificates/authority/ca.key
+%%WWWDIR%%/qa/tls_certificates/authority/ca.pem
%%WWWDIR%%/rubocop/code_reuse_helpers.rb
%%WWWDIR%%/rubocop/cop/active_record_association_reload.rb
%%WWWDIR%%/rubocop/cop/api/base.rb
@@ -22696,13 +26933,12 @@
%%WWWDIR%%/scripts/frontend/check_dependencies.sh
%%WWWDIR%%/scripts/frontend/check_no_partial_karma_jest.sh
%%WWWDIR%%/scripts/frontend/check_page_bundle_mixins_css_for_sideeffects.js
+%%WWWDIR%%/scripts/frontend/execute-on-staged-files.sh
%%WWWDIR%%/scripts/frontend/extract_gettext_all.js
%%WWWDIR%%/scripts/frontend/file_test_coverage.js
-%%WWWDIR%%/scripts/frontend/frontend_script_utils.js
%%WWWDIR%%/scripts/frontend/merge_coverage_frontend.js
%%WWWDIR%%/scripts/frontend/parallel_ci_sequencer.js
%%WWWDIR%%/scripts/frontend/postinstall.js
-%%WWWDIR%%/scripts/frontend/prettier.js
%%WWWDIR%%/scripts/frontend/stylelint/stylelint-duplicate-selectors.js
%%WWWDIR%%/scripts/frontend/stylelint/stylelint-utility-classes.js
%%WWWDIR%%/scripts/frontend/stylelint/stylelint-utility-map.js
@@ -22747,7 +26983,6 @@
%%WWWDIR%%/scripts/trigger-build
%%WWWDIR%%/scripts/unpack-test-mapping
%%WWWDIR%%/scripts/update-feature-categories
-%%WWWDIR%%/scripts/update-workhorse
%%WWWDIR%%/scripts/used-feature-flags
%%WWWDIR%%/scripts/utils.sh
%%WWWDIR%%/scripts/validate_migration_schema
@@ -22782,7 +27017,6 @@
%%WWWDIR%%/spec/controllers/admin/identities_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/impersonations_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/instance_review_controller_spec.rb
-%%WWWDIR%%/spec/controllers/admin/instance_statistics_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/integrations_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/jobs_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/plan_limits_controller_spec.rb
@@ -22793,6 +27027,7 @@
%%WWWDIR%%/spec/controllers/admin/services_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/sessions_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/spam_logs_controller_spec.rb
+%%WWWDIR%%/spec/controllers/admin/usage_trends_controller_spec.rb
%%WWWDIR%%/spec/controllers/admin/users_controller_spec.rb
%%WWWDIR%%/spec/controllers/application_controller_spec.rb
%%WWWDIR%%/spec/controllers/autocomplete_controller_spec.rb
@@ -22878,7 +27113,6 @@
%%WWWDIR%%/spec/controllers/jira_connect/subscriptions_controller_spec.rb
%%WWWDIR%%/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb
%%WWWDIR%%/spec/controllers/metrics_controller_spec.rb
-%%WWWDIR%%/spec/controllers/notification_settings_controller_spec.rb
%%WWWDIR%%/spec/controllers/oauth/applications_controller_spec.rb
%%WWWDIR%%/spec/controllers/oauth/authorizations_controller_spec.rb
%%WWWDIR%%/spec/controllers/oauth/authorized_applications_controller_spec.rb
@@ -23031,7 +27265,6 @@
%%WWWDIR%%/spec/dependencies/omniauth_saml_spec.rb
%%WWWDIR%%/spec/deprecation_toolkit_env.rb
%%WWWDIR%%/spec/docs_screenshots/container_registry_docs.rb
-%%WWWDIR%%/spec/experiments/application_experiment/cache_spec.rb
%%WWWDIR%%/spec/experiments/application_experiment_spec.rb
%%WWWDIR%%/spec/experiments/members/invite_email_experiment_spec.rb
%%WWWDIR%%/spec/experiments/new_project_readme_experiment_spec.rb
@@ -23040,7 +27273,7 @@
%%WWWDIR%%/spec/factories/alert_management/alerts.rb
%%WWWDIR%%/spec/factories/alert_management/http_integrations.rb
%%WWWDIR%%/spec/factories/analytics/cycle_analytics/project_stages.rb
-%%WWWDIR%%/spec/factories/analytics/instance_statistics/measurement.rb
+%%WWWDIR%%/spec/factories/analytics/usage_trends/measurement.rb
%%WWWDIR%%/spec/factories/appearances.rb
%%WWWDIR%%/spec/factories/application_settings.rb
%%WWWDIR%%/spec/factories/approvals.rb
@@ -23143,6 +27376,8 @@
%%WWWDIR%%/spec/factories/gitaly/commit.rb
%%WWWDIR%%/spec/factories/gitaly/commit_author.rb
%%WWWDIR%%/spec/factories/gitaly/tag.rb
+%%WWWDIR%%/spec/factories/gitlab/database/background_migration/batched_jobs.rb
+%%WWWDIR%%/spec/factories/gitlab/database/background_migration/batched_migrations.rb
%%WWWDIR%%/spec/factories/gitlab/database/postgres_index.rb
%%WWWDIR%%/spec/factories/gitlab/database/postgres_index_bloat_estimate.rb
%%WWWDIR%%/spec/factories/gitlab/database/reindexing/reindex_action.rb
@@ -23173,7 +27408,6 @@
%%WWWDIR%%/spec/factories/issue_links.rb
%%WWWDIR%%/spec/factories/issues.rb
%%WWWDIR%%/spec/factories/issues/csv_import.rb
-%%WWWDIR%%/spec/factories/iterations.rb
%%WWWDIR%%/spec/factories/jira_connect_installation.rb
%%WWWDIR%%/spec/factories/jira_connect_subscription.rb
%%WWWDIR%%/spec/factories/jira_import_states.rb
@@ -23389,6 +27623,7 @@
%%WWWDIR%%/spec/features/boards/reload_boards_on_browser_back_spec.rb
%%WWWDIR%%/spec/features/boards/sidebar_spec.rb
%%WWWDIR%%/spec/features/boards/sub_group_project_spec.rb
+%%WWWDIR%%/spec/features/boards/user_adds_lists_to_board_spec.rb
%%WWWDIR%%/spec/features/breadcrumbs_schema_markup_spec.rb
%%WWWDIR%%/spec/features/broadcast_messages_spec.rb
%%WWWDIR%%/spec/features/calendar_spec.rb
@@ -23495,6 +27730,7 @@
%%WWWDIR%%/spec/features/groups/settings/group_badges_spec.rb
%%WWWDIR%%/spec/features/groups/settings/packages_and_registries_spec.rb
%%WWWDIR%%/spec/features/groups/settings/repository_spec.rb
+%%WWWDIR%%/spec/features/groups/settings/user_searches_in_settings_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
@@ -23931,6 +28167,7 @@
%%WWWDIR%%/spec/features/projects/settings/user_manages_merge_requests_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/user_manages_project_members_spec.rb
%%WWWDIR%%/spec/features/projects/settings/user_renames_a_project_spec.rb
+%%WWWDIR%%/spec/features/projects/settings/user_searches_in_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/user_sees_revoke_deploy_token_modal_spec.rb
%%WWWDIR%%/spec/features/projects/settings/user_tags_project_spec.rb
%%WWWDIR%%/spec/features/projects/settings/user_transfers_a_project_spec.rb
@@ -24063,6 +28300,7 @@
%%WWWDIR%%/spec/features/whats_new_spec.rb
%%WWWDIR%%/spec/finders/abuse_reports_finder_spec.rb
%%WWWDIR%%/spec/finders/access_requests_finder_spec.rb
+%%WWWDIR%%/spec/finders/admin/plans_finder_spec.rb
%%WWWDIR%%/spec/finders/admin/projects_finder_spec.rb
%%WWWDIR%%/spec/finders/alert_management/alerts_finder_spec.rb
%%WWWDIR%%/spec/finders/alert_management/http_integrations_finder_spec.rb
@@ -24073,6 +28311,7 @@
%%WWWDIR%%/spec/finders/autocomplete/project_finder_spec.rb
%%WWWDIR%%/spec/finders/autocomplete/users_finder_spec.rb
%%WWWDIR%%/spec/finders/award_emojis_finder_spec.rb
+%%WWWDIR%%/spec/finders/boards/boards_finder_spec.rb
%%WWWDIR%%/spec/finders/boards/visits_finder_spec.rb
%%WWWDIR%%/spec/finders/branches_finder_spec.rb
%%WWWDIR%%/spec/finders/ci/auth_job_finder_spec.rb
@@ -24085,7 +28324,6 @@
%%WWWDIR%%/spec/finders/ci/pipelines_for_merge_request_finder_spec.rb
%%WWWDIR%%/spec/finders/ci/runner_jobs_finder_spec.rb
%%WWWDIR%%/spec/finders/ci/runners_finder_spec.rb
-%%WWWDIR%%/spec/finders/ci/testing/daily_build_group_report_results_finder_spec.rb
%%WWWDIR%%/spec/finders/ci/variables_finder_spec.rb
%%WWWDIR%%/spec/finders/cluster_ancestors_finder_spec.rb
%%WWWDIR%%/spec/finders/clusters/knative_services_finder_spec.rb
@@ -24126,6 +28364,7 @@
%%WWWDIR%%/spec/finders/metrics/dashboards/annotations_finder_spec.rb
%%WWWDIR%%/spec/finders/metrics/users_starred_dashboards_finder_spec.rb
%%WWWDIR%%/spec/finders/milestones_finder_spec.rb
+%%WWWDIR%%/spec/finders/namespaces/projects_finder_spec.rb
%%WWWDIR%%/spec/finders/notes_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/conan/package_file_finder_spec.rb
%%WWWDIR%%/spec/finders/packages/conan/package_finder_spec.rb
@@ -24145,6 +28384,7 @@
%%WWWDIR%%/spec/finders/personal_access_tokens_finder_spec.rb
%%WWWDIR%%/spec/finders/personal_projects_finder_spec.rb
%%WWWDIR%%/spec/finders/projects/export_job_finder_spec.rb
+%%WWWDIR%%/spec/finders/projects/groups_finder_spec.rb
%%WWWDIR%%/spec/finders/projects/prometheus/alerts_finder_spec.rb
%%WWWDIR%%/spec/finders/projects/serverless/functions_finder_spec.rb
%%WWWDIR%%/spec/finders/projects_finder_spec.rb
@@ -24152,7 +28392,7 @@
%%WWWDIR%%/spec/finders/protected_branches_finder_spec.rb
%%WWWDIR%%/spec/finders/releases/evidence_pipeline_finder_spec.rb
%%WWWDIR%%/spec/finders/releases_finder_spec.rb
-%%WWWDIR%%/spec/finders/repositories/commits_with_trailer_finder_spec.rb
+%%WWWDIR%%/spec/finders/repositories/changelog_commits_finder_spec.rb
%%WWWDIR%%/spec/finders/repositories/previous_tag_finder_spec.rb
%%WWWDIR%%/spec/finders/resource_milestone_event_finder_spec.rb
%%WWWDIR%%/spec/finders/resource_state_event_finder_spec.rb
@@ -24875,7 +29115,10 @@
%%WWWDIR%%/spec/fixtures/project_export.tar.gz
%%WWWDIR%%/spec/fixtures/project_services/campfire/rooms.json
%%WWWDIR%%/spec/fixtures/project_services/campfire/rooms2.json
+%%WWWDIR%%/spec/fixtures/rails_sample.bmp
%%WWWDIR%%/spec/fixtures/rails_sample.jpg
+%%WWWDIR%%/spec/fixtures/rails_sample.png
+%%WWWDIR%%/spec/fixtures/rails_sample.tif
%%WWWDIR%%/spec/fixtures/referees/metrics_referee.json.gz
%%WWWDIR%%/spec/fixtures/referees/network_referee.json.gz
%%WWWDIR%%/spec/fixtures/safe_zip/invalid-symlink-does-not-exist.zip
@@ -24883,6 +29126,7 @@
%%WWWDIR%%/spec/fixtures/safe_zip/valid-non-writeable.zip
%%WWWDIR%%/spec/fixtures/safe_zip/valid-simple.zip
%%WWWDIR%%/spec/fixtures/safe_zip/valid-symlinks-first.zip
+%%WWWDIR%%/spec/fixtures/sample.ico
%%WWWDIR%%/spec/fixtures/sample_doc.md
%%WWWDIR%%/spec/fixtures/sanitized.svg
%%WWWDIR%%/spec/fixtures/security_reports/master/gl-sast-report.json
@@ -24947,6 +29191,7 @@
%%WWWDIR%%/spec/frontend/__helpers__/experimentation_helper.js
%%WWWDIR%%/spec/frontend/__helpers__/fake_date/fake_date.js
%%WWWDIR%%/spec/frontend/__helpers__/fake_date/fake_date_spec.js
+%%WWWDIR%%/spec/frontend/__helpers__/fake_date/fixtures.js
%%WWWDIR%%/spec/frontend/__helpers__/fake_date/index.js
%%WWWDIR%%/spec/frontend/__helpers__/fake_date/jest.js
%%WWWDIR%%/spec/frontend/__helpers__/fake_request_animation_frame.js
@@ -24999,6 +29244,9 @@
%%WWWDIR%%/spec/frontend/__mocks__/sortablejs/index.js
%%WWWDIR%%/spec/frontend/access_tokens/components/__snapshots__/expires_at_field_spec.js.snap
%%WWWDIR%%/spec/frontend/access_tokens/components/expires_at_field_spec.js
+%%WWWDIR%%/spec/frontend/access_tokens/components/projects_field_spec.js
+%%WWWDIR%%/spec/frontend/access_tokens/components/projects_token_selector_spec.js
+%%WWWDIR%%/spec/frontend/access_tokens/index_spec.js
%%WWWDIR%%/spec/frontend/actioncable_connection_monitor_spec.js
%%WWWDIR%%/spec/frontend/activities_spec.js
%%WWWDIR%%/spec/frontend/add_context_commits_modal/components/__snapshots__/add_context_commits_modal_spec.js.snap
@@ -25020,6 +29268,7 @@
%%WWWDIR%%/spec/frontend/admin/users/constants.js
%%WWWDIR%%/spec/frontend/admin/users/index_spec.js
%%WWWDIR%%/spec/frontend/admin/users/mock_data.js
+%%WWWDIR%%/spec/frontend/admin/users/tabs_spec.js
%%WWWDIR%%/spec/frontend/alert_handler_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/alert_management_empty_state_spec.js
%%WWWDIR%%/spec/frontend/alert_management/components/alert_management_list_wrapper_spec.js
@@ -25033,19 +29282,19 @@
%%WWWDIR%%/spec/frontend/alerts_settings/components/mocks/apollo_mock.js
%%WWWDIR%%/spec/frontend/alerts_settings/components/mocks/integrations.json
%%WWWDIR%%/spec/frontend/alerts_settings/components/util.js
-%%WWWDIR%%/spec/frontend/alerts_settings/mocks/alertFields.json
+%%WWWDIR%%/spec/frontend/alerts_settings/mocks/alert_fields.json
+%%WWWDIR%%/spec/frontend/alerts_settings/mocks/parsed_mapping.json
%%WWWDIR%%/spec/frontend/alerts_settings/utils/mapping_transformations_spec.js
%%WWWDIR%%/spec/frontend/analytics/components/activity_chart_spec.js
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/apollo_mock_data.js
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/__snapshots__/instance_statistics_count_chart_spec.js.snap
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/app_spec.js
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/instance_counts_spec.js
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/instance_statistics_count_chart_spec.js
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/projects_and_groups_chart_spec.js
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/components/users_chart_spec.js
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/mock_data.js
-%%WWWDIR%%/spec/frontend/analytics/instance_statistics/utils_spec.js
%%WWWDIR%%/spec/frontend/analytics/shared/components/metric_card_spec.js
+%%WWWDIR%%/spec/frontend/analytics/usage_trends/apollo_mock_data.js
+%%WWWDIR%%/spec/frontend/analytics/usage_trends/components/__snapshots__/usage_trends_count_chart_spec.js.snap
+%%WWWDIR%%/spec/frontend/analytics/usage_trends/components/app_spec.js
+%%WWWDIR%%/spec/frontend/analytics/usage_trends/components/instance_counts_spec.js
+%%WWWDIR%%/spec/frontend/analytics/usage_trends/components/usage_trends_count_chart_spec.js
+%%WWWDIR%%/spec/frontend/analytics/usage_trends/components/users_chart_spec.js
+%%WWWDIR%%/spec/frontend/analytics/usage_trends/mock_data.js
+%%WWWDIR%%/spec/frontend/analytics/usage_trends/utils_spec.js
%%WWWDIR%%/spec/frontend/api/api_utils_spec.js
%%WWWDIR%%/spec/frontend/api_spec.js
%%WWWDIR%%/spec/frontend/artifacts_settings/components/__snapshots__/keep_latest_artifact_checkbox_spec.js.snap
@@ -25123,14 +29372,17 @@
%%WWWDIR%%/spec/frontend/blob/viewer/index_spec.js
%%WWWDIR%%/spec/frontend/blob_edit/blob_bundle_spec.js
%%WWWDIR%%/spec/frontend/blob_edit/edit_blob_spec.js
+%%WWWDIR%%/spec/frontend/boards/board_card_inner_spec.js
%%WWWDIR%%/spec/frontend/boards/board_list_deprecated_spec.js
%%WWWDIR%%/spec/frontend/boards/board_list_helper.js
%%WWWDIR%%/spec/frontend/boards/board_list_spec.js
%%WWWDIR%%/spec/frontend/boards/board_new_issue_deprecated_spec.js
%%WWWDIR%%/spec/frontend/boards/boards_store_spec.js
%%WWWDIR%%/spec/frontend/boards/boards_util_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/board_add_new_column_form_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/board_add_new_column_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/board_card_deprecated_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_card_layout_deprecated_spec.js
-%%WWWDIR%%/spec/frontend/boards/components/board_card_layout_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_card_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_column_deprecated_spec.js
%%WWWDIR%%/spec/frontend/boards/components/board_column_spec.js
@@ -25143,20 +29395,19 @@
%%WWWDIR%%/spec/frontend/boards/components/board_settings_sidebar_spec.js
%%WWWDIR%%/spec/frontend/boards/components/boards_selector_deprecated_spec.js
%%WWWDIR%%/spec/frontend/boards/components/boards_selector_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/filtered_search_spec.js
%%WWWDIR%%/spec/frontend/boards/components/issuable_title_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_deprecated_spec.js
%%WWWDIR%%/spec/frontend/boards/components/issue_time_estimate_spec.js
+%%WWWDIR%%/spec/frontend/boards/components/item_count_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_editable_item_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_due_date_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_issue_title_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_labels_select_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_milestone_select_spec.js
%%WWWDIR%%/spec/frontend/boards/components/sidebar/board_sidebar_subscription_spec.js
-%%WWWDIR%%/spec/frontend/boards/components/sidebar/remove_issue_spec.js
%%WWWDIR%%/spec/frontend/boards/issue_card_deprecated_spec.js
-%%WWWDIR%%/spec/frontend/boards/issue_card_inner_spec.js
%%WWWDIR%%/spec/frontend/boards/issue_spec.js
%%WWWDIR%%/spec/frontend/boards/list_spec.js
%%WWWDIR%%/spec/frontend/boards/mock_data.js
@@ -25176,8 +29427,10 @@
%%WWWDIR%%/spec/frontend/branches/components/graph_bar_spec.js
%%WWWDIR%%/spec/frontend/branches/divergence_graph_spec.js
%%WWWDIR%%/spec/frontend/broadcast_notification_spec.js
+%%WWWDIR%%/spec/frontend/captcha/captcha_modal_axios_interceptor_spec.js
%%WWWDIR%%/spec/frontend/captcha/captcha_modal_spec.js
%%WWWDIR%%/spec/frontend/captcha/init_recaptcha_script_spec.js
+%%WWWDIR%%/spec/frontend/captcha/wait_for_captcha_to_be_solved_spec.js
%%WWWDIR%%/spec/frontend/ci_lint/components/ci_lint_spec.js
%%WWWDIR%%/spec/frontend/ci_lint/mock_data.js
%%WWWDIR%%/spec/frontend/ci_settings_pipeline_triggers/components/triggers_list_spec.js
@@ -25396,6 +29649,9 @@
%%WWWDIR%%/spec/frontend/editor/editor_lite_extension_base_spec.js
%%WWWDIR%%/spec/frontend/editor/editor_lite_spec.js
%%WWWDIR%%/spec/frontend/editor/editor_markdown_ext_spec.js
+%%WWWDIR%%/spec/frontend/emoji/components/category_spec.js
+%%WWWDIR%%/spec/frontend/emoji/components/emoji_group_spec.js
+%%WWWDIR%%/spec/frontend/emoji/components/emoji_list_spec.js
%%WWWDIR%%/spec/frontend/emoji/index_spec.js
%%WWWDIR%%/spec/frontend/emoji/support/unicode_support_map_spec.js
%%WWWDIR%%/spec/frontend/environment.js
@@ -25440,6 +29696,8 @@
%%WWWDIR%%/spec/frontend/error_tracking_settings/store/getters_spec.js
%%WWWDIR%%/spec/frontend/error_tracking_settings/store/mutation_spec.js
%%WWWDIR%%/spec/frontend/error_tracking_settings/utils_spec.js
+%%WWWDIR%%/spec/frontend/experimentation/experiment_tracking_spec.js
+%%WWWDIR%%/spec/frontend/experimentation/utils_spec.js
%%WWWDIR%%/spec/frontend/feature_flags/components/configure_feature_flags_modal_spec.js
%%WWWDIR%%/spec/frontend/feature_flags/components/edit_feature_flag_spec.js
%%WWWDIR%%/spec/frontend/feature_flags/components/environments_dropdown_spec.js
@@ -25537,7 +29795,6 @@
%%WWWDIR%%/spec/frontend/fixtures/static/sketch_viewer.html
%%WWWDIR%%/spec/frontend/fixtures/static/whats_new_notification.html
%%WWWDIR%%/spec/frontend/fixtures/tags.rb
-%%WWWDIR%%/spec/frontend/fixtures/test_report.rb
%%WWWDIR%%/spec/frontend/fixtures/todos.rb
%%WWWDIR%%/spec/frontend/fixtures/u2f.rb
%%WWWDIR%%/spec/frontend/fixtures/webauthn.rb
@@ -25769,9 +30026,14 @@
%%WWWDIR%%/spec/frontend/invite_member/components/invite_member_modal_spec.js
%%WWWDIR%%/spec/frontend/invite_member/components/invite_member_trigger_mock_data.js
%%WWWDIR%%/spec/frontend/invite_member/components/invite_member_trigger_spec.js
+%%WWWDIR%%/spec/frontend/invite_members/components/group_select_spec.js
+%%WWWDIR%%/spec/frontend/invite_members/components/invite_group_trigger_spec.js
%%WWWDIR%%/spec/frontend/invite_members/components/invite_members_modal_spec.js
%%WWWDIR%%/spec/frontend/invite_members/components/invite_members_trigger_spec.js
%%WWWDIR%%/spec/frontend/invite_members/components/members_token_select_spec.js
+%%WWWDIR%%/spec/frontend/issuable/components/csv_export_modal_spec.js
+%%WWWDIR%%/spec/frontend/issuable/components/csv_import_export_buttons_spec.js
+%%WWWDIR%%/spec/frontend/issuable/components/csv_import_modal_spec.js
%%WWWDIR%%/spec/frontend/issuable/components/issuable_by_email_spec.js
%%WWWDIR%%/spec/frontend/issuable/related_issues/components/add_issuable_form_spec.js
%%WWWDIR%%/spec/frontend/issuable/related_issues/components/issue_token_spec.js
@@ -25820,7 +30082,9 @@
%%WWWDIR%%/spec/frontend/issues_list/components/__snapshots__/issuables_list_app_spec.js.snap
%%WWWDIR%%/spec/frontend/issues_list/components/issuable_spec.js
%%WWWDIR%%/spec/frontend/issues_list/components/issuables_list_app_spec.js
-%%WWWDIR%%/spec/frontend/issues_list/components/jira_issues_list_root_spec.js
+%%WWWDIR%%/spec/frontend/issues_list/components/issue_card_time_info_spec.js
+%%WWWDIR%%/spec/frontend/issues_list/components/issues_list_app_spec.js
+%%WWWDIR%%/spec/frontend/issues_list/components/jira_issues_import_status_app_spec.js
%%WWWDIR%%/spec/frontend/issues_list/issuable_list_test_data.js
%%WWWDIR%%/spec/frontend/issues_list/service_desk_helper_spec.js
%%WWWDIR%%/spec/frontend/jest_self_check/mocks_spec.js
@@ -25831,6 +30095,7 @@
%%WWWDIR%%/spec/frontend/jira_connect/index_spec.js
%%WWWDIR%%/spec/frontend/jira_connect/mock_data.js
%%WWWDIR%%/spec/frontend/jira_connect/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/jira_connect/utils_spec.js
%%WWWDIR%%/spec/frontend/jira_import/components/__snapshots__/jira_import_form_spec.js.snap
%%WWWDIR%%/spec/frontend/jira_import/components/jira_import_app_spec.js
%%WWWDIR%%/spec/frontend/jira_import/components/jira_import_form_spec.js
@@ -25892,7 +30157,6 @@
%%WWWDIR%%/spec/frontend/lib/utils/datetime_utility_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/dom_utils_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/downloader_spec.js
-%%WWWDIR%%/spec/frontend/lib/utils/experimentation_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/favicon_ci_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/favicon_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/file_upload_spec.js
@@ -25906,6 +30170,7 @@
%%WWWDIR%%/spec/frontend/lib/utils/number_utility_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/poll_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/poll_until_complete_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/select2_utils_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/set_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/sticky_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/suppress_ajax_errors_during_navigation_spec.js
@@ -25963,6 +30228,7 @@
%%WWWDIR%%/spec/frontend/members/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/members/store/utils_spec.js
%%WWWDIR%%/spec/frontend/members/utils_spec.js
+%%WWWDIR%%/spec/frontend/merge_conflicts/store/actions_spec.js
%%WWWDIR%%/spec/frontend/merge_request/components/status_box_spec.js
%%WWWDIR%%/spec/frontend/merge_request_spec.js
%%WWWDIR%%/spec/frontend/merge_request_tabs_spec.js
@@ -26110,6 +30376,7 @@
%%WWWDIR%%/spec/frontend/packages/details/components/composer_installation_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/conan_installation_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/dependency_row_spec.js
+%%WWWDIR%%/spec/frontend/packages/details/components/installation_title_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/installations_commands_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/maven_installation_spec.js
%%WWWDIR%%/spec/frontend/packages/details/components/npm_installation_spec.js
@@ -26162,6 +30429,8 @@
%%WWWDIR%%/spec/frontend/pages/milestones/shared/components/delete_milestone_modal_spec.js
%%WWWDIR%%/spec/frontend/pages/milestones/shared/components/promote_milestone_modal_spec.js
%%WWWDIR%%/spec/frontend/pages/profiles/show/emoji_menu_spec.js
+%%WWWDIR%%/spec/frontend/pages/projects/forks/new/components/app_spec.js
+%%WWWDIR%%/spec/frontend/pages/projects/forks/new/components/fork_form_spec.js
%%WWWDIR%%/spec/frontend/pages/projects/forks/new/components/fork_groups_list_item_spec.js
%%WWWDIR%%/spec/frontend/pages/projects/forks/new/components/fork_groups_list_spec.js
%%WWWDIR%%/spec/frontend/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap
@@ -26171,6 +30440,8 @@
%%WWWDIR%%/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_b_spec.js.snap
%%WWWDIR%%/spec/frontend/pages/projects/learn_gitlab/components/learn_gitlab_a_spec.js
%%WWWDIR%%/spec/frontend/pages/projects/learn_gitlab/components/learn_gitlab_b_spec.js
+%%WWWDIR%%/spec/frontend/pages/projects/learn_gitlab/components/learn_gitlab_info_card_spec.js
+%%WWWDIR%%/spec/frontend/pages/projects/learn_gitlab/components/mock_data.js
%%WWWDIR%%/spec/frontend/pages/projects/merge_requests/edit/check_form_state_spec.js
%%WWWDIR%%/spec/frontend/pages/projects/pipeline_schedules/shared/components/interval_pattern_input_spec.js
%%WWWDIR%%/spec/frontend/pages/projects/pipeline_schedules/shared/components/pipeline_schedule_callout_spec.js
@@ -26182,6 +30453,7 @@
%%WWWDIR%%/spec/frontend/pages/search/show/refresh_counts_spec.js
%%WWWDIR%%/spec/frontend/pages/sessions/new/preserve_url_fragment_spec.js
%%WWWDIR%%/spec/frontend/pages/sessions/new/signin_tabs_memoizer_spec.js
+%%WWWDIR%%/spec/frontend/pages/shared/wikis/wiki_alert_spec.js
%%WWWDIR%%/spec/frontend/pdf/index_spec.js
%%WWWDIR%%/spec/frontend/pdf/page_spec.js
%%WWWDIR%%/spec/frontend/performance_bar/components/add_request_spec.js
@@ -26198,6 +30470,7 @@
%%WWWDIR%%/spec/frontend/pipeline_editor/components/editor/ci_config_merged_preview_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/editor/text_editor_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/header/pipeline_editor_header_spec.js
+%%WWWDIR%%/spec/frontend/pipeline_editor/components/header/pipeline_status_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/header/validation_segment_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/lint/ci_lint_results_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/lint/ci_lint_spec.js
@@ -26205,12 +30478,14 @@
%%WWWDIR%%/spec/frontend/pipeline_editor/components/pipeline_editor_tabs_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/ui/confirm_unsaved_changes_dialog_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/components/ui/editor_tab_spec.js
+%%WWWDIR%%/spec/frontend/pipeline_editor/components/ui/pipeline_editor_empty_state_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/graphql/__snapshots__/resolvers_spec.js.snap
%%WWWDIR%%/spec/frontend/pipeline_editor/graphql/resolvers_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/mock_data.js
%%WWWDIR%%/spec/frontend/pipeline_editor/pipeline_editor_app_spec.js
%%WWWDIR%%/spec/frontend/pipeline_editor/pipeline_editor_home_spec.js
%%WWWDIR%%/spec/frontend/pipeline_new/components/pipeline_new_form_spec.js
+%%WWWDIR%%/spec/frontend/pipeline_new/components/refs_dropdown_spec.js
%%WWWDIR%%/spec/frontend/pipeline_new/mock_data.js
%%WWWDIR%%/spec/frontend/pipeline_new/utils/format_refs_spec.js
%%WWWDIR%%/spec/frontend/pipelines/blank_state_spec.js
@@ -26222,6 +30497,8 @@
%%WWWDIR%%/spec/frontend/pipelines/components/dag/mock_data.js
%%WWWDIR%%/spec/frontend/pipelines/components/dag/parsing_utils_spec.js
%%WWWDIR%%/spec/frontend/pipelines/components/pipelines_filtered_search_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/components/pipelines_list/pipeline_mini_graph_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/components/pipelines_list/pipeline_stage_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_legacy_spec.js
@@ -26258,7 +30535,6 @@
%%WWWDIR%%/spec/frontend/pipelines/pipelines_store_spec.js
%%WWWDIR%%/spec/frontend/pipelines/pipelines_table_row_spec.js
%%WWWDIR%%/spec/frontend/pipelines/pipelines_table_spec.js
-%%WWWDIR%%/spec/frontend/pipelines/stage_spec.js
%%WWWDIR%%/spec/frontend/pipelines/stores/pipeline_store_spec.js
%%WWWDIR%%/spec/frontend/pipelines/test_reports/mock_data.js
%%WWWDIR%%/spec/frontend/pipelines/test_reports/stores/actions_spec.js
@@ -26290,6 +30566,7 @@
%%WWWDIR%%/spec/frontend/projects/commit/components/branches_dropdown_spec.js
%%WWWDIR%%/spec/frontend/projects/commit/components/form_modal_spec.js
%%WWWDIR%%/spec/frontend/projects/commit/components/form_trigger_spec.js
+%%WWWDIR%%/spec/frontend/projects/commit/components/projects_dropdown_spec.js
%%WWWDIR%%/spec/frontend/projects/commit/mock_data.js
%%WWWDIR%%/spec/frontend/projects/commit/store/actions_spec.js
%%WWWDIR%%/spec/frontend/projects/commit/store/getters_spec.js
@@ -26298,14 +30575,20 @@
%%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/compare/components/app_legacy_spec.js
%%WWWDIR%%/spec/frontend/projects/compare/components/app_spec.js
+%%WWWDIR%%/spec/frontend/projects/compare/components/repo_dropdown_spec.js
+%%WWWDIR%%/spec/frontend/projects/compare/components/revision_card_spec.js
+%%WWWDIR%%/spec/frontend/projects/compare/components/revision_dropdown_legacy_spec.js
%%WWWDIR%%/spec/frontend/projects/compare/components/revision_dropdown_spec.js
%%WWWDIR%%/spec/frontend/projects/components/__snapshots__/project_delete_button_spec.js.snap
%%WWWDIR%%/spec/frontend/projects/components/project_delete_button_spec.js
%%WWWDIR%%/spec/frontend/projects/components/shared/__snapshots__/delete_button_spec.js.snap
%%WWWDIR%%/spec/frontend/projects/components/shared/delete_button_spec.js
+%%WWWDIR%%/spec/frontend/projects/details/upload_button_spec.js
%%WWWDIR%%/spec/frontend/projects/experiment_new_project_creation/components/app_spec.js
%%WWWDIR%%/spec/frontend/projects/experiment_new_project_creation/components/legacy_container_spec.js
+%%WWWDIR%%/spec/frontend/projects/experiment_new_project_creation/components/new_project_push_tip_popover_spec.js
%%WWWDIR%%/spec/frontend/projects/experiment_new_project_creation/components/welcome_spec.js
%%WWWDIR%%/spec/frontend/projects/members/utils_spec.js
%%WWWDIR%%/spec/frontend/projects/pipelines/charts/components/__snapshots__/ci_cd_analytics_area_chart_spec.js.snap
@@ -26323,11 +30606,14 @@
%%WWWDIR%%/spec/frontend/projects/settings/components/shared_runners_toggle_spec.js
%%WWWDIR%%/spec/frontend/projects/settings_service_desk/components/service_desk_root_spec.js
%%WWWDIR%%/spec/frontend/projects/settings_service_desk/components/service_desk_setting_spec.js
+%%WWWDIR%%/spec/frontend/projects/upload_file_experiment_tracking_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/prometheus_metrics/prometheus_metrics_spec.js
+%%WWWDIR%%/spec/frontend/protected_branches/protected_branch_edit_spec.js
%%WWWDIR%%/spec/frontend/read_more_spec.js
+%%WWWDIR%%/spec/frontend/ref/components/__snapshots__/ref_selector_spec.js.snap
%%WWWDIR%%/spec/frontend/ref/components/ref_selector_spec.js
%%WWWDIR%%/spec/frontend/ref/stores/actions_spec.js
%%WWWDIR%%/spec/frontend/ref/stores/getters_spec.js
@@ -26372,6 +30658,7 @@
%%WWWDIR%%/spec/frontend/registry/settings/utils_spec.js
%%WWWDIR%%/spec/frontend/registry/shared/mocks.js
%%WWWDIR%%/spec/frontend/registry/shared/stubs.js
+%%WWWDIR%%/spec/frontend/related_issues/components/related_issuable_input_spec.js
%%WWWDIR%%/spec/frontend/related_merge_requests/components/related_merge_requests_spec.js
%%WWWDIR%%/spec/frontend/related_merge_requests/store/actions_spec.js
%%WWWDIR%%/spec/frontend/related_merge_requests/store/mutations_spec.js
@@ -26421,14 +30708,17 @@
%%WWWDIR%%/spec/frontend/reports/components/__snapshots__/grouped_issues_list_spec.js.snap
%%WWWDIR%%/spec/frontend/reports/components/__snapshots__/issue_status_icon_spec.js.snap
%%WWWDIR%%/spec/frontend/reports/components/grouped_issues_list_spec.js
-%%WWWDIR%%/spec/frontend/reports/components/grouped_test_reports_app_spec.js
%%WWWDIR%%/spec/frontend/reports/components/issue_status_icon_spec.js
-%%WWWDIR%%/spec/frontend/reports/components/modal_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
%%WWWDIR%%/spec/frontend/reports/components/summary_row_spec.js
-%%WWWDIR%%/spec/frontend/reports/components/test_issue_body_spec.js
+%%WWWDIR%%/spec/frontend/reports/grouped_test_report/components/modal_spec.js
+%%WWWDIR%%/spec/frontend/reports/grouped_test_report/components/test_issue_body_spec.js
+%%WWWDIR%%/spec/frontend/reports/grouped_test_report/grouped_test_reports_app_spec.js
+%%WWWDIR%%/spec/frontend/reports/grouped_test_report/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/reports/grouped_test_report/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/reports/grouped_test_report/store/utils_spec.js
%%WWWDIR%%/spec/frontend/reports/mock_data/mock_data.js
%%WWWDIR%%/spec/frontend/reports/mock_data/new_and_fixed_failures_report.json
%%WWWDIR%%/spec/frontend/reports/mock_data/new_errors_report.json
@@ -26436,9 +30726,6 @@
%%WWWDIR%%/spec/frontend/reports/mock_data/no_failures_report.json
%%WWWDIR%%/spec/frontend/reports/mock_data/recent_failures_report.json
%%WWWDIR%%/spec/frontend/reports/mock_data/resolved_failures.json
-%%WWWDIR%%/spec/frontend/reports/store/actions_spec.js
-%%WWWDIR%%/spec/frontend/reports/store/mutations_spec.js
-%%WWWDIR%%/spec/frontend/reports/store/utils_spec.js
%%WWWDIR%%/spec/frontend/repository/components/__snapshots__/directory_download_links_spec.js.snap
%%WWWDIR%%/spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap
%%WWWDIR%%/spec/frontend/repository/components/breadcrumbs_spec.js
@@ -26451,6 +30738,7 @@
%%WWWDIR%%/spec/frontend/repository/components/table/parent_row_spec.js
%%WWWDIR%%/spec/frontend/repository/components/table/row_spec.js
%%WWWDIR%%/spec/frontend/repository/components/tree_content_spec.js
+%%WWWDIR%%/spec/frontend/repository/components/upload_blob_modal_spec.js
%%WWWDIR%%/spec/frontend/repository/log_tree_spec.js
%%WWWDIR%%/spec/frontend/repository/pages/index_spec.js
%%WWWDIR%%/spec/frontend/repository/pages/tree_spec.js
@@ -26508,9 +30796,7 @@
%%WWWDIR%%/spec/frontend/set_status_modal/set_status_modal_wrapper_spec.js
%%WWWDIR%%/spec/frontend/set_status_modal/utils_spec.js
%%WWWDIR%%/spec/frontend/settings_panels_spec.js
-%%WWWDIR%%/spec/frontend/shared/popover_spec.js
%%WWWDIR%%/spec/frontend/shortcuts_spec.js
-%%WWWDIR%%/spec/frontend/sidebar/__snapshots__/confidential_issue_sidebar_spec.js.snap
%%WWWDIR%%/spec/frontend/sidebar/__snapshots__/todo_spec.js.snap
%%WWWDIR%%/spec/frontend/sidebar/assignee_title_spec.js
%%WWWDIR%%/spec/frontend/sidebar/assignees_realtime_spec.js
@@ -26522,15 +30808,15 @@
%%WWWDIR%%/spec/frontend/sidebar/components/assignees/sidebar_editable_item_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/assignees/uncollapsed_assignee_list_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/assignees/user_name_with_status_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/components/confidential/sidebar_confidentiality_content_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/components/confidential/sidebar_confidentiality_form_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/components/confidential/sidebar_confidentiality_widget_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/copy_email_to_clipboard_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/components/reference/sidebar_reference_widget_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/reviewers/uncollapsed_reviewer_list_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/severity/severity_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/severity/sidebar_severity_spec.js
%%WWWDIR%%/spec/frontend/sidebar/components/time_tracking/time_tracker_spec.js
-%%WWWDIR%%/spec/frontend/sidebar/confidential/__snapshots__/edit_form_spec.js.snap
-%%WWWDIR%%/spec/frontend/sidebar/confidential/edit_form_buttons_spec.js
-%%WWWDIR%%/spec/frontend/sidebar/confidential/edit_form_spec.js
-%%WWWDIR%%/spec/frontend/sidebar/confidential_issue_sidebar_spec.js
%%WWWDIR%%/spec/frontend/sidebar/issuable_assignees_spec.js
%%WWWDIR%%/spec/frontend/sidebar/lock/__snapshots__/edit_form_spec.js.snap
%%WWWDIR%%/spec/frontend/sidebar/lock/constants.js
@@ -26550,6 +30836,7 @@
%%WWWDIR%%/spec/frontend/sidebar/subscriptions_spec.js
%%WWWDIR%%/spec/frontend/sidebar/todo_spec.js
%%WWWDIR%%/spec/frontend/sidebar/user_data_mock.js
+%%WWWDIR%%/spec/frontend/single_file_diff_spec.js
%%WWWDIR%%/spec/frontend/smart_interval_spec.js
%%WWWDIR%%/spec/frontend/snippet/collapsible_input_spec.js
%%WWWDIR%%/spec/frontend/snippets/components/__snapshots__/snippet_blob_edit_spec.js.snap
@@ -26638,7 +30925,6 @@
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_header_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_icon_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_memory_usage_spec.js
-%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_merge_help_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_pipeline_container_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_pipeline_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_rebase_spec.js
@@ -26676,6 +30962,7 @@
%%WWWDIR%%/spec/frontend/vue_mr_widget/components/terraform/terraform_plan_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/deployment/deployment_action_button_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/deployment/deployment_actions_spec.js
+%%WWWDIR%%/spec/frontend/vue_mr_widget/deployment/deployment_list_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/deployment/deployment_mock_data.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/deployment/deployment_spec.js
%%WWWDIR%%/spec/frontend/vue_mr_widget/deployment/deployment_view_button_spec.js
@@ -26827,6 +31114,7 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/registry/history_item_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/registry/list_item_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/registry/metadata_item_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/registry/persisted_dropdown_selection_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/registry/registry_search_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/registry/title_area_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/remove_member_modal_spec.js
@@ -26895,20 +31183,18 @@
%%WWWDIR%%/spec/frontend/vue_shared/components/split_button_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/stacked_progress_bar_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/table_pagination_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/tabs/tab_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/components/tabs/tabs_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/time_ago_tooltip_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/todo_button_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/tooltip_on_truncate_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/upload_dropzone/__snapshots__/upload_dropzone_spec.js.snap
%%WWWDIR%%/spec/frontend/vue_shared/components/upload_dropzone/upload_dropzone_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/user_access_role_badge_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/user_avatar/user_avatar_image_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/user_avatar/user_avatar_link_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/user_avatar/user_avatar_list_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/user_popover/user_popover_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/web_ide_link_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/directives/autofocusonshow_spec.js
-%%WWWDIR%%/spec/frontend/vue_shared/directives/tooltip_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/directives/track_event_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/directives/validation_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/gl_feature_flags_plugin_spec.js
@@ -26967,6 +31253,7 @@
%%WWWDIR%%/spec/frontend_integration/test_helpers/utils/obj_spec.js
%%WWWDIR%%/spec/frontend_integration/test_helpers/utils/overclock_timers.js
%%WWWDIR%%/spec/frontend_integration/test_setup.js
+%%WWWDIR%%/spec/generator_helper.rb
%%WWWDIR%%/spec/graphql/features/authorization_spec.rb
%%WWWDIR%%/spec/graphql/features/feature_flag_spec.rb
%%WWWDIR%%/spec/graphql/gitlab_schema_spec.rb
@@ -26984,6 +31271,7 @@
%%WWWDIR%%/spec/graphql/mutations/boards/issues/issue_move_list_spec.rb
%%WWWDIR%%/spec/graphql/mutations/boards/lists/create_spec.rb
%%WWWDIR%%/spec/graphql/mutations/boards/lists/update_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/boards/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/branches/create_spec.rb
%%WWWDIR%%/spec/graphql/mutations/commits/create_spec.rb
%%WWWDIR%%/spec/graphql/mutations/concerns/mutations/can_mutate_spammable_spec.rb
@@ -26993,6 +31281,7 @@
%%WWWDIR%%/spec/graphql/mutations/container_expiration_policies/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/container_repositories/destroy_spec.rb
%%WWWDIR%%/spec/graphql/mutations/container_repositories/destroy_tags_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/custom_emoji/create_spec.rb
%%WWWDIR%%/spec/graphql/mutations/design_management/delete_spec.rb
%%WWWDIR%%/spec/graphql/mutations/design_management/move_spec.rb
%%WWWDIR%%/spec/graphql/mutations/design_management/upload_spec.rb
@@ -27008,6 +31297,7 @@
%%WWWDIR%%/spec/graphql/mutations/issues/set_subscription_spec.rb
%%WWWDIR%%/spec/graphql/mutations/issues/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/labels/create_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/merge_requests/accept_spec.rb
%%WWWDIR%%/spec/graphql/mutations/merge_requests/create_spec.rb
%%WWWDIR%%/spec/graphql/mutations/merge_requests/set_assignees_spec.rb
%%WWWDIR%%/spec/graphql/mutations/merge_requests/set_labels_spec.rb
@@ -27018,6 +31308,8 @@
%%WWWDIR%%/spec/graphql/mutations/merge_requests/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/namespace/package_settings/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/notes/reposition_image_diff_note_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/release_asset_links/create_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/release_asset_links/update_spec.rb
%%WWWDIR%%/spec/graphql/mutations/releases/create_spec.rb
%%WWWDIR%%/spec/graphql/mutations/releases/delete_spec.rb
%%WWWDIR%%/spec/graphql/mutations/releases/update_spec.rb
@@ -27030,9 +31322,11 @@
%%WWWDIR%%/spec/graphql/mutations/todos/mark_done_spec.rb
%%WWWDIR%%/spec/graphql/mutations/todos/restore_many_spec.rb
%%WWWDIR%%/spec/graphql/mutations/todos/restore_spec.rb
-%%WWWDIR%%/spec/graphql/resolvers/admin/analytics/instance_statistics/measurements_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/mutations/user_callouts/create_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/admin/analytics/usage_trends/measurements_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/alert_management/alert_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/alert_management/alert_status_counts_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/alert_management/http_integrations_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/alert_management/integrations_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/base_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/board_list_issues_resolver_spec.rb
@@ -27067,6 +31361,7 @@
%%WWWDIR%%/spec/graphql/resolvers/group_labels_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/group_members_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/group_milestones_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/group_packages_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/group_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/issue_status_counts_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/issues_resolver_spec.rb
@@ -27079,10 +31374,10 @@
%%WWWDIR%%/spec/graphql/resolvers/metrics/dashboards/annotation_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/namespace_projects_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/package_details_resolver_spec.rb
-%%WWWDIR%%/spec/graphql/resolvers/packages_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_members_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_merge_requests_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_milestones_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/resolvers/project_packages_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_pipeline_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_pipeline_statistics_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_pipelines_resolver_spec.rb
@@ -27108,8 +31403,8 @@
%%WWWDIR%%/spec/graphql/resolvers/users_resolver_spec.rb
%%WWWDIR%%/spec/graphql/types/access_level_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/access_level_type_spec.rb
-%%WWWDIR%%/spec/graphql/types/admin/analytics/instance_statistics/measurement_identifier_enum_spec.rb
-%%WWWDIR%%/spec/graphql/types/admin/analytics/instance_statistics/measurement_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/admin/analytics/usage_trends/measurement_identifier_enum_spec.rb
+%%WWWDIR%%/spec/graphql/types/admin/analytics/usage_trends/measurement_type_spec.rb
%%WWWDIR%%/spec/graphql/types/alert_management/alert_status_count_type_spec.rb
%%WWWDIR%%/spec/graphql/types/alert_management/alert_type_spec.rb
%%WWWDIR%%/spec/graphql/types/alert_management/domain_filter_enum_spec.rb
@@ -27121,6 +31416,7 @@
%%WWWDIR%%/spec/graphql/types/alert_management/status_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/availability_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/award_emojis/award_emoji_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/base_argument_spec.rb
%%WWWDIR%%/spec/graphql/types/base_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/base_field_spec.rb
%%WWWDIR%%/spec/graphql/types/blob_viewers/type_enum_spec.rb
@@ -27277,6 +31573,8 @@
%%WWWDIR%%/spec/graphql/types/tree/tree_type_spec.rb
%%WWWDIR%%/spec/graphql/types/tree/type_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/untrusted_regexp_spec.rb
+%%WWWDIR%%/spec/graphql/types/user_callout_feature_name_enum_spec.rb
+%%WWWDIR%%/spec/graphql/types/user_callout_type_spec.rb
%%WWWDIR%%/spec/graphql/types/user_status_type_spec.rb
%%WWWDIR%%/spec/graphql/types/user_type_spec.rb
%%WWWDIR%%/spec/haml_lint/linter/documentation_links_spec.rb
@@ -27333,6 +31631,7 @@
%%WWWDIR%%/spec/helpers/groups_helper_spec.rb
%%WWWDIR%%/spec/helpers/hooks_helper_spec.rb
%%WWWDIR%%/spec/helpers/icons_helper_spec.rb
+%%WWWDIR%%/spec/helpers/ide_helper_spec.rb
%%WWWDIR%%/spec/helpers/import_helper_spec.rb
%%WWWDIR%%/spec/helpers/instance_configuration_helper_spec.rb
%%WWWDIR%%/spec/helpers/invite_members_helper_spec.rb
@@ -27362,6 +31661,7 @@
%%WWWDIR%%/spec/helpers/projects/incidents_helper_spec.rb
%%WWWDIR%%/spec/helpers/projects/issues/service_desk_helper_spec.rb
%%WWWDIR%%/spec/helpers/projects/project_members_helper_spec.rb
+%%WWWDIR%%/spec/helpers/projects/security/configuration_helper_spec.rb
%%WWWDIR%%/spec/helpers/projects/terraform_helper_spec.rb
%%WWWDIR%%/spec/helpers/projects_helper_spec.rb
%%WWWDIR%%/spec/helpers/recaptcha_helper_spec.rb
@@ -27409,10 +31709,12 @@
%%WWWDIR%%/spec/initializers/doorkeeper_spec.rb
%%WWWDIR%%/spec/initializers/fog_google_https_private_urls_spec.rb
%%WWWDIR%%/spec/initializers/hangouts_chat_http_override_spec.rb
+%%WWWDIR%%/spec/initializers/json_validator_patch_spec.rb
%%WWWDIR%%/spec/initializers/kramdown_patch_spec.rb
%%WWWDIR%%/spec/initializers/lograge_spec.rb
%%WWWDIR%%/spec/initializers/mail_encoding_patch_spec.rb
%%WWWDIR%%/spec/initializers/net_http_patch_spec.rb
+%%WWWDIR%%/spec/initializers/rack_multipart_patch_spec.rb
%%WWWDIR%%/spec/initializers/remove_active_job_execute_callback_spec.rb
%%WWWDIR%%/spec/initializers/rest-client-hostname_override_spec.rb
%%WWWDIR%%/spec/initializers/secret_token_spec.rb
@@ -27447,12 +31749,14 @@
%%WWWDIR%%/spec/lib/api/entities/nuget/metadatum_spec.rb
%%WWWDIR%%/spec/lib/api/entities/nuget/package_metadata_catalog_entry_spec.rb
%%WWWDIR%%/spec/lib/api/entities/nuget/search_result_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/plan_limit_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/project_repository_storage_move_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/projects/repository_storage_move_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/public_group_details_spec.rb
%%WWWDIR%%/spec/lib/api/entities/release_spec.rb
-%%WWWDIR%%/spec/lib/api/entities/snippet_repository_storage_move_spec.rb
%%WWWDIR%%/spec/lib/api/entities/snippet_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/snippets/repository_storage_move_spec.rb
%%WWWDIR%%/spec/lib/api/entities/ssh_key_spec.rb
%%WWWDIR%%/spec/lib/api/entities/user_spec.rb
%%WWWDIR%%/spec/lib/api/every_api_endpoint_spec.rb
@@ -27622,19 +31926,18 @@
%%WWWDIR%%/spec/lib/bitbucket_server/representation/repo_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/clients/http_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/common/extractors/graphql_extractor_spec.rb
-%%WWWDIR%%/spec/lib/bulk_imports/common/loaders/entity_loader_spec.rb
-%%WWWDIR%%/spec/lib/bulk_imports/common/transformers/award_emoji_transformer_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/common/transformers/prohibited_attributes_transformer_spec.rb
+%%WWWDIR%%/spec/lib/bulk_imports/common/transformers/user_reference_transformer_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/extractors/subgroups_extractor_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/graphql/get_group_query_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/graphql/get_labels_query_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/graphql/get_members_query_spec.rb
+%%WWWDIR%%/spec/lib/bulk_imports/groups/graphql/get_milestones_query_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/loaders/group_loader_spec.rb
-%%WWWDIR%%/spec/lib/bulk_imports/groups/loaders/labels_loader_spec.rb
-%%WWWDIR%%/spec/lib/bulk_imports/groups/loaders/members_loader_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/group_pipeline_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/labels_pipeline_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/members_pipeline_spec.rb
+%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/milestones_pipeline_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/pipelines/subgroup_entities_pipeline_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/transformers/group_attributes_transformer_spec.rb
%%WWWDIR%%/spec/lib/bulk_imports/groups/transformers/member_attributes_transformer_spec.rb
@@ -27660,6 +31963,14 @@
%%WWWDIR%%/spec/lib/declarative_enum_spec.rb
%%WWWDIR%%/spec/lib/declarative_policy/overrides_spec.rb
%%WWWDIR%%/spec/lib/declarative_policy_spec.rb
+%%WWWDIR%%/spec/lib/error_tracking/sentry_client/api_urls_spec.rb
+%%WWWDIR%%/spec/lib/error_tracking/sentry_client/event_spec.rb
+%%WWWDIR%%/spec/lib/error_tracking/sentry_client/issue_link_spec.rb
+%%WWWDIR%%/spec/lib/error_tracking/sentry_client/issue_spec.rb
+%%WWWDIR%%/spec/lib/error_tracking/sentry_client/pagination_parser_spec.rb
+%%WWWDIR%%/spec/lib/error_tracking/sentry_client/projects_spec.rb
+%%WWWDIR%%/spec/lib/error_tracking/sentry_client/repo_spec.rb
+%%WWWDIR%%/spec/lib/error_tracking/sentry_client_spec.rb
%%WWWDIR%%/spec/lib/event_filter_spec.rb
%%WWWDIR%%/spec/lib/expand_variables_spec.rb
%%WWWDIR%%/spec/lib/extracts_path_spec.rb
@@ -27669,6 +31980,7 @@
%%WWWDIR%%/spec/lib/feature_spec.rb
%%WWWDIR%%/spec/lib/file_size_validator_spec.rb
%%WWWDIR%%/spec/lib/forever_spec.rb
+%%WWWDIR%%/spec/lib/generators/gitlab/usage_metric_definition_generator_spec.rb
%%WWWDIR%%/spec/lib/gitaly/server_spec.rb
%%WWWDIR%%/spec/lib/gitlab/access/branch_protection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/alert_management/alert_status_counts_spec.rb
@@ -27679,9 +31991,11 @@
%%WWWDIR%%/spec/lib/gitlab/alert_management/payload/prometheus_spec.rb
%%WWWDIR%%/spec/lib/gitlab/alert_management/payload_spec.rb
%%WWWDIR%%/spec/lib/gitlab/allowable_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/average_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/base_query_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/median_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/records_fetcher_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/sorting_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/stage_events/code_stage_start_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/stage_events/issue_created_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/stage_events/issue_deployed_to_production_spec.rb
@@ -27694,8 +32008,8 @@
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_merged_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/stage_events/plan_stage_start_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/cycle_analytics/stage_events/stage_event_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/analytics/instance_statistics/workers_argument_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/analytics/unique_visits_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/analytics/usage_trends/workers_argument_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/anonymous_session_spec.rb
%%WWWDIR%%/spec/lib/gitlab/api_authentication/builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/api_authentication/sent_through_builder_spec.rb
@@ -27749,6 +32063,7 @@
%%WWWDIR%%/spec/lib/gitlab/auth/user_access_denied_reason_spec.rb
%%WWWDIR%%/spec/lib/gitlab/auth_spec.rb
%%WWWDIR%%/spec/lib/gitlab/authorized_keys_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/avatar_cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/add_merge_request_diff_commits_count_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/add_modified_to_approval_merge_request_rule_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_artifact_expiry_date_spec.rb
@@ -27764,6 +32079,7 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_project_updated_at_after_repository_storage_move_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/batching_strategies/primary_key_batching_strategy_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/cleanup_concurrent_schema_change_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/copy_column_using_background_migration_job_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/copy_merge_request_target_project_to_merge_request_metrics_spec.rb
@@ -27776,7 +32092,6 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/legacy_uploads_migrator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/link_lfs_objects_projects_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/mailers/unconfirm_mailer_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/background_migration/merge_request_assignees_migration_progress_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_fingerprint_sha256_within_keys_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_issue_trackers_sensitive_data_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_legacy_artifacts_spec.rb
@@ -27785,6 +32100,7 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_to_hashed_storage_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_u2f_webauthn_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/migrate_users_bio_to_user_details_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/move_container_registry_enabled_to_project_feature_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_canonical_emails_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_dismissed_state_for_vulnerabilities_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_finding_uuid_for_vulnerability_feedback_spec.rb
@@ -27797,11 +32113,13 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_user_highest_roles_table_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_project_authorizations_with_min_max_user_id_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_vulnerabilities_occurrences_uuid_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/remove_duplicate_services_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/remove_duplicate_vulnerabilities_findings_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/replace_blocked_by_links_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/reset_merge_status_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/reset_shared_runners_for_transferred_projects_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/set_default_iteration_cadences_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/set_merge_request_diff_files_count_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/set_null_external_diff_store_to_local_value_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/set_null_package_files_file_store_to_local_value_spec.rb
@@ -27862,6 +32180,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/ansi2json/style_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/ansi2json_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/artifact_file_reader_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/artifacts/metrics_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/badge/coverage/metadata_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/badge/coverage/report_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/badge/coverage/template_spec.rb
@@ -27876,6 +32195,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/path_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/auto_retry_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/build/cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/context/build_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/context/global_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/credentials/factory_spec.rb
@@ -28108,7 +32428,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/trace/stream_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/trace_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/variables/collection/item_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/ci/variables/collection/sorted_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/variables/collection/sort_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/variables/collection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/variables/helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/yaml_processor/result_spec.rb
@@ -28170,6 +32490,10 @@
%%WWWDIR%%/spec/lib/gitlab/data_builder/pipeline_spec.rb
%%WWWDIR%%/spec/lib/gitlab/data_builder/push_spec.rb
%%WWWDIR%%/spec/lib/gitlab/data_builder/wiki_page_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/background_migration/batched_job_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/background_migration/batched_migration_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/background_migration/batched_migration_wrapper_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/background_migration/scheduler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/background_migration_job_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/batch_count_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/bulk_update_spec.rb
@@ -28185,6 +32509,7 @@
%%WWWDIR%%/spec/lib/gitlab/database/migration_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migrations/background_migration_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migrations/instrumentation_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migrations/observers/total_database_size_change_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/multi_threaded_migration_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/obsolete_ignored_columns_spec.rb
@@ -28264,6 +32589,7 @@
%%WWWDIR%%/spec/lib/gitlab/diff/line_mapper_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/line_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/lines_unfolder_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/diff/pair_selector_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/parallel_diff_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/position_collection_spec.rb
@@ -28303,12 +32629,18 @@
%%WWWDIR%%/spec/lib/gitlab/emoji_spec.rb
%%WWWDIR%%/spec/lib/gitlab/encoding_helper_spec.rb
%%WWWDIR%%/spec/lib/gitlab/encrypted_configuration_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/error_tracking/context_payload_generator_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/error_tracking/log_formatter_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/error_tracking/processor/context_payload_processor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/error_tracking/processor/grpc_error_processor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/error_tracking/processor/sidekiq_processor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/error_tracking/stack_trace_highlight_decorator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/error_tracking_spec.rb
%%WWWDIR%%/spec/lib/gitlab/etag_caching/middleware_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/etag_caching/router/graphql_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/etag_caching/router/restful_spec.rb
%%WWWDIR%%/spec/lib/gitlab/etag_caching/router_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/etag_caching/store_spec.rb
%%WWWDIR%%/spec/lib/gitlab/exclusive_lease_helpers/sleeping_lock_spec.rb
%%WWWDIR%%/spec/lib/gitlab/exclusive_lease_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/exclusive_lease_spec.rb
@@ -28465,7 +32797,7 @@
%%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/batch_key_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/calls_gitaly/instrumentation_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/calls_gitaly/field_extension_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/copy_field_description_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/docs/renderer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/find_argument_in_parent_spec.rb
@@ -28488,6 +32820,7 @@
%%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/present/field_extension_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/queries_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/query_analyzers/logger_analyzer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/representation/submodule_tree_entry_spec.rb
@@ -28516,6 +32849,7 @@
%%WWWDIR%%/spec/lib/gitlab/hook_data/issuable_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hook_data/issue_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hook_data/merge_request_builder_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/hook_data/project_member_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hook_data/release_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hook_data/subgroup_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hotlinking_detector_spec.rb
@@ -28704,8 +33038,10 @@
%%WWWDIR%%/spec/lib/gitlab/markdown_cache/field_data_spec.rb
%%WWWDIR%%/spec/lib/gitlab/markdown_cache/redis/extension_spec.rb
%%WWWDIR%%/spec/lib/gitlab/markdown_cache/redis/store_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/marker_range_spec.rb
%%WWWDIR%%/spec/lib/gitlab/markup_helper_spec.rb
%%WWWDIR%%/spec/lib/gitlab/memory/instrumentation_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/metrics/background_transaction_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/dashboard/cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/dashboard/defaults_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/dashboard/finder_spec.rb
@@ -28744,6 +33080,7 @@
%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/ruby_sampler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/threads_sampler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/unicorn_sampler_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/action_cable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/action_view_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/active_record_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/external_http_spec.rb
@@ -28782,6 +33119,8 @@
%%WWWDIR%%/spec/lib/gitlab/pages_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pages_transfer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/gitaly_keyset_pager_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/column_order_definition_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/order_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/page_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/pager_spec.rb
%%WWWDIR%%/spec/lib/gitlab/pagination/keyset/request_context_spec.rb
@@ -28933,6 +33272,9 @@
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/memory_killer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/monitor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/server_metrics_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/size_limiter/client_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/size_limiter/exceed_limit_error_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/size_limiter/validator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/worker_context/client_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/worker_context/server_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware_spec.rb
@@ -29028,10 +33370,13 @@
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/aggregates/aggregate_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/aggregates/sources/postgres_hll_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage/metrics/aggregates/sources/redis_hll_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/usage/metrics/names_suggestions/generator_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/constraints_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data/topology_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/aggregated_metrics_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/base_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/ci_template_unique_counter_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/code_review_events_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/cycle_analytics_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/designs_counter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/usage_data_counters/editor_unique_counter_spec.rb
@@ -29067,6 +33412,7 @@
%%WWWDIR%%/spec/lib/gitlab/utils/markdown_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/measuring_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/merge_hash_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/utils/mime_type_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/override_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/safe_inline_hash_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/sanitize_node_link_spec.rb
@@ -29092,6 +33438,13 @@
%%WWWDIR%%/spec/lib/gitlab/wiki_pages/front_matter_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/with_feature_category_spec.rb
%%WWWDIR%%/spec/lib/gitlab/with_request_store_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/word_diff/chunk_collection_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/word_diff/line_processor_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/word_diff/parser_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/word_diff/positions_counter_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/word_diff/segments/chunk_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/word_diff/segments/diff_hunk_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/word_diff/segments/newline_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
@@ -29119,6 +33472,7 @@
%%WWWDIR%%/spec/lib/object_storage/direct_upload_spec.rb
%%WWWDIR%%/spec/lib/omni_auth/strategies/jwt_spec.rb
%%WWWDIR%%/spec/lib/pager_duty/webhook_payload_parser_spec.rb
+%%WWWDIR%%/spec/lib/peek/views/active_record_spec.rb
%%WWWDIR%%/spec/lib/peek/views/bullet_detailed_spec.rb
%%WWWDIR%%/spec/lib/peek/views/detailed_view_spec.rb
%%WWWDIR%%/spec/lib/peek/views/external_http_spec.rb
@@ -29132,24 +33486,10 @@
%%WWWDIR%%/spec/lib/quality/test_level_spec.rb
%%WWWDIR%%/spec/lib/release_highlights/validator/entry_spec.rb
%%WWWDIR%%/spec/lib/release_highlights/validator_spec.rb
-%%WWWDIR%%/spec/lib/rspec_flaky/config_spec.rb
-%%WWWDIR%%/spec/lib/rspec_flaky/example_spec.rb
-%%WWWDIR%%/spec/lib/rspec_flaky/flaky_example_spec.rb
-%%WWWDIR%%/spec/lib/rspec_flaky/flaky_examples_collection_spec.rb
-%%WWWDIR%%/spec/lib/rspec_flaky/listener_spec.rb
-%%WWWDIR%%/spec/lib/rspec_flaky/report_spec.rb
%%WWWDIR%%/spec/lib/safe_zip/entry_spec.rb
%%WWWDIR%%/spec/lib/safe_zip/extract_params_spec.rb
%%WWWDIR%%/spec/lib/safe_zip/extract_spec.rb
%%WWWDIR%%/spec/lib/security/ci_configuration/sast_build_actions_spec.rb
-%%WWWDIR%%/spec/lib/sentry/api_urls_spec.rb
-%%WWWDIR%%/spec/lib/sentry/client/event_spec.rb
-%%WWWDIR%%/spec/lib/sentry/client/issue_link_spec.rb
-%%WWWDIR%%/spec/lib/sentry/client/issue_spec.rb
-%%WWWDIR%%/spec/lib/sentry/client/projects_spec.rb
-%%WWWDIR%%/spec/lib/sentry/client/repo_spec.rb
-%%WWWDIR%%/spec/lib/sentry/client_spec.rb
-%%WWWDIR%%/spec/lib/sentry/pagination_parser_spec.rb
%%WWWDIR%%/spec/lib/serializers/json_spec.rb
%%WWWDIR%%/spec/lib/system_check/app/authorized_keys_permission_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/app/git_user_default_ssh_config_check_spec.rb
@@ -29158,6 +33498,7 @@
%%WWWDIR%%/spec/lib/system_check/base_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/orphans/namespace_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/orphans/repository_check_spec.rb
+%%WWWDIR%%/spec/lib/system_check/sidekiq_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/simple_executor_spec.rb
%%WWWDIR%%/spec/lib/system_check_spec.rb
%%WWWDIR%%/spec/lib/uploaded_file_spec.rb
@@ -29166,6 +33507,7 @@
%%WWWDIR%%/spec/mailers/email_rejection_mailer_spec.rb
%%WWWDIR%%/spec/mailers/emails/auto_devops_spec.rb
%%WWWDIR%%/spec/mailers/emails/groups_spec.rb
+%%WWWDIR%%/spec/mailers/emails/in_product_marketing_spec.rb
%%WWWDIR%%/spec/mailers/emails/issues_spec.rb
%%WWWDIR%%/spec/mailers/emails/merge_requests_spec.rb
%%WWWDIR%%/spec/mailers/emails/pages_domains_spec.rb
@@ -29202,10 +33544,12 @@
%%WWWDIR%%/spec/migrations/20201028182809_backfill_jira_tracker_deployment_type2_spec.rb
%%WWWDIR%%/spec/migrations/20201110161542_cleanup_transfered_projects_shared_runners_spec.rb
%%WWWDIR%%/spec/migrations/20201112130710_schedule_remove_duplicate_vulnerabilities_findings_spec.rb
+%%WWWDIR%%/spec/migrations/20201112130715_schedule_recalculate_uuid_on_vulnerabilities_occurrences_spec.rb
%%WWWDIR%%/spec/migrations/20210112143418_remove_duplicate_services2_spec.rb
%%WWWDIR%%/spec/migrations/20210119122354_alter_vsa_issue_first_mentioned_in_commit_value_spec.rb
%%WWWDIR%%/spec/migrations/20210205174154_remove_bad_dependency_proxy_manifests_spec.rb
%%WWWDIR%%/spec/migrations/20210210093901_backfill_updated_at_after_repository_storage_move_spec.rb
+%%WWWDIR%%/spec/migrations/20210218040814_add_environment_scope_to_group_variables_spec.rb
%%WWWDIR%%/spec/migrations/README.md
%%WWWDIR%%/spec/migrations/active_record/schema_spec.rb
%%WWWDIR%%/spec/migrations/add_default_and_free_plans_spec.rb
@@ -29237,6 +33581,7 @@
%%WWWDIR%%/spec/migrations/cleanup_legacy_artifact_migration_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_optimistic_locking_nulls_pt2_fixed_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_optimistic_locking_nulls_spec.rb
+%%WWWDIR%%/spec/migrations/cleanup_projects_with_bad_has_external_issue_tracker_data_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_projects_with_bad_has_external_wiki_data_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_projects_with_missing_namespace_spec.rb
%%WWWDIR%%/spec/migrations/complete_namespace_settings_migration_spec.rb
@@ -29283,6 +33628,7 @@
%%WWWDIR%%/spec/migrations/migrate_commit_notes_mentions_to_db_spec.rb
%%WWWDIR%%/spec/migrations/migrate_compliance_framework_enum_to_database_framework_record_spec.rb
%%WWWDIR%%/spec/migrations/migrate_create_commit_signature_worker_sidekiq_queue_spec.rb
+%%WWWDIR%%/spec/migrations/migrate_delayed_project_removal_from_namespaces_to_namespace_settings_spec.rb
%%WWWDIR%%/spec/migrations/migrate_discussion_id_on_promoted_epics_spec.rb
%%WWWDIR%%/spec/migrations/migrate_incident_issues_to_incident_type_spec.rb
%%WWWDIR%%/spec/migrations/migrate_k8s_service_integration_spec.rb
@@ -29293,6 +33639,7 @@
%%WWWDIR%%/spec/migrations/migrate_storage_migrator_sidekiq_queue_spec.rb
%%WWWDIR%%/spec/migrations/migrate_store_security_reports_sidekiq_queue_spec.rb
%%WWWDIR%%/spec/migrations/migrate_sync_security_reports_to_report_approval_rules_sidekiq_queue_spec.rb
+%%WWWDIR%%/spec/migrations/move_container_registry_enabled_to_project_features_spec.rb
%%WWWDIR%%/spec/migrations/move_limits_from_plans_spec.rb
%%WWWDIR%%/spec/migrations/nullify_users_role_spec.rb
%%WWWDIR%%/spec/migrations/populate_project_statistics_packages_size_spec.rb
@@ -29313,6 +33660,8 @@
%%WWWDIR%%/spec/migrations/rename_security_dashboard_feature_flag_to_instance_security_dashboard_spec.rb
%%WWWDIR%%/spec/migrations/rename_sitemap_namespace_spec.rb
%%WWWDIR%%/spec/migrations/rename_sitemap_root_namespaces_spec.rb
+%%WWWDIR%%/spec/migrations/reschedule_artifact_expiry_backfill_spec.rb
+%%WWWDIR%%/spec/migrations/reschedule_set_default_iteration_cadences_spec.rb
%%WWWDIR%%/spec/migrations/reseed_merge_trains_enabled_spec.rb
%%WWWDIR%%/spec/migrations/reseed_repository_storages_weighted_spec.rb
%%WWWDIR%%/spec/migrations/save_instance_administrators_group_id_spec.rb
@@ -29321,7 +33670,6 @@
%%WWWDIR%%/spec/migrations/schedule_calculate_wiki_sizes_spec.rb
%%WWWDIR%%/spec/migrations/schedule_fill_valid_time_for_pages_domain_certificates_spec.rb
%%WWWDIR%%/spec/migrations/schedule_link_lfs_objects_projects_spec.rb
-%%WWWDIR%%/spec/migrations/schedule_merge_request_assignees_migration_progress_check_spec.rb
%%WWWDIR%%/spec/migrations/schedule_merge_request_cleanup_schedules_backfill_spec.rb
%%WWWDIR%%/spec/migrations/schedule_migrate_security_scans_spec.rb
%%WWWDIR%%/spec/migrations/schedule_migrate_u2f_webauthn_spec.rb
@@ -29366,7 +33714,7 @@
%%WWWDIR%%/spec/models/alert_management/http_integration_spec.rb
%%WWWDIR%%/spec/models/alerting/project_alerting_setting_spec.rb
%%WWWDIR%%/spec/models/analytics/cycle_analytics/project_stage_spec.rb
-%%WWWDIR%%/spec/models/analytics/instance_statistics/measurement_spec.rb
+%%WWWDIR%%/spec/models/analytics/usage_trends/measurement_spec.rb
%%WWWDIR%%/spec/models/appearance_spec.rb
%%WWWDIR%%/spec/models/application_record_spec.rb
%%WWWDIR%%/spec/models/application_setting/term_spec.rb
@@ -29646,7 +33994,6 @@
%%WWWDIR%%/spec/models/issue_link_spec.rb
%%WWWDIR%%/spec/models/issue_spec.rb
%%WWWDIR%%/spec/models/issues/csv_import_spec.rb
-%%WWWDIR%%/spec/models/iteration_spec.rb
%%WWWDIR%%/spec/models/jira_connect_installation_spec.rb
%%WWWDIR%%/spec/models/jira_connect_subscription_spec.rb
%%WWWDIR%%/spec/models/jira_import_state_spec.rb
@@ -29822,6 +34169,7 @@
%%WWWDIR%%/spec/models/project_team_spec.rb
%%WWWDIR%%/spec/models/project_tracing_setting_spec.rb
%%WWWDIR%%/spec/models/project_wiki_spec.rb
+%%WWWDIR%%/spec/models/projects/repository_storage_move_spec.rb
%%WWWDIR%%/spec/models/prometheus_alert_event_spec.rb
%%WWWDIR%%/spec/models/prometheus_alert_spec.rb
%%WWWDIR%%/spec/models/prometheus_metric_spec.rb
@@ -29862,6 +34210,7 @@
%%WWWDIR%%/spec/models/snippet_repository_storage_move_spec.rb
%%WWWDIR%%/spec/models/snippet_spec.rb
%%WWWDIR%%/spec/models/snippet_statistics_spec.rb
+%%WWWDIR%%/spec/models/snippets/repository_storage_move_spec.rb
%%WWWDIR%%/spec/models/spam_log_spec.rb
%%WWWDIR%%/spec/models/ssh_host_key_spec.rb
%%WWWDIR%%/spec/models/state_note_spec.rb
@@ -30018,6 +34367,7 @@
%%WWWDIR%%/spec/requests/api/access_requests_spec.rb
%%WWWDIR%%/spec/requests/api/admin/ci/variables_spec.rb
%%WWWDIR%%/spec/requests/api/admin/instance_clusters_spec.rb
+%%WWWDIR%%/spec/requests/api/admin/plan_limits_spec.rb
%%WWWDIR%%/spec/requests/api/admin/sidekiq_spec.rb
%%WWWDIR%%/spec/requests/api/api_guard/admin_mode_middleware_spec.rb
%%WWWDIR%%/spec/requests/api/api_guard/response_coercer_middleware_spec.rb
@@ -30088,8 +34438,8 @@
%%WWWDIR%%/spec/requests/api/graphql/group/labels_query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/group/merge_requests_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/group/milestones_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/group/packages_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/group_query_spec.rb
-%%WWWDIR%%/spec/requests/api/graphql/instance_statistics_measurements_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/issue/issue_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/issue_status_counts_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/metadata_query_spec.rb
@@ -30144,6 +34494,7 @@
%%WWWDIR%%/spec/requests/api/graphql/mutations/jira_import/import_users_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/jira_import/start_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/labels/create_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/merge_requests/accept_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/merge_requests/create_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/merge_requests/reviewer_rereview_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/merge_requests/set_assignees_spec.rb
@@ -30162,6 +34513,8 @@
%%WWWDIR%%/spec/requests/api/graphql/mutations/notes/reposition_image_diff_note_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/notes/update/image_diff_note_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/notes/update/note_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/release_asset_links/create_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/release_asset_links/update_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/releases/create_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/releases/delete_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/releases/update_spec.rb
@@ -30174,11 +34527,13 @@
%%WWWDIR%%/spec/requests/api/graphql/mutations/todos/mark_done_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/todos/restore_many_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/todos/restore_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/mutations/user_callouts/create_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/namespace/package_settings_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/packages/package_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/alert_management/alert/assignees_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/project/alert_management/alert/issue_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/alert_management/alert/metrics_dashboard_url_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/alert_management/alert/notes_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/alert_management/alert/todos_spec.rb
@@ -30221,10 +34576,12 @@
%%WWWDIR%%/spec/requests/api/graphql/project_query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/read_only_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/snippets_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/tasks/task_completion_status_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/terraform/state/delete_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/terraform/state/lock_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/terraform/state/unlock_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/usage_trends_measurements_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/user/group_member_query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/user/project_member_query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/user/starred_projects_query_spec.rb
@@ -30361,6 +34718,7 @@
%%WWWDIR%%/spec/requests/projects/cycle_analytics_events_spec.rb
%%WWWDIR%%/spec/requests/projects/incident_management/pagerduty_incidents_spec.rb
%%WWWDIR%%/spec/requests/projects/issue_links_controller_spec.rb
+%%WWWDIR%%/spec/requests/projects/merge_requests/content_spec.rb
%%WWWDIR%%/spec/requests/projects/merge_requests/creations_spec.rb
%%WWWDIR%%/spec/requests/projects/merge_requests_discussions_spec.rb
%%WWWDIR%%/spec/requests/projects/metrics/dashboards/builder_spec.rb
@@ -30692,7 +35050,6 @@
%%WWWDIR%%/spec/services/boards/issues/create_service_spec.rb
%%WWWDIR%%/spec/services/boards/issues/list_service_spec.rb
%%WWWDIR%%/spec/services/boards/issues/move_service_spec.rb
-%%WWWDIR%%/spec/services/boards/list_service_spec.rb
%%WWWDIR%%/spec/services/boards/lists/create_service_spec.rb
%%WWWDIR%%/spec/services/boards/lists/destroy_service_spec.rb
%%WWWDIR%%/spec/services/boards/lists/generate_service_spec.rb
@@ -30731,8 +35088,10 @@
%%WWWDIR%%/spec/services/ci/create_pipeline_service/custom_config_content_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service/custom_yaml_tags_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service/dry_run_spec.rb
+%%WWWDIR%%/spec/services/ci/create_pipeline_service/environment_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service/merge_requests_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service/needs_spec.rb
+%%WWWDIR%%/spec/services/ci/create_pipeline_service/parallel_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service/parameter_content_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service/parent_child_pipeline_spec.rb
%%WWWDIR%%/spec/services/ci/create_pipeline_service/pre_post_stages_spec.rb
@@ -30751,6 +35110,7 @@
%%WWWDIR%%/spec/services/ci/generate_codequality_mr_diff_report_service_spec.rb
%%WWWDIR%%/spec/services/ci/generate_coverage_reports_service_spec.rb
%%WWWDIR%%/spec/services/ci/generate_terraform_reports_service_spec.rb
+%%WWWDIR%%/spec/services/ci/job_artifacts_destroy_batch_service_spec.rb
%%WWWDIR%%/spec/services/ci/list_config_variables_service_spec.rb
%%WWWDIR%%/spec/services/ci/parse_dotenv_artifact_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_artifacts/coverage_report_service_spec.rb
@@ -30761,6 +35121,7 @@
%%WWWDIR%%/spec/services/ci/pipeline_processing/atomic_processing_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_processing/shared_processing_service.rb
%%WWWDIR%%/spec/services/ci/pipeline_processing/shared_processing_service_tests_with_yaml.rb
+%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build2_build1_rules_out_test_needs_build1_with_optional.yml
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_fails.yml
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_fails_deploy_is_delayed_and_needs_test.yml
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_fails_deploy_is_manual_and_needs_test.yml
@@ -30773,6 +35134,7 @@
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_fails_test_on_failure.yml
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_fails_test_on_failure_deploy_needs_test.yml
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_fails_with_allow_failure_test_on_failure.yml
+%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_rules_out_test_needs_build_with_optional.yml
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_succeds_test_manual_allow_failure_true_deploy_needs_both.yml
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_succeds_test_manual_allow_failure_true_deploy_needs_test.yml
%%WWWDIR%%/spec/services/ci/pipeline_processing/test_cases/dag_build_succeeds_test_on_failure.yml
@@ -30905,6 +35267,7 @@
%%WWWDIR%%/spec/services/environments/auto_stop_service_spec.rb
%%WWWDIR%%/spec/services/environments/canary_ingress/update_service_spec.rb
%%WWWDIR%%/spec/services/environments/reset_auto_stop_service_spec.rb
+%%WWWDIR%%/spec/services/environments/schedule_to_delete_review_apps_service_spec.rb
%%WWWDIR%%/spec/services/error_tracking/base_service_spec.rb
%%WWWDIR%%/spec/services/error_tracking/issue_details_service_spec.rb
%%WWWDIR%%/spec/services/error_tracking/issue_latest_event_service_spec.rb
@@ -30965,6 +35328,7 @@
%%WWWDIR%%/spec/services/issuable/clone/attributes_rewriter_spec.rb
%%WWWDIR%%/spec/services/issuable/common_system_notes_service_spec.rb
%%WWWDIR%%/spec/services/issuable/destroy_service_spec.rb
+%%WWWDIR%%/spec/services/issuable/process_assignees_spec.rb
%%WWWDIR%%/spec/services/issue_links/create_service_spec.rb
%%WWWDIR%%/spec/services/issue_links/destroy_service_spec.rb
%%WWWDIR%%/spec/services/issue_links/list_service_spec.rb
@@ -31050,6 +35414,7 @@
%%WWWDIR%%/spec/services/merge_requests/reopen_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/request_review_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/resolved_discussion_notification_service_spec.rb
+%%WWWDIR%%/spec/services/merge_requests/retarget_chain_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
@@ -31109,28 +35474,34 @@
%%WWWDIR%%/spec/services/packages/create_dependency_service_spec.rb
%%WWWDIR%%/spec/services/packages/create_event_service_spec.rb
%%WWWDIR%%/spec/services/packages/create_package_file_service_spec.rb
+%%WWWDIR%%/spec/services/packages/create_temporary_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/create_distribution_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/create_package_file_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/destroy_distribution_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/extract_deb_metadata_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/extract_metadata_service_spec.rb
-%%WWWDIR%%/spec/services/packages/debian/get_or_create_incoming_service_spec.rb
+%%WWWDIR%%/spec/services/packages/debian/find_or_create_incoming_service_spec.rb
+%%WWWDIR%%/spec/services/packages/debian/find_or_create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/parse_debian822_service_spec.rb
%%WWWDIR%%/spec/services/packages/debian/update_distribution_service_spec.rb
%%WWWDIR%%/spec/services/packages/generic/create_package_file_service_spec.rb
%%WWWDIR%%/spec/services/packages/generic/find_or_create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/maven/create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/maven/find_or_create_package_service_spec.rb
+%%WWWDIR%%/spec/services/packages/maven/metadata/append_package_file_service_spec.rb
+%%WWWDIR%%/spec/services/packages/maven/metadata/create_plugins_xml_service_spec.rb
+%%WWWDIR%%/spec/services/packages/maven/metadata/create_versions_xml_service_spec.rb
+%%WWWDIR%%/spec/services/packages/maven/metadata/sync_service_spec.rb
%%WWWDIR%%/spec/services/packages/npm/create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/npm/create_tag_service_spec.rb
%%WWWDIR%%/spec/services/packages/nuget/create_dependency_service_spec.rb
-%%WWWDIR%%/spec/services/packages/nuget/create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/nuget/metadata_extraction_service_spec.rb
%%WWWDIR%%/spec/services/packages/nuget/search_service_spec.rb
%%WWWDIR%%/spec/services/packages/nuget/sync_metadatum_service_spec.rb
%%WWWDIR%%/spec/services/packages/nuget/update_package_from_metadata_service_spec.rb
%%WWWDIR%%/spec/services/packages/pypi/create_package_service_spec.rb
%%WWWDIR%%/spec/services/packages/remove_tag_service_spec.rb
+%%WWWDIR%%/spec/services/packages/rubygems/dependency_resolver_service_spec.rb
%%WWWDIR%%/spec/services/packages/update_tags_service_spec.rb
%%WWWDIR%%/spec/services/pages/delete_services_spec.rb
%%WWWDIR%%/spec/services/pages/destroy_deployments_service_spec.rb
@@ -31324,6 +35695,7 @@
%%WWWDIR%%/spec/services/users/build_service_spec.rb
%%WWWDIR%%/spec/services/users/create_service_spec.rb
%%WWWDIR%%/spec/services/users/destroy_service_spec.rb
+%%WWWDIR%%/spec/services/users/dismiss_user_callout_service_spec.rb
%%WWWDIR%%/spec/services/users/keys_count_service_spec.rb
%%WWWDIR%%/spec/services/users/last_push_event_service_spec.rb
%%WWWDIR%%/spec/services/users/migrate_to_ghost_user_service_spec.rb
@@ -31351,6 +35723,7 @@
%%WWWDIR%%/spec/services/x509_certificate_revoke_service_spec.rb
%%WWWDIR%%/spec/sidekiq/cron/job_gem_dependency_spec.rb
%%WWWDIR%%/spec/simplecov_env.rb
+%%WWWDIR%%/spec/spam/concerns/has_spam_action_response_fields_spec.rb
%%WWWDIR%%/spec/spec_helper.rb
%%WWWDIR%%/spec/support/action_cable.rb
%%WWWDIR%%/spec/support/atlassian/jira_connect/schemata.rb
@@ -31400,6 +35773,7 @@
%%WWWDIR%%/spec/support/graphql/arguments.rb
%%WWWDIR%%/spec/support/graphql/field_inspection.rb
%%WWWDIR%%/spec/support/graphql/field_selection.rb
+%%WWWDIR%%/spec/support/graphql/resolver_factories.rb
%%WWWDIR%%/spec/support/graphql/var.rb
%%WWWDIR%%/spec/support/helpers/access_matchers_helpers.rb
%%WWWDIR%%/spec/support/helpers/admin_mode_helpers.rb
@@ -31573,6 +35947,7 @@
%%WWWDIR%%/spec/support/matchers/be_valid_json.rb
%%WWWDIR%%/spec/support/matchers/db_schema_matchers.rb
%%WWWDIR%%/spec/support/matchers/disallow_request_matchers.rb
+%%WWWDIR%%/spec/support/matchers/email_matcher.rb
%%WWWDIR%%/spec/support/matchers/eq_pem.rb
%%WWWDIR%%/spec/support/matchers/eq_uri.rb
%%WWWDIR%%/spec/support/matchers/exceed_query_limit.rb
@@ -31636,7 +36011,9 @@
%%WWWDIR%%/spec/support/services/issuable_description_quick_actions_shared_examples.rb
%%WWWDIR%%/spec/support/services/issuable_import_csv_service_shared_examples.rb
%%WWWDIR%%/spec/support/services/issuable_update_service_shared_examples.rb
+%%WWWDIR%%/spec/support/services/issues/move_and_clone_services_shared_examples.rb
%%WWWDIR%%/spec/support/services/migrate_to_ghost_user_service_shared_examples.rb
+%%WWWDIR%%/spec/support/services/service_response_shared_examples.rb
%%WWWDIR%%/spec/support/setup_builds_storage.rb
%%WWWDIR%%/spec/support/shared_contexts/cache_allowed_users_in_namespace_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/change_access_checks_shared_context.rb
@@ -31682,6 +36059,7 @@
%%WWWDIR%%/spec/support/shared_contexts/requests/api/npm_packages_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/requests/api/nuget_packages_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/requests/api/workhorse_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/security_and_compliance_permissions_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/sentry_error_tracking_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/serializers/group_group_link_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/services/projects/container_repository/delete_tags_service_shared_context.rb
@@ -31692,6 +36070,7 @@
%%WWWDIR%%/spec/support/shared_contexts/upload_type_check_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/url_shared_context.rb
%%WWWDIR%%/spec/support/shared_examples/alert_notification_service_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/banzai/filters/emoji_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/banzai/filters/inline_embeds_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/banzai/filters/inline_metrics_redactor_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/boards/multiple_issue_boards_shared_examples.rb
@@ -31705,6 +36084,7 @@
%%WWWDIR%%/spec/support/shared_examples/controllers/clusters_controller_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/concerns/graceful_timeout_handling_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/content_disposition_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/controllers/create_notes_rate_limit_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/deploy_token_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/destroy_hook_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/discussions_provider_shared_examples.rb
@@ -31740,7 +36120,6 @@
%%WWWDIR%%/spec/support/shared_examples/error_tracking_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/2fa_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/archive_download_buttons_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/features/comment_and_close_button_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/comments_on_merge_request_files_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/creatable_merge_request_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/features/deploy_token_shared_examples.rb
@@ -31867,16 +36246,18 @@
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/unique_ip_check_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/usage_data_counters/a_redis_counter_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/usage_data_counters/incident_management_activity_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/usage_data_counters/issue_activity_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/usage_data_counters/issuable_activity_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/sentry/client_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/lib/wikis_api_examples.rb
%%WWWDIR%%/spec/support/shared_examples/mailers/notify_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/metrics/active_record_subscriber_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/metrics/sampler_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/metrics/url_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/active_record_enum_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/application_setting_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/boards/listable_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/models/boards/user_preferences_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/chat_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/chat_slash_commands_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/ci_variable_shared_examples.rb
@@ -31972,6 +36353,7 @@
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/mutations/snippets_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/mutations/subscription_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/noteable_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/packages/group_and_project_packages_list_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/projects/services_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/graphql/read_only_instance_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_participants_examples.rb
@@ -31999,6 +36381,7 @@
%%WWWDIR%%/spec/support/shared_examples/requests/api/resolvable_discussions_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/resource_label_events_api_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/resource_milestone_events_api_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/requests/api/rubygems_packages_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/snippets_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/time_tracking_shared_examples.rb
@@ -32022,6 +36405,7 @@
%%WWWDIR%%/spec/support/shared_examples/serializers/import/import_entity_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/serializers/note_entity_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/serializers/pipeline_artifacts_shared_example.rb
+%%WWWDIR%%/spec/support/shared_examples/service_desk_issue_templates_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/alert_management_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/base_helm_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/boards/boards_create_service_shared_examples.rb
@@ -32033,6 +36417,7 @@
%%WWWDIR%%/spec/support/shared_examples/services/boards/lists_destroy_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/boards/lists_list_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/boards/lists_move_service_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/services/boards/update_boards_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/check_ingress_ip_address_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/clusters/parse_cluster_applications_artifact_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/common_system_notes_shared_examples.rb
@@ -32051,6 +36436,7 @@
%%WWWDIR%%/spec/support/shared_examples/services/namespace_package_settings_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/notification_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/onboarding_progress_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/services/packages/maven/metadata_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/packages_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/pages_size_limit_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/projects/update_repository_storage_service_shared_examples.rb
@@ -32089,6 +36475,7 @@
%%WWWDIR%%/spec/support/sidekiq_middleware.rb
%%WWWDIR%%/spec/support/snowplow.rb
%%WWWDIR%%/spec/support/stored_repositories.rb
+%%WWWDIR%%/spec/support/stub_snowplow.rb
%%WWWDIR%%/spec/support/stub_version.rb
%%WWWDIR%%/spec/support/test_reports/test_reports_helper.rb
%%WWWDIR%%/spec/support/trace/trace_helpers.rb
@@ -32103,6 +36490,7 @@
%%WWWDIR%%/spec/support_specs/helpers/stub_feature_flags_spec.rb
%%WWWDIR%%/spec/support_specs/matchers/be_sorted_spec.rb
%%WWWDIR%%/spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb
+%%WWWDIR%%/spec/tasks/admin_mode_spec.rb
%%WWWDIR%%/spec/tasks/cache/clear/redis_spec.rb
%%WWWDIR%%/spec/tasks/config_lint_spec.rb
%%WWWDIR%%/spec/tasks/gettext_rake_spec.rb
@@ -32121,6 +36509,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/packages/composer_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/packages/events_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/packages/migrate_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/pages_rake_spec.rb
@@ -32142,21 +36531,10 @@
%%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/tooling/danger/base_linter_spec.rb
%%WWWDIR%%/spec/tooling/danger/changelog_spec.rb
-%%WWWDIR%%/spec/tooling/danger/commit_linter_spec.rb
-%%WWWDIR%%/spec/tooling/danger/danger_spec_helper.rb
-%%WWWDIR%%/spec/tooling/danger/emoji_checker_spec.rb
%%WWWDIR%%/spec/tooling/danger/feature_flag_spec.rb
-%%WWWDIR%%/spec/tooling/danger/helper_spec.rb
-%%WWWDIR%%/spec/tooling/danger/merge_request_linter_spec.rb
-%%WWWDIR%%/spec/tooling/danger/roulette_spec.rb
+%%WWWDIR%%/spec/tooling/danger/project_helper_spec.rb
%%WWWDIR%%/spec/tooling/danger/sidekiq_queues_spec.rb
-%%WWWDIR%%/spec/tooling/danger/teammate_spec.rb
-%%WWWDIR%%/spec/tooling/danger/title_linting_spec.rb
-%%WWWDIR%%/spec/tooling/danger/weightage/maintainers_spec.rb
-%%WWWDIR%%/spec/tooling/danger/weightage/reviewers_spec.rb
-%%WWWDIR%%/spec/tooling/gitlab_danger_spec.rb
%%WWWDIR%%/spec/tooling/lib/tooling/crystalball/coverage_lines_execution_detector_spec.rb
%%WWWDIR%%/spec/tooling/lib/tooling/crystalball/coverage_lines_strategy_spec.rb
%%WWWDIR%%/spec/tooling/lib/tooling/helm3_client_spec.rb
@@ -32164,6 +36542,12 @@
%%WWWDIR%%/spec/tooling/lib/tooling/parallel_rspec_runner_spec.rb
%%WWWDIR%%/spec/tooling/lib/tooling/test_map_generator_spec.rb
%%WWWDIR%%/spec/tooling/lib/tooling/test_map_packer_spec.rb
+%%WWWDIR%%/spec/tooling/rspec_flaky/config_spec.rb
+%%WWWDIR%%/spec/tooling/rspec_flaky/example_spec.rb
+%%WWWDIR%%/spec/tooling/rspec_flaky/flaky_example_spec.rb
+%%WWWDIR%%/spec/tooling/rspec_flaky/flaky_examples_collection_spec.rb
+%%WWWDIR%%/spec/tooling/rspec_flaky/listener_spec.rb
+%%WWWDIR%%/spec/tooling/rspec_flaky/report_spec.rb
%%WWWDIR%%/spec/uploaders/attachment_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/avatar_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/ci/pipeline_artifact_uploader_spec.rb
@@ -32199,6 +36583,7 @@
%%WWWDIR%%/spec/validators/cron_validator_spec.rb
%%WWWDIR%%/spec/validators/devise_email_validator_spec.rb
%%WWWDIR%%/spec/validators/future_date_validator_spec.rb
+%%WWWDIR%%/spec/validators/gitlab/utils/zoom_url_validator_spec.rb
%%WWWDIR%%/spec/validators/html_safety_validator_spec.rb
%%WWWDIR%%/spec/validators/ip_address_validator_spec.rb
%%WWWDIR%%/spec/validators/js_regex_validator_spec.rb
@@ -32213,7 +36598,6 @@
%%WWWDIR%%/spec/validators/sha_validator_spec.rb
%%WWWDIR%%/spec/validators/system_hook_url_validator_spec.rb
%%WWWDIR%%/spec/validators/x509_certificate_credentials_validator_spec.rb
-%%WWWDIR%%/spec/validators/zoom_url_validator_spec.rb
%%WWWDIR%%/spec/views/admin/application_settings/_eks.html.haml_spec.rb
%%WWWDIR%%/spec/views/admin/application_settings/_package_registry.html.haml_spec.rb
%%WWWDIR%%/spec/views/admin/application_settings/_repository_storage.html.haml_spec.rb
@@ -32234,7 +36618,6 @@
%%WWWDIR%%/spec/views/events/event/_push.html.haml_spec.rb
%%WWWDIR%%/spec/views/groups/_home_panel.html.haml_spec.rb
%%WWWDIR%%/spec/views/groups/edit.html.haml_spec.rb
-%%WWWDIR%%/spec/views/groups/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/help/index.html.haml_spec.rb
%%WWWDIR%%/spec/views/help/instance_configuration.html.haml_spec.rb
%%WWWDIR%%/spec/views/help/show.html.haml_spec.rb
@@ -32251,6 +36634,8 @@
%%WWWDIR%%/spec/views/layouts/nav/sidebar/_project_security_link.html.haml_spec.rb
%%WWWDIR%%/spec/views/layouts/profile.html.haml_spec.rb
%%WWWDIR%%/spec/views/notify/autodevops_disabled_email.text.erb_spec.rb
+%%WWWDIR%%/spec/views/notify/change_in_merge_request_draft_status_email.html.haml_spec.rb
+%%WWWDIR%%/spec/views/notify/change_in_merge_request_draft_status_email.text.erb_spec.rb
%%WWWDIR%%/spec/views/notify/changed_milestone_email.html.haml_spec.rb
%%WWWDIR%%/spec/views/notify/pipeline_failed_email.html.haml_spec.rb
%%WWWDIR%%/spec/views/notify/pipeline_failed_email.text.erb_spec.rb
@@ -32278,7 +36663,6 @@
%%WWWDIR%%/spec/views/projects/environments/terminal.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/imports/new.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/issues/_related_branches.html.haml_spec.rb
-%%WWWDIR%%/spec/views/projects/issues/import_csv/_button.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/issues/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/jobs/_build.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/jobs/_generic_commit_status.html.haml_spec.rb
@@ -32298,7 +36682,6 @@
%%WWWDIR%%/spec/views/projects/services/edit.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/settings/operations/show.html.haml_spec.rb
-%%WWWDIR%%/spec/views/projects/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/tags/index.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/tracing/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/tree/show.html.haml_spec.rb
@@ -32314,11 +36697,14 @@
%%WWWDIR%%/spec/views/shared/projects/_list.html.haml_spec.rb
%%WWWDIR%%/spec/views/shared/projects/_project.html.haml_spec.rb
%%WWWDIR%%/spec/views/shared/runners/show.html.haml_spec.rb
+%%WWWDIR%%/spec/views/shared/snippets/_snippet.html.haml_spec.rb
%%WWWDIR%%/spec/views/shared/ssh_keys/_key_details.html.haml_spec.rb
%%WWWDIR%%/spec/views/shared/wikis/_sidebar.html.haml_spec.rb
%%WWWDIR%%/spec/workers/admin_email_worker_spec.rb
%%WWWDIR%%/spec/workers/analytics/instance_statistics/count_job_trigger_worker_spec.rb
%%WWWDIR%%/spec/workers/analytics/instance_statistics/counter_job_worker_spec.rb
+%%WWWDIR%%/spec/workers/analytics/usage_trends/count_job_trigger_worker_spec.rb
+%%WWWDIR%%/spec/workers/analytics/usage_trends/counter_job_worker_spec.rb
%%WWWDIR%%/spec/workers/approve_blocked_pending_approval_users_worker_spec.rb
%%WWWDIR%%/spec/workers/archive_trace_worker_spec.rb
%%WWWDIR%%/spec/workers/authorized_keys_worker_spec.rb
@@ -32482,6 +36868,7 @@
%%WWWDIR%%/spec/workers/members_destroyer/unassign_issuables_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_request_cleanup_refs_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_request_mergeability_check_worker_spec.rb
+%%WWWDIR%%/spec/workers/merge_requests/delete_source_branch_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_worker_spec.rb
%%WWWDIR%%/spec/workers/metrics/dashboard/prune_old_annotations_worker_spec.rb
%%WWWDIR%%/spec/workers/metrics/dashboard/schedule_annotations_prune_worker_spec.rb
@@ -32489,7 +36876,9 @@
%%WWWDIR%%/spec/workers/migrate_external_diffs_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaceless_project_destroy_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaces/in_product_marketing_emails_worker_spec.rb
+%%WWWDIR%%/spec/workers/namespaces/onboarding_issue_created_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaces/onboarding_pipeline_created_worker_spec.rb
+%%WWWDIR%%/spec/workers/namespaces/onboarding_progress_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaces/onboarding_user_added_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaces/prune_aggregation_schedules_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaces/root_statistics_worker_spec.rb
@@ -32501,6 +36890,8 @@
%%WWWDIR%%/spec/workers/object_pool/destroy_worker_spec.rb
%%WWWDIR%%/spec/workers/object_pool/join_worker_spec.rb
%%WWWDIR%%/spec/workers/packages/composer/cache_cleanup_worker_spec.rb
+%%WWWDIR%%/spec/workers/packages/composer/cache_update_worker_spec.rb
+%%WWWDIR%%/spec/workers/packages/maven/metadata/sync_worker_spec.rb
%%WWWDIR%%/spec/workers/packages/nuget/extraction_worker_spec.rb
%%WWWDIR%%/spec/workers/pages_domain_removal_cron_worker_spec.rb
%%WWWDIR%%/spec/workers/pages_domain_ssl_renewal_cron_worker_spec.rb
@@ -32528,6 +36919,8 @@
%%WWWDIR%%/spec/workers/project_service_worker_spec.rb
%%WWWDIR%%/spec/workers/project_update_repository_storage_worker_spec.rb
%%WWWDIR%%/spec/workers/projects/git_garbage_collect_worker_spec.rb
+%%WWWDIR%%/spec/workers/projects/schedule_bulk_repository_shard_moves_worker_spec.rb
+%%WWWDIR%%/spec/workers/projects/update_repository_storage_worker_spec.rb
%%WWWDIR%%/spec/workers/prometheus/create_default_alerts_worker_spec.rb
%%WWWDIR%%/spec/workers/propagate_integration_group_worker_spec.rb
%%WWWDIR%%/spec/workers/propagate_integration_inherit_descendant_worker_spec.rb
@@ -32564,6 +36957,8 @@
%%WWWDIR%%/spec/workers/service_desk_email_receiver_worker_spec.rb
%%WWWDIR%%/spec/workers/snippet_schedule_bulk_repository_shard_moves_worker_spec.rb
%%WWWDIR%%/spec/workers/snippet_update_repository_storage_worker_spec.rb
+%%WWWDIR%%/spec/workers/snippets/schedule_bulk_repository_shard_moves_worker_spec.rb
+%%WWWDIR%%/spec/workers/snippets/update_repository_storage_worker_spec.rb
%%WWWDIR%%/spec/workers/stage_update_worker_spec.rb
%%WWWDIR%%/spec/workers/stuck_ci_jobs_worker_spec.rb
%%WWWDIR%%/spec/workers/stuck_export_jobs_worker_spec.rb
@@ -32593,23 +36988,11 @@
%%WWWDIR%%/tooling/README.md
%%WWWDIR%%/tooling/bin/find_tests
%%WWWDIR%%/tooling/bin/parallel_rspec
-%%WWWDIR%%/tooling/danger/base_linter.rb
%%WWWDIR%%/tooling/danger/changelog.rb
-%%WWWDIR%%/tooling/danger/commit_linter.rb
-%%WWWDIR%%/tooling/danger/emoji_checker.rb
%%WWWDIR%%/tooling/danger/feature_flag.rb
-%%WWWDIR%%/tooling/danger/helper.rb
-%%WWWDIR%%/tooling/danger/merge_request_linter.rb
-%%WWWDIR%%/tooling/danger/request_helper.rb
-%%WWWDIR%%/tooling/danger/roulette.rb
+%%WWWDIR%%/tooling/danger/project_helper.rb
%%WWWDIR%%/tooling/danger/sidekiq_queues.rb
-%%WWWDIR%%/tooling/danger/teammate.rb
-%%WWWDIR%%/tooling/danger/title_linting.rb
-%%WWWDIR%%/tooling/danger/weightage.rb
-%%WWWDIR%%/tooling/danger/weightage/maintainers.rb
-%%WWWDIR%%/tooling/danger/weightage/reviewers.rb
%%WWWDIR%%/tooling/eslint-config/conditionally_ignore_ee.js
-%%WWWDIR%%/tooling/gitlab_danger.rb
%%WWWDIR%%/tooling/lib/tooling/crystalball/coverage_lines_execution_detector.rb
%%WWWDIR%%/tooling/lib/tooling/crystalball/coverage_lines_strategy.rb
%%WWWDIR%%/tooling/lib/tooling/helm3_client.rb
@@ -32620,6 +37003,12 @@
%%WWWDIR%%/tooling/lib/tooling/test_map_packer.rb
%%WWWDIR%%/tooling/overcommit/Gemfile
%%WWWDIR%%/tooling/overcommit/Makefile
+%%WWWDIR%%/tooling/rspec_flaky/config.rb
+%%WWWDIR%%/tooling/rspec_flaky/example.rb
+%%WWWDIR%%/tooling/rspec_flaky/flaky_example.rb
+%%WWWDIR%%/tooling/rspec_flaky/flaky_examples_collection.rb
+%%WWWDIR%%/tooling/rspec_flaky/listener.rb
+%%WWWDIR%%/tooling/rspec_flaky/report.rb
%%WWWDIR%%/vendor/Dockerfile/Binary-alpine.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Binary-scratch.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Binary.Dockerfile
@@ -32675,7 +37064,7 @@
%%WWWDIR%%/vendor/project_templates/jsonnet.tar.gz
%%WWWDIR%%/vendor/project_templates/kotlin_native_linux.tar.gz
%%WWWDIR%%/vendor/project_templates/learn_gitlab.tar.gz
-%%WWWDIR%%/vendor/project_templates/learn_gitlab_gold_trial.tar.gz
+%%WWWDIR%%/vendor/project_templates/learn_gitlab_ultimate_trial.tar.gz
%%WWWDIR%%/vendor/project_templates/nfgitbook.tar.gz
%%WWWDIR%%/vendor/project_templates/nfhexo.tar.gz
%%WWWDIR%%/vendor/project_templates/nfhugo.tar.gz
@@ -32690,276 +37079,14 @@
%%WWWDIR%%/vendor/prometheus/values.yaml
%%WWWDIR%%/vendor/runner/values.yaml
%%WWWDIR%%/vendor/sample_data_templates/sample.tar.gz
+%%WWWDIR%%/vendor/shims/mimemagic/Gemfile
+%%WWWDIR%%/vendor/shims/mimemagic/LICENSE.txt
+%%WWWDIR%%/vendor/shims/mimemagic/README.md
+%%WWWDIR%%/vendor/shims/mimemagic/Rakefile
+%%WWWDIR%%/vendor/shims/mimemagic/lib/mimemagic.rb
+%%WWWDIR%%/vendor/shims/mimemagic/lib/mimemagic/version.rb
+%%WWWDIR%%/vendor/shims/mimemagic/mimemagic.gemspec
%%WWWDIR%%/vendor/spdx.json
-%%WWWDIR%%/workhorse/.gitlab-ci.yml
-%%WWWDIR%%/workhorse/.gitlab/CODEOWNERS
-%%WWWDIR%%/workhorse/CHANGELOG
-%%WWWDIR%%/workhorse/CONTRIBUTING.md
-%%WWWDIR%%/workhorse/LICENSE
-%%WWWDIR%%/workhorse/Makefile
-%%WWWDIR%%/workhorse/PROCESS.md
-%%WWWDIR%%/workhorse/README.md
-%%WWWDIR%%/workhorse/VERSION
-%%WWWDIR%%/workhorse/_support/changelog
-%%WWWDIR%%/workhorse/_support/check_changelog.sh
-%%WWWDIR%%/workhorse/_support/detect-assert.sh
-%%WWWDIR%%/workhorse/_support/detect-context.sh
-%%WWWDIR%%/workhorse/_support/fake-auth-backend.go
-%%WWWDIR%%/workhorse/_support/fmt.sh
-%%WWWDIR%%/workhorse/_support/generate_changelog
-%%WWWDIR%%/workhorse/_support/lint.sh
-%%WWWDIR%%/workhorse/_support/tag.sh
-%%WWWDIR%%/workhorse/authorization_test.go
-%%WWWDIR%%/workhorse/backend.go
-%%WWWDIR%%/workhorse/backend_test.go
-%%WWWDIR%%/workhorse/cable_test.go
-%%WWWDIR%%/workhorse/channel_test.go
-%%WWWDIR%%/workhorse/cmd/gitlab-resize-image/main.go
-%%WWWDIR%%/workhorse/cmd/gitlab-resize-image/png/reader.go
-%%WWWDIR%%/workhorse/cmd/gitlab-resize-image/png/reader_test.go
-%%WWWDIR%%/workhorse/cmd/gitlab-zip-cat/main.go
-%%WWWDIR%%/workhorse/cmd/gitlab-zip-metadata/limit/reader.go
-%%WWWDIR%%/workhorse/cmd/gitlab-zip-metadata/limit/reader_test.go
-%%WWWDIR%%/workhorse/cmd/gitlab-zip-metadata/main.go
-%%WWWDIR%%/workhorse/config.toml.example
-%%WWWDIR%%/workhorse/config_test.go
-%%WWWDIR%%/workhorse/doc/architecture/channel.md
-%%WWWDIR%%/workhorse/doc/architecture/gitlab_features.md
-%%WWWDIR%%/workhorse/doc/channel.md
-%%WWWDIR%%/workhorse/doc/development/new_features.md
-%%WWWDIR%%/workhorse/doc/development/tests.md
-%%WWWDIR%%/workhorse/doc/operations/configuration.md
-%%WWWDIR%%/workhorse/doc/operations/install.md
-%%WWWDIR%%/workhorse/gitaly_integration_test.go
-%%WWWDIR%%/workhorse/gitaly_test.go
-%%WWWDIR%%/workhorse/go.mod
-%%WWWDIR%%/workhorse/go.sum
-%%WWWDIR%%/workhorse/internal/api/api.go
-%%WWWDIR%%/workhorse/internal/api/block.go
-%%WWWDIR%%/workhorse/internal/api/block_test.go
-%%WWWDIR%%/workhorse/internal/api/channel_settings.go
-%%WWWDIR%%/workhorse/internal/api/channel_settings_test.go
-%%WWWDIR%%/workhorse/internal/artifacts/artifacts_store_test.go
-%%WWWDIR%%/workhorse/internal/artifacts/artifacts_test.go
-%%WWWDIR%%/workhorse/internal/artifacts/artifacts_upload.go
-%%WWWDIR%%/workhorse/internal/artifacts/artifacts_upload_test.go
-%%WWWDIR%%/workhorse/internal/artifacts/entry.go
-%%WWWDIR%%/workhorse/internal/artifacts/entry_test.go
-%%WWWDIR%%/workhorse/internal/artifacts/escape_quotes.go
-%%WWWDIR%%/workhorse/internal/badgateway/roundtripper.go
-%%WWWDIR%%/workhorse/internal/badgateway/roundtripper_test.go
-%%WWWDIR%%/workhorse/internal/builds/register.go
-%%WWWDIR%%/workhorse/internal/builds/register_test.go
-%%WWWDIR%%/workhorse/internal/channel/auth_checker.go
-%%WWWDIR%%/workhorse/internal/channel/auth_checker_test.go
-%%WWWDIR%%/workhorse/internal/channel/channel.go
-%%WWWDIR%%/workhorse/internal/channel/proxy.go
-%%WWWDIR%%/workhorse/internal/channel/wrappers.go
-%%WWWDIR%%/workhorse/internal/channel/wrappers_test.go
-%%WWWDIR%%/workhorse/internal/config/config.go
-%%WWWDIR%%/workhorse/internal/config/config_test.go
-%%WWWDIR%%/workhorse/internal/config/url_openers.go
-%%WWWDIR%%/workhorse/internal/config/url_openers_test.go
-%%WWWDIR%%/workhorse/internal/errortracker/sentry.go
-%%WWWDIR%%/workhorse/internal/filestore/file_handler.go
-%%WWWDIR%%/workhorse/internal/filestore/file_handler_test.go
-%%WWWDIR%%/workhorse/internal/filestore/multi_hash.go
-%%WWWDIR%%/workhorse/internal/filestore/reader.go
-%%WWWDIR%%/workhorse/internal/filestore/reader_test.go
-%%WWWDIR%%/workhorse/internal/filestore/save_file_opts.go
-%%WWWDIR%%/workhorse/internal/filestore/save_file_opts_test.go
-%%WWWDIR%%/workhorse/internal/git/archive.go
-%%WWWDIR%%/workhorse/internal/git/archive_test.go
-%%WWWDIR%%/workhorse/internal/git/blob.go
-%%WWWDIR%%/workhorse/internal/git/blob_test.go
-%%WWWDIR%%/workhorse/internal/git/diff.go
-%%WWWDIR%%/workhorse/internal/git/error.go
-%%WWWDIR%%/workhorse/internal/git/format-patch.go
-%%WWWDIR%%/workhorse/internal/git/git-http.go
-%%WWWDIR%%/workhorse/internal/git/info-refs.go
-%%WWWDIR%%/workhorse/internal/git/pktline.go
-%%WWWDIR%%/workhorse/internal/git/pktline_test.go
-%%WWWDIR%%/workhorse/internal/git/receive-pack.go
-%%WWWDIR%%/workhorse/internal/git/responsewriter.go
-%%WWWDIR%%/workhorse/internal/git/snapshot.go
-%%WWWDIR%%/workhorse/internal/git/upload-pack.go
-%%WWWDIR%%/workhorse/internal/git/upload-pack_test.go
-%%WWWDIR%%/workhorse/internal/gitaly/blob.go
-%%WWWDIR%%/workhorse/internal/gitaly/diff.go
-%%WWWDIR%%/workhorse/internal/gitaly/gitaly.go
-%%WWWDIR%%/workhorse/internal/gitaly/gitaly_test.go
-%%WWWDIR%%/workhorse/internal/gitaly/namespace.go
-%%WWWDIR%%/workhorse/internal/gitaly/repository.go
-%%WWWDIR%%/workhorse/internal/gitaly/smarthttp.go
-%%WWWDIR%%/workhorse/internal/gitaly/unmarshal_test.go
-%%WWWDIR%%/workhorse/internal/headers/content_headers.go
-%%WWWDIR%%/workhorse/internal/headers/headers.go
-%%WWWDIR%%/workhorse/internal/headers/headers_test.go
-%%WWWDIR%%/workhorse/internal/helper/context_reader.go
-%%WWWDIR%%/workhorse/internal/helper/context_reader_test.go
-%%WWWDIR%%/workhorse/internal/helper/countingresponsewriter.go
-%%WWWDIR%%/workhorse/internal/helper/countingresponsewriter_test.go
-%%WWWDIR%%/workhorse/internal/helper/helpers.go
-%%WWWDIR%%/workhorse/internal/helper/helpers_test.go
-%%WWWDIR%%/workhorse/internal/helper/tempfile.go
-%%WWWDIR%%/workhorse/internal/helper/writeafterreader.go
-%%WWWDIR%%/workhorse/internal/helper/writeafterreader_test.go
-%%WWWDIR%%/workhorse/internal/httprs/LICENSE
-%%WWWDIR%%/workhorse/internal/httprs/README.md
-%%WWWDIR%%/workhorse/internal/httprs/httprs.go
-%%WWWDIR%%/workhorse/internal/httprs/httprs_test.go
-%%WWWDIR%%/workhorse/internal/imageresizer/image_resizer.go
-%%WWWDIR%%/workhorse/internal/imageresizer/image_resizer_caching.go
-%%WWWDIR%%/workhorse/internal/imageresizer/image_resizer_test.go
-%%WWWDIR%%/workhorse/internal/lfs/lfs.go
-%%WWWDIR%%/workhorse/internal/lfs/lfs_test.go
-%%WWWDIR%%/workhorse/internal/log/logging.go
-%%WWWDIR%%/workhorse/internal/log/logging_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/cache.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/cache_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/code_hover.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/code_hover_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/docs.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/docs_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/errors.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/errors_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/hovers.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/hovers_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/id.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/id_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/parser.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/parser_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/performance_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/ranges.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/ranges_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/references.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/references_test.go
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/testdata/dump.lsif.zip
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/testdata/expected/lsif/main.go.json
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/testdata/expected/lsif/morestrings/reverse.go.json
-%%WWWDIR%%/workhorse/internal/lsif_transformer/parser/testdata/workhorse.lsif.zip
-%%WWWDIR%%/workhorse/internal/objectstore/gocloud_object.go
-%%WWWDIR%%/workhorse/internal/objectstore/gocloud_object_test.go
-%%WWWDIR%%/workhorse/internal/objectstore/multipart.go
-%%WWWDIR%%/workhorse/internal/objectstore/multipart_test.go
-%%WWWDIR%%/workhorse/internal/objectstore/object.go
-%%WWWDIR%%/workhorse/internal/objectstore/object_test.go
-%%WWWDIR%%/workhorse/internal/objectstore/prometheus.go
-%%WWWDIR%%/workhorse/internal/objectstore/s3_complete_multipart_api.go
-%%WWWDIR%%/workhorse/internal/objectstore/s3_object.go
-%%WWWDIR%%/workhorse/internal/objectstore/s3_object_test.go
-%%WWWDIR%%/workhorse/internal/objectstore/s3_session.go
-%%WWWDIR%%/workhorse/internal/objectstore/s3_session_test.go
-%%WWWDIR%%/workhorse/internal/objectstore/test/consts.go
-%%WWWDIR%%/workhorse/internal/objectstore/test/gocloud_stub.go
-%%WWWDIR%%/workhorse/internal/objectstore/test/objectstore_stub.go
-%%WWWDIR%%/workhorse/internal/objectstore/test/objectstore_stub_test.go
-%%WWWDIR%%/workhorse/internal/objectstore/test/s3_stub.go
-%%WWWDIR%%/workhorse/internal/objectstore/upload_strategy.go
-%%WWWDIR%%/workhorse/internal/objectstore/uploader.go
-%%WWWDIR%%/workhorse/internal/proxy/proxy.go
-%%WWWDIR%%/workhorse/internal/queueing/queue.go
-%%WWWDIR%%/workhorse/internal/queueing/queue_test.go
-%%WWWDIR%%/workhorse/internal/queueing/requests.go
-%%WWWDIR%%/workhorse/internal/queueing/requests_test.go
-%%WWWDIR%%/workhorse/internal/redis/keywatcher.go
-%%WWWDIR%%/workhorse/internal/redis/keywatcher_test.go
-%%WWWDIR%%/workhorse/internal/redis/redis.go
-%%WWWDIR%%/workhorse/internal/redis/redis_test.go
-%%WWWDIR%%/workhorse/internal/rejectmethods/middleware.go
-%%WWWDIR%%/workhorse/internal/rejectmethods/middleware_test.go
-%%WWWDIR%%/workhorse/internal/secret/jwt.go
-%%WWWDIR%%/workhorse/internal/secret/roundtripper.go
-%%WWWDIR%%/workhorse/internal/secret/secret.go
-%%WWWDIR%%/workhorse/internal/senddata/contentprocessor/contentprocessor.go
-%%WWWDIR%%/workhorse/internal/senddata/contentprocessor/contentprocessor_test.go
-%%WWWDIR%%/workhorse/internal/senddata/injecter.go
-%%WWWDIR%%/workhorse/internal/senddata/senddata.go
-%%WWWDIR%%/workhorse/internal/senddata/writer_test.go
-%%WWWDIR%%/workhorse/internal/sendfile/sendfile.go
-%%WWWDIR%%/workhorse/internal/sendfile/sendfile_test.go
-%%WWWDIR%%/workhorse/internal/sendfile/testdata/sent-file.txt
-%%WWWDIR%%/workhorse/internal/sendurl/sendurl.go
-%%WWWDIR%%/workhorse/internal/sendurl/sendurl_test.go
-%%WWWDIR%%/workhorse/internal/staticpages/deploy_page.go
-%%WWWDIR%%/workhorse/internal/staticpages/deploy_page_test.go
-%%WWWDIR%%/workhorse/internal/staticpages/error_pages.go
-%%WWWDIR%%/workhorse/internal/staticpages/error_pages_test.go
-%%WWWDIR%%/workhorse/internal/staticpages/servefile.go
-%%WWWDIR%%/workhorse/internal/staticpages/servefile_test.go
-%%WWWDIR%%/workhorse/internal/staticpages/static.go
-%%WWWDIR%%/workhorse/internal/staticpages/testdata/file1
-%%WWWDIR%%/workhorse/internal/staticpages/testdata/uploads/file2
-%%WWWDIR%%/workhorse/internal/testhelper/gitaly.go
-%%WWWDIR%%/workhorse/internal/testhelper/testhelper.go
-%%WWWDIR%%/workhorse/internal/upload/accelerate.go
-%%WWWDIR%%/workhorse/internal/upload/body_uploader.go
-%%WWWDIR%%/workhorse/internal/upload/body_uploader_test.go
-%%WWWDIR%%/workhorse/internal/upload/exif/exif.go
-%%WWWDIR%%/workhorse/internal/upload/exif/exif_test.go
-%%WWWDIR%%/workhorse/internal/upload/exif/testdata/sample_exif.jpg
-%%WWWDIR%%/workhorse/internal/upload/object_storage_preparer.go
-%%WWWDIR%%/workhorse/internal/upload/object_storage_preparer_test.go
-%%WWWDIR%%/workhorse/internal/upload/rewrite.go
-%%WWWDIR%%/workhorse/internal/upload/saved_file_tracker.go
-%%WWWDIR%%/workhorse/internal/upload/saved_file_tracker_test.go
-%%WWWDIR%%/workhorse/internal/upload/skip_rails_authorizer.go
-%%WWWDIR%%/workhorse/internal/upload/uploads.go
-%%WWWDIR%%/workhorse/internal/upload/uploads_test.go
-%%WWWDIR%%/workhorse/internal/upstream/development_test.go
-%%WWWDIR%%/workhorse/internal/upstream/handlers.go
-%%WWWDIR%%/workhorse/internal/upstream/handlers_test.go
-%%WWWDIR%%/workhorse/internal/upstream/metrics.go
-%%WWWDIR%%/workhorse/internal/upstream/notfoundunless.go
-%%WWWDIR%%/workhorse/internal/upstream/roundtripper/roundtripper.go
-%%WWWDIR%%/workhorse/internal/upstream/roundtripper/roundtripper_test.go
-%%WWWDIR%%/workhorse/internal/upstream/roundtripper/transport.go
-%%WWWDIR%%/workhorse/internal/upstream/routes.go
-%%WWWDIR%%/workhorse/internal/upstream/upstream.go
-%%WWWDIR%%/workhorse/internal/upstream/upstream_test.go
-%%WWWDIR%%/workhorse/internal/urlprefix/urlprefix.go
-%%WWWDIR%%/workhorse/internal/utils/svg/LICENSE
-%%WWWDIR%%/workhorse/internal/utils/svg/README.md
-%%WWWDIR%%/workhorse/internal/utils/svg/svg.go
-%%WWWDIR%%/workhorse/internal/zipartifacts/entry.go
-%%WWWDIR%%/workhorse/internal/zipartifacts/errors.go
-%%WWWDIR%%/workhorse/internal/zipartifacts/errors_test.go
-%%WWWDIR%%/workhorse/internal/zipartifacts/metadata.go
-%%WWWDIR%%/workhorse/internal/zipartifacts/metadata_test.go
-%%WWWDIR%%/workhorse/internal/zipartifacts/open_archive.go
-%%WWWDIR%%/workhorse/internal/zipartifacts/open_archive_test.go
-%%WWWDIR%%/workhorse/jobs_test.go
-%%WWWDIR%%/workhorse/logging.go
-%%WWWDIR%%/workhorse/main.go
-%%WWWDIR%%/workhorse/main_test.go
-%%WWWDIR%%/workhorse/proxy_test.go
-%%WWWDIR%%/workhorse/sendfile_test.go
-%%WWWDIR%%/workhorse/testdata/artifacts-archive.zip
-%%WWWDIR%%/workhorse/testdata/audio.mp3
-%%WWWDIR%%/workhorse/testdata/file-รค.pdf
-%%WWWDIR%%/workhorse/testdata/file.bmpr
-%%WWWDIR%%/workhorse/testdata/file.ipynb
-%%WWWDIR%%/workhorse/testdata/file.pdf
-%%WWWDIR%%/workhorse/testdata/file.rdoc
-%%WWWDIR%%/workhorse/testdata/file.sketch
-%%WWWDIR%%/workhorse/testdata/file.stl
-%%WWWDIR%%/workhorse/testdata/file.swf
-%%WWWDIR%%/workhorse/testdata/forgedfile.png
-%%WWWDIR%%/workhorse/testdata/image.jpg
-%%WWWDIR%%/workhorse/testdata/image.png
-%%WWWDIR%%/workhorse/testdata/image.svg
-%%WWWDIR%%/workhorse/testdata/image_bad_iccp.png
-%%WWWDIR%%/workhorse/testdata/image_single_pixel.jpg
-%%WWWDIR%%/workhorse/testdata/image_stripped_iccp.png
-%%WWWDIR%%/workhorse/testdata/lsif/invalid.lsif.zip
-%%WWWDIR%%/workhorse/testdata/lsif/valid.lsif.zip
-%%WWWDIR%%/workhorse/testdata/receive-pack-fixture.txt
-%%WWWDIR%%/workhorse/testdata/tarfile.tar
-%%WWWDIR%%/workhorse/testdata/test-secret
-%%WWWDIR%%/workhorse/testdata/upload-pack-fixture.txt
-%%WWWDIR%%/workhorse/testdata/video.mp4
-%%WWWDIR%%/workhorse/tools.go
-%%WWWDIR%%/workhorse/upload_test.go
%%WWWDIR%%/yarn.lock
@owner git
@group www