aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormfechner <mfechner@FreeBSD.org>2018-05-15 02:05:05 +0800
committermfechner <mfechner@FreeBSD.org>2018-05-15 02:05:05 +0800
commitb91e263cf2ce79e2ce8d9df999d2d8ddce5814cc (patch)
tree14c95b935ed98d83ac99e22cb87dbd25bec8b30f
parentfed1888a973e790e2083bd5093f8301eb844e60a (diff)
downloadfreebsd-ports-gnome-b91e263cf2ce79e2ce8d9df999d2d8ddce5814cc.tar.gz
freebsd-ports-gnome-b91e263cf2ce79e2ce8d9df999d2d8ddce5814cc.tar.zst
freebsd-ports-gnome-b91e263cf2ce79e2ce8d9df999d2d8ddce5814cc.zip
Update gitlab to 10.7.3.
For list of changes look here: https://about.gitlab.com/2018/04/22/gitlab-10-7-released/ Please note that gitlab-pages is temporarily removed and will be added later if upstream bug is fixed. To not update to this version if you require gitlab-pages. The Gemfile.lock is now generated on gitlab startup, so this should help with Gemfile issues. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15314
-rw-r--r--www/gitlab/Makefile71
-rw-r--r--www/gitlab/distinfo6
-rw-r--r--www/gitlab/files/gitlab.in14
-rw-r--r--www/gitlab/files/patch-Gemfile61
-rw-r--r--www/gitlab/pkg-message6
-rw-r--r--www/gitlab/pkg-plist666
6 files changed, 615 insertions, 209 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index 7594cab607d7..fb8ffc2321d2 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gitlab
-PORTVERSION= 10.6.5
+PORTVERSION= 10.7.3
DISTVERSIONPREFIX= v
CATEGORIES= www devel
@@ -25,10 +25,9 @@ BUILD_DEPENDS= gem:devel/ruby-gems
# only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS
# for the options
RUN_DEPENDS= git>=2.16.2:devel/git \
- gitlab-shell>=6.0.4:devel/gitlab-shell \
- gitlab-workhorse>=4.0.0:www/gitlab-workhorse \
- gitaly>=0.91.0:devel/gitaly \
- gitlab-pages>=0.7.1:www/gitlab-pages \
+ gitlab-shell>=7.1.2:devel/gitlab-shell \
+ gitlab-workhorse>=4.1.0:www/gitlab-workhorse \
+ gitaly>=0.96.1:devel/gitaly \
redis>=2.8.23:databases/redis \
npm>=4.3.0:www/npm \
yarn>=0.17.0:www/yarn \
@@ -36,26 +35,26 @@ RUN_DEPENDS= git>=2.16.2: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_for30>=3.0.1:devel/rubygem-default_value_for30 \
- rubygem-rugged>=0.26.0:devel/rubygem-rugged \
+ rubygem-default_value_for30>=3.0.5:devel/rubygem-default_value_for30 \
+ rubygem-rugged>=0.27.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-doorkeeper42>=4.2:security/rubygem-doorkeeper42 \
- rubygem-doorkeeper-openid_connect12>=1.2.0:security/rubygem-doorkeeper-openid_connect12 \
- rubygem-omniauth14>=1.4.2:security/rubygem-omniauth14 \
+ rubygem-doorkeeper>=4.3:security/rubygem-doorkeeper \
+ rubygem-doorkeeper-openid_connect>=1.3:security/rubygem-doorkeeper-openid_connect \
+ rubygem-omniauth>=1.8:security/rubygem-omniauth \
rubygem-omniauth-auth0>=2.0.0:net/rubygem-omniauth-auth0 \
rubygem-omniauth-azure-oauth2>=0.0.9:net/rubygem-omniauth-azure-oauth2 \
rubygem-omniauth-cas3>=1.1.4:security/rubygem-omniauth-cas3 \
rubygem-omniauth-facebook4>=4.0.0:net/rubygem-omniauth-facebook4 \
rubygem-omniauth-github11>=1.1.1:net/rubygem-omniauth-github11 \
rubygem-omniauth-gitlab>=1.0.2:security/rubygem-omniauth-gitlab \
- rubygem-omniauth-google-oauth2>=0.5.2:net/rubygem-omniauth-google-oauth2 \
+ rubygem-omniauth-google-oauth2>=0.5.3: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-saml17>=1.7.0:security/rubygem-omniauth-saml17 \
+ rubygem-omniauth-saml>=1.10:security/rubygem-omniauth-saml \
rubygem-omniauth-shibboleth12>=1.2.0:security/rubygem-omniauth-shibboleth12 \
- rubygem-omniauth-twitter12>=1.2.0:net/rubygem-omniauth-twitter12 \
+ rubygem-omniauth-twitter>=1.4:net/rubygem-omniauth-twitter \
rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \
rubygem-omniauth-authentiq>=0.3.1:net/rubygem-omniauth-authentiq \
rubygem-rack-oauth212>=1.2.1:security/rubygem-rack-oauth212 \
@@ -64,7 +63,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \
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_encrypted30>=3.0.0:security/rubygem-attr_encrypted30 \
+ rubygem-attr_encrypted>=3.1.0:security/rubygem-attr_encrypted \
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 \
@@ -82,17 +81,17 @@ RUN_DEPENDS= git>=2.16.2:devel/git \
rubygem-hamlit26>=2.6.1:www/rubygem-hamlit26 \
rubygem-carrierwave>=1.1:www/rubygem-carrierwave \
rubygem-dropzonejs-rails07>=0.7.1:www/rubygem-dropzonejs-rails07 \
- rubygem-fog-aws1>=1.4:net/rubygem-fog-aws1 \
+ rubygem-fog-aws>=2.0.1:net/rubygem-fog-aws \
rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \
- rubygem-fog-google0>=0.5:net/rubygem-fog-google0 \
+ rubygem-fog-google>=1.3.3:net/rubygem-fog-google \
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-google-api-client>=0.19.8:devel/rubygem-google-api-client \
rubygem-unf>=0.1.4:textproc/rubygem-unf \
rubygem-seed-fu>=2.3.7:databases/rubygem-seed-fu \
- rubygem-html-pipeline1>=1.11.0:textproc/rubygem-html-pipeline1 \
+ rubygem-html-pipeline>=2.7.1:textproc/rubygem-html-pipeline \
rubygem-deckar01-task_list>=2.0.0:www/rubygem-deckar01-task_list \
rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \
rubygem-redcarpet>=3.4:textproc/rubygem-redcarpet \
@@ -102,8 +101,8 @@ RUN_DEPENDS= git>=2.16.2:devel/git \
rubygem-org-ruby>=0.9.12:textproc/rubygem-org-ruby \
rubygem-creole>=0.5.0:textproc/rubygem-creole \
rubygem-wikicloth081>=0.8.1:textproc/rubygem-wikicloth081 \
- rubygem-asciidoctor>=1.5.2:textproc/rubygem-asciidoctor \
- rubygem-asciidoctor-plantuml007>=0.0.7:textproc/rubygem-asciidoctor-plantuml007 \
+ rubygem-asciidoctor>=1.5.6:textproc/rubygem-asciidoctor \
+ rubygem-asciidoctor-plantuml>=0.0.8:textproc/rubygem-asciidoctor-plantuml \
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 \
@@ -111,8 +110,8 @@ RUN_DEPENDS= git>=2.16.2:devel/git \
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-state_machines-activerecord>=0.5.1:databases/rubygem-state_machines-activerecord \
+ rubygem-acts-as-taggable-on>=5.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-namespace15>=1.5.2:databases/rubygem-redis-namespace15 \
@@ -133,12 +132,12 @@ RUN_DEPENDS= git>=2.16.2:devel/git \
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-kubeclient22>=2.2.0:www/rubygem-kubeclient22 \
+ rubygem-kubeclient>=3.0.0:www/rubygem-kubeclient \
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.2:textproc/rubygem-loofah \
- rubygem-licensee8>=8.7:devel/rubygem-licensee8 \
+ rubygem-licensee8>=8.9:devel/rubygem-licensee8 \
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 \
@@ -157,53 +156,50 @@ RUN_DEPENDS= git>=2.16.2:devel/git \
rubygem-gemojione>=3.3:graphics/rubygem-gemojione \
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-sentry-raven>=2.7:devel/rubygem-sentry-raven \
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_js12>=1.2.0:devel/rubygem-gettext_i18n_rails_js12 \
+ rubygem-gettext_i18n_rails_js>=1.3:devel/rubygem-gettext_i18n_rails_js \
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 \
rubygem-peek-performance_bar>=1.3.0:devel/rubygem-peek-performance_bar \
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.9.1:devel/rubygem-prometheus-client-mmap \
- rubygem-octokit46>=4.6.2:net/rubygem-octokit46 \
+ rubygem-octokit>=4.8:net/rubygem-octokit \
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-prof016>=0.16.2:devel/rubygem-ruby-prof016 \
+ rubygem-ruby-prof>=0.17.0:devel/rubygem-ruby-prof \
rubygem-oauth2>=1.4.0:net/rubygem-oauth2 \
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-ssh41>=4.1.0:security/rubygem-net-ssh41 \
+ rubygem-net-ssh>=4.2.0:security/rubygem-net-ssh \
rubygem-sshkey>=1.9.0:security/rubygem-sshkey \
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-proto088>=0.88.0:net/rubygem-gitaly-proto088 \
+ rubygem-gitaly-proto096>=0.96.0:net/rubygem-gitaly-proto096 \
rubygem-grpc>=1.10.0:net/rubygem-grpc \
rubygem-gitaly>=0.8.0:net/rubygem-gitaly \
rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 \
rubygem-toml-rb10>=1.0.0:www/rubygem-toml-rb10 \
- 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-flipper013>=0.13.0:devel/rubygem-flipper013 \
+ rubygem-flipper-active_record013>=0.13.0:databases/rubygem-flipper-active_record013 \
+ rubygem-flipper-active_support_cache_store013>=0.13.0:devel/rubygem-flipper-active_support_cache_store013 \
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
+ rubygem-asset_sync220>=2.2.0:net/rubygem-asset_sync220
PGSQL_RUN_DEPENDS= rubygem-pg018>=0.18.2:databases/rubygem-pg018 \
rubygem-peek-pg>=1.3.0:databases/rubygem-peek-pg
@@ -243,6 +239,7 @@ do-install:
${FIND} ${WRKSRC} -name '*.gitkeep' -delete
${FIND} ${WRKSRC} -name '*.gitignore' -delete
${FIND} ${WRKSRC} -name "Gemfile.lock" -delete
+ ${FIND} ${WRKSRC} -name "Gemfile.rail5.lock" -delete
${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample
${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample
${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample
diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo
index dab95797ac9b..8a5cfe7320f3 100644
--- a/www/gitlab/distinfo
+++ b/www/gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525161156
-SHA256 (gitlabhq-gitlabhq-v10.6.5_GH0.tar.gz) = 47fc8de80d7154150b11457b28920efdc93f4bc583017f6a13b4b6ba4fe8ee35
-SIZE (gitlabhq-gitlabhq-v10.6.5_GH0.tar.gz) = 46312621
+TIMESTAMP = 1525513670
+SHA256 (gitlabhq-gitlabhq-v10.7.3_GH0.tar.gz) = dac97113796da034784cdfb8489468e261af2266ada6a8faaecd11bab0525cb7
+SIZE (gitlabhq-gitlabhq-v10.7.3_GH0.tar.gz) = 47806135
diff --git a/www/gitlab/files/gitlab.in b/www/gitlab/files/gitlab.in
index 640ab2b30662..e602031837a3 100644
--- a/www/gitlab/files/gitlab.in
+++ b/www/gitlab/files/gitlab.in
@@ -88,6 +88,20 @@ test -f /etc/default/gitlab && . /etc/default/gitlab
# Switch to the app_user if it is not he/she who is running the script.
if [ "$USER" != "$app_user" ]; then
+ # Regenerate the Gemfile.lock for all related products
+ echo "Regenerate Gitlab Gemfile.lock"
+ rm -f "${app_root}"/Gemfile.lock
+ if ! su -l ${app_user} -c "cd ${app_root} && /usr/local/bin/bundle install --local --quiet"; then
+ echo "Could not create Gemfile.lock for gitlab, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/"
+ exit 1
+ fi
+ echo "Regenerate Gitaly Gemfile.lock"
+ rm -f "${gitaly_dir}"/ruby/Gemfile.lock
+ if ! su -l root -c "cd ${gitaly_dir}/ruby && /usr/local/bin/bundle install --local --quiet"; then
+ echo "Could not create Gemfile.lock for gitaly, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/"
+ exit 1
+ fi
+
eval su - "$app_user" -c $(echo \")/usr/local/etc/rc.d/gitlab "$@"$(echo \"); exit;
fi
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index e684aafe1761..11c3e3c54daa 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,33 +1,24 @@
---- Gemfile.orig 2018-04-09 20:57:26 UTC
+--- Gemfile.orig 2018-04-23 19:39:01 UTC
+++ Gemfile
-@@ -12,7 +12,7 @@ gem 'sprockets', '~> 3.7.0'
- gem 'default_value_for', '~> 3.0.0'
+@@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0'
+ gem 'default_value_for', gem_versions['default_value_for']
# Supported DBs
-gem 'mysql2', '~> 0.4.10', group: :mysql
+gem 'mysql2', '>= 0.4.10', group: :mysql
gem 'pg', '~> 0.18.2', group: :postgres
- gem 'rugged', '~> 0.26.0'
-@@ -113,7 +113,7 @@ gem 'fog-rackspace', '~> 0.1.1'
+ gem 'rugged', '~> 0.27'
+@@ -126,7 +126,7 @@ gem 'fog-rackspace', '~> 0.1.1'
gem 'fog-aliyun', '~> 0.2.0'
# for Google storage
--gem 'google-api-client', '~> 0.13.6'
-+gem 'google-api-client', '>= 0.13.6'
+-gem 'google-api-client', '~> 0.19.8'
++gem 'google-api-client', '>= 0.19.8'
# for aws storage
gem 'unf', '~> 0.1.4'
-@@ -149,7 +149,7 @@ group :unicorn do
- end
-
- # State machine
--gem 'state_machines-activerecord', '~> 0.4.0'
-+gem 'state_machines-activerecord', '>= 0.4.0'
-
- # Issue tags
- gem 'acts-as-taggable-on', '~> 4.0'
-@@ -164,7 +164,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req
+@@ -177,7 +177,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req
gem 'rufus-scheduler', '~> 3.4'
# HTTP requests
@@ -36,7 +27,7 @@
# Colored output to console
gem 'rainbow', '~> 2.2'
-@@ -214,7 +214,7 @@ gem 'kubeclient', '~> 2.2.0'
+@@ -227,7 +227,7 @@ gem 'kubeclient', '~> 3.0'
gem 'd3_rails', '~> 3.5.0'
# Sanitize user input
@@ -45,25 +36,16 @@
gem 'babosa', '~> 1.0.2'
# Sanitizes SVG input
-@@ -264,7 +264,7 @@ 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'
-
-@@ -281,7 +281,7 @@ gem 'batch-loader', '~> 1.2.1'
+@@ -289,7 +289,7 @@ gem 'batch-loader', '~> 1.2.1'
+ # Perf bar
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-mysql2', '>= 1.1.0', group: :mysql
gem 'peek-performance_bar', '~> 1.3.0'
gem 'peek-pg', '~> 1.3.0', group: :postgres
gem 'peek-rblineprof', '~> 0.2.0'
-@@ -290,97 +290,11 @@ gem 'peek-sidekiq', '~> 1.0.3'
+@@ -298,98 +298,11 @@ gem 'peek-sidekiq', '~> 1.0.3'
# Metrics
group :metrics do
@@ -77,8 +59,8 @@
end
-group :development do
-- gem 'foreman', '~> 0.78.0'
-- gem 'brakeman', '~> 3.6.0', require: false
+- gem 'foreman', '~> 0.84.0'
+- gem 'brakeman', '~> 4.2', require: false
-
- gem 'letter_opener_web', '~> 1.3.0'
- gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
@@ -137,13 +119,15 @@
- gem 'benchmark-ips', '~> 2.3.0', require: false
-
- gem 'license_finder', '~> 3.1', require: false
-- gem 'knapsack', '~> 1.11.0'
+- gem 'knapsack', '~> 1.16'
-
-- gem 'activerecord_sane_schema_dumper', '0.2'
+- gem 'activerecord_sane_schema_dumper', gem_versions['activerecord_sane_schema_dumper']
-
- gem 'stackprof', '~> 0.2.10', require: false
-
- gem 'simple_po_parser', '~> 1.1.2', require: false
+-
+- gem 'timecop', '~> 0.8.0'
-end
-
-group :test do
@@ -151,20 +135,17 @@
- gem 'email_spec', '~> 1.6.0'
- gem 'json-schema', '~> 2.8.0'
- gem 'webmock', '~> 2.3.2'
-- gem 'test_after_commit', '~> 1.1'
+- gem 'test_after_commit', '~> 1.1' unless rails5? # Remove this gem when migrated to rails 5.0. It's been integrated to rails 5.0.
- gem 'sham_rack', '~> 1.3.6'
-- gem 'timecop', '~> 0.8.0'
- gem 'concurrent-ruby', '~> 1.0.5'
- gem 'test-prof', '~> 0.2.5'
-end
-
- gem 'octokit', '~> 4.6.2'
+ gem 'octokit', '~> 4.8'
gem 'mail_room', '~> 0.9.1'
-@@ -431,3 +345,6 @@ gem 'grape_logging', '~> 1.7'
+@@ -440,3 +353,4 @@ gem 'grape_logging', '~> 1.7'
# Asset synchronization
gem 'asset_sync', '~> 2.2.0'
+
-+# Make sure this is always present, as it is missing upstream but is required
-+gem 'rinku'
diff --git a/www/gitlab/pkg-message b/www/gitlab/pkg-message
index f0af23d15526..60df403a2254 100644
--- a/www/gitlab/pkg-message
+++ b/www/gitlab/pkg-message
@@ -4,12 +4,12 @@ Gitlab was installed successfully.
You now need to set up the various components of Gitlab, so please
follow the instructions in the guide at:
-https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.6-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.7-freebsd.md
If you just installed an major upgrade of GitLab, for example you
-switched from 10.4.x to 10.5.x, please follow the instructions in the guide at:
+switched from 10.6.x to 10.7.x, please follow the instructions in the guide at:
-https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.5-10.6-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.6-10.7-freebsd.md
If you just installed an minor upgrade of GitLab please follow
the instructions in the guide at:
diff --git a/www/gitlab/pkg-plist b/www/gitlab/pkg-plist
index fe796c9dc4fc..f3bf29429728 100644
--- a/www/gitlab/pkg-plist
+++ b/www/gitlab/pkg-plist
@@ -18,6 +18,8 @@
%%WWWDIR%%/.mailmap
%%WWWDIR%%/.nvmrc
%%WWWDIR%%/.pkgr.yml
+%%WWWDIR%%/.prettierignore
+%%WWWDIR%%/.prettierrc
%%WWWDIR%%/.rubocop.yml
%%WWWDIR%%/.rubocop_todo.yml
%%WWWDIR%%/.ruby-version
@@ -29,6 +31,8 @@
%%WWWDIR%%/GITLAB_SHELL_VERSION
%%WWWDIR%%/GITLAB_WORKHORSE_VERSION
%%WWWDIR%%/Gemfile
+%%WWWDIR%%/Gemfile.rails5
+%%WWWDIR%%/Gemfile.rails5.lock
%%WWWDIR%%/LICENSE
%%WWWDIR%%/MAINTENANCE.md
%%WWWDIR%%/PROCESS.md
@@ -45,6 +49,16 @@
%%WWWDIR%%/app/assets/images/auth_buttons/google_64.png
%%WWWDIR%%/app/assets/images/auth_buttons/signin_with_google.png
%%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_canceled.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_created.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_failed.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_manual.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_not_found.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_pending.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_running.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_skipped.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_success.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_warning.ico
%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_canceled.ico
%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_created.ico
%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_failed.ico
@@ -1863,6 +1877,7 @@
%%WWWDIR%%/app/assets/images/emoji/zzz.png
%%WWWDIR%%/app/assets/images/emoji@2x.png
%%WWWDIR%%/app/assets/images/favicon-blue.ico
+%%WWWDIR%%/app/assets/images/favicon-yellow.ico
%%WWWDIR%%/app/assets/images/favicon.ico
%%WWWDIR%%/app/assets/images/file_icons.svg
%%WWWDIR%%/app/assets/images/gitlab_logo.png
@@ -1871,63 +1886,6 @@
%%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/icons.json
-%%WWWDIR%%/app/assets/images/icons.svg
-%%WWWDIR%%/app/assets/images/illustrations/cluster_popover.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-editor_all_changes_committed_empty.svg
-%%WWWDIR%%/app/assets/images/illustrations/multi-editor_no_changes_empty.svg
-%%WWWDIR%%/app/assets/images/illustrations/multi-editor_no_staged_files_empty.svg
-%%WWWDIR%%/app/assets/images/illustrations/multi_file_editor_empty.svg
-%%WWWDIR%%/app/assets/images/illustrations/no_commits.svg
-%%WWWDIR%%/app/assets/images/illustrations/pending_job_empty.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
@@ -1964,13 +1922,28 @@
%%WWWDIR%%/app/assets/javascripts/api.js
%%WWWDIR%%/app/assets/javascripts/autosave.js
%%WWWDIR%%/app/assets/javascripts/awards_handler.js
+%%WWWDIR%%/app/assets/javascripts/badges/components/badge.vue
+%%WWWDIR%%/app/assets/javascripts/badges/components/badge_form.vue
+%%WWWDIR%%/app/assets/javascripts/badges/components/badge_list.vue
+%%WWWDIR%%/app/assets/javascripts/badges/components/badge_list_row.vue
+%%WWWDIR%%/app/assets/javascripts/badges/components/badge_settings.vue
+%%WWWDIR%%/app/assets/javascripts/badges/constants.js
+%%WWWDIR%%/app/assets/javascripts/badges/empty_badge.js
+%%WWWDIR%%/app/assets/javascripts/badges/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/badges/store/index.js
+%%WWWDIR%%/app/assets/javascripts/badges/store/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/badges/store/mutations.js
+%%WWWDIR%%/app/assets/javascripts/badges/store/state.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/markdown/copy_as_gfm.js
+%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_gfm.js
+%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_math.js
+%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_mermaid.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
@@ -2208,6 +2181,73 @@
%%WWWDIR%%/app/assets/javascripts/help/help.js
%%WWWDIR%%/app/assets/javascripts/helpers/issuables_helper.js
%%WWWDIR%%/app/assets/javascripts/how_to_merge.js
+%%WWWDIR%%/app/assets/javascripts/ide/components/changed_file_icon.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/actions.vue
+%%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/commit_sidebar/radio_group.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/editor_mode_dropdown.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_external_links.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/ide_file_buttons.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/mr_file_icon.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_editor.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file_status_icon.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_loading_file.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tab.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tabs.vue
+%%WWWDIR%%/app/assets/javascripts/ide/components/resizable_panel.vue
+%%WWWDIR%%/app/assets/javascripts/ide/eventhub.js
+%%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/lib/themes/gl_theme.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/file.js
+%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/merge_request.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/modules/commit/actions.js
+%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/constants.js
+%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/getters.js
+%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/index.js
+%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutations.js
+%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/state.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/merge_request.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/ide/stores/workers/files_decorator_worker.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
@@ -2314,10 +2354,13 @@
%%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboard.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/empty_state.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph.vue
+%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/axis.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/deployment.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/flag.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/legend.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/path.vue
+%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/track_info.vue
+%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/track_line.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph_group.vue
%%WWWDIR%%/app/assets/javascripts/monitoring/event_hub.js
%%WWWDIR%%/app/assets/javascripts/monitoring/mixins/monitoring_mixins.js
@@ -2380,6 +2423,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/abuse_reports.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/admin.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/broadcast_message.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/cohorts/index.js
@@ -2399,9 +2443,6 @@
%%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue
%%WWWDIR%%/app/assets/javascripts/pages/admin/users/index.js
-%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/ci_lint_editor.js
-%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/new/index.js
-%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/constants.js
%%WWWDIR%%/app/assets/javascripts/pages/dashboard/activity/index.js
%%WWWDIR%%/app/assets/javascripts/pages/dashboard/groups/index/index.js
@@ -2427,6 +2468,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/new/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/help/index/index.js
@@ -2458,6 +2500,9 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/boards/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/branches/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/branches/new/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/ci_lint_editor.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/new/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/destroy/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js
@@ -2535,7 +2580,10 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/registry/repositories/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/releases/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/services/edit/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/badges/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/ci_cd/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/create_deploy_token/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/form.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_feature_setting.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_setting_row.vue
@@ -2561,6 +2609,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/sessions/new/oauth_remember_me.js
%%WWWDIR%%/app/assets/javascripts/pages/sessions/new/signin_tabs_memoizer.js
%%WWWDIR%%/app/assets/javascripts/pages/sessions/new/username_validator.js
+%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_badge_settings.js
%%WWWDIR%%/app/assets/javascripts/pages/snippets/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/snippets/form.js
%%WWWDIR%%/app/assets/javascripts/pages/snippets/new/index.js
@@ -2571,7 +2620,14 @@
%%WWWDIR%%/app/assets/javascripts/pdf/assets/img/bg.gif
%%WWWDIR%%/app/assets/javascripts/pdf/index.vue
%%WWWDIR%%/app/assets/javascripts/pdf/page/index.vue
-%%WWWDIR%%/app/assets/javascripts/performance_bar.js
+%%WWWDIR%%/app/assets/javascripts/performance_bar/components/detailed_metric.vue
+%%WWWDIR%%/app/assets/javascripts/performance_bar/components/performance_bar_app.vue
+%%WWWDIR%%/app/assets/javascripts/performance_bar/components/request_selector.vue
+%%WWWDIR%%/app/assets/javascripts/performance_bar/components/simple_metric.vue
+%%WWWDIR%%/app/assets/javascripts/performance_bar/components/upstream_performance_bar.vue
+%%WWWDIR%%/app/assets/javascripts/performance_bar/index.js
+%%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js
+%%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js
%%WWWDIR%%/app/assets/javascripts/pipelines.js
%%WWWDIR%%/app/assets/javascripts/pipelines/components/async_button.vue
%%WWWDIR%%/app/assets/javascripts/pipelines/components/blank_state.vue
@@ -2603,6 +2659,7 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/stores/pipelines_store.js
%%WWWDIR%%/app/assets/javascripts/preview_markdown.js
%%WWWDIR%%/app/assets/javascripts/profile/account/components/delete_account_modal.vue
+%%WWWDIR%%/app/assets/javascripts/profile/account/components/update_username.vue
%%WWWDIR%%/app/assets/javascripts/profile/account/index.js
%%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js
%%WWWDIR%%/app/assets/javascripts/profile/profile.js
@@ -2652,9 +2709,6 @@
%%WWWDIR%%/app/assets/javascripts/registry/stores/index.js
%%WWWDIR%%/app/assets/javascripts/registry/stores/mutation_types.js
%%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/render_mermaid.js
%%WWWDIR%%/app/assets/javascripts/right_sidebar.js
%%WWWDIR%%/app/assets/javascripts/search_autocomplete.js
%%WWWDIR%%/app/assets/javascripts/settings_panels.js
@@ -2668,7 +2722,7 @@
%%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.js
%%WWWDIR%%/app/assets/javascripts/shortcuts_network.js
%%WWWDIR%%/app/assets/javascripts/shortcuts_wiki.js
-%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.js
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/confidential_issue_sidebar.vue
@@ -2681,8 +2735,8 @@
%%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/collapsed_state.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.vue
%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.js
%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/help_state.js
%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.js
@@ -2723,16 +2777,17 @@
%%WWWDIR%%/app/assets/javascripts/users_select.js
%%WWWDIR%%/app/assets/javascripts/version_check_image.js
%%WWWDIR%%/app/assets/javascripts/visibility_select.js
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment.vue
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/memory_usage.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author_time.vue
-%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_deployment.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_maintainer_edit.vue
-%%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.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_status_icon.vue
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/source_branch_removal_status.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_archived.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_auto_merge_failed.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_checking.vue
@@ -2744,15 +2799,15 @@
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merging.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_not_allowed.vue
-%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_nothing_to_merge.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.vue
%%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
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_wip.js
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/nothing_to_merge.vue
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/sha_mismatch.vue
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/unresolved_discussions.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/dependencies.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/event_hub.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/index.js
@@ -2765,6 +2820,12 @@
%%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/content_viewer/content_viewer.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/lib/viewer_utils.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/download_viewer.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/markdown_viewer.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/deprecated_modal.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
@@ -2779,8 +2840,7 @@
%%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/modal.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/memory_graph.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
@@ -2920,7 +2980,6 @@
%%WWWDIR%%/app/assets/stylesheets/pages/issues.scss
%%WWWDIR%%/app/assets/stylesheets/pages/issues/issue_count_badge.scss
%%WWWDIR%%/app/assets/stylesheets/pages/labels.scss
-%%WWWDIR%%/app/assets/stylesheets/pages/lint.scss
%%WWWDIR%%/app/assets/stylesheets/pages/login.scss
%%WWWDIR%%/app/assets/stylesheets/pages/members.scss
%%WWWDIR%%/app/assets/stylesheets/pages/merge_conflicts.scss
@@ -2929,6 +2988,7 @@
%%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss
%%WWWDIR%%/app/assets/stylesheets/pages/notes.scss
%%WWWDIR%%/app/assets/stylesheets/pages/notifications.scss
+%%WWWDIR%%/app/assets/stylesheets/pages/pages.scss
%%WWWDIR%%/app/assets/stylesheets/pages/pipeline_schedules.scss
%%WWWDIR%%/app/assets/stylesheets/pages/pipelines.scss
%%WWWDIR%%/app/assets/stylesheets/pages/profile.scss
@@ -2990,6 +3050,7 @@
%%WWWDIR%%/app/controllers/ci/lints_controller.rb
%%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb
%%WWWDIR%%/app/controllers/concerns/boards_responses.rb
+%%WWWDIR%%/app/controllers/concerns/checks_collaboration.rb
%%WWWDIR%%/app/controllers/concerns/continue_params.rb
%%WWWDIR%%/app/controllers/concerns/controller_with_cross_project_access_check.rb
%%WWWDIR%%/app/controllers/concerns/creates_commit.rb
@@ -3017,6 +3078,7 @@
%%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb
%%WWWDIR%%/app/controllers/concerns/requires_whitelisted_monitoring_client.rb
%%WWWDIR%%/app/controllers/concerns/routable_actions.rb
+%%WWWDIR%%/app/controllers/concerns/send_file_upload.rb
%%WWWDIR%%/app/controllers/concerns/service_params.rb
%%WWWDIR%%/app/controllers/concerns/snippets_actions.rb
%%WWWDIR%%/app/controllers/concerns/spammable_actions.rb
@@ -3046,6 +3108,7 @@
%%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/badges_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
@@ -3053,6 +3116,7 @@
%%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
@@ -3096,6 +3160,7 @@
%%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/ci/lints_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
@@ -3106,6 +3171,7 @@
%%WWWDIR%%/app/controllers/projects/cycle_analytics/events_controller.rb
%%WWWDIR%%/app/controllers/projects/cycle_analytics_controller.rb
%%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb
+%%WWWDIR%%/app/controllers/projects/deploy_tokens_controller.rb
%%WWWDIR%%/app/controllers/projects/deployments_controller.rb
%%WWWDIR%%/app/controllers/projects/discussions_controller.rb
%%WWWDIR%%/app/controllers/projects/environments_controller.rb
@@ -3153,6 +3219,7 @@
%%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb
%%WWWDIR%%/app/controllers/projects/runners_controller.rb
%%WWWDIR%%/app/controllers/projects/services_controller.rb
+%%WWWDIR%%/app/controllers/projects/settings/badges_controller.rb
%%WWWDIR%%/app/controllers/projects/settings/ci_cd_controller.rb
%%WWWDIR%%/app/controllers/projects/settings/integrations_controller.rb
%%WWWDIR%%/app/controllers/projects/settings/repository_controller.rb
@@ -3245,6 +3312,7 @@
%%WWWDIR%%/app/helpers/conversational_development_index_helper.rb
%%WWWDIR%%/app/helpers/dashboard_helper.rb
%%WWWDIR%%/app/helpers/defer_script_tag_helper.rb
+%%WWWDIR%%/app/helpers/deploy_tokens_helper.rb
%%WWWDIR%%/app/helpers/diff_helper.rb
%%WWWDIR%%/app/helpers/dropdowns_helper.rb
%%WWWDIR%%/app/helpers/emails_helper.rb
@@ -3381,6 +3449,7 @@
%%WWWDIR%%/app/models/chat_team.rb
%%WWWDIR%%/app/models/ci/artifact_blob.rb
%%WWWDIR%%/app/models/ci/build.rb
+%%WWWDIR%%/app/models/ci/build_metadata.rb
%%WWWDIR%%/app/models/ci/build_trace_section.rb
%%WWWDIR%%/app/models/ci/build_trace_section_name.rb
%%WWWDIR%%/app/models/ci/group.rb
@@ -3415,6 +3484,7 @@
%%WWWDIR%%/app/models/compare.rb
%%WWWDIR%%/app/models/concerns/access_requestable.rb
%%WWWDIR%%/app/models/concerns/artifact_migratable.rb
+%%WWWDIR%%/app/models/concerns/atomic_internal_id.rb
%%WWWDIR%%/app/models/concerns/avatarable.rb
%%WWWDIR%%/app/models/concerns/awardable.rb
%%WWWDIR%%/app/models/concerns/blob_like.rb
@@ -3422,6 +3492,7 @@
%%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/chronic_duration_attribute.rb
%%WWWDIR%%/app/models/concerns/created_at_filterable.rb
%%WWWDIR%%/app/models/concerns/deployment_platform.rb
%%WWWDIR%%/app/models/concerns/discussion_on_diff.rb
@@ -3436,13 +3507,13 @@
%%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
+%%WWWDIR%%/app/models/concerns/nonatomic_internal_id.rb
%%WWWDIR%%/app/models/concerns/note_on_diff.rb
%%WWWDIR%%/app/models/concerns/noteable.rb
%%WWWDIR%%/app/models/concerns/participable.rb
@@ -3483,10 +3554,10 @@
%%WWWDIR%%/app/models/conversational_development_index/idea_to_production_step.rb
%%WWWDIR%%/app/models/conversational_development_index/metric.rb
%%WWWDIR%%/app/models/cycle_analytics.rb
-%%WWWDIR%%/app/models/cycle_analytics/summary.rb
%%WWWDIR%%/app/models/dashboard_milestone.rb
%%WWWDIR%%/app/models/deploy_key.rb
%%WWWDIR%%/app/models/deploy_keys_project.rb
+%%WWWDIR%%/app/models/deploy_token.rb
%%WWWDIR%%/app/models/deployment.rb
%%WWWDIR%%/app/models/diff_discussion.rb
%%WWWDIR%%/app/models/diff_note.rb
@@ -3535,6 +3606,7 @@
%%WWWDIR%%/app/models/identity.rb
%%WWWDIR%%/app/models/individual_note_discussion.rb
%%WWWDIR%%/app/models/instance_configuration.rb
+%%WWWDIR%%/app/models/internal_id.rb
%%WWWDIR%%/app/models/issue.rb
%%WWWDIR%%/app/models/issue/metrics.rb
%%WWWDIR%%/app/models/issue_assignee.rb
@@ -3576,6 +3648,7 @@
%%WWWDIR%%/app/models/project_authorization.rb
%%WWWDIR%%/app/models/project_auto_devops.rb
%%WWWDIR%%/app/models/project_custom_attribute.rb
+%%WWWDIR%%/app/models/project_deploy_token.rb
%%WWWDIR%%/app/models/project_feature.rb
%%WWWDIR%%/app/models/project_group_link.rb
%%WWWDIR%%/app/models/project_import_data.rb
@@ -3678,6 +3751,7 @@
%%WWWDIR%%/app/policies/clusters/cluster_policy.rb
%%WWWDIR%%/app/policies/commit_status_policy.rb
%%WWWDIR%%/app/policies/deploy_key_policy.rb
+%%WWWDIR%%/app/policies/deploy_token_policy.rb
%%WWWDIR%%/app/policies/deployment_policy.rb
%%WWWDIR%%/app/policies/environment_policy.rb
%%WWWDIR%%/app/policies/external_issue_policy.rb
@@ -3695,9 +3769,12 @@
%%WWWDIR%%/app/policies/project_label_policy.rb
%%WWWDIR%%/app/policies/project_member_policy.rb
%%WWWDIR%%/app/policies/project_policy.rb
+%%WWWDIR%%/app/policies/project_policy/class_methods.rb
%%WWWDIR%%/app/policies/project_snippet_policy.rb
+%%WWWDIR%%/app/policies/protected_branch_policy.rb
%%WWWDIR%%/app/policies/user_policy.rb
%%WWWDIR%%/app/presenters/README.md
+%%WWWDIR%%/app/presenters/ci/build_metadata_presenter.rb
%%WWWDIR%%/app/presenters/ci/build_presenter.rb
%%WWWDIR%%/app/presenters/ci/group_variable_presenter.rb
%%WWWDIR%%/app/presenters/ci/pipeline_presenter.rb
@@ -3731,6 +3808,7 @@
%%WWWDIR%%/app/serializers/build_action_entity.rb
%%WWWDIR%%/app/serializers/build_artifact_entity.rb
%%WWWDIR%%/app/serializers/build_details_entity.rb
+%%WWWDIR%%/app/serializers/build_metadata_entity.rb
%%WWWDIR%%/app/serializers/build_serializer.rb
%%WWWDIR%%/app/serializers/cluster_application_entity.rb
%%WWWDIR%%/app/serializers/cluster_entity.rb
@@ -3783,12 +3861,13 @@
%%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
%%WWWDIR%%/app/serializers/note_user_entity.rb
%%WWWDIR%%/app/serializers/pipeline_details_entity.rb
%%WWWDIR%%/app/serializers/pipeline_entity.rb
%%WWWDIR%%/app/serializers/pipeline_serializer.rb
%%WWWDIR%%/app/serializers/project_entity.rb
+%%WWWDIR%%/app/serializers/project_note_entity.rb
+%%WWWDIR%%/app/serializers/project_note_serializer.rb
%%WWWDIR%%/app/serializers/project_serializer.rb
%%WWWDIR%%/app/serializers/request_aware_entity.rb
%%WWWDIR%%/app/serializers/runner_entity.rb
@@ -3834,7 +3913,6 @@
%%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_kubernetes_token_service.rb
@@ -3874,6 +3952,7 @@
%%WWWDIR%%/app/services/delete_branch_service.rb
%%WWWDIR%%/app/services/delete_merged_branches_service.rb
%%WWWDIR%%/app/services/deploy_keys/create_service.rb
+%%WWWDIR%%/app/services/deploy_tokens/create_service.rb
%%WWWDIR%%/app/services/discussions/base_service.rb
%%WWWDIR%%/app/services/discussions/resolve_service.rb
%%WWWDIR%%/app/services/discussions/update_diff_position_service.rb
@@ -3923,7 +4002,7 @@
%%WWWDIR%%/app/services/labels/promote_service.rb
%%WWWDIR%%/app/services/labels/transfer_service.rb
%%WWWDIR%%/app/services/labels/update_service.rb
-%%WWWDIR%%/app/services/lfs/file_modification_handler.rb
+%%WWWDIR%%/app/services/lfs/file_transformer.rb
%%WWWDIR%%/app/services/lfs/lock_file_service.rb
%%WWWDIR%%/app/services/lfs/locks_finder_service.rb
%%WWWDIR%%/app/services/lfs/unlock_file_service.rb
@@ -3979,6 +4058,7 @@
%%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/base_move_relations_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
@@ -3999,8 +4079,18 @@
%%WWWDIR%%/app/services/projects/housekeeping_service.rb
%%WWWDIR%%/app/services/projects/import_export/export_service.rb
%%WWWDIR%%/app/services/projects/import_service.rb
+%%WWWDIR%%/app/services/projects/move_access_service.rb
+%%WWWDIR%%/app/services/projects/move_deploy_keys_projects_service.rb
+%%WWWDIR%%/app/services/projects/move_forks_service.rb
+%%WWWDIR%%/app/services/projects/move_lfs_objects_projects_service.rb
+%%WWWDIR%%/app/services/projects/move_notification_settings_service.rb
+%%WWWDIR%%/app/services/projects/move_project_authorizations_service.rb
+%%WWWDIR%%/app/services/projects/move_project_group_links_service.rb
+%%WWWDIR%%/app/services/projects/move_project_members_service.rb
+%%WWWDIR%%/app/services/projects/move_users_star_projects_service.rb
%%WWWDIR%%/app/services/projects/open_issues_count_service.rb
%%WWWDIR%%/app/services/projects/open_merge_requests_count_service.rb
+%%WWWDIR%%/app/services/projects/overwrite_project_service.rb
%%WWWDIR%%/app/services/projects/participants_service.rb
%%WWWDIR%%/app/services/projects/propagate_service_template.rb
%%WWWDIR%%/app/services/projects/transfer_service.rb
@@ -4012,10 +4102,12 @@
%%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/destroy_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/destroy_service.rb
%%WWWDIR%%/app/services/protected_tags/update_service.rb
%%WWWDIR%%/app/services/push_event_payload_service.rb
%%WWWDIR%%/app/services/quick_actions/interpret_service.rb
@@ -4068,12 +4160,14 @@
%%WWWDIR%%/app/uploaders/legacy_artifact_uploader.rb
%%WWWDIR%%/app/uploaders/lfs_object_uploader.rb
%%WWWDIR%%/app/uploaders/namespace_file_uploader.rb
+%%WWWDIR%%/app/uploaders/object_storage.rb
%%WWWDIR%%/app/uploaders/personal_file_uploader.rb
%%WWWDIR%%/app/uploaders/records_uploads.rb
%%WWWDIR%%/app/uploaders/uploader_helper.rb
%%WWWDIR%%/app/uploaders/workhorse.rb
%%WWWDIR%%/app/validators/abstract_path_validator.rb
%%WWWDIR%%/app/validators/addressable_url_validator.rb
+%%WWWDIR%%/app/validators/certificate_fingerprint_validator.rb
%%WWWDIR%%/app/validators/certificate_key_validator.rb
%%WWWDIR%%/app/validators/certificate_validator.rb
%%WWWDIR%%/app/validators/cluster_name_validator.rb
@@ -4088,6 +4182,7 @@
%%WWWDIR%%/app/validators/namespace_name_validator.rb
%%WWWDIR%%/app/validators/namespace_path_validator.rb
%%WWWDIR%%/app/validators/project_path_validator.rb
+%%WWWDIR%%/app/validators/top_level_group_validator.rb
%%WWWDIR%%/app/validators/url_placeholder_validator.rb
%%WWWDIR%%/app/validators/url_validator.rb
%%WWWDIR%%/app/validators/variable_duplicates_validator.rb
@@ -4099,7 +4194,33 @@
%%WWWDIR%%/app/views/admin/appearances/_form.html.haml
%%WWWDIR%%/app/views/admin/appearances/preview_sign_in.html.haml
%%WWWDIR%%/app/views/admin/appearances/show.html.haml
-%%WWWDIR%%/app/views/admin/application_settings/_form.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_abuse.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_account_and_limit.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_background_jobs.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_ci_cd.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_email.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_gitaly.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_help_page.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_influx.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_ip_limits.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_koding.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_logging.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_outbound.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_pages.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_performance.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_performance_bar.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_plantuml.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_prometheus.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_realtime.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_registry.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_repository_check.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_repository_storage.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_signin.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_signup.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_spam.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_terminal.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_usage.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_visibility_and_access.html.haml
%%WWWDIR%%/app/views/admin/application_settings/show.html.haml
%%WWWDIR%%/app/views/admin/applications/_delete_form.html.haml
%%WWWDIR%%/app/views/admin/applications/_form.html.haml
@@ -4179,7 +4300,6 @@
%%WWWDIR%%/app/views/admin/users/projects.html.haml
%%WWWDIR%%/app/views/admin/users/show.html.haml
%%WWWDIR%%/app/views/award_emoji/_awards_block.html.haml
-%%WWWDIR%%/app/views/ci/lints/_create.html.haml
%%WWWDIR%%/app/views/ci/lints/show.html.haml
%%WWWDIR%%/app/views/ci/runner/_how_to_setup_runner.html.haml
%%WWWDIR%%/app/views/ci/runner/_how_to_setup_shared_runner.html.haml
@@ -4327,6 +4447,7 @@
%%WWWDIR%%/app/views/groups/milestones/show.html.haml
%%WWWDIR%%/app/views/groups/new.html.haml
%%WWWDIR%%/app/views/groups/projects.html.haml
+%%WWWDIR%%/app/views/groups/settings/badges/index.html.haml
%%WWWDIR%%/app/views/groups/settings/ci_cd/show.html.haml
%%WWWDIR%%/app/views/groups/show.atom.builder
%%WWWDIR%%/app/views/groups/show.html.haml
@@ -4339,6 +4460,7 @@
%%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/bitbucket/deploy_key.js.haml
%%WWWDIR%%/app/views/import/bitbucket/status.html.haml
@@ -4388,6 +4510,7 @@
%%WWWDIR%%/app/views/layouts/header/_default.html.haml
%%WWWDIR%%/app/views/layouts/header/_empty.html.haml
%%WWWDIR%%/app/views/layouts/header/_new_dropdown.haml
+%%WWWDIR%%/app/views/layouts/header/_read_only_banner.html.haml
%%WWWDIR%%/app/views/layouts/help.html.haml
%%WWWDIR%%/app/views/layouts/koding.html.haml
%%WWWDIR%%/app/views/layouts/mailer.html.haml
@@ -4486,6 +4609,8 @@
%%WWWDIR%%/app/views/notify/project_was_moved_email.text.erb
%%WWWDIR%%/app/views/notify/project_was_not_exported_email.html.haml
%%WWWDIR%%/app/views/notify/project_was_not_exported_email.text.haml
+%%WWWDIR%%/app/views/notify/push_to_merge_request_email.html.haml
+%%WWWDIR%%/app/views/notify/push_to_merge_request_email.text.haml
%%WWWDIR%%/app/views/notify/reassigned_issue_email.html.haml
%%WWWDIR%%/app/views/notify/reassigned_issue_email.text.erb
%%WWWDIR%%/app/views/notify/reassigned_merge_request_email.html.haml
@@ -4498,12 +4623,10 @@
%%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
-%%WWWDIR%%/app/views/peek/views/_rblineprof.html.haml
-%%WWWDIR%%/app/views/peek/views/_sql.html.haml
+%%WWWDIR%%/app/views/peek/_bar.html.haml
+%%WWWDIR%%/app/views/peek/views/_gc.html.haml
+%%WWWDIR%%/app/views/peek/views/_redis.html.haml
+%%WWWDIR%%/app/views/peek/views/_sidekiq.html.haml
%%WWWDIR%%/app/views/profiles/_event_table.html.haml
%%WWWDIR%%/app/views/profiles/accounts/show.html.haml
%%WWWDIR%%/app/views/profiles/audit_log.html.haml
@@ -4626,6 +4749,8 @@
%%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/ci/lints/_create.html.haml
+%%WWWDIR%%/app/views/projects/ci/lints/show.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
@@ -4680,6 +4805,11 @@
%%WWWDIR%%/app/views/projects/deploy_keys/_form.html.haml
%%WWWDIR%%/app/views/projects/deploy_keys/_index.html.haml
%%WWWDIR%%/app/views/projects/deploy_keys/edit.html.haml
+%%WWWDIR%%/app/views/projects/deploy_tokens/_form.html.haml
+%%WWWDIR%%/app/views/projects/deploy_tokens/_index.html.haml
+%%WWWDIR%%/app/views/projects/deploy_tokens/_new_deploy_token.html.haml
+%%WWWDIR%%/app/views/projects/deploy_tokens/_revoke_modal.html.haml
+%%WWWDIR%%/app/views/projects/deploy_tokens/_table.html.haml
%%WWWDIR%%/app/views/projects/deployments/_actions.haml
%%WWWDIR%%/app/views/projects/deployments/_commit.html.haml
%%WWWDIR%%/app/views/projects/deployments/_deployment.html.haml
@@ -4754,6 +4884,7 @@
%%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/_empty_states.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
@@ -4821,6 +4952,7 @@
%%WWWDIR%%/app/views/projects/notes/_more_actions_dropdown.html.haml
%%WWWDIR%%/app/views/projects/pages/_access.html.haml
%%WWWDIR%%/app/views/projects/pages/_destroy.haml
+%%WWWDIR%%/app/views/projects/pages/_https_only.html.haml
%%WWWDIR%%/app/views/projects/pages/_list.html.haml
%%WWWDIR%%/app/views/projects/pages/_no_domains.html.haml
%%WWWDIR%%/app/views/projects/pages/_use.html.haml
@@ -4846,8 +4978,6 @@
%%WWWDIR%%/app/views/projects/pipelines/index.html.haml
%%WWWDIR%%/app/views/projects/pipelines/new.html.haml
%%WWWDIR%%/app/views/projects/pipelines/show.html.haml
-%%WWWDIR%%/app/views/projects/pipelines_settings/_badge.html.haml
-%%WWWDIR%%/app/views/projects/pipelines_settings/_show.html.haml
%%WWWDIR%%/app/views/projects/project_members/_groups.html.haml
%%WWWDIR%%/app/views/projects/project_members/_new_project_member.html.haml
%%WWWDIR%%/app/views/projects/project_members/_new_shared_group.html.haml
@@ -4902,6 +5032,9 @@
%%WWWDIR%%/app/views/projects/services/prometheus/_help.html.haml
%%WWWDIR%%/app/views/projects/services/prometheus/_show.html.haml
%%WWWDIR%%/app/views/projects/services/slack_slash_commands/_help.html.haml
+%%WWWDIR%%/app/views/projects/settings/badges/index.html.haml
+%%WWWDIR%%/app/views/projects/settings/ci_cd/_badge.html.haml
+%%WWWDIR%%/app/views/projects/settings/ci_cd/_form.html.haml
%%WWWDIR%%/app/views/projects/settings/ci_cd/show.html.haml
%%WWWDIR%%/app/views/projects/settings/integrations/_project_hook.html.haml
%%WWWDIR%%/app/views/projects/settings/integrations/show.html.haml
@@ -5016,6 +5149,7 @@
%%WWWDIR%%/app/views/shared/_sort_dropdown.html.haml
%%WWWDIR%%/app/views/shared/_visibility_level.html.haml
%%WWWDIR%%/app/views/shared/_visibility_radios.html.haml
+%%WWWDIR%%/app/views/shared/badges/_badge_settings.html.haml
%%WWWDIR%%/app/views/shared/boards/_show.html.haml
%%WWWDIR%%/app/views/shared/boards/components/_board.html.haml
%%WWWDIR%%/app/views/shared/boards/components/_sidebar.html.haml
@@ -5027,6 +5161,7 @@
%%WWWDIR%%/app/views/shared/boards/index.html.haml
%%WWWDIR%%/app/views/shared/boards/show.html.haml
%%WWWDIR%%/app/views/shared/builds/_tabs.html.haml
+%%WWWDIR%%/app/views/shared/dashboard/_no_filter_selected.html.haml
%%WWWDIR%%/app/views/shared/deploy_keys/_form.html.haml
%%WWWDIR%%/app/views/shared/empty_states/_issues.html.haml
%%WWWDIR%%/app/views/shared/empty_states/_labels.html.haml
@@ -5297,6 +5432,7 @@
%%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/object_storage_queue.rb
%%WWWDIR%%/app/workers/concerns/pipeline_background_queue.rb
%%WWWDIR%%/app/workers/concerns/pipeline_queue.rb
%%WWWDIR%%/app/workers/concerns/project_import_options.rb
@@ -5337,6 +5473,9 @@
%%WWWDIR%%/app/workers/new_issue_worker.rb
%%WWWDIR%%/app/workers/new_merge_request_worker.rb
%%WWWDIR%%/app/workers/new_note_worker.rb
+%%WWWDIR%%/app/workers/object_storage/background_move_worker.rb
+%%WWWDIR%%/app/workers/object_storage/migrate_uploads_worker.rb
+%%WWWDIR%%/app/workers/object_storage_upload_worker.rb
%%WWWDIR%%/app/workers/pages_domain_verification_cron_worker.rb
%%WWWDIR%%/app/workers/pages_domain_verification_worker.rb
%%WWWDIR%%/app/workers/pages_worker.rb
@@ -5402,12 +5541,10 @@
@(git,,544) %%WWWDIR%%/bin/spinach
@(git,,544) %%WWWDIR%%/bin/spring
@(git,,544) %%WWWDIR%%/bin/storage_check
+@(git,,544) %%WWWDIR%%/bin/update
@(git,,544) %%WWWDIR%%/bin/web
@(git,,544) %%WWWDIR%%/bin/with_env
%%WWWDIR%%/changelogs/archive.md
-%%WWWDIR%%/changelogs/unreleased-ee/39118-dynamic-pipeline-variables-fe.yml
-%%WWWDIR%%/changelogs/unreleased-ee/4378-fix-cluster-js-not-running-on-update-page.yml
-%%WWWDIR%%/changelogs/unreleased-ee/bvl-external-policy-classification.yml
%%WWWDIR%%/config.ru
%%WWWDIR%%/config/README.md
%%WWWDIR%%/config/application.rb
@@ -5433,6 +5570,7 @@
%%WWWDIR%%/config/initializers/7_redis.rb
%%WWWDIR%%/config/initializers/8_gitaly.rb
%%WWWDIR%%/config/initializers/8_metrics.rb
+%%WWWDIR%%/config/initializers/9_fast_gettext.rb
%%WWWDIR%%/config/initializers/active_record_array_type_casting.rb
%%WWWDIR%%/config/initializers/active_record_data_types.rb
%%WWWDIR%%/config/initializers/active_record_locking.rb
@@ -5441,9 +5579,12 @@
%%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/application_controller_renderer.rb
%%WWWDIR%%/config/initializers/ar5_batching.rb
%%WWWDIR%%/config/initializers/ar5_pg_10_support.rb
+%%WWWDIR%%/config/initializers/ar_native_database_types.rb
%%WWWDIR%%/config/initializers/ar_speed_up_migration_checking.rb
+%%WWWDIR%%/config/initializers/artifacts_direct_upload_support.rb
%%WWWDIR%%/config/initializers/asset_sync.rb
%%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb
%%WWWDIR%%/config/initializers/backtrace_silencers.rb
@@ -5463,9 +5604,9 @@
%%WWWDIR%%/config/initializers/doorkeeper_openid_connect.rb
%%WWWDIR%%/config/initializers/email_template_interceptor.rb
%%WWWDIR%%/config/initializers/etag_caching.rb
-%%WWWDIR%%/config/initializers/fast_gettext.rb
%%WWWDIR%%/config/initializers/fix_local_cache_middleware.rb
%%WWWDIR%%/config/initializers/flipper.rb
+%%WWWDIR%%/config/initializers/fog_google_https_private_urls.rb
%%WWWDIR%%/config/initializers/forbid_sidekiq_in_transactions.rb
%%WWWDIR%%/config/initializers/gettext_rails_i18n_patch.rb
%%WWWDIR%%/config/initializers/gitlab_shell_secret_token.rb
@@ -5481,6 +5622,7 @@
%%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/new_framework_defaults.rb
%%WWWDIR%%/config/initializers/omniauth.rb
%%WWWDIR%%/config/initializers/peek.rb
%%WWWDIR%%/config/initializers/postgresql_cte.rb
@@ -5549,7 +5691,7 @@
%%WWWDIR%%/config/routes/wiki.rb
%%WWWDIR%%/config/sidekiq.yml.example
%%WWWDIR%%/config/sidekiq_queues.yml
-%%WWWDIR%%/config/svg.config.js
+%%WWWDIR%%/config/spring.rb
%%WWWDIR%%/config/unicorn.rb.example.development
%%WWWDIR%%/config/webpack.config.js
%%WWWDIR%%/db/fixtures/development/01_admin.rb
@@ -5570,6 +5712,7 @@
%%WWWDIR%%/db/fixtures/development/19_environments.rb
%%WWWDIR%%/db/fixtures/development/20_nested_groups.rb
%%WWWDIR%%/db/fixtures/development/21_conversational_development_index_metrics.rb
+%%WWWDIR%%/db/fixtures/development/22_labeled_issues_seed.rb
%%WWWDIR%%/db/fixtures/production/001_admin.rb
%%WWWDIR%%/db/fixtures/production/010_settings.rb
%%WWWDIR%%/db/migrate/20121220064453_init_schema.rb
@@ -6215,6 +6358,7 @@
%%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/20170601163708_add_artifacts_store_to_ci_build.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
%%WWWDIR%%/db/migrate/20170603200744_add_email_provider_to_users.rb
@@ -6273,6 +6417,7 @@
%%WWWDIR%%/db/migrate/20170820120108_create_user_synced_attributes_metadata.rb
%%WWWDIR%%/db/migrate/20170824101926_add_auto_devops_enabled_to_application_settings.rb
%%WWWDIR%%/db/migrate/20170824162758_allow_appearances_description_html_null.rb
+%%WWWDIR%%/db/migrate/20170825015534_add_file_store_to_lfs_objects.rb
%%WWWDIR%%/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
%%WWWDIR%%/db/migrate/20170825154015_resolve_outdated_diff_discussions.rb
%%WWWDIR%%/db/migrate/20170827123848_add_index_on_merge_request_diff_commit_sha.rb
@@ -6291,6 +6436,7 @@
%%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/20170918072949_add_file_store_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
@@ -6351,6 +6497,7 @@
%%WWWDIR%%/db/migrate/20171207185153_add_merge_request_state_index.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/20171214144320_add_store_column_to_uploads.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
@@ -6359,8 +6506,10 @@
%%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/20180102220145_add_pages_https_only_to_projects.rb
%%WWWDIR%%/db/migrate/20180103123548_add_confidential_note_events_to_services.rb
%%WWWDIR%%/db/migrate/20180105212544_add_commits_count_to_merge_request_diff.rb
+%%WWWDIR%%/db/migrate/20180109183319_change_default_value_for_pages_https_only.rb
%%WWWDIR%%/db/migrate/20180113220114_rework_redirect_routes_indexes.rb
%%WWWDIR%%/db/migrate/20180115201419_add_index_updated_at_to_issues.rb
%%WWWDIR%%/db/migrate/20180116193854_create_lfs_file_locks.rb
@@ -6374,6 +6523,7 @@
%%WWWDIR%%/db/migrate/20180201145907_migrate_remaining_issues_closed_at.rb
%%WWWDIR%%/db/migrate/20180206200543_reset_events_primary_key_sequence.rb
%%WWWDIR%%/db/migrate/20180208183958_schedule_populate_untracked_uploads_if_needed.rb
+%%WWWDIR%%/db/migrate/20180209165249_add_closed_by_to_issues.rb
%%WWWDIR%%/db/migrate/20180212030105_add_external_ip_to_clusters_applications_ingress.rb
%%WWWDIR%%/db/migrate/20180213131630_add_partial_index_to_projects_for_index_only_scans.rb
%%WWWDIR%%/db/migrate/20180214093516_create_badges.rb
@@ -6385,18 +6535,27 @@
%%WWWDIR%%/db/migrate/20180216120030_add_pages_domain_enabled_until.rb
%%WWWDIR%%/db/migrate/20180216120040_add_pages_domain_enabled_until_index.rb
%%WWWDIR%%/db/migrate/20180216120050_pages_domains_verification_grace_period.rb
+%%WWWDIR%%/db/migrate/20180219153455_add_maximum_timeout_to_ci_runners.rb
%%WWWDIR%%/db/migrate/20180221151752_add_allow_maintainer_to_push_to_merge_requests.rb
%%WWWDIR%%/db/migrate/20180222043024_add_ip_address_to_runner.rb
%%WWWDIR%%/db/migrate/20180223120443_create_user_interacted_projects_table.rb
%%WWWDIR%%/db/migrate/20180223144945_add_allow_local_requests_from_hooks_and_services_to_application_settings.rb
%%WWWDIR%%/db/migrate/20180226050030_add_checksum_to_ci_job_artifacts.rb
%%WWWDIR%%/db/migrate/20180227182112_add_group_id_to_boards_ce.rb
+%%WWWDIR%%/db/migrate/20180301010859_create_ci_builds_metadata_table.rb
%%WWWDIR%%/db/migrate/20180302152117_ensure_foreign_keys_on_clusters_applications.rb
+%%WWWDIR%%/db/migrate/20180305095250_create_internal_ids_table.rb
%%WWWDIR%%/db/migrate/20180305144721_add_privileged_to_runner.rb
%%WWWDIR%%/db/migrate/20180306134842_add_missing_indexes_acts_as_taggable_on_engine.rb
%%WWWDIR%%/db/migrate/20180308052825_add_section_name_id_index_on_ci_build_trace_sections.rb
+%%WWWDIR%%/db/migrate/20180309121820_reschedule_commits_count_for_merge_request_diff.rb
%%WWWDIR%%/db/migrate/20180309160427_add_partial_indexes_on_todos.rb
+%%WWWDIR%%/db/migrate/20180319190020_create_deploy_tokens.rb
%%WWWDIR%%/db/migrate/20180320182229_add_indexes_for_user_activity_queries.rb
+%%WWWDIR%%/db/migrate/20180323150945_add_push_to_merge_request_to_notification_settings.rb
+%%WWWDIR%%/db/migrate/20180327101207_remove_index_from_events_table.rb
+%%WWWDIR%%/db/migrate/20180405142733_create_project_deploy_tokens.rb
+%%WWWDIR%%/db/migrate/20180418053107_add_index_to_ci_job_artifacts_file_store.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
@@ -6524,8 +6683,11 @@
%%WWWDIR%%/db/post_migrate/20180220150310_remove_empty_extern_uid_auth0_identities.rb
%%WWWDIR%%/db/post_migrate/20180223124427_build_user_interacted_projects_table.rb
%%WWWDIR%%/db/post_migrate/20180301084653_change_project_namespace_id_not_null.rb
+%%WWWDIR%%/db/post_migrate/20180305100050_remove_permanent_from_redirect_routes.rb
%%WWWDIR%%/db/post_migrate/20180306074045_migrate_create_trace_artifact_sidekiq_queue.rb
+%%WWWDIR%%/db/post_migrate/20180306164012_add_path_index_to_redirect_routes.rb
%%WWWDIR%%/db/post_migrate/20180307012445_migrate_update_head_pipeline_for_merge_request_sidekiq_queue.rb
+%%WWWDIR%%/db/post_migrate/20180405101928_reschedule_builds_stages_migration.rb
@(git,,) %%WWWDIR%%/db/schema.rb
%%WWWDIR%%/db/seeds.rb
%%WWWDIR%%/doc/README.md
@@ -6540,6 +6702,7 @@
%%WWWDIR%%/doc/administration/auth/img/crowd_application_authorisation.png
%%WWWDIR%%/doc/administration/auth/img/okta_admin_panel.png
%%WWWDIR%%/doc/administration/auth/img/okta_saml_settings.png
+%%WWWDIR%%/doc/administration/auth/jwt.md
%%WWWDIR%%/doc/administration/auth/ldap.md
%%WWWDIR%%/doc/administration/auth/okta.md
%%WWWDIR%%/doc/administration/build_artifacts.md
@@ -6571,6 +6734,7 @@
%%WWWDIR%%/doc/administration/integration/terminal.md
%%WWWDIR%%/doc/administration/issue_closing_pattern.md
%%WWWDIR%%/doc/administration/job_artifacts.md
+%%WWWDIR%%/doc/administration/job_traces.md
%%WWWDIR%%/doc/administration/logs.md
%%WWWDIR%%/doc/administration/monitoring/github_imports.md
%%WWWDIR%%/doc/administration/monitoring/index.md
@@ -6585,6 +6749,7 @@
%%WWWDIR%%/doc/administration/monitoring/performance/img/metrics_gitlab_configuration_settings.png
%%WWWDIR%%/doc/administration/monitoring/performance/img/performance_bar.png
%%WWWDIR%%/doc/administration/monitoring/performance/img/performance_bar_configuration_settings.png
+%%WWWDIR%%/doc/administration/monitoring/performance/img/performance_bar_gitaly_calls.png
%%WWWDIR%%/doc/administration/monitoring/performance/img/performance_bar_line_profiling.png
%%WWWDIR%%/doc/administration/monitoring/performance/img/performance_bar_sql_queries.png
%%WWWDIR%%/doc/administration/monitoring/performance/img/request_profile_result.png
@@ -6623,6 +6788,7 @@
%%WWWDIR%%/doc/administration/raketasks/maintenance.md
%%WWWDIR%%/doc/administration/raketasks/project_import_export.md
%%WWWDIR%%/doc/administration/raketasks/storage.md
+%%WWWDIR%%/doc/administration/raketasks/uploads/migrate.md
%%WWWDIR%%/doc/administration/reply_by_email.md
%%WWWDIR%%/doc/administration/reply_by_email_postfix_setup.md
%%WWWDIR%%/doc/administration/repository_checks.md
@@ -6633,6 +6799,7 @@
%%WWWDIR%%/doc/administration/troubleshooting/debug.md
%%WWWDIR%%/doc/administration/troubleshooting/gdb-stuck-ruby.txt
%%WWWDIR%%/doc/administration/troubleshooting/sidekiq.md
+%%WWWDIR%%/doc/administration/uploads.md
%%WWWDIR%%/doc/api/README.md
%%WWWDIR%%/doc/api/access_requests.md
%%WWWDIR%%/doc/api/applications.md
@@ -6716,6 +6883,7 @@
%%WWWDIR%%/doc/ci/autodeploy/index.md
%%WWWDIR%%/doc/ci/autodeploy/quick_start_guide.md
%%WWWDIR%%/doc/ci/build_artifacts/README.md
+%%WWWDIR%%/doc/ci/caching/img/clear_runners_cache.png
%%WWWDIR%%/doc/ci/caching/index.md
%%WWWDIR%%/doc/ci/docker/README.md
%%WWWDIR%%/doc/ci/docker/using_docker_build.md
@@ -6726,9 +6894,14 @@
%%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/container_scanning.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/devops_and_game_dev_with_gitlab_ci_cd/img/aws_config_window.png
+%%WWWDIR%%/doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/img/gitlab_config.png
+%%WWWDIR%%/doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/img/test_pipeline_pass.png
+%%WWWDIR%%/doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md
%%WWWDIR%%/doc/ci/examples/laravel_with_gitlab_and_envoy/img/container_registry_checkbox.png
%%WWWDIR%%/doc/ci/examples/laravel_with_gitlab_and_envoy/img/container_registry_page_empty_image.png
%%WWWDIR%%/doc/ci/examples/laravel_with_gitlab_and_envoy/img/container_registry_page_with_image.jpg
@@ -6774,6 +6947,7 @@
%%WWWDIR%%/doc/ci/img/environments_terminal_button_on_index.png
%%WWWDIR%%/doc/ci/img/environments_terminal_button_on_show.png
%%WWWDIR%%/doc/ci/img/environments_terminal_page.png
+%%WWWDIR%%/doc/ci/img/job_failure_reason.png
%%WWWDIR%%/doc/ci/img/pipelines-goal.svg
%%WWWDIR%%/doc/ci/img/pipelines.png
%%WWWDIR%%/doc/ci/img/pipelines_grouped.png
@@ -6915,6 +7089,7 @@
%%WWWDIR%%/doc/development/new_fe_guide/style/html.md
%%WWWDIR%%/doc/development/new_fe_guide/style/index.md
%%WWWDIR%%/doc/development/new_fe_guide/style/javascript.md
+%%WWWDIR%%/doc/development/new_fe_guide/style/prettier.md
%%WWWDIR%%/doc/development/new_fe_guide/style/scss.md
%%WWWDIR%%/doc/development/new_fe_guide/style/vue.md
%%WWWDIR%%/doc/development/new_fe_guide/tips.md
@@ -7110,6 +7285,7 @@
%%WWWDIR%%/doc/gitlab-basics/img/public_file_link.png
%%WWWDIR%%/doc/gitlab-basics/start-using-git.md
%%WWWDIR%%/doc/hooks/custom_hooks.md
+%%WWWDIR%%/doc/img/devops_lifecycle.png
%%WWWDIR%%/doc/incoming_email/README.md
%%WWWDIR%%/doc/incoming_email/postfix.md
%%WWWDIR%%/doc/install/README.md
@@ -7377,6 +7553,7 @@
%%WWWDIR%%/doc/update/10.3-to-10.4.md
%%WWWDIR%%/doc/update/10.4-to-10.5.md
%%WWWDIR%%/doc/update/10.5-to-10.6.md
+%%WWWDIR%%/doc/update/10.6-to-10.7.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
@@ -7457,6 +7634,7 @@
%%WWWDIR%%/doc/user/admin_area/monitoring/img/convdev_index.png
%%WWWDIR%%/doc/user/admin_area/monitoring/img/health_check_token.png
%%WWWDIR%%/doc/user/admin_area/settings/continuous_integration.md
+%%WWWDIR%%/doc/user/admin_area/settings/email.md
%%WWWDIR%%/doc/user/admin_area/settings/img/access_restrictions.png
%%WWWDIR%%/doc/user/admin_area/settings/img/admin_area_default_artifacts_expiration.png
%%WWWDIR%%/doc/user/admin_area/settings/img/admin_area_maximum_artifacts_size.png
@@ -7499,6 +7677,7 @@
%%WWWDIR%%/doc/user/discussions/img/two_up_view.png
%%WWWDIR%%/doc/user/discussions/index.md
%%WWWDIR%%/doc/user/feature_highlight.md
+%%WWWDIR%%/doc/user/gitlab_com/index.md
%%WWWDIR%%/doc/user/group/img/access_requests_management.png
%%WWWDIR%%/doc/user/group/img/add_new_members.png
%%WWWDIR%%/doc/user/group/img/create_new_group_info.png
@@ -7542,10 +7721,13 @@
%%WWWDIR%%/doc/user/profile/index.md
%%WWWDIR%%/doc/user/profile/personal_access_tokens.md
%%WWWDIR%%/doc/user/profile/preferences.md
+%%WWWDIR%%/doc/user/project/badges.md
%%WWWDIR%%/doc/user/project/builds/artifacts.md
%%WWWDIR%%/doc/user/project/clusters/index.md
%%WWWDIR%%/doc/user/project/container_registry.md
%%WWWDIR%%/doc/user/project/cycle_analytics.md
+%%WWWDIR%%/doc/user/project/deploy_tokens/img/deploy_tokens.png
+%%WWWDIR%%/doc/user/project/deploy_tokens/index.md
%%WWWDIR%%/doc/user/project/description_templates.md
%%WWWDIR%%/doc/user/project/git_attributes.md
%%WWWDIR%%/doc/user/project/gpg_signed_commits/index.md
@@ -7589,6 +7771,7 @@
%%WWWDIR%%/doc/user/project/img/mitmproxy-docker.png
%%WWWDIR%%/doc/user/project/img/new_label_from_sidebar.gif
%%WWWDIR%%/doc/user/project/img/priority_sort_order.png
+%%WWWDIR%%/doc/user/project/img/project_overview_badges.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
@@ -7650,7 +7833,6 @@
%%WWWDIR%%/doc/user/project/integrations/img/jira_service_close_issue.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_service_page.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_user_management_link.png
-%%WWWDIR%%/doc/user/project/integrations/img/jira_workflow_screenshot.png
%%WWWDIR%%/doc/user/project/integrations/img/kubernetes_configuration.png
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_add_slash_command.png
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_bot_auth.png
@@ -7787,6 +7969,7 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_only_if_succeeds_settings.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_status.png
%%WWWDIR%%/doc/user/project/merge_requests/img/project_merge_requests_list_view.png
+%%WWWDIR%%/doc/user/project/merge_requests/img/remove_source_branch_status.png
%%WWWDIR%%/doc/user/project/merge_requests/img/revert_changes_commit.png
%%WWWDIR%%/doc/user/project/merge_requests/img/revert_changes_mr.png
%%WWWDIR%%/doc/user/project/merge_requests/img/versions.png
@@ -7861,6 +8044,7 @@
%%WWWDIR%%/doc/user/project/repository/gpg_signed_commits/index.md
%%WWWDIR%%/doc/user/project/repository/img/compare_branches.png
%%WWWDIR%%/doc/user/project/repository/img/contributors_graph.png
+%%WWWDIR%%/doc/user/project/repository/img/jupyter_notebook.png
%%WWWDIR%%/doc/user/project/repository/img/repo_graph.png
%%WWWDIR%%/doc/user/project/repository/img/web_editor_new_branch_dropdown.png
%%WWWDIR%%/doc/user/project/repository/img/web_editor_new_branch_from_issue.png
@@ -7893,6 +8077,10 @@
%%WWWDIR%%/doc/user/project/settings/import_export.md
%%WWWDIR%%/doc/user/project/settings/index.md
%%WWWDIR%%/doc/user/project/slash_commands.md
+%%WWWDIR%%/doc/user/project/web_ide/img/commit_changes.png
+%%WWWDIR%%/doc/user/project/web_ide/img/enable_web_ide.png
+%%WWWDIR%%/doc/user/project/web_ide/img/open_web_ide.png
+%%WWWDIR%%/doc/user/project/web_ide/index.md
%%WWWDIR%%/doc/user/project/wiki/img/wiki_create_home_page.png
%%WWWDIR%%/doc/user/project/wiki/img/wiki_create_new_page.png
%%WWWDIR%%/doc/user/project/wiki/img/wiki_create_new_page_modal.png
@@ -7996,8 +8184,6 @@
%%WWWDIR%%/doc_styleguide.md
%%WWWDIR%%/docker-compose.yml
%%WWWDIR%%/docker/README.md
-%%WWWDIR%%/features/groups.feature
-%%WWWDIR%%/features/project/active_tab.feature
%%WWWDIR%%/features/project/builds/artifacts.feature
%%WWWDIR%%/features/project/builds/permissions.feature
%%WWWDIR%%/features/project/commits/branches.feature
@@ -8007,21 +8193,14 @@
%%WWWDIR%%/features/project/deploy_keys.feature
%%WWWDIR%%/features/project/ff_merge_requests.feature
%%WWWDIR%%/features/project/find_file.feature
-%%WWWDIR%%/features/project/fork.feature
%%WWWDIR%%/features/project/forked_merge_requests.feature
-%%WWWDIR%%/features/project/graph.feature
-%%WWWDIR%%/features/project/issues/issues.feature
-%%WWWDIR%%/features/project/issues/labels.feature
%%WWWDIR%%/features/project/issues/milestones.feature
%%WWWDIR%%/features/project/issues/references.feature
%%WWWDIR%%/features/project/merge_requests/references.feature
%%WWWDIR%%/features/project/project.feature
-%%WWWDIR%%/features/project/redirects.feature
%%WWWDIR%%/features/project/source/markdown_render.feature
%%WWWDIR%%/features/steps/group/members.rb
-%%WWWDIR%%/features/steps/groups.rb
%%WWWDIR%%/features/steps/profile/notifications.rb
-%%WWWDIR%%/features/steps/project/active_tab.rb
%%WWWDIR%%/features/steps/project/builds/artifacts.rb
%%WWWDIR%%/features/steps/project/builds/permissions.rb
%%WWWDIR%%/features/steps/project/commits/branches.rb
@@ -8031,18 +8210,14 @@
%%WWWDIR%%/features/steps/project/create.rb
%%WWWDIR%%/features/steps/project/deploy_keys.rb
%%WWWDIR%%/features/steps/project/ff_merge_requests.rb
-%%WWWDIR%%/features/steps/project/fork.rb
%%WWWDIR%%/features/steps/project/forked_merge_requests.rb
-%%WWWDIR%%/features/steps/project/graph.rb
%%WWWDIR%%/features/steps/project/issues/filter_labels.rb
%%WWWDIR%%/features/steps/project/issues/issues.rb
-%%WWWDIR%%/features/steps/project/issues/labels.rb
%%WWWDIR%%/features/steps/project/issues/milestones.rb
%%WWWDIR%%/features/steps/project/issues/references.rb
%%WWWDIR%%/features/steps/project/merge_requests/references.rb
%%WWWDIR%%/features/steps/project/project.rb
%%WWWDIR%%/features/steps/project/project_find_file.rb
-%%WWWDIR%%/features/steps/project/redirects.rb
%%WWWDIR%%/features/steps/project/source/browse_files.rb
%%WWWDIR%%/features/steps/project/source/markdown_render.rb
%%WWWDIR%%/features/steps/shared/active_tab.rb
@@ -8110,6 +8285,8 @@
%%WWWDIR%%/lib/api/helpers/members_helpers.rb
%%WWWDIR%%/lib/api/helpers/notes_helpers.rb
%%WWWDIR%%/lib/api/helpers/pagination.rb
+%%WWWDIR%%/lib/api/helpers/project_snapshots_helpers.rb
+%%WWWDIR%%/lib/api/helpers/projects_helpers.rb
%%WWWDIR%%/lib/api/helpers/related_resources_helpers.rb
%%WWWDIR%%/lib/api/helpers/runner.rb
%%WWWDIR%%/lib/api/internal.rb
@@ -8134,6 +8311,7 @@
%%WWWDIR%%/lib/api/project_hooks.rb
%%WWWDIR%%/lib/api/project_import.rb
%%WWWDIR%%/lib/api/project_milestones.rb
+%%WWWDIR%%/lib/api/project_snapshots.rb
%%WWWDIR%%/lib/api/project_snippets.rb
%%WWWDIR%%/lib/api/projects.rb
%%WWWDIR%%/lib/api/projects_relation_builder.rb
@@ -8200,6 +8378,7 @@
%%WWWDIR%%/lib/backup/builds.rb
%%WWWDIR%%/lib/backup/database.rb
%%WWWDIR%%/lib/backup/files.rb
+%%WWWDIR%%/lib/backup/helper.rb
%%WWWDIR%%/lib/backup/lfs.rb
%%WWWDIR%%/lib/backup/manager.rb
%%WWWDIR%%/lib/backup/pages.rb
@@ -8219,6 +8398,7 @@
%%WWWDIR%%/lib/banzai/filter/color_filter.rb
%%WWWDIR%%/lib/banzai/filter/commit_range_reference_filter.rb
%%WWWDIR%%/lib/banzai/filter/commit_reference_filter.rb
+%%WWWDIR%%/lib/banzai/filter/commit_trailers_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
@@ -8263,6 +8443,7 @@
%%WWWDIR%%/lib/banzai/pipeline/base_pipeline.rb
%%WWWDIR%%/lib/banzai/pipeline/broadcast_message_pipeline.rb
%%WWWDIR%%/lib/banzai/pipeline/combined_pipeline.rb
+%%WWWDIR%%/lib/banzai/pipeline/commit_description_pipeline.rb
%%WWWDIR%%/lib/banzai/pipeline/description_pipeline.rb
%%WWWDIR%%/lib/banzai/pipeline/email_pipeline.rb
%%WWWDIR%%/lib/banzai/pipeline/full_pipeline.rb
@@ -8292,6 +8473,7 @@
%%WWWDIR%%/lib/banzai/reference_parser/milestone_parser.rb
%%WWWDIR%%/lib/banzai/reference_parser/snippet_parser.rb
%%WWWDIR%%/lib/banzai/reference_parser/user_parser.rb
+%%WWWDIR%%/lib/banzai/render_context.rb
%%WWWDIR%%/lib/banzai/renderer.rb
%%WWWDIR%%/lib/banzai/renderer/common_mark/html.rb
%%WWWDIR%%/lib/banzai/renderer/redcarpet/html.rb
@@ -8323,9 +8505,11 @@
%%WWWDIR%%/lib/declarative_policy/base.rb
%%WWWDIR%%/lib/declarative_policy/cache.rb
%%WWWDIR%%/lib/declarative_policy/condition.rb
-%%WWWDIR%%/lib/declarative_policy/dsl.rb
+%%WWWDIR%%/lib/declarative_policy/delegate_dsl.rb
+%%WWWDIR%%/lib/declarative_policy/policy_dsl.rb
%%WWWDIR%%/lib/declarative_policy/preferred_scope.rb
%%WWWDIR%%/lib/declarative_policy/rule.rb
+%%WWWDIR%%/lib/declarative_policy/rule_dsl.rb
%%WWWDIR%%/lib/declarative_policy/runner.rb
%%WWWDIR%%/lib/declarative_policy/step.rb
%%WWWDIR%%/lib/disable_email_interceptor.rb
@@ -8335,6 +8519,7 @@
%%WWWDIR%%/lib/extracts_path.rb
%%WWWDIR%%/lib/feature.rb
%%WWWDIR%%/lib/file_size_validator.rb
+%%WWWDIR%%/lib/forever.rb
%%WWWDIR%%/lib/generators/rails/post_deployment_migration/post_deployment_migration_generator.rb
%%WWWDIR%%/lib/gitaly/server.rb
%%WWWDIR%%/lib/gitlab.rb
@@ -8353,6 +8538,7 @@
%%WWWDIR%%/lib/gitlab/auth/ldap/authentication.rb
%%WWWDIR%%/lib/gitlab/auth/ldap/config.rb
%%WWWDIR%%/lib/gitlab/auth/ldap/dn.rb
+%%WWWDIR%%/lib/gitlab/auth/ldap/ldap_connection_error.rb
%%WWWDIR%%/lib/gitlab/auth/ldap/person.rb
%%WWWDIR%%/lib/gitlab/auth/ldap/user.rb
%%WWWDIR%%/lib/gitlab/auth/o_auth/auth_hash.rb
@@ -8403,6 +8589,7 @@
%%WWWDIR%%/lib/gitlab/badge/template.rb
%%WWWDIR%%/lib/gitlab/bare_repository_import/importer.rb
%%WWWDIR%%/lib/gitlab/bare_repository_import/repository.rb
+%%WWWDIR%%/lib/gitlab/base_doorkeeper_controller.rb
%%WWWDIR%%/lib/gitlab/bitbucket_import/importer.rb
%%WWWDIR%%/lib/gitlab/bitbucket_import/project_creator.rb
%%WWWDIR%%/lib/gitlab/blame.rb
@@ -8430,6 +8617,7 @@
%%WWWDIR%%/lib/gitlab/ci/build/policy/kubernetes.rb
%%WWWDIR%%/lib/gitlab/ci/build/policy/refs.rb
%%WWWDIR%%/lib/gitlab/ci/build/policy/specification.rb
+%%WWWDIR%%/lib/gitlab/ci/build/policy/variables.rb
%%WWWDIR%%/lib/gitlab/ci/build/step.rb
%%WWWDIR%%/lib/gitlab/ci/charts.rb
%%WWWDIR%%/lib/gitlab/ci/config.rb
@@ -8473,6 +8661,7 @@
%%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/populate.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/sequence.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/skip.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/chain/validate/abilities.rb
@@ -8490,14 +8679,24 @@
%%WWWDIR%%/lib/gitlab/ci/pipeline/expression/parser.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/expression/statement.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline/expression/token.rb
-%%WWWDIR%%/lib/gitlab/ci/stage/seed.rb
+%%WWWDIR%%/lib/gitlab/ci/pipeline/seed/base.rb
+%%WWWDIR%%/lib/gitlab/ci/pipeline/seed/build.rb
+%%WWWDIR%%/lib/gitlab/ci/pipeline/seed/stage.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/action.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/cancelable.rb
+%%WWWDIR%%/lib/gitlab/ci/status/build/canceled.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/common.rb
+%%WWWDIR%%/lib/gitlab/ci/status/build/created.rb
+%%WWWDIR%%/lib/gitlab/ci/status/build/erased.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/factory.rb
+%%WWWDIR%%/lib/gitlab/ci/status/build/failed.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/failed_allowed.rb
+%%WWWDIR%%/lib/gitlab/ci/status/build/manual.rb
+%%WWWDIR%%/lib/gitlab/ci/status/build/pending.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/play.rb
+%%WWWDIR%%/lib/gitlab/ci/status/build/retried.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/retryable.rb
+%%WWWDIR%%/lib/gitlab/ci/status/build/skipped.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/stop.rb
%%WWWDIR%%/lib/gitlab/ci/status/canceled.rb
%%WWWDIR%%/lib/gitlab/ci/status/core.rb
@@ -8521,8 +8720,11 @@
%%WWWDIR%%/lib/gitlab/ci/status/success.rb
%%WWWDIR%%/lib/gitlab/ci/status/success_warning.rb
%%WWWDIR%%/lib/gitlab/ci/trace.rb
+%%WWWDIR%%/lib/gitlab/ci/trace/http_io.rb
%%WWWDIR%%/lib/gitlab/ci/trace/section_parser.rb
%%WWWDIR%%/lib/gitlab/ci/trace/stream.rb
+%%WWWDIR%%/lib/gitlab/ci/variables/collection.rb
+%%WWWDIR%%/lib/gitlab/ci/variables/collection/item.rb
%%WWWDIR%%/lib/gitlab/ci/yaml_processor.rb
%%WWWDIR%%/lib/gitlab/ci_access.rb
%%WWWDIR%%/lib/gitlab/closing_issue_extractor.rb
@@ -8669,10 +8871,10 @@
%%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/hook_env.rb
%%WWWDIR%%/lib/gitlab/git/hooks_service.rb
%%WWWDIR%%/lib/gitlab/git/index.rb
%%WWWDIR%%/lib/gitlab/git/info_attributes.rb
@@ -8726,6 +8928,7 @@
%%WWWDIR%%/lib/gitlab/gitaly_client/remote_service.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/repository_service.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/server_service.rb
+%%WWWDIR%%/lib/gitlab/gitaly_client/storage_settings.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/util.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/wiki_file.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/wiki_page.rb
@@ -8806,6 +9009,10 @@
%%WWWDIR%%/lib/gitlab/i18n/translation_entry.rb
%%WWWDIR%%/lib/gitlab/identifier.rb
%%WWWDIR%%/lib/gitlab/import_export.rb
+%%WWWDIR%%/lib/gitlab/import_export/after_export_strategies/base_after_export_strategy.rb
+%%WWWDIR%%/lib/gitlab/import_export/after_export_strategies/download_notification_strategy.rb
+%%WWWDIR%%/lib/gitlab/import_export/after_export_strategies/web_upload_strategy.rb
+%%WWWDIR%%/lib/gitlab/import_export/after_export_strategy_builder.rb
%%WWWDIR%%/lib/gitlab/import_export/attribute_cleaner.rb
%%WWWDIR%%/lib/gitlab/import_export/attributes_finder.rb
%%WWWDIR%%/lib/gitlab/import_export/avatar_restorer.rb
@@ -8817,6 +9024,8 @@
%%WWWDIR%%/lib/gitlab/import_export/import_export.yml
%%WWWDIR%%/lib/gitlab/import_export/importer.rb
%%WWWDIR%%/lib/gitlab/import_export/json_hash_builder.rb
+%%WWWDIR%%/lib/gitlab/import_export/lfs_restorer.rb
+%%WWWDIR%%/lib/gitlab/import_export/lfs_saver.rb
%%WWWDIR%%/lib/gitlab/import_export/members_mapper.rb
%%WWWDIR%%/lib/gitlab/import_export/merge_request_parser.rb
%%WWWDIR%%/lib/gitlab/import_export/project_tree_restorer.rb
@@ -8827,6 +9036,7 @@
%%WWWDIR%%/lib/gitlab/import_export/repo_saver.rb
%%WWWDIR%%/lib/gitlab/import_export/saver.rb
%%WWWDIR%%/lib/gitlab/import_export/shared.rb
+%%WWWDIR%%/lib/gitlab/import_export/statistics_restorer.rb
%%WWWDIR%%/lib/gitlab/import_export/uploads_restorer.rb
%%WWWDIR%%/lib/gitlab/import_export/uploads_saver.rb
%%WWWDIR%%/lib/gitlab/import_export/version_checker.rb
@@ -8905,6 +9115,7 @@
%%WWWDIR%%/lib/gitlab/middleware/static.rb
%%WWWDIR%%/lib/gitlab/middleware/webpack_proxy.rb
%%WWWDIR%%/lib/gitlab/multi_collection_paginator.rb
+%%WWWDIR%%/lib/gitlab/omniauth_initializer.rb
%%WWWDIR%%/lib/gitlab/optimistic_locking.rb
%%WWWDIR%%/lib/gitlab/other_markup.rb
%%WWWDIR%%/lib/gitlab/otp_key_rotator.rb
@@ -8987,6 +9198,8 @@
%%WWWDIR%%/lib/gitlab/sherlock/transaction.rb
%%WWWDIR%%/lib/gitlab/sidekiq_config.rb
%%WWWDIR%%/lib/gitlab/sidekiq_logger.rb
+%%WWWDIR%%/lib/gitlab/sidekiq_logging/json_formatter.rb
+%%WWWDIR%%/lib/gitlab/sidekiq_logging/structured_logger.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/request_store_middleware.rb
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/shutdown.rb
@@ -9001,6 +9214,7 @@
%%WWWDIR%%/lib/gitlab/slash_commands/deploy.rb
%%WWWDIR%%/lib/gitlab/slash_commands/help.rb
%%WWWDIR%%/lib/gitlab/slash_commands/issue_command.rb
+%%WWWDIR%%/lib/gitlab/slash_commands/issue_move.rb
%%WWWDIR%%/lib/gitlab/slash_commands/issue_new.rb
%%WWWDIR%%/lib/gitlab/slash_commands/issue_search.rb
%%WWWDIR%%/lib/gitlab/slash_commands/issue_show.rb
@@ -9009,6 +9223,7 @@
%%WWWDIR%%/lib/gitlab/slash_commands/presenters/deploy.rb
%%WWWDIR%%/lib/gitlab/slash_commands/presenters/help.rb
%%WWWDIR%%/lib/gitlab/slash_commands/presenters/issue_base.rb
+%%WWWDIR%%/lib/gitlab/slash_commands/presenters/issue_move.rb
%%WWWDIR%%/lib/gitlab/slash_commands/presenters/issue_new.rb
%%WWWDIR%%/lib/gitlab/slash_commands/presenters/issue_search.rb
%%WWWDIR%%/lib/gitlab/slash_commands/presenters/issue_show.rb
@@ -9058,6 +9273,7 @@
%%WWWDIR%%/lib/gitlab/utils/override.rb
%%WWWDIR%%/lib/gitlab/utils/strong_memoize.rb
%%WWWDIR%%/lib/gitlab/verify/batch_verifier.rb
+%%WWWDIR%%/lib/gitlab/verify/job_artifacts.rb
%%WWWDIR%%/lib/gitlab/verify/lfs_objects.rb
%%WWWDIR%%/lib/gitlab/verify/rake_task.rb
%%WWWDIR%%/lib/gitlab/verify/uploads.rb
@@ -9083,8 +9299,10 @@
%%WWWDIR%%/lib/microsoft_teams/notifier.rb
%%WWWDIR%%/lib/milestone_array.rb
%%WWWDIR%%/lib/omni_auth/strategies/bitbucket.rb
+%%WWWDIR%%/lib/omni_auth/strategies/jwt.rb
%%WWWDIR%%/lib/peek/rblineprof/custom_controller_helpers.rb
%%WWWDIR%%/lib/peek/views/gitaly.rb
+%%WWWDIR%%/lib/peek/views/host.rb
%%WWWDIR%%/lib/rouge/formatters/html_gitlab.rb
%%WWWDIR%%/lib/rouge/plugins/common_mark.rb
%%WWWDIR%%/lib/rspec_flaky/config.rb
@@ -9140,6 +9358,8 @@
%%WWWDIR%%/lib/tasks/flay.rake
%%WWWDIR%%/lib/tasks/gemojione.rake
%%WWWDIR%%/lib/tasks/gettext.rake
+%%WWWDIR%%/lib/tasks/gitlab/artifacts/check.rake
+%%WWWDIR%%/lib/tasks/gitlab/artifacts/migrate.rake
%%WWWDIR%%/lib/tasks/gitlab/assets.rake
%%WWWDIR%%/lib/tasks/gitlab/backup.rake
%%WWWDIR%%/lib/tasks/gitlab/bulk_add_permission.rake
@@ -9147,6 +9367,7 @@
%%WWWDIR%%/lib/tasks/gitlab/cleanup.rake
%%WWWDIR%%/lib/tasks/gitlab/db.rake
%%WWWDIR%%/lib/tasks/gitlab/dev.rake
+%%WWWDIR%%/lib/tasks/gitlab/exclusive_lease.rake
%%WWWDIR%%/lib/tasks/gitlab/git.rake
%%WWWDIR%%/lib/tasks/gitlab/gitaly.rake
%%WWWDIR%%/lib/tasks/gitlab/helpers.rake
@@ -9155,6 +9376,7 @@
%%WWWDIR%%/lib/tasks/gitlab/info.rake
%%WWWDIR%%/lib/tasks/gitlab/ldap.rake
%%WWWDIR%%/lib/tasks/gitlab/lfs/check.rake
+%%WWWDIR%%/lib/tasks/gitlab/lfs/migrate.rake
%%WWWDIR%%/lib/tasks/gitlab/list_repos.rake
%%WWWDIR%%/lib/tasks/gitlab/setup.rake
%%WWWDIR%%/lib/tasks/gitlab/shell.rake
@@ -9166,6 +9388,7 @@
%%WWWDIR%%/lib/tasks/gitlab/two_factor.rake
%%WWWDIR%%/lib/tasks/gitlab/update_templates.rake
%%WWWDIR%%/lib/tasks/gitlab/uploads/check.rake
+%%WWWDIR%%/lib/tasks/gitlab/uploads/migrate.rake
%%WWWDIR%%/lib/tasks/gitlab/web_hook.rake
%%WWWDIR%%/lib/tasks/gitlab/workhorse.rake
%%WWWDIR%%/lib/tasks/grape.rake
@@ -9265,7 +9488,8 @@
%%WWWDIR%%/qa/qa/git/location.rb
%%WWWDIR%%/qa/qa/git/repository.rb
%%WWWDIR%%/qa/qa/page/README.md
-%%WWWDIR%%/qa/qa/page/admin/settings.rb
+%%WWWDIR%%/qa/qa/page/admin/settings/main.rb
+%%WWWDIR%%/qa/qa/page/admin/settings/repository_storage.rb
%%WWWDIR%%/qa/qa/page/base.rb
%%WWWDIR%%/qa/qa/page/component/dropzone.rb
%%WWWDIR%%/qa/qa/page/dashboard/groups.rb
@@ -9302,6 +9526,7 @@
%%WWWDIR%%/qa/qa/page/project/settings/runners.rb
%%WWWDIR%%/qa/qa/page/project/settings/secret_variables.rb
%%WWWDIR%%/qa/qa/page/project/show.rb
+%%WWWDIR%%/qa/qa/page/settings/common.rb
%%WWWDIR%%/qa/qa/page/validator.rb
%%WWWDIR%%/qa/qa/page/view.rb
%%WWWDIR%%/qa/qa/runtime/address.rb
@@ -9384,14 +9609,16 @@
%%WWWDIR%%/rubocop/cop/migration/update_large_table.rb
%%WWWDIR%%/rubocop/cop/project_path_helper.rb
%%WWWDIR%%/rubocop/cop/rspec/env_assignment.rb
+%%WWWDIR%%/rubocop/cop/rspec/factories_in_migration_specs.rb
%%WWWDIR%%/rubocop/cop/sidekiq_options_queue.rb
%%WWWDIR%%/rubocop/migration_helpers.rb
%%WWWDIR%%/rubocop/rubocop.rb
%%WWWDIR%%/rubocop/spec_helpers.rb
-%%WWWDIR%%/scripts/codequality
%%WWWDIR%%/scripts/create_mysql_user.sh
%%WWWDIR%%/scripts/create_postgres_user.sh
%%WWWDIR%%/scripts/detect-new-flaky-examples
+%%WWWDIR%%/scripts/frontend/frontend_script_utils.js
+%%WWWDIR%%/scripts/frontend/prettier.js
%%WWWDIR%%/scripts/gitaly-test-build
%%WWWDIR%%/scripts/gitaly-test-spawn
%%WWWDIR%%/scripts/lint-changelog-yaml
@@ -9430,10 +9657,12 @@
%%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/checks_collaboration_spec.rb
%%WWWDIR%%/spec/controllers/concerns/controller_with_cross_project_access_check_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/concerns/send_file_upload_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
@@ -9485,6 +9714,7 @@
%%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/ci/lints_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
@@ -9585,6 +9815,7 @@
%%WWWDIR%%/spec/factories/container_repositories.rb
%%WWWDIR%%/spec/factories/conversational_development_index_metrics.rb
%%WWWDIR%%/spec/factories/deploy_keys_projects.rb
+%%WWWDIR%%/spec/factories/deploy_tokens.rb
%%WWWDIR%%/spec/factories/deployments.rb
%%WWWDIR%%/spec/factories/emails.rb
%%WWWDIR%%/spec/factories/environments.rb
@@ -9603,6 +9834,7 @@
%%WWWDIR%%/spec/factories/groups.rb
%%WWWDIR%%/spec/factories/identities.rb
%%WWWDIR%%/spec/factories/instance_configuration.rb
+%%WWWDIR%%/spec/factories/internal_ids.rb
%%WWWDIR%%/spec/factories/issues.rb
%%WWWDIR%%/spec/factories/keys.rb
%%WWWDIR%%/spec/factories/label_links.rb
@@ -9625,6 +9857,7 @@
%%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_deploy_tokens.rb
%%WWWDIR%%/spec/factories/project_group_links.rb
%%WWWDIR%%/spec/factories/project_hooks.rb
%%WWWDIR%%/spec/factories/project_members.rb
@@ -9653,6 +9886,7 @@
%%WWWDIR%%/spec/factories/user_callouts.rb
%%WWWDIR%%/spec/factories/user_custom_attributes.rb
%%WWWDIR%%/spec/factories/users.rb
+%%WWWDIR%%/spec/factories/users_star_projects.rb
%%WWWDIR%%/spec/factories/web_hook_log.rb
%%WWWDIR%%/spec/factories/wiki_directories.rb
%%WWWDIR%%/spec/factories/wiki_pages.rb
@@ -9698,7 +9932,6 @@
%%WWWDIR%%/spec/features/boards/sidebar_spec.rb
%%WWWDIR%%/spec/features/boards/sub_group_project_spec.rb
%%WWWDIR%%/spec/features/calendar_spec.rb
-%%WWWDIR%%/spec/features/ci_lint_spec.rb
%%WWWDIR%%/spec/features/commits_spec.rb
%%WWWDIR%%/spec/features/container_registry_spec.rb
%%WWWDIR%%/spec/features/cycle_analytics_spec.rb
@@ -9754,11 +9987,14 @@
%%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/settings/group_badges_spec.rb
%%WWWDIR%%/spec/features/groups/share_lock_spec.rb
%%WWWDIR%%/spec/features/groups/show_spec.rb
+%%WWWDIR%%/spec/features/groups/user_browse_projects_group_page_spec.rb
%%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/ide_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
@@ -9798,6 +10034,7 @@
%%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/labels_hierarchy_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
@@ -9876,6 +10113,7 @@
%%WWWDIR%%/spec/features/profiles/user_visits_profile_ssh_keys_page_spec.rb
%%WWWDIR%%/spec/features/project_variables_spec.rb
%%WWWDIR%%/spec/features/projects/activity/rss_spec.rb
+%%WWWDIR%%/spec/features/projects/actve_tabs_spec.rb
%%WWWDIR%%/spec/features/projects/artifacts/browse_spec.rb
%%WWWDIR%%/spec/features/projects/artifacts/download_spec.rb
%%WWWDIR%%/spec/features/projects/artifacts/file_spec.rb
@@ -9888,9 +10126,11 @@
%%WWWDIR%%/spec/features/projects/blobs/blob_show_spec.rb
%%WWWDIR%%/spec/features/projects/blobs/edit_spec.rb
%%WWWDIR%%/spec/features/projects/blobs/shortcuts_blob_spec.rb
+%%WWWDIR%%/spec/features/projects/blobs/user_creates_new_blob_in_new_project_spec.rb
%%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/ci/lint_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
@@ -9929,13 +10169,21 @@
%%WWWDIR%%/spec/features/projects/files/user_searches_for_files_spec.rb
%%WWWDIR%%/spec/features/projects/fork_spec.rb
%%WWWDIR%%/spec/features/projects/gfm_autocomplete_load_spec.rb
+%%WWWDIR%%/spec/features/projects/graph_spec.rb
%%WWWDIR%%/spec/features/projects/guest_navigation_menu_spec.rb
+%%WWWDIR%%/spec/features/projects/hook_logs/user_reads_log_spec.rb
%%WWWDIR%%/spec/features/projects/import_export/export_file_spec.rb
%%WWWDIR%%/spec/features/projects/import_export/import_file_spec.rb
%%WWWDIR%%/spec/features/projects/import_export/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/rss_spec.rb
+%%WWWDIR%%/spec/features/projects/issues/user_comments_on_issue_spec.rb
+%%WWWDIR%%/spec/features/projects/issues/user_creates_issue_spec.rb
+%%WWWDIR%%/spec/features/projects/issues/user_edits_issue_spec.rb
+%%WWWDIR%%/spec/features/projects/issues/user_sorts_issues_spec.rb
+%%WWWDIR%%/spec/features/projects/issues/user_toggles_subscription_spec.rb
+%%WWWDIR%%/spec/features/projects/issues/user_views_issue_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
@@ -9943,7 +10191,11 @@
%%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_creates_labels_spec.rb
+%%WWWDIR%%/spec/features/projects/labels/user_edits_labels_spec.rb
+%%WWWDIR%%/spec/features/projects/labels/user_removes_labels_spec.rb
%%WWWDIR%%/spec/features/projects/labels/user_sees_links_to_issuables.rb
+%%WWWDIR%%/spec/features/projects/labels/user_views_labels_spec.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
@@ -9992,6 +10244,7 @@
%%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/redirects_spec.rb
%%WWWDIR%%/spec/features/projects/services/disable_triggers_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_asana_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_assembla_spec.rb
@@ -10015,10 +10268,12 @@
%%WWWDIR%%/spec/features/projects/settings/integration_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/merge_requests_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/pipelines_settings_spec.rb
+%%WWWDIR%%/spec/features/projects/settings/project_badges_spec.rb
%%WWWDIR%%/spec/features/projects/settings/repository_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/user_manages_group_links_spec.rb
%%WWWDIR%%/spec/features/projects/settings/user_manages_project_members_spec.rb
%%WWWDIR%%/spec/features/projects/settings/visibility_settings_spec.rb
+%%WWWDIR%%/spec/features/projects/show/user_sees_collaboration_links_spec.rb
%%WWWDIR%%/spec/features/projects/show_project_spec.rb
%%WWWDIR%%/spec/features/projects/snippets/create_snippet_spec.rb
%%WWWDIR%%/spec/features/projects/snippets/show_spec.rb
@@ -10029,8 +10284,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
@@ -10045,6 +10303,7 @@
%%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/user_views_empty_project_spec.rb
%%WWWDIR%%/spec/features/projects/view_on_env_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/markdown_preview_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/shortcuts_spec.rb
@@ -10058,6 +10317,7 @@
%%WWWDIR%%/spec/features/protected_branches_spec.rb
%%WWWDIR%%/spec/features/protected_tags_spec.rb
%%WWWDIR%%/spec/features/raven_js_spec.rb
+%%WWWDIR%%/spec/features/read_only_spec.rb
%%WWWDIR%%/spec/features/reportable_note/commit_spec.rb
%%WWWDIR%%/spec/features/reportable_note/issue_spec.rb
%%WWWDIR%%/spec/features/reportable_note/merge_request_spec.rb
@@ -10109,6 +10369,7 @@
%%WWWDIR%%/spec/features/uploads/user_uploads_avatar_to_profile_spec.rb
%%WWWDIR%%/spec/features/uploads/user_uploads_file_to_note_spec.rb
%%WWWDIR%%/spec/features/user_can_display_performance_bar_spec.rb
+%%WWWDIR%%/spec/features/user_sorts_things_spec.rb
%%WWWDIR%%/spec/features/users/login_spec.rb
%%WWWDIR%%/spec/features/users/logout_spec.rb
%%WWWDIR%%/spec/features/users/rss_spec.rb
@@ -10224,6 +10485,7 @@
%%WWWDIR%%/spec/fixtures/api/schemas/variable.json
%%WWWDIR%%/spec/fixtures/api/schemas/variables.json
%%WWWDIR%%/spec/fixtures/banana_sample.gif
+%%WWWDIR%%/spec/fixtures/big-image.png
%%WWWDIR%%/spec/fixtures/blockquote_fence_after.md
%%WWWDIR%%/spec/fixtures/blockquote_fence_before.md
%%WWWDIR%%/spec/fixtures/ci_build_artifacts.zip
@@ -10291,6 +10553,7 @@
%%WWWDIR%%/spec/fixtures/emails/wrong_incoming_email_token.eml
%%WWWDIR%%/spec/fixtures/emails/wrong_mail_key.eml
%%WWWDIR%%/spec/fixtures/encoding/Japanese.md
+%%WWWDIR%%/spec/fixtures/exported-project.gz
%%WWWDIR%%/spec/fixtures/fuzzy.po
%%WWWDIR%%/spec/fixtures/invalid.po
%%WWWDIR%%/spec/fixtures/logo_sample.svg
@@ -10381,7 +10644,9 @@
%%WWWDIR%%/spec/helpers/wiki_helper_spec.rb
%%WWWDIR%%/spec/initializers/6_validations_spec.rb
%%WWWDIR%%/spec/initializers/8_metrics_spec.rb
+%%WWWDIR%%/spec/initializers/artifacts_direct_upload_support_spec.rb
%%WWWDIR%%/spec/initializers/doorkeeper_spec.rb
+%%WWWDIR%%/spec/initializers/fog_google_https_private_urls_spec.rb
%%WWWDIR%%/spec/initializers/gollum_spec.rb
%%WWWDIR%%/spec/initializers/grape_route_helpers_fix_spec.rb
%%WWWDIR%%/spec/initializers/secret_token_spec.rb
@@ -10393,6 +10658,14 @@
%%WWWDIR%%/spec/javascripts/api_spec.js
%%WWWDIR%%/spec/javascripts/autosave_spec.js
%%WWWDIR%%/spec/javascripts/awards_handler_spec.js
+%%WWWDIR%%/spec/javascripts/badges/components/badge_form_spec.js
+%%WWWDIR%%/spec/javascripts/badges/components/badge_list_row_spec.js
+%%WWWDIR%%/spec/javascripts/badges/components/badge_list_spec.js
+%%WWWDIR%%/spec/javascripts/badges/components/badge_settings_spec.js
+%%WWWDIR%%/spec/javascripts/badges/components/badge_spec.js
+%%WWWDIR%%/spec/javascripts/badges/dummy_badge.js
+%%WWWDIR%%/spec/javascripts/badges/store/actions_spec.js
+%%WWWDIR%%/spec/javascripts/badges/store/mutations_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
@@ -10513,6 +10786,7 @@
%%WWWDIR%%/spec/javascripts/fixtures/mini_dropdown_graph.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/notebook_viewer.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/oauth_remember_me.html.haml
+%%WWWDIR%%/spec/javascripts/fixtures/one_white_pixel.png
%%WWWDIR%%/spec/javascripts/fixtures/pdf.rb
%%WWWDIR%%/spec/javascripts/fixtures/pdf_viewer.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/pipeline_graph.html.haml
@@ -10562,9 +10836,56 @@
%%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_component_helper.js
%%WWWDIR%%/spec/javascripts/helpers/vue_mount_component_helper.js
%%WWWDIR%%/spec/javascripts/helpers/vue_resource_helper.js
%%WWWDIR%%/spec/javascripts/helpers/vuex_action_helper.js
+%%WWWDIR%%/spec/javascripts/ide/components/changed_file_icon_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/actions_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/list_collapsed_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/list_item_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/list_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/radio_group_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/ide_context_bar_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/ide_external_links_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/ide_file_buttons_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/ide_project_tree_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/ide_repo_tree_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/ide_side_bar_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/ide_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/index_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/modal_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/upload_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/repo_commit_section_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/repo_editor_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/repo_file_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/repo_loading_file_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/repo_tab_spec.js
+%%WWWDIR%%/spec/javascripts/ide/components/repo_tabs_spec.js
+%%WWWDIR%%/spec/javascripts/ide/helpers.js
+%%WWWDIR%%/spec/javascripts/ide/lib/common/disposable_spec.js
+%%WWWDIR%%/spec/javascripts/ide/lib/common/model_manager_spec.js
+%%WWWDIR%%/spec/javascripts/ide/lib/common/model_spec.js
+%%WWWDIR%%/spec/javascripts/ide/lib/decorations/controller_spec.js
+%%WWWDIR%%/spec/javascripts/ide/lib/diff/controller_spec.js
+%%WWWDIR%%/spec/javascripts/ide/lib/diff/diff_spec.js
+%%WWWDIR%%/spec/javascripts/ide/lib/editor_options_spec.js
+%%WWWDIR%%/spec/javascripts/ide/lib/editor_spec.js
+%%WWWDIR%%/spec/javascripts/ide/monaco_loader_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/actions/file_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/actions/merge_request_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/actions/tree_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/actions_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/getters_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/modules/commit/actions_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/modules/commit/getters_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/modules/commit/mutations_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/mutations/branch_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/mutations/file_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/mutations/merge_request_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/mutations/tree_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/mutations_spec.js
+%%WWWDIR%%/spec/javascripts/ide/stores/utils_spec.js
%%WWWDIR%%/spec/javascripts/image_diff/helpers/badge_helper_spec.js
%%WWWDIR%%/spec/javascripts/image_diff/helpers/comment_indicator_helper_spec.js
%%WWWDIR%%/spec/javascripts/image_diff/helpers/dom_helper_spec.js
@@ -10620,15 +10941,19 @@
%%WWWDIR%%/spec/javascripts/line_highlighter_spec.js
%%WWWDIR%%/spec/javascripts/locale/index_spec.js
%%WWWDIR%%/spec/javascripts/locale/sprintf_spec.js
+%%WWWDIR%%/spec/javascripts/matchers.js
%%WWWDIR%%/spec/javascripts/merge_request_notes_spec.js
%%WWWDIR%%/spec/javascripts/merge_request_spec.js
%%WWWDIR%%/spec/javascripts/merge_request_tabs_spec.js
%%WWWDIR%%/spec/javascripts/mini_pipeline_graph_dropdown_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/dashboard_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/dashboard_state_spec.js
+%%WWWDIR%%/spec/javascripts/monitoring/graph/axis_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/graph/deployment_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/graph/flag_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/graph/legend_spec.js
+%%WWWDIR%%/spec/javascripts/monitoring/graph/track_info_spec.js
+%%WWWDIR%%/spec/javascripts/monitoring/graph/track_line_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/graph_path_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/graph_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/mock_data.js
@@ -10675,6 +11000,10 @@
%%WWWDIR%%/spec/javascripts/pages/projects/pipeline_schedules/shared/components/pipeline_schedule_callout_spec.js
%%WWWDIR%%/spec/javascripts/pdf/index_spec.js
%%WWWDIR%%/spec/javascripts/pdf/page_spec.js
+%%WWWDIR%%/spec/javascripts/performance_bar/components/detailed_metric_spec.js
+%%WWWDIR%%/spec/javascripts/performance_bar/components/performance_bar_app_spec.js
+%%WWWDIR%%/spec/javascripts/performance_bar/components/request_selector_spec.js
+%%WWWDIR%%/spec/javascripts/performance_bar/components/simple_metric_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/async_button_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/blank_state_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/empty_state_spec.js
@@ -10702,6 +11031,7 @@
%%WWWDIR%%/spec/javascripts/polyfills/element_spec.js
%%WWWDIR%%/spec/javascripts/pretty_time_spec.js
%%WWWDIR%%/spec/javascripts/profile/account/components/delete_account_modal_spec.js
+%%WWWDIR%%/spec/javascripts/profile/account/components/update_username_spec.js
%%WWWDIR%%/spec/javascripts/project_select_combo_button_spec.js
%%WWWDIR%%/spec/javascripts/projects/project_import_gitlab_project_spec.js
%%WWWDIR%%/spec/javascripts/projects/project_new_spec.js
@@ -10750,6 +11080,7 @@
%%WWWDIR%%/spec/javascripts/smart_interval_spec.js
%%WWWDIR%%/spec/javascripts/syntax_highlight_spec.js
%%WWWDIR%%/spec/javascripts/test_bundle.js
+%%WWWDIR%%/spec/javascripts/test_constants.js
%%WWWDIR%%/spec/javascripts/todos_spec.js
%%WWWDIR%%/spec/javascripts/toggle_buttons_spec.js
%%WWWDIR%%/spec/javascripts/u2f/authenticate_spec.js
@@ -10758,9 +11089,9 @@
%%WWWDIR%%/spec/javascripts/u2f/util_spec.js
%%WWWDIR%%/spec/javascripts/version_check_image_spec.js
%%WWWDIR%%/spec/javascripts/visibility_select_spec.js
+%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/deployment_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_time_spec.js
-%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_deployment_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_header_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_maintainer_edit_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js
@@ -10795,6 +11126,8 @@
%%WWWDIR%%/spec/javascripts/vue_shared/components/ci_icon_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/clipboard_button_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/commit_spec.js
+%%WWWDIR%%/spec/javascripts/vue_shared/components/content_viewer/content_viewer_spec.js
+%%WWWDIR%%/spec/javascripts/vue_shared/components/deprecated_modal_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/gl_modal_spec.js
@@ -10809,7 +11142,6 @@
%%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
@@ -10847,6 +11179,7 @@
%%WWWDIR%%/spec/lib/api/helpers/pagination_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/related_resources_helpers_spec.rb
%%WWWDIR%%/spec/lib/api/helpers_spec.rb
+%%WWWDIR%%/spec/lib/backup/files_spec.rb
%%WWWDIR%%/spec/lib/backup/manager_spec.rb
%%WWWDIR%%/spec/lib/backup/repository_spec.rb
%%WWWDIR%%/spec/lib/banzai/color_parser_spec.rb
@@ -10860,6 +11193,7 @@
%%WWWDIR%%/spec/lib/banzai/filter/color_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/commit_range_reference_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/commit_reference_filter_spec.rb
+%%WWWDIR%%/spec/lib/banzai/filter/commit_trailers_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/emoji_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/external_issue_reference_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/external_link_filter_spec.rb
@@ -10908,6 +11242,7 @@
%%WWWDIR%%/spec/lib/banzai/reference_parser/milestone_parser_spec.rb
%%WWWDIR%%/spec/lib/banzai/reference_parser/snippet_parser_spec.rb
%%WWWDIR%%/spec/lib/banzai/reference_parser/user_parser_spec.rb
+%%WWWDIR%%/spec/lib/banzai/render_context_spec.rb
%%WWWDIR%%/spec/lib/banzai/renderer_spec.rb
%%WWWDIR%%/spec/lib/bitbucket/collection_spec.rb
%%WWWDIR%%/spec/lib/bitbucket/connection_spec.rb
@@ -10933,6 +11268,7 @@
%%WWWDIR%%/spec/lib/extracts_path_spec.rb
%%WWWDIR%%/spec/lib/feature_spec.rb
%%WWWDIR%%/spec/lib/file_size_validator_spec.rb
+%%WWWDIR%%/spec/lib/forever_spec.rb
%%WWWDIR%%/spec/lib/gitaly/server_spec.rb
%%WWWDIR%%/spec/lib/gitlab/action_rate_limiter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/allowable_spec.rb
@@ -11006,6 +11342,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/build/image_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/policy/kubernetes_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/policy/refs_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/build/policy/variables_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/policy_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/step_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/charts_spec.rb
@@ -11044,6 +11381,7 @@
%%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/populate_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/sequence_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/skip_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/validate/abilities_spec.rb
@@ -11058,14 +11396,23 @@
%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/statement_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/token_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/ci/stage/seed_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/seed/build_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/seed/stage_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/action_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/cancelable_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/build/canceled_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/common_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/build/created_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/build/erased_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/factory_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/failed_allowed_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/build/failed_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/build/manual_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/build/pending_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/play_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/build/retried_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/retryable_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/build/skipped_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/stop_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/canceled_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/created_spec.rb
@@ -11087,9 +11434,12 @@
%%WWWDIR%%/spec/lib/gitlab/ci/status/stage/factory_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/success_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/success_warning_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/trace/http_io_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/trace/section_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/trace/stream_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/trace_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/variables/collection/item_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/variables/collection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/yaml_processor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci_access_spec.rb
%%WWWDIR%%/spec/lib/gitlab/closing_issue_extractor_spec.rb
@@ -11199,9 +11549,9 @@
%%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_env_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
@@ -11309,6 +11659,9 @@
%%WWWDIR%%/spec/lib/gitlab/i18n/translation_entry_spec.rb
%%WWWDIR%%/spec/lib/gitlab/i18n_spec.rb
%%WWWDIR%%/spec/lib/gitlab/identifier_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/after_export_strategies/base_after_export_strategy_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/after_export_strategies/web_upload_strategy_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/after_export_strategy_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/all_models.yml
%%WWWDIR%%/spec/lib/gitlab/import_export/attribute_cleaner_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/attribute_configuration_spec.rb
@@ -11318,6 +11671,9 @@
%%WWWDIR%%/spec/lib/gitlab/import_export/fork_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/hash_util_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/import_export_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/importer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/lfs_restorer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/lfs_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/members_mapper_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/merge_request_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/model_configuration_spec.rb
@@ -11392,6 +11748,7 @@
%%WWWDIR%%/spec/lib/gitlab/middleware/read_only_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/release_env_spec.rb
%%WWWDIR%%/spec/lib/gitlab/multi_collection_paginator_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/omniauth_initializer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/optimistic_locking_spec.rb
%%WWWDIR%%/spec/lib/gitlab/other_markup_spec.rb
%%WWWDIR%%/spec/lib/gitlab/otp_key_rotator_spec.rb
@@ -11451,6 +11808,8 @@
%%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_logging/json_formatter_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_middleware/shutdown_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_status/client_middleware_spec.rb
%%WWWDIR%%/spec/lib/gitlab/sidekiq_status/server_middleware_spec.rb
@@ -11460,11 +11819,13 @@
%%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_move_spec.rb
%%WWWDIR%%/spec/lib/gitlab/slash_commands/issue_new_spec.rb
%%WWWDIR%%/spec/lib/gitlab/slash_commands/issue_search_spec.rb
%%WWWDIR%%/spec/lib/gitlab/slash_commands/issue_show_spec.rb
%%WWWDIR%%/spec/lib/gitlab/slash_commands/presenters/access_spec.rb
%%WWWDIR%%/spec/lib/gitlab/slash_commands/presenters/deploy_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/slash_commands/presenters/issue_move_spec.rb
%%WWWDIR%%/spec/lib/gitlab/slash_commands/presenters/issue_new_spec.rb
%%WWWDIR%%/spec/lib/gitlab/slash_commands/presenters/issue_search_spec.rb
%%WWWDIR%%/spec/lib/gitlab/slash_commands/presenters/issue_show_spec.rb
@@ -11500,6 +11861,7 @@
%%WWWDIR%%/spec/lib/gitlab/utils/override_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/strong_memoize_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/verify/job_artifacts_spec.rb
%%WWWDIR%%/spec/lib/gitlab/verify/lfs_objects_spec.rb
%%WWWDIR%%/spec/lib/gitlab/verify/uploads_spec.rb
%%WWWDIR%%/spec/lib/gitlab/version_info_spec.rb
@@ -11521,6 +11883,7 @@
%%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/omni_auth/strategies/jwt_spec.rb
%%WWWDIR%%/spec/lib/rspec_flaky/config_spec.rb
%%WWWDIR%%/spec/lib/rspec_flaky/example_spec.rb
%%WWWDIR%%/spec/lib/rspec_flaky/flaky_example_spec.rb
@@ -11532,13 +11895,16 @@
%%WWWDIR%%/spec/lib/system_check/orphans/repository_check_spec.rb
%%WWWDIR%%/spec/lib/system_check/simple_executor_spec.rb
%%WWWDIR%%/spec/lib/system_check_spec.rb
+%%WWWDIR%%/spec/lib/uploaded_file_spec.rb
%%WWWDIR%%/spec/mailers/abuse_report_mailer_spec.rb
%%WWWDIR%%/spec/mailers/emails/merge_requests_spec.rb
%%WWWDIR%%/spec/mailers/emails/pages_domains_spec.rb
%%WWWDIR%%/spec/mailers/emails/profile_spec.rb
%%WWWDIR%%/spec/mailers/notify_spec.rb
%%WWWDIR%%/spec/mailers/previews/devise_mailer_preview.rb
+%%WWWDIR%%/spec/mailers/previews/email_rejection_mailer_preview.rb
%%WWWDIR%%/spec/mailers/previews/notify_preview.rb
+%%WWWDIR%%/spec/mailers/previews/repository_check_mailer_preview.rb
%%WWWDIR%%/spec/mailers/repository_check_mailer_spec.rb
%%WWWDIR%%/spec/migrations/README.md
%%WWWDIR%%/spec/migrations/active_record/schedule_set_confidential_note_events_on_services_spec.rb
@@ -11592,7 +11958,8 @@
%%WWWDIR%%/spec/migrations/rename_more_reserved_project_names_spec.rb
%%WWWDIR%%/spec/migrations/rename_reserved_project_names_spec.rb
%%WWWDIR%%/spec/migrations/rename_users_with_renamed_namespace_spec.rb
-%%WWWDIR%%/spec/migrations/schedule_build_stage_migration_spec.rb
+%%WWWDIR%%/spec/migrations/reschedule_builds_stages_migration_spec.rb
+%%WWWDIR%%/spec/migrations/reschedule_commits_count_for_merge_request_diff_spec.rb
%%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
@@ -11631,6 +11998,7 @@
%%WWWDIR%%/spec/models/chat_name_spec.rb
%%WWWDIR%%/spec/models/chat_team_spec.rb
%%WWWDIR%%/spec/models/ci/artifact_blob_spec.rb
+%%WWWDIR%%/spec/models/ci/build_metadata_spec.rb
%%WWWDIR%%/spec/models/ci/build_spec.rb
%%WWWDIR%%/spec/models/ci/build_trace_section_name_spec.rb
%%WWWDIR%%/spec/models/ci/build_trace_section_spec.rb
@@ -11666,6 +12034,7 @@
%%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/chronic_duration_attribute_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
@@ -11713,6 +12082,7 @@
%%WWWDIR%%/spec/models/cycle_analytics_spec.rb
%%WWWDIR%%/spec/models/deploy_key_spec.rb
%%WWWDIR%%/spec/models/deploy_keys_project_spec.rb
+%%WWWDIR%%/spec/models/deploy_token_spec.rb
%%WWWDIR%%/spec/models/deployment_spec.rb
%%WWWDIR%%/spec/models/diff_discussion_spec.rb
%%WWWDIR%%/spec/models/diff_note_spec.rb
@@ -11744,6 +12114,7 @@
%%WWWDIR%%/spec/models/hooks/web_hook_spec.rb
%%WWWDIR%%/spec/models/identity_spec.rb
%%WWWDIR%%/spec/models/instance_configuration_spec.rb
+%%WWWDIR%%/spec/models/internal_id_spec.rb
%%WWWDIR%%/spec/models/issue/metrics_spec.rb
%%WWWDIR%%/spec/models/issue_collection_spec.rb
%%WWWDIR%%/spec/models/issue_spec.rb
@@ -11753,6 +12124,7 @@
%%WWWDIR%%/spec/models/label_spec.rb
%%WWWDIR%%/spec/models/legacy_diff_discussion_spec.rb
%%WWWDIR%%/spec/models/lfs_file_lock_spec.rb
+%%WWWDIR%%/spec/models/lfs_object_spec.rb
%%WWWDIR%%/spec/models/lfs_objects_project_spec.rb
%%WWWDIR%%/spec/models/list_spec.rb
%%WWWDIR%%/spec/models/member_spec.rb
@@ -11774,6 +12146,7 @@
%%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_deploy_token_spec.rb
%%WWWDIR%%/spec/models/project_feature_spec.rb
%%WWWDIR%%/spec/models/project_group_link_spec.rb
%%WWWDIR%%/spec/models/project_label_spec.rb
@@ -11856,6 +12229,7 @@
%%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/deploy_token_policy_spec.rb
%%WWWDIR%%/spec/policies/environment_policy_spec.rb
%%WWWDIR%%/spec/policies/global_policy_spec.rb
%%WWWDIR%%/spec/policies/group_policy_spec.rb
@@ -11866,6 +12240,7 @@
%%WWWDIR%%/spec/policies/personal_snippet_policy_spec.rb
%%WWWDIR%%/spec/policies/project_policy_spec.rb
%%WWWDIR%%/spec/policies/project_snippet_policy_spec.rb
+%%WWWDIR%%/spec/policies/protected_branch_policy_spec.rb
%%WWWDIR%%/spec/policies/user_policy_spec.rb
%%WWWDIR%%/spec/presenters/ci/build_presenter_spec.rb
%%WWWDIR%%/spec/presenters/ci/group_variable_presenter_spec.rb
@@ -11923,6 +12298,7 @@
%%WWWDIR%%/spec/requests/api/project_hooks_spec.rb
%%WWWDIR%%/spec/requests/api/project_import_spec.rb
%%WWWDIR%%/spec/requests/api/project_milestones_spec.rb
+%%WWWDIR%%/spec/requests/api/project_snapshots_spec.rb
%%WWWDIR%%/spec/requests/api/project_snippets_spec.rb
%%WWWDIR%%/spec/requests/api/projects_spec.rb
%%WWWDIR%%/spec/requests/api/protected_branches_spec.rb
@@ -12012,6 +12388,7 @@
%%WWWDIR%%/spec/rubocop/cop/migration/update_large_table_spec.rb
%%WWWDIR%%/spec/rubocop/cop/project_path_helper_spec.rb
%%WWWDIR%%/spec/rubocop/cop/rspec/env_assignment_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/rspec/factories_in_migration_specs_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
@@ -12053,6 +12430,7 @@
%%WWWDIR%%/spec/serializers/pipeline_details_entity_spec.rb
%%WWWDIR%%/spec/serializers/pipeline_entity_spec.rb
%%WWWDIR%%/spec/serializers/pipeline_serializer_spec.rb
+%%WWWDIR%%/spec/serializers/project_note_entity_spec.rb
%%WWWDIR%%/spec/serializers/request_aware_entity_spec.rb
%%WWWDIR%%/spec/serializers/runner_entity_spec.rb
%%WWWDIR%%/spec/serializers/stage_entity_spec.rb
@@ -12109,6 +12487,7 @@
%%WWWDIR%%/spec/services/delete_branch_service_spec.rb
%%WWWDIR%%/spec/services/delete_merged_branches_service_spec.rb
%%WWWDIR%%/spec/services/deploy_keys/create_service_spec.rb
+%%WWWDIR%%/spec/services/deploy_tokens/create_service_spec.rb
%%WWWDIR%%/spec/services/discussions/resolve_service_spec.rb
%%WWWDIR%%/spec/services/discussions/update_diff_position_service_spec.rb
%%WWWDIR%%/spec/services/emails/confirm_service_spec.rb
@@ -12149,6 +12528,7 @@
%%WWWDIR%%/spec/services/labels/promote_service_spec.rb
%%WWWDIR%%/spec/services/labels/transfer_service_spec.rb
%%WWWDIR%%/spec/services/labels/update_service_spec.rb
+%%WWWDIR%%/spec/services/lfs/file_transformer_spec.rb
%%WWWDIR%%/spec/services/lfs/lock_file_service_spec.rb
%%WWWDIR%%/spec/services/lfs/locks_finder_service_spec.rb
%%WWWDIR%%/spec/services/lfs/unlock_file_service_spec.rb
@@ -12208,9 +12588,20 @@
%%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_export/export_service_spec.rb
%%WWWDIR%%/spec/services/projects/import_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_access_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_deploy_keys_projects_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_forks_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_lfs_objects_projects_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_notification_settings_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_project_authorizations_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_project_group_links_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_project_members_service_spec.rb
+%%WWWDIR%%/spec/services/projects/move_users_star_projects_service_spec.rb
%%WWWDIR%%/spec/services/projects/open_issues_count_service_spec.rb
%%WWWDIR%%/spec/services/projects/open_merge_requests_count_service_spec.rb
+%%WWWDIR%%/spec/services/projects/overwrite_project_service_spec.rb
%%WWWDIR%%/spec/services/projects/participants_service_spec.rb
%%WWWDIR%%/spec/services/projects/propagate_service_template_spec.rb
%%WWWDIR%%/spec/services/projects/transfer_service_spec.rb
@@ -12220,8 +12611,10 @@
%%WWWDIR%%/spec/services/projects/update_service_spec.rb
%%WWWDIR%%/spec/services/prometheus/adapter_service_spec.rb
%%WWWDIR%%/spec/services/protected_branches/create_service_spec.rb
+%%WWWDIR%%/spec/services/protected_branches/destroy_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/destroy_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
@@ -12282,6 +12675,7 @@
%%WWWDIR%%/spec/support/capybara_helpers.rb
%%WWWDIR%%/spec/support/carrierwave.rb
%%WWWDIR%%/spec/support/chat_slash_commands_shared_examples.rb
+%%WWWDIR%%/spec/support/commit_trailers_spec_helper.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
@@ -12334,10 +12728,14 @@
%%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/expect_offense.rb
%%WWWDIR%%/spec/support/helpers/fake_blob_helpers.rb
+%%WWWDIR%%/spec/support/helpers/features/notes_helpers.rb
+%%WWWDIR%%/spec/support/helpers/features/sorting_helpers.rb
%%WWWDIR%%/spec/support/helpers/key_generator_helper.rb
%%WWWDIR%%/spec/support/helpers/merge_request_diff_helpers.rb
%%WWWDIR%%/spec/support/helpers/note_interaction_helpers.rb
+%%WWWDIR%%/spec/support/http_io/http_io_helpers.rb
%%WWWDIR%%/spec/support/import_export/common_util.rb
%%WWWDIR%%/spec/support/import_export/configuration_helper.rb
%%WWWDIR%%/spec/support/import_export/export_file_helper.rb
@@ -12347,6 +12745,7 @@
%%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/issuables_requiring_filter_shared_examples.rb
%%WWWDIR%%/spec/support/issue_helpers.rb
%%WWWDIR%%/spec/support/issue_tracker_service_shared_example.rb
%%WWWDIR%%/spec/support/javascript_fixtures_helpers.rb
@@ -12371,9 +12770,11 @@
%%WWWDIR%%/spec/support/matchers/execute_check.rb
%%WWWDIR%%/spec/support/matchers/gitaly_matchers.rb
%%WWWDIR%%/spec/support/matchers/gitlab_git_matchers.rb
+%%WWWDIR%%/spec/support/matchers/have_emoji.rb
%%WWWDIR%%/spec/support/matchers/have_gitlab_http_status.rb
%%WWWDIR%%/spec/support/matchers/have_issuable_counts.rb
%%WWWDIR%%/spec/support/matchers/include_module.rb
+%%WWWDIR%%/spec/support/matchers/issuable_matchers.rb
%%WWWDIR%%/spec/support/matchers/markdown_matchers.rb
%%WWWDIR%%/spec/support/matchers/match_file.rb
%%WWWDIR%%/spec/support/matchers/match_ids.rb
@@ -12398,7 +12799,6 @@
%%WWWDIR%%/spec/support/prometheus_helpers.rb
%%WWWDIR%%/spec/support/protected_tags/access_control_ce_shared_examples.rb
%%WWWDIR%%/spec/support/query_recorder.rb
-%%WWWDIR%%/spec/support/quick_actions_helpers.rb
%%WWWDIR%%/spec/support/rake_helpers.rb
%%WWWDIR%%/spec/support/reactive_caching_helpers.rb
%%WWWDIR%%/spec/support/redis/redis_shared_examples.rb
@@ -12427,6 +12827,7 @@
%%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/atomic_internal_id_spec.rb
%%WWWDIR%%/spec/support/shared_examples/models/cluster_application_core_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/cluster_application_status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/models/issuable_hook_data_shared_examples.rb
@@ -12437,6 +12838,7 @@
%%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_participants_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/notes.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/status_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/serializers/note_entity_examples.rb
%%WWWDIR%%/spec/support/shared_examples/services/boards/boards_create_service.rb
%%WWWDIR%%/spec/support/shared_examples/services/boards/boards_list_service.rb
%%WWWDIR%%/spec/support/shared_examples/services/boards/issues_list_service.rb
@@ -12446,17 +12848,18 @@
%%WWWDIR%%/spec/support/shared_examples/services/boards/lists_move_service.rb
%%WWWDIR%%/spec/support/shared_examples/throttled_touch.rb
%%WWWDIR%%/spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/uploaders/object_storage_shared_examples.rb
%%WWWDIR%%/spec/support/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
%%WWWDIR%%/spec/support/stub_configuration.rb
%%WWWDIR%%/spec/support/stub_env.rb
%%WWWDIR%%/spec/support/stub_feature_flags.rb
%%WWWDIR%%/spec/support/stub_gitlab_calls.rb
%%WWWDIR%%/spec/support/stub_gitlab_data.rb
+%%WWWDIR%%/spec/support/stub_object_storage.rb
%%WWWDIR%%/spec/support/taskable_shared_examples.rb
%%WWWDIR%%/spec/support/test_env.rb
%%WWWDIR%%/spec/support/time_tracking_shared_examples.rb
@@ -12470,6 +12873,8 @@
%%WWWDIR%%/spec/support/webmock.rb
%%WWWDIR%%/spec/support/workhorse_helpers.rb
%%WWWDIR%%/spec/tasks/config_lint_spec.rb
+%%WWWDIR%%/spec/tasks/gitlab/artifacts/check_rake_spec.rb
+%%WWWDIR%%/spec/tasks/gitlab/artifacts/migrate_rake_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
@@ -12479,12 +12884,14 @@
%%WWWDIR%%/spec/tasks/gitlab/info_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/ldap_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/lfs/check_rake_spec.rb
+%%WWWDIR%%/spec/tasks/gitlab/lfs/migrate_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/mail_google_schema_whitelisting.rb
%%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/traces_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/uploads/check_rake_spec.rb
+%%WWWDIR%%/spec/tasks/gitlab/uploads/migrate_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/workhorse_rake_spec.rb
%%WWWDIR%%/spec/tasks/tokens_spec.rb
%%WWWDIR%%/spec/unicorn/unicorn_spec.rb
@@ -12497,16 +12904,18 @@
%%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/object_storage_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/uploaders/workers/object_storage/background_move_worker_spec.rb
+%%WWWDIR%%/spec/uploaders/workers/object_storage/migrate_uploads_worker_spec.rb
%%WWWDIR%%/spec/validators/namespace_path_validator_spec.rb
%%WWWDIR%%/spec/validators/project_path_validator_spec.rb
%%WWWDIR%%/spec/validators/url_placeholder_validator_spec.rb
%%WWWDIR%%/spec/validators/url_validator_spec.rb
%%WWWDIR%%/spec/validators/variable_duplicates_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
@@ -12523,10 +12932,12 @@
%%WWWDIR%%/spec/views/projects/_home_panel.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/blob/_viewer.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/buttons/_dropdown.html.haml_spec.rb
+%%WWWDIR%%/spec/views/projects/ci/lints/show.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/_stats.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
@@ -12543,7 +12954,8 @@
%%WWWDIR%%/spec/views/projects/notes/_more_actions_dropdown.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/pipeline_schedules/_pipeline_schedule.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/pipelines/_stage.html.haml_spec.rb
-%%WWWDIR%%/spec/views/projects/pipelines_settings/_show.html.haml_spec.rb
+%%WWWDIR%%/spec/views/projects/services/_form.haml_spec.rb
+%%WWWDIR%%/spec/views/projects/settings/ci_cd/_form.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
@@ -12608,6 +13020,7 @@
%%WWWDIR%%/spec/workers/new_issue_worker_spec.rb
%%WWWDIR%%/spec/workers/new_merge_request_worker_spec.rb
%%WWWDIR%%/spec/workers/new_note_worker_spec.rb
+%%WWWDIR%%/spec/workers/object_storage_upload_worker_spec.rb
%%WWWDIR%%/spec/workers/pages_domain_verification_cron_worker_spec.rb
%%WWWDIR%%/spec/workers/pages_domain_verification_worker_spec.rb
%%WWWDIR%%/spec/workers/pipeline_hooks_worker_spec.rb
@@ -12622,6 +13035,7 @@
%%WWWDIR%%/spec/workers/process_commit_worker_spec.rb
%%WWWDIR%%/spec/workers/project_cache_worker_spec.rb
%%WWWDIR%%/spec/workers/project_destroy_worker_spec.rb
+%%WWWDIR%%/spec/workers/project_export_worker_spec.rb
%%WWWDIR%%/spec/workers/project_migrate_hashed_storage_worker_spec.rb
%%WWWDIR%%/spec/workers/propagate_service_template_worker_spec.rb
%%WWWDIR%%/spec/workers/prune_old_events_worker_spec.rb
@@ -12682,7 +13096,6 @@
%%WWWDIR%%/vendor/assets/javascripts/pdf.min.js
%%WWWDIR%%/vendor/assets/javascripts/pdf.worker.js
%%WWWDIR%%/vendor/assets/javascripts/pdf.worker.min.js
-%%WWWDIR%%/vendor/assets/javascripts/peek.js
%%WWWDIR%%/vendor/assets/javascripts/peek.performance_bar.js
%%WWWDIR%%/vendor/assets/javascripts/u2f.js
%%WWWDIR%%/vendor/assets/javascripts/xterm/encoding-indexes.js
@@ -12720,6 +13133,7 @@
%%WWWDIR%%/vendor/gitlab-ci-yml/Packer.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/Brunch.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/Doxygen.gitlab-ci.yml
+%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/Gatsby.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/HTML.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/Harp.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/Hexo.gitlab-ci.yml