FreeBSD Bugzilla – Attachment 190729 Details for
Bug 225970
www/gitlab security update to 10.4.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Security update to 10.4.4.
www_gitlab_upgrade_10.4.4.patch (text/plain), 266.62 KB, created by
Matthias Fechner
on 2018-02-17 11:47:29 UTC
(
hide
)
Description:
Security update to 10.4.4.
Filename:
MIME Type:
Creator:
Matthias Fechner
Created:
2018-02-17 11:47:29 UTC
Size:
266.62 KB
patch
obsolete
>diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile >index 0336a012ec2..5c3497d64a1 100644 >--- a/www/gitlab/Makefile >+++ b/www/gitlab/Makefile >@@ -2,9 +2,8 @@ > # $FreeBSD: head/www/gitlab/Makefile 461631 2018-02-12 19:04:44Z sunpoet $ > > PORTNAME= gitlab >-PORTVERSION= 10.1.6 >+PORTVERSION= 10.4.4 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 > CATEGORIES= www devel > > MAINTAINER= idefix@fechner.net >@@ -25,9 +24,9 @@ BUILD_DEPENDS= gem:devel/ruby-gems > # which makes maintaining this long list much easier! > # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS > # for the options >-RUN_DEPENDS= git>=2.14.1:devel/git \ >- gitlab-shell>=5.9.3:devel/gitlab-shell\ >- gitlab-workhorse>=2.0.0:www/gitlab-workhorse \ >+RUN_DEPENDS= git>=2.14.3:devel/git \ >+ gitlab-shell>=5.11.0:devel/gitlab-shell\ >+ gitlab-workhorse>=3.3.1:www/gitlab-workhorse \ > redis>=2.8.23:databases/redis \ > npm>=4.3.0:www/npm \ > yarn>=0.17.0:www/yarn \ >@@ -35,15 +34,15 @@ RUN_DEPENDS= git>=2.14.1:devel/git \ > rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ > rubygem-responders>=2.0:www/rubygem-responders \ > rubygem-sprockets3>=3.7:devel/rubygem-sprockets3 \ >- rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \ >+ rubygem-default_value_for30>=3.0.1:devel/rubygem-default_value_for30 \ > rubygem-rugged>=0.26.0:devel/rubygem-rugged \ > rubygem-grape-route-helpers>=2.1.0:devel/rubygem-grape-route-helpers \ > rubygem-faraday>=0.12.0:www/rubygem-faraday \ > rubygem-devise>=4.2:devel/rubygem-devise \ > rubygem-doorkeeper>=4.2:security/rubygem-doorkeeper \ > rubygem-doorkeeper-openid_connect>=1.2.0:security/rubygem-doorkeeper-openid_connect \ >- rubygem-omniauth>=1.4.2:security/rubygem-omniauth \ >- rubygem-omniauth-auth0>=1.4.1:net/rubygem-omniauth-auth0 \ >+ rubygem-omniauth14>=1.4.2:security/rubygem-omniauth14 \ >+ rubygem-omniauth-auth014>=1.4.1:net/rubygem-omniauth-auth014 \ > rubygem-omniauth-azure-oauth2>=0.0.9:net/rubygem-omniauth-azure-oauth2 \ > rubygem-omniauth-cas3>=1.1.4:security/rubygem-omniauth-cas3 \ > rubygem-omniauth-facebook>=4.0.0:net/rubygem-omniauth-facebook \ >@@ -52,18 +51,18 @@ RUN_DEPENDS= git>=2.14.1:devel/git \ > rubygem-omniauth-google-oauth2>=0.5.2:net/rubygem-omniauth-google-oauth2 \ > rubygem-omniauth-kerberos>=0.3.0:net/rubygem-omniauth-kerberos \ > rubygem-omniauth-oauth2-generic>=0.2.2:security/rubygem-omniauth-oauth2-generic \ >- rubygem-omniauth-saml>=1.7.0:security/rubygem-omniauth-saml \ >- rubygem-omniauth-shibboleth>=1.2.0:security/rubygem-omniauth-shibboleth \ >- rubygem-omniauth-twitter>=1.2.0:net/rubygem-omniauth-twitter \ >- rubygem-omniauth_crowd>=2.2.0:devel/rubygem-omniauth_crowd \ >+ rubygem-omniauth-saml17>=1.7.0:security/rubygem-omniauth-saml17 \ >+ rubygem-omniauth-shibboleth12>=1.2.0:security/rubygem-omniauth-shibboleth12 \ >+ rubygem-omniauth-twitter12>=1.2.0:net/rubygem-omniauth-twitter12 \ >+ rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \ > rubygem-omniauth-authentiq>=0.3.1:net/rubygem-omniauth-authentiq \ >- rubygem-rack-oauth2>=1.2.1:security/rubygem-rack-oauth2 \ >+ rubygem-rack-oauth212>=1.2.1:security/rubygem-rack-oauth212 \ > rubygem-jwt1>=1.5.6:www/rubygem-jwt1 \ >- rubygem-recaptcha>=3.0:devel/rubygem-recaptcha \ >+ rubygem-recaptcha3>=3.0:devel/rubygem-recaptcha3 \ > rubygem-akismet>=2.0:devel/rubygem-akismet \ > rubygem-devise-two-factor>=3.0.0:security/rubygem-devise-two-factor \ > rubygem-rqrcode-rails3>=0.1.7:www/rubygem-rqrcode-rails3 \ >- rubygem-attr_encrypted>=3.0.0:security/rubygem-attr_encrypted \ >+ rubygem-attr_encrypted30>=3.0.0:security/rubygem-attr_encrypted30 \ > rubygem-u2f0>=0.2.1:net/rubygem-u2f0 \ > rubygem-validates_hostname>=1.0.6:dns/rubygem-validates_hostname \ > rubygem-browser>=2.2:www/rubygem-browser \ >@@ -72,25 +71,25 @@ RUN_DEPENDS= git>=2.14.1:devel/git \ > rubygem-net-ldap>=0.16.0:net/rubygem-net-ldap \ > rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ > rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ >- rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \ >+ rubygem-github-linguist47>=4.7.0:textproc/rubygem-github-linguist47 \ > rubygem-grape>=1.0:devel/rubygem-grape \ >- rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \ >- rubygem-rack-cors0>=0.4.0:www/rubygem-rack-cors0 \ >+ rubygem-grape-entity060>=0.6.0:devel/rubygem-grape-entity060 \ >+ rubygem-rack-cors>=1.0.0:www/rubygem-rack-cors \ > rubygem-hashie-forbidden_attributes>=0:devel/rubygem-hashie-forbidden_attributes \ > rubygem-kaminari-rails4>=1.0:www/rubygem-kaminari-rails4 \ >- rubygem-hamlit>=2.6.1:www/rubygem-hamlit \ >+ rubygem-hamlit26>=2.6.1:www/rubygem-hamlit26 \ > rubygem-carrierwave>=1.1:www/rubygem-carrierwave \ >- rubygem-dropzonejs-rails>=0.7.1:www/rubygem-dropzonejs-rails \ >+ rubygem-dropzonejs-rails07>=0.7.1:www/rubygem-dropzonejs-rails07 \ > rubygem-fog-aws1>=1.4:net/rubygem-fog-aws1 \ >- rubygem-fog-core>=1.44:devel/rubygem-fog-core \ >- rubygem-fog-google>=0.5:net/rubygem-fog-google \ >+ rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \ >+ rubygem-fog-google0>=0.5:net/rubygem-fog-google0 \ > rubygem-fog-local>=0.3:net/rubygem-fog-local \ > rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \ > rubygem-fog-rackspace>=0.1.1:net/rubygem-fog-rackspace \ > rubygem-fog-aliyun>=0.2.0:net/rubygem-fog-aliyun \ > rubygem-google-api-client>=0.13.6:devel/rubygem-google-api-client \ > rubygem-unf>=0.1.4:textproc/rubygem-unf \ >- rubygem-seed-fu>=2.3.5:databases/rubygem-seed-fu \ >+ rubygem-seed-fu236>=2.3.6:databases/rubygem-seed-fu236 \ > rubygem-html-pipeline1>=1.11.0:textproc/rubygem-html-pipeline1 \ > rubygem-deckar01-task_list>=2.0.0:www/rubygem-deckar01-task_list \ > rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ >@@ -99,45 +98,45 @@ RUN_DEPENDS= git>=2.14.1:devel/git \ > rubygem-rdoc>=4.2:devel/rubygem-rdoc \ > rubygem-org-ruby>=0.9.12:textproc/rubygem-org-ruby \ > rubygem-creole>=0.5.0:textproc/rubygem-creole \ >- rubygem-wikicloth>=0.8.1:textproc/rubygem-wikicloth \ >+ rubygem-wikicloth081>=0.8.1:textproc/rubygem-wikicloth081 \ > rubygem-asciidoctor>=1.5.2:textproc/rubygem-asciidoctor \ >- rubygem-asciidoctor-plantuml>=0.0.7:textproc/rubygem-asciidoctor-plantuml \ >+ rubygem-asciidoctor-plantuml007>=0.0.7:textproc/rubygem-asciidoctor-plantuml007 \ > rubygem-rouge2>=2.0:textproc/rubygem-rouge2 \ > rubygem-truncato>=0.7.9:textproc/rubygem-truncato \ > rubygem-bootstrap_form>=2.7.0:devel/rubygem-bootstrap_form \ > rubygem-nokogiri>=1.8.1:textproc/rubygem-nokogiri \ >- rubygem-diffy>=3.1.0:textproc/rubygem-diffy \ >- rubygem-unicorn>=5.1.0:www/rubygem-unicorn \ >- rubygem-unicorn-worker-killer>=0.4.4:www/rubygem-unicorn-worker-killer \ >+ rubygem-diffy31>=3.1.0:textproc/rubygem-diffy31 \ >+ rubygem-unicorn51>=5.1.0:www/rubygem-unicorn51 \ >+ rubygem-unicorn-worker-killer044>=0.4.4:www/rubygem-unicorn-worker-killer044 \ > rubygem-state_machines-activerecord>=0.4.0:databases/rubygem-state_machines-activerecord \ > rubygem-acts-as-taggable-on>=4.0.0:www/rubygem-acts-as-taggable-on \ > rubygem-sidekiq>=5.0.0:devel/rubygem-sidekiq \ > rubygem-sidekiq-cron>=0.6.0:devel/rubygem-sidekiq-cron \ >- rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \ >+ rubygem-redis-namespace15>=1.5.2:databases/rubygem-redis-namespace15 \ > rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \ > rubygem-rufus-scheduler>=3.4.0:devel/rubygem-rufus-scheduler \ > rubygem-httparty>=0.13.3:www/rubygem-httparty \ > rubygem-rainbow2>=2.2:devel/rubygem-rainbow2 \ > rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \ > rubygem-re2>=1.1.1:devel/rubygem-re2 \ >- rubygem-version_sorter>=2.1.0:textproc/rubygem-version_sorter \ >+ rubygem-version_sorter21>=2.1.0:textproc/rubygem-version_sorter21 \ > rubygem-redis-rails>=5.0.1:www/rubygem-redis-rails \ > rubygem-redis3>=3.2:databases/rubygem-redis3 \ > rubygem-connection_pool>=2.0:net/rubygem-connection_pool \ >- rubygem-hipchat>=1.5.0:net-im/rubygem-hipchat \ >+ rubygem-hipchat15>=1.5.0:net-im/rubygem-hipchat15 \ > rubygem-jira-ruby>=1.4:devel/rubygem-jira-ruby \ > rubygem-gitlab-flowdock-git-hook>=1.0.1:www/rubygem-gitlab-flowdock-git-hook \ > rubygem-gemnasium-gitlab-service>=0.2:devel/rubygem-gemnasium-gitlab-service \ > rubygem-slack-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \ > rubygem-asana>=0.6.0:www/rubygem-asana \ > rubygem-ruby-fogbugz>=0.2.1:devel/rubygem-ruby-fogbugz \ >- rubygem-kubeclient>=2.2.0:www/rubygem-kubeclient \ >+ rubygem-kubeclient22>=2.2.0:www/rubygem-kubeclient22 \ > rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \ > rubygem-sanitize>=2.0:textproc/rubygem-sanitize \ > rubygem-babosa>=1.0.2:textproc/rubygem-babosa \ >- rubygem-loofah>=2.0.3:textproc/rubygem-loofah \ >+ rubygem-loofah20>=2.0.3:textproc/rubygem-loofah20 \ > rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ >- rubygem-rack-attack>=4.4.1:www/rubygem-rack-attack \ >+ rubygem-rack-attack44>=4.4.1:www/rubygem-rack-attack44 \ > rubygem-ace-rails-ap>=4.1.0:www/rubygem-ace-rails-ap \ > rubygem-mousetrap-rails>=1.4.6:www/rubygem-mousetrap-rails \ > rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \ >@@ -147,25 +146,26 @@ RUN_DEPENDS= git>=2.14.1:devel/git \ > rubygem-webpack-rails>=0.9.10:www/rubygem-webpack-rails \ > rubygem-rack-proxy>=0.6.0:www/rubygem-rack-proxy \ > rubygem-sass-rails5>=5.0.6:textproc/rubygem-sass-rails5 \ >- rubygem-uglifier>=2.7.2:www/rubygem-uglifier \ >+ rubygem-uglifier27>=2.7.2:www/rubygem-uglifier27 \ > rubygem-addressable>=2.5.2:www/rubygem-addressable \ > rubygem-bootstrap-sass>=3.3.0:www/rubygem-bootstrap-sass \ > rubygem-font-awesome-rails-rails4>=4.7:devel/rubygem-font-awesome-rails-rails4 \ > rubygem-gemojione>=3.3:graphics/rubygem-gemojione \ >- rubygem-gon>=6.1.0:www/rubygem-gon \ >- rubygem-jquery-atwho-rails>=1.3.2:www/rubygem-jquery-atwho-rails \ >+ rubygem-gon61>=6.1.0:www/rubygem-gon61 \ >+ rubygem-jquery-atwho-rails13>=1.3.2:www/rubygem-jquery-atwho-rails13 \ > rubygem-jquery-rails>=4.1.0:www/rubygem-jquery-rails \ > rubygem-request_store>=1.3:devel/rubygem-request_store \ > rubygem-select2-rails3>=3.5.9:www/rubygem-select2-rails3 \ > rubygem-virtus>=1.0.1:devel/rubygem-virtus \ > rubygem-base32>=0.3.0:converters/rubygem-base32 \ >- rubygem-sentry-raven>=2.5.3:devel/rubygem-sentry-raven \ >- rubygem-premailer-rails>=1.9.7:mail/rubygem-premailer-rails \ >+ rubygem-sentry-raven25>=2.5.3:devel/rubygem-sentry-raven25 \ >+ rubygem-premailer-rails19>=1.9.7:mail/rubygem-premailer-rails19 \ > rubygem-ruby_parser>=3.8.4:devel/rubygem-ruby_parser \ > rubygem-rails-i18n-4>=4.0.9:devel/rubygem-rails-i18n-4 \ > rubygem-gettext_i18n_rails>=1.8.0:devel/rubygem-gettext_i18n_rails \ >- rubygem-gettext_i18n_rails_js>=1.2.0:devel/rubygem-gettext_i18n_rails_js \ >+ rubygem-gettext_i18n_rails_js12>=1.2.0:devel/rubygem-gettext_i18n_rails_js12 \ > rubygem-gettext>=3.2.2:devel/rubygem-gettext \ >+ rubygem-batch-loader>=1.2.1:devel/rubygem-batch-loader \ > rubygem-peek>=1.0.1:devel/rubygem-peek \ > rubygem-peek-gc>=0.0.2:devel/rubygem-peek-gc \ > rubygem-peek-host>=1.0.0:devel/rubygem-peek-host \ >@@ -173,28 +173,29 @@ RUN_DEPENDS= git>=2.14.1:devel/git \ > rubygem-peek-rblineprof>=0.2.0:devel/rubygem-peek-rblineprof \ > rubygem-peek-redis>=1.2.0:devel/rubygem-peek-redis \ > rubygem-peek-sidekiq>=1.0.3:devel/rubygem-peek-sidekiq \ >- rubygem-prometheus-client-mmap>=0.7.0.beta18:devel/rubygem-prometheus-client-mmap \ >- rubygem-octokit>=4.6.2:net/rubygem-octokit \ >+ rubygem-prometheus-client-mmap>=0.7.0.beta44:devel/rubygem-prometheus-client-mmap \ >+ rubygem-octokit46>=4.6.2:net/rubygem-octokit46 \ > rubygem-mail_room>=0.9.1:mail/rubygem-mail_room \ > rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \ > rubygem-html2text>=0:textproc/rubygem-html2text \ >- rubygem-ruby-prof>=0.16.2:devel/rubygem-ruby-prof \ >+ rubygem-ruby-prof016>=0.16.2:devel/rubygem-ruby-prof016 \ > rubygem-oauth2>=1.4.0:net/rubygem-oauth2 \ >- rubygem-paranoia>=2.3.1:databases/rubygem-paranoia \ >- rubygem-health_check>=2.6.0:devel/rubygem-health_check \ >+ rubygem-health_check26>=2.6.0:devel/rubygem-health_check26 \ > rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ > rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ >- rubygem-net-ssh>=4.1.0:security/rubygem-net-ssh \ >+ rubygem-net-ssh41>=4.1.0:security/rubygem-net-ssh41 \ > rubygem-rbnacl4<=4.0.2:security/rubygem-rbnacl4 \ > rubygem-rbnacl-libsodium>=0:security/rubygem-rbnacl-libsodium \ > rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ > rubygem-gitaly-proto>=0.39.0:net/rubygem-gitaly-proto \ > rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ >- rubygem-toml-rb>=0.3.15:www/rubygem-toml-rb \ >- rubygem-flipper010>=0.10.2:devel/rubygem-flipper010 \ >- rubygem-flipper-active_record010>=0.10.2:databases/rubygem-flipper-active_record010 \ >+ rubygem-toml-rb03>=0.3.15:www/rubygem-toml-rb03 \ >+ rubygem-flipper011>=0.11.0:devel/rubygem-flipper011 \ >+ rubygem-flipper-active_record011>=0.11.0:databases/rubygem-flipper-active_record011 \ >+ rubygem-flipper-active_support_cache_store011>=0.11.0:devel/rubygem-flipper-active_support_cache_store011 \ > rubygem-lograge>=0.5:www/rubygem-lograge \ > rubygem-grape_logging>=1.7:devel/rubygem-grape_logging \ >+ rubygem-asset_sync220>=2.2.0:net/rubygem-asset_sync220 \ > rubygem-rinku>=1.7.3:www/rubygem-rinku > > PGSQL_RUN_DEPENDS= rubygem-pg>=0.18.2:databases/rubygem-pg \ >@@ -242,7 +243,7 @@ do-install: > ${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample > ${MV} ${WRKSRC}/lib/support/nginx/gitlab ${WRKSRC}/lib/support/nginx/gitlab.sample > ${MV} ${WRKSRC}/lib/support/nginx/gitlab-ssl ${WRKSRC}/lib/support/nginx/gitlab-ssl.sample >- ${MKDIR} ${STAGEDIR}/home/git/repositories >+ ${MKDIR} ${STAGEDIR}/usr/home/git/repositories > ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets > ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/uploads > ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache >diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo >index 46f52705898..7e68ff4eeaa 100644 >--- a/www/gitlab/distinfo >+++ b/www/gitlab/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1516175210 >-SHA256 (gitlabhq-gitlabhq-v10.1.6_GH0.tar.gz) = b01bd5e10adb5b21c4cafc5e9fe5fa388c52fe7546708d0ed58f57644bc76b9c >-SIZE (gitlabhq-gitlabhq-v10.1.6_GH0.tar.gz) = 41739152 >+TIMESTAMP = 1518865521 >+SHA256 (gitlabhq-gitlabhq-v10.4.4_GH0.tar.gz) = 552572672bd5228194636739bcbd37689c650895093fa5b945e9d0937ae767dd >+SIZE (gitlabhq-gitlabhq-v10.4.4_GH0.tar.gz) = 43410230 >diff --git a/www/gitlab/files/gitlab.in b/www/gitlab/files/gitlab.in >index c6ed182d796..2294be7efca 100644 >--- a/www/gitlab/files/gitlab.in >+++ b/www/gitlab/files/gitlab.in >@@ -41,6 +41,7 @@ restart_cmd="restart_gitlab" > : ${gitlab_authBackend:="http://127.0.0.1:8080"} > : ${gitlab_workhorse_tcp:="NO"} > : ${gitlab_workhorse_addr:="127.0.0.1:8181"} >+: ${gitlab_mail_room_enable:="NO"} > > load_rc_config $name > >@@ -56,7 +57,11 @@ socket_path="$app_root/tmp/sockets" > rails_socket="$socket_path/gitlab.socket" > web_server_pid_path="$pid_path/unicorn.pid" > sidekiq_pid_path="$pid_path/sidekiq.pid" >-mail_room_enabled=false >+if checkyesno gitlab_mail_room_enable; then >+ mail_room_enabled=true >+else >+ mail_room_enabled=false >+fi > mail_room_pid_path="$pid_path/mail_room.pid" > gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse && pwd) > gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid" >diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile >index 70b5605ad03..6b2193acda0 100644 >--- a/www/gitlab/files/patch-Gemfile >+++ b/www/gitlab/files/patch-Gemfile >@@ -1,116 +1,18 @@ >---- Gemfile.orig 2018-01-11 16:23:59 UTC >+--- Gemfile.orig 2018-02-05 13:37:24 UTC > +++ Gemfile >-@@ -1,55 +1,55 @@ >- source 'https://rubygems.org' >- >--gem 'rails', '4.2.8' >-+gem 'rails', '>=4.2.8' >- gem 'rails-deprecated_sanitizer', '~> 1.0.3' >- >- # Responders respond_to and respond_with >- gem 'responders', '~> 2.0' >- >--gem 'sprockets', '~> 3.7.0' >-+gem 'sprockets', '>= 3.7.0' >- >- # Default values for AR models >+@@ -12,8 +12,8 @@ gem 'sprockets', '~> 3.7.0' > gem 'default_value_for', '~> 3.0.0' > > # Supported DBs >--gem 'mysql2', '~> 0.4.5', group: :mysql >+-gem 'mysql2', '~> 0.4.10', group: :mysql > -gem 'pg', '~> 0.18.2', group: :postgres >-+gem 'mysql2', '>= 0.4.5', group: :mysql >++gem 'mysql2', '>= 0.4.10', group: :mysql > +gem 'pg', '>= 0.18.2', group: :postgres > > gem 'rugged', '~> 0.26.0' > gem 'grape-route-helpers', '~> 2.1.0' >- >--gem 'faraday', '~> 0.12' >-+gem 'faraday', '>= 0.12' >- >- # Authentication libraries >- gem 'devise', '~> 4.2' >- gem 'doorkeeper', '~> 4.2.0' >- gem 'doorkeeper-openid_connect', '~> 1.2.0' >--gem 'omniauth', '~> 1.4.2' >--gem 'omniauth-auth0', '~> 1.4.1' >-+gem 'omniauth', '>= 1.4.2' >-+gem 'omniauth-auth0', '>= 1.4.1' >- gem 'omniauth-azure-oauth2', '~> 0.0.9' >- gem 'omniauth-cas3', '~> 1.1.4' >- gem 'omniauth-facebook', '~> 4.0.0' >- gem 'omniauth-github', '~> 1.1.1' >- gem 'omniauth-gitlab', '~> 1.0.2' >--gem 'omniauth-google-oauth2', '~> 0.5.2' >-+gem 'omniauth-google-oauth2', '>= 0.5.2' >- gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos >- gem 'omniauth-oauth2-generic', '~> 0.2.2' >--gem 'omniauth-saml', '~> 1.7.0' >--gem 'omniauth-shibboleth', '~> 1.2.0' >--gem 'omniauth-twitter', '~> 1.2.0' >--gem 'omniauth_crowd', '~> 2.2.0' >-+gem 'omniauth-saml', '>= 1.7.0' >-+gem 'omniauth-shibboleth', '>= 1.2.0' >-+gem 'omniauth-twitter', '>= 1.2.0' >-+gem 'omniauth_crowd', '>= 2.2.0' >- gem 'omniauth-authentiq', '~> 0.3.1' >--gem 'rack-oauth2', '~> 1.2.1' >-+gem 'rack-oauth2', '>= 1.2.1' >- gem 'jwt', '~> 1.5.6' >- >- # Spam and anti-bot protection >--gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' >-+gem 'recaptcha', '>= 3.0', require: 'recaptcha/rails' >- gem 'akismet', '~> 2.0' >- >- # Two-factor authentication >- gem 'devise-two-factor', '~> 3.0.0' >- gem 'rqrcode-rails3', '~> 0.1.7' >--gem 'attr_encrypted', '~> 3.0.0' >-+gem 'attr_encrypted', '~> 3.0' >- gem 'u2f', '~> 0.2.1' >- >- # GitLab Pages >-@@ -73,11 +73,11 @@ gem 'gollum-lib', '~> 4.2', require: fal >- gem 'gollum-rugged_adapter', '~> 0.4.4', require: false >- >- # Language detection >--gem 'github-linguist', '~> 4.7.0', require: 'linguist' >-+gem 'github-linguist', '>= 4.7.0', require: 'linguist' >- >- # API >- gem 'grape', '~> 1.0' >--gem 'grape-entity', '~> 0.6.0' >-+gem 'grape-entity', '~> 0.6' >- gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' >- >- # Disable strong_params so that Mash does not respond to :permitted? >-@@ -87,25 +87,25 @@ gem 'hashie-forbidden_attributes' >- gem 'kaminari', '~> 1.0' >- >- # HAML >--gem 'hamlit', '~> 2.6.1' >-+gem 'hamlit', '>= 2.6.1' >- >- # Files attachments >--gem 'carrierwave', '~> 1.1' >-+gem 'carrierwave', '>= 1.1' >- >- # Drag and Drop UI >--gem 'dropzonejs-rails', '~> 0.7.1' >-+gem 'dropzonejs-rails', '>= 0.7.1' >- >- # for backups >- gem 'fog-aws', '~> 1.4' >--gem 'fog-core', '~> 1.44' >--gem 'fog-google', '~> 0.5' >-+gem 'fog-core', '>= 1.44' >-+gem 'fog-google', '>= 0.5' >- gem 'fog-local', '~> 0.3' >- gem 'fog-openstack', '~> 0.1' >- gem 'fog-rackspace', '~> 0.1.1' >--gem 'fog-aliyun', '~> 0.1.0' >-+gem 'fog-aliyun', '>= 0.1.0' >+@@ -109,7 +109,7 @@ gem 'fog-rackspace', '~> 0.1.1' >+ gem 'fog-aliyun', '~> 0.2.0' > > # for Google storage > -gem 'google-api-client', '~> 0.13.6' >@@ -118,38 +20,7 @@ > > # for aws storage > gem 'unf', '~> 0.1.4' >-@@ -115,32 +115,32 @@ gem 'seed-fu', '~> 2.3.5' >- >- # Markdown and HTML processing >- gem 'html-pipeline', '~> 1.11.0' >--gem 'deckar01-task_list', '2.0.0' >--gem 'gitlab-markup', '~> 1.6.2' >-+gem 'deckar01-task_list', '>= 2.0.0' >-+gem 'gitlab-markup', '>= 1.6.2' >- gem 'redcarpet', '~> 3.4' >- gem 'RedCloth', '~> 4.3.2' >- gem 'rdoc', '~> 4.2' >- gem 'org-ruby', '~> 0.9.12' >- gem 'creole', '~> 0.5.0' >--gem 'wikicloth', '0.8.1' >-+gem 'wikicloth', '>= 0.8.1' >- gem 'asciidoctor', '~> 1.5.2' >--gem 'asciidoctor-plantuml', '0.0.7' >-+gem 'asciidoctor-plantuml', '>= 0.0.7' >- gem 'rouge', '~> 2.0' >- gem 'truncato', '~> 0.7.9' >- gem 'bootstrap_form', '~> 2.7.0' >- gem 'nokogiri', '~> 1.8.1' >- >- # Diffs >--gem 'diffy', '~> 3.1.0' >-+gem 'diffy', '>= 3.1.0' >- >- # Application server >- group :unicorn do >-- gem 'unicorn', '~> 5.1.0' >-+ gem 'unicorn', '>= 5.1.0' >- gem 'unicorn-worker-killer', '~> 0.4.4' >+@@ -144,7 +144,7 @@ group :unicorn do > end > > # State machine >@@ -158,15 +29,7 @@ > > # Issue tags > gem 'acts-as-taggable-on', '~> 4.0' >-@@ -148,17 +148,17 @@ gem 'acts-as-taggable-on', '~> 4.0' >- # Background jobs >- gem 'sidekiq', '~> 5.0' >- gem 'sidekiq-cron', '~> 0.6.0' >--gem 'redis-namespace', '~> 1.5.2' >-+gem 'redis-namespace', '>= 1.5.2' >- gem 'sidekiq-limit_fetch', '~> 3.4', require: false >- >- # Cron Parser >+@@ -159,7 +159,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req > gem 'rufus-scheduler', '~> 3.4' > > # HTTP requests >@@ -174,44 +37,8 @@ > +gem 'httparty', '>= 0.13.3' > > # Colored output to console >--gem 'rainbow', '~> 2.2' >-+gem 'rainbow', '>= 2.2' >- >- # GitLab settings >- gem 'settingslogic', '~> 2.0.9' >-@@ -168,20 +168,20 @@ gem 're2', '~> 1.1.1' >- >- # Misc >- >--gem 'version_sorter', '~> 2.1.0' >-+gem 'version_sorter', '>= 2.1.0' >- >- # Cache >- gem 'redis-rails', '~> 5.0.2' >- >- # Redis >--gem 'redis', '~> 3.2' >-+gem 'redis', '>= 3.2' >- gem 'connection_pool', '~> 2.0' >- >- # HipChat integration >--gem 'hipchat', '~> 1.5.0' >-+gem 'hipchat', '>= 1.5.0' >- >- # JIRA integration >--gem 'jira-ruby', '~> 1.4' >-+gem 'jira-ruby', '>= 1.4' >- >- # Flowdock integration >- gem 'gitlab-flowdock-git-hook', '~> 1.0.1' >-@@ -199,23 +199,23 @@ gem 'asana', '~> 0.6.0' >- gem 'ruby-fogbugz', '~> 0.2.1' >- >- # Kubernetes integration >--gem 'kubeclient', '~> 2.2.0' >-+gem 'kubeclient', '>= 2.2.0' >- >- # d3 >+ gem 'rainbow', '~> 2.2' >+@@ -209,7 +209,7 @@ gem 'kubeclient', '~> 2.2.0' > gem 'd3_rails', '~> 3.5.0' > > # Sanitize user input >@@ -220,74 +47,16 @@ > gem 'babosa', '~> 1.0.2' > > # Sanitizes SVG input >--gem 'loofah', '~> 2.0.3' >-+gem 'loofah', '>= 2.0.3' >- >- # Working with license >- gem 'licensee', '~> 8.7.0' >- >- # Protect against bruteforcing >--gem 'rack-attack', '~> 4.4.1' >-+gem 'rack-attack', '>= 4.4.1' >- >- # Ace editor >- gem 'ace-rails-ap', '~> 4.1.0' >-@@ -234,173 +234,89 @@ gem 'chronic', '~> 0.10.2' >- gem 'chronic_duration', '~> 0.10.6' >- >- gem 'webpack-rails', '~> 0.9.10' >--gem 'rack-proxy', '~> 0.6.0' >-+gem 'rack-proxy', '>= 0.6.0' >- >- gem 'sass-rails', '~> 5.0.6' >--gem 'uglifier', '~> 2.7.2' >-+gem 'uglifier', '>= 2.7.2' >- >--gem 'addressable', '~> 2.5.2' >-+gem 'addressable', '>= 2.5.2' >- gem 'bootstrap-sass', '~> 3.3.0' >- gem 'font-awesome-rails', '~> 4.7' >- gem 'gemojione', '~> 3.3' >--gem 'gon', '~> 6.1.0' >--gem 'jquery-atwho-rails', '~> 1.3.2' >--gem 'jquery-rails', '~> 4.1.0' >--gem 'request_store', '~> 1.3' >-+gem 'gon', '>= 6.1.0' >-+gem 'jquery-atwho-rails', '>= 1.3.2' >-+gem 'jquery-rails', '>= 4.1.0' >-+gem 'request_store', '>= 1.3' >- gem 'select2-rails', '~> 3.5.9' >- gem 'virtus', '~> 1.0.1' >- gem 'base32', '~> 0.3.0' >- >- # Sentry integration >--gem 'sentry-raven', '~> 2.5.3' >-+gem 'sentry-raven', '>= 2.5.3' >- >--gem 'premailer-rails', '~> 1.9.7' >-+gem 'premailer-rails', '>= 1.9.7' >- >- # I18n >- gem 'ruby_parser', '~> 3.8', require: false >- gem 'rails-i18n', '~> 4.0.9' >- gem 'gettext_i18n_rails', '~> 1.8.0' >--gem 'gettext_i18n_rails_js', '~> 1.2.0' >-+gem 'gettext_i18n_rails_js', '>= 1.2.0' >- gem 'gettext', '~> 3.2.2', require: false, group: :development >- >- # Perf bar >+@@ -273,7 +273,7 @@ gem 'batch-loader', '~> 1.2.1' > gem 'peek', '~> 1.0.1' > gem 'peek-gc', '~> 0.0.2' > gem 'peek-host', '~> 1.0.0' > -gem 'peek-mysql2', '~> 1.1.0', group: :mysql >--gem 'peek-performance_bar', '~> 1.3.0' >--gem 'peek-pg', '~> 1.3.0', group: :postgres > +gem 'peek-mysql2', '>= 1.1.0', group: :mysql >-+gem 'peek-performance_bar', '>= 1.3.0' >-+gem 'peek-pg', '>= 1.3.0', group: :postgres >+ gem 'peek-performance_bar', '~> 1.3.0' >+ gem 'peek-pg', '~> 1.3.0', group: :postgres > gem 'peek-rblineprof', '~> 0.2.0' >- gem 'peek-redis', '~> 1.2.0' >- gem 'peek-sidekiq', '~> 1.0.3' >+@@ -282,97 +282,11 @@ gem 'peek-sidekiq', '~> 1.0.3' > > # Metrics > group :metrics do >@@ -296,7 +65,7 @@ > - gem 'influxdb', '~> 0.2', require: false > - > # Prometheus >- gem 'prometheus-client-mmap', '~>0.7.0.beta18' >+ gem 'prometheus-client-mmap', '~> 0.7.0.beta44' > gem 'raindrops', '~> 0.18' > end > >@@ -324,7 +93,7 @@ > - gem 'fuubar', '~> 2.2.0' > - > - gem 'database_cleaner', '~> 1.5.0' >-- gem 'factory_girl_rails', '~> 4.7.0' >+- gem 'factory_bot_rails', '~> 4.8.2' > - gem 'rspec-rails', '~> 3.6.0' > - gem 'rspec-retry', '~> 0.4.5' > - gem 'spinach-rails', '~> 0.2.1' >@@ -339,18 +108,20 @@ > - # Generate Fake data > - gem 'ffaker', '~> 2.4' > - >-- gem 'capybara', '~> 2.15.0' >+- gem 'capybara', '~> 2.15' > - gem 'capybara-screenshot', '~> 1.0.0' >-- gem 'poltergeist', '~> 1.9.0' >+- gem 'selenium-webdriver', '~> 3.5' > - > - gem 'spring', '~> 2.0.0' > - gem 'spring-commands-rspec', '~> 1.0.4' > - gem 'spring-commands-spinach', '~> 1.1.0' > - >-- gem 'rubocop', '~> 0.49.1', require: false >-- gem 'rubocop-rspec', '~> 1.15.1', require: false >-- gem 'rubocop-gitlab-security', '~> 0.1.0', require: false >-- gem 'scss_lint', '~> 0.54.0', require: false >+- gem 'gitlab-styles', '~> 2.2.0', require: false >+- # Pin these dependencies, otherwise a new rule could break the CI pipelines >+- gem 'rubocop', '~> 0.52.0' >+- gem 'rubocop-rspec', '~> 1.20.1' >+- >+- gem 'scss_lint', '~> 0.56.0', require: false > - gem 'haml_lint', '~> 0.26.0', require: false > - gem 'simplecov', '~> 0.14.0', require: false > - gem 'flay', '~> 2.8.0', require: false >@@ -358,7 +129,7 @@ > - > - gem 'benchmark-ips', '~> 2.3.0', require: false > - >-- gem 'license_finder', '~> 2.1.0', require: false >+- gem 'license_finder', '~> 3.1', require: false > - gem 'knapsack', '~> 1.11.0' > - > - gem 'activerecord_sane_schema_dumper', '0.2' >@@ -380,59 +151,24 @@ > - gem 'test-prof', '~> 0.2.5' > -end > - >--gem 'octokit', '~> 4.6.2' >-+gem 'octokit', '>= 4.6.2' >+ gem 'octokit', '~> 4.6.2' > > gem 'mail_room', '~> 0.9.1' >- >--gem 'email_reply_trimmer', '~> 0.1' >-+gem 'email_reply_trimmer', '>= 0.1' >- gem 'html2text' >- >--gem 'ruby-prof', '~> 0.16.2' >-+gem 'ruby-prof', '>= 0.16.2' >- >- # OAuth >--gem 'oauth2', '~> 1.4' >-+gem 'oauth2', '>= 1.4' >- >- # Soft deletion >--gem 'paranoia', '~> 2.3.1' >-+gem 'paranoia', '>= 2.3.1' >- >- # Health check >--gem 'health_check', '~> 2.6.0' >-+gem 'health_check', '>= 2.6.0' >- >- # System information >- gem 'vmstat', '~> 2.3.0' >- gem 'sys-filesystem', '~> 1.1.6' >- >- # SSH host key support >--gem 'net-ssh', '~> 4.1.0' >-+gem 'net-ssh', '>= 4.1.0' >- >- # Required for ED25519 SSH host key support >- group :ed25519 do >- gem 'rbnacl-libsodium' >-- gem 'rbnacl', '~> 4.0' >-+ gem 'rbnacl', '~> 4.0.2' >- gem 'bcrypt_pbkdf', '~> 1.0' >+@@ -403,7 +317,7 @@ group :ed25519 do > end > > # Gitaly GRPC client >--gem 'gitaly-proto', '~> 0.39.0', require: 'gitaly' >-+gem 'gitaly-proto', '>= 0.39.0', require: 'gitaly' >+-gem 'gitaly-proto', '~> 0.64.0', require: 'gitaly' >++gem 'gitaly-proto', '>= 0.64.0', require: 'gitaly' > >--gem 'toml-rb', '~> 0.3.15', require: false >-+gem 'toml-rb', '>= 0.3.15', require: false >+ gem 'toml-rb', '~> 0.3.15', require: false > >- # Feature toggles >- gem 'flipper', '~> 0.10.2' >-@@ -409,3 +325,6 @@ gem 'flipper-active_record', '~> 0.10.2' >- # Structured logging >+@@ -416,5 +330,8 @@ gem 'flipper-active_support_cache_store' > gem 'lograge', '~> 0.5' > gem 'grape_logging', '~> 1.7' >-+ >+ > +gem 'rinku' > + >++ >+ # Asset synchronization >+ gem 'asset_sync', '~> 2.2.0' >diff --git a/www/gitlab/files/patch-config_database.yml.postgresql b/www/gitlab/files/patch-config_database.yml.postgresql >deleted file mode 100644 >index 352b21431b4..00000000000 >--- a/www/gitlab/files/patch-config_database.yml.postgresql >+++ /dev/null >@@ -1,11 +0,0 @@ >---- config/database.yml.postgresql.orig 2017-11-14 20:51:25 UTC >-+++ config/database.yml.postgresql >-@@ -6,7 +6,7 @@ production: >- encoding: unicode >- database: gitlabhq_production >- pool: 10 >-- # username: git >-+ username: git >- # password: >- # host: localhost >- # port: 5432 >diff --git a/www/gitlab/files/patch-config_gitlab.yml.example b/www/gitlab/files/patch-config_gitlab.yml.example >index 63207b2b1f1..c13408f63b1 100644 >--- a/www/gitlab/files/patch-config_gitlab.yml.example >+++ b/www/gitlab/files/patch-config_gitlab.yml.example >@@ -1,6 +1,6 @@ >---- config/gitlab.yml.example.orig 2017-11-14 20:51:25 UTC >+--- config/gitlab.yml.example.orig 2018-01-22 14:26:07 UTC > +++ config/gitlab.yml.example >-@@ -519,8 +519,8 @@ production: &base >+@@ -520,8 +520,8 @@ production: &base > # real path not the symlink. > storages: # You must have at least a `default` storage path. > default: >@@ -11,7 +11,7 @@ > # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. > > ## Backup settings >-@@ -548,12 +548,12 @@ production: &base >+@@ -549,12 +549,12 @@ production: &base > > ## GitLab Shell settings > gitlab_shell: >@@ -27,7 +27,7 @@ > > # Git over HTTP > upload_pack: true >-@@ -574,7 +574,7 @@ production: &base >+@@ -575,7 +575,7 @@ production: &base > # CAUTION! > # Use the default values unless you really know what you are doing > git: >diff --git a/www/gitlab/files/patch-config_initializers_1__settings.rb b/www/gitlab/files/patch-config_initializers_1__settings.rb >index 2273256c3e6..a6567db2cd2 100644 >--- a/www/gitlab/files/patch-config_initializers_1__settings.rb >+++ b/www/gitlab/files/patch-config_initializers_1__settings.rb >@@ -1,4 +1,4 @@ >---- config/initializers/1_settings.rb.orig 2017-11-14 20:51:25 UTC >+--- config/initializers/1_settings.rb.orig 2018-01-22 14:26:07 UTC > +++ config/initializers/1_settings.rb > @@ -249,12 +249,8 @@ Settings.gitlab['email_subject_suffix'] > Settings.gitlab['base_url'] ||= Settings.__send__(:build_base_gitlab_url) >@@ -13,5 +13,5 @@ > +Settings.gitlab['user_home'] ||= '/usr/home/' + Settings.gitlab['user'] > +Settings.gitlab['time_zone'] ||= nil > Settings.gitlab['signup_enabled'] ||= true if Settings.gitlab['signup_enabled'].nil? >- Settings.gitlab['password_authentication_enabled'] ||= true if Settings.gitlab['password_authentication_enabled'].nil? >+ Settings.gitlab['signin_enabled'] ||= true if Settings.gitlab['signin_enabled'].nil? > Settings.gitlab['restricted_visibility_levels'] = Settings.__send__(:verify_constant_array, Gitlab::VisibilityLevel, Settings.gitlab['restricted_visibility_levels'], []) >diff --git a/www/gitlab/pkg-message b/www/gitlab/pkg-message >index 460d6e8571b..1c8bdac5d42 100644 >--- a/www/gitlab/pkg-message >+++ b/www/gitlab/pkg-message >@@ -3,7 +3,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: > >-http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/install/10.1-freebsd.md >+http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/install/10.4-freebsd.md > > If you just installed an minor upgrade of GitLab please follow > the instructions in the guide at: >@@ -11,6 +11,6 @@ the instructions in the guide at: > http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/freebsd_patch_versions.md > > If you just installed an major upgrade of GitLab, for example you >-switched from 9.4.x to 10.1.x, please follow the instructions in the guide at: >+switched from 10.1.x to 10.4.x, please follow the instructions in the guide at: > >-http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/9.4-to-10.1-freebsd.md >+http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/10.1-to-10.4-freebsd.md >diff --git a/www/gitlab/pkg-plist b/www/gitlab/pkg-plist >index 01ad4199fc3..84e3f849f41 100644 >--- a/www/gitlab/pkg-plist >+++ b/www/gitlab/pkg-plist >@@ -13,6 +13,7 @@ > %%WWWDIR%%/.gitlab/issue_templates/Research Proposal.md > %%WWWDIR%%/.gitlab/merge_request_templates/Database Changes.md > %%WWWDIR%%/.gitlab/merge_request_templates/Documentation.md >+%%WWWDIR%%/.gitlab/route-map.yml > %%WWWDIR%%/.haml-lint.yml > %%WWWDIR%%/.mailmap > %%WWWDIR%%/.nvmrc >@@ -833,6 +834,7 @@ > %%WWWDIR%%/app/assets/images/emoji/full_moon.png > %%WWWDIR%%/app/assets/images/emoji/full_moon_with_face.png > %%WWWDIR%%/app/assets/images/emoji/game_die.png >+%%WWWDIR%%/app/assets/images/emoji/gay_pride_flag.png > %%WWWDIR%%/app/assets/images/emoji/gear.png > %%WWWDIR%%/app/assets/images/emoji/gem.png > %%WWWDIR%%/app/assets/images/emoji/gemini.png >@@ -1597,6 +1599,7 @@ > %%WWWDIR%%/app/assets/images/emoji/speaker.png > %%WWWDIR%%/app/assets/images/emoji/speaking_head.png > %%WWWDIR%%/app/assets/images/emoji/speech_balloon.png >+%%WWWDIR%%/app/assets/images/emoji/speech_left.png > %%WWWDIR%%/app/assets/images/emoji/speedboat.png > %%WWWDIR%%/app/assets/images/emoji/spider.png > %%WWWDIR%%/app/assets/images/emoji/spider_web.png >@@ -1861,27 +1864,65 @@ > %%WWWDIR%%/app/assets/images/emoji@2x.png > %%WWWDIR%%/app/assets/images/favicon-blue.ico > %%WWWDIR%%/app/assets/images/favicon.ico >+%%WWWDIR%%/app/assets/images/file_icons.svg > %%WWWDIR%%/app/assets/images/gitlab_logo.png > %%WWWDIR%%/app/assets/images/gitorious-logo-black.png > %%WWWDIR%%/app/assets/images/gitorious-logo-blue.png > %%WWWDIR%%/app/assets/images/i2p-step.svg > %%WWWDIR%%/app/assets/images/icon-merge-request-unmerged.svg > %%WWWDIR%%/app/assets/images/icon_anchor.svg >-%%WWWDIR%%/app/assets/images/icon_image_comment.svg >-%%WWWDIR%%/app/assets/images/icon_image_comment@2x.svg > %%WWWDIR%%/app/assets/images/icons.json > %%WWWDIR%%/app/assets/images/icons.svg >+%%WWWDIR%%/app/assets/images/illustrations/clusters_empty.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_no_data.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_no_index.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_overview.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_1.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_10.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_2.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_3.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_4.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_5.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_6.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_7.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_8.svg >+%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_9.svg >+%%WWWDIR%%/app/assets/images/illustrations/epics.svg >+%%WWWDIR%%/app/assets/images/illustrations/gitlab_logo.svg >+%%WWWDIR%%/app/assets/images/illustrations/image_comment_light_cursor.svg >+%%WWWDIR%%/app/assets/images/illustrations/image_comment_light_cursor@2x.svg > %%WWWDIR%%/app/assets/images/illustrations/issues.svg >+%%WWWDIR%%/app/assets/images/illustrations/job_not_triggered.svg > %%WWWDIR%%/app/assets/images/illustrations/labels.svg >+%%WWWDIR%%/app/assets/images/illustrations/logos/go_logo.svg >+%%WWWDIR%%/app/assets/images/illustrations/logos/mattermost_logo.svg >+%%WWWDIR%%/app/assets/images/illustrations/manual_action.svg >+%%WWWDIR%%/app/assets/images/illustrations/merge_request_changes_empty.svg > %%WWWDIR%%/app/assets/images/illustrations/merge_requests.svg > %%WWWDIR%%/app/assets/images/illustrations/monitoring/getting_started.svg > %%WWWDIR%%/app/assets/images/illustrations/monitoring/loading.svg > %%WWWDIR%%/app/assets/images/illustrations/monitoring/unable_to_connect.svg >+%%WWWDIR%%/app/assets/images/illustrations/multi_file_editor_empty.svg >+%%WWWDIR%%/app/assets/images/illustrations/no_commits.svg > %%WWWDIR%%/app/assets/images/illustrations/pipelines_empty.svg > %%WWWDIR%%/app/assets/images/illustrations/pipelines_failed.svg >+%%WWWDIR%%/app/assets/images/illustrations/pipelines_pending.svg > %%WWWDIR%%/app/assets/images/illustrations/priority_labels.svg >+%%WWWDIR%%/app/assets/images/illustrations/service_desk_callout.svg >+%%WWWDIR%%/app/assets/images/illustrations/service_desk_empty.svg >+%%WWWDIR%%/app/assets/images/illustrations/slack_logo.svg > %%WWWDIR%%/app/assets/images/illustrations/todos_all_done.svg > %%WWWDIR%%/app/assets/images/illustrations/todos_empty.svg >+%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_group.svg >+%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_project.svg >+%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_user.svg >+%%WWWDIR%%/app/assets/images/illustrations/welcome/configure_server.svg >+%%WWWDIR%%/app/assets/images/illustrations/welcome/ee_trial.svg >+%%WWWDIR%%/app/assets/images/illustrations/welcome/globe.svg >+%%WWWDIR%%/app/assets/images/illustrations/welcome/lightbulb.svg >+%%WWWDIR%%/app/assets/images/illustrations/wiki-fro-logged-out-users.svg >+%%WWWDIR%%/app/assets/images/illustrations/wiki_login_empty.svg >+%%WWWDIR%%/app/assets/images/illustrations/wiki_logout_empty.svg > %%WWWDIR%%/app/assets/images/koding-logo.svg > %%WWWDIR%%/app/assets/images/logo.svg > %%WWWDIR%%/app/assets/images/logo_wordmark.svg >@@ -1898,6 +1939,8 @@ > %%WWWDIR%%/app/assets/images/mailers/gitlab_tanuki_2x.png > %%WWWDIR%%/app/assets/images/monokai-scheme-preview.png > %%WWWDIR%%/app/assets/images/msapplication-tile.png >+%%WWWDIR%%/app/assets/images/multi-editor-off.png >+%%WWWDIR%%/app/assets/images/multi-editor-on.png > %%WWWDIR%%/app/assets/images/new_repo.png > %%WWWDIR%%/app/assets/images/no_avatar.png > %%WWWDIR%%/app/assets/images/no_group_avatar.png >@@ -1916,16 +1959,18 @@ > %%WWWDIR%%/app/assets/javascripts/admin.js > %%WWWDIR%%/app/assets/javascripts/ajax_loading_spinner.js > %%WWWDIR%%/app/assets/javascripts/api.js >-%%WWWDIR%%/app/assets/javascripts/aside.js > %%WWWDIR%%/app/assets/javascripts/autosave.js > %%WWWDIR%%/app/assets/javascripts/awards_handler.js > %%WWWDIR%%/app/assets/javascripts/behaviors/autosize.js > %%WWWDIR%%/app/assets/javascripts/behaviors/bind_in_out.js >+%%WWWDIR%%/app/assets/javascripts/behaviors/copy_as_gfm.js >+%%WWWDIR%%/app/assets/javascripts/behaviors/copy_to_clipboard.js > %%WWWDIR%%/app/assets/javascripts/behaviors/details_behavior.js > %%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji.js > %%WWWDIR%%/app/assets/javascripts/behaviors/index.js > %%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js > %%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js >+%%WWWDIR%%/app/assets/javascripts/behaviors/secret_values.js > %%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.js > %%WWWDIR%%/app/assets/javascripts/blob/3d_viewer/index.js > %%WWWDIR%%/app/assets/javascripts/blob/3d_viewer/mesh_object.js >@@ -1955,7 +2000,7 @@ > %%WWWDIR%%/app/assets/javascripts/boards/boards_bundle.js > %%WWWDIR%%/app/assets/javascripts/boards/components/board.js > %%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.js >-%%WWWDIR%%/app/assets/javascripts/boards/components/board_card.js >+%%WWWDIR%%/app/assets/javascripts/boards/components/board_card.vue > %%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js > %%WWWDIR%%/app/assets/javascripts/boards/components/board_list.js > %%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue.js >@@ -1989,12 +2034,18 @@ > %%WWWDIR%%/app/assets/javascripts/breadcrumb.js > %%WWWDIR%%/app/assets/javascripts/breakpoints.js > %%WWWDIR%%/app/assets/javascripts/broadcast_message.js >-%%WWWDIR%%/app/assets/javascripts/build.js > %%WWWDIR%%/app/assets/javascripts/build_artifacts.js > %%WWWDIR%%/app/assets/javascripts/build_variables.js > %%WWWDIR%%/app/assets/javascripts/ci_lint_editor.js > %%WWWDIR%%/app/assets/javascripts/close_reopen_report_toggle.js >-%%WWWDIR%%/app/assets/javascripts/clusters.js >+%%WWWDIR%%/app/assets/javascripts/clusters/clusters_bundle.js >+%%WWWDIR%%/app/assets/javascripts/clusters/clusters_index.js >+%%WWWDIR%%/app/assets/javascripts/clusters/components/application_row.vue >+%%WWWDIR%%/app/assets/javascripts/clusters/components/applications.vue >+%%WWWDIR%%/app/assets/javascripts/clusters/constants.js >+%%WWWDIR%%/app/assets/javascripts/clusters/event_hub.js >+%%WWWDIR%%/app/assets/javascripts/clusters/services/clusters_service.js >+%%WWWDIR%%/app/assets/javascripts/clusters/stores/clusters_store.js > %%WWWDIR%%/app/assets/javascripts/comment_type_toggle.js > %%WWWDIR%%/app/assets/javascripts/commit/image_file.js > %%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_bundle.js >@@ -2012,8 +2063,7 @@ > %%WWWDIR%%/app/assets/javascripts/compare.js > %%WWWDIR%%/app/assets/javascripts/compare_autocomplete.js > %%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js >-%%WWWDIR%%/app/assets/javascripts/copy_as_gfm.js >-%%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js >+%%WWWDIR%%/app/assets/javascripts/contextual_sidebar.js > %%WWWDIR%%/app/assets/javascripts/create_label.js > %%WWWDIR%%/app/assets/javascripts/create_merge_request_dropdown.js > %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/banner.vue >@@ -2056,6 +2106,7 @@ > %%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js > %%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js > %%WWWDIR%%/app/assets/javascripts/dispatcher.js >+%%WWWDIR%%/app/assets/javascripts/docs/docs_bundle.js > %%WWWDIR%%/app/assets/javascripts/droplab/constants.js > %%WWWDIR%%/app/assets/javascripts/droplab/drop_down.js > %%WWWDIR%%/app/assets/javascripts/droplab/drop_lab.js >@@ -2074,7 +2125,8 @@ > %%WWWDIR%%/app/assets/javascripts/emoji/support/index.js > %%WWWDIR%%/app/assets/javascripts/emoji/support/is_emoji_unicode_supported.js > %%WWWDIR%%/app/assets/javascripts/emoji/support/unicode_support_map.js >-%%WWWDIR%%/app/assets/javascripts/environments/components/environment.vue >+%%WWWDIR%%/app/assets/javascripts/environments/components/container.vue >+%%WWWDIR%%/app/assets/javascripts/environments/components/empty_state.vue > %%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.vue > %%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.vue > %%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.vue >@@ -2082,6 +2134,7 @@ > %%WWWDIR%%/app/assets/javascripts/environments/components/environment_rollback.vue > %%WWWDIR%%/app/assets/javascripts/environments/components/environment_stop.vue > %%WWWDIR%%/app/assets/javascripts/environments/components/environment_terminal_button.vue >+%%WWWDIR%%/app/assets/javascripts/environments/components/environments_app.vue > %%WWWDIR%%/app/assets/javascripts/environments/components/environments_table.vue > %%WWWDIR%%/app/assets/javascripts/environments/environments_bundle.js > %%WWWDIR%%/app/assets/javascripts/environments/event_hub.js >@@ -2129,21 +2182,80 @@ > %%WWWDIR%%/app/assets/javascripts/group.js > %%WWWDIR%%/app/assets/javascripts/group_avatar.js > %%WWWDIR%%/app/assets/javascripts/group_label_subscription.js >+%%WWWDIR%%/app/assets/javascripts/groups/components/app.vue > %%WWWDIR%%/app/assets/javascripts/groups/components/group_folder.vue > %%WWWDIR%%/app/assets/javascripts/groups/components/group_item.vue > %%WWWDIR%%/app/assets/javascripts/groups/components/groups.vue >+%%WWWDIR%%/app/assets/javascripts/groups/components/item_actions.vue >+%%WWWDIR%%/app/assets/javascripts/groups/components/item_caret.vue >+%%WWWDIR%%/app/assets/javascripts/groups/components/item_stats.vue >+%%WWWDIR%%/app/assets/javascripts/groups/components/item_stats_value.vue >+%%WWWDIR%%/app/assets/javascripts/groups/components/item_type_icon.vue >+%%WWWDIR%%/app/assets/javascripts/groups/constants.js > %%WWWDIR%%/app/assets/javascripts/groups/event_hub.js > %%WWWDIR%%/app/assets/javascripts/groups/groups_filterable_list.js > %%WWWDIR%%/app/assets/javascripts/groups/index.js >-%%WWWDIR%%/app/assets/javascripts/groups/services/groups_service.js >-%%WWWDIR%%/app/assets/javascripts/groups/stores/groups_store.js >+%%WWWDIR%%/app/assets/javascripts/groups/new_group_child.js >+%%WWWDIR%%/app/assets/javascripts/groups/service/groups_service.js >+%%WWWDIR%%/app/assets/javascripts/groups/store/groups_store.js > %%WWWDIR%%/app/assets/javascripts/groups_list.js > %%WWWDIR%%/app/assets/javascripts/groups_select.js > %%WWWDIR%%/app/assets/javascripts/header.js > %%WWWDIR%%/app/assets/javascripts/help/help.js > %%WWWDIR%%/app/assets/javascripts/helpers/issuables_helper.js >-%%WWWDIR%%/app/assets/javascripts/helpers/user_feature_helper.js > %%WWWDIR%%/app/assets/javascripts/how_to_merge.js >+%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_collapsed.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_item.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/ide.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/ide_context_bar.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_branches_tree.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_tree.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/ide_repo_tree.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/ide_side_bar.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/ide_status_bar.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/new_branch_form.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/index.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/modal.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/upload.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_commit_section.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_edit_button.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_editor.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file_buttons.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_loading_file.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_prev_directory.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_preview.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tab.vue >+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tabs.vue >+%%WWWDIR%%/app/assets/javascripts/ide/ide_router.js >+%%WWWDIR%%/app/assets/javascripts/ide/index.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/common/disposable.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/common/model.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/common/model_manager.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/decorations/controller.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/controller.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff_worker.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/editor.js >+%%WWWDIR%%/app/assets/javascripts/ide/lib/editor_options.js >+%%WWWDIR%%/app/assets/javascripts/ide/monaco_loader.js >+%%WWWDIR%%/app/assets/javascripts/ide/services/index.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/actions.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/branch.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/file.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/project.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/tree.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/getters.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/index.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/mutation_types.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/branch.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/file.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/project.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/tree.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/state.js >+%%WWWDIR%%/app/assets/javascripts/ide/stores/utils.js > %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/badge_helper.js > %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/comment_indicator_helper.js > %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/dom_helper.js >@@ -2185,6 +2297,7 @@ > %%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js > %%WWWDIR%%/app/assets/javascripts/issue_show/stores/index.js > %%WWWDIR%%/app/assets/javascripts/issue_status_select.js >+%%WWWDIR%%/app/assets/javascripts/job.js > %%WWWDIR%%/app/assets/javascripts/jobs/components/header.vue > %%WWWDIR%%/app/assets/javascripts/jobs/components/sidebar_detail_row.vue > %%WWWDIR%%/app/assets/javascripts/jobs/components/sidebar_details_block.vue >@@ -2220,7 +2333,9 @@ > %%WWWDIR%%/app/assets/javascripts/lib/utils/regexp.js > %%WWWDIR%%/app/assets/javascripts/lib/utils/simple_poll.js > %%WWWDIR%%/app/assets/javascripts/lib/utils/sticky.js >+%%WWWDIR%%/app/assets/javascripts/lib/utils/text_markdown.js > %%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js >+%%WWWDIR%%/app/assets/javascripts/lib/utils/tick_formats.js > %%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js > %%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js > %%WWWDIR%%/app/assets/javascripts/lib/utils/users_cache.js >@@ -2267,7 +2382,6 @@ > %%WWWDIR%%/app/assets/javascripts/network/raphael.js > %%WWWDIR%%/app/assets/javascripts/new_branch_form.js > %%WWWDIR%%/app/assets/javascripts/new_commit_form.js >-%%WWWDIR%%/app/assets/javascripts/new_sidebar.js > %%WWWDIR%%/app/assets/javascripts/notebook/cells/code.vue > %%WWWDIR%%/app/assets/javascripts/notebook/cells/code/index.vue > %%WWWDIR%%/app/assets/javascripts/notebook/cells/index.js >@@ -2279,28 +2393,25 @@ > %%WWWDIR%%/app/assets/javascripts/notebook/index.vue > %%WWWDIR%%/app/assets/javascripts/notebook/lib/highlight.js > %%WWWDIR%%/app/assets/javascripts/notes.js >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_comment_form.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_discussion.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_discussion_locked_widget.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note_actions.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note_attachment.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note_awards_list.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note_body.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note_edited_text.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note_form.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note_header.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_note_signed_out_widget.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_notes_app.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_placeholder_note.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_placeholder_system_note.vue >-%%WWWDIR%%/app/assets/javascripts/notes/components/issue_system_note.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/comment_form.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/discussion_locked_widget.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/note_actions.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/note_attachment.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/note_awards_list.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/note_body.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/note_edited_text.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/note_form.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/note_header.vue >+%%WWWDIR%%/app/assets/javascripts/notes/components/note_signed_out_widget.vue >+%%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/constants.js > %%WWWDIR%%/app/assets/javascripts/notes/event_hub.js > %%WWWDIR%%/app/assets/javascripts/notes/index.js > %%WWWDIR%%/app/assets/javascripts/notes/mixins/autosave.js > %%WWWDIR%%/app/assets/javascripts/notes/mixins/issuable_state.js >-%%WWWDIR%%/app/assets/javascripts/notes/services/issue_notes_service.js >+%%WWWDIR%%/app/assets/javascripts/notes/services/notes_service.js > %%WWWDIR%%/app/assets/javascripts/notes/stores/actions.js > %%WWWDIR%%/app/assets/javascripts/notes/stores/getters.js > %%WWWDIR%%/app/assets/javascripts/notes/stores/index.js >@@ -2311,6 +2422,7 @@ > %%WWWDIR%%/app/assets/javascripts/notifications_form.js > %%WWWDIR%%/app/assets/javascripts/oauth_remember_me.js > %%WWWDIR%%/app/assets/javascripts/pager.js >+%%WWWDIR%%/app/assets/javascripts/pages/users/show/index.js > %%WWWDIR%%/app/assets/javascripts/pdf/assets/img/bg.gif > %%WWWDIR%%/app/assets/javascripts/pdf/index.vue > %%WWWDIR%%/app/assets/javascripts/pdf/page/index.vue >@@ -2336,7 +2448,6 @@ > %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue > %%WWWDIR%%/app/assets/javascripts/pipelines/components/header_component.vue > %%WWWDIR%%/app/assets/javascripts/pipelines/components/nav_controls.vue >-%%WWWDIR%%/app/assets/javascripts/pipelines/components/navigation_tabs.vue > %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_url.vue > %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines.vue > %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_actions.vue >@@ -2372,11 +2483,8 @@ > %%WWWDIR%%/app/assets/javascripts/project_new.js > %%WWWDIR%%/app/assets/javascripts/project_select.js > %%WWWDIR%%/app/assets/javascripts/project_select_combo_button.js >-%%WWWDIR%%/app/assets/javascripts/project_show.js >-%%WWWDIR%%/app/assets/javascripts/project_variables.js > %%WWWDIR%%/app/assets/javascripts/project_visibility.js > %%WWWDIR%%/app/assets/javascripts/projects/permissions/components/project_feature_setting.vue >-%%WWWDIR%%/app/assets/javascripts/projects/permissions/components/project_feature_toggle.vue > %%WWWDIR%%/app/assets/javascripts/projects/permissions/components/project_setting_row.vue > %%WWWDIR%%/app/assets/javascripts/projects/permissions/components/settings_panel.vue > %%WWWDIR%%/app/assets/javascripts/projects/permissions/constants.js >@@ -2425,26 +2533,7 @@ > %%WWWDIR%%/app/assets/javascripts/registry/stores/mutations.js > %%WWWDIR%%/app/assets/javascripts/render_gfm.js > %%WWWDIR%%/app/assets/javascripts/render_math.js >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_commit_section.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_edit_button.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_editor.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_file.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_file_buttons.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_file_options.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_loading_file.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_prev_directory.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_preview.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_sidebar.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_tab.vue >-%%WWWDIR%%/app/assets/javascripts/repo/components/repo_tabs.vue >-%%WWWDIR%%/app/assets/javascripts/repo/helpers/monaco_loader_helper.js >-%%WWWDIR%%/app/assets/javascripts/repo/helpers/repo_helper.js >-%%WWWDIR%%/app/assets/javascripts/repo/index.js >-%%WWWDIR%%/app/assets/javascripts/repo/mixins/repo_mixin.js >-%%WWWDIR%%/app/assets/javascripts/repo/monaco_loader.js >-%%WWWDIR%%/app/assets/javascripts/repo/services/repo_service.js >-%%WWWDIR%%/app/assets/javascripts/repo/stores/repo_store.js >+%%WWWDIR%%/app/assets/javascripts/render_mermaid.js > %%WWWDIR%%/app/assets/javascripts/right_sidebar.js > %%WWWDIR%%/app/assets/javascripts/search.js > %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js >@@ -2466,6 +2555,10 @@ > %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/edit_form.vue > %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/edit_form_buttons.vue > %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/lock_issue_sidebar.vue >+%%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/subscriptions/sidebar_subscriptions.vue >+%%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/subscriptions.vue > %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.js > %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.js > %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.js >@@ -2476,6 +2569,7 @@ > %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/time_tracker.js > %%WWWDIR%%/app/assets/javascripts/sidebar/event_hub.js > %%WWWDIR%%/app/assets/javascripts/sidebar/lib/sidebar_move_issue.js >+%%WWWDIR%%/app/assets/javascripts/sidebar/mount_sidebar.js > %%WWWDIR%%/app/assets/javascripts/sidebar/services/sidebar_service.js > %%WWWDIR%%/app/assets/javascripts/sidebar/sidebar_bundle.js > %%WWWDIR%%/app/assets/javascripts/sidebar/sidebar_mediator.js >@@ -2485,7 +2579,6 @@ > %%WWWDIR%%/app/assets/javascripts/smart_interval.js > %%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js > %%WWWDIR%%/app/assets/javascripts/star.js >-%%WWWDIR%%/app/assets/javascripts/subscription.js > %%WWWDIR%%/app/assets/javascripts/subscription_select.js > %%WWWDIR%%/app/assets/javascripts/syntax_highlight.js > %%WWWDIR%%/app/assets/javascripts/task_list.js >@@ -2496,6 +2589,7 @@ > %%WWWDIR%%/app/assets/javascripts/test.js > %%WWWDIR%%/app/assets/javascripts/test_utils/index.js > %%WWWDIR%%/app/assets/javascripts/test_utils/simulate_drag.js >+%%WWWDIR%%/app/assets/javascripts/test_utils/simulate_input.js > %%WWWDIR%%/app/assets/javascripts/todos.js > %%WWWDIR%%/app/assets/javascripts/tree.js > %%WWWDIR%%/app/assets/javascripts/two_factor_auth.js >@@ -2519,7 +2613,7 @@ > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_memory_usage.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_merge_help.js >-%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.js >+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_status_icon.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_archived.js >@@ -2537,6 +2631,7 @@ > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_failed.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_ready_to_merge.js >+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_sha_mismatch.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_squash_before_merge.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_unresolved_discussions.js >@@ -2549,30 +2644,49 @@ > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/get_state_key.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js > %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/state_maps.js >-%%WWWDIR%%/app/assets/javascripts/vue_shared/ci_action_icons.js >-%%WWWDIR%%/app/assets/javascripts/vue_shared/ci_status_icons.js > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_badge_link.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_icon.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/clipboard_button.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/commit.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/expand_button.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon/file_icon_map.js > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/header_ci_component.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/icon.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/identicon.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/issue/issue_warning.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/loading_button.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/loading_icon.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/field.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/header.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar_button.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/memory_graph.js >-%%WWWDIR%%/app/assets/javascripts/vue_shared/components/popup_dialog.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/modal.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/navigation_tabs.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/placeholder_note.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/placeholder_system_note.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/system_note.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/panel_resizer.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pikaday.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/project_avatar/image.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/recaptcha_modal.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_calendar_icon.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_grouped_date_picker.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/date_picker.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/toggle_sidebar.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/skeleton_loading_container.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/table_pagination.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/time_ago_tooltip.vue >+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/toggle_button.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/components/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_svg.vue > %%WWWDIR%%/app/assets/javascripts/vue_shared/directives/popover.js > %%WWWDIR%%/app/assets/javascripts/vue_shared/directives/tooltip.js >+%%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/ci_pagination_api_mixin.js > %%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/issuable.js >+%%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/recaptcha_modal_implementor.js > %%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/timeago.js > %%WWWDIR%%/app/assets/javascripts/vue_shared/translate.js > %%WWWDIR%%/app/assets/javascripts/vue_shared/vue_resource_interceptor.js >@@ -2595,6 +2709,7 @@ > %%WWWDIR%%/app/assets/stylesheets/framework/calendar.scss > %%WWWDIR%%/app/assets/stylesheets/framework/callout.scss > %%WWWDIR%%/app/assets/stylesheets/framework/common.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/contextual-sidebar.scss > %%WWWDIR%%/app/assets/stylesheets/framework/dropdowns.scss > %%WWWDIR%%/app/assets/stylesheets/framework/emoji-sprites.scss > %%WWWDIR%%/app/assets/stylesheets/framework/emojis.scss >@@ -2619,13 +2734,12 @@ > %%WWWDIR%%/app/assets/stylesheets/framework/mixins.scss > %%WWWDIR%%/app/assets/stylesheets/framework/mobile.scss > %%WWWDIR%%/app/assets/stylesheets/framework/modal.scss >-%%WWWDIR%%/app/assets/stylesheets/framework/new-nav.scss >-%%WWWDIR%%/app/assets/stylesheets/framework/new-sidebar.scss > %%WWWDIR%%/app/assets/stylesheets/framework/notes.scss > %%WWWDIR%%/app/assets/stylesheets/framework/page-header.scss > %%WWWDIR%%/app/assets/stylesheets/framework/pagination.scss > %%WWWDIR%%/app/assets/stylesheets/framework/panels.scss >-%%WWWDIR%%/app/assets/stylesheets/framework/responsive-tables.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/popup.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/responsive_tables.scss > %%WWWDIR%%/app/assets/stylesheets/framework/secondary-navigation-elements.scss > %%WWWDIR%%/app/assets/stylesheets/framework/selects.scss > %%WWWDIR%%/app/assets/stylesheets/framework/sidebar.scss >@@ -2633,11 +2747,13 @@ > %%WWWDIR%%/app/assets/stylesheets/framework/tables.scss > %%WWWDIR%%/app/assets/stylesheets/framework/tabs.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/tw_bootstrap.scss > %%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap_variables.scss > %%WWWDIR%%/app/assets/stylesheets/framework/typography.scss > %%WWWDIR%%/app/assets/stylesheets/framework/variables.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/vue_transitions.scss > %%WWWDIR%%/app/assets/stylesheets/framework/wells.scss > %%WWWDIR%%/app/assets/stylesheets/framework/zen.scss > %%WWWDIR%%/app/assets/stylesheets/highlight/dark.scss >@@ -2745,19 +2861,23 @@ > %%WWWDIR%%/app/controllers/concerns/cycle_analytics_params.rb > %%WWWDIR%%/app/controllers/concerns/diff_for_path.rb > %%WWWDIR%%/app/controllers/concerns/enforces_two_factor_authentication.rb >+%%WWWDIR%%/app/controllers/concerns/group_tree.rb > %%WWWDIR%%/app/controllers/concerns/hooks_execution.rb > %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb > %%WWWDIR%%/app/controllers/concerns/issuable_collections.rb > %%WWWDIR%%/app/controllers/concerns/issues_action.rb > %%WWWDIR%%/app/controllers/concerns/lfs_request.rb >+%%WWWDIR%%/app/controllers/concerns/members_presentation.rb > %%WWWDIR%%/app/controllers/concerns/membership_actions.rb > %%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb > %%WWWDIR%%/app/controllers/concerns/milestone_actions.rb > %%WWWDIR%%/app/controllers/concerns/notes_actions.rb > %%WWWDIR%%/app/controllers/concerns/oauth_applications.rb > %%WWWDIR%%/app/controllers/concerns/params_backward_compatibility.rb >+%%WWWDIR%%/app/controllers/concerns/preview_markdown.rb > %%WWWDIR%%/app/controllers/concerns/renders_blob.rb > %%WWWDIR%%/app/controllers/concerns/renders_commits.rb >+%%WWWDIR%%/app/controllers/concerns/renders_member_access.rb > %%WWWDIR%%/app/controllers/concerns/renders_notes.rb > %%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb > %%WWWDIR%%/app/controllers/concerns/requires_whitelisted_monitoring_client.rb >@@ -2786,15 +2906,18 @@ > %%WWWDIR%%/app/controllers/google_api/authorizations_controller.rb > %%WWWDIR%%/app/controllers/groups/application_controller.rb > %%WWWDIR%%/app/controllers/groups/avatars_controller.rb >+%%WWWDIR%%/app/controllers/groups/children_controller.rb > %%WWWDIR%%/app/controllers/groups/group_members_controller.rb > %%WWWDIR%%/app/controllers/groups/labels_controller.rb > %%WWWDIR%%/app/controllers/groups/milestones_controller.rb > %%WWWDIR%%/app/controllers/groups/settings/ci_cd_controller.rb >+%%WWWDIR%%/app/controllers/groups/uploads_controller.rb > %%WWWDIR%%/app/controllers/groups/variables_controller.rb > %%WWWDIR%%/app/controllers/groups_controller.rb > %%WWWDIR%%/app/controllers/health_check_controller.rb > %%WWWDIR%%/app/controllers/health_controller.rb > %%WWWDIR%%/app/controllers/help_controller.rb >+%%WWWDIR%%/app/controllers/ide_controller.rb > %%WWWDIR%%/app/controllers/import/base_controller.rb > %%WWWDIR%%/app/controllers/import/bitbucket_controller.rb > %%WWWDIR%%/app/controllers/import/fogbugz_controller.rb >@@ -2838,6 +2961,9 @@ > %%WWWDIR%%/app/controllers/projects/branches_controller.rb > %%WWWDIR%%/app/controllers/projects/build_artifacts_controller.rb > %%WWWDIR%%/app/controllers/projects/builds_controller.rb >+%%WWWDIR%%/app/controllers/projects/clusters/applications_controller.rb >+%%WWWDIR%%/app/controllers/projects/clusters/gcp_controller.rb >+%%WWWDIR%%/app/controllers/projects/clusters/user_controller.rb > %%WWWDIR%%/app/controllers/projects/clusters_controller.rb > %%WWWDIR%%/app/controllers/projects/commit_controller.rb > %%WWWDIR%%/app/controllers/projects/commits_controller.rb >@@ -2915,7 +3041,6 @@ > %%WWWDIR%%/app/controllers/sherlock/transactions_controller.rb > %%WWWDIR%%/app/controllers/snippets/notes_controller.rb > %%WWWDIR%%/app/controllers/snippets_controller.rb >-%%WWWDIR%%/app/controllers/unicorn_test_controller.rb > %%WWWDIR%%/app/controllers/uploads_controller.rb > %%WWWDIR%%/app/controllers/users_controller.rb > %%WWWDIR%%/app/finders/README.md >@@ -2923,15 +3048,16 @@ > %%WWWDIR%%/app/finders/admin/projects_finder.rb > %%WWWDIR%%/app/finders/autocomplete_users_finder.rb > %%WWWDIR%%/app/finders/branches_finder.rb >+%%WWWDIR%%/app/finders/clusters_finder.rb > %%WWWDIR%%/app/finders/concerns/created_at_filter.rb > %%WWWDIR%%/app/finders/concerns/custom_attributes_filter.rb > %%WWWDIR%%/app/finders/contributed_projects_finder.rb > %%WWWDIR%%/app/finders/environments_finder.rb > %%WWWDIR%%/app/finders/events_finder.rb > %%WWWDIR%%/app/finders/fork_projects_finder.rb >+%%WWWDIR%%/app/finders/group_descendants_finder.rb > %%WWWDIR%%/app/finders/group_finder.rb > %%WWWDIR%%/app/finders/group_members_finder.rb >-%%WWWDIR%%/app/finders/merge_request_target_project_finder.rb > %%WWWDIR%%/app/finders/group_projects_finder.rb > %%WWWDIR%%/app/finders/groups_finder.rb > %%WWWDIR%%/app/finders/issuable_finder.rb >@@ -2939,6 +3065,7 @@ > %%WWWDIR%%/app/finders/joined_groups_finder.rb > %%WWWDIR%%/app/finders/labels_finder.rb > %%WWWDIR%%/app/finders/members_finder.rb >+%%WWWDIR%%/app/finders/merge_request_target_project_finder.rb > %%WWWDIR%%/app/finders/merge_requests_finder.rb > %%WWWDIR%%/app/finders/milestones_finder.rb > %%WWWDIR%%/app/finders/move_to_project_finder.rb >@@ -2948,6 +3075,7 @@ > %%WWWDIR%%/app/finders/pipeline_schedules_finder.rb > %%WWWDIR%%/app/finders/pipelines_finder.rb > %%WWWDIR%%/app/finders/projects_finder.rb >+%%WWWDIR%%/app/finders/runner_jobs_finder.rb > %%WWWDIR%%/app/finders/snippets_finder.rb > %%WWWDIR%%/app/finders/tags_finder.rb > %%WWWDIR%%/app/finders/todos_finder.rb >@@ -2970,6 +3098,7 @@ > %%WWWDIR%%/app/helpers/builds_helper.rb > %%WWWDIR%%/app/helpers/button_helper.rb > %%WWWDIR%%/app/helpers/ci_status_helper.rb >+%%WWWDIR%%/app/helpers/clusters_helper.rb > %%WWWDIR%%/app/helpers/commits_helper.rb > %%WWWDIR%%/app/helpers/compare_helper.rb > %%WWWDIR%%/app/helpers/components_helper.rb >@@ -2993,6 +3122,7 @@ > %%WWWDIR%%/app/helpers/hooks_helper.rb > %%WWWDIR%%/app/helpers/icons_helper.rb > %%WWWDIR%%/app/helpers/import_helper.rb >+%%WWWDIR%%/app/helpers/instance_configuration_helper.rb > %%WWWDIR%%/app/helpers/issuables_helper.rb > %%WWWDIR%%/app/helpers/issues_helper.rb > %%WWWDIR%%/app/helpers/javascript_helper.rb >@@ -3111,6 +3241,7 @@ > %%WWWDIR%%/app/models/ci/build_trace_section_name.rb > %%WWWDIR%%/app/models/ci/group.rb > %%WWWDIR%%/app/models/ci/group_variable.rb >+%%WWWDIR%%/app/models/ci/job_artifact.rb > %%WWWDIR%%/app/models/ci/legacy_stage.rb > %%WWWDIR%%/app/models/ci/pipeline.rb > %%WWWDIR%%/app/models/ci/pipeline_schedule.rb >@@ -3122,17 +3253,31 @@ > %%WWWDIR%%/app/models/ci/trigger.rb > %%WWWDIR%%/app/models/ci/trigger_request.rb > %%WWWDIR%%/app/models/ci/variable.rb >+%%WWWDIR%%/app/models/clusters/applications/helm.rb >+%%WWWDIR%%/app/models/clusters/applications/ingress.rb >+%%WWWDIR%%/app/models/clusters/applications/prometheus.rb >+%%WWWDIR%%/app/models/clusters/cluster.rb >+%%WWWDIR%%/app/models/clusters/concerns/application_core.rb >+%%WWWDIR%%/app/models/clusters/concerns/application_status.rb >+%%WWWDIR%%/app/models/clusters/platforms/kubernetes.rb >+%%WWWDIR%%/app/models/clusters/project.rb >+%%WWWDIR%%/app/models/clusters/providers/gcp.rb > %%WWWDIR%%/app/models/commit.rb >+%%WWWDIR%%/app/models/commit_collection.rb > %%WWWDIR%%/app/models/commit_range.rb > %%WWWDIR%%/app/models/commit_status.rb > %%WWWDIR%%/app/models/compare.rb > %%WWWDIR%%/app/models/concerns/access_requestable.rb >+%%WWWDIR%%/app/models/concerns/artifact_migratable.rb > %%WWWDIR%%/app/models/concerns/avatarable.rb > %%WWWDIR%%/app/models/concerns/awardable.rb > %%WWWDIR%%/app/models/concerns/blob_like.rb >+%%WWWDIR%%/app/models/concerns/blocks_json_serialization.rb >+%%WWWDIR%%/app/models/concerns/bulk_member_access_load.rb > %%WWWDIR%%/app/models/concerns/cache_markdown_field.rb > %%WWWDIR%%/app/models/concerns/case_sensitivity.rb > %%WWWDIR%%/app/models/concerns/created_at_filterable.rb >+%%WWWDIR%%/app/models/concerns/deployment_platform.rb > %%WWWDIR%%/app/models/concerns/discussion_on_diff.rb > %%WWWDIR%%/app/models/concerns/each_batch.rb > %%WWWDIR%%/app/models/concerns/editable.rb >@@ -3140,12 +3285,15 @@ > %%WWWDIR%%/app/models/concerns/faster_cache_keys.rb > %%WWWDIR%%/app/models/concerns/feature_gate.rb > %%WWWDIR%%/app/models/concerns/ghost_user.rb >+%%WWWDIR%%/app/models/concerns/group_descendant.rb > %%WWWDIR%%/app/models/concerns/has_status.rb > %%WWWDIR%%/app/models/concerns/has_variable.rb > %%WWWDIR%%/app/models/concerns/ignorable_column.rb > %%WWWDIR%%/app/models/concerns/importable.rb > %%WWWDIR%%/app/models/concerns/internal_id.rb > %%WWWDIR%%/app/models/concerns/issuable.rb >+%%WWWDIR%%/app/models/concerns/loaded_in_group_list.rb >+%%WWWDIR%%/app/models/concerns/manual_inverse_association.rb > %%WWWDIR%%/app/models/concerns/mentionable.rb > %%WWWDIR%%/app/models/concerns/mentionable/reference_regexes.rb > %%WWWDIR%%/app/models/concerns/milestoneish.rb >@@ -3162,7 +3310,6 @@ > %%WWWDIR%%/app/models/concerns/reactive_service.rb > %%WWWDIR%%/app/models/concerns/referable.rb > %%WWWDIR%%/app/models/concerns/relative_positioning.rb >-%%WWWDIR%%/app/models/concerns/repository_mirroring.rb > %%WWWDIR%%/app/models/concerns/resolvable_discussion.rb > %%WWWDIR%%/app/models/concerns/resolvable_note.rb > %%WWWDIR%%/app/models/concerns/routable.rb >@@ -3176,6 +3323,7 @@ > %%WWWDIR%%/app/models/concerns/strip_attribute.rb > %%WWWDIR%%/app/models/concerns/subscribable.rb > %%WWWDIR%%/app/models/concerns/taskable.rb >+%%WWWDIR%%/app/models/concerns/throttled_touch.rb > %%WWWDIR%%/app/models/concerns/time_trackable.rb > %%WWWDIR%%/app/models/concerns/token_authenticatable.rb > %%WWWDIR%%/app/models/concerns/uniquify.rb >@@ -3211,13 +3359,13 @@ > %%WWWDIR%%/app/models/discussion_note.rb > %%WWWDIR%%/app/models/email.rb > %%WWWDIR%%/app/models/environment.rb >+%%WWWDIR%%/app/models/epic.rb > %%WWWDIR%%/app/models/event.rb > %%WWWDIR%%/app/models/event_collection.rb > %%WWWDIR%%/app/models/external_issue.rb > %%WWWDIR%%/app/models/fork_network.rb > %%WWWDIR%%/app/models/fork_network_member.rb > %%WWWDIR%%/app/models/forked_project_link.rb >-%%WWWDIR%%/app/models/gcp/cluster.rb > %%WWWDIR%%/app/models/generic_commit_status.rb > %%WWWDIR%%/app/models/global_label.rb > %%WWWDIR%%/app/models/global_milestone.rb >@@ -3225,6 +3373,7 @@ > %%WWWDIR%%/app/models/gpg_key_subkey.rb > %%WWWDIR%%/app/models/gpg_signature.rb > %%WWWDIR%%/app/models/group.rb >+%%WWWDIR%%/app/models/group_custom_attribute.rb > %%WWWDIR%%/app/models/group_label.rb > %%WWWDIR%%/app/models/group_milestone.rb > %%WWWDIR%%/app/models/guest.rb >@@ -3235,6 +3384,7 @@ > %%WWWDIR%%/app/models/hooks/web_hook_log.rb > %%WWWDIR%%/app/models/identity.rb > %%WWWDIR%%/app/models/individual_note_discussion.rb >+%%WWWDIR%%/app/models/instance_configuration.rb > %%WWWDIR%%/app/models/issue.rb > %%WWWDIR%%/app/models/issue/metrics.rb > %%WWWDIR%%/app/models/issue_assignee.rb >@@ -3273,6 +3423,7 @@ > %%WWWDIR%%/app/models/project.rb > %%WWWDIR%%/app/models/project_authorization.rb > %%WWWDIR%%/app/models/project_auto_devops.rb >+%%WWWDIR%%/app/models/project_custom_attribute.rb > %%WWWDIR%%/app/models/project_feature.rb > %%WWWDIR%%/app/models/project_group_link.rb > %%WWWDIR%%/app/models/project_import_data.rb >@@ -3313,6 +3464,7 @@ > %%WWWDIR%%/app/models/project_services/mock_deployment_service.rb > %%WWWDIR%%/app/models/project_services/mock_monitoring_service.rb > %%WWWDIR%%/app/models/project_services/monitoring_service.rb >+%%WWWDIR%%/app/models/project_services/packagist_service.rb > %%WWWDIR%%/app/models/project_services/pipelines_email_service.rb > %%WWWDIR%%/app/models/project_services/pivotaltracker_service.rb > %%WWWDIR%%/app/models/project_services/prometheus_service.rb >@@ -3369,12 +3521,12 @@ > %%WWWDIR%%/app/policies/ci/pipeline_schedule_policy.rb > %%WWWDIR%%/app/policies/ci/runner_policy.rb > %%WWWDIR%%/app/policies/ci/trigger_policy.rb >+%%WWWDIR%%/app/policies/clusters/cluster_policy.rb > %%WWWDIR%%/app/policies/commit_status_policy.rb > %%WWWDIR%%/app/policies/deploy_key_policy.rb > %%WWWDIR%%/app/policies/deployment_policy.rb > %%WWWDIR%%/app/policies/environment_policy.rb > %%WWWDIR%%/app/policies/external_issue_policy.rb >-%%WWWDIR%%/app/policies/gcp/cluster_policy.rb > %%WWWDIR%%/app/policies/global_policy.rb > %%WWWDIR%%/app/policies/group_label_policy.rb > %%WWWDIR%%/app/policies/group_member_policy.rb >@@ -3396,9 +3548,13 @@ > %%WWWDIR%%/app/presenters/ci/group_variable_presenter.rb > %%WWWDIR%%/app/presenters/ci/pipeline_presenter.rb > %%WWWDIR%%/app/presenters/ci/variable_presenter.rb >+%%WWWDIR%%/app/presenters/clusters/cluster_presenter.rb > %%WWWDIR%%/app/presenters/conversational_development_index/metric_presenter.rb >-%%WWWDIR%%/app/presenters/gcp/cluster_presenter.rb >+%%WWWDIR%%/app/presenters/group_member_presenter.rb >+%%WWWDIR%%/app/presenters/member_presenter.rb >+%%WWWDIR%%/app/presenters/members_presenter.rb > %%WWWDIR%%/app/presenters/merge_request_presenter.rb >+%%WWWDIR%%/app/presenters/project_member_presenter.rb > %%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb > %%WWWDIR%%/app/serializers/README.md > %%WWWDIR%%/app/serializers/analytics_build_entity.rb >@@ -3421,6 +3577,7 @@ > %%WWWDIR%%/app/serializers/build_artifact_entity.rb > %%WWWDIR%%/app/serializers/build_details_entity.rb > %%WWWDIR%%/app/serializers/build_serializer.rb >+%%WWWDIR%%/app/serializers/cluster_application_entity.rb > %%WWWDIR%%/app/serializers/cluster_entity.rb > %%WWWDIR%%/app/serializers/cluster_serializer.rb > %%WWWDIR%%/app/serializers/cohort_activity_month_entity.rb >@@ -3428,6 +3585,7 @@ > %%WWWDIR%%/app/serializers/cohorts_entity.rb > %%WWWDIR%%/app/serializers/cohorts_serializer.rb > %%WWWDIR%%/app/serializers/commit_entity.rb >+%%WWWDIR%%/app/serializers/concerns/with_pagination.rb > %%WWWDIR%%/app/serializers/container_repositories_serializer.rb > %%WWWDIR%%/app/serializers/container_repository_entity.rb > %%WWWDIR%%/app/serializers/container_tag_entity.rb >@@ -3443,12 +3601,15 @@ > %%WWWDIR%%/app/serializers/entity_request.rb > %%WWWDIR%%/app/serializers/environment_entity.rb > %%WWWDIR%%/app/serializers/environment_serializer.rb >-%%WWWDIR%%/app/serializers/event_entity.rb >+%%WWWDIR%%/app/serializers/group_child_entity.rb >+%%WWWDIR%%/app/serializers/group_child_serializer.rb > %%WWWDIR%%/app/serializers/group_entity.rb > %%WWWDIR%%/app/serializers/group_serializer.rb > %%WWWDIR%%/app/serializers/issuable_entity.rb >+%%WWWDIR%%/app/serializers/issuable_sidebar_entity.rb > %%WWWDIR%%/app/serializers/issue_entity.rb > %%WWWDIR%%/app/serializers/issue_serializer.rb >+%%WWWDIR%%/app/serializers/issue_sidebar_entity.rb > %%WWWDIR%%/app/serializers/job_entity.rb > %%WWWDIR%%/app/serializers/job_group_entity.rb > %%WWWDIR%%/app/serializers/label_entity.rb >@@ -3457,8 +3618,9 @@ > %%WWWDIR%%/app/serializers/merge_request_basic_serializer.rb > %%WWWDIR%%/app/serializers/merge_request_create_entity.rb > %%WWWDIR%%/app/serializers/merge_request_create_serializer.rb >-%%WWWDIR%%/app/serializers/merge_request_entity.rb >+%%WWWDIR%%/app/serializers/merge_request_metrics_entity.rb > %%WWWDIR%%/app/serializers/merge_request_serializer.rb >+%%WWWDIR%%/app/serializers/merge_request_widget_entity.rb > %%WWWDIR%%/app/serializers/note_attachment_entity.rb > %%WWWDIR%%/app/serializers/note_entity.rb > %%WWWDIR%%/app/serializers/note_serializer.rb >@@ -3472,6 +3634,7 @@ > %%WWWDIR%%/app/serializers/stage_entity.rb > %%WWWDIR%%/app/serializers/status_entity.rb > %%WWWDIR%%/app/serializers/submodule_entity.rb >+%%WWWDIR%%/app/serializers/time_trackable_entity.rb > %%WWWDIR%%/app/serializers/tree_entity.rb > %%WWWDIR%%/app/serializers/tree_root_entity.rb > %%WWWDIR%%/app/serializers/tree_serializer.rb >@@ -3482,8 +3645,11 @@ > %%WWWDIR%%/app/services/akismet_service.rb > %%WWWDIR%%/app/services/application_settings/base_service.rb > %%WWWDIR%%/app/services/application_settings/update_service.rb >+%%WWWDIR%%/app/services/applications/create_service.rb > %%WWWDIR%%/app/services/audit_event_service.rb > %%WWWDIR%%/app/services/auth/container_registry_authentication_service.rb >+%%WWWDIR%%/app/services/base_count_service.rb >+%%WWWDIR%%/app/services/base_renderer.rb > %%WWWDIR%%/app/services/base_service.rb > %%WWWDIR%%/app/services/boards/base_service.rb > %%WWWDIR%%/app/services/boards/create_service.rb >@@ -3498,26 +3664,32 @@ > %%WWWDIR%%/app/services/boards/lists/move_service.rb > %%WWWDIR%%/app/services/chat_names/authorize_user_service.rb > %%WWWDIR%%/app/services/chat_names/find_user_service.rb >-%%WWWDIR%%/app/services/ci/create_cluster_service.rb >+%%WWWDIR%%/app/services/check_gcp_project_billing_service.rb > %%WWWDIR%%/app/services/ci/create_pipeline_schedule_service.rb > %%WWWDIR%%/app/services/ci/create_pipeline_service.rb > %%WWWDIR%%/app/services/ci/create_pipeline_stages_service.rb >+%%WWWDIR%%/app/services/ci/ensure_stage_service.rb > %%WWWDIR%%/app/services/ci/extract_sections_from_build_trace_service.rb >-%%WWWDIR%%/app/services/ci/fetch_gcp_operation_service.rb > %%WWWDIR%%/app/services/ci/fetch_kubernetes_token_service.rb >-%%WWWDIR%%/app/services/ci/finalize_cluster_creation_service.rb >-%%WWWDIR%%/app/services/ci/integrate_cluster_service.rb > %%WWWDIR%%/app/services/ci/pipeline_trigger_service.rb > %%WWWDIR%%/app/services/ci/play_build_service.rb > %%WWWDIR%%/app/services/ci/process_pipeline_service.rb >-%%WWWDIR%%/app/services/ci/provision_cluster_service.rb > %%WWWDIR%%/app/services/ci/register_job_service.rb > %%WWWDIR%%/app/services/ci/retry_build_service.rb > %%WWWDIR%%/app/services/ci/retry_pipeline_service.rb > %%WWWDIR%%/app/services/ci/stop_environments_service.rb > %%WWWDIR%%/app/services/ci/update_build_queue_service.rb >-%%WWWDIR%%/app/services/ci/update_cluster_service.rb > %%WWWDIR%%/app/services/ci/update_runner_service.rb >+%%WWWDIR%%/app/services/clusters/applications/base_helm_service.rb >+%%WWWDIR%%/app/services/clusters/applications/check_installation_progress_service.rb >+%%WWWDIR%%/app/services/clusters/applications/install_service.rb >+%%WWWDIR%%/app/services/clusters/applications/schedule_installation_service.rb >+%%WWWDIR%%/app/services/clusters/create_service.rb >+%%WWWDIR%%/app/services/clusters/gcp/fetch_operation_service.rb >+%%WWWDIR%%/app/services/clusters/gcp/finalize_creation_service.rb >+%%WWWDIR%%/app/services/clusters/gcp/provision_service.rb >+%%WWWDIR%%/app/services/clusters/gcp/verify_provision_status_service.rb >+%%WWWDIR%%/app/services/clusters/update_service.rb > %%WWWDIR%%/app/services/cohorts_service.rb > %%WWWDIR%%/app/services/commits/change_service.rb > %%WWWDIR%%/app/services/commits/cherry_pick_service.rb >@@ -3542,6 +3714,7 @@ > %%WWWDIR%%/app/services/emails/create_service.rb > %%WWWDIR%%/app/services/emails/destroy_service.rb > %%WWWDIR%%/app/services/event_create_service.rb >+%%WWWDIR%%/app/services/events/render_service.rb > %%WWWDIR%%/app/services/files/base_service.rb > %%WWWDIR%%/app/services/files/create_dir_service.rb > %%WWWDIR%%/app/services/files/create_service.rb >@@ -3560,6 +3733,8 @@ > %%WWWDIR%%/app/services/ham_service.rb > %%WWWDIR%%/app/services/import_export_clean_up_service.rb > %%WWWDIR%%/app/services/issuable/bulk_update_service.rb >+%%WWWDIR%%/app/services/issuable/common_system_notes_service.rb >+%%WWWDIR%%/app/services/issuable/destroy_service.rb > %%WWWDIR%%/app/services/issuable_base_service.rb > %%WWWDIR%%/app/services/issues/base_service.rb > %%WWWDIR%%/app/services/issues/build_service.rb >@@ -3584,6 +3759,7 @@ > %%WWWDIR%%/app/services/members/create_service.rb > %%WWWDIR%%/app/services/members/destroy_service.rb > %%WWWDIR%%/app/services/members/request_access_service.rb >+%%WWWDIR%%/app/services/merge_request_metrics_service.rb > %%WWWDIR%%/app/services/merge_requests/add_todo_when_build_fails_service.rb > %%WWWDIR%%/app/services/merge_requests/assign_issues_service.rb > %%WWWDIR%%/app/services/merge_requests/base_service.rb >@@ -3600,15 +3776,18 @@ > %%WWWDIR%%/app/services/merge_requests/merge_service.rb > %%WWWDIR%%/app/services/merge_requests/merge_when_pipeline_succeeds_service.rb > %%WWWDIR%%/app/services/merge_requests/post_merge_service.rb >+%%WWWDIR%%/app/services/merge_requests/rebase_service.rb > %%WWWDIR%%/app/services/merge_requests/refresh_service.rb > %%WWWDIR%%/app/services/merge_requests/reopen_service.rb > %%WWWDIR%%/app/services/merge_requests/resolved_discussion_notification_service.rb > %%WWWDIR%%/app/services/merge_requests/update_service.rb >+%%WWWDIR%%/app/services/merge_requests/working_copy_base_service.rb > %%WWWDIR%%/app/services/metrics_service.rb > %%WWWDIR%%/app/services/milestones/base_service.rb > %%WWWDIR%%/app/services/milestones/close_service.rb > %%WWWDIR%%/app/services/milestones/create_service.rb > %%WWWDIR%%/app/services/milestones/destroy_service.rb >+%%WWWDIR%%/app/services/milestones/promote_service.rb > %%WWWDIR%%/app/services/milestones/reopen_service.rb > %%WWWDIR%%/app/services/milestones/update_service.rb > %%WWWDIR%%/app/services/note_summary.rb >@@ -3617,6 +3796,7 @@ > %%WWWDIR%%/app/services/notes/destroy_service.rb > %%WWWDIR%%/app/services/notes/post_process_service.rb > %%WWWDIR%%/app/services/notes/quick_actions_service.rb >+%%WWWDIR%%/app/services/notes/render_service.rb > %%WWWDIR%%/app/services/notes/update_service.rb > %%WWWDIR%%/app/services/notification_recipient_service.rb > %%WWWDIR%%/app/services/notification_service.rb >@@ -3624,6 +3804,9 @@ > %%WWWDIR%%/app/services/preview_markdown_service.rb > %%WWWDIR%%/app/services/projects/after_import_service.rb > %%WWWDIR%%/app/services/projects/autocomplete_service.rb >+%%WWWDIR%%/app/services/projects/batch_count_service.rb >+%%WWWDIR%%/app/services/projects/batch_forks_count_service.rb >+%%WWWDIR%%/app/services/projects/batch_open_issues_count_service.rb > %%WWWDIR%%/app/services/projects/count_service.rb > %%WWWDIR%%/app/services/projects/create_from_template_service.rb > %%WWWDIR%%/app/services/projects/create_service.rb >@@ -3633,6 +3816,10 @@ > %%WWWDIR%%/app/services/projects/fork_service.rb > %%WWWDIR%%/app/services/projects/forks_count_service.rb > %%WWWDIR%%/app/services/projects/gitlab_projects_import_service.rb >+%%WWWDIR%%/app/services/projects/group_links/create_service.rb >+%%WWWDIR%%/app/services/projects/group_links/destroy_service.rb >+%%WWWDIR%%/app/services/projects/hashed_storage/migrate_attachments_service.rb >+%%WWWDIR%%/app/services/projects/hashed_storage/migrate_repository_service.rb > %%WWWDIR%%/app/services/projects/hashed_storage_migration_service.rb > %%WWWDIR%%/app/services/projects/housekeeping_service.rb > %%WWWDIR%%/app/services/projects/import_export/export_service.rb >@@ -3646,9 +3833,11 @@ > %%WWWDIR%%/app/services/projects/update_pages_configuration_service.rb > %%WWWDIR%%/app/services/projects/update_pages_service.rb > %%WWWDIR%%/app/services/projects/update_service.rb >-%%WWWDIR%%/app/services/protected_branches/api_create_service.rb >-%%WWWDIR%%/app/services/protected_branches/api_update_service.rb >+%%WWWDIR%%/app/services/protected_branches/access_level_params.rb >+%%WWWDIR%%/app/services/protected_branches/api_service.rb > %%WWWDIR%%/app/services/protected_branches/create_service.rb >+%%WWWDIR%%/app/services/protected_branches/legacy_api_create_service.rb >+%%WWWDIR%%/app/services/protected_branches/legacy_api_update_service.rb > %%WWWDIR%%/app/services/protected_branches/update_service.rb > %%WWWDIR%%/app/services/protected_tags/create_service.rb > %%WWWDIR%%/app/services/protected_tags/update_service.rb >@@ -3656,6 +3845,7 @@ > %%WWWDIR%%/app/services/quick_actions/interpret_service.rb > %%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb > %%WWWDIR%%/app/services/repository_archive_clean_up_service.rb >+%%WWWDIR%%/app/services/reset_project_cache_service.rb > %%WWWDIR%%/app/services/search/global_service.rb > %%WWWDIR%%/app/services/search/group_service.rb > %%WWWDIR%%/app/services/search/project_service.rb >@@ -3681,6 +3871,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/keys_count_service.rb > %%WWWDIR%%/app/services/users/last_push_event_service.rb > %%WWWDIR%%/app/services/users/migrate_to_ghost_user_service.rb > %%WWWDIR%%/app/services/users/refresh_authorized_projects_service.rb >@@ -3691,30 +3882,36 @@ > %%WWWDIR%%/app/services/wiki_pages/create_service.rb > %%WWWDIR%%/app/services/wiki_pages/destroy_service.rb > %%WWWDIR%%/app/services/wiki_pages/update_service.rb >-%%WWWDIR%%/app/uploaders/artifact_uploader.rb > %%WWWDIR%%/app/uploaders/attachment_uploader.rb > %%WWWDIR%%/app/uploaders/avatar_uploader.rb > %%WWWDIR%%/app/uploaders/file_mover.rb > %%WWWDIR%%/app/uploaders/file_uploader.rb > %%WWWDIR%%/app/uploaders/gitlab_uploader.rb >+%%WWWDIR%%/app/uploaders/job_artifact_uploader.rb >+%%WWWDIR%%/app/uploaders/legacy_artifact_uploader.rb > %%WWWDIR%%/app/uploaders/lfs_object_uploader.rb >+%%WWWDIR%%/app/uploaders/namespace_file_uploader.rb > %%WWWDIR%%/app/uploaders/personal_file_uploader.rb > %%WWWDIR%%/app/uploaders/records_uploads.rb > %%WWWDIR%%/app/uploaders/uploader_helper.rb >+%%WWWDIR%%/app/validators/abstract_path_validator.rb > %%WWWDIR%%/app/validators/addressable_url_validator.rb > %%WWWDIR%%/app/validators/certificate_key_validator.rb > %%WWWDIR%%/app/validators/certificate_validator.rb >+%%WWWDIR%%/app/validators/cluster_name_validator.rb > %%WWWDIR%%/app/validators/color_validator.rb > %%WWWDIR%%/app/validators/cron_timezone_validator.rb > %%WWWDIR%%/app/validators/cron_validator.rb > %%WWWDIR%%/app/validators/duration_validator.rb >-%%WWWDIR%%/app/validators/dynamic_path_validator.rb > %%WWWDIR%%/app/validators/email_validator.rb > %%WWWDIR%%/app/validators/importable_url_validator.rb > %%WWWDIR%%/app/validators/key_restriction_validator.rb > %%WWWDIR%%/app/validators/line_code_validator.rb > %%WWWDIR%%/app/validators/namespace_name_validator.rb >+%%WWWDIR%%/app/validators/namespace_path_validator.rb >+%%WWWDIR%%/app/validators/project_path_validator.rb > %%WWWDIR%%/app/validators/url_validator.rb >+%%WWWDIR%%/app/validators/user_path_validator.rb > %%WWWDIR%%/app/validators/variable_duplicates_validator.rb > %%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml > %%WWWDIR%%/app/views/abuse_report_mailer/notify.text.haml >@@ -3722,7 +3919,7 @@ > %%WWWDIR%%/app/views/admin/abuse_reports/_abuse_report.html.haml > %%WWWDIR%%/app/views/admin/abuse_reports/index.html.haml > %%WWWDIR%%/app/views/admin/appearances/_form.html.haml >-%%WWWDIR%%/app/views/admin/appearances/preview.html.haml >+%%WWWDIR%%/app/views/admin/appearances/preview_sign_in.html.haml > %%WWWDIR%%/app/views/admin/appearances/show.html.haml > %%WWWDIR%%/app/views/admin/application_settings/_form.html.haml > %%WWWDIR%%/app/views/admin/application_settings/show.html.haml >@@ -3821,7 +4018,6 @@ > %%WWWDIR%%/app/views/dashboard/_sidebar.html.haml > %%WWWDIR%%/app/views/dashboard/_snippets_head.html.haml > %%WWWDIR%%/app/views/dashboard/activity.html.haml >-%%WWWDIR%%/app/views/dashboard/groups/_empty_state.html.haml > %%WWWDIR%%/app/views/dashboard/groups/_groups.html.haml > %%WWWDIR%%/app/views/dashboard/groups/index.html.haml > %%WWWDIR%%/app/views/dashboard/issues.atom.builder >@@ -3926,11 +4122,11 @@ > %%WWWDIR%%/app/views/explore/projects/trending.html.haml > %%WWWDIR%%/app/views/explore/snippets/index.html.haml > %%WWWDIR%%/app/views/groups/_activities.html.haml >+%%WWWDIR%%/app/views/groups/_children.html.haml > %%WWWDIR%%/app/views/groups/_create_chat_team.html.haml > %%WWWDIR%%/app/views/groups/_group_admin_settings.html.haml > %%WWWDIR%%/app/views/groups/_home_panel.html.haml > %%WWWDIR%%/app/views/groups/_projects.html.haml >-%%WWWDIR%%/app/views/groups/_show_nav.html.haml > %%WWWDIR%%/app/views/groups/activity.html.haml > %%WWWDIR%%/app/views/groups/edit.html.haml > %%WWWDIR%%/app/views/groups/group_members/_new_group_member.html.haml >@@ -3955,13 +4151,17 @@ > %%WWWDIR%%/app/views/groups/settings/ci_cd/show.html.haml > %%WWWDIR%%/app/views/groups/show.atom.builder > %%WWWDIR%%/app/views/groups/show.html.haml >-%%WWWDIR%%/app/views/groups/subgroups.html.haml > %%WWWDIR%%/app/views/groups/variables/show.html.haml > %%WWWDIR%%/app/views/help/_shortcuts.html.haml > %%WWWDIR%%/app/views/help/index.html.haml >+%%WWWDIR%%/app/views/help/instance_configuration.html.haml >+%%WWWDIR%%/app/views/help/instance_configuration/_gitlab_ci.html.haml >+%%WWWDIR%%/app/views/help/instance_configuration/_gitlab_pages.html.haml >+%%WWWDIR%%/app/views/help/instance_configuration/_ssh_info.html.haml > %%WWWDIR%%/app/views/help/shortcuts.js.haml > %%WWWDIR%%/app/views/help/show.html.haml > %%WWWDIR%%/app/views/help/ui.html.haml >+%%WWWDIR%%/app/views/ide/index.html.haml > %%WWWDIR%%/app/views/import/_githubish_status.html.haml > %%WWWDIR%%/app/views/import/base/create.js.haml > %%WWWDIR%%/app/views/import/base/unauthorized.js.haml >@@ -4027,6 +4227,7 @@ > %%WWWDIR%%/app/views/layouts/nav/sidebar/_group.html.haml > %%WWWDIR%%/app/views/layouts/nav/sidebar/_profile.html.haml > %%WWWDIR%%/app/views/layouts/nav/sidebar/_project.html.haml >+%%WWWDIR%%/app/views/layouts/nav_only.html.haml > %%WWWDIR%%/app/views/layouts/notify.html.haml > %%WWWDIR%%/app/views/layouts/notify.text.erb > %%WWWDIR%%/app/views/layouts/oauth_error.html.haml >@@ -4114,6 +4315,7 @@ > %%WWWDIR%%/app/views/notify/repository_push_email.text.haml > %%WWWDIR%%/app/views/notify/resolved_all_discussions_email.html.haml > %%WWWDIR%%/app/views/notify/resolved_all_discussions_email.text.erb >+%%WWWDIR%%/app/views/peek/views/_gitaly.html.haml > %%WWWDIR%%/app/views/peek/views/_host.html.haml > %%WWWDIR%%/app/views/peek/views/_mysql2.html.haml > %%WWWDIR%%/app/views/peek/views/_pg.html.haml >@@ -4121,7 +4323,6 @@ > %%WWWDIR%%/app/views/peek/views/_sql.html.haml > %%WWWDIR%%/app/views/profiles/_event_table.html.haml > %%WWWDIR%%/app/views/profiles/_head.html.haml >-%%WWWDIR%%/app/views/profiles/accounts/_reset_token.html.haml > %%WWWDIR%%/app/views/profiles/accounts/show.html.haml > %%WWWDIR%%/app/views/profiles/audit_log.html.haml > %%WWWDIR%%/app/views/profiles/chat_names/_chat_name.html.haml >@@ -4164,6 +4365,7 @@ > %%WWWDIR%%/app/views/projects/_fork_suggestion.html.haml > %%WWWDIR%%/app/views/projects/_gitlab_import_modal.html.haml > %%WWWDIR%%/app/views/projects/_home_panel.html.haml >+%%WWWDIR%%/app/views/projects/_issuable_by_email.html.haml > %%WWWDIR%%/app/views/projects/_last_push.html.haml > %%WWWDIR%%/app/views/projects/_md_preview.html.haml > %%WWWDIR%%/app/views/projects/_merge_request_fast_forward_settings.html.haml >@@ -4172,6 +4374,7 @@ > %%WWWDIR%%/app/views/projects/_merge_request_settings.html.haml > %%WWWDIR%%/app/views/projects/_new_project_fields.html.haml > %%WWWDIR%%/app/views/projects/_project_templates.html.haml >+%%WWWDIR%%/app/views/projects/_readme.html.haml > %%WWWDIR%%/app/views/projects/_visibility_select.html.haml > %%WWWDIR%%/app/views/projects/_wiki.html.haml > %%WWWDIR%%/app/views/projects/_zen.html.haml >@@ -4238,16 +4441,30 @@ > %%WWWDIR%%/app/views/projects/buttons/_koding.html.haml > %%WWWDIR%%/app/views/projects/buttons/_star.html.haml > %%WWWDIR%%/app/views/projects/ci/builds/_build.html.haml >-%%WWWDIR%%/app/views/projects/clusters/_form.html.haml >-%%WWWDIR%%/app/views/projects/clusters/_header.html.haml >+%%WWWDIR%%/app/views/projects/clusters/_advanced_settings.html.haml >+%%WWWDIR%%/app/views/projects/clusters/_banner.html.haml >+%%WWWDIR%%/app/views/projects/clusters/_cluster.html.haml >+%%WWWDIR%%/app/views/projects/clusters/_dropdown.html.haml >+%%WWWDIR%%/app/views/projects/clusters/_empty_state.html.haml >+%%WWWDIR%%/app/views/projects/clusters/_integration_form.html.haml > %%WWWDIR%%/app/views/projects/clusters/_sidebar.html.haml >-%%WWWDIR%%/app/views/projects/clusters/login.html.haml >+%%WWWDIR%%/app/views/projects/clusters/gcp/_form.html.haml >+%%WWWDIR%%/app/views/projects/clusters/gcp/_header.html.haml >+%%WWWDIR%%/app/views/projects/clusters/gcp/_show.html.haml >+%%WWWDIR%%/app/views/projects/clusters/gcp/login.html.haml >+%%WWWDIR%%/app/views/projects/clusters/gcp/new.html.haml >+%%WWWDIR%%/app/views/projects/clusters/index.html.haml > %%WWWDIR%%/app/views/projects/clusters/new.html.haml > %%WWWDIR%%/app/views/projects/clusters/show.html.haml >+%%WWWDIR%%/app/views/projects/clusters/user/_form.html.haml >+%%WWWDIR%%/app/views/projects/clusters/user/_header.html.haml >+%%WWWDIR%%/app/views/projects/clusters/user/_show.html.haml >+%%WWWDIR%%/app/views/projects/clusters/user/new.html.haml > %%WWWDIR%%/app/views/projects/commit/_ajax_signature.html.haml > %%WWWDIR%%/app/views/projects/commit/_change.html.haml > %%WWWDIR%%/app/views/projects/commit/_ci_menu.html.haml > %%WWWDIR%%/app/views/projects/commit/_commit_box.html.haml >+%%WWWDIR%%/app/views/projects/commit/_limit_exceeded_message.html.haml > %%WWWDIR%%/app/views/projects/commit/_other_user_signature_badge.html.haml > %%WWWDIR%%/app/views/projects/commit/_pipelines_list.haml > %%WWWDIR%%/app/views/projects/commit/_same_user_different_email_signature_badge.html.haml >@@ -4320,6 +4537,7 @@ > %%WWWDIR%%/app/views/projects/environments/show.html.haml > %%WWWDIR%%/app/views/projects/environments/terminal.html.haml > %%WWWDIR%%/app/views/projects/find_file/show.html.haml >+%%WWWDIR%%/app/views/projects/forks/_fork_button.html.haml > %%WWWDIR%%/app/views/projects/forks/_projects.html.haml > %%WWWDIR%%/app/views/projects/forks/error.html.haml > %%WWWDIR%%/app/views/projects/forks/index.html.haml >@@ -4334,11 +4552,11 @@ > %%WWWDIR%%/app/views/projects/hooks/edit.html.haml > %%WWWDIR%%/app/views/projects/imports/new.html.haml > %%WWWDIR%%/app/views/projects/imports/show.html.haml >+%%WWWDIR%%/app/views/projects/issues/_by_email_description.html.haml > %%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml > %%WWWDIR%%/app/views/projects/issues/_discussion.html.haml > %%WWWDIR%%/app/views/projects/issues/_form.html.haml > %%WWWDIR%%/app/views/projects/issues/_issue.html.haml >-%%WWWDIR%%/app/views/projects/issues/_issue_by_email.html.haml > %%WWWDIR%%/app/views/projects/issues/_issues.html.haml > %%WWWDIR%%/app/views/projects/issues/_merge_requests.html.haml > %%WWWDIR%%/app/views/projects/issues/_nav_btns.html.haml >@@ -4350,6 +4568,7 @@ > %%WWWDIR%%/app/views/projects/issues/new.html.haml > %%WWWDIR%%/app/views/projects/issues/show.html.haml > %%WWWDIR%%/app/views/projects/issues/verify.html.haml >+%%WWWDIR%%/app/views/projects/jobs/_empty_state.html.haml > %%WWWDIR%%/app/views/projects/jobs/_header.html.haml > %%WWWDIR%%/app/views/projects/jobs/_sidebar.html.haml > %%WWWDIR%%/app/views/projects/jobs/_table.html.haml >@@ -4362,6 +4581,7 @@ > %%WWWDIR%%/app/views/projects/mattermosts/_no_teams.html.haml > %%WWWDIR%%/app/views/projects/mattermosts/_team_selection.html.haml > %%WWWDIR%%/app/views/projects/mattermosts/new.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_by_email_description.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/_commits.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/_discussion.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/_form.html.haml >@@ -4386,8 +4606,11 @@ > %%WWWDIR%%/app/views/projects/merge_requests/creations/branch_to.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/creations/new.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/creations/update_branches.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/diffs/_commit_widget.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/diffs/_different_base.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/diffs/_diffs.html.haml >-%%WWWDIR%%/app/views/projects/merge_requests/diffs/_versions.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/diffs/_not_all_comments_displayed.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/diffs/_version_controls.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/dropdowns/_branch.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/dropdowns/_project.html.haml > %%WWWDIR%%/app/views/projects/merge_requests/edit.html.haml >@@ -4484,6 +4707,7 @@ > %%WWWDIR%%/app/views/projects/runners/_specific_runners.html.haml > %%WWWDIR%%/app/views/projects/runners/edit.html.haml > %%WWWDIR%%/app/views/projects/runners/show.html.haml >+%%WWWDIR%%/app/views/projects/services/_deprecated_message.html.haml > %%WWWDIR%%/app/views/projects/services/_form.html.haml > %%WWWDIR%%/app/views/projects/services/_index.html.haml > %%WWWDIR%%/app/views/projects/services/edit.html.haml >@@ -4513,8 +4737,6 @@ > %%WWWDIR%%/app/views/projects/tags/show.html.haml > %%WWWDIR%%/app/views/projects/transfer.js.haml > %%WWWDIR%%/app/views/projects/tree/_blob_item.html.haml >-%%WWWDIR%%/app/views/projects/tree/_old_tree_content.html.haml >-%%WWWDIR%%/app/views/projects/tree/_old_tree_header.html.haml > %%WWWDIR%%/app/views/projects/tree/_readme.html.haml > %%WWWDIR%%/app/views/projects/tree/_spinner.html.haml > %%WWWDIR%%/app/views/projects/tree/_submodule_item.html.haml >@@ -4523,6 +4745,7 @@ > %%WWWDIR%%/app/views/projects/tree/_tree_header.html.haml > %%WWWDIR%%/app/views/projects/tree/_tree_item.html.haml > %%WWWDIR%%/app/views/projects/tree/_tree_row.html.haml >+%%WWWDIR%%/app/views/projects/tree/_truncated_notice_tree_row.html.haml > %%WWWDIR%%/app/views/projects/tree/show.html.haml > %%WWWDIR%%/app/views/projects/triggers/_content.html.haml > %%WWWDIR%%/app/views/projects/triggers/_form.html.haml >@@ -4599,10 +4822,10 @@ > %%WWWDIR%%/app/views/shared/_personal_access_tokens_table.html.haml > %%WWWDIR%%/app/views/shared/_project_limit.html.haml > %%WWWDIR%%/app/views/shared/_promo.html.haml >+%%WWWDIR%%/app/views/shared/_recaptcha_form.html.haml > %%WWWDIR%%/app/views/shared/_ref_dropdown.html.haml > %%WWWDIR%%/app/views/shared/_ref_switcher.html.haml > %%WWWDIR%%/app/views/shared/_service_settings.html.haml >-%%WWWDIR%%/app/views/shared/_show_aside.html.haml > %%WWWDIR%%/app/views/shared/_sidebar_toggle_button.html.haml > %%WWWDIR%%/app/views/shared/_sort_dropdown.html.haml > %%WWWDIR%%/app/views/shared/_visibility_level.html.haml >@@ -4626,6 +4849,7 @@ > %%WWWDIR%%/app/views/shared/errors/_graphic_422.svg > %%WWWDIR%%/app/views/shared/form_elements/_description.html.haml > %%WWWDIR%%/app/views/shared/groups/_dropdown.html.haml >+%%WWWDIR%%/app/views/shared/groups/_empty_state.html.haml > %%WWWDIR%%/app/views/shared/groups/_group.html.haml > %%WWWDIR%%/app/views/shared/groups/_list.html.haml > %%WWWDIR%%/app/views/shared/groups/_search_form.html.haml >@@ -4693,6 +4917,7 @@ > %%WWWDIR%%/app/views/shared/icons/_icon_eye_slash.svg > %%WWWDIR%%/app/views/shared/icons/_icon_fork.svg > %%WWWDIR%%/app/views/shared/icons/_icon_history.svg >+%%WWWDIR%%/app/views/shared/icons/_icon_hourglass.svg > %%WWWDIR%%/app/views/shared/icons/_icon_lock.svg > %%WWWDIR%%/app/views/shared/icons/_icon_mattermost.svg > %%WWWDIR%%/app/views/shared/icons/_icon_merge.svg >@@ -4737,6 +4962,7 @@ > %%WWWDIR%%/app/views/shared/icons/_issues.svg > %%WWWDIR%%/app/views/shared/icons/_key.svg > %%WWWDIR%%/app/views/shared/icons/_labels.svg >+%%WWWDIR%%/app/views/shared/icons/_lightbulb.svg > %%WWWDIR%%/app/views/shared/icons/_lock.svg > %%WWWDIR%%/app/views/shared/icons/_mattermost_logo.svg.erb > %%WWWDIR%%/app/views/shared/icons/_members.svg >@@ -4774,7 +5000,6 @@ > %%WWWDIR%%/app/views/shared/issuable/_label_page_default.html.haml > %%WWWDIR%%/app/views/shared/issuable/_milestone_dropdown.html.haml > %%WWWDIR%%/app/views/shared/issuable/_nav.html.haml >-%%WWWDIR%%/app/views/shared/issuable/_participants.html.haml > %%WWWDIR%%/app/views/shared/issuable/_search_bar.html.haml > %%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml > %%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml >@@ -4790,6 +5015,7 @@ > %%WWWDIR%%/app/views/shared/issuable/form/_metadata_merge_request_assignee.html.haml > %%WWWDIR%%/app/views/shared/issuable/form/_template_selector.html.haml > %%WWWDIR%%/app/views/shared/issuable/form/_title.html.haml >+%%WWWDIR%%/app/views/shared/issuable/nav_links/_all.html.haml > %%WWWDIR%%/app/views/shared/labels/_form.html.haml > %%WWWDIR%%/app/views/shared/members/_access_request_buttons.html.haml > %%WWWDIR%%/app/views/shared/members/_group.html.haml >@@ -4823,8 +5049,6 @@ > %%WWWDIR%%/app/views/shared/projects/_list.html.haml > %%WWWDIR%%/app/views/shared/projects/_project.html.haml > %%WWWDIR%%/app/views/shared/projects/_search_form.html.haml >-%%WWWDIR%%/app/views/shared/repo/_editable_mode.html.haml >-%%WWWDIR%%/app/views/shared/repo/_repo.html.haml > %%WWWDIR%%/app/views/shared/snippets/_blob.html.haml > %%WWWDIR%%/app/views/shared/snippets/_form.html.haml > %%WWWDIR%%/app/views/shared/snippets/_header.html.haml >@@ -4859,6 +5083,7 @@ > %%WWWDIR%%/app/views/users/show.atom.builder > %%WWWDIR%%/app/views/users/show.html.haml > %%WWWDIR%%/app/workers/admin_email_worker.rb >+%%WWWDIR%%/app/workers/all_queues.yml > %%WWWDIR%%/app/workers/authorized_projects_worker.rb > %%WWWDIR%%/app/workers/background_migration_worker.rb > %%WWWDIR%%/app/workers/build_coverage_worker.rb >@@ -4867,15 +5092,27 @@ > %%WWWDIR%%/app/workers/build_queue_worker.rb > %%WWWDIR%%/app/workers/build_success_worker.rb > %%WWWDIR%%/app/workers/build_trace_sections_worker.rb >+%%WWWDIR%%/app/workers/check_gcp_project_billing_worker.rb >+%%WWWDIR%%/app/workers/cluster_install_app_worker.rb > %%WWWDIR%%/app/workers/cluster_provision_worker.rb >+%%WWWDIR%%/app/workers/cluster_wait_for_app_installation_worker.rb >+%%WWWDIR%%/app/workers/concerns/application_worker.rb >+%%WWWDIR%%/app/workers/concerns/cluster_applications.rb > %%WWWDIR%%/app/workers/concerns/cluster_queue.rb > %%WWWDIR%%/app/workers/concerns/cronjob_queue.rb >-%%WWWDIR%%/app/workers/concerns/dedicated_sidekiq_queue.rb > %%WWWDIR%%/app/workers/concerns/exception_backtrace.rb >+%%WWWDIR%%/app/workers/concerns/gitlab/github_import/notify_upon_death.rb >+%%WWWDIR%%/app/workers/concerns/gitlab/github_import/object_importer.rb >+%%WWWDIR%%/app/workers/concerns/gitlab/github_import/queue.rb >+%%WWWDIR%%/app/workers/concerns/gitlab/github_import/rescheduling_methods.rb >+%%WWWDIR%%/app/workers/concerns/gitlab/github_import/stage_methods.rb > %%WWWDIR%%/app/workers/concerns/new_issuable.rb > %%WWWDIR%%/app/workers/concerns/pipeline_queue.rb >+%%WWWDIR%%/app/workers/concerns/project_import_options.rb >+%%WWWDIR%%/app/workers/concerns/project_start_import.rb > %%WWWDIR%%/app/workers/concerns/repository_check_queue.rb > %%WWWDIR%%/app/workers/create_gpg_signature_worker.rb >+%%WWWDIR%%/app/workers/create_pipeline_worker.rb > %%WWWDIR%%/app/workers/delete_merged_branches_worker.rb > %%WWWDIR%%/app/workers/delete_user_worker.rb > %%WWWDIR%%/app/workers/email_receiver_worker.rb >@@ -4885,6 +5122,18 @@ > %%WWWDIR%%/app/workers/expire_job_cache_worker.rb > %%WWWDIR%%/app/workers/expire_pipeline_cache_worker.rb > %%WWWDIR%%/app/workers/git_garbage_collect_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/advance_stage_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/import_diff_note_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/import_issue_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/import_note_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/import_pull_request_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/refresh_import_jid_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/stage/finish_import_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/stage/import_base_data_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/stage/import_issues_and_diff_notes_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/stage/import_notes_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/stage/import_pull_requests_worker.rb >+%%WWWDIR%%/app/workers/gitlab/github_import/stage/import_repository_worker.rb > %%WWWDIR%%/app/workers/gitlab_shell_worker.rb > %%WWWDIR%%/app/workers/gitlab_usage_ping_worker.rb > %%WWWDIR%%/app/workers/group_destroy_worker.rb >@@ -4914,6 +5163,7 @@ > %%WWWDIR%%/app/workers/propagate_service_template_worker.rb > %%WWWDIR%%/app/workers/prune_old_events_worker.rb > %%WWWDIR%%/app/workers/reactive_caching_worker.rb >+%%WWWDIR%%/app/workers/rebase_worker.rb > %%WWWDIR%%/app/workers/remove_expired_group_links_worker.rb > %%WWWDIR%%/app/workers/remove_expired_members_worker.rb > %%WWWDIR%%/app/workers/remove_old_web_hook_logs_worker.rb >@@ -4925,6 +5175,7 @@ > %%WWWDIR%%/app/workers/repository_fork_worker.rb > %%WWWDIR%%/app/workers/repository_import_worker.rb > %%WWWDIR%%/app/workers/requests_profiles_worker.rb >+%%WWWDIR%%/app/workers/run_pipeline_schedule_worker.rb > %%WWWDIR%%/app/workers/schedule_update_user_activity_worker.rb > %%WWWDIR%%/app/workers/stage_update_worker.rb > %%WWWDIR%%/app/workers/storage_migrator_worker.rb >@@ -4933,6 +5184,7 @@ > %%WWWDIR%%/app/workers/stuck_merge_jobs_worker.rb > %%WWWDIR%%/app/workers/system_hook_push_worker.rb > %%WWWDIR%%/app/workers/trending_projects_worker.rb >+%%WWWDIR%%/app/workers/update_head_pipeline_for_merge_request_worker.rb > %%WWWDIR%%/app/workers/update_merge_requests_worker.rb > %%WWWDIR%%/app/workers/update_user_activity_worker.rb > %%WWWDIR%%/app/workers/upload_checksum_worker.rb >@@ -4953,11 +5205,12 @@ > @(git,,544) %%WWWDIR%%/bin/setup > @(git,,544) %%WWWDIR%%/bin/spinach > @(git,,544) %%WWWDIR%%/bin/spring >+@(git,,544) %%WWWDIR%%/bin/storage_check > @(git,,544) %%WWWDIR%%/bin/upgrade.rb > @(git,,544) %%WWWDIR%%/bin/web > @(git,,544) %%WWWDIR%%/bin/with_env > %%WWWDIR%%/changelogs/archive.md >-@dir %%WWWDIR%%/changelogs/unreleased >+%%WWWDIR%%/changelogs/unreleased-ee/4378-fix-cluster-js-not-running-on-update-page.yml > %%WWWDIR%%/config.ru > %%WWWDIR%%/config/README.md > %%WWWDIR%%/config/application.rb >@@ -4987,12 +5240,15 @@ > %%WWWDIR%%/config/initializers/active_record_locking.rb > %%WWWDIR%%/config/initializers/active_record_mysql_timestamp.rb > %%WWWDIR%%/config/initializers/active_record_preloader.rb >+%%WWWDIR%%/config/initializers/active_record_schema_ignore_tables.rb > %%WWWDIR%%/config/initializers/active_record_table_definition.rb > %%WWWDIR%%/config/initializers/additional_headers_interceptor.rb > %%WWWDIR%%/config/initializers/ar5_batching.rb > %%WWWDIR%%/config/initializers/ar_speed_up_migration_checking.rb >+%%WWWDIR%%/config/initializers/asset_sync.rb > %%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb > %%WWWDIR%%/config/initializers/backtrace_silencers.rb >+%%WWWDIR%%/config/initializers/batch_loader.rb > %%WWWDIR%%/config/initializers/bootstrap_form.rb > %%WWWDIR%%/config/initializers/bullet.rb > %%WWWDIR%%/config/initializers/carrierwave.rb >@@ -5023,18 +5279,17 @@ > %%WWWDIR%%/config/initializers/health_check.rb > %%WWWDIR%%/config/initializers/kaminari_config.rb > %%WWWDIR%%/config/initializers/lograge.rb >-%%WWWDIR%%/config/initializers/math_lexer.rb > %%WWWDIR%%/config/initializers/mime_types.rb > %%WWWDIR%%/config/initializers/mysql_ignore_postgresql_options.rb > %%WWWDIR%%/config/initializers/mysql_set_length_for_binary_indexes.rb > %%WWWDIR%%/config/initializers/omniauth.rb > %%WWWDIR%%/config/initializers/peek.rb >-%%WWWDIR%%/config/initializers/plantuml_lexer.rb > %%WWWDIR%%/config/initializers/postgresql_cte.rb > %%WWWDIR%%/config/initializers/postgresql_limit_fix.rb > %%WWWDIR%%/config/initializers/postgresql_opclasses_support.rb > %%WWWDIR%%/config/initializers/premailer.rb > %%WWWDIR%%/config/initializers/rack_attack_git_basic_auth.rb >+%%WWWDIR%%/config/initializers/rack_attack_global.rb > %%WWWDIR%%/config/initializers/rack_attack_logging.rb > %%WWWDIR%%/config/initializers/rack_lineprof.rb > %%WWWDIR%%/config/initializers/relative_naming_ci_namespace.rb >@@ -5090,7 +5345,6 @@ > %%WWWDIR%%/config/routes/sherlock.rb > %%WWWDIR%%/config/routes/sidekiq.rb > %%WWWDIR%%/config/routes/snippets.rb >-%%WWWDIR%%/config/routes/test.rb > %%WWWDIR%%/config/routes/uploads.rb > %%WWWDIR%%/config/routes/user.rb > %%WWWDIR%%/config/routes/wiki.rb >@@ -5414,6 +5668,7 @@ > %%WWWDIR%%/db/migrate/20160227120047_add_event_to_services.rb > %%WWWDIR%%/db/migrate/20160229193553_add_main_language_to_repository.rb > %%WWWDIR%%/db/migrate/20160301124843_add_visibility_level_to_groups.rb >+%%WWWDIR%%/db/migrate/20160301174731_add_fingerprint_index.rb > %%WWWDIR%%/db/migrate/20160302151724_add_import_credentials_to_project_import_data.rb > %%WWWDIR%%/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb > %%WWWDIR%%/db/migrate/20160305220806_remove_expires_at_from_snippets.rb >@@ -5493,6 +5748,7 @@ > %%WWWDIR%%/db/migrate/20160616103948_add_unique_index_to_keys_fingerprint.rb > %%WWWDIR%%/db/migrate/20160617301627_add_events_to_notification_settings.rb > %%WWWDIR%%/db/migrate/20160620115026_add_index_on_runners_locked.rb >+%%WWWDIR%%/db/migrate/20160621123729_add_rebase_commit_sha_to_merge_requests.rb > %%WWWDIR%%/db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb > %%WWWDIR%%/db/migrate/20160629025435_add_column_in_progress_merge_commit_sha_to_merge_requests.rb > %%WWWDIR%%/db/migrate/20160703180340_add_index_on_award_emoji_user_and_name.rb >@@ -5758,6 +6014,7 @@ > %%WWWDIR%%/db/migrate/20170525174156_create_feature_tables.rb > %%WWWDIR%%/db/migrate/20170526185602_add_stage_id_to_ci_builds.rb > %%WWWDIR%%/db/migrate/20170530130129_project_foreign_keys_with_cascading_deletes.rb >+%%WWWDIR%%/db/migrate/20170531180233_add_authorized_keys_enabled_to_application_settings.rb > %%WWWDIR%%/db/migrate/20170531202042_rename_users_ldap_email_to_external_email.rb > %%WWWDIR%%/db/migrate/20170602154736_add_help_page_hide_commercial_content_to_application_settings.rb > %%WWWDIR%%/db/migrate/20170602154813_add_help_page_support_url_to_application_settings.rb >@@ -5829,9 +6086,13 @@ > %%WWWDIR%%/db/migrate/20170904092148_add_email_confirmation.rb > %%WWWDIR%%/db/migrate/20170905112933_add_resolved_by_push_to_notes.rb > %%WWWDIR%%/db/migrate/20170909090114_add_email_confirmation_index.rb >+%%WWWDIR%%/db/migrate/20170909150936_add_spent_at_to_timelogs.rb > %%WWWDIR%%/db/migrate/20170912113435_clean_stages_statuses_migration.rb > %%WWWDIR%%/db/migrate/20170913131410_environments_project_id_not_null.rb > %%WWWDIR%%/db/migrate/20170914135630_add_index_for_recent_push_events.rb >+%%WWWDIR%%/db/migrate/20170918072948_create_job_artifacts.rb >+%%WWWDIR%%/db/migrate/20170918111708_create_project_custom_attributes.rb >+%%WWWDIR%%/db/migrate/20170918140927_create_group_custom_attributes.rb > %%WWWDIR%%/db/migrate/20170918222253_reorganize_deployments_indexes.rb > %%WWWDIR%%/db/migrate/20170918223303_add_deployments_index_for_last_deployment.rb > %%WWWDIR%%/db/migrate/20170919211300_remove_temporary_ci_builds_index.rb >@@ -5850,10 +6111,54 @@ > %%WWWDIR%%/db/migrate/20171006090010_add_build_foreign_key_to_ci_build_trace_sections.rb > %%WWWDIR%%/db/migrate/20171006090100_create_ci_build_trace_section_names.rb > %%WWWDIR%%/db/migrate/20171006091000_add_name_foreign_key_to_ci_build_trace_sections.rb >+%%WWWDIR%%/db/migrate/20171006220837_add_global_rate_limits_to_application_settings.rb > %%WWWDIR%%/db/migrate/20171012101043_add_circuit_breaker_properties_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20171012125712_migrate_user_authentication_token_to_personal_access_token.rb >+%%WWWDIR%%/db/migrate/20171013094327_create_new_clusters_architectures.rb > %%WWWDIR%%/db/migrate/20171017145932_add_new_circuitbreaker_settings_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20171019141859_fix_dev_timezone_schema.rb >+%%WWWDIR%%/db/migrate/20171025110159_add_latest_merge_request_diff_id_to_merge_requests.rb >+%%WWWDIR%%/db/migrate/20171031100710_create_clusters_kubernetes_helm_apps.rb >+%%WWWDIR%%/db/migrate/20171101130535_add_gitaly_timeout_properties_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20171103000000_set_uploads_path_size_for_mysql.rb >+%%WWWDIR%%/db/migrate/20171106101200_create_clusters_kubernetes_ingress_apps.rb >+%%WWWDIR%%/db/migrate/20171106132212_issues_confidential_not_null.rb >+%%WWWDIR%%/db/migrate/20171106133143_rename_application_settings_password_authentication_enabled_to_password_authentication_enabled_for_web.rb >+%%WWWDIR%%/db/migrate/20171106133911_add_password_authentication_enabled_for_git_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20171106135924_issues_milestone_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171106150657_issues_updated_by_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171106151218_issues_moved_to_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171106155656_turn_issues_due_date_index_to_partial_index.rb >+%%WWWDIR%%/db/migrate/20171106171453_add_timezone_to_issues_closed_at.rb >+%%WWWDIR%%/db/migrate/20171114150259_merge_requests_author_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171114160005_merge_requests_assignee_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171114160904_merge_requests_updated_by_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171114161720_merge_requests_merge_user_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171114161914_merge_requests_source_project_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171114162227_merge_requests_milestone_id_foreign_key.rb >+%%WWWDIR%%/db/migrate/20171115164540_populate_merge_requests_latest_merge_request_diff_id_take_two.rb >+%%WWWDIR%%/db/migrate/20171116135628_add_environment_scope_to_clusters.rb >+%%WWWDIR%%/db/migrate/20171121135738_clean_up_from_merge_request_diffs_and_commits.rb >+%%WWWDIR%%/db/migrate/20171121144800_ci_pipelines_index_on_project_id_ref_status_id.rb >+%%WWWDIR%%/db/migrate/20171122131600_add_new_project_guidelines_to_appearances.rb >+%%WWWDIR%%/db/migrate/20171123094802_add_circuitbreaker_check_interval_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20171124125042_add_default_values_to_merge_request_states.rb >+%%WWWDIR%%/db/migrate/20171124125748_populate_missing_merge_request_statuses.rb >+%%WWWDIR%%/db/migrate/20171124132536_make_merge_request_statuses_not_null.rb >+%%WWWDIR%%/db/migrate/20171127151038_add_events_related_columns_to_merge_request_metrics.rb >+%%WWWDIR%%/db/migrate/20171204204233_add_permanent_to_redirect_route.rb >+%%WWWDIR%%/db/migrate/20171206221519_add_permanent_index_to_redirect_route.rb > %%WWWDIR%%/db/migrate/20171211145425_add_can_push_to_deploy_keys_projects.rb >+%%WWWDIR%%/db/migrate/20171212203433_create_clusters_applications_prometheus.rb > %%WWWDIR%%/db/migrate/20171215113714_populate_can_push_from_deploy_keys_projects.rb >+%%WWWDIR%%/db/migrate/20171216111734_clean_up_for_members.rb >+%%WWWDIR%%/db/migrate/20171216112339_add_foreign_key_for_members.rb >+%%WWWDIR%%/db/migrate/20171220191323_add_index_on_namespaces_lower_name.rb >+%%WWWDIR%%/db/migrate/20171222183504_add_jobs_cache_index_to_project.rb >+%%WWWDIR%%/db/migrate/20171229225929_change_user_project_limit_not_null_and_remove_default.rb >+%%WWWDIR%%/db/migrate/20171230123729_add_rebase_commit_sha_to_merge_requests_ce.rb >+%%WWWDIR%%/db/migrate/20180113220114_rework_redirect_routes_indexes.rb >+%%WWWDIR%%/db/migrate/20180208183958_schedule_populate_untracked_uploads_if_needed.rb > %%WWWDIR%%/db/migrate/limits_to_mysql.rb > %%WWWDIR%%/db/migrate/markdown_cache_limits_to_mysql.rb > %%WWWDIR%%/db/migrate/merge_request_diff_file_limits_to_mysql.rb >@@ -5899,6 +6204,7 @@ > %%WWWDIR%%/db/post_migrate/20170516181025_add_constraints_to_issue_assignees_table.rb > %%WWWDIR%%/db/post_migrate/20170518200835_rename_users_with_renamed_namespace.rb > %%WWWDIR%%/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb >+%%WWWDIR%%/db/post_migrate/20170523073948_remove_assignee_id_from_issue.rb > %%WWWDIR%%/db/post_migrate/20170523083112_migrate_old_artifacts.rb > %%WWWDIR%%/db/post_migrate/20170525140254_rename_all_reserved_paths_again.rb > %%WWWDIR%%/db/post_migrate/20170526185842_migrate_pipeline_stages.rb >@@ -5941,14 +6247,43 @@ > %%WWWDIR%%/db/post_migrate/20170927112318_update_legacy_diff_notes_type_for_import.rb > %%WWWDIR%%/db/post_migrate/20170927112319_update_notes_type_for_import.rb > %%WWWDIR%%/db/post_migrate/20171005130944_schedule_create_gpg_key_subkeys_from_gpg_keys.rb >+%%WWWDIR%%/db/post_migrate/20171012150314_remove_user_authentication_token.rb >+%%WWWDIR%%/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb >+%%WWWDIR%%/db/post_migrate/20171026082505_schedule_merge_request_latest_merge_request_diff_id_migrations.rb >+%%WWWDIR%%/db/post_migrate/20171101134435_remove_ref_fetched_from_merge_requests.rb >+%%WWWDIR%%/db/post_migrate/20171103140253_track_untracked_uploads.rb >+%%WWWDIR%%/db/post_migrate/20171106133144_cleanup_application_settings_password_authentication_enabled_rename.rb >+%%WWWDIR%%/db/post_migrate/20171106154015_remove_issues_branch_name.rb >+%%WWWDIR%%/db/post_migrate/20171106180641_cleanup_add_timezone_to_issues_closed_at.rb >+%%WWWDIR%%/db/post_migrate/20171114104051_remove_empty_fork_networks.rb >+%%WWWDIR%%/db/post_migrate/20171121160421_remove_merge_request_diff_st_commits_and_st_diffs.rb >+%%WWWDIR%%/db/post_migrate/20171123101020_update_circuitbreaker_defaults.rb >+%%WWWDIR%%/db/post_migrate/20171123101046_remove_old_circuitbreaker_config.rb >+%%WWWDIR%%/db/post_migrate/20171124095655_add_index_on_merge_request_diffs_merge_request_id_and_id.rb >+%%WWWDIR%%/db/post_migrate/20171124100152_remove_index_on_merge_request_diffs_merge_request_diff_id.rb >+%%WWWDIR%%/db/post_migrate/20171124104327_migrate_kubernetes_service_to_new_clusters_architectures.rb >+%%WWWDIR%%/db/post_migrate/20171124150326_reschedule_fork_network_creation.rb >+%%WWWDIR%%/db/post_migrate/20171128214150_schedule_populate_merge_request_metrics_with_events_data.rb >+%%WWWDIR%%/db/post_migrate/20171205190711_reschedule_fork_network_creation_caller.rb >+%%WWWDIR%%/db/post_migrate/20171207150300_remove_project_labels_group_id_copy.rb >+%%WWWDIR%%/db/post_migrate/20171207150343_remove_soft_removed_objects.rb >+%%WWWDIR%%/db/post_migrate/20171207150344_remove_deleted_at_columns.rb >+%%WWWDIR%%/db/post_migrate/20171213160445_migrate_github_importer_advance_stage_sidekiq_queue.rb > %%WWWDIR%%/db/post_migrate/20171215121205_post_populate_can_push_from_deploy_keys_projects.rb > %%WWWDIR%%/db/post_migrate/20171215121259_remove_can_push_from_keys.rb >+%%WWWDIR%%/db/post_migrate/20171219121201_normalize_extern_uid_from_identities.rb >+%%WWWDIR%%/db/post_migrate/20171221140220_schedule_issues_closed_at_type_change.rb >+%%WWWDIR%%/db/post_migrate/20180202111106_remove_project_labels_group_id.rb > @(git,,) %%WWWDIR%%/db/schema.rb > %%WWWDIR%%/db/seeds.rb > %%WWWDIR%%/doc/README.md > %%WWWDIR%%/doc/administration/auth/README.md > %%WWWDIR%%/doc/administration/auth/authentiq.md > %%WWWDIR%%/doc/administration/auth/crowd.md >+%%WWWDIR%%/doc/administration/auth/how_to_configure_ldap_gitlab_ce/img/gitlab_ou.png >+%%WWWDIR%%/doc/administration/auth/how_to_configure_ldap_gitlab_ce/img/ldap_ou.gif >+%%WWWDIR%%/doc/administration/auth/how_to_configure_ldap_gitlab_ce/img/user_auth.gif >+%%WWWDIR%%/doc/administration/auth/how_to_configure_ldap_gitlab_ce/index.md > %%WWWDIR%%/doc/administration/auth/img/crowd_application.png > %%WWWDIR%%/doc/administration/auth/img/okta_admin_panel.png > %%WWWDIR%%/doc/administration/auth/img/okta_saml_settings.png >@@ -5976,12 +6311,15 @@ > %%WWWDIR%%/doc/administration/img/integration/plantuml-example.png > %%WWWDIR%%/doc/administration/img/raketasks/check_repos_output.png > %%WWWDIR%%/doc/administration/img/repository_storages_admin_ui.png >+%%WWWDIR%%/doc/administration/index.md > %%WWWDIR%%/doc/administration/integration/koding.md > %%WWWDIR%%/doc/administration/integration/plantuml.md > %%WWWDIR%%/doc/administration/integration/terminal.md > %%WWWDIR%%/doc/administration/issue_closing_pattern.md > %%WWWDIR%%/doc/administration/job_artifacts.md > %%WWWDIR%%/doc/administration/logs.md >+%%WWWDIR%%/doc/administration/monitoring/github_imports.md >+%%WWWDIR%%/doc/administration/monitoring/index.md > %%WWWDIR%%/doc/administration/monitoring/ip_whitelist.md > %%WWWDIR%%/doc/administration/monitoring/performance/gitlab_configuration.md > %%WWWDIR%%/doc/administration/monitoring/performance/grafana_configuration.md >@@ -5997,6 +6335,7 @@ > %%WWWDIR%%/doc/administration/monitoring/performance/img/performance_bar_sql_queries.png > %%WWWDIR%%/doc/administration/monitoring/performance/img/request_profile_result.png > %%WWWDIR%%/doc/administration/monitoring/performance/img/request_profiling_token.png >+%%WWWDIR%%/doc/administration/monitoring/performance/index.md > %%WWWDIR%%/doc/administration/monitoring/performance/influxdb_configuration.md > %%WWWDIR%%/doc/administration/monitoring/performance/influxdb_schema.md > %%WWWDIR%%/doc/administration/monitoring/performance/introduction.md >@@ -6011,10 +6350,14 @@ > %%WWWDIR%%/doc/administration/monitoring/prometheus/redis_exporter.md > %%WWWDIR%%/doc/administration/operations.md > %%WWWDIR%%/doc/administration/operations/cleaning_up_redis_sessions.md >+%%WWWDIR%%/doc/administration/operations/fast_ssh_key_lookup.md > %%WWWDIR%%/doc/administration/operations/img/sidekiq_job_throttling.png >+%%WWWDIR%%/doc/administration/operations/img/write_to_authorized_keys_setting.png >+%%WWWDIR%%/doc/administration/operations/index.md > %%WWWDIR%%/doc/administration/operations/moving_repositories.md > %%WWWDIR%%/doc/administration/operations/sidekiq_job_throttling.md > %%WWWDIR%%/doc/administration/operations/sidekiq_memory_killer.md >+%%WWWDIR%%/doc/administration/operations/speed_up_ssh.md > %%WWWDIR%%/doc/administration/operations/unicorn.md > %%WWWDIR%%/doc/administration/pages/index.md > %%WWWDIR%%/doc/administration/pages/source.md >@@ -6066,6 +6409,7 @@ > %%WWWDIR%%/doc/api/notes.md > %%WWWDIR%%/doc/api/notification_settings.md > %%WWWDIR%%/doc/api/oauth2.md >+%%WWWDIR%%/doc/api/pages_domains.md > %%WWWDIR%%/doc/api/pipeline_schedules.md > %%WWWDIR%%/doc/api/pipeline_triggers.md > %%WWWDIR%%/doc/api/pipelines.md >@@ -6078,7 +6422,6 @@ > %%WWWDIR%%/doc/api/repository_storage_health.md > %%WWWDIR%%/doc/api/runners.md > %%WWWDIR%%/doc/api/services.md >-%%WWWDIR%%/doc/api/session.md > %%WWWDIR%%/doc/api/settings.md > %%WWWDIR%%/doc/api/sidekiq_metrics.md > %%WWWDIR%%/doc/api/snippets.md >@@ -6093,9 +6436,6 @@ > %%WWWDIR%%/doc/api/version.md > %%WWWDIR%%/doc/api/wikis.md > %%WWWDIR%%/doc/articles/artifactory_and_gitlab/index.md >-%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/img/gitlab_ou.png >-%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/img/ldap_ou.gif >-%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/img/user_auth.gif > %%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/index.md > %%WWWDIR%%/doc/articles/how_to_install_git/index.md > %%WWWDIR%%/doc/articles/index.md >@@ -6134,6 +6474,7 @@ > %%WWWDIR%%/doc/articles/openshift_and_gitlab/img/storage-volumes.png > %%WWWDIR%%/doc/articles/openshift_and_gitlab/img/web-console.png > %%WWWDIR%%/doc/articles/openshift_and_gitlab/index.md >+%%WWWDIR%%/doc/articles/runner_autoscale_aws/index.md > %%WWWDIR%%/doc/ci/README.md > %%WWWDIR%%/doc/ci/autodeploy/img/auto_deploy_btn.png > %%WWWDIR%%/doc/ci/autodeploy/img/auto_deploy_button.png >@@ -6151,10 +6492,14 @@ > %%WWWDIR%%/doc/ci/enable_or_disable_ci.md > %%WWWDIR%%/doc/ci/environments.md > %%WWWDIR%%/doc/ci/examples/README.md >+%%WWWDIR%%/doc/ci/examples/artifactory_and_gitlab/index.md >+%%WWWDIR%%/doc/ci/examples/browser_performance.md > %%WWWDIR%%/doc/ci/examples/code_climate.md >+%%WWWDIR%%/doc/ci/examples/dast.md > %%WWWDIR%%/doc/ci/examples/deployment/README.md > %%WWWDIR%%/doc/ci/examples/deployment/composer-npm-deploy.md > %%WWWDIR%%/doc/ci/examples/php.md >+%%WWWDIR%%/doc/ci/examples/sast_docker.md > %%WWWDIR%%/doc/ci/examples/test-and-deploy-python-application-to-heroku.md > %%WWWDIR%%/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md > %%WWWDIR%%/doc/ci/examples/test-clojure-application.md >@@ -6227,29 +6572,38 @@ > %%WWWDIR%%/doc/customization/branded_page_and_email_header/custom_email_header.png > %%WWWDIR%%/doc/customization/issue_closing.md > %%WWWDIR%%/doc/customization/libravatar.md >+%%WWWDIR%%/doc/customization/new_project_page.md >+%%WWWDIR%%/doc/customization/new_project_page/appearance_settings.png >+%%WWWDIR%%/doc/customization/new_project_page/custom_new_project_page.png >+%%WWWDIR%%/doc/customization/new_project_page/default_new_project_page.png > %%WWWDIR%%/doc/customization/welcome_message.md > %%WWWDIR%%/doc/development/README.md > %%WWWDIR%%/doc/development/adding_database_indexes.md > %%WWWDIR%%/doc/development/api_styleguide.md > %%WWWDIR%%/doc/development/architecture.md >+%%WWWDIR%%/doc/development/automatic_ce_ee_merge.md > %%WWWDIR%%/doc/development/background_migrations.md > %%WWWDIR%%/doc/development/build_test_package.md > %%WWWDIR%%/doc/development/changelog.md > %%WWWDIR%%/doc/development/code_review.md >+%%WWWDIR%%/doc/development/database_debugging.md > %%WWWDIR%%/doc/development/database_merge_request_checklist.md > %%WWWDIR%%/doc/development/db_dump.md > %%WWWDIR%%/doc/development/doc_styleguide.md >+%%WWWDIR%%/doc/development/ee_features.md > %%WWWDIR%%/doc/development/emails.md > %%WWWDIR%%/doc/development/fe_guide/accessibility.md > %%WWWDIR%%/doc/development/fe_guide/architecture.md >+%%WWWDIR%%/doc/development/fe_guide/axios.md > %%WWWDIR%%/doc/development/fe_guide/design_patterns.md >+%%WWWDIR%%/doc/development/fe_guide/dropdowns.md > %%WWWDIR%%/doc/development/fe_guide/droplab/droplab.md > %%WWWDIR%%/doc/development/fe_guide/droplab/plugins/ajax.md > %%WWWDIR%%/doc/development/fe_guide/droplab/plugins/filter.md > %%WWWDIR%%/doc/development/fe_guide/droplab/plugins/input_setter.md >+%%WWWDIR%%/doc/development/fe_guide/emojis.md > %%WWWDIR%%/doc/development/fe_guide/icons.md > %%WWWDIR%%/doc/development/fe_guide/img/boards_diagram.png >-%%WWWDIR%%/doc/development/fe_guide/img/testing_triangle.png > %%WWWDIR%%/doc/development/fe_guide/img/vue_arch.png > %%WWWDIR%%/doc/development/fe_guide/index.md > %%WWWDIR%%/doc/development/fe_guide/performance.md >@@ -6259,10 +6613,12 @@ > %%WWWDIR%%/doc/development/fe_guide/testing.md > %%WWWDIR%%/doc/development/fe_guide/vue.md > %%WWWDIR%%/doc/development/feature_flags.md >+%%WWWDIR%%/doc/development/file_storage.md > %%WWWDIR%%/doc/development/foreign_keys.md > %%WWWDIR%%/doc/development/frontend.md > %%WWWDIR%%/doc/development/gemfile.md > %%WWWDIR%%/doc/development/gitaly.md >+%%WWWDIR%%/doc/development/github_importer.md > %%WWWDIR%%/doc/development/gitlab_architecture_diagram.png > %%WWWDIR%%/doc/development/gitlab_diagram_overview.odg > %%WWWDIR%%/doc/development/gotchas.md >@@ -6283,9 +6639,9 @@ > %%WWWDIR%%/doc/development/instrumentation.md > %%WWWDIR%%/doc/development/iterating_tables_in_batches.md > %%WWWDIR%%/doc/development/licensing.md >-%%WWWDIR%%/doc/development/limit_ee_conflicts.md > %%WWWDIR%%/doc/development/merge_request_performance_guidelines.md > %%WWWDIR%%/doc/development/migration_style_guide.md >+%%WWWDIR%%/doc/development/module_with_instance_variables.md > %%WWWDIR%%/doc/development/newlines_styleguide.md > %%WWWDIR%%/doc/development/object_state_models.md > %%WWWDIR%%/doc/development/omnibus.md >@@ -6308,7 +6664,17 @@ > %%WWWDIR%%/doc/development/sql.md > %%WWWDIR%%/doc/development/swapping_tables.md > %%WWWDIR%%/doc/development/testing.md >+%%WWWDIR%%/doc/development/testing_guide/best_practices.md >+%%WWWDIR%%/doc/development/testing_guide/ci.md >+%%WWWDIR%%/doc/development/testing_guide/end_to_end_tests.md >+%%WWWDIR%%/doc/development/testing_guide/flaky_tests.md >+%%WWWDIR%%/doc/development/testing_guide/frontend_testing.md >+%%WWWDIR%%/doc/development/testing_guide/img/testing_triangle.png >+%%WWWDIR%%/doc/development/testing_guide/index.md >+%%WWWDIR%%/doc/development/testing_guide/testing_levels.md >+%%WWWDIR%%/doc/development/testing_guide/testing_rake_tasks.md > %%WWWDIR%%/doc/development/ui_guide.md >+%%WWWDIR%%/doc/development/utilities.md > %%WWWDIR%%/doc/development/ux_guide/animation.md > %%WWWDIR%%/doc/development/ux_guide/basics.md > %%WWWDIR%%/doc/development/ux_guide/components.md >@@ -6410,6 +6776,11 @@ > %%WWWDIR%%/doc/development/ux_guide/img/illustrations-palette-purple.png > %%WWWDIR%%/doc/development/ux_guide/img/james-mackey.png > %%WWWDIR%%/doc/development/ux_guide/img/karolina-plaskaty.png >+%%WWWDIR%%/doc/development/ux_guide/img/matthieu-poirier.png >+%%WWWDIR%%/doc/development/ux_guide/img/modals-general-confimation-dialog.png >+%%WWWDIR%%/doc/development/ux_guide/img/modals-layout-for-modals.png >+%%WWWDIR%%/doc/development/ux_guide/img/modals-special-confimation-dialog.png >+%%WWWDIR%%/doc/development/ux_guide/img/modals-three-buttons.png > %%WWWDIR%%/doc/development/ux_guide/img/monospacefont-sample.png > %%WWWDIR%%/doc/development/ux_guide/img/nazim-ramesh.png > %%WWWDIR%%/doc/development/ux_guide/img/popover-placement-above.png >@@ -6600,6 +6971,7 @@ > %%WWWDIR%%/doc/pages/getting_started_part_three.md > %%WWWDIR%%/doc/pages/getting_started_part_two.md > %%WWWDIR%%/doc/permissions/permissions.md >+%%WWWDIR%%/doc/policy/maintenance.md > %%WWWDIR%%/doc/profile/README.md > %%WWWDIR%%/doc/profile/preferences.md > %%WWWDIR%%/doc/profile/two_factor_authentication.md >@@ -6654,6 +7026,7 @@ > %%WWWDIR%%/doc/topics/autodevops/index.md > %%WWWDIR%%/doc/topics/autodevops/quick_start_guide.md > %%WWWDIR%%/doc/topics/git/index.md >+%%WWWDIR%%/doc/topics/git/troubleshooting_git.md > %%WWWDIR%%/doc/topics/index.md > %%WWWDIR%%/doc/university/README.md > %%WWWDIR%%/doc/university/bookclub/booklist.md >@@ -6705,6 +7078,9 @@ > %%WWWDIR%%/doc/university/training/topics/unstage.md > %%WWWDIR%%/doc/university/training/user_training.md > %%WWWDIR%%/doc/update/10.0-to-10.1.md >+%%WWWDIR%%/doc/update/10.1-to-10.2.md >+%%WWWDIR%%/doc/update/10.2-to-10.3.md >+%%WWWDIR%%/doc/update/10.3-to-10.4.md > %%WWWDIR%%/doc/update/2.6-to-3.0.md > %%WWWDIR%%/doc/update/2.9-to-3.0.md > %%WWWDIR%%/doc/update/3.0-to-3.1.md >@@ -6799,6 +7175,8 @@ > %%WWWDIR%%/doc/user/discussions/img/automatically_resolve_outdated_discussions.png > %%WWWDIR%%/doc/user/discussions/img/btn_new_issue_for_all_discussions.png > %%WWWDIR%%/doc/user/discussions/img/comment_type_toggle.gif >+%%WWWDIR%%/doc/user/discussions/img/commit_comment_mr_context.png >+%%WWWDIR%%/doc/user/discussions/img/commit_comment_mr_discussions_tab.png > %%WWWDIR%%/doc/user/discussions/img/discussion_comment.png > %%WWWDIR%%/doc/user/discussions/img/discussion_lock_system_notes.png > %%WWWDIR%%/doc/user/discussions/img/discussion_view.png >@@ -6806,6 +7184,7 @@ > %%WWWDIR%%/doc/user/discussions/img/image_resolved_discussion.png > %%WWWDIR%%/doc/user/discussions/img/lock_form_member.png > %%WWWDIR%%/doc/user/discussions/img/lock_form_non_member.png >+%%WWWDIR%%/doc/user/discussions/img/merge_request_commits_tab.png > %%WWWDIR%%/doc/user/discussions/img/new_issue_for_discussion.png > %%WWWDIR%%/doc/user/discussions/img/onion_skin_view.png > %%WWWDIR%%/doc/user/discussions/img/only_allow_merge_if_all_discussions_are_resolved.png >@@ -6835,7 +7214,6 @@ > %%WWWDIR%%/doc/user/group/img/request_access_button.png > %%WWWDIR%%/doc/user/group/img/select_group_dropdown.png > %%WWWDIR%%/doc/user/group/img/share_with_group_lock.png >-%%WWWDIR%%/doc/user/group/img/transfer_project_to_other_group.png > %%WWWDIR%%/doc/user/group/img/withdraw_access_request_button.png > %%WWWDIR%%/doc/user/group/index.md > %%WWWDIR%%/doc/user/group/subgroups/img/create_new_group.png >@@ -6897,12 +7275,12 @@ > %%WWWDIR%%/doc/user/project/img/koding_set-up-ide.png > %%WWWDIR%%/doc/user/project/img/koding_stack-import.png > %%WWWDIR%%/doc/user/project/img/koding_start-build.png >+%%WWWDIR%%/doc/user/project/img/label_priority_sort_order.png > %%WWWDIR%%/doc/user/project/img/labels_assign_label_sidebar.png > %%WWWDIR%%/doc/user/project/img/labels_assign_label_sidebar_saved.png > %%WWWDIR%%/doc/user/project/img/labels_default.png > %%WWWDIR%%/doc/user/project/img/labels_description_tooltip.png > %%WWWDIR%%/doc/user/project/img/labels_filter.png >-%%WWWDIR%%/doc/user/project/img/labels_filter_by_priority.png > %%WWWDIR%%/doc/user/project/img/labels_generate.png > %%WWWDIR%%/doc/user/project/img/labels_new_label.png > %%WWWDIR%%/doc/user/project/img/labels_new_label_on_the_fly.png >@@ -6910,6 +7288,7 @@ > %%WWWDIR%%/doc/user/project/img/labels_prioritize.png > %%WWWDIR%%/doc/user/project/img/labels_subscribe.png > %%WWWDIR%%/doc/user/project/img/mitmproxy-docker.png >+%%WWWDIR%%/doc/user/project/img/priority_sort_order.png > %%WWWDIR%%/doc/user/project/img/project_repository_settings.png > %%WWWDIR%%/doc/user/project/img/protected_branches_choose_branch.png > %%WWWDIR%%/doc/user/project/img/protected_branches_delete.png >@@ -6950,9 +7329,11 @@ > %%WWWDIR%%/doc/user/project/index.md > %%WWWDIR%%/doc/user/project/integrations/bamboo.md > %%WWWDIR%%/doc/user/project/integrations/bugzilla.md >+%%WWWDIR%%/doc/user/project/integrations/custom_issue_tracker.md > %%WWWDIR%%/doc/user/project/integrations/emails_on_push.md > %%WWWDIR%%/doc/user/project/integrations/hipchat.md > %%WWWDIR%%/doc/user/project/integrations/img/emails_on_push_service.png >+%%WWWDIR%%/doc/user/project/integrations/img/issue_configuration.png > %%WWWDIR%%/doc/user/project/integrations/img/jira_add_user_to_group.png > %%WWWDIR%%/doc/user/project/integrations/img/jira_create_new_group.png > %%WWWDIR%%/doc/user/project/integrations/img/jira_create_new_group_name.png >@@ -7089,7 +7470,8 @@ > %%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_changes_commit.png > %%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_changes_mr.png > %%WWWDIR%%/doc/user/project/merge_requests/img/conflict_section.png >-%%WWWDIR%%/doc/user/project/merge_requests/img/ff_merge_mr.png >+%%WWWDIR%%/doc/user/project/merge_requests/img/create_from_email.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/group_merge_requests_list_view.png > %%WWWDIR%%/doc/user/project/merge_requests/img/merge_conflict_editor.png >@@ -7121,7 +7503,7 @@ > %%WWWDIR%%/doc/user/project/merge_requests/work_in_progress_merge_requests.md > %%WWWDIR%%/doc/user/project/milestones/img/milestone_create.png > %%WWWDIR%%/doc/user/project/milestones/img/milestone_group_create.png >-%%WWWDIR%%/doc/user/project/milestones/img/progress.png >+%%WWWDIR%%/doc/user/project/milestones/img/sidebar.png > %%WWWDIR%%/doc/user/project/milestones/index.md > %%WWWDIR%%/doc/user/project/new_ci_build_permissions_model.md > %%WWWDIR%%/doc/user/project/pages/getting_started_part_four.md >@@ -7148,6 +7530,7 @@ > %%WWWDIR%%/doc/user/project/pipelines/img/job_artifacts_builds_page.png > %%WWWDIR%%/doc/user/project/pipelines/img/job_artifacts_pipelines_page.png > %%WWWDIR%%/doc/user/project/pipelines/img/job_latest_artifacts_browser.png >+%%WWWDIR%%/doc/user/project/pipelines/img/pipeline_schedule_play.png > %%WWWDIR%%/doc/user/project/pipelines/img/pipeline_schedule_variables.png > %%WWWDIR%%/doc/user/project/pipelines/img/pipeline_schedules_list.png > %%WWWDIR%%/doc/user/project/pipelines/img/pipeline_schedules_new_form.png >@@ -7269,6 +7652,7 @@ > %%WWWDIR%%/doc/workflow/importing/import_projects_from_gitlab_com.md > %%WWWDIR%%/doc/workflow/importing/migrating_from_svn.md > %%WWWDIR%%/doc/workflow/labels.md >+%%WWWDIR%%/doc/workflow/lfs/img/lfs-icon.png > %%WWWDIR%%/doc/workflow/lfs/lfs_administration.md > %%WWWDIR%%/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md > %%WWWDIR%%/doc/workflow/merge_commits.png >@@ -7304,12 +7688,9 @@ > %%WWWDIR%%/doc_styleguide.md > %%WWWDIR%%/docker-compose.yml > %%WWWDIR%%/docker/README.md >-%%WWWDIR%%/features/explore/groups.feature >-%%WWWDIR%%/features/explore/projects.feature > %%WWWDIR%%/features/group/members.feature > %%WWWDIR%%/features/group/milestones.feature > %%WWWDIR%%/features/groups.feature >-%%WWWDIR%%/features/invites.feature > %%WWWDIR%%/features/profile/profile.feature > %%WWWDIR%%/features/project/active_tab.feature > %%WWWDIR%%/features/project/builds/artifacts.feature >@@ -7334,12 +7715,9 @@ > %%WWWDIR%%/features/project/project.feature > %%WWWDIR%%/features/project/redirects.feature > %%WWWDIR%%/features/project/source/markdown_render.feature >-%%WWWDIR%%/features/steps/explore/groups.rb >-%%WWWDIR%%/features/steps/explore/projects.rb > %%WWWDIR%%/features/steps/group/members.rb > %%WWWDIR%%/features/steps/group/milestones.rb > %%WWWDIR%%/features/steps/groups.rb >-%%WWWDIR%%/features/steps/invites.rb > %%WWWDIR%%/features/steps/profile/notifications.rb > %%WWWDIR%%/features/steps/profile/profile.rb > %%WWWDIR%%/features/steps/project/active_tab.rb >@@ -7385,6 +7763,7 @@ > %%WWWDIR%%/features/steps/shared/user.rb > %%WWWDIR%%/features/steps/user.rb > %%WWWDIR%%/features/support/capybara.rb >+%%WWWDIR%%/features/support/capybara_helpers.rb > %%WWWDIR%%/features/support/db_cleaner.rb > %%WWWDIR%%/features/support/env.rb > %%WWWDIR%%/features/support/gitaly.rb >@@ -7394,7 +7773,6 @@ > %%WWWDIR%%/fixtures/emojis/aliases.json > %%WWWDIR%%/fixtures/emojis/digests.json > %%WWWDIR%%/fixtures/emojis/emoji-unicode-version-map.json >-%%WWWDIR%%/fixtures/emojis/generate_aliases.rb > %%WWWDIR%%/fixtures/emojis/index.json > %%WWWDIR%%/generator_templates/active_record/migration/create_table_migration.rb > %%WWWDIR%%/generator_templates/active_record/migration/migration.rb >@@ -7406,6 +7784,7 @@ > %%WWWDIR%%/lib/api/api_guard.rb > %%WWWDIR%%/lib/api/award_emoji.rb > %%WWWDIR%%/lib/api/boards.rb >+%%WWWDIR%%/lib/api/boards_responses.rb > %%WWWDIR%%/lib/api/branches.rb > %%WWWDIR%%/lib/api/broadcast_messages.rb > %%WWWDIR%%/lib/api/circuit_breakers.rb >@@ -7444,6 +7823,7 @@ > %%WWWDIR%%/lib/api/namespaces.rb > %%WWWDIR%%/lib/api/notes.rb > %%WWWDIR%%/lib/api/notification_settings.rb >+%%WWWDIR%%/lib/api/pages_domains.rb > %%WWWDIR%%/lib/api/pagination_params.rb > %%WWWDIR%%/lib/api/pipeline_schedules.rb > %%WWWDIR%%/lib/api/pipelines.rb >@@ -7451,13 +7831,13 @@ > %%WWWDIR%%/lib/api/project_milestones.rb > %%WWWDIR%%/lib/api/project_snippets.rb > %%WWWDIR%%/lib/api/projects.rb >+%%WWWDIR%%/lib/api/projects_relation_builder.rb > %%WWWDIR%%/lib/api/protected_branches.rb > %%WWWDIR%%/lib/api/repositories.rb > %%WWWDIR%%/lib/api/runner.rb > %%WWWDIR%%/lib/api/runners.rb > %%WWWDIR%%/lib/api/scope.rb > %%WWWDIR%%/lib/api/services.rb >-%%WWWDIR%%/lib/api/session.rb > %%WWWDIR%%/lib/api/settings.rb > %%WWWDIR%%/lib/api/sidekiq_metrics.rb > %%WWWDIR%%/lib/api/snippets.rb >@@ -7524,6 +7904,7 @@ > %%WWWDIR%%/lib/banzai/commit_renderer.rb > %%WWWDIR%%/lib/banzai/cross_project_reference.rb > %%WWWDIR%%/lib/banzai/filter.rb >+%%WWWDIR%%/lib/banzai/filter/absolute_link_filter.rb > %%WWWDIR%%/lib/banzai/filter/abstract_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/ascii_doc_post_processing_filter.rb > %%WWWDIR%%/lib/banzai/filter/autolink_filter.rb >@@ -7531,6 +7912,7 @@ > %%WWWDIR%%/lib/banzai/filter/commit_range_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/commit_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/emoji_filter.rb >+%%WWWDIR%%/lib/banzai/filter/epic_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/external_issue_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/external_link_filter.rb > %%WWWDIR%%/lib/banzai/filter/gollum_tags_filter.rb >@@ -7538,12 +7920,14 @@ > %%WWWDIR%%/lib/banzai/filter/image_lazy_load_filter.rb > %%WWWDIR%%/lib/banzai/filter/image_link_filter.rb > %%WWWDIR%%/lib/banzai/filter/inline_diff_filter.rb >+%%WWWDIR%%/lib/banzai/filter/issuable_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/issuable_state_filter.rb > %%WWWDIR%%/lib/banzai/filter/issue_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/label_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/markdown_filter.rb > %%WWWDIR%%/lib/banzai/filter/math_filter.rb > %%WWWDIR%%/lib/banzai/filter/merge_request_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/mermaid_filter.rb > %%WWWDIR%%/lib/banzai/filter/milestone_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/plantuml_filter.rb > %%WWWDIR%%/lib/banzai/filter/redactor_filter.rb >@@ -7555,7 +7939,6 @@ > %%WWWDIR%%/lib/banzai/filter/syntax_highlight_filter.rb > %%WWWDIR%%/lib/banzai/filter/table_of_contents_filter.rb > %%WWWDIR%%/lib/banzai/filter/task_list_filter.rb >-%%WWWDIR%%/lib/banzai/filter/upload_link_filter.rb > %%WWWDIR%%/lib/banzai/filter/user_reference_filter.rb > %%WWWDIR%%/lib/banzai/filter/video_link_filter.rb > %%WWWDIR%%/lib/banzai/filter/wiki_link_filter.rb >@@ -7563,7 +7946,6 @@ > %%WWWDIR%%/lib/banzai/filter/yaml_front_matter_filter.rb > %%WWWDIR%%/lib/banzai/filter_array.rb > %%WWWDIR%%/lib/banzai/issuable_extractor.rb >-%%WWWDIR%%/lib/banzai/note_renderer.rb > %%WWWDIR%%/lib/banzai/object_renderer.rb > %%WWWDIR%%/lib/banzai/pipeline.rb > %%WWWDIR%%/lib/banzai/pipeline/ascii_doc_pipeline.rb >@@ -7591,7 +7973,9 @@ > %%WWWDIR%%/lib/banzai/reference_parser/commit_parser.rb > %%WWWDIR%%/lib/banzai/reference_parser/commit_range_parser.rb > %%WWWDIR%%/lib/banzai/reference_parser/directly_addressed_user_parser.rb >+%%WWWDIR%%/lib/banzai/reference_parser/epic_parser.rb > %%WWWDIR%%/lib/banzai/reference_parser/external_issue_parser.rb >+%%WWWDIR%%/lib/banzai/reference_parser/issuable_parser.rb > %%WWWDIR%%/lib/banzai/reference_parser/issue_parser.rb > %%WWWDIR%%/lib/banzai/reference_parser/label_parser.rb > %%WWWDIR%%/lib/banzai/reference_parser/merge_request_parser.rb >@@ -7600,6 +7984,7 @@ > %%WWWDIR%%/lib/banzai/reference_parser/user_parser.rb > %%WWWDIR%%/lib/banzai/renderer.rb > %%WWWDIR%%/lib/banzai/renderer/html.rb >+%%WWWDIR%%/lib/banzai/request_store_reference_cache.rb > %%WWWDIR%%/lib/bitbucket/client.rb > %%WWWDIR%%/lib/bitbucket/collection.rb > %%WWWDIR%%/lib/bitbucket/connection.rb >@@ -7639,40 +8024,23 @@ > %%WWWDIR%%/lib/feature.rb > %%WWWDIR%%/lib/file_size_validator.rb > %%WWWDIR%%/lib/generators/rails/post_deployment_migration/post_deployment_migration_generator.rb >-%%WWWDIR%%/lib/github/client.rb >-%%WWWDIR%%/lib/github/collection.rb >-%%WWWDIR%%/lib/github/error.rb >-%%WWWDIR%%/lib/github/import.rb >-%%WWWDIR%%/lib/github/import/issue.rb >-%%WWWDIR%%/lib/github/import/legacy_diff_note.rb >-%%WWWDIR%%/lib/github/import/merge_request.rb >-%%WWWDIR%%/lib/github/import/note.rb >-%%WWWDIR%%/lib/github/rate_limit.rb >-%%WWWDIR%%/lib/github/repositories.rb >-%%WWWDIR%%/lib/github/representation/base.rb >-%%WWWDIR%%/lib/github/representation/branch.rb >-%%WWWDIR%%/lib/github/representation/comment.rb >-%%WWWDIR%%/lib/github/representation/issuable.rb >-%%WWWDIR%%/lib/github/representation/issue.rb >-%%WWWDIR%%/lib/github/representation/label.rb >-%%WWWDIR%%/lib/github/representation/milestone.rb >-%%WWWDIR%%/lib/github/representation/pull_request.rb >-%%WWWDIR%%/lib/github/representation/release.rb >-%%WWWDIR%%/lib/github/representation/repo.rb >-%%WWWDIR%%/lib/github/representation/user.rb >-%%WWWDIR%%/lib/github/response.rb >-%%WWWDIR%%/lib/github/user.rb > %%WWWDIR%%/lib/gitlab.rb > %%WWWDIR%%/lib/gitlab/access.rb >+%%WWWDIR%%/lib/gitlab/action_rate_limiter.rb > %%WWWDIR%%/lib/gitlab/allowable.rb > %%WWWDIR%%/lib/gitlab/app_logger.rb > %%WWWDIR%%/lib/gitlab/asciidoc.rb > %%WWWDIR%%/lib/gitlab/auth.rb > %%WWWDIR%%/lib/gitlab/auth/ip_rate_limiter.rb >+%%WWWDIR%%/lib/gitlab/auth/request_authenticator.rb > %%WWWDIR%%/lib/gitlab/auth/result.rb > %%WWWDIR%%/lib/gitlab/auth/too_many_ips.rb > %%WWWDIR%%/lib/gitlab/auth/unique_ips_limiter.rb >+%%WWWDIR%%/lib/gitlab/auth/user_auth_finders.rb > %%WWWDIR%%/lib/gitlab/background_migration.rb >+%%WWWDIR%%/lib/gitlab/background_migration/.rubocop.yml >+%%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_type_change.rb >+%%WWWDIR%%/lib/gitlab/background_migration/copy_column.rb > %%WWWDIR%%/lib/gitlab/background_migration/create_fork_network_memberships_range.rb > %%WWWDIR%%/lib/gitlab/background_migration/create_gpg_key_subkeys_from_gpg_keys.rb > %%WWWDIR%%/lib/gitlab/background_migration/delete_conflicting_redirect_routes_range.rb >@@ -7684,6 +8052,10 @@ > %%WWWDIR%%/lib/gitlab/background_migration/move_personal_snippet_files.rb > %%WWWDIR%%/lib/gitlab/background_migration/normalize_ldap_extern_uids_range.rb > %%WWWDIR%%/lib/gitlab/background_migration/populate_fork_networks_range.rb >+%%WWWDIR%%/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data.rb >+%%WWWDIR%%/lib/gitlab/background_migration/populate_merge_requests_latest_merge_request_diff_id.rb >+%%WWWDIR%%/lib/gitlab/background_migration/populate_untracked_uploads.rb >+%%WWWDIR%%/lib/gitlab/background_migration/prepare_untracked_uploads.rb > %%WWWDIR%%/lib/gitlab/badge/base.rb > %%WWWDIR%%/lib/gitlab/badge/coverage/metadata.rb > %%WWWDIR%%/lib/gitlab/badge/coverage/report.rb >@@ -7693,7 +8065,8 @@ > %%WWWDIR%%/lib/gitlab/badge/pipeline/status.rb > %%WWWDIR%%/lib/gitlab/badge/pipeline/template.rb > %%WWWDIR%%/lib/gitlab/badge/template.rb >-%%WWWDIR%%/lib/gitlab/bare_repository_importer.rb >+%%WWWDIR%%/lib/gitlab/bare_repository_import/importer.rb >+%%WWWDIR%%/lib/gitlab/bare_repository_import/repository.rb > %%WWWDIR%%/lib/gitlab/bitbucket_import/importer.rb > %%WWWDIR%%/lib/gitlab/bitbucket_import/project_creator.rb > %%WWWDIR%%/lib/gitlab/blame.rb >@@ -7703,7 +8076,9 @@ > %%WWWDIR%%/lib/gitlab/chat_name_token.rb > %%WWWDIR%%/lib/gitlab/checks/change_access.rb > %%WWWDIR%%/lib/gitlab/checks/force_push.rb >+%%WWWDIR%%/lib/gitlab/checks/lfs_integrity.rb > %%WWWDIR%%/lib/gitlab/checks/matching_merge_request.rb >+%%WWWDIR%%/lib/gitlab/checks/project_moved.rb > %%WWWDIR%%/lib/gitlab/ci/ansi2html.rb > %%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata.rb > %%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata/entry.rb >@@ -7755,6 +8130,8 @@ > %%WWWDIR%%/lib/gitlab/ci/mask_secret.rb > %%WWWDIR%%/lib/gitlab/ci/model.rb > %%WWWDIR%%/lib/gitlab/ci/pipeline/chain/base.rb >+%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/build.rb >+%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/command.rb > %%WWWDIR%%/lib/gitlab/ci/pipeline/chain/create.rb > %%WWWDIR%%/lib/gitlab/ci/pipeline/chain/helpers.rb > %%WWWDIR%%/lib/gitlab/ci/pipeline/chain/sequence.rb >@@ -7803,8 +8180,6 @@ > %%WWWDIR%%/lib/gitlab/config_helper.rb > %%WWWDIR%%/lib/gitlab/conflict/file.rb > %%WWWDIR%%/lib/gitlab/conflict/file_collection.rb >-%%WWWDIR%%/lib/gitlab/conflict/parser.rb >-%%WWWDIR%%/lib/gitlab/conflict/resolution_error.rb > %%WWWDIR%%/lib/gitlab/contributions_calendar.rb > %%WWWDIR%%/lib/gitlab/contributor.rb > %%WWWDIR%%/lib/gitlab/current_settings.rb >@@ -7814,10 +8189,8 @@ > %%WWWDIR%%/lib/gitlab/cycle_analytics/code_event_fetcher.rb > %%WWWDIR%%/lib/gitlab/cycle_analytics/code_stage.rb > %%WWWDIR%%/lib/gitlab/cycle_analytics/event_fetcher.rb >-%%WWWDIR%%/lib/gitlab/cycle_analytics/issue_allowed.rb > %%WWWDIR%%/lib/gitlab/cycle_analytics/issue_event_fetcher.rb > %%WWWDIR%%/lib/gitlab/cycle_analytics/issue_stage.rb >-%%WWWDIR%%/lib/gitlab/cycle_analytics/merge_request_allowed.rb > %%WWWDIR%%/lib/gitlab/cycle_analytics/metrics_tables.rb > %%WWWDIR%%/lib/gitlab/cycle_analytics/permissions.rb > %%WWWDIR%%/lib/gitlab/cycle_analytics/plan_event_fetcher.rb >@@ -7888,7 +8261,6 @@ > %%WWWDIR%%/lib/gitlab/diff/inline_diff_markdown_marker.rb > %%WWWDIR%%/lib/gitlab/diff/inline_diff_marker.rb > %%WWWDIR%%/lib/gitlab/diff/line.rb >-%%WWWDIR%%/lib/gitlab/diff/line_code.rb > %%WWWDIR%%/lib/gitlab/diff/line_mapper.rb > %%WWWDIR%%/lib/gitlab/diff/parallel_diff.rb > %%WWWDIR%%/lib/gitlab/diff/parser.rb >@@ -7901,6 +8273,7 @@ > %%WWWDIR%%/lib/gitlab/email/handler.rb > %%WWWDIR%%/lib/gitlab/email/handler/base_handler.rb > %%WWWDIR%%/lib/gitlab/email/handler/create_issue_handler.rb >+%%WWWDIR%%/lib/gitlab/email/handler/create_merge_request_handler.rb > %%WWWDIR%%/lib/gitlab/email/handler/create_note_handler.rb > %%WWWDIR%%/lib/gitlab/email/handler/reply_processing.rb > %%WWWDIR%%/lib/gitlab/email/handler/unsubscribe_handler.rb >@@ -7923,7 +8296,6 @@ > %%WWWDIR%%/lib/gitlab/fogbugz_import/importer.rb > %%WWWDIR%%/lib/gitlab/fogbugz_import/project_creator.rb > %%WWWDIR%%/lib/gitlab/fogbugz_import/repository.rb >-%%WWWDIR%%/lib/gitlab/gcp/model.rb > %%WWWDIR%%/lib/gitlab/gfm/reference_rewriter.rb > %%WWWDIR%%/lib/gitlab/gfm/uploads_rewriter.rb > %%WWWDIR%%/lib/gitlab/git.rb >@@ -7935,22 +8307,33 @@ > %%WWWDIR%%/lib/gitlab/git/commit.rb > %%WWWDIR%%/lib/gitlab/git/commit_stats.rb > %%WWWDIR%%/lib/gitlab/git/compare.rb >+%%WWWDIR%%/lib/gitlab/git/conflict/file.rb >+%%WWWDIR%%/lib/gitlab/git/conflict/parser.rb >+%%WWWDIR%%/lib/gitlab/git/conflict/resolution.rb >+%%WWWDIR%%/lib/gitlab/git/conflict/resolver.rb > %%WWWDIR%%/lib/gitlab/git/diff.rb > %%WWWDIR%%/lib/gitlab/git/diff_collection.rb > %%WWWDIR%%/lib/gitlab/git/env.rb >+%%WWWDIR%%/lib/gitlab/git/gitlab_projects.rb > %%WWWDIR%%/lib/gitlab/git/gitmodules_parser.rb > %%WWWDIR%%/lib/gitlab/git/hook.rb > %%WWWDIR%%/lib/gitlab/git/hooks_service.rb > %%WWWDIR%%/lib/gitlab/git/index.rb >+%%WWWDIR%%/lib/gitlab/git/lfs_changes.rb > %%WWWDIR%%/lib/gitlab/git/operation_service.rb > %%WWWDIR%%/lib/gitlab/git/path_helper.rb > %%WWWDIR%%/lib/gitlab/git/popen.rb > %%WWWDIR%%/lib/gitlab/git/ref.rb >+%%WWWDIR%%/lib/gitlab/git/remote_mirror.rb >+%%WWWDIR%%/lib/gitlab/git/remote_repository.rb > %%WWWDIR%%/lib/gitlab/git/repository.rb >+%%WWWDIR%%/lib/gitlab/git/repository_mirroring.rb > %%WWWDIR%%/lib/gitlab/git/rev_list.rb > %%WWWDIR%%/lib/gitlab/git/storage.rb >+%%WWWDIR%%/lib/gitlab/git/storage/checker.rb > %%WWWDIR%%/lib/gitlab/git/storage/circuit_breaker.rb > %%WWWDIR%%/lib/gitlab/git/storage/circuit_breaker_settings.rb >+%%WWWDIR%%/lib/gitlab/git/storage/failure_info.rb > %%WWWDIR%%/lib/gitlab/git/storage/forked_storage_check.rb > %%WWWDIR%%/lib/gitlab/git/storage/health.rb > %%WWWDIR%%/lib/gitlab/git/storage/null_circuit_breaker.rb >@@ -7968,30 +8351,59 @@ > %%WWWDIR%%/lib/gitlab/git_post_receive.rb > %%WWWDIR%%/lib/gitlab/git_ref_validator.rb > %%WWWDIR%%/lib/gitlab/gitaly_client.rb >+%%WWWDIR%%/lib/gitlab/gitaly_client/attributes_bag.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/blob_service.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/commit_service.rb >+%%WWWDIR%%/lib/gitlab/gitaly_client/conflicts_service.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/diff.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/diff_stitcher.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/namespace_service.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/notification_service.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/operation_service.rb >+%%WWWDIR%%/lib/gitlab/gitaly_client/queue_enumerator.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/ref_service.rb >+%%WWWDIR%%/lib/gitlab/gitaly_client/remote_service.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/repository_service.rb > %%WWWDIR%%/lib/gitlab/gitaly_client/util.rb >-%%WWWDIR%%/lib/gitlab/github_import/base_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/branch_formatter.rb >+%%WWWDIR%%/lib/gitlab/gitaly_client/wiki_file.rb >+%%WWWDIR%%/lib/gitlab/gitaly_client/wiki_page.rb >+%%WWWDIR%%/lib/gitlab/gitaly_client/wiki_service.rb >+%%WWWDIR%%/lib/gitlab/github_import.rb >+%%WWWDIR%%/lib/gitlab/github_import/bulk_importing.rb >+%%WWWDIR%%/lib/gitlab/github_import/caching.rb > %%WWWDIR%%/lib/gitlab/github_import/client.rb >-%%WWWDIR%%/lib/gitlab/github_import/comment_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/importer.rb >-%%WWWDIR%%/lib/gitlab/github_import/issuable_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/issue_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/label_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/milestone_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/project_creator.rb >-%%WWWDIR%%/lib/gitlab/github_import/pull_request_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/release_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/user_formatter.rb >-%%WWWDIR%%/lib/gitlab/github_import/wiki_formatter.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/diff_note_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/diff_notes_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/issue_and_label_links_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/issue_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/issues_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/label_links_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/labels_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/milestones_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/note_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/notes_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/pull_request_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/pull_requests_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/releases_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer/repository_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/issuable_finder.rb >+%%WWWDIR%%/lib/gitlab/github_import/label_finder.rb >+%%WWWDIR%%/lib/gitlab/github_import/markdown_text.rb >+%%WWWDIR%%/lib/gitlab/github_import/milestone_finder.rb >+%%WWWDIR%%/lib/gitlab/github_import/page_counter.rb >+%%WWWDIR%%/lib/gitlab/github_import/parallel_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/parallel_scheduling.rb >+%%WWWDIR%%/lib/gitlab/github_import/rate_limit_error.rb >+%%WWWDIR%%/lib/gitlab/github_import/representation.rb >+%%WWWDIR%%/lib/gitlab/github_import/representation/diff_note.rb >+%%WWWDIR%%/lib/gitlab/github_import/representation/expose_attribute.rb >+%%WWWDIR%%/lib/gitlab/github_import/representation/issue.rb >+%%WWWDIR%%/lib/gitlab/github_import/representation/note.rb >+%%WWWDIR%%/lib/gitlab/github_import/representation/pull_request.rb >+%%WWWDIR%%/lib/gitlab/github_import/representation/to_hash.rb >+%%WWWDIR%%/lib/gitlab/github_import/representation/user.rb >+%%WWWDIR%%/lib/gitlab/github_import/sequential_importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/user_finder.rb > %%WWWDIR%%/lib/gitlab/gitlab_import/client.rb > %%WWWDIR%%/lib/gitlab/gitlab_import/importer.rb > %%WWWDIR%%/lib/gitlab/gitlab_import/project_creator.rb >@@ -8020,6 +8432,9 @@ > %%WWWDIR%%/lib/gitlab/health_checks/result.rb > %%WWWDIR%%/lib/gitlab/health_checks/simple_abstract_check.rb > %%WWWDIR%%/lib/gitlab/highlight.rb >+%%WWWDIR%%/lib/gitlab/hook_data/issuable_builder.rb >+%%WWWDIR%%/lib/gitlab/hook_data/issue_builder.rb >+%%WWWDIR%%/lib/gitlab/hook_data/merge_request_builder.rb > %%WWWDIR%%/lib/gitlab/i18n.rb > %%WWWDIR%%/lib/gitlab/i18n/metadata_entry.rb > %%WWWDIR%%/lib/gitlab/i18n/po_linter.rb >@@ -8056,12 +8471,19 @@ > %%WWWDIR%%/lib/gitlab/import_formatter.rb > %%WWWDIR%%/lib/gitlab/import_sources.rb > %%WWWDIR%%/lib/gitlab/incoming_email.rb >+%%WWWDIR%%/lib/gitlab/insecure_key_fingerprint.rb > %%WWWDIR%%/lib/gitlab/issuable_metadata.rb > %%WWWDIR%%/lib/gitlab/issuable_sorter.rb > %%WWWDIR%%/lib/gitlab/issuables_count_for_state.rb > %%WWWDIR%%/lib/gitlab/issues_labels.rb > %%WWWDIR%%/lib/gitlab/job_waiter.rb > %%WWWDIR%%/lib/gitlab/kubernetes.rb >+%%WWWDIR%%/lib/gitlab/kubernetes/helm.rb >+%%WWWDIR%%/lib/gitlab/kubernetes/helm/api.rb >+%%WWWDIR%%/lib/gitlab/kubernetes/helm/install_command.rb >+%%WWWDIR%%/lib/gitlab/kubernetes/helm/pod.rb >+%%WWWDIR%%/lib/gitlab/kubernetes/namespace.rb >+%%WWWDIR%%/lib/gitlab/kubernetes/pod.rb > %%WWWDIR%%/lib/gitlab/lazy.rb > %%WWWDIR%%/lib/gitlab/ldap/access.rb > %%WWWDIR%%/lib/gitlab/ldap/adapter.rb >@@ -8071,15 +8493,28 @@ > %%WWWDIR%%/lib/gitlab/ldap/dn.rb > %%WWWDIR%%/lib/gitlab/ldap/person.rb > %%WWWDIR%%/lib/gitlab/ldap/user.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/base_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/branch_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/client.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/comment_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/importer.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/issuable_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/issue_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/label_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/milestone_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/project_creator.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/pull_request_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/release_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/user_formatter.rb >+%%WWWDIR%%/lib/gitlab/legacy_github_import/wiki_formatter.rb > %%WWWDIR%%/lib/gitlab/lfs_token.rb > %%WWWDIR%%/lib/gitlab/logger.rb > %%WWWDIR%%/lib/gitlab/mail_room.rb > %%WWWDIR%%/lib/gitlab/markup_helper.rb > %%WWWDIR%%/lib/gitlab/metrics.rb >-%%WWWDIR%%/lib/gitlab/metrics/base_sampler.rb >+%%WWWDIR%%/lib/gitlab/metrics/background_transaction.rb > %%WWWDIR%%/lib/gitlab/metrics/delta.rb > %%WWWDIR%%/lib/gitlab/metrics/influx_db.rb >-%%WWWDIR%%/lib/gitlab/metrics/influx_sampler.rb > %%WWWDIR%%/lib/gitlab/metrics/instrumentation.rb > %%WWWDIR%%/lib/gitlab/metrics/method_call.rb > %%WWWDIR%%/lib/gitlab/metrics/metric.rb >@@ -8087,6 +8522,10 @@ > %%WWWDIR%%/lib/gitlab/metrics/prometheus.rb > %%WWWDIR%%/lib/gitlab/metrics/rack_middleware.rb > %%WWWDIR%%/lib/gitlab/metrics/requests_rack_middleware.rb >+%%WWWDIR%%/lib/gitlab/metrics/samplers/base_sampler.rb >+%%WWWDIR%%/lib/gitlab/metrics/samplers/influx_sampler.rb >+%%WWWDIR%%/lib/gitlab/metrics/samplers/ruby_sampler.rb >+%%WWWDIR%%/lib/gitlab/metrics/samplers/unicorn_sampler.rb > %%WWWDIR%%/lib/gitlab/metrics/sidekiq_metrics_exporter.rb > %%WWWDIR%%/lib/gitlab/metrics/sidekiq_middleware.rb > %%WWWDIR%%/lib/gitlab/metrics/subscribers/action_view.rb >@@ -8094,13 +8533,14 @@ > %%WWWDIR%%/lib/gitlab/metrics/subscribers/rails_cache.rb > %%WWWDIR%%/lib/gitlab/metrics/system.rb > %%WWWDIR%%/lib/gitlab/metrics/transaction.rb >-%%WWWDIR%%/lib/gitlab/metrics/unicorn_sampler.rb >+%%WWWDIR%%/lib/gitlab/metrics/web_transaction.rb > %%WWWDIR%%/lib/gitlab/middleware/go.rb > %%WWWDIR%%/lib/gitlab/middleware/multipart.rb > %%WWWDIR%%/lib/gitlab/middleware/rails_queue_duration.rb > %%WWWDIR%%/lib/gitlab/middleware/read_only.rb > %%WWWDIR%%/lib/gitlab/middleware/static.rb > %%WWWDIR%%/lib/gitlab/middleware/webpack_proxy.rb >+%%WWWDIR%%/lib/gitlab/multi_collection_paginator.rb > %%WWWDIR%%/lib/gitlab/o_auth.rb > %%WWWDIR%%/lib/gitlab/o_auth/auth_hash.rb > %%WWWDIR%%/lib/gitlab/o_auth/provider.rb >@@ -8137,6 +8577,7 @@ > %%WWWDIR%%/lib/gitlab/quick_actions/command_definition.rb > %%WWWDIR%%/lib/gitlab/quick_actions/dsl.rb > %%WWWDIR%%/lib/gitlab/quick_actions/extractor.rb >+%%WWWDIR%%/lib/gitlab/quick_actions/spend_time_and_date_separator.rb > %%WWWDIR%%/lib/gitlab/quick_actions/substitution_definition.rb > %%WWWDIR%%/lib/gitlab/recaptcha.rb > %%WWWDIR%%/lib/gitlab/redis/cache.rb >@@ -8165,6 +8606,7 @@ > %%WWWDIR%%/lib/gitlab/sentry.rb > %%WWWDIR%%/lib/gitlab/serializer/ci/variables.rb > %%WWWDIR%%/lib/gitlab/serializer/pagination.rb >+%%WWWDIR%%/lib/gitlab/setup_helper.rb > %%WWWDIR%%/lib/gitlab/shell.rb > %%WWWDIR%%/lib/gitlab/shell_adapter.rb > %%WWWDIR%%/lib/gitlab/sherlock.rb >@@ -8176,6 +8618,7 @@ > %%WWWDIR%%/lib/gitlab/sherlock/middleware.rb > %%WWWDIR%%/lib/gitlab/sherlock/query.rb > %%WWWDIR%%/lib/gitlab/sherlock/transaction.rb >+%%WWWDIR%%/lib/gitlab/sidekiq_config.rb > %%WWWDIR%%/lib/gitlab/sidekiq_logger.rb > %%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb > %%WWWDIR%%/lib/gitlab/sidekiq_middleware/memory_killer.rb >@@ -8184,6 +8627,8 @@ > %%WWWDIR%%/lib/gitlab/sidekiq_status/client_middleware.rb > %%WWWDIR%%/lib/gitlab/sidekiq_status/server_middleware.rb > %%WWWDIR%%/lib/gitlab/sidekiq_throttler.rb >+%%WWWDIR%%/lib/gitlab/sidekiq_versioning.rb >+%%WWWDIR%%/lib/gitlab/sidekiq_versioning/manager.rb > %%WWWDIR%%/lib/gitlab/slash_commands/base_command.rb > %%WWWDIR%%/lib/gitlab/slash_commands/command.rb > %%WWWDIR%%/lib/gitlab/slash_commands/deploy.rb >@@ -8207,8 +8652,14 @@ > %%WWWDIR%%/lib/gitlab/sql/recursive_cte.rb > %%WWWDIR%%/lib/gitlab/sql/union.rb > %%WWWDIR%%/lib/gitlab/ssh_public_key.rb >+%%WWWDIR%%/lib/gitlab/storage_check.rb >+%%WWWDIR%%/lib/gitlab/storage_check/cli.rb >+%%WWWDIR%%/lib/gitlab/storage_check/gitlab_caller.rb >+%%WWWDIR%%/lib/gitlab/storage_check/option_parser.rb >+%%WWWDIR%%/lib/gitlab/storage_check/response.rb > %%WWWDIR%%/lib/gitlab/string_range_marker.rb > %%WWWDIR%%/lib/gitlab/string_regex_marker.rb >+%%WWWDIR%%/lib/gitlab/tcp_checker.rb > %%WWWDIR%%/lib/gitlab/template/base_template.rb > %%WWWDIR%%/lib/gitlab/template/dockerfile_template.rb > %%WWWDIR%%/lib/gitlab/template/finders/base_template_finder.rb >@@ -8219,6 +8670,7 @@ > %%WWWDIR%%/lib/gitlab/template/issue_template.rb > %%WWWDIR%%/lib/gitlab/template/merge_request_template.rb > %%WWWDIR%%/lib/gitlab/testing/request_blocker_middleware.rb >+%%WWWDIR%%/lib/gitlab/testing/request_inspector_middleware.rb > %%WWWDIR%%/lib/gitlab/themes.rb > %%WWWDIR%%/lib/gitlab/time_tracking_formatter.rb > %%WWWDIR%%/lib/gitlab/timeless.rb >@@ -8233,6 +8685,8 @@ > %%WWWDIR%%/lib/gitlab/user_access.rb > %%WWWDIR%%/lib/gitlab/user_activities.rb > %%WWWDIR%%/lib/gitlab/utils.rb >+%%WWWDIR%%/lib/gitlab/utils/merge_hash.rb >+%%WWWDIR%%/lib/gitlab/utils/strong_memoize.rb > %%WWWDIR%%/lib/gitlab/version_info.rb > %%WWWDIR%%/lib/gitlab/view/presenter/base.rb > %%WWWDIR%%/lib/gitlab/view/presenter/delegated.rb >@@ -8253,12 +8707,12 @@ > %%WWWDIR%%/lib/mattermost/team.rb > %%WWWDIR%%/lib/microsoft_teams/activity.rb > %%WWWDIR%%/lib/microsoft_teams/notifier.rb >+%%WWWDIR%%/lib/milestone_array.rb > %%WWWDIR%%/lib/omni_auth/strategies/bitbucket.rb > %%WWWDIR%%/lib/peek/rblineprof/custom_controller_helpers.rb >+%%WWWDIR%%/lib/peek/views/gitaly.rb > %%WWWDIR%%/lib/repository_cache.rb > %%WWWDIR%%/lib/rouge/formatters/html_gitlab.rb >-%%WWWDIR%%/lib/rouge/lexers/math.rb >-%%WWWDIR%%/lib/rouge/lexers/plantuml.rb > %%WWWDIR%%/lib/rspec_flaky/config.rb > %%WWWDIR%%/lib/rspec_flaky/example.rb > %%WWWDIR%%/lib/rspec_flaky/flaky_example.rb >@@ -8329,14 +8783,13 @@ > %%WWWDIR%%/lib/tasks/gitlab/list_repos.rake > %%WWWDIR%%/lib/tasks/gitlab/setup.rake > %%WWWDIR%%/lib/tasks/gitlab/shell.rake >-%%WWWDIR%%/lib/tasks/gitlab/sidekiq.rake > %%WWWDIR%%/lib/tasks/gitlab/storage.rake > %%WWWDIR%%/lib/tasks/gitlab/task_helpers.rb >+%%WWWDIR%%/lib/tasks/gitlab/tcp_check.rake > %%WWWDIR%%/lib/tasks/gitlab/test.rake > %%WWWDIR%%/lib/tasks/gitlab/track_deployment.rake > %%WWWDIR%%/lib/tasks/gitlab/two_factor.rake > %%WWWDIR%%/lib/tasks/gitlab/update_templates.rake >-%%WWWDIR%%/lib/tasks/gitlab/users.rake > %%WWWDIR%%/lib/tasks/gitlab/web_hook.rake > %%WWWDIR%%/lib/tasks/gitlab/workhorse.rake > %%WWWDIR%%/lib/tasks/grape.rake >@@ -8380,6 +8833,7 @@ > @(git,,) %%WWWDIR%%/locale/ko/gitlab.po > @(git,,) %%WWWDIR%%/locale/ko/gitlab.po.time_stamp > @(git,,) %%WWWDIR%%/locale/nl_NL/gitlab.po >+@(git,,) %%WWWDIR%%/locale/pl_PL/gitlab.po > @(git,,) %%WWWDIR%%/locale/pt_BR/gitlab.po > @(git,,) %%WWWDIR%%/locale/pt_BR/gitlab.po.time_stamp > @(git,,) %%WWWDIR%%/locale/ru/gitlab.po >@@ -8412,61 +8866,91 @@ > %%WWWDIR%%/qa/bin/test > %%WWWDIR%%/qa/qa.rb > %%WWWDIR%%/qa/qa/ce/strategy.rb >+%%WWWDIR%%/qa/qa/factory/base.rb >+%%WWWDIR%%/qa/qa/factory/dependency.rb >+%%WWWDIR%%/qa/qa/factory/product.rb >+%%WWWDIR%%/qa/qa/factory/repository/push.rb >+%%WWWDIR%%/qa/qa/factory/resource/deploy_key.rb >+%%WWWDIR%%/qa/qa/factory/resource/group.rb >+%%WWWDIR%%/qa/qa/factory/resource/project.rb >+%%WWWDIR%%/qa/qa/factory/resource/sandbox.rb >+%%WWWDIR%%/qa/qa/factory/settings/hashed_storage.rb > %%WWWDIR%%/qa/qa/git/repository.rb >-%%WWWDIR%%/qa/qa/page/admin/menu.rb >+%%WWWDIR%%/qa/qa/page/admin/settings.rb > %%WWWDIR%%/qa/qa/page/base.rb > %%WWWDIR%%/qa/qa/page/dashboard/groups.rb >+%%WWWDIR%%/qa/qa/page/dashboard/projects.rb > %%WWWDIR%%/qa/qa/page/group/new.rb > %%WWWDIR%%/qa/qa/page/group/show.rb >-%%WWWDIR%%/qa/qa/page/main/entry.rb >-%%WWWDIR%%/qa/qa/page/main/menu.rb >+%%WWWDIR%%/qa/qa/page/main/login.rb >+%%WWWDIR%%/qa/qa/page/main/oauth.rb >+%%WWWDIR%%/qa/qa/page/mattermost/login.rb >+%%WWWDIR%%/qa/qa/page/mattermost/main.rb >+%%WWWDIR%%/qa/qa/page/menu/admin.rb >+%%WWWDIR%%/qa/qa/page/menu/main.rb >+%%WWWDIR%%/qa/qa/page/menu/side.rb > %%WWWDIR%%/qa/qa/page/project/new.rb >+%%WWWDIR%%/qa/qa/page/project/settings/common.rb >+%%WWWDIR%%/qa/qa/page/project/settings/deploy_keys.rb >+%%WWWDIR%%/qa/qa/page/project/settings/repository.rb > %%WWWDIR%%/qa/qa/page/project/show.rb >+%%WWWDIR%%/qa/qa/runtime/browser.rb >+%%WWWDIR%%/qa/qa/runtime/env.rb > %%WWWDIR%%/qa/qa/runtime/namespace.rb > %%WWWDIR%%/qa/qa/runtime/release.rb >+%%WWWDIR%%/qa/qa/runtime/scenario.rb > %%WWWDIR%%/qa/qa/runtime/user.rb > %%WWWDIR%%/qa/qa/scenario/actable.rb >-%%WWWDIR%%/qa/qa/scenario/gitlab/group/create.rb >-%%WWWDIR%%/qa/qa/scenario/gitlab/project/create.rb >-%%WWWDIR%%/qa/qa/scenario/gitlab/sandbox/prepare.rb >+%%WWWDIR%%/qa/qa/scenario/bootable.rb >+%%WWWDIR%%/qa/qa/scenario/entrypoint.rb > %%WWWDIR%%/qa/qa/scenario/template.rb > %%WWWDIR%%/qa/qa/scenario/test/instance.rb >-%%WWWDIR%%/qa/qa/specs/config.rb >+%%WWWDIR%%/qa/qa/scenario/test/integration/mattermost.rb >+%%WWWDIR%%/qa/qa/shell/omnibus.rb > %%WWWDIR%%/qa/qa/specs/features/login/standard_spec.rb >+%%WWWDIR%%/qa/qa/specs/features/mattermost/group_create_spec.rb >+%%WWWDIR%%/qa/qa/specs/features/mattermost/login_spec.rb >+%%WWWDIR%%/qa/qa/specs/features/project/add_deploy_key_spec.rb > %%WWWDIR%%/qa/qa/specs/features/project/create_spec.rb > %%WWWDIR%%/qa/qa/specs/features/repository/clone_spec.rb > %%WWWDIR%%/qa/qa/specs/features/repository/push_spec.rb > %%WWWDIR%%/qa/qa/specs/runner.rb >+%%WWWDIR%%/qa/spec/factory/base_spec.rb >+%%WWWDIR%%/qa/spec/factory/dependency_spec.rb >+%%WWWDIR%%/qa/spec/factory/product_spec.rb >+%%WWWDIR%%/qa/spec/runtime/env_spec.rb > %%WWWDIR%%/qa/spec/runtime/release_spec.rb >+%%WWWDIR%%/qa/spec/runtime/scenario_spec.rb > %%WWWDIR%%/qa/spec/scenario/actable_spec.rb >+%%WWWDIR%%/qa/spec/scenario/bootable_spec.rb >+%%WWWDIR%%/qa/spec/scenario/entrypoint_spec.rb > %%WWWDIR%%/qa/spec/spec_helper.rb >-%%WWWDIR%%/rubocop/cop/active_record_dependent.rb >-%%WWWDIR%%/rubocop/cop/active_record_serialize.rb >-%%WWWDIR%%/rubocop/cop/custom_error_class.rb >-%%WWWDIR%%/rubocop/cop/gem_fetcher.rb >-%%WWWDIR%%/rubocop/cop/in_batches.rb >+%%WWWDIR%%/rubocop/cop/gitlab/module_with_instance_variables.rb >+%%WWWDIR%%/rubocop/cop/include_sidekiq_worker.rb > %%WWWDIR%%/rubocop/cop/migration/add_column.rb >-%%WWWDIR%%/rubocop/cop/migration/add_column_with_default_to_large_table.rb > %%WWWDIR%%/rubocop/cop/migration/add_concurrent_foreign_key.rb > %%WWWDIR%%/rubocop/cop/migration/add_concurrent_index.rb > %%WWWDIR%%/rubocop/cop/migration/add_index.rb > %%WWWDIR%%/rubocop/cop/migration/add_timestamps.rb > %%WWWDIR%%/rubocop/cop/migration/datetime.rb > %%WWWDIR%%/rubocop/cop/migration/hash_index.rb >+%%WWWDIR%%/rubocop/cop/migration/remove_column.rb > %%WWWDIR%%/rubocop/cop/migration/remove_concurrent_index.rb > %%WWWDIR%%/rubocop/cop/migration/remove_index.rb > %%WWWDIR%%/rubocop/cop/migration/reversible_add_column_with_default.rb > %%WWWDIR%%/rubocop/cop/migration/safer_boolean_column.rb > %%WWWDIR%%/rubocop/cop/migration/timestamps.rb > %%WWWDIR%%/rubocop/cop/migration/update_column_in_batches.rb >-%%WWWDIR%%/rubocop/cop/polymorphic_associations.rb >+%%WWWDIR%%/rubocop/cop/migration/update_large_table.rb > %%WWWDIR%%/rubocop/cop/project_path_helper.rb >-%%WWWDIR%%/rubocop/cop/redirect_with_status.rb >-%%WWWDIR%%/rubocop/cop/rspec/single_line_hook.rb >-%%WWWDIR%%/rubocop/cop/rspec/verbose_include_metadata.rb >+%%WWWDIR%%/rubocop/cop/rspec/env_assignment.rb >+%%WWWDIR%%/rubocop/cop/sidekiq_options_queue.rb > %%WWWDIR%%/rubocop/migration_helpers.rb >-%%WWWDIR%%/rubocop/model_helpers.rb > %%WWWDIR%%/rubocop/rubocop.rb >+%%WWWDIR%%/rubocop/spec_helpers.rb >+%%WWWDIR%%/scripts/add-code-formatters >+%%WWWDIR%%/scripts/create_mysql_user.sh >+%%WWWDIR%%/scripts/create_postgres_user.sh > %%WWWDIR%%/scripts/detect-new-flaky-examples > %%WWWDIR%%/scripts/gitaly-test-build > %%WWWDIR%%/scripts/gitaly-test-spawn >@@ -8475,6 +8959,7 @@ > %%WWWDIR%%/scripts/lint-doc.sh > %%WWWDIR%%/scripts/merge-reports > %%WWWDIR%%/scripts/merge-simplecov >+%%WWWDIR%%/scripts/pre-commit > %%WWWDIR%%/scripts/prepare_build.sh > %%WWWDIR%%/scripts/schema_changed.sh > %%WWWDIR%%/scripts/static-analysis >@@ -8483,6 +8968,7 @@ > %%WWWDIR%%/scripts/trigger-build-omnibus > %%WWWDIR%%/scripts/utils.sh > %%WWWDIR%%/spec/bin/changelog_spec.rb >+%%WWWDIR%%/spec/bin/storage_check_spec.rb > %%WWWDIR%%/spec/config/mail_room_spec.rb > %%WWWDIR%%/spec/controllers/abuse_reports_controller_spec.rb > %%WWWDIR%%/spec/controllers/admin/application_settings_controller_spec.rb >@@ -8502,19 +8988,24 @@ > %%WWWDIR%%/spec/controllers/autocomplete_controller_spec.rb > %%WWWDIR%%/spec/controllers/boards/issues_controller_spec.rb > %%WWWDIR%%/spec/controllers/boards/lists_controller_spec.rb >+%%WWWDIR%%/spec/controllers/concerns/group_tree_spec.rb > %%WWWDIR%%/spec/controllers/concerns/issuable_collections_spec.rb > %%WWWDIR%%/spec/controllers/concerns/lfs_request_spec.rb >+%%WWWDIR%%/spec/controllers/dashboard/groups_controller_spec.rb > %%WWWDIR%%/spec/controllers/dashboard/labels_controller_spec.rb > %%WWWDIR%%/spec/controllers/dashboard/milestones_controller_spec.rb > %%WWWDIR%%/spec/controllers/dashboard/todos_controller_spec.rb > %%WWWDIR%%/spec/controllers/dashboard_controller_spec.rb >+%%WWWDIR%%/spec/controllers/explore/groups_controller_spec.rb > %%WWWDIR%%/spec/controllers/explore/projects_controller_spec.rb > %%WWWDIR%%/spec/controllers/google_api/authorizations_controller_spec.rb > %%WWWDIR%%/spec/controllers/groups/avatars_controller_spec.rb >+%%WWWDIR%%/spec/controllers/groups/children_controller_spec.rb > %%WWWDIR%%/spec/controllers/groups/group_members_controller_spec.rb > %%WWWDIR%%/spec/controllers/groups/labels_controller_spec.rb > %%WWWDIR%%/spec/controllers/groups/milestones_controller_spec.rb > %%WWWDIR%%/spec/controllers/groups/settings/ci_cd_controller_spec.rb >+%%WWWDIR%%/spec/controllers/groups/uploads_controller_spec.rb > %%WWWDIR%%/spec/controllers/groups/variables_controller_spec.rb > %%WWWDIR%%/spec/controllers/groups_controller_spec.rb > %%WWWDIR%%/spec/controllers/health_check_controller_spec.rb >@@ -8550,6 +9041,9 @@ > %%WWWDIR%%/spec/controllers/projects/blob_controller_spec.rb > %%WWWDIR%%/spec/controllers/projects/boards_controller_spec.rb > %%WWWDIR%%/spec/controllers/projects/branches_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/clusters/applications_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/clusters/gcp_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/clusters/user_controller_spec.rb > %%WWWDIR%%/spec/controllers/projects/clusters_controller_spec.rb > %%WWWDIR%%/spec/controllers/projects/commit_controller_spec.rb > %%WWWDIR%%/spec/controllers/projects/commits_controller_spec.rb >@@ -8625,6 +9119,7 @@ > %%WWWDIR%%/spec/factories/ci/build_trace_section_names.rb > %%WWWDIR%%/spec/factories/ci/builds.rb > %%WWWDIR%%/spec/factories/ci/group_variables.rb >+%%WWWDIR%%/spec/factories/ci/job_artifacts.rb > %%WWWDIR%%/spec/factories/ci/pipeline_schedule.rb > %%WWWDIR%%/spec/factories/ci/pipeline_schedule_variables.rb > %%WWWDIR%%/spec/factories/ci/pipeline_variables.rb >@@ -8635,6 +9130,10 @@ > %%WWWDIR%%/spec/factories/ci/trigger_requests.rb > %%WWWDIR%%/spec/factories/ci/triggers.rb > %%WWWDIR%%/spec/factories/ci/variables.rb >+%%WWWDIR%%/spec/factories/clusters/applications/helm.rb >+%%WWWDIR%%/spec/factories/clusters/clusters.rb >+%%WWWDIR%%/spec/factories/clusters/platforms/kubernetes.rb >+%%WWWDIR%%/spec/factories/clusters/providers/gcp.rb > %%WWWDIR%%/spec/factories/commit_statuses.rb > %%WWWDIR%%/spec/factories/commits.rb > %%WWWDIR%%/spec/factories/container_repositories.rb >@@ -8645,17 +9144,19 @@ > %%WWWDIR%%/spec/factories/environments.rb > %%WWWDIR%%/spec/factories/events.rb > %%WWWDIR%%/spec/factories/file_uploaders.rb >+%%WWWDIR%%/spec/factories/fork_network_members.rb > %%WWWDIR%%/spec/factories/fork_networks.rb > %%WWWDIR%%/spec/factories/forked_project_links.rb >-%%WWWDIR%%/spec/factories/gcp/cluster.rb > %%WWWDIR%%/spec/factories/gitaly/commit.rb > %%WWWDIR%%/spec/factories/gitaly/commit_author.rb > %%WWWDIR%%/spec/factories/gpg_key_subkeys.rb > %%WWWDIR%%/spec/factories/gpg_keys.rb > %%WWWDIR%%/spec/factories/gpg_signature.rb >+%%WWWDIR%%/spec/factories/group_custom_attributes.rb > %%WWWDIR%%/spec/factories/group_members.rb > %%WWWDIR%%/spec/factories/groups.rb > %%WWWDIR%%/spec/factories/identities.rb >+%%WWWDIR%%/spec/factories/instance_configuration.rb > %%WWWDIR%%/spec/factories/issues.rb > %%WWWDIR%%/spec/factories/keys.rb > %%WWWDIR%%/spec/factories/label_links.rb >@@ -8676,6 +9177,7 @@ > %%WWWDIR%%/spec/factories/pages_domains.rb > %%WWWDIR%%/spec/factories/personal_access_tokens.rb > %%WWWDIR%%/spec/factories/project_auto_devops.rb >+%%WWWDIR%%/spec/factories/project_custom_attributes.rb > %%WWWDIR%%/spec/factories/project_group_links.rb > %%WWWDIR%%/spec/factories/project_hooks.rb > %%WWWDIR%%/spec/factories/project_members.rb >@@ -8684,6 +9186,7 @@ > %%WWWDIR%%/spec/factories/projects.rb > %%WWWDIR%%/spec/factories/protected_branches.rb > %%WWWDIR%%/spec/factories/protected_tags.rb >+%%WWWDIR%%/spec/factories/redirect_routes.rb > %%WWWDIR%%/spec/factories/releases.rb > %%WWWDIR%%/spec/factories/sent_notifications.rb > %%WWWDIR%%/spec/factories/sequences.rb >@@ -8750,7 +9253,6 @@ > %%WWWDIR%%/spec/features/ci_lint_spec.rb > %%WWWDIR%%/spec/features/commits_spec.rb > %%WWWDIR%%/spec/features/container_registry_spec.rb >-%%WWWDIR%%/spec/features/copy_as_gfm_spec.rb > %%WWWDIR%%/spec/features/cycle_analytics_spec.rb > %%WWWDIR%%/spec/features/dashboard/active_tab_spec.rb > %%WWWDIR%%/spec/features/dashboard/activity_spec.rb >@@ -8782,8 +9284,9 @@ > %%WWWDIR%%/spec/features/discussion_comments/snippets_spec.rb > %%WWWDIR%%/spec/features/expand_collapse_diffs_spec.rb > %%WWWDIR%%/spec/features/explore/groups_list_spec.rb >+%%WWWDIR%%/spec/features/explore/groups_spec.rb > %%WWWDIR%%/spec/features/explore/new_menu_spec.rb >-%%WWWDIR%%/spec/features/gitlab_flavored_markdown_spec.rb >+%%WWWDIR%%/spec/features/explore/user_explores_projects_spec.rb > %%WWWDIR%%/spec/features/global_search_spec.rb > %%WWWDIR%%/spec/features/group_variables_spec.rb > %%WWWDIR%%/spec/features/groups/activity_spec.rb >@@ -8792,6 +9295,7 @@ > %%WWWDIR%%/spec/features/groups/issues_spec.rb > %%WWWDIR%%/spec/features/groups/labels/edit_spec.rb > %%WWWDIR%%/spec/features/groups/labels/subscription_spec.rb >+%%WWWDIR%%/spec/features/groups/labels/user_sees_links_to_issuables.rb > %%WWWDIR%%/spec/features/groups/members/leave_group_spec.rb > %%WWWDIR%%/spec/features/groups/members/list_members_spec.rb > %%WWWDIR%%/spec/features/groups/members/manage_access_requests_spec.rb >@@ -8800,21 +9304,23 @@ > %%WWWDIR%%/spec/features/groups/members/sort_members_spec.rb > %%WWWDIR%%/spec/features/groups/merge_requests_spec.rb > %%WWWDIR%%/spec/features/groups/milestone_spec.rb >+%%WWWDIR%%/spec/features/groups/milestones_sorting_spec.rb > %%WWWDIR%%/spec/features/groups/share_lock_spec.rb > %%WWWDIR%%/spec/features/groups/show_spec.rb > %%WWWDIR%%/spec/features/groups/user_sees_users_dropdowns_in_issuables_list_spec.rb > %%WWWDIR%%/spec/features/groups_spec.rb > %%WWWDIR%%/spec/features/help_pages_spec.rb >+%%WWWDIR%%/spec/features/invites_spec.rb > %%WWWDIR%%/spec/features/issuables/close_reopen_report_toggle_spec.rb > %%WWWDIR%%/spec/features/issuables/default_sort_order_spec.rb > %%WWWDIR%%/spec/features/issuables/discussion_lock_spec.rb > %%WWWDIR%%/spec/features/issuables/issuable_list_spec.rb > %%WWWDIR%%/spec/features/issuables/markdown_references_spec.rb >+%%WWWDIR%%/spec/features/issuables/shortcuts_issuable_spec.rb > %%WWWDIR%%/spec/features/issuables/user_sees_sidebar_spec.rb > %%WWWDIR%%/spec/features/issues/award_emoji_spec.rb > %%WWWDIR%%/spec/features/issues/award_spec.rb > %%WWWDIR%%/spec/features/issues/bulk_assignment_labels_spec.rb >-%%WWWDIR%%/spec/features/issues/create_branch_merge_request_spec.rb > %%WWWDIR%%/spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb > %%WWWDIR%%/spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb > %%WWWDIR%%/spec/features/issues/filtered_search/dropdown_assignee_spec.rb >@@ -8832,6 +9338,7 @@ > %%WWWDIR%%/spec/features/issues/group_label_sidebar_spec.rb > %%WWWDIR%%/spec/features/issues/issue_detail_spec.rb > %%WWWDIR%%/spec/features/issues/issue_sidebar_spec.rb >+%%WWWDIR%%/spec/features/issues/keyboard_shortcut_spec.rb > %%WWWDIR%%/spec/features/issues/markdown_toolbar_spec.rb > %%WWWDIR%%/spec/features/issues/move_spec.rb > %%WWWDIR%%/spec/features/issues/note_polling_spec.rb >@@ -8839,10 +9346,16 @@ > %%WWWDIR%%/spec/features/issues/spam_issues_spec.rb > %%WWWDIR%%/spec/features/issues/todo_spec.rb > %%WWWDIR%%/spec/features/issues/update_issues_spec.rb >+%%WWWDIR%%/spec/features/issues/user_creates_branch_and_merge_request_spec.rb > %%WWWDIR%%/spec/features/issues/user_uses_slash_commands_spec.rb > %%WWWDIR%%/spec/features/issues_spec.rb > %%WWWDIR%%/spec/features/login_spec.rb >-%%WWWDIR%%/spec/features/markdown_spec.rb >+%%WWWDIR%%/spec/features/logout_spec.rb >+%%WWWDIR%%/spec/features/markdown/copy_as_gfm_spec.rb >+%%WWWDIR%%/spec/features/markdown/gitlab_flavored_markdown_spec.rb >+%%WWWDIR%%/spec/features/markdown/markdown_spec.rb >+%%WWWDIR%%/spec/features/markdown/math_spec.rb >+%%WWWDIR%%/spec/features/markdown/mermaid_spec.rb > %%WWWDIR%%/spec/features/merge_requests/assign_issues_spec.rb > %%WWWDIR%%/spec/features/merge_requests/award_spec.rb > %%WWWDIR%%/spec/features/merge_requests/check_if_mergeable_with_unresolved_discussions_spec.rb >@@ -8863,7 +9376,7 @@ > %%WWWDIR%%/spec/features/merge_requests/filter_by_milestone_spec.rb > %%WWWDIR%%/spec/features/merge_requests/filter_merge_requests_spec.rb > %%WWWDIR%%/spec/features/merge_requests/form_spec.rb >-%%WWWDIR%%/spec/features/merge_requests/image_diff_notes.rb >+%%WWWDIR%%/spec/features/merge_requests/image_diff_notes_spec.rb > %%WWWDIR%%/spec/features/merge_requests/merge_commit_message_toggle_spec.rb > %%WWWDIR%%/spec/features/merge_requests/merge_immediately_with_pipeline_spec.rb > %%WWWDIR%%/spec/features/merge_requests/merge_when_pipeline_succeeds_spec.rb >@@ -8923,6 +9436,10 @@ > %%WWWDIR%%/spec/features/projects/branches/download_buttons_spec.rb > %%WWWDIR%%/spec/features/projects/branches/new_branch_ref_dropdown_spec.rb > %%WWWDIR%%/spec/features/projects/branches_spec.rb >+%%WWWDIR%%/spec/features/projects/clusters/applications_spec.rb >+%%WWWDIR%%/spec/features/projects/clusters/gcp_spec.rb >+%%WWWDIR%%/spec/features/projects/clusters/interchangeability_spec.rb >+%%WWWDIR%%/spec/features/projects/clusters/user_spec.rb > %%WWWDIR%%/spec/features/projects/clusters_spec.rb > %%WWWDIR%%/spec/features/projects/commit/builds_spec.rb > %%WWWDIR%%/spec/features/projects/commit/cherry_pick_spec.rb >@@ -8963,14 +9480,15 @@ > %%WWWDIR%%/spec/features/projects/import_export/namespace_export_file_spec.rb > %%WWWDIR%%/spec/features/projects/import_export/test_project_export.tar.gz > %%WWWDIR%%/spec/features/projects/issuable_templates_spec.rb >-%%WWWDIR%%/spec/features/projects/issues/list_spec.rb > %%WWWDIR%%/spec/features/projects/issues/rss_spec.rb >+%%WWWDIR%%/spec/features/projects/issues/user_views_issues_spec.rb > %%WWWDIR%%/spec/features/projects/jobs/user_browses_job_spec.rb > %%WWWDIR%%/spec/features/projects/jobs/user_browses_jobs_spec.rb > %%WWWDIR%%/spec/features/projects/jobs_spec.rb > %%WWWDIR%%/spec/features/projects/labels/issues_sorted_by_priority_spec.rb > %%WWWDIR%%/spec/features/projects/labels/subscription_spec.rb > %%WWWDIR%%/spec/features/projects/labels/update_prioritization_spec.rb >+%%WWWDIR%%/spec/features/projects/labels/user_sees_links_to_issuables.rb > %%WWWDIR%%/spec/features/projects/main/download_buttons_spec.rb > %%WWWDIR%%/spec/features/projects/main/rss_spec.rb > %%WWWDIR%%/spec/features/projects/members/anonymous_user_sees_members_spec.rb >@@ -9019,7 +9537,6 @@ > %%WWWDIR%%/spec/features/projects/pipelines/pipeline_spec.rb > %%WWWDIR%%/spec/features/projects/pipelines/pipelines_spec.rb > %%WWWDIR%%/spec/features/projects/project_settings_spec.rb >-%%WWWDIR%%/spec/features/projects/ref_switcher_spec.rb > %%WWWDIR%%/spec/features/projects/services/user_activates_asana_spec.rb > %%WWWDIR%%/spec/features/projects/services/user_activates_assembla_spec.rb > %%WWWDIR%%/spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb >@@ -9030,6 +9547,7 @@ > %%WWWDIR%%/spec/features/projects/services/user_activates_jetbrains_teamcity_ci_spec.rb > %%WWWDIR%%/spec/features/projects/services/user_activates_jira_spec.rb > %%WWWDIR%%/spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb >+%%WWWDIR%%/spec/features/projects/services/user_activates_packagist_spec.rb > %%WWWDIR%%/spec/features/projects/services/user_activates_pivotaltracker_spec.rb > %%WWWDIR%%/spec/features/projects/services/user_activates_pushover_spec.rb > %%WWWDIR%%/spec/features/projects/services/user_activates_slack_notifications_spec.rb >@@ -9053,7 +9571,11 @@ > %%WWWDIR%%/spec/features/projects/snippets_spec.rb > %%WWWDIR%%/spec/features/projects/sub_group_issuables_spec.rb > %%WWWDIR%%/spec/features/projects/tags/download_buttons_spec.rb >+%%WWWDIR%%/spec/features/projects/tree/create_directory_spec.rb >+%%WWWDIR%%/spec/features/projects/tree/create_file_spec.rb > %%WWWDIR%%/spec/features/projects/tree/rss_spec.rb >+%%WWWDIR%%/spec/features/projects/tree/tree_show_spec.rb >+%%WWWDIR%%/spec/features/projects/tree/upload_file_spec.rb > %%WWWDIR%%/spec/features/projects/user_archives_project_spec.rb > %%WWWDIR%%/spec/features/projects/user_browses_a_tree_with_a_folder_containing_only_a_folder.rb > %%WWWDIR%%/spec/features/projects/user_browses_files_spec.rb >@@ -9064,8 +9586,10 @@ > %%WWWDIR%%/spec/features/projects/user_edits_files_spec.rb > %%WWWDIR%%/spec/features/projects/user_interacts_with_stars_spec.rb > %%WWWDIR%%/spec/features/projects/user_replaces_files_spec.rb >+%%WWWDIR%%/spec/features/projects/user_transfers_a_project_spec.rb > %%WWWDIR%%/spec/features/projects/user_uploads_files_spec.rb > %%WWWDIR%%/spec/features/projects/user_uses_shortcuts_spec.rb >+%%WWWDIR%%/spec/features/projects/user_views_details_spec.rb > %%WWWDIR%%/spec/features/projects/view_on_env_spec.rb > %%WWWDIR%%/spec/features/projects/wiki/markdown_preview_spec.rb > %%WWWDIR%%/spec/features/projects/wiki/shortcuts_spec.rb >@@ -9099,7 +9623,6 @@ > %%WWWDIR%%/spec/features/security/group/internal_access_spec.rb > %%WWWDIR%%/spec/features/security/group/private_access_spec.rb > %%WWWDIR%%/spec/features/security/group/public_access_spec.rb >-%%WWWDIR%%/spec/features/signed_commits_spec.rb > %%WWWDIR%%/spec/features/security/profile_access_spec.rb > %%WWWDIR%%/spec/features/security/project/internal_access_spec.rb > %%WWWDIR%%/spec/features/security/project/private_access_spec.rb >@@ -9107,6 +9630,7 @@ > %%WWWDIR%%/spec/features/security/project/snippet/internal_access_spec.rb > %%WWWDIR%%/spec/features/security/project/snippet/private_access_spec.rb > %%WWWDIR%%/spec/features/security/project/snippet/public_access_spec.rb >+%%WWWDIR%%/spec/features/signed_commits_spec.rb > %%WWWDIR%%/spec/features/signup_spec.rb > %%WWWDIR%%/spec/features/snippets/explore_spec.rb > %%WWWDIR%%/spec/features/snippets/internal_snippet_spec.rb >@@ -9140,10 +9664,12 @@ > %%WWWDIR%%/spec/finders/admin/projects_finder_spec.rb > %%WWWDIR%%/spec/finders/autocomplete_users_finder_spec.rb > %%WWWDIR%%/spec/finders/branches_finder_spec.rb >+%%WWWDIR%%/spec/finders/clusters_finder_spec.rb > %%WWWDIR%%/spec/finders/contributed_projects_finder_spec.rb > %%WWWDIR%%/spec/finders/environments_finder_spec.rb > %%WWWDIR%%/spec/finders/events_finder_spec.rb > %%WWWDIR%%/spec/finders/fork_projects_finder_spec.rb >+%%WWWDIR%%/spec/finders/group_descendants_finder_spec.rb > %%WWWDIR%%/spec/finders/group_members_finder_spec.rb > %%WWWDIR%%/spec/finders/group_projects_finder_spec.rb > %%WWWDIR%%/spec/finders/groups_finder_spec.rb >@@ -9161,6 +9687,7 @@ > %%WWWDIR%%/spec/finders/pipeline_schedules_finder_spec.rb > %%WWWDIR%%/spec/finders/pipelines_finder_spec.rb > %%WWWDIR%%/spec/finders/projects_finder_spec.rb >+%%WWWDIR%%/spec/finders/runner_jobs_finder_spec.rb > %%WWWDIR%%/spec/finders/snippets_finder_spec.rb > %%WWWDIR%%/spec/finders/tags_finder_spec.rb > %%WWWDIR%%/spec/finders/todos_finder_spec.rb >@@ -9171,9 +9698,16 @@ > %%WWWDIR%%/spec/fixtures/api/schemas/branch.json > %%WWWDIR%%/spec/fixtures/api/schemas/cluster_status.json > %%WWWDIR%%/spec/fixtures/api/schemas/conflicts.json >+%%WWWDIR%%/spec/fixtures/api/schemas/contributor.json >+%%WWWDIR%%/spec/fixtures/api/schemas/contributors.json > %%WWWDIR%%/spec/fixtures/api/schemas/deployments.json >-%%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request.json >+%%WWWDIR%%/spec/fixtures/api/schemas/entities/issue.json >+%%WWWDIR%%/spec/fixtures/api/schemas/entities/issue_sidebar.json >+%%WWWDIR%%/spec/fixtures/api/schemas/entities/label.json > %%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_basic.json >+%%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_metrics.json >+%%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_widget.json >+%%WWWDIR%%/spec/fixtures/api/schemas/entities/user.json > %%WWWDIR%%/spec/fixtures/api/schemas/issue.json > %%WWWDIR%%/spec/fixtures/api/schemas/issues.json > %%WWWDIR%%/spec/fixtures/api/schemas/list.json >@@ -9186,6 +9720,8 @@ > %%WWWDIR%%/spec/fixtures/api/schemas/prometheus/additional_metrics_query_result.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v3/issues.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v3/merge_requests.json >+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/board.json >+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/boards.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/branch.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/branches.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/comment.json >@@ -9197,6 +9733,10 @@ > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commits.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/issues.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/merge_requests.json >+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pages_domain/basic.json >+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pages_domain/detail.json >+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pages_domain_basics.json >+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pages_domains.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pipeline/basic.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/release.json > %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/tag.json >@@ -9216,6 +9756,7 @@ > %%WWWDIR%%/spec/fixtures/blockquote_fence_before.md > %%WWWDIR%%/spec/fixtures/ci_build_artifacts.zip > %%WWWDIR%%/spec/fixtures/ci_build_artifacts_metadata.gz >+%%WWWDIR%%/spec/fixtures/clusters/sample_cert.pem > %%WWWDIR%%/spec/fixtures/config/kubeconfig-without-ca.yml > %%WWWDIR%%/spec/fixtures/config/kubeconfig.yml > %%WWWDIR%%/spec/fixtures/config/mail_room_disabled.yml >@@ -9269,6 +9810,9 @@ > %%WWWDIR%%/spec/fixtures/emails/reply_without_subaddressing_and_key_inside_references_with_a_comma.eml > %%WWWDIR%%/spec/fixtures/emails/valid_new_issue.eml > %%WWWDIR%%/spec/fixtures/emails/valid_new_issue_empty.eml >+%%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request.eml >+%%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request_no_description.eml >+%%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request_no_subject.eml > %%WWWDIR%%/spec/fixtures/emails/valid_reply.eml > %%WWWDIR%%/spec/fixtures/emails/windows_8_metro.eml > %%WWWDIR%%/spec/fixtures/emails/wrong_incoming_email_token.eml >@@ -9293,6 +9837,7 @@ > %%WWWDIR%%/spec/fixtures/project_services/campfire/rooms2.json > %%WWWDIR%%/spec/fixtures/rails_sample.jpg > %%WWWDIR%%/spec/fixtures/sanitized.svg >+%%WWWDIR%%/spec/fixtures/ssh_host_example_key.pub > %%WWWDIR%%/spec/fixtures/trace/ansi-sequence-and-unicode > %%WWWDIR%%/spec/fixtures/trace/trace_with_sections > %%WWWDIR%%/spec/fixtures/unescaped_chars.po >@@ -9306,6 +9851,7 @@ > %%WWWDIR%%/spec/helpers/award_emoji_helper_spec.rb > %%WWWDIR%%/spec/helpers/blame_helper_spec.rb > %%WWWDIR%%/spec/helpers/blob_helper_spec.rb >+%%WWWDIR%%/spec/helpers/boards_helper_spec.rb > %%WWWDIR%%/spec/helpers/broadcast_messages_helper_spec.rb > %%WWWDIR%%/spec/helpers/button_helper_spec.rb > %%WWWDIR%%/spec/helpers/ci_status_helper_spec.rb >@@ -9323,6 +9869,7 @@ > %%WWWDIR%%/spec/helpers/hooks_helper_spec.rb > %%WWWDIR%%/spec/helpers/icons_helper_spec.rb > %%WWWDIR%%/spec/helpers/import_helper_spec.rb >+%%WWWDIR%%/spec/helpers/instance_configuration_helper_spec.rb > %%WWWDIR%%/spec/helpers/issuables_helper_spec.rb > %%WWWDIR%%/spec/helpers/issues_helper_spec.rb > %%WWWDIR%%/spec/helpers/labels_helper_spec.rb >@@ -9358,6 +9905,7 @@ > %%WWWDIR%%/spec/initializers/6_validations_spec.rb > %%WWWDIR%%/spec/initializers/8_metrics_spec.rb > %%WWWDIR%%/spec/initializers/doorkeeper_spec.rb >+%%WWWDIR%%/spec/initializers/gollum_spec.rb > %%WWWDIR%%/spec/initializers/secret_token_spec.rb > %%WWWDIR%%/spec/initializers/settings_spec.rb > %%WWWDIR%%/spec/initializers/trusted_proxies_spec.rb >@@ -9370,9 +9918,11 @@ > %%WWWDIR%%/spec/javascripts/awards_handler_spec.js > %%WWWDIR%%/spec/javascripts/behaviors/autosize_spec.js > %%WWWDIR%%/spec/javascripts/behaviors/bind_in_out_spec.js >+%%WWWDIR%%/spec/javascripts/behaviors/copy_as_gfm_spec.js > %%WWWDIR%%/spec/javascripts/behaviors/gl_emoji/unicode_support_map_spec.js > %%WWWDIR%%/spec/javascripts/behaviors/quick_submit_spec.js > %%WWWDIR%%/spec/javascripts/behaviors/requires_input_spec.js >+%%WWWDIR%%/spec/javascripts/behaviors/secret_values_spec.js > %%WWWDIR%%/spec/javascripts/blob/3d_viewer/mesh_object_spec.js > %%WWWDIR%%/spec/javascripts/blob/balsamiq/balsamiq_viewer_integration_spec.js > %%WWWDIR%%/spec/javascripts/blob/balsamiq/balsamiq_viewer_spec.js >@@ -9396,14 +9946,17 @@ > %%WWWDIR%%/spec/javascripts/bootstrap_jquery_spec.js > %%WWWDIR%%/spec/javascripts/bootstrap_linked_tabs_spec.js > %%WWWDIR%%/spec/javascripts/breakpoints_spec.js >-%%WWWDIR%%/spec/javascripts/build_spec.js > %%WWWDIR%%/spec/javascripts/close_reopen_report_toggle_spec.js >-%%WWWDIR%%/spec/javascripts/clusters_spec.js >+%%WWWDIR%%/spec/javascripts/clusters/clusters_bundle_spec.js >+%%WWWDIR%%/spec/javascripts/clusters/clusters_index_spec.js >+%%WWWDIR%%/spec/javascripts/clusters/components/application_row_spec.js >+%%WWWDIR%%/spec/javascripts/clusters/components/applications_spec.js >+%%WWWDIR%%/spec/javascripts/clusters/services/mock_data.js >+%%WWWDIR%%/spec/javascripts/clusters/stores/clusters_store_spec.js > %%WWWDIR%%/spec/javascripts/collapsed_sidebar_todo_spec.js > %%WWWDIR%%/spec/javascripts/comment_type_toggle_spec.js > %%WWWDIR%%/spec/javascripts/commit/pipelines/pipelines_spec.js > %%WWWDIR%%/spec/javascripts/commits_spec.js >-%%WWWDIR%%/spec/javascripts/copy_as_gfm_spec.js > %%WWWDIR%%/spec/javascripts/cycle_analytics/banner_spec.js > %%WWWDIR%%/spec/javascripts/cycle_analytics/limit_warning_component_spec.js > %%WWWDIR%%/spec/javascripts/cycle_analytics/total_time_component_spec.js >@@ -9420,15 +9973,16 @@ > %%WWWDIR%%/spec/javascripts/droplab/plugins/ajax_spec.js > %%WWWDIR%%/spec/javascripts/droplab/plugins/input_setter_spec.js > %%WWWDIR%%/spec/javascripts/emoji_spec.js >+%%WWWDIR%%/spec/javascripts/environments/emtpy_state_spec.js > %%WWWDIR%%/spec/javascripts/environments/environment_actions_spec.js > %%WWWDIR%%/spec/javascripts/environments/environment_external_url_spec.js > %%WWWDIR%%/spec/javascripts/environments/environment_item_spec.js > %%WWWDIR%%/spec/javascripts/environments/environment_monitoring_spec.js > %%WWWDIR%%/spec/javascripts/environments/environment_rollback_spec.js >-%%WWWDIR%%/spec/javascripts/environments/environment_spec.js > %%WWWDIR%%/spec/javascripts/environments/environment_stop_spec.js > %%WWWDIR%%/spec/javascripts/environments/environment_table_spec.js > %%WWWDIR%%/spec/javascripts/environments/environment_terminal_button_spec.js >+%%WWWDIR%%/spec/javascripts/environments/environments_app_spec.js > %%WWWDIR%%/spec/javascripts/environments/environments_store_spec.js > %%WWWDIR%%/spec/javascripts/environments/folder/environments_folder_view_spec.js > %%WWWDIR%%/spec/javascripts/environments/mock_data.js >@@ -9454,9 +10008,6 @@ > %%WWWDIR%%/spec/javascripts/fixtures/clusters.rb > %%WWWDIR%%/spec/javascripts/fixtures/deploy_keys.rb > %%WWWDIR%%/spec/javascripts/fixtures/environments.rb >-%%WWWDIR%%/spec/javascripts/fixtures/environments/element.html.haml >-%%WWWDIR%%/spec/javascripts/fixtures/environments/environments.html.haml >-%%WWWDIR%%/spec/javascripts/fixtures/environments/environments_folder_view.html.haml > %%WWWDIR%%/spec/javascripts/fixtures/environments/table.html.haml > %%WWWDIR%%/spec/javascripts/fixtures/event_filter.html.haml > %%WWWDIR%%/spec/javascripts/fixtures/gl_dropdown.html.haml >@@ -9493,6 +10044,7 @@ > %%WWWDIR%%/spec/javascripts/fixtures/static_fixtures.rb > %%WWWDIR%%/spec/javascripts/fixtures/todos.rb > %%WWWDIR%%/spec/javascripts/fixtures/u2f.rb >+%%WWWDIR%%/spec/javascripts/flash_spec.js > %%WWWDIR%%/spec/javascripts/fly_out_nav_spec.js > %%WWWDIR%%/spec/javascripts/gfm_auto_complete_spec.js > %%WWWDIR%%/spec/javascripts/gl_dropdown_spec.js >@@ -9500,14 +10052,26 @@ > %%WWWDIR%%/spec/javascripts/gl_form_spec.js > %%WWWDIR%%/spec/javascripts/gpg_badges_spec.js > %%WWWDIR%%/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js >+%%WWWDIR%%/spec/javascripts/graphs/stat_graph_contributors_spec.js > %%WWWDIR%%/spec/javascripts/graphs/stat_graph_contributors_util_spec.js >-%%WWWDIR%%/spec/javascripts/groups/group_item_spec.js >-%%WWWDIR%%/spec/javascripts/groups/groups_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/app_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/group_folder_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/group_item_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/groups_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/item_actions_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/item_caret_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/item_stats_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/item_stats_value_spec.js >+%%WWWDIR%%/spec/javascripts/groups/components/item_type_icon_spec.js > %%WWWDIR%%/spec/javascripts/groups/mock_data.js >+%%WWWDIR%%/spec/javascripts/groups/service/groups_service_spec.js >+%%WWWDIR%%/spec/javascripts/groups/store/groups_store_spec.js > %%WWWDIR%%/spec/javascripts/header_spec.js > %%WWWDIR%%/spec/javascripts/helpers/class_spec_helper.js > %%WWWDIR%%/spec/javascripts/helpers/class_spec_helper_spec.js > %%WWWDIR%%/spec/javascripts/helpers/filtered_search_spec_helper.js >+%%WWWDIR%%/spec/javascripts/helpers/locale_helper.js >+%%WWWDIR%%/spec/javascripts/helpers/set_timeout_promise_helper.js > %%WWWDIR%%/spec/javascripts/helpers/user_mock_data_helper.js > %%WWWDIR%%/spec/javascripts/helpers/vue_mount_component_helper.js > %%WWWDIR%%/spec/javascripts/helpers/vue_resource_helper.js >@@ -9523,7 +10087,6 @@ > %%WWWDIR%%/spec/javascripts/image_diff/replaced_image_diff_spec.js > %%WWWDIR%%/spec/javascripts/image_diff/view_types_spec.js > %%WWWDIR%%/spec/javascripts/integrations/integration_settings_form_spec.js >-%%WWWDIR%%/spec/javascripts/issuable_context_spec.js > %%WWWDIR%%/spec/javascripts/issuable_spec.js > %%WWWDIR%%/spec/javascripts/issuable_time_tracker_spec.js > %%WWWDIR%%/spec/javascripts/issue_show/components/app_spec.js >@@ -9538,6 +10101,7 @@ > %%WWWDIR%%/spec/javascripts/issue_show/helpers.js > %%WWWDIR%%/spec/javascripts/issue_show/mock_data.js > %%WWWDIR%%/spec/javascripts/issue_spec.js >+%%WWWDIR%%/spec/javascripts/job_spec.js > %%WWWDIR%%/spec/javascripts/jobs/header_spec.js > %%WWWDIR%%/spec/javascripts/jobs/job_details_mediator_spec.js > %%WWWDIR%%/spec/javascripts/jobs/job_store_spec.js >@@ -9552,14 +10116,18 @@ > %%WWWDIR%%/spec/javascripts/lib/utils/cache_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/common_utils_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/csrf_token_spec.js >+%%WWWDIR%%/spec/javascripts/lib/utils/datefix_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/dom_utils_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/image_utility_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/number_utility_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/poll_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/sticky_spec.js >+%%WWWDIR%%/spec/javascripts/lib/utils/text_markdown_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/text_utility_spec.js >+%%WWWDIR%%/spec/javascripts/lib/utils/tick_formats_spec.js > %%WWWDIR%%/spec/javascripts/lib/utils/users_cache_spec.js > %%WWWDIR%%/spec/javascripts/line_highlighter_spec.js >+%%WWWDIR%%/spec/javascripts/locale/index_spec.js > %%WWWDIR%%/spec/javascripts/locale/sprintf_spec.js > %%WWWDIR%%/spec/javascripts/merge_request_notes_spec.js > %%WWWDIR%%/spec/javascripts/merge_request_spec.js >@@ -9575,6 +10143,7 @@ > %%WWWDIR%%/spec/javascripts/monitoring/mock_data.js > %%WWWDIR%%/spec/javascripts/monitoring/monitoring_store_spec.js > %%WWWDIR%%/spec/javascripts/monitoring/utils/multiple_time_series_spec.js >+%%WWWDIR%%/spec/javascripts/namespace_select_spec.js > %%WWWDIR%%/spec/javascripts/new_branch_spec.js > %%WWWDIR%%/spec/javascripts/notebook/cells/code_spec.js > %%WWWDIR%%/spec/javascripts/notebook/cells/markdown_spec.js >@@ -9584,21 +10153,18 @@ > %%WWWDIR%%/spec/javascripts/notebook/cells/prompt_spec.js > %%WWWDIR%%/spec/javascripts/notebook/index_spec.js > %%WWWDIR%%/spec/javascripts/notebook/lib/highlight_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_comment_form_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_discussion_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_actions_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_app_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_attachment_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_awards_list_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_body_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_edited_text_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_form_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_header_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_signed_out_widget_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_note_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_placeholder_note_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_placeholder_system_note_spec.js >-%%WWWDIR%%/spec/javascripts/notes/components/issue_system_note_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/comment_form_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_actions_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_app_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_attachment_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_awards_list_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_body_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_edited_text_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_form_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_header_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/note_signed_out_widget_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/noteable_discussion_spec.js >+%%WWWDIR%%/spec/javascripts/notes/components/noteable_note_spec.js > %%WWWDIR%%/spec/javascripts/notes/mock_data.js > %%WWWDIR%%/spec/javascripts/notes/stores/actions_spec.js > %%WWWDIR%%/spec/javascripts/notes/stores/getters_spec.js >@@ -9623,7 +10189,6 @@ > %%WWWDIR%%/spec/javascripts/pipelines/graph/stage_column_component_spec.js > %%WWWDIR%%/spec/javascripts/pipelines/header_component_spec.js > %%WWWDIR%%/spec/javascripts/pipelines/nav_controls_spec.js >-%%WWWDIR%%/spec/javascripts/pipelines/navigation_tabs_spec.js > %%WWWDIR%%/spec/javascripts/pipelines/pipeline_details_mediator_spec.js > %%WWWDIR%%/spec/javascripts/pipelines/pipeline_store_spec.js > %%WWWDIR%%/spec/javascripts/pipelines/pipeline_url_spec.js >@@ -9661,20 +10226,47 @@ > %%WWWDIR%%/spec/javascripts/registry/mock_data.js > %%WWWDIR%%/spec/javascripts/registry/stores/actions_spec.js > %%WWWDIR%%/spec/javascripts/registry/stores/mutations_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/commit_sidebar/list_collapsed_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/commit_sidebar/list_item_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/commit_sidebar/list_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/ide_context_bar_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/ide_repo_tree_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/ide_side_bar_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/ide_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/new_branch_form_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/new_dropdown/index_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/new_dropdown/modal_spec.js >+%%WWWDIR%%/spec/javascripts/repo/components/new_dropdown/upload_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_commit_section_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_edit_button_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_editor_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_file_buttons_spec.js >-%%WWWDIR%%/spec/javascripts/repo/components/repo_file_options_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_file_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_loading_file_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_prev_directory_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_preview_spec.js >-%%WWWDIR%%/spec/javascripts/repo/components/repo_sidebar_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_tab_spec.js > %%WWWDIR%%/spec/javascripts/repo/components/repo_tabs_spec.js >+%%WWWDIR%%/spec/javascripts/repo/helpers.js >+%%WWWDIR%%/spec/javascripts/repo/lib/common/disposable_spec.js >+%%WWWDIR%%/spec/javascripts/repo/lib/common/model_manager_spec.js >+%%WWWDIR%%/spec/javascripts/repo/lib/common/model_spec.js >+%%WWWDIR%%/spec/javascripts/repo/lib/decorations/controller_spec.js >+%%WWWDIR%%/spec/javascripts/repo/lib/diff/controller_spec.js >+%%WWWDIR%%/spec/javascripts/repo/lib/diff/diff_spec.js >+%%WWWDIR%%/spec/javascripts/repo/lib/editor_options_spec.js >+%%WWWDIR%%/spec/javascripts/repo/lib/editor_spec.js > %%WWWDIR%%/spec/javascripts/repo/monaco_loader_spec.js >-%%WWWDIR%%/spec/javascripts/repo/services/repo_service_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/actions/branch_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/actions/file_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/actions/tree_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/actions_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/getters_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/mutations/branch_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/mutations/file_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/mutations/tree_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/mutations_spec.js >+%%WWWDIR%%/spec/javascripts/repo/stores/utils_spec.js > %%WWWDIR%%/spec/javascripts/right_sidebar_spec.js > %%WWWDIR%%/spec/javascripts/search_autocomplete_spec.js > %%WWWDIR%%/spec/javascripts/shortcuts_issuable_spec.js >@@ -9688,11 +10280,13 @@ > %%WWWDIR%%/spec/javascripts/sidebar/lock/edit_form_spec.js > %%WWWDIR%%/spec/javascripts/sidebar/lock/lock_issue_sidebar_spec.js > %%WWWDIR%%/spec/javascripts/sidebar/mock_data.js >+%%WWWDIR%%/spec/javascripts/sidebar/participants_spec.js > %%WWWDIR%%/spec/javascripts/sidebar/sidebar_assignees_spec.js > %%WWWDIR%%/spec/javascripts/sidebar/sidebar_mediator_spec.js > %%WWWDIR%%/spec/javascripts/sidebar/sidebar_move_issue_spec.js >-%%WWWDIR%%/spec/javascripts/sidebar/sidebar_service_spec.js > %%WWWDIR%%/spec/javascripts/sidebar/sidebar_store_spec.js >+%%WWWDIR%%/spec/javascripts/sidebar/sidebar_subscriptions_spec.js >+%%WWWDIR%%/spec/javascripts/sidebar/subscriptions_spec.js > %%WWWDIR%%/spec/javascripts/signin_tabs_memoizer_spec.js > %%WWWDIR%%/spec/javascripts/smart_interval_spec.js > %%WWWDIR%%/spec/javascripts/syntax_highlight_spec.js >@@ -9710,6 +10304,7 @@ > %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_merge_help_spec.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_pipeline_spec.js >+%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_rebase_spec.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_related_links_spec.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_archived_spec.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js >@@ -9731,35 +10326,54 @@ > %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_wip_spec.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/mock_data.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/mr_widget_options_spec.js >-%%WWWDIR%%/spec/javascripts/vue_mr_widget/services/mr_widget_service_spec.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/stores/get_state_key_spec.js > %%WWWDIR%%/spec/javascripts/vue_mr_widget/stores/mr_widget_store_spec.js >-%%WWWDIR%%/spec/javascripts/vue_shared/ci_action_icons_spec.js >-%%WWWDIR%%/spec/javascripts/vue_shared/ci_status_icon_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/ci_badge_link_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/ci_icon_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/commit_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/expand_button_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/file_icon_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/header_ci_component_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/icon_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/identicon_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/issue/issue_warning_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/loading_button_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/loading_icon_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/markdown/field_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/markdown/header_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/markdown/toolbar_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/memory_graph_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/mock_data.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/modal_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/navigation_tabs_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/notes/placeholder_note_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/notes/placeholder_system_note_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/notes/system_note_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/panel_resizer_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/pikaday_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/collapsed_calendar_icon_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/collapsed_grouped_date_picker_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/date_picker_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/toggle_sidebar_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/skeleton_loading_container_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/table_pagination_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/components/time_ago_tooltip_spec.js >-%%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar_image_spec.js >-%%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar_link_spec.js >-%%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar_svg_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/toggle_button_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_image_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_link_spec.js >+%%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_svg_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/directives/tooltip_spec.js > %%WWWDIR%%/spec/javascripts/vue_shared/translate_spec.js > %%WWWDIR%%/spec/javascripts/zen_mode_spec.js > %%WWWDIR%%/spec/lib/additional_email_headers_interceptor_spec.rb > %%WWWDIR%%/spec/lib/after_commit_queue_spec.rb > %%WWWDIR%%/spec/lib/api/helpers/pagination_spec.rb >+%%WWWDIR%%/spec/lib/api/helpers_spec.rb >+%%WWWDIR%%/spec/lib/backup/manager_spec.rb >+%%WWWDIR%%/spec/lib/backup/repository_spec.rb > %%WWWDIR%%/spec/lib/banzai/commit_renderer_spec.rb > %%WWWDIR%%/spec/lib/banzai/cross_project_reference_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/absolute_link_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/abstract_reference_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/ascii_doc_post_processing_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/autolink_filter_spec.rb >@@ -9780,6 +10394,7 @@ > %%WWWDIR%%/spec/lib/banzai/filter/markdown_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/math_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/merge_request_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/mermaid_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/milestone_reference_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/plantuml_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/redactor_filter_spec.rb >@@ -9789,14 +10404,12 @@ > %%WWWDIR%%/spec/lib/banzai/filter/snippet_reference_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/syntax_highlight_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/table_of_contents_filter_spec.rb >-%%WWWDIR%%/spec/lib/banzai/filter/upload_link_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/user_reference_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/video_link_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/wiki_link_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter/yaml_front_matter_filter_spec.rb > %%WWWDIR%%/spec/lib/banzai/filter_array_spec.rb > %%WWWDIR%%/spec/lib/banzai/issuable_extractor_spec.rb >-%%WWWDIR%%/spec/lib/banzai/note_renderer_spec.rb > %%WWWDIR%%/spec/lib/banzai/object_renderer_spec.rb > %%WWWDIR%%/spec/lib/banzai/pipeline/description_pipeline_spec.rb > %%WWWDIR%%/spec/lib/banzai/pipeline/email_pipeline_spec.rb >@@ -9840,12 +10453,13 @@ > %%WWWDIR%%/spec/lib/extracts_path_spec.rb > %%WWWDIR%%/spec/lib/feature_spec.rb > %%WWWDIR%%/spec/lib/file_size_validator_spec.rb >-%%WWWDIR%%/spec/lib/github/client_spec.rb >-%%WWWDIR%%/spec/lib/github/import/legacy_diff_note_spec.rb >-%%WWWDIR%%/spec/lib/github/import/note_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/action_rate_limiter_spec.rb > %%WWWDIR%%/spec/lib/gitlab/allowable_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/app_logger_spec.rb > %%WWWDIR%%/spec/lib/gitlab/asciidoc_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/auth/request_authenticator_spec.rb > %%WWWDIR%%/spec/lib/gitlab/auth/unique_ips_limiter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/auth/user_auth_finders_spec.rb > %%WWWDIR%%/spec/lib/gitlab/auth_spec.rb > %%WWWDIR%%/spec/lib/gitlab/background_migration/create_fork_network_memberships_range_spec.rb > %%WWWDIR%%/spec/lib/gitlab/background_migration/create_gpg_key_subkeys_from_gpg_keys_spec.rb >@@ -9857,9 +10471,11 @@ > %%WWWDIR%%/spec/lib/gitlab/background_migration/move_personal_snippet_files_spec.rb > %%WWWDIR%%/spec/lib/gitlab/background_migration/normalize_ldap_extern_uids_range_spec.rb > %%WWWDIR%%/spec/lib/gitlab/background_migration/populate_fork_networks_range_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_merge_requests_latest_merge_request_diff_id_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_untracked_uploads_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb > %%WWWDIR%%/spec/lib/gitlab/background_migration_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/backup/manager_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/backup/repository_spec.rb > %%WWWDIR%%/spec/lib/gitlab/badge/coverage/metadata_spec.rb > %%WWWDIR%%/spec/lib/gitlab/badge/coverage/report_spec.rb > %%WWWDIR%%/spec/lib/gitlab/badge/coverage/template_spec.rb >@@ -9867,7 +10483,8 @@ > %%WWWDIR%%/spec/lib/gitlab/badge/pipeline/status_spec.rb > %%WWWDIR%%/spec/lib/gitlab/badge/pipeline/template_spec.rb > %%WWWDIR%%/spec/lib/gitlab/badge/shared/metadata.rb >-%%WWWDIR%%/spec/lib/gitlab/bare_repository_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/bare_repository_import/importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/bare_repository_import/repository_spec.rb > %%WWWDIR%%/spec/lib/gitlab/bitbucket_import/importer_spec.rb > %%WWWDIR%%/spec/lib/gitlab/bitbucket_import/project_creator_spec.rb > %%WWWDIR%%/spec/lib/gitlab/blame_spec.rb >@@ -9877,6 +10494,8 @@ > %%WWWDIR%%/spec/lib/gitlab/chat_name_token_spec.rb > %%WWWDIR%%/spec/lib/gitlab/checks/change_access_spec.rb > %%WWWDIR%%/spec/lib/gitlab/checks/force_push_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/checks/lfs_integrity_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/checks/project_moved_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ci/ansi2html_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata/entry_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata_spec.rb >@@ -9921,6 +10540,8 @@ > %%WWWDIR%%/spec/lib/gitlab/ci/config_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ci/cron_parser_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ci/mask_secret_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/build_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/command_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/create_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/sequence_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/skip_spec.rb >@@ -9966,7 +10587,6 @@ > %%WWWDIR%%/spec/lib/gitlab/color_schemes_spec.rb > %%WWWDIR%%/spec/lib/gitlab/conflict/file_collection_spec.rb > %%WWWDIR%%/spec/lib/gitlab/conflict/file_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/conflict/parser_spec.rb > %%WWWDIR%%/spec/lib/gitlab/contributions_calendar_spec.rb > %%WWWDIR%%/spec/lib/gitlab/current_settings_spec.rb > %%WWWDIR%%/spec/lib/gitlab/cycle_analytics/base_event_fetcher_spec.rb >@@ -10035,8 +10655,10 @@ > %%WWWDIR%%/spec/lib/gitlab/email/attachment_uploader_spec.rb > %%WWWDIR%%/spec/lib/gitlab/email/email_shared_blocks.rb > %%WWWDIR%%/spec/lib/gitlab/email/handler/create_issue_handler_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/email/handler/create_merge_request_handler_spec.rb > %%WWWDIR%%/spec/lib/gitlab/email/handler/create_note_handler_spec.rb > %%WWWDIR%%/spec/lib/gitlab/email/handler/unsubscribe_handler_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/email/handler_spec.rb > %%WWWDIR%%/spec/lib/gitlab/email/message/repository_push_spec.rb > %%WWWDIR%%/spec/lib/gitlab/email/receiver_spec.rb > %%WWWDIR%%/spec/lib/gitlab/email/reply_parser_spec.rb >@@ -10057,17 +10679,23 @@ > %%WWWDIR%%/spec/lib/gitlab/git/branch_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/commit_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/compare_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/git/conflict/parser_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/diff_collection_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/diff_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/env_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/git/gitlab_projects_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/gitmodules_parser_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/hook_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/hooks_service_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/index_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/git/lfs_changes_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/popen_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/git/remote_repository_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/repository_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/rev_list_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/git/storage/checker_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/storage/circuit_breaker_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/git/storage/failure_info_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/storage/forked_storage_check_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/storage/health_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git/storage/null_circuit_breaker_spec.rb >@@ -10080,27 +10708,52 @@ > %%WWWDIR%%/spec/lib/gitlab/git_ref_validator_spec.rb > %%WWWDIR%%/spec/lib/gitlab/git_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client/commit_service_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/gitaly_client/conflicts_service_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client/diff_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client/diff_stitcher_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client/notification_service_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client/operation_service_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client/ref_service_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/gitaly_client/remote_service_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client/repository_service_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client/util_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/gitaly_client/wiki_service_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitaly_client_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/branch_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/bulk_importing_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/caching_spec.rb > %%WWWDIR%%/spec/lib/gitlab/github_import/client_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/comment_formatter_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/importer_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/issuable_formatter_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/issue_formatter_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/label_formatter_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/milestone_formatter_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/project_creator_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/pull_request_formatter_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/release_formatter_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/user_formatter_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/github_import/wiki_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/diff_note_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/diff_notes_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/issue_and_label_links_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/issue_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/issues_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/label_links_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/labels_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/note_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/notes_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/pull_request_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/pull_requests_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/releases_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/importer/repository_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/issuable_finder_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/label_finder_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/markdown_text_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/milestone_finder_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/page_counter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/parallel_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/parallel_scheduling_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/representation/diff_note_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/representation/expose_attribute_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/representation/issue_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/representation/note_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/representation/pull_request_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/representation/to_hash_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/representation/user_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/representation_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/sequential_importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/user_finder_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitlab_import/client_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitlab_import/importer_spec.rb > %%WWWDIR%%/spec/lib/gitlab/gitlab_import/project_creator_spec.rb >@@ -10122,6 +10775,9 @@ > %%WWWDIR%%/spec/lib/gitlab/health_checks/redis/shared_state_check_spec.rb > %%WWWDIR%%/spec/lib/gitlab/health_checks/simple_check_shared.rb > %%WWWDIR%%/spec/lib/gitlab/highlight_spec.rb >+%%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/i18n/metadata_entry_spec.rb > %%WWWDIR%%/spec/lib/gitlab/i18n/po_linter_spec.rb > %%WWWDIR%%/spec/lib/gitlab/i18n/translation_entry_spec.rb >@@ -10149,14 +10805,21 @@ > %%WWWDIR%%/spec/lib/gitlab/import_export/repo_restorer_spec.rb > %%WWWDIR%%/spec/lib/gitlab/import_export/repo_saver_spec.rb > %%WWWDIR%%/spec/lib/gitlab/import_export/safe_model_attributes.yml >+%%WWWDIR%%/spec/lib/gitlab/import_export/uploads_restorer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/import_export/uploads_saver_spec.rb > %%WWWDIR%%/spec/lib/gitlab/import_export/version_checker_spec.rb > %%WWWDIR%%/spec/lib/gitlab/import_export/wiki_repo_saver_spec.rb > %%WWWDIR%%/spec/lib/gitlab/import_sources_spec.rb > %%WWWDIR%%/spec/lib/gitlab/incoming_email_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/insecure_key_fingerprint_spec.rb > %%WWWDIR%%/spec/lib/gitlab/issuable_metadata_spec.rb > %%WWWDIR%%/spec/lib/gitlab/issuable_sorter_spec.rb > %%WWWDIR%%/spec/lib/gitlab/issuables_count_for_state_spec.rb > %%WWWDIR%%/spec/lib/gitlab/job_waiter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/kubernetes/helm/api_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/kubernetes/helm/install_command_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/kubernetes/helm/pod_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/kubernetes/namespace_spec.rb > %%WWWDIR%%/spec/lib/gitlab/kubernetes_spec.rb > %%WWWDIR%%/spec/lib/gitlab/lazy_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ldap/access_spec.rb >@@ -10167,28 +10830,44 @@ > %%WWWDIR%%/spec/lib/gitlab/ldap/dn_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ldap/person_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ldap/user_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/branch_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/client_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/comment_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/issuable_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/issue_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/label_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/milestone_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/project_creator_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/pull_request_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/release_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/user_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/legacy_github_import/wiki_formatter_spec.rb > %%WWWDIR%%/spec/lib/gitlab/lfs_token_spec.rb > %%WWWDIR%%/spec/lib/gitlab/markup_helper_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/background_transaction_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/delta_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/metrics/influx_sampler_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/instrumentation_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/method_call_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/metric_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/rack_middleware_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/requests_rack_middleware_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/influx_sampler_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/ruby_sampler_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/samplers/unicorn_sampler_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/sidekiq_metrics_exporter_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/sidekiq_middleware_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/rails_cache_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics/system_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/metrics/transaction_spec.rb >-%%WWWDIR%%/spec/lib/gitlab/metrics/unicorn_sampler_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/web_transaction_spec.rb > %%WWWDIR%%/spec/lib/gitlab/metrics_spec.rb > %%WWWDIR%%/spec/lib/gitlab/middleware/go_spec.rb > %%WWWDIR%%/spec/lib/gitlab/middleware/multipart_spec.rb > %%WWWDIR%%/spec/lib/gitlab/middleware/rails_queue_duration_spec.rb > %%WWWDIR%%/spec/lib/gitlab/middleware/read_only_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/multi_collection_paginator_spec.rb > %%WWWDIR%%/spec/lib/gitlab/o_auth/auth_hash_spec.rb > %%WWWDIR%%/spec/lib/gitlab/o_auth/provider_spec.rb > %%WWWDIR%%/spec/lib/gitlab/o_auth/user_spec.rb >@@ -10212,6 +10891,7 @@ > %%WWWDIR%%/spec/lib/gitlab/quick_actions/command_definition_spec.rb > %%WWWDIR%%/spec/lib/gitlab/quick_actions/dsl_spec.rb > %%WWWDIR%%/spec/lib/gitlab/quick_actions/extractor_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/quick_actions/spend_time_and_date_separator_spec.rb > %%WWWDIR%%/spec/lib/gitlab/quick_actions/substitution_definition_spec.rb > %%WWWDIR%%/spec/lib/gitlab/redis/cache_spec.rb > %%WWWDIR%%/spec/lib/gitlab/redis/queues_spec.rb >@@ -10226,6 +10906,7 @@ > %%WWWDIR%%/spec/lib/gitlab/request_profiler_spec.rb > %%WWWDIR%%/spec/lib/gitlab/route_map_spec.rb > %%WWWDIR%%/spec/lib/gitlab/routing_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/saml/auth_hash_spec.rb > %%WWWDIR%%/spec/lib/gitlab/saml/user_spec.rb > %%WWWDIR%%/spec/lib/gitlab/sanitizers/svg_spec.rb > %%WWWDIR%%/spec/lib/gitlab/search_results_spec.rb >@@ -10241,10 +10922,14 @@ > %%WWWDIR%%/spec/lib/gitlab/sherlock/middleware_spec.rb > %%WWWDIR%%/spec/lib/gitlab/sherlock/query_spec.rb > %%WWWDIR%%/spec/lib/gitlab/sherlock/transaction_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sidekiq_config_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/memory_killer_spec.rb > %%WWWDIR%%/spec/lib/gitlab/sidekiq_status/client_middleware_spec.rb > %%WWWDIR%%/spec/lib/gitlab/sidekiq_status/server_middleware_spec.rb > %%WWWDIR%%/spec/lib/gitlab/sidekiq_status_spec.rb > %%WWWDIR%%/spec/lib/gitlab/sidekiq_throttler_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sidekiq_versioning/manager_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sidekiq_versioning_spec.rb > %%WWWDIR%%/spec/lib/gitlab/slash_commands/command_spec.rb > %%WWWDIR%%/spec/lib/gitlab/slash_commands/deploy_spec.rb > %%WWWDIR%%/spec/lib/gitlab/slash_commands/issue_new_spec.rb >@@ -10261,8 +10946,13 @@ > %%WWWDIR%%/spec/lib/gitlab/sql/recursive_cte_spec.rb > %%WWWDIR%%/spec/lib/gitlab/sql/union_spec.rb > %%WWWDIR%%/spec/lib/gitlab/ssh_public_key_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/storage_check/cli_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/storage_check/gitlab_caller_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/storage_check/option_parser_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/storage_check/response_spec.rb > %%WWWDIR%%/spec/lib/gitlab/string_range_marker_spec.rb > %%WWWDIR%%/spec/lib/gitlab/string_regex_marker_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/tcp_checker_spec.rb > %%WWWDIR%%/spec/lib/gitlab/template/gitignore_template_spec.rb > %%WWWDIR%%/spec/lib/gitlab/template/gitlab_ci_yml_template_spec.rb > %%WWWDIR%%/spec/lib/gitlab/template/issue_template_spec.rb >@@ -10277,6 +10967,8 @@ > %%WWWDIR%%/spec/lib/gitlab/usage_data_spec.rb > %%WWWDIR%%/spec/lib/gitlab/user_access_spec.rb > %%WWWDIR%%/spec/lib/gitlab/user_activities_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/utils/merge_hash_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/utils/strong_memoize_spec.rb > %%WWWDIR%%/spec/lib/gitlab/utils_spec.rb > %%WWWDIR%%/spec/lib/gitlab/version_info_spec.rb > %%WWWDIR%%/spec/lib/gitlab/view/presenter/base_spec.rb >@@ -10296,6 +10988,7 @@ > %%WWWDIR%%/spec/lib/mattermost/team_spec.rb > %%WWWDIR%%/spec/lib/microsoft_teams/activity_spec.rb > %%WWWDIR%%/spec/lib/microsoft_teams/notifier_spec.rb >+%%WWWDIR%%/spec/lib/milestone_array_spec.rb > %%WWWDIR%%/spec/lib/repository_cache_spec.rb > %%WWWDIR%%/spec/lib/rspec_flaky/config_spec.rb > %%WWWDIR%%/spec/lib/rspec_flaky/example_spec.rb >@@ -10323,6 +11016,7 @@ > %%WWWDIR%%/spec/migrations/clean_appearance_symlinks_spec.rb > %%WWWDIR%%/spec/migrations/clean_stage_id_reference_migration_spec.rb > %%WWWDIR%%/spec/migrations/clean_stages_statuses_migration_spec.rb >+%%WWWDIR%%/spec/migrations/clean_up_for_members_spec.rb > %%WWWDIR%%/spec/migrations/clean_upload_symlinks_spec.rb > %%WWWDIR%%/spec/migrations/cleanup_move_system_upload_folder_symlink_spec.rb > %%WWWDIR%%/spec/migrations/cleanup_namespaceless_pending_delete_projects_spec.rb >@@ -10330,8 +11024,11 @@ > %%WWWDIR%%/spec/migrations/convert_custom_notification_settings_to_columns_spec.rb > %%WWWDIR%%/spec/migrations/delete_conflicting_redirect_routes_spec.rb > %%WWWDIR%%/spec/migrations/fix_wrongly_renamed_routes_spec.rb >+%%WWWDIR%%/spec/migrations/issues_moved_to_id_foreign_key_spec.rb > %%WWWDIR%%/spec/migrations/migrate_build_stage_reference_again_spec.rb >+%%WWWDIR%%/spec/migrations/migrate_gcp_clusters_to_new_clusters_architectures_spec.rb > %%WWWDIR%%/spec/migrations/migrate_issues_to_ghost_user_spec.rb >+%%WWWDIR%%/spec/migrations/migrate_kubernetes_service_to_new_clusters_architectures_spec.rb > %%WWWDIR%%/spec/migrations/migrate_old_artifacts_spec.rb > %%WWWDIR%%/spec/migrations/migrate_pipeline_sidekiq_queues_spec.rb > %%WWWDIR%%/spec/migrations/migrate_pipeline_stages_spec.rb >@@ -10339,13 +11036,19 @@ > %%WWWDIR%%/spec/migrations/migrate_stage_id_reference_in_background_spec.rb > %%WWWDIR%%/spec/migrations/migrate_stages_statuses_spec.rb > %%WWWDIR%%/spec/migrations/migrate_user_activities_to_users_last_activity_on_spec.rb >+%%WWWDIR%%/spec/migrations/migrate_user_authentication_token_to_personal_access_token_spec.rb > %%WWWDIR%%/spec/migrations/migrate_user_project_view_spec.rb > %%WWWDIR%%/spec/migrations/move_personal_snippets_files_spec.rb > %%WWWDIR%%/spec/migrations/move_system_upload_folder_spec.rb > %%WWWDIR%%/spec/migrations/move_uploads_to_system_dir_spec.rb > %%WWWDIR%%/spec/migrations/normalize_ldap_extern_uids_spec.rb >+%%WWWDIR%%/spec/migrations/populate_can_push_from_deploy_keys_projects_spec.rb >+%%WWWDIR%%/spec/migrations/remove_assignee_id_from_issue_spec.rb > %%WWWDIR%%/spec/migrations/remove_dot_git_from_usernames_spec.rb > %%WWWDIR%%/spec/migrations/remove_duplicate_mr_events_spec.rb >+%%WWWDIR%%/spec/migrations/remove_empty_fork_networks_spec.rb >+%%WWWDIR%%/spec/migrations/remove_project_labels_group_id_spec.rb >+%%WWWDIR%%/spec/migrations/remove_soft_removed_objects_spec.rb > %%WWWDIR%%/spec/migrations/rename_duplicated_variable_key_spec.rb > %%WWWDIR%%/spec/migrations/rename_more_reserved_project_names_spec.rb > %%WWWDIR%%/spec/migrations/rename_reserved_project_names_spec.rb >@@ -10353,6 +11056,9 @@ > %%WWWDIR%%/spec/migrations/schedule_create_gpg_key_subkeys_from_gpg_keys_spec.rb > %%WWWDIR%%/spec/migrations/schedule_merge_request_diff_migrations_spec.rb > %%WWWDIR%%/spec/migrations/schedule_merge_request_diff_migrations_take_two_spec.rb >+%%WWWDIR%%/spec/migrations/schedule_merge_request_latest_merge_request_diff_id_migrations_spec.rb >+%%WWWDIR%%/spec/migrations/schedule_populate_merge_request_metrics_with_events_data_spec.rb >+%%WWWDIR%%/spec/migrations/track_untracked_uploads_spec.rb > %%WWWDIR%%/spec/migrations/turn_nested_groups_into_regular_groups_for_mysql_spec.rb > %%WWWDIR%%/spec/migrations/update_legacy_diff_notes_type_for_import_spec.rb > %%WWWDIR%%/spec/migrations/update_notes_type_for_import_spec.rb >@@ -10386,6 +11092,7 @@ > %%WWWDIR%%/spec/models/ci/build_trace_section_spec.rb > %%WWWDIR%%/spec/models/ci/group_spec.rb > %%WWWDIR%%/spec/models/ci/group_variable_spec.rb >+%%WWWDIR%%/spec/models/ci/job_artifact_spec.rb > %%WWWDIR%%/spec/models/ci/legacy_stage_spec.rb > %%WWWDIR%%/spec/models/ci/pipeline_schedule_spec.rb > %%WWWDIR%%/spec/models/ci/pipeline_schedule_variable_spec.rb >@@ -10396,24 +11103,38 @@ > %%WWWDIR%%/spec/models/ci/trigger_request_spec.rb > %%WWWDIR%%/spec/models/ci/trigger_spec.rb > %%WWWDIR%%/spec/models/ci/variable_spec.rb >+%%WWWDIR%%/spec/models/clusters/applications/helm_spec.rb >+%%WWWDIR%%/spec/models/clusters/applications/ingress_spec.rb >+%%WWWDIR%%/spec/models/clusters/applications/prometheus_spec.rb >+%%WWWDIR%%/spec/models/clusters/cluster_spec.rb >+%%WWWDIR%%/spec/models/clusters/platforms/kubernetes_spec.rb >+%%WWWDIR%%/spec/models/clusters/project_spec.rb >+%%WWWDIR%%/spec/models/clusters/providers/gcp_spec.rb >+%%WWWDIR%%/spec/models/commit_collection_spec.rb > %%WWWDIR%%/spec/models/commit_range_spec.rb > %%WWWDIR%%/spec/models/commit_spec.rb > %%WWWDIR%%/spec/models/commit_status_spec.rb > %%WWWDIR%%/spec/models/compare_spec.rb > %%WWWDIR%%/spec/models/concerns/access_requestable_spec.rb >+%%WWWDIR%%/spec/models/concerns/avatarable_spec.rb > %%WWWDIR%%/spec/models/concerns/awardable_spec.rb >+%%WWWDIR%%/spec/models/concerns/blocks_json_serialization_spec.rb > %%WWWDIR%%/spec/models/concerns/cache_markdown_field_spec.rb > %%WWWDIR%%/spec/models/concerns/case_sensitivity_spec.rb >+%%WWWDIR%%/spec/models/concerns/deployment_platform_spec.rb > %%WWWDIR%%/spec/models/concerns/discussion_on_diff_spec.rb > %%WWWDIR%%/spec/models/concerns/each_batch_spec.rb > %%WWWDIR%%/spec/models/concerns/editable_spec.rb > %%WWWDIR%%/spec/models/concerns/expirable_spec.rb > %%WWWDIR%%/spec/models/concerns/faster_cache_keys_spec.rb > %%WWWDIR%%/spec/models/concerns/feature_gate_spec.rb >+%%WWWDIR%%/spec/models/concerns/group_descendant_spec.rb > %%WWWDIR%%/spec/models/concerns/has_status_spec.rb > %%WWWDIR%%/spec/models/concerns/has_variable_spec.rb > %%WWWDIR%%/spec/models/concerns/ignorable_column_spec.rb > %%WWWDIR%%/spec/models/concerns/issuable_spec.rb >+%%WWWDIR%%/spec/models/concerns/loaded_in_group_list_spec.rb >+%%WWWDIR%%/spec/models/concerns/manual_inverse_association_spec.rb > %%WWWDIR%%/spec/models/concerns/mentionable_spec.rb > %%WWWDIR%%/spec/models/concerns/milestoneish_spec.rb > %%WWWDIR%%/spec/models/concerns/noteable_spec.rb >@@ -10456,12 +11177,12 @@ > %%WWWDIR%%/spec/models/fork_network_member_spec.rb > %%WWWDIR%%/spec/models/fork_network_spec.rb > %%WWWDIR%%/spec/models/forked_project_link_spec.rb >-%%WWWDIR%%/spec/models/gcp/cluster_spec.rb > %%WWWDIR%%/spec/models/generic_commit_status_spec.rb > %%WWWDIR%%/spec/models/global_milestone_spec.rb > %%WWWDIR%%/spec/models/gpg_key_spec.rb > %%WWWDIR%%/spec/models/gpg_key_subkey_spec.rb > %%WWWDIR%%/spec/models/gpg_signature_spec.rb >+%%WWWDIR%%/spec/models/group_custom_attribute_spec.rb > %%WWWDIR%%/spec/models/group_label_spec.rb > %%WWWDIR%%/spec/models/group_milestone_spec.rb > %%WWWDIR%%/spec/models/group_spec.rb >@@ -10472,6 +11193,7 @@ > %%WWWDIR%%/spec/models/hooks/web_hook_log_spec.rb > %%WWWDIR%%/spec/models/hooks/web_hook_spec.rb > %%WWWDIR%%/spec/models/identity_spec.rb >+%%WWWDIR%%/spec/models/instance_configuration_spec.rb > %%WWWDIR%%/spec/models/issue/metrics_spec.rb > %%WWWDIR%%/spec/models/issue_collection_spec.rb > %%WWWDIR%%/spec/models/issue_spec.rb >@@ -10499,6 +11221,7 @@ > %%WWWDIR%%/spec/models/personal_access_token_spec.rb > %%WWWDIR%%/spec/models/project_authorization_spec.rb > %%WWWDIR%%/spec/models/project_auto_devops_spec.rb >+%%WWWDIR%%/spec/models/project_custom_attribute_spec.rb > %%WWWDIR%%/spec/models/project_feature_spec.rb > %%WWWDIR%%/spec/models/project_group_link_spec.rb > %%WWWDIR%%/spec/models/project_label_spec.rb >@@ -10530,6 +11253,7 @@ > %%WWWDIR%%/spec/models/project_services/mattermost_service_spec.rb > %%WWWDIR%%/spec/models/project_services/mattermost_slash_commands_service_spec.rb > %%WWWDIR%%/spec/models/project_services/microsoft_teams_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/packagist_service_spec.rb > %%WWWDIR%%/spec/models/project_services/pipelines_email_service_spec.rb > %%WWWDIR%%/spec/models/project_services/pivotaltracker_service_spec.rb > %%WWWDIR%%/spec/models/project_services/prometheus_service_spec.rb >@@ -10574,10 +11298,11 @@ > %%WWWDIR%%/spec/policies/base_policy_spec.rb > %%WWWDIR%%/spec/policies/ci/build_policy_spec.rb > %%WWWDIR%%/spec/policies/ci/pipeline_policy_spec.rb >+%%WWWDIR%%/spec/policies/ci/pipeline_schedule_policy_spec.rb > %%WWWDIR%%/spec/policies/ci/trigger_policy_spec.rb >+%%WWWDIR%%/spec/policies/clusters/cluster_policy_spec.rb > %%WWWDIR%%/spec/policies/deploy_key_policy_spec.rb > %%WWWDIR%%/spec/policies/environment_policy_spec.rb >-%%WWWDIR%%/spec/policies/gcp/cluster_policy_spec.rb > %%WWWDIR%%/spec/policies/global_policy_spec.rb > %%WWWDIR%%/spec/policies/group_policy_spec.rb > %%WWWDIR%%/spec/policies/issuable_policy_spec.rb >@@ -10592,9 +11317,11 @@ > %%WWWDIR%%/spec/presenters/ci/group_variable_presenter_spec.rb > %%WWWDIR%%/spec/presenters/ci/pipeline_presenter_spec.rb > %%WWWDIR%%/spec/presenters/ci/variable_presenter_spec.rb >+%%WWWDIR%%/spec/presenters/clusters/cluster_presenter_spec.rb > %%WWWDIR%%/spec/presenters/conversational_development_index/metric_presenter_spec.rb >-%%WWWDIR%%/spec/presenters/gcp/cluster_presenter_spec.rb >+%%WWWDIR%%/spec/presenters/group_member_presenter_spec.rb > %%WWWDIR%%/spec/presenters/merge_request_presenter_spec.rb >+%%WWWDIR%%/spec/presenters/project_member_presenter_spec.rb > %%WWWDIR%%/spec/presenters/projects/settings/deploy_keys_presenter_spec.rb > %%WWWDIR%%/spec/rails_helper.rb > %%WWWDIR%%/spec/rake_helper.rb >@@ -10630,6 +11357,7 @@ > %%WWWDIR%%/spec/requests/api/notes_spec.rb > %%WWWDIR%%/spec/requests/api/notification_settings_spec.rb > %%WWWDIR%%/spec/requests/api/oauth_tokens_spec.rb >+%%WWWDIR%%/spec/requests/api/pages_domains_spec.rb > %%WWWDIR%%/spec/requests/api/pipeline_schedules_spec.rb > %%WWWDIR%%/spec/requests/api/pipelines_spec.rb > %%WWWDIR%%/spec/requests/api/project_hooks_spec.rb >@@ -10641,7 +11369,6 @@ > %%WWWDIR%%/spec/requests/api/runner_spec.rb > %%WWWDIR%%/spec/requests/api/runners_spec.rb > %%WWWDIR%%/spec/requests/api/services_spec.rb >-%%WWWDIR%%/spec/requests/api/session_spec.rb > %%WWWDIR%%/spec/requests/api/settings_spec.rb > %%WWWDIR%%/spec/requests/api/sidekiq_metrics_spec.rb > %%WWWDIR%%/spec/requests/api/snippets_spec.rb >@@ -10692,43 +11419,37 @@ > %%WWWDIR%%/spec/requests/lfs_http_spec.rb > %%WWWDIR%%/spec/requests/openid_connect_spec.rb > %%WWWDIR%%/spec/requests/projects/cycle_analytics_events_spec.rb >+%%WWWDIR%%/spec/requests/rack_attack_global_spec.rb > %%WWWDIR%%/spec/requests/request_profiler_spec.rb > %%WWWDIR%%/spec/routing/admin_routing_spec.rb > %%WWWDIR%%/spec/routing/environments_spec.rb >+%%WWWDIR%%/spec/routing/group_routing_spec.rb > %%WWWDIR%%/spec/routing/import_routing_spec.rb > %%WWWDIR%%/spec/routing/notifications_routing_spec.rb > %%WWWDIR%%/spec/routing/openid_connect_spec.rb > %%WWWDIR%%/spec/routing/project_routing_spec.rb > %%WWWDIR%%/spec/routing/routing_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/active_record_dependent_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/active_record_serialize_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/custom_error_class_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/gem_fetcher_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/in_batches_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/migration/add_column_with_default_to_large_table_spec.rb >+%%WWWDIR%%/spec/rubocop/cop/gitlab/module_with_instance_variables_spec.rb >+%%WWWDIR%%/spec/rubocop/cop/include_sidekiq_worker_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_foreign_key_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_index_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/add_timestamps_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/datetime_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/hash_index_spec.rb >+%%WWWDIR%%/spec/rubocop/cop/migration/remove_column_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/remove_concurrent_index_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/remove_index_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/reversible_add_column_with_default_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/safer_boolean_column_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/timestamps_spec.rb > %%WWWDIR%%/spec/rubocop/cop/migration/update_column_in_batches_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/polymorphic_associations_spec.rb >+%%WWWDIR%%/spec/rubocop/cop/migration/update_large_table_spec.rb > %%WWWDIR%%/spec/rubocop/cop/project_path_helper_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/redirect_with_status_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/rspec/single_line_hook_spec.rb >-%%WWWDIR%%/spec/rubocop/cop/rspec/verbose_include_metadata_spec.rb >+%%WWWDIR%%/spec/rubocop/cop/rspec/env_assignment_spec.rb >+%%WWWDIR%%/spec/rubocop/cop/sidekiq_options_queue_spec.rb > %%WWWDIR%%/spec/serializers/analytics_build_entity_spec.rb > %%WWWDIR%%/spec/serializers/analytics_build_serializer_spec.rb >-%%WWWDIR%%/spec/serializers/cluster_entity_spec.rb >-%%WWWDIR%%/spec/serializers/cluster_serializer_spec.rb > %%WWWDIR%%/spec/serializers/analytics_issue_entity_spec.rb >-%%WWWDIR%%/spec/serializers/container_repository_entity_spec.rb >-%%WWWDIR%%/spec/serializers/container_tag_entity_spec.rb > %%WWWDIR%%/spec/serializers/analytics_issue_serializer_spec.rb > %%WWWDIR%%/spec/serializers/analytics_merge_request_serializer_spec.rb > %%WWWDIR%%/spec/serializers/analytics_stage_serializer_spec.rb >@@ -10737,19 +11458,27 @@ > %%WWWDIR%%/spec/serializers/build_artifact_entity_spec.rb > %%WWWDIR%%/spec/serializers/build_details_entity_spec.rb > %%WWWDIR%%/spec/serializers/build_serializer_spec.rb >+%%WWWDIR%%/spec/serializers/cluster_application_entity_spec.rb >+%%WWWDIR%%/spec/serializers/cluster_entity_spec.rb >+%%WWWDIR%%/spec/serializers/cluster_serializer_spec.rb > %%WWWDIR%%/spec/serializers/commit_entity_spec.rb >+%%WWWDIR%%/spec/serializers/container_repository_entity_spec.rb >+%%WWWDIR%%/spec/serializers/container_tag_entity_spec.rb > %%WWWDIR%%/spec/serializers/deploy_key_entity_spec.rb > %%WWWDIR%%/spec/serializers/deployment_entity_spec.rb > %%WWWDIR%%/spec/serializers/entity_date_helper_spec.rb > %%WWWDIR%%/spec/serializers/entity_request_spec.rb > %%WWWDIR%%/spec/serializers/environment_entity_spec.rb > %%WWWDIR%%/spec/serializers/environment_serializer_spec.rb >-%%WWWDIR%%/spec/serializers/event_entity_spec.rb >+%%WWWDIR%%/spec/serializers/group_child_entity_spec.rb >+%%WWWDIR%%/spec/serializers/group_child_serializer_spec.rb >+%%WWWDIR%%/spec/serializers/issue_entity_spec.rb >+%%WWWDIR%%/spec/serializers/issue_serializer_spec.rb > %%WWWDIR%%/spec/serializers/job_entity_spec.rb > %%WWWDIR%%/spec/serializers/label_serializer_spec.rb > %%WWWDIR%%/spec/serializers/merge_request_basic_serializer_spec.rb >-%%WWWDIR%%/spec/serializers/merge_request_entity_spec.rb > %%WWWDIR%%/spec/serializers/merge_request_serializer_spec.rb >+%%WWWDIR%%/spec/serializers/merge_request_widget_entity_spec.rb > %%WWWDIR%%/spec/serializers/note_entity_spec.rb > %%WWWDIR%%/spec/serializers/pipeline_details_entity_spec.rb > %%WWWDIR%%/spec/serializers/pipeline_entity_spec.rb >@@ -10761,7 +11490,9 @@ > %%WWWDIR%%/spec/serializers/user_entity_spec.rb > %%WWWDIR%%/spec/services/access_token_validation_service_spec.rb > %%WWWDIR%%/spec/services/after_branch_delete_service_spec.rb >+%%WWWDIR%%/spec/services/applications/create_service_spec.rb > %%WWWDIR%%/spec/services/auth/container_registry_authentication_service_spec.rb >+%%WWWDIR%%/spec/services/base_count_service_spec.rb > %%WWWDIR%%/spec/services/boards/create_service_spec.rb > %%WWWDIR%%/spec/services/boards/issues/create_service_spec.rb > %%WWWDIR%%/spec/services/boards/issues/list_service_spec.rb >@@ -10774,24 +11505,28 @@ > %%WWWDIR%%/spec/services/boards/lists/move_service_spec.rb > %%WWWDIR%%/spec/services/chat_names/authorize_user_service_spec.rb > %%WWWDIR%%/spec/services/chat_names/find_user_service_spec.rb >-%%WWWDIR%%/spec/services/ci/create_cluster_service_spec.rb >+%%WWWDIR%%/spec/services/check_gcp_project_billing_service_spec.rb > %%WWWDIR%%/spec/services/ci/create_pipeline_service_spec.rb > %%WWWDIR%%/spec/services/ci/extract_sections_from_build_trace_service_spec.rb >-%%WWWDIR%%/spec/services/ci/fetch_gcp_operation_service_spec.rb > %%WWWDIR%%/spec/services/ci/fetch_kubernetes_token_service_spec.rb >-%%WWWDIR%%/spec/services/ci/finalize_cluster_creation_service_spec.rb >-%%WWWDIR%%/spec/services/ci/integrate_cluster_service_spec.rb > %%WWWDIR%%/spec/services/ci/pipeline_trigger_service_spec.rb > %%WWWDIR%%/spec/services/ci/play_build_service_spec.rb > %%WWWDIR%%/spec/services/ci/process_pipeline_service_spec.rb >-%%WWWDIR%%/spec/services/ci/provision_cluster_service_spec.rb > %%WWWDIR%%/spec/services/ci/register_job_service_spec.rb > %%WWWDIR%%/spec/services/ci/retry_build_service_spec.rb > %%WWWDIR%%/spec/services/ci/retry_pipeline_service_spec.rb > %%WWWDIR%%/spec/services/ci/stop_environments_service_spec.rb > %%WWWDIR%%/spec/services/ci/update_build_queue_service_spec.rb >-%%WWWDIR%%/spec/services/ci/update_cluster_service_spec.rb > %%WWWDIR%%/spec/services/ci/update_runner_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/applications/check_installation_progress_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/applications/install_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/applications/schedule_installation_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/create_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/gcp/fetch_operation_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/gcp/finalize_creation_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/gcp/provision_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/gcp/verify_provision_status_service_spec.rb >+%%WWWDIR%%/spec/services/clusters/update_service_spec.rb > %%WWWDIR%%/spec/services/cohorts_service_spec.rb > %%WWWDIR%%/spec/services/compare_service_spec.rb > %%WWWDIR%%/spec/services/create_branch_service_spec.rb >@@ -10807,6 +11542,9 @@ > %%WWWDIR%%/spec/services/emails/create_service_spec.rb > %%WWWDIR%%/spec/services/emails/destroy_service_spec.rb > %%WWWDIR%%/spec/services/event_create_service_spec.rb >+%%WWWDIR%%/spec/services/events/render_service_spec.rb >+%%WWWDIR%%/spec/services/files/delete_service_spec.rb >+%%WWWDIR%%/spec/services/files/multi_service_spec.rb > %%WWWDIR%%/spec/services/files/update_service_spec.rb > %%WWWDIR%%/spec/services/git_push_service_spec.rb > %%WWWDIR%%/spec/services/git_tag_push_service_spec.rb >@@ -10818,6 +11556,8 @@ > %%WWWDIR%%/spec/services/groups/update_service_spec.rb > %%WWWDIR%%/spec/services/import_export_clean_up_service_spec.rb > %%WWWDIR%%/spec/services/issuable/bulk_update_service_spec.rb >+%%WWWDIR%%/spec/services/issuable/common_system_notes_service_spec.rb >+%%WWWDIR%%/spec/services/issuable/destroy_service_spec.rb > %%WWWDIR%%/spec/services/issues/build_service_spec.rb > %%WWWDIR%%/spec/services/issues/close_service_spec.rb > %%WWWDIR%%/spec/services/issues/create_service_spec.rb >@@ -10852,6 +11592,7 @@ > %%WWWDIR%%/spec/services/merge_requests/merge_service_spec.rb > %%WWWDIR%%/spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb > %%WWWDIR%%/spec/services/merge_requests/post_merge_service_spec.rb >+%%WWWDIR%%/spec/services/merge_requests/rebase_service_spec.rb > %%WWWDIR%%/spec/services/merge_requests/refresh_service_spec.rb > %%WWWDIR%%/spec/services/merge_requests/reopen_service_spec.rb > %%WWWDIR%%/spec/services/merge_requests/resolved_discussion_notification_service_spec.rb >@@ -10859,12 +11600,14 @@ > %%WWWDIR%%/spec/services/milestones/close_service_spec.rb > %%WWWDIR%%/spec/services/milestones/create_service_spec.rb > %%WWWDIR%%/spec/services/milestones/destroy_service_spec.rb >+%%WWWDIR%%/spec/services/milestones/promote_service_spec.rb > %%WWWDIR%%/spec/services/note_summary_spec.rb > %%WWWDIR%%/spec/services/notes/build_service_spec.rb > %%WWWDIR%%/spec/services/notes/create_service_spec.rb > %%WWWDIR%%/spec/services/notes/destroy_service_spec.rb > %%WWWDIR%%/spec/services/notes/post_process_service_spec.rb > %%WWWDIR%%/spec/services/notes/quick_actions_service_spec.rb >+%%WWWDIR%%/spec/services/notes/render_service_spec.rb > %%WWWDIR%%/spec/services/notes/update_service_spec.rb > %%WWWDIR%%/spec/services/notification_service_spec.rb > %%WWWDIR%%/spec/services/pages_service_spec.rb >@@ -10880,6 +11623,10 @@ > %%WWWDIR%%/spec/services/projects/fork_service_spec.rb > %%WWWDIR%%/spec/services/projects/forks_count_service_spec.rb > %%WWWDIR%%/spec/services/projects/gitlab_projects_import_service_spec.rb >+%%WWWDIR%%/spec/services/projects/group_links/create_service_spec.rb >+%%WWWDIR%%/spec/services/projects/group_links/destroy_service_spec.rb >+%%WWWDIR%%/spec/services/projects/hashed_storage/migrate_attachments_service_spec.rb >+%%WWWDIR%%/spec/services/projects/hashed_storage/migrate_repository_service_spec.rb > %%WWWDIR%%/spec/services/projects/hashed_storage_migration_service_spec.rb > %%WWWDIR%%/spec/services/projects/housekeeping_service_spec.rb > %%WWWDIR%%/spec/services/projects/import_service_spec.rb >@@ -10892,14 +11639,15 @@ > %%WWWDIR%%/spec/services/projects/update_pages_configuration_service_spec.rb > %%WWWDIR%%/spec/services/projects/update_pages_service_spec.rb > %%WWWDIR%%/spec/services/projects/update_service_spec.rb >-%%WWWDIR%%/spec/services/push_event_payload_service_spec.rb > %%WWWDIR%%/spec/services/protected_branches/create_service_spec.rb > %%WWWDIR%%/spec/services/protected_branches/update_service_spec.rb > %%WWWDIR%%/spec/services/protected_tags/create_service_spec.rb > %%WWWDIR%%/spec/services/protected_tags/update_service_spec.rb >+%%WWWDIR%%/spec/services/push_event_payload_service_spec.rb > %%WWWDIR%%/spec/services/quick_actions/interpret_service_spec.rb > %%WWWDIR%%/spec/services/repair_ldap_blocked_user_service_spec.rb > %%WWWDIR%%/spec/services/repository_archive_clean_up_service_spec.rb >+%%WWWDIR%%/spec/services/reset_project_cache_service_spec.rb > %%WWWDIR%%/spec/services/search/global_service_spec.rb > %%WWWDIR%%/spec/services/search/group_service_spec.rb > %%WWWDIR%%/spec/services/search/snippet_service_spec.rb >@@ -10913,6 +11661,7 @@ > %%WWWDIR%%/spec/services/test_hooks/project_service_spec.rb > %%WWWDIR%%/spec/services/test_hooks/system_service_spec.rb > %%WWWDIR%%/spec/services/todo_service_spec.rb >+%%WWWDIR%%/spec/services/update_merge_request_metrics_service_spec.rb > %%WWWDIR%%/spec/services/update_release_service_spec.rb > %%WWWDIR%%/spec/services/update_snippet_service_spec.rb > %%WWWDIR%%/spec/services/upload_service_spec.rb >@@ -10921,6 +11670,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/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 > %%WWWDIR%%/spec/services/users/refresh_authorized_projects_service_spec.rb >@@ -10932,6 +11682,7 @@ > %%WWWDIR%%/spec/sidekiq/cron/job_gem_dependency_spec.rb > %%WWWDIR%%/spec/simplecov_env.rb > %%WWWDIR%%/spec/spec_helper.rb >+%%WWWDIR%%/spec/support/api/boards_shared_examples.rb > %%WWWDIR%%/spec/support/api/issues_resolving_discussions_shared_examples.rb > %%WWWDIR%%/spec/support/api/members_shared_examples.rb > %%WWWDIR%%/spec/support/api/milestones_shared_examples.rb >@@ -10943,13 +11694,17 @@ > %%WWWDIR%%/spec/support/api_helpers.rb > %%WWWDIR%%/spec/support/background_migrations_matchers.rb > %%WWWDIR%%/spec/support/banzai/reference_filter_shared_examples.rb >+%%WWWDIR%%/spec/support/bare_repo_operations.rb >+%%WWWDIR%%/spec/support/batch_loader.rb > %%WWWDIR%%/spec/support/board_helpers.rb > %%WWWDIR%%/spec/support/capybara.rb > %%WWWDIR%%/spec/support/capybara_helpers.rb > %%WWWDIR%%/spec/support/carrierwave.rb > %%WWWDIR%%/spec/support/chat_slash_commands_shared_examples.rb >+%%WWWDIR%%/spec/support/cluster_application_spec.rb > %%WWWDIR%%/spec/support/controllers/githubish_import_controller_shared_context.rb > %%WWWDIR%%/spec/support/controllers/githubish_import_controller_shared_examples.rb >+%%WWWDIR%%/spec/support/cookie_helper.rb > %%WWWDIR%%/spec/support/cycle_analytics_helpers.rb > %%WWWDIR%%/spec/support/cycle_analytics_helpers/test_generation.rb > %%WWWDIR%%/spec/support/database_connection_helpers.rb >@@ -10979,7 +11734,12 @@ > %%WWWDIR%%/spec/support/gitlab-git-test.git/README.md > %%WWWDIR%%/spec/support/gitlab-git-test.git/config > %%WWWDIR%%/spec/support/gitlab-git-test.git/objects/3e/20715310a699808282e772720b9c04a0696bcc >+%%WWWDIR%%/spec/support/gitlab-git-test.git/objects/88/3e379fcaa5f818fca81cdbabd7a497794d6535 > %%WWWDIR%%/spec/support/gitlab-git-test.git/objects/95/96bc54a6f0c0c98248fe97077eb5ccf48a98d0 >+%%WWWDIR%%/spec/support/gitlab-git-test.git/objects/c8/b1ab16c858c67b680eea4644cf652485f555cf >+%%WWWDIR%%/spec/support/gitlab-git-test.git/objects/e3/7697aea12699f0b44544332a7c0f41ace5fb16 >+%%WWWDIR%%/spec/support/gitlab-git-test.git/objects/eb/a0c153ed20d927bab00507f356043b6b4be31e >+%%WWWDIR%%/spec/support/gitlab-git-test.git/objects/f6/5ad228d96e2a2ae7088e8557fe8906f6dd2b3f > %%WWWDIR%%/spec/support/gitlab-git-test.git/objects/pack/pack-691247af2a6acb0b63b73ac0cb90540e93614043.idx > %%WWWDIR%%/spec/support/gitlab-git-test.git/objects/pack/pack-691247af2a6acb0b63b73ac0cb90540e93614043.pack > %%WWWDIR%%/spec/support/gitlab-git-test.git/packed-refs >@@ -10989,6 +11749,7 @@ > %%WWWDIR%%/spec/support/gitlab_stubs/projects.json > %%WWWDIR%%/spec/support/gitlab_stubs/session.json > %%WWWDIR%%/spec/support/gitlab_stubs/user.json >+%%WWWDIR%%/spec/support/google_api/cloud_platform_helpers.rb > %%WWWDIR%%/spec/support/gpg_helpers.rb > %%WWWDIR%%/spec/support/group_members_shared_example.rb > %%WWWDIR%%/spec/support/helpers/fake_blob_helpers.rb >@@ -11000,6 +11761,8 @@ > %%WWWDIR%%/spec/support/import_export/export_file_helper.rb > %%WWWDIR%%/spec/support/import_export/import_export.yml > %%WWWDIR%%/spec/support/import_spec_helper.rb >+%%WWWDIR%%/spec/support/input_helper.rb >+%%WWWDIR%%/spec/support/inspect_requests.rb > %%WWWDIR%%/spec/support/issuable_shared_examples.rb > %%WWWDIR%%/spec/support/issuables_list_metadata_shared_examples.rb > %%WWWDIR%%/spec/support/issue_helpers.rb >@@ -11010,11 +11773,14 @@ > %%WWWDIR%%/spec/support/kubernetes_helpers.rb > %%WWWDIR%%/spec/support/ldap_helpers.rb > %%WWWDIR%%/spec/support/ldap_shared_examples.rb >+%%WWWDIR%%/spec/support/legacy_path_redirect_shared_examples.rb >+%%WWWDIR%%/spec/support/live_debugger.rb > %%WWWDIR%%/spec/support/login_helpers.rb > %%WWWDIR%%/spec/support/malicious_regexp_shared_examples.rb > %%WWWDIR%%/spec/support/markdown_feature.rb > %%WWWDIR%%/spec/support/matchers/access_matchers.rb > %%WWWDIR%%/spec/support/matchers/access_matchers_for_controller.rb >+%%WWWDIR%%/spec/support/matchers/be_a_binary_string.rb > %%WWWDIR%%/spec/support/matchers/be_like_time.rb > %%WWWDIR%%/spec/support/matchers/be_url.rb > %%WWWDIR%%/spec/support/matchers/be_utf8.rb >@@ -11043,7 +11809,6 @@ > %%WWWDIR%%/spec/support/omni_auth.rb > %%WWWDIR%%/spec/support/prepare-gitlab-git-test-for-commit > %%WWWDIR%%/spec/support/project_forks_helper.rb >-%%WWWDIR%%/spec/support/project_hook_data_shared_example.rb > %%WWWDIR%%/spec/support/prometheus/additional_metrics_shared_examples.rb > %%WWWDIR%%/spec/support/prometheus/metric_builders.rb > %%WWWDIR%%/spec/support/prometheus_helpers.rb >@@ -11052,8 +11817,8 @@ > %%WWWDIR%%/spec/support/quick_actions_helpers.rb > %%WWWDIR%%/spec/support/rake_helpers.rb > %%WWWDIR%%/spec/support/reactive_caching_helpers.rb >-%%WWWDIR%%/spec/support/redis_without_keys.rb > %%WWWDIR%%/spec/support/redis/redis_shared_examples.rb >+%%WWWDIR%%/spec/support/redis_without_keys.rb > %%WWWDIR%%/spec/support/reference_parser_helpers.rb > %%WWWDIR%%/spec/support/reference_parser_shared_examples.rb > %%WWWDIR%%/spec/support/repo_helpers.rb >@@ -11062,22 +11827,29 @@ > %%WWWDIR%%/spec/support/seed_helper.rb > %%WWWDIR%%/spec/support/seed_repo.rb > %%WWWDIR%%/spec/support/select2_helper.rb >+%%WWWDIR%%/spec/support/selection_helper.rb > %%WWWDIR%%/spec/support/services/issuable_create_service_slash_commands_shared_examples.rb > %%WWWDIR%%/spec/support/services/issuable_update_service_shared_examples.rb > %%WWWDIR%%/spec/support/services/migrate_to_ghost_user_service_shared_examples.rb > %%WWWDIR%%/spec/support/services_shared_context.rb > %%WWWDIR%%/spec/support/setup_builds_storage.rb >+%%WWWDIR%%/spec/support/shared_examples/controllers/uploads_actions_shared_examples.rb > %%WWWDIR%%/spec/support/shared_examples/features/comments_on_merge_request_files_shared_examples.rb > %%WWWDIR%%/spec/support/shared_examples/features/issuable_sidebar_shared_examples.rb > %%WWWDIR%%/spec/support/shared_examples/features/issuables_user_dropdown_behaviors_shared_examples.rb > %%WWWDIR%%/spec/support/shared_examples/features/project_features_apply_to_issuables_shared_examples.rb > %%WWWDIR%%/spec/support/shared_examples/features/protected_branches_access_control_ce.rb > %%WWWDIR%%/spec/support/shared_examples/features/search_shared_examples.rb >+%%WWWDIR%%/spec/support/shared_examples/models/issuable_hook_data_shared_examples.rb >+%%WWWDIR%%/spec/support/shared_examples/models/project_hook_data_shared_examples.rb > %%WWWDIR%%/spec/support/shared_examples/position_formatters.rb > %%WWWDIR%%/spec/support/shared_examples/requests/api/custom_attributes_shared_examples.rb >+%%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_participants_examples.rb > %%WWWDIR%%/spec/support/shared_examples/requests/api/status_shared_examples.rb >+%%WWWDIR%%/spec/support/shared_examples/throttled_touch.rb > %%WWWDIR%%/spec/support/sidekiq.rb > %%WWWDIR%%/spec/support/slack_mattermost_notifications_shared_examples.rb >+%%WWWDIR%%/spec/support/snippet_visibility.rb > %%WWWDIR%%/spec/support/snippets_shared_examples.rb > %%WWWDIR%%/spec/support/sorting_helper.rb > %%WWWDIR%%/spec/support/stored_repositories.rb >@@ -11089,6 +11861,7 @@ > %%WWWDIR%%/spec/support/taskable_shared_examples.rb > %%WWWDIR%%/spec/support/test_env.rb > %%WWWDIR%%/spec/support/time_tracking_shared_examples.rb >+%%WWWDIR%%/spec/support/track_untracked_uploads_helpers.rb > %%WWWDIR%%/spec/support/unique_ip_check_shared_examples.rb > %%WWWDIR%%/spec/support/unpack-gitlab-git-test > %%WWWDIR%%/spec/support/update_invalid_issuable.rb >@@ -11101,7 +11874,9 @@ > %%WWWDIR%%/spec/tasks/config_lint_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/backup_rake_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/check_rake_spec.rb >+%%WWWDIR%%/spec/tasks/gitlab/cleanup_rake_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/db_rake_spec.rb >+%%WWWDIR%%/spec/tasks/gitlab/git_rake_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/gitaly_rake_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/info_rake_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/ldap_rake_spec.rb >@@ -11109,38 +11884,45 @@ > %%WWWDIR%%/spec/tasks/gitlab/shell_rake_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/storage_rake_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/task_helpers_spec.rb >-%%WWWDIR%%/spec/tasks/gitlab/users_rake_spec.rb > %%WWWDIR%%/spec/tasks/gitlab/workhorse_rake_spec.rb > %%WWWDIR%%/spec/tasks/tokens_spec.rb > %%WWWDIR%%/spec/unicorn/unicorn_spec.rb >-%%WWWDIR%%/spec/uploaders/artifact_uploader_spec.rb > %%WWWDIR%%/spec/uploaders/attachment_uploader_spec.rb > %%WWWDIR%%/spec/uploaders/avatar_uploader_spec.rb > %%WWWDIR%%/spec/uploaders/file_mover_spec.rb > %%WWWDIR%%/spec/uploaders/file_uploader_spec.rb > %%WWWDIR%%/spec/uploaders/gitlab_uploader_spec.rb >+%%WWWDIR%%/spec/uploaders/job_artifact_uploader_spec.rb >+%%WWWDIR%%/spec/uploaders/legacy_artifact_uploader_spec.rb > %%WWWDIR%%/spec/uploaders/lfs_object_uploader_spec.rb >+%%WWWDIR%%/spec/uploaders/namespace_file_uploader_spec.rb > %%WWWDIR%%/spec/uploaders/personal_file_uploader_spec.rb > %%WWWDIR%%/spec/uploaders/records_uploads_spec.rb > %%WWWDIR%%/spec/uploaders/uploader_helper_spec.rb >-%%WWWDIR%%/spec/validators/dynamic_path_validator_spec.rb >+%%WWWDIR%%/spec/validators/namespace_path_validator_spec.rb >+%%WWWDIR%%/spec/validators/project_path_validator_spec.rb >+%%WWWDIR%%/spec/validators/user_path_validator_spec.rb > %%WWWDIR%%/spec/views/admin/dashboard/index.html.haml_spec.rb > %%WWWDIR%%/spec/views/ci/lints/show.html.haml_spec.rb > %%WWWDIR%%/spec/views/ci/status/_badge.html.haml_spec.rb >+%%WWWDIR%%/spec/views/dashboard/projects/_blank_state_admin_welcome.haml.rb > %%WWWDIR%%/spec/views/dashboard/projects/_nav.html.haml.rb > %%WWWDIR%%/spec/views/devise/shared/_signin_box.html.haml_spec.rb >+%%WWWDIR%%/spec/views/events/event/_push.html.haml_spec.rb > %%WWWDIR%%/spec/views/groups/edit.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/layouts/_head.html.haml_spec.rb > %%WWWDIR%%/spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb > %%WWWDIR%%/spec/views/notify/pipeline_failed_email.html.haml_spec.rb > %%WWWDIR%%/spec/views/notify/pipeline_success_email.html.haml_spec.rb > %%WWWDIR%%/spec/views/profiles/show.html.haml_spec.rb >-%%WWWDIR%%/spec/views/projects/commits/_commit.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/_home_panel.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/blob/_viewer.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/commit/_commit_box.html.haml_spec.rb >+%%WWWDIR%%/spec/views/projects/commit/branches.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/commit/show.html.haml_spec.rb >+%%WWWDIR%%/spec/views/projects/commits/_commit.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/diffs/_viewer.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/edit.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/environments/terminal.html.haml_spec.rb >@@ -11151,14 +11933,15 @@ > %%WWWDIR%%/spec/views/projects/jobs/show.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/merge_requests/_commits.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/merge_requests/creations/_new_submit.html.haml_spec.rb >+%%WWWDIR%%/spec/views/projects/merge_requests/diffs/_diffs.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/merge_requests/edit.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/merge_requests/show.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/notes/_more_actions_dropdown.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/pipelines/_stage.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/pipelines_settings/_show.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/tags/index.html.haml_spec.rb >+%%WWWDIR%%/spec/views/projects/tree/_blob_item.html.haml_spec.rb > %%WWWDIR%%/spec/views/projects/tree/show.html.haml_spec.rb >-%%WWWDIR%%/spec/views/shared/issuable/_participants.html.haml.rb > %%WWWDIR%%/spec/views/shared/milestones/_issuable.html.haml.rb > %%WWWDIR%%/spec/views/shared/milestones/_issuables.html.haml.rb > %%WWWDIR%%/spec/views/shared/notes/_form.html.haml_spec.rb >@@ -11170,13 +11953,21 @@ > %%WWWDIR%%/spec/workers/build_hooks_worker_spec.rb > %%WWWDIR%%/spec/workers/build_success_worker_spec.rb > %%WWWDIR%%/spec/workers/build_trace_sections_worker_spec.rb >+%%WWWDIR%%/spec/workers/check_gcp_project_billing_worker_spec.rb > %%WWWDIR%%/spec/workers/cluster_provision_worker_spec.rb >+%%WWWDIR%%/spec/workers/concerns/application_worker_spec.rb > %%WWWDIR%%/spec/workers/concerns/cluster_queue_spec.rb > %%WWWDIR%%/spec/workers/concerns/cronjob_queue_spec.rb >-%%WWWDIR%%/spec/workers/concerns/dedicated_sidekiq_queue_spec.rb >+%%WWWDIR%%/spec/workers/concerns/gitlab/github_import/notify_upon_death_spec.rb >+%%WWWDIR%%/spec/workers/concerns/gitlab/github_import/object_importer_spec.rb >+%%WWWDIR%%/spec/workers/concerns/gitlab/github_import/queue_spec.rb >+%%WWWDIR%%/spec/workers/concerns/gitlab/github_import/rescheduling_methods_spec.rb >+%%WWWDIR%%/spec/workers/concerns/gitlab/github_import/stage_methods_spec.rb > %%WWWDIR%%/spec/workers/concerns/pipeline_queue_spec.rb >+%%WWWDIR%%/spec/workers/concerns/project_import_options_spec.rb > %%WWWDIR%%/spec/workers/concerns/repository_check_queue_spec.rb > %%WWWDIR%%/spec/workers/create_gpg_signature_worker_spec.rb >+%%WWWDIR%%/spec/workers/create_pipeline_worker_spec.rb > %%WWWDIR%%/spec/workers/delete_merged_branches_worker_spec.rb > %%WWWDIR%%/spec/workers/delete_user_worker_spec.rb > %%WWWDIR%%/spec/workers/email_receiver_worker_spec.rb >@@ -11187,6 +11978,19 @@ > %%WWWDIR%%/spec/workers/expire_job_cache_worker_spec.rb > %%WWWDIR%%/spec/workers/expire_pipeline_cache_worker_spec.rb > %%WWWDIR%%/spec/workers/git_garbage_collect_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/advance_stage_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/import_diff_note_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/import_issue_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/import_note_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/import_pull_request_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/refresh_import_jid_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/stage/finish_import_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_base_data_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_issues_and_diff_notes_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_notes_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_pull_requests_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_repository_worker_spec.rb >+%%WWWDIR%%/spec/workers/gitlab_shell_worker_spec.rb > %%WWWDIR%%/spec/workers/gitlab_usage_ping_worker_spec.rb > %%WWWDIR%%/spec/workers/group_destroy_worker_spec.rb > %%WWWDIR%%/spec/workers/invalid_gpg_signature_update_worker_spec.rb >@@ -11210,6 +12014,7 @@ > %%WWWDIR%%/spec/workers/propagate_service_template_worker_spec.rb > %%WWWDIR%%/spec/workers/prune_old_events_worker_spec.rb > %%WWWDIR%%/spec/workers/reactive_caching_worker_spec.rb >+%%WWWDIR%%/spec/workers/rebase_worker_spec.rb > %%WWWDIR%%/spec/workers/remove_expired_group_links_worker_spec.rb > %%WWWDIR%%/spec/workers/remove_expired_members_worker_spec.rb > %%WWWDIR%%/spec/workers/remove_old_web_hook_logs_worker_spec.rb >@@ -11219,6 +12024,7 @@ > %%WWWDIR%%/spec/workers/repository_check/single_repository_worker_spec.rb > %%WWWDIR%%/spec/workers/repository_fork_worker_spec.rb > %%WWWDIR%%/spec/workers/repository_import_worker_spec.rb >+%%WWWDIR%%/spec/workers/run_pipeline_schedule_worker_spec.rb > %%WWWDIR%%/spec/workers/schedule_update_user_activity_worker_spec.rb > %%WWWDIR%%/spec/workers/stage_update_worker_spec.rb > %%WWWDIR%%/spec/workers/storage_migrator_worker_spec.rb >@@ -11227,6 +12033,7 @@ > %%WWWDIR%%/spec/workers/stuck_merge_jobs_worker_spec.rb > %%WWWDIR%%/spec/workers/system_hook_push_worker_spec.rb > %%WWWDIR%%/spec/workers/trending_projects_worker_spec.rb >+%%WWWDIR%%/spec/workers/update_head_pipeline_for_merge_request_worker_spec.rb > %%WWWDIR%%/spec/workers/update_merge_requests_worker_spec.rb > %%WWWDIR%%/spec/workers/update_user_activity_worker_spec.rb > %%WWWDIR%%/spec/workers/upload_checksum_worker_spec.rb >@@ -11334,17 +12141,13 @@ > %%WWWDIR%%/vendor/assets/fonts/KaTeX_Typewriter-Regular.woff2 > %%WWWDIR%%/vendor/assets/javascripts/Chart.js > %%WWWDIR%%/vendor/assets/javascripts/Sortable.js >-%%WWWDIR%%/vendor/assets/javascripts/autosize.js >-%%WWWDIR%%/vendor/assets/javascripts/clipboard.js > %%WWWDIR%%/vendor/assets/javascripts/date.format.js >-%%WWWDIR%%/vendor/assets/javascripts/fuzzaldrin-plus.js > %%WWWDIR%%/vendor/assets/javascripts/jquery.atwho.js > %%WWWDIR%%/vendor/assets/javascripts/jquery.caret.js > %%WWWDIR%%/vendor/assets/javascripts/jquery.endless-scroll.js > %%WWWDIR%%/vendor/assets/javascripts/jquery.scrollTo.js > %%WWWDIR%%/vendor/assets/javascripts/jquery.waitforimages.js > %%WWWDIR%%/vendor/assets/javascripts/katex.js >-%%WWWDIR%%/vendor/assets/javascripts/latinise.js > %%WWWDIR%%/vendor/assets/javascripts/pdf.js > %%WWWDIR%%/vendor/assets/javascripts/pdf.min.js > %%WWWDIR%%/vendor/assets/javascripts/pdf.worker.js >@@ -11367,6 +12170,7 @@ > %%WWWDIR%%/vendor/gitlab-ci-yml/Bash.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/C++.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/CONTRIBUTING.md >+%%WWWDIR%%/vendor/gitlab-ci-yml/Chef.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/Clojure.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/Crystal.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/Django.gitlab-ci.yml >@@ -11380,6 +12184,7 @@ > %%WWWDIR%%/vendor/gitlab-ci-yml/LaTeX.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/Laravel.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/Maven.gitlab-ci.yml >+%%WWWDIR%%/vendor/gitlab-ci-yml/Mono.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/Nodejs.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/OpenShift.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/PHP.gitlab-ci.yml >@@ -11408,10 +12213,12 @@ > %%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/Kubernetes-with-canary.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/Kubernetes.gitlab-ci.yml > %%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/OpenShift.gitlab-ci.yml >+%%WWWDIR%%/vendor/gitlab-ci-yml/dotNET.gitlab-ci.yml > %%WWWDIR%%/vendor/licenses.csv > %%WWWDIR%%/vendor/project_templates/express.tar.gz > %%WWWDIR%%/vendor/project_templates/rails.tar.gz > %%WWWDIR%%/vendor/project_templates/spring.tar.gz >+%%WWWDIR%%/vendor/prometheus/values.yaml > %%WWWDIR%%/yarn.lock > @owner git > @group www >@@ -11421,8 +12228,9 @@ > @dir(git,git,554) %%WWWDIR%%/bin > @dir %%WWWDIR%%/config > @dir(,,700) %%WWWDIR%%/builds >-@dir %%WWWDIR%%/lib/assets >+@dir %%WWWDIR%%/changelogs/unreleased > @dir(,,744) %%WWWDIR%%/locale >+@dir %%WWWDIR%%/lib/assets > @dir(,,744) %%WWWDIR%%/locale/bg > @dir(,,744) %%WWWDIR%%/locale/de > @dir(,,744) %%WWWDIR%%/locale/en >@@ -11433,6 +12241,7 @@ > @dir(,,744) %%WWWDIR%%/locale/ja > @dir(,,744) %%WWWDIR%%/locale/ko > @dir(,,744) %%WWWDIR%%/locale/nl_NL >+@dir(,,744) %%WWWDIR%%/locale/pl_PL > @dir(,,744) %%WWWDIR%%/locale/pt_BR > @dir(,,744) %%WWWDIR%%/locale/ru > @dir(,,744) %%WWWDIR%%/locale/uk >@@ -11472,6 +12281,7 @@ > @sample %%WWWDIR%%/lib/support/nginx/gitlab-ssl.sample > @owner root > @group wheel >-@dir /home >-@dir(git,git,) /home/git >-@dir(git,git,2770) /home/git/repositories >+@dir /usr >+@dir /usr/home >+@dir(git,git,) /usr/home/git >+@dir(git,git,2770) /usr/home/git/repositories
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mfechner
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 225970
:
190715
| 190729