aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-04-23 08:27:13 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-04-23 08:27:13 +0000
commitc39ae03f678861da446fb053832f083950753f7f (patch)
treecfab65122337d3bcf98cf5b3c4e16c430f44e282
parent47549ca5058001b3d105ce8b39d004d605d00dd7 (diff)
downloadports-c39ae03f678861da446fb053832f083950753f7f.tar.gz
ports-c39ae03f678861da446fb053832f083950753f7f.zip
Upgrade to 11.10.
For full log see: https://about.gitlab.com/2019/04/22/gitlab-11-10-released/ WARNING, this release switches the path were the repositories are stored back to the default git home dir. Make sure you read the UPDATING 20190423 entry and follow the update maual very carefully!
Notes
Notes: svn path=/head/; revision=499731
-rw-r--r--UPDATING40
-rw-r--r--www/gitlab-ce/Makefile41
-rw-r--r--www/gitlab-ce/distinfo6
-rw-r--r--www/gitlab-ce/files/gitlab.in43
-rw-r--r--www/gitlab-ce/files/patch-Gemfile28
-rw-r--r--www/gitlab-ce/files/patch-config_gitlab.yml.example21
-rw-r--r--www/gitlab-ce/files/patch-config_initializers_1__settings.rb4
-rw-r--r--www/gitlab-ce/pkg-message4
-rw-r--r--www/gitlab-ce/pkg-plist670
9 files changed, 651 insertions, 206 deletions
diff --git a/UPDATING b/UPDATING
index 16865b2e8530..a7d9fcf5ff12 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,46 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20190423:
+ AFFECTS: users of www/gitlab-ce
+ AUTHOR: mfechner@FreeBSD.org
+
+ The directory where all repositories and ssh permissions are stored
+ was changed from /usr/home/git back to /usr/local/git, to match again the
+ recommended standards on FreeBSD.
+ This will cause now some other git management packages to collide with
+ gitlab. Make sure you migrate all you git repositories to gitlab first,
+ before you continue.
+
+ Make sure /usr/local/git/repositories and /usr/local/git/.ssh are not
+ existing!
+ Otherwise the next commands can break your installation for managing
+ git repositories within gitlab and with your other gitlab management
+ software!
+
+ You must move the old files to the new location with:
+ # service gitlab stop
+ # mv /usr/home/git /usr/local/
+ # pkg upg
+
+ Make sure you update your config files, diff shows you what you maybe
+ must change:
+ # cd /usr/local/www/gitlab-ce
+ # git diff config/gitlab.yml.sample config/gitlab.yml
+ # cd /usr/local/share/gitlab-shell/
+ # git diff config.yml.sample config.yml
+ # cd /usr/local/share/gitaly
+ # git diff config.toml.sample config.toml
+
+ # Change home directory of user git back to /usr/local/git
+ # vipw
+ The line should now looks like:
+ git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh
+
+ If you do an upgrade of gitlab follow the upgrade guide.
+ If not, just start gitlab again with:
+ # service gitlab start
+
20190422:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 3f32d0769235..0c8b8f52e9bc 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= gitlab-ce
-PORTVERSION= 11.9.7
-PORTREVISION= 1
+PORTVERSION= 11.10.0
+PORTREVISION= 0
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@@ -17,13 +17,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
# only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS
# for the options
MY_DEPENDS= git>=2.16.2:devel/git \
- gitlab-shell>=8.7.1:devel/gitlab-shell \
- gitlab-workhorse>=8.3.3:www/gitlab-workhorse \
- gitaly>=1.27.1:devel/gitaly \
+ gitlab-shell>=9.0.0:devel/gitlab-shell \
+ gitlab-workhorse>=8.5.1:www/gitlab-workhorse \
+ gitaly>=1.33.0:devel/gitaly \
gitlab-pages>=1.5.0:www/gitlab-pages \
redis>=3.2.12:databases/redis \
yarn>=1.10.0:www/yarn \
- rubygem-rails50>=5.0.7.1:www/rubygem-rails50 \
+ rubygem-rails50>=5.0.7.2:www/rubygem-rails50 \
rubygem-rails-deprecated_sanitizer-rails50>=1.0.3:devel/rubygem-rails-deprecated_sanitizer-rails50 \
rubygem-nakayoshi_fork>=0.0.4:devel/rubygem-nakayoshi_fork \
rubygem-responders-rails50>=2.0:www/rubygem-responders-rails50 \
@@ -50,9 +50,9 @@ MY_DEPENDS= git>=2.16.2:devel/git \
rubygem-omniauth-twitter>=1.4:net/rubygem-omniauth-twitter \
rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \
rubygem-omniauth-authentiq>=0.3.3:net/rubygem-omniauth-authentiq \
- rubygem-rack-oauth212>=1.2.1:security/rubygem-rack-oauth212 \
+ rubygem-rack-oauth2>=1.9.3:security/rubygem-rack-oauth2 \
rubygem-jwt>=2.1.0:www/rubygem-jwt \
- rubygem-recaptcha3>=3.0:devel/rubygem-recaptcha3 \
+ rubygem-recaptcha>=4.11:devel/rubygem-recaptcha \
rubygem-akismet>=2.0:devel/rubygem-akismet \
rubygem-devise-two-factor-rails50>=3.0.0:security/rubygem-devise-two-factor-rails50 \
rubygem-rqrcode-rails3>=0.1.7:www/rubygem-rqrcode-rails3 \
@@ -86,7 +86,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \
rubygem-seed-fu>=2.3.7:databases/rubygem-seed-fu \
rubygem-html-pipeline>=2.8:textproc/rubygem-html-pipeline \
rubygem-deckar01-task_list>=2.2.0:www/rubygem-deckar01-task_list \
- rubygem-gitlab-markup>=1.6.5:textproc/rubygem-gitlab-markup \
+ rubygem-gitlab-markup>=1.7.0:textproc/rubygem-gitlab-markup \
rubygem-github-markup17>=1.7.0:textproc/rubygem-github-markup17 \
rubygem-commonmarker>=0.17:textproc/rubygem-commonmarker \
rubygem-redcloth>=4.3.2:www/rubygem-redcloth \
@@ -98,24 +98,24 @@ MY_DEPENDS= git>=2.16.2:devel/git \
rubygem-asciidoctor-plantuml>=0.0.8:textproc/rubygem-asciidoctor-plantuml \
rubygem-rouge>=3.1:textproc/rubygem-rouge \
rubygem-truncato>=0.7.11:textproc/rubygem-truncato \
- rubygem-bootstrap_form>=2.7.0:devel/rubygem-bootstrap_form \
+ rubygem-bootstrap_form>=4.2.0:devel/rubygem-bootstrap_form \
rubygem-nokogiri>=1.10.1:textproc/rubygem-nokogiri \
rubygem-escape_utils>=1.1:textproc/rubygem-escape_utils \
rubygem-icalendar>=0:devel/rubygem-icalendar \
rubygem-diffy31>=3.1.0:textproc/rubygem-diffy31 \
- rubygem-rack>=2.0.6:www/rubygem-rack \
+ rubygem-rack>=2.0.7:www/rubygem-rack \
rubygem-unicorn>=5.4.1:www/rubygem-unicorn \
rubygem-unicorn-worker-killer>=0.4.4:www/rubygem-unicorn-worker-killer \
rubygem-puma>=3.12:www/rubygem-puma \
rubygem-puma_worker_killer>=0:www/rubygem-puma_worker_killer \
rubygem-state_machines-activerecord05>=0.5.1:databases/rubygem-state_machines-activerecord05 \
- rubygem-acts-as-taggable-on>=5.0:www/rubygem-acts-as-taggable-on \
+ rubygem-acts-as-taggable-on>=6.0:www/rubygem-acts-as-taggable-on \
rubygem-sidekiq>=5.2.1:devel/rubygem-sidekiq \
rubygem-sidekiq-cron>=1.0.0:devel/rubygem-sidekiq-cron \
rubygem-redis-namespace>=1.6.0:databases/rubygem-redis-namespace \
rubygem-gitlab-sidekiq-fetcher>=0.4.0:devel/rubygem-gitlab-sidekiq-fetcher \
rubygem-fugit>=1.1:devel/rubygem-fugit \
- rubygem-httparty>=0.13.3:www/rubygem-httparty \
+ rubygem-httparty>=0.16.4:www/rubygem-httparty \
rubygem-rainbow>=3.0:devel/rubygem-rainbow \
rubygem-ruby-progressbar>=0:devel/rubygem-ruby-progressbar \
rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \
@@ -127,6 +127,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \
rubygem-redis3>=3.2:databases/rubygem-redis3 \
rubygem-connection_pool>=2.0:net/rubygem-connection_pool \
rubygem-discordrb-webhooks-blackst0ne>=3.3.0:net-im/rubygem-discordrb-webhooks-blackst0ne \
+ rubygem-hipchat>=1.5.0:net-im/rubygem-hipchat \
rubygem-jira-ruby>=1.4:devel/rubygem-jira-ruby \
rubygem-flowdock>=0.7:www/rubygem-flowdock \
rubygem-slack-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \
@@ -154,9 +155,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \
rubygem-font-awesome-rails-rails50>=4.7:devel/rubygem-font-awesome-rails-rails50 \
rubygem-gemojione>=3.3:graphics/rubygem-gemojione \
rubygem-gon-rails50>=6.2.0:www/rubygem-gon-rails50 \
- rubygem-jquery-atwho-rails13>=1.3.2:www/rubygem-jquery-atwho-rails13 \
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.7:devel/rubygem-sentry-raven \
@@ -188,7 +187,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \
rubygem-sshkey>=2.0:security/rubygem-sshkey \
rubygem-ed25519>=1.2:security/rubygem-ed25519 \
rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \
- rubygem-gitaly-proto>=1.13.0:net/rubygem-gitaly-proto \
+ rubygem-gitaly-proto>=1.19.0:net/rubygem-gitaly-proto \
rubygem-grpc>=1.15.0:net/rubygem-grpc \
rubygem-gitaly>=0.8.0:net/rubygem-gitaly \
rubygem-google-protobuf>=3.6:devel/rubygem-google-protobuf \
@@ -204,6 +203,12 @@ BUILD_DEPENDS= gem:devel/ruby-gems \
RUN_DEPENDS= ${MY_DEPENDS}
+CONFLICTS_INSTALL= gitolite-* \
+ gitolite2-* \
+ gogs-* \
+ gitea-* \
+ ${PYTHON_PKGNAMEPREFIX}-gitosis-*
+
OPTIONS_SINGLE= DATABASE
OPTIONS_SINGLE_DATABASE= PGSQL MYSQL
OPTIONS_DEFAULT= PGSQL
@@ -221,7 +226,7 @@ USE_RC_SUBR= gitlab
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
# Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags
-GL_COMMIT= 93e321569a898d9701a251b4bb73ad56b79fc535
+GL_COMMIT= 8a802d1c6b7ee660fbf701b9758ccff85f065e68
USERS= git
GROUPS= git
@@ -263,7 +268,7 @@ do-install:
${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample
${MV} ${WRKSRC}/lib/support/nginx/gitlab ${WRKSRC}/lib/support/nginx/gitlab.sample
${MV} ${WRKSRC}/lib/support/nginx/gitlab-ssl ${WRKSRC}/lib/support/nginx/gitlab-ssl.sample
- ${MKDIR} ${STAGEDIR}/usr/home/git/repositories
+ ${MKDIR} ${STAGEDIR}/usr/local/git/repositories
${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets
${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/uploads
${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index 2155bdec4702..a6340d91eb76 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554961124
-SHA256 (gitlab-org-gitlab-ce-93e321569a898d9701a251b4bb73ad56b79fc535_GL0.tar.gz) = b435ba669451bb03c0056942ea2d0bdbf224ce9056533008bbaa7f03b80a044b
-SIZE (gitlab-org-gitlab-ce-93e321569a898d9701a251b4bb73ad56b79fc535_GL0.tar.gz) = 61548547
+TIMESTAMP = 1555689889
+SHA256 (gitlab-org-gitlab-ce-8a802d1c6b7ee660fbf701b9758ccff85f065e68_GL0.tar.gz) = 5a9ae0ae2c77280b9270e8f232b5388a48c6c40a9e0351af1f37a30547e028ee
+SIZE (gitlab-org-gitlab-ce-8a802d1c6b7ee660fbf701b9758ccff85f065e68_GL0.tar.gz) = 62602006
diff --git a/www/gitlab-ce/files/gitlab.in b/www/gitlab-ce/files/gitlab.in
index 7320e30adc7a..6a57d5234975 100644
--- a/www/gitlab-ce/files/gitlab.in
+++ b/www/gitlab-ce/files/gitlab.in
@@ -13,8 +13,8 @@
# chkconfig: - 85 14
### END INIT INFO
-# Maintainer: Torsten Zuehlsdorff <ports@toco-domains.de>
-# Based on work of: @charlienewey, rovanion.luckey@gmail.com, @randx
+# Maintainer: Matthias Fechner <mfechner@FreeBSD.org>
+# Based on work of: @charlienewey, rovanion.luckey@gmail.com, @randx, @tz
# PROVIDE: gitlab
# REQUIRE: LOGIN
@@ -42,6 +42,7 @@ restart_cmd="restart_gitlab"
: ${gitlab_workhorse_tcp:="NO"}
: ${gitlab_workhorse_addr:="127.0.0.1:8181"}
: ${gitlab_mail_room_enable:="NO"}
+: ${gitlab_allow_conflicts:="NO"}
load_rc_config $name
@@ -86,6 +87,44 @@ gitaly_log="$app_root/log/gitaly.log"
# Read configuration variable file if it is present
test -f /etc/default/gitlab && . /etc/default/gitlab
+# Check if other colliding packages are installed
+if `/usr/sbin/pkg -N info -e gogs` && [ $? -eq 0 ]; then
+ echo "WARNING: Gitlab cannot run together with gogs as both of them modify .ssh/authorized_keys"
+ if checkyesno gitlab_allow_conflicts; then
+ echo "but start as overwritten"
+ else
+ echo "you can overwrite this with: sysrc gitlab_allow_conflicts=YES"
+ exit 1
+ fi
+fi
+if `/usr/sbin/pkg -N info -e "gitolite*"` && [ $? -eq 0 ]; then
+ echo "WARNING: Gitlab cannot run together with gitolite as both of them modify .ssh/authorized_keys"
+ if checkyesno gitlab_allow_conflicts; then
+ echo "but start as overwritten"
+ else
+ echo "you can overwrite this with: sysrc gitlab_allow_conflicts=YES"
+ exit 1
+ fi
+fi
+if `/usr/sbin/pkg -N info -e "*gitosis*"` && [ $? -eq 0 ]; then
+ echo "WARNING: Gitlab cannot run together with py-gitosis as both of them modify .ssh/authorized_keys"
+ if checkyesno gitlab_allow_conflicts; then
+ echo "but start as overwritten"
+ else
+ echo "you can overwrite this with: sysrc gitlab_allow_conflicts=YES"
+ exit 1
+ fi
+fi
+if `/usr/sbin/pkg -N info -e gitea` && [ $? -eq 0 ]; then
+ echo "WARNING: Gitlab cannot run together with gitea as both of them modify .ssh/authorized_keys"
+ if checkyesno gitlab_allow_conflicts; then
+ echo "but start as overwritten"
+ else
+ echo "you can overwrite this with: sysrc gitlab_allow_conflicts=YES"
+ exit 1
+ fi
+fi
+
# 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
diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile
index c8a02b214140..6cee6306bfe5 100644
--- a/www/gitlab-ce/files/patch-Gemfile
+++ b/www/gitlab-ce/files/patch-Gemfile
@@ -1,13 +1,5 @@
---- Gemfile.orig 2019-03-20 23:32:21 UTC
+--- Gemfile.orig 2019-04-19 09:51:35 UTC
+++ Gemfile
-@@ -1,6 +1,6 @@
- source 'https://rubygems.org'
-
--gem 'rails', '5.0.7.1'
-+gem 'rails', '5.0.7.2'
- gem 'rails-deprecated_sanitizer', '~> 1.0.3'
-
- # Improves copy-on-write performance for MRI
@@ -15,7 +15,7 @@ gem 'sprockets', '~> 3.7.0'
gem 'gitlab-default_value_for', '~> 3.1.1', require: 'default_value_for'
@@ -17,16 +9,16 @@
gem 'pg', '~> 1.1', group: :postgres
gem 'rugged', '~> 0.28'
-@@ -170,7 +170,7 @@ gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'si
- gem 'fugit', '~> 1.1'
+@@ -202,7 +202,7 @@ gem 'connection_pool', '~> 2.0'
+ gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
- # HTTP requests
--gem 'httparty', '~> 0.13.3'
-+gem 'httparty', '>= 0.13.3'
+ # HipChat integration
+-gem 'hipchat', '~> 1.5.0'
++gem 'hipchat', '~> 1.6.0'
- # Colored output to console
- gem 'rainbow', '~> 3.0'
-@@ -295,9 +295,6 @@ gem 'peek-redis', '~> 1.2.0'
+ # JIRA integration
+ gem 'jira-ruby', '~> 1.4'
+@@ -293,9 +293,6 @@ gem 'peek-redis', '~> 1.2.0'
# Metrics
group :metrics do
@@ -36,7 +28,7 @@
# Prometheus
gem 'prometheus-client-mmap', '~> 0.9.4'
gem 'raindrops', '~> 0.18'
-@@ -307,87 +304,6 @@ group :tracing do
+@@ -305,87 +302,6 @@ group :tracing do
# OpenTracing
gem 'opentracing', '~> 0.4.3'
gem 'jaeger-client', '~> 0.10.0'
diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example
index 389b871ccce2..e16c7584f6f9 100644
--- a/www/gitlab-ce/files/patch-config_gitlab.yml.example
+++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example
@@ -1,4 +1,4 @@
---- config/gitlab.yml.example.orig 2019-03-20 23:32:21 UTC
+--- config/gitlab.yml.example.orig 2019-04-19 09:51:35 UTC
+++ config/gitlab.yml.example
@@ -248,7 +248,7 @@ production: &base
# external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages
@@ -9,7 +9,7 @@
## Mattermost
## For enabling Add to Mattermost button
-@@ -645,7 +645,7 @@ production: &base
+@@ -649,7 +649,7 @@ production: &base
# Gitaly settings
gitaly:
# Path to the directory containing Gitaly client executables.
@@ -18,27 +18,34 @@
# Default Gitaly authentication token. Can be overridden per storage. Can
# be left blank when Gitaly is running locally on a Unix socket, which
# is the normal way to deploy Gitaly.
-@@ -663,8 +663,8 @@ production: &base
+@@ -667,8 +667,8 @@ production: &base
# real path not the symlink.
storages: # You must have at least a `default` storage path.
default:
- path: /home/git/repositories/
- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port).
-+ path: /usr/home/git/repositories/
-+ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port).
++ path: /usr/local/git/repositories/
++ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
## Backup settings
-@@ -696,7 +696,7 @@ production: &base
+@@ -700,12 +700,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
- path: /home/git/gitlab-shell/
+- authorized_keys_file: /home/git/.ssh/authorized_keys
+ path: %%PREFIX%%/share/gitlab-shell/
++ authorized_keys_file: %%PREFIX%%/git/.ssh/authorized_keys
# File that contains the secret key for verifying access for gitlab-shell.
# Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app).
-@@ -721,7 +721,7 @@ production: &base
+- # secret_file: /home/git/gitlab/.gitlab_shell_secret
++ # secret_file: /usr/local/www/gitlab-ce/.gitlab_shell_secret
+
+ # Git over HTTP
+ upload_pack: true
+@@ -726,7 +726,7 @@ production: &base
# CAUTION!
# Use the default values unless you really know what you are doing
git:
diff --git a/www/gitlab-ce/files/patch-config_initializers_1__settings.rb b/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
index 6d8a929a7a4f..cd757c71b9c5 100644
--- a/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
+++ b/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
@@ -1,6 +1,6 @@
---- config/initializers/1_settings.rb.orig 2018-12-21 14:23:37 UTC
+--- config/initializers/1_settings.rb.orig 2019-04-19 09:51:35 UTC
+++ config/initializers/1_settings.rb
-@@ -126,12 +126,8 @@ Settings.gitlab['email_subject_suffix'] ||= ENV['GITLA
+@@ -145,12 +145,8 @@ Settings.gitlab['email_subject_suffix'] ||= ENV['GITLA
Settings.gitlab['base_url'] ||= Settings.__send__(:build_base_gitlab_url)
Settings.gitlab['url'] ||= Settings.__send__(:build_gitlab_url)
Settings.gitlab['user'] ||= 'git'
diff --git a/www/gitlab-ce/pkg-message b/www/gitlab-ce/pkg-message
index 6eecac4692ff..8886146364c4 100644
--- a/www/gitlab-ce/pkg-message
+++ b/www/gitlab-ce/pkg-message
@@ -1,6 +1,10 @@
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv GITLAB vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Gitlab was installed successfully.
+
+!! WARNING: Please make sure you read in UPDATING entry 20190423 !!
+
+
You now need to set up the various components of Gitlab, so please
follow the instructions in the guide at:
diff --git a/www/gitlab-ce/pkg-plist b/www/gitlab-ce/pkg-plist
index 30178ab345e5..0b9d70188a42 100644
--- a/www/gitlab-ce/pkg-plist
+++ b/www/gitlab-ce/pkg-plist
@@ -11,6 +11,7 @@
%%WWWDIR%%/.gitlab/issue_templates/Acceptance_Testing.md
%%WWWDIR%%/.gitlab/issue_templates/Bug.md
%%WWWDIR%%/.gitlab/issue_templates/Coding style proposal.md
+%%WWWDIR%%/.gitlab/issue_templates/Database Reviewer.md
%%WWWDIR%%/.gitlab/issue_templates/Doc Review.md
%%WWWDIR%%/.gitlab/issue_templates/Documentation.md
%%WWWDIR%%/.gitlab/issue_templates/Feature proposal.md
@@ -47,6 +48,8 @@
%%WWWDIR%%/MAINTENANCE.md
%%WWWDIR%%/PHILOSOPHY.md
%%WWWDIR%%/PROCESS.md
+%%WWWDIR%%/Pipfile
+%%WWWDIR%%/Pipfile.lock
%%WWWDIR%%/Procfile
%%WWWDIR%%/README.md
%%WWWDIR%%/Rakefile
@@ -1927,6 +1930,9 @@
%%WWWDIR%%/app/assets/images/none-scheme-preview.png
%%WWWDIR%%/app/assets/images/old_repo.png
%%WWWDIR%%/app/assets/images/onion_skin_sprites.gif
+%%WWWDIR%%/app/assets/images/select2-spinner.gif
+%%WWWDIR%%/app/assets/images/select2.png
+%%WWWDIR%%/app/assets/images/select2x2.png
%%WWWDIR%%/app/assets/images/solarized-dark-scheme-preview.png
%%WWWDIR%%/app/assets/images/solarized-light-scheme-preview.png
%%WWWDIR%%/app/assets/images/swipemode_sprites.gif
@@ -1939,6 +1945,7 @@
%%WWWDIR%%/app/assets/javascripts/ajax_loading_spinner.js
%%WWWDIR%%/app/assets/javascripts/api.js
%%WWWDIR%%/app/assets/javascripts/autosave.js
+%%WWWDIR%%/app/assets/javascripts/avatar_picker.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
@@ -2232,9 +2239,16 @@
%%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_bundle.js
%%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_view.vue
%%WWWDIR%%/app/assets/javascripts/environments/index.js
+%%WWWDIR%%/app/assets/javascripts/environments/mixins/canary_callout_mixin.js
+%%WWWDIR%%/app/assets/javascripts/environments/mixins/container_mixin.js
+%%WWWDIR%%/app/assets/javascripts/environments/mixins/environment_item_mixin.js
+%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_app_mixin.js
+%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_folder_view_mixin.js
%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_mixin.js
+%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_table_mixin.js
%%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js
%%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js
+%%WWWDIR%%/app/assets/javascripts/environments/stores/helpers.js
%%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_tracking_list.vue
%%WWWDIR%%/app/assets/javascripts/error_tracking/index.js
%%WWWDIR%%/app/assets/javascripts/error_tracking/services/index.js
@@ -2280,6 +2294,7 @@
%%WWWDIR%%/app/assets/javascripts/filtered_search/issuable_filtered_search_token_keys.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/null_dropdown.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/recent_searches_root.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/recent_searches_storage_keys.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/services/recent_searches_service.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/services/recent_searches_service_error.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/stores/recent_searches_store.js
@@ -2308,7 +2323,6 @@
%%WWWDIR%%/app/assets/javascripts/gl_form.js
%%WWWDIR%%/app/assets/javascripts/gpg_badges.js
%%WWWDIR%%/app/assets/javascripts/group.js
-%%WWWDIR%%/app/assets/javascripts/group_avatar.js
%%WWWDIR%%/app/assets/javascripts/group_label_subscription.js
%%WWWDIR%%/app/assets/javascripts/groups/components/app.vue
%%WWWDIR%%/app/assets/javascripts/groups/components/group_folder.vue
@@ -2333,6 +2347,7 @@
%%WWWDIR%%/app/assets/javascripts/help/help.js
%%WWWDIR%%/app/assets/javascripts/helpers/avatar_helper.js
%%WWWDIR%%/app/assets/javascripts/helpers/issuables_helper.js
+%%WWWDIR%%/app/assets/javascripts/helpers/monitor_helper.js
%%WWWDIR%%/app/assets/javascripts/how_to_merge.js
%%WWWDIR%%/app/assets/javascripts/ide/components/activity_bar.vue
%%WWWDIR%%/app/assets/javascripts/ide/components/branches/item.vue
@@ -2518,6 +2533,7 @@
%%WWWDIR%%/app/assets/javascripts/issue_show/mixins/update.js
%%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js
%%WWWDIR%%/app/assets/javascripts/issue_show/stores/index.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/utils/parse_data.js
%%WWWDIR%%/app/assets/javascripts/issue_status_select.js
%%WWWDIR%%/app/assets/javascripts/jobs/components/artifacts_block.vue
%%WWWDIR%%/app/assets/javascripts/jobs/components/commit_block.vue
@@ -2534,6 +2550,7 @@
%%WWWDIR%%/app/assets/javascripts/jobs/components/stages_dropdown.vue
%%WWWDIR%%/app/assets/javascripts/jobs/components/stuck_block.vue
%%WWWDIR%%/app/assets/javascripts/jobs/components/trigger_block.vue
+%%WWWDIR%%/app/assets/javascripts/jobs/components/unmet_prerequisites_block.vue
%%WWWDIR%%/app/assets/javascripts/jobs/index.js
%%WWWDIR%%/app/assets/javascripts/jobs/mixins/delayed_job_mixin.js
%%WWWDIR%%/app/assets/javascripts/jobs/store/actions.js
@@ -2555,6 +2572,7 @@
%%WWWDIR%%/app/assets/javascripts/lib/utils/accessor.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/ace_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/ajax_cache.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/autosave.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/axios_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/cache.js
@@ -2566,6 +2584,7 @@
%%WWWDIR%%/app/assets/javascripts/lib/utils/dom_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/file_upload.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/grammar.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/highlight.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/http_status.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/icon_utils.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/image_utility.js
@@ -2618,6 +2637,7 @@
%%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_bundle.js
%%WWWDIR%%/app/assets/javascripts/monitoring/services/monitoring_service.js
%%WWWDIR%%/app/assets/javascripts/monitoring/stores/monitoring_store.js
+%%WWWDIR%%/app/assets/javascripts/monitoring/utils.js
%%WWWDIR%%/app/assets/javascripts/mr_notes/index.js
%%WWWDIR%%/app/assets/javascripts/mr_notes/init_notes.js
%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/actions.js
@@ -2626,6 +2646,10 @@
%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/modules/index.js
%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/mutations.js
+%%WWWDIR%%/app/assets/javascripts/mr_popover/components/mr_popover.vue
+%%WWWDIR%%/app/assets/javascripts/mr_popover/constants.js
+%%WWWDIR%%/app/assets/javascripts/mr_popover/index.js
+%%WWWDIR%%/app/assets/javascripts/mr_popover/queries/merge_request.graphql
%%WWWDIR%%/app/assets/javascripts/namespace_select.js
%%WWWDIR%%/app/assets/javascripts/network/branch_graph.js
%%WWWDIR%%/app/assets/javascripts/network/raphael.js
@@ -2731,6 +2755,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/groups/clusters/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/clusters/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/clusters/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/details/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/edit/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/group_members/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/index.js
@@ -2745,7 +2770,8 @@
%%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/group_tabs.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/shared/group_details.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/shared/group_tabs.js
%%WWWDIR%%/app/assets/javascripts/pages/groups/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/help/index/index.js
%%WWWDIR%%/app/assets/javascripts/pages/help/show/index.js
@@ -2946,7 +2972,9 @@
%%WWWDIR%%/app/assets/javascripts/pipelines/constants.js
%%WWWDIR%%/app/assets/javascripts/pipelines/event_hub.js
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_component_mixin.js
+%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_pipeline_bundle_mixin.js
%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/pipelines.js
+%%WWWDIR%%/app/assets/javascripts/pipelines/mixins/stage_column_mixin.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_bundle.js
%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_mediator.js
%%WWWDIR%%/app/assets/javascripts/pipelines/services/pipeline_service.js
@@ -3009,6 +3037,13 @@
%%WWWDIR%%/app/assets/javascripts/registry/stores/mutation_types.js
%%WWWDIR%%/app/assets/javascripts/registry/stores/mutations.js
%%WWWDIR%%/app/assets/javascripts/registry/stores/state.js
+%%WWWDIR%%/app/assets/javascripts/related_merge_requests/components/related_merge_requests.vue
+%%WWWDIR%%/app/assets/javascripts/related_merge_requests/index.js
+%%WWWDIR%%/app/assets/javascripts/related_merge_requests/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/related_merge_requests/store/index.js
+%%WWWDIR%%/app/assets/javascripts/related_merge_requests/store/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/related_merge_requests/store/mutations.js
+%%WWWDIR%%/app/assets/javascripts/related_merge_requests/store/state.js
%%WWWDIR%%/app/assets/javascripts/releases/components/app.vue
%%WWWDIR%%/app/assets/javascripts/releases/components/release_block.vue
%%WWWDIR%%/app/assets/javascripts/releases/index.js
@@ -3038,18 +3073,25 @@
%%WWWDIR%%/app/assets/javascripts/reports/store/utils.js
%%WWWDIR%%/app/assets/javascripts/right_sidebar.js
%%WWWDIR%%/app/assets/javascripts/search_autocomplete.js
+%%WWWDIR%%/app/assets/javascripts/serverless/components/area.vue
%%WWWDIR%%/app/assets/javascripts/serverless/components/empty_state.vue
%%WWWDIR%%/app/assets/javascripts/serverless/components/environment_row.vue
%%WWWDIR%%/app/assets/javascripts/serverless/components/function_details.vue
%%WWWDIR%%/app/assets/javascripts/serverless/components/function_row.vue
%%WWWDIR%%/app/assets/javascripts/serverless/components/functions.vue
+%%WWWDIR%%/app/assets/javascripts/serverless/components/missing_prometheus.vue
%%WWWDIR%%/app/assets/javascripts/serverless/components/pod_box.vue
%%WWWDIR%%/app/assets/javascripts/serverless/components/url.vue
+%%WWWDIR%%/app/assets/javascripts/serverless/constants.js
%%WWWDIR%%/app/assets/javascripts/serverless/event_hub.js
%%WWWDIR%%/app/assets/javascripts/serverless/serverless_bundle.js
-%%WWWDIR%%/app/assets/javascripts/serverless/services/get_functions_service.js
-%%WWWDIR%%/app/assets/javascripts/serverless/stores/serverless_details_store.js
-%%WWWDIR%%/app/assets/javascripts/serverless/stores/serverless_store.js
+%%WWWDIR%%/app/assets/javascripts/serverless/store/actions.js
+%%WWWDIR%%/app/assets/javascripts/serverless/store/getters.js
+%%WWWDIR%%/app/assets/javascripts/serverless/store/index.js
+%%WWWDIR%%/app/assets/javascripts/serverless/store/mutation_types.js
+%%WWWDIR%%/app/assets/javascripts/serverless/store/mutations.js
+%%WWWDIR%%/app/assets/javascripts/serverless/store/state.js
+%%WWWDIR%%/app/assets/javascripts/serverless/utils.js
%%WWWDIR%%/app/assets/javascripts/set_status_modal/emoji_menu_in_modal.js
%%WWWDIR%%/app/assets/javascripts/set_status_modal/event_hub.js
%%WWWDIR%%/app/assets/javascripts/set_status_modal/set_status_modal_trigger.vue
@@ -3118,6 +3160,7 @@
%%WWWDIR%%/app/assets/javascripts/version_check_image.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_alert_message.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_container.vue
@@ -3153,6 +3196,7 @@
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/squash_before_merge.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/unresolved_discussions.vue
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/work_in_progress.vue
+%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/constants.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/event_hub.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/index.js
%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/mixins/mr_widget_pipeline.js
@@ -3211,12 +3255,14 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/issue/issue_milestone.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/issue/issue_warning.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/issue/related_issuable_item.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/lib/utils/diff_utils.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/lib/utils/dom_utils.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/loading_button.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/field.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/header.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestion_diff.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestion_diff_header.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestion_diff_row.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestions.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar_button.vue
@@ -3232,7 +3278,10 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pikaday.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/project_avatar/default.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/project_avatar/image.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/project_selector/project_list_item.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/project_selector/project_selector.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/recaptcha_modal.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/resizable_chart/resizable_chart_container.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/select2_select.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_calendar_icon.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_grouped_date_picker.vue
@@ -3246,6 +3295,8 @@
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_title.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_collapsed.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_regular_label.vue
+%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_scoped_label.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/toggle_sidebar.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/smart_virtual_list.vue
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/stacked_progress_bar.vue
@@ -3284,7 +3335,9 @@
%%WWWDIR%%/app/assets/stylesheets/behaviors.scss
%%WWWDIR%%/app/assets/stylesheets/bootstrap.scss
%%WWWDIR%%/app/assets/stylesheets/bootstrap_migration.scss
+%%WWWDIR%%/app/assets/stylesheets/components/dashboard_skeleton.scss
%%WWWDIR%%/app/assets/stylesheets/components/popover.scss
+%%WWWDIR%%/app/assets/stylesheets/components/project_list_item.scss
%%WWWDIR%%/app/assets/stylesheets/components/related_items_list.scss
%%WWWDIR%%/app/assets/stylesheets/csslab.scss
%%WWWDIR%%/app/assets/stylesheets/emoji_sprites.scss
@@ -3340,6 +3393,7 @@
%%WWWDIR%%/app/assets/stylesheets/framework/selects.scss
%%WWWDIR%%/app/assets/stylesheets/framework/sidebar.scss
%%WWWDIR%%/app/assets/stylesheets/framework/snippets.scss
+%%WWWDIR%%/app/assets/stylesheets/framework/sortable.scss
%%WWWDIR%%/app/assets/stylesheets/framework/spinner.scss
%%WWWDIR%%/app/assets/stylesheets/framework/stacked_progress_bar.scss
%%WWWDIR%%/app/assets/stylesheets/framework/system_messages.scss
@@ -3398,6 +3452,7 @@
%%WWWDIR%%/app/assets/stylesheets/pages/merge_conflicts.scss
%%WWWDIR%%/app/assets/stylesheets/pages/merge_requests.scss
%%WWWDIR%%/app/assets/stylesheets/pages/milestone.scss
+%%WWWDIR%%/app/assets/stylesheets/pages/monitor.scss
%%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss
%%WWWDIR%%/app/assets/stylesheets/pages/notes.scss
%%WWWDIR%%/app/assets/stylesheets/pages/notifications.scss
@@ -3424,6 +3479,7 @@
%%WWWDIR%%/app/assets/stylesheets/print.scss
%%WWWDIR%%/app/assets/stylesheets/snippets.scss
%%WWWDIR%%/app/assets/stylesheets/test.scss
+%%WWWDIR%%/app/assets/stylesheets/utilities.scss
%%WWWDIR%%/app/controllers/abuse_reports_controller.rb
%%WWWDIR%%/app/controllers/admin/abuse_reports_controller.rb
%%WWWDIR%%/app/controllers/admin/appearances_controller.rb
@@ -3466,6 +3522,7 @@
%%WWWDIR%%/app/controllers/clusters/clusters_controller.rb
%%WWWDIR%%/app/controllers/concerns/accepts_pending_invitations.rb
%%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb
+%%WWWDIR%%/app/controllers/concerns/boards_actions.rb
%%WWWDIR%%/app/controllers/concerns/boards_responses.rb
%%WWWDIR%%/app/controllers/concerns/checks_collaboration.rb
%%WWWDIR%%/app/controllers/concerns/continue_params.rb
@@ -3606,6 +3663,7 @@
%%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/prometheus_api_controller.rb
%%WWWDIR%%/app/controllers/projects/environments_controller.rb
%%WWWDIR%%/app/controllers/projects/error_tracking_controller.rb
%%WWWDIR%%/app/controllers/projects/find_file_controller.rb
@@ -3766,6 +3824,7 @@
%%WWWDIR%%/app/graphql/types/base_object.rb
%%WWWDIR%%/app/graphql/types/base_scalar.rb
%%WWWDIR%%/app/graphql/types/base_union.rb
+%%WWWDIR%%/app/graphql/types/ci/detailed_status_type.rb
%%WWWDIR%%/app/graphql/types/ci/pipeline_status_enum.rb
%%WWWDIR%%/app/graphql/types/ci/pipeline_type.rb
%%WWWDIR%%/app/graphql/types/issuable_state_enum.rb
@@ -3916,6 +3975,7 @@
%%WWWDIR%%/app/models/application_record.rb
%%WWWDIR%%/app/models/application_setting.rb
%%WWWDIR%%/app/models/application_setting/term.rb
+%%WWWDIR%%/app/models/application_setting_implementation.rb
%%WWWDIR%%/app/models/audit_event.rb
%%WWWDIR%%/app/models/award_emoji.rb
%%WWWDIR%%/app/models/badge.rb
@@ -4059,6 +4119,7 @@
%%WWWDIR%%/app/models/concerns/iid_routes.rb
%%WWWDIR%%/app/models/concerns/importable.rb
%%WWWDIR%%/app/models/concerns/issuable.rb
+%%WWWDIR%%/app/models/concerns/issuable_states.rb
%%WWWDIR%%/app/models/concerns/label_eventable.rb
%%WWWDIR%%/app/models/concerns/loaded_in_group_list.rb
%%WWWDIR%%/app/models/concerns/manual_inverse_association.rb
@@ -4197,6 +4258,7 @@
%%WWWDIR%%/app/models/members_preloader.rb
%%WWWDIR%%/app/models/merge_request.rb
%%WWWDIR%%/app/models/merge_request/metrics.rb
+%%WWWDIR%%/app/models/merge_request_assignee.rb
%%WWWDIR%%/app/models/merge_request_diff.rb
%%WWWDIR%%/app/models/merge_request_diff_commit.rb
%%WWWDIR%%/app/models/merge_request_diff_file.rb
@@ -4257,6 +4319,7 @@
%%WWWDIR%%/app/models/project_services/flowdock_service.rb
%%WWWDIR%%/app/models/project_services/gitlab_issue_tracker_service.rb
%%WWWDIR%%/app/models/project_services/hangouts_chat_service.rb
+%%WWWDIR%%/app/models/project_services/hipchat_service.rb
%%WWWDIR%%/app/models/project_services/irker_service.rb
%%WWWDIR%%/app/models/project_services/issue_tracker_service.rb
%%WWWDIR%%/app/models/project_services/jira_service.rb
@@ -4305,6 +4368,7 @@
%%WWWDIR%%/app/models/route.rb
%%WWWDIR%%/app/models/security_event.rb
%%WWWDIR%%/app/models/sent_notification.rb
+%%WWWDIR%%/app/models/serverless/function.rb
%%WWWDIR%%/app/models/service.rb
%%WWWDIR%%/app/models/shard.rb
%%WWWDIR%%/app/models/snippet.rb
@@ -4361,6 +4425,7 @@
%%WWWDIR%%/app/policies/group_label_policy.rb
%%WWWDIR%%/app/policies/group_member_policy.rb
%%WWWDIR%%/app/policies/group_policy.rb
+%%WWWDIR%%/app/policies/identity_provider_policy.rb
%%WWWDIR%%/app/policies/issuable_policy.rb
%%WWWDIR%%/app/policies/issue_policy.rb
%%WWWDIR%%/app/policies/merge_request_policy.rb
@@ -4381,6 +4446,7 @@
%%WWWDIR%%/app/presenters/README.md
%%WWWDIR%%/app/presenters/blob_presenter.rb
%%WWWDIR%%/app/presenters/blobs/unfold_presenter.rb
+%%WWWDIR%%/app/presenters/ci/bridge_presenter.rb
%%WWWDIR%%/app/presenters/ci/build_metadata_presenter.rb
%%WWWDIR%%/app/presenters/ci/build_presenter.rb
%%WWWDIR%%/app/presenters/ci/build_runner_presenter.rb
@@ -4531,6 +4597,7 @@
%%WWWDIR%%/app/serializers/stage_serializer.rb
%%WWWDIR%%/app/serializers/submodule_entity.rb
%%WWWDIR%%/app/serializers/suggestion_entity.rb
+%%WWWDIR%%/app/serializers/suggestion_serializer.rb
%%WWWDIR%%/app/serializers/test_case_entity.rb
%%WWWDIR%%/app/serializers/test_reports_comparer_entity.rb
%%WWWDIR%%/app/serializers/test_reports_comparer_serializer.rb
@@ -4583,6 +4650,7 @@
%%WWWDIR%%/app/services/ci/extract_sections_from_build_trace_service.rb
%%WWWDIR%%/app/services/ci/pipeline_trigger_service.rb
%%WWWDIR%%/app/services/ci/play_build_service.rb
+%%WWWDIR%%/app/services/ci/prepare_build_service.rb
%%WWWDIR%%/app/services/ci/process_build_service.rb
%%WWWDIR%%/app/services/ci/process_pipeline_service.rb
%%WWWDIR%%/app/services/ci/register_job_service.rb
@@ -4623,9 +4691,11 @@
%%WWWDIR%%/app/services/compare_service.rb
%%WWWDIR%%/app/services/concerns/exclusive_lease_guard.rb
%%WWWDIR%%/app/services/concerns/issues/resolve_discussions.rb
+%%WWWDIR%%/app/services/concerns/suggestible.rb
%%WWWDIR%%/app/services/concerns/update_visibility_level.rb
%%WWWDIR%%/app/services/concerns/users/new_user_notifier.rb
%%WWWDIR%%/app/services/concerns/users/participable_service.rb
+%%WWWDIR%%/app/services/concerns/validates_classification_label.rb
%%WWWDIR%%/app/services/create_branch_service.rb
%%WWWDIR%%/app/services/create_snippet_service.rb
%%WWWDIR%%/app/services/delete_branch_service.rb
@@ -4649,10 +4719,11 @@
%%WWWDIR%%/app/services/files/delete_service.rb
%%WWWDIR%%/app/services/files/multi_service.rb
%%WWWDIR%%/app/services/files/update_service.rb
-%%WWWDIR%%/app/services/git_push_service.rb
-%%WWWDIR%%/app/services/git_tag_push_service.rb
+%%WWWDIR%%/app/services/git/branch_push_service.rb
+%%WWWDIR%%/app/services/git/tag_push_service.rb
%%WWWDIR%%/app/services/gpg_keys/create_service.rb
%%WWWDIR%%/app/services/gravatar_service.rb
+%%WWWDIR%%/app/services/groups/auto_devops_service.rb
%%WWWDIR%%/app/services/groups/base_service.rb
%%WWWDIR%%/app/services/groups/create_service.rb
%%WWWDIR%%/app/services/groups/destroy_service.rb
@@ -4721,7 +4792,9 @@
%%WWWDIR%%/app/services/merge_requests/merge_service.rb
%%WWWDIR%%/app/services/merge_requests/merge_to_ref_service.rb
%%WWWDIR%%/app/services/merge_requests/merge_when_pipeline_succeeds_service.rb
+%%WWWDIR%%/app/services/merge_requests/migrate_external_diffs_service.rb
%%WWWDIR%%/app/services/merge_requests/post_merge_service.rb
+%%WWWDIR%%/app/services/merge_requests/push_options_handler_service.rb
%%WWWDIR%%/app/services/merge_requests/rebase_service.rb
%%WWWDIR%%/app/services/merge_requests/refresh_service.rb
%%WWWDIR%%/app/services/merge_requests/reload_diffs_service.rb
@@ -4817,6 +4890,7 @@
%%WWWDIR%%/app/services/projects/update_remote_mirror_service.rb
%%WWWDIR%%/app/services/projects/update_service.rb
%%WWWDIR%%/app/services/prometheus/adapter_service.rb
+%%WWWDIR%%/app/services/prometheus/proxy_service.rb
%%WWWDIR%%/app/services/protected_branches/access_level_params.rb
%%WWWDIR%%/app/services/protected_branches/api_service.rb
%%WWWDIR%%/app/services/protected_branches/create_service.rb
@@ -4850,6 +4924,7 @@
%%WWWDIR%%/app/services/submodules/update_service.rb
%%WWWDIR%%/app/services/suggestions/apply_service.rb
%%WWWDIR%%/app/services/suggestions/create_service.rb
+%%WWWDIR%%/app/services/suggestions/outdate_service.rb
%%WWWDIR%%/app/services/system_hooks_service.rb
%%WWWDIR%%/app/services/system_note_service.rb
%%WWWDIR%%/app/services/tags/create_service.rb
@@ -4915,8 +4990,8 @@
%%WWWDIR%%/app/validators/color_validator.rb
%%WWWDIR%%/app/validators/cron_timezone_validator.rb
%%WWWDIR%%/app/validators/cron_validator.rb
+%%WWWDIR%%/app/validators/devise_email_validator.rb
%%WWWDIR%%/app/validators/duration_validator.rb
-%%WWWDIR%%/app/validators/email_validator.rb
%%WWWDIR%%/app/validators/js_regex_validator.rb
%%WWWDIR%%/app/validators/key_restriction_validator.rb
%%WWWDIR%%/app/validators/line_code_validator.rb
@@ -4928,6 +5003,7 @@
%%WWWDIR%%/app/validators/top_level_group_validator.rb
%%WWWDIR%%/app/validators/url_validator.rb
%%WWWDIR%%/app/validators/variable_duplicates_validator.rb
+%%WWWDIR%%/app/validators/x509_certificate_credentials_validator.rb
%%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml
%%WWWDIR%%/app/views/abuse_report_mailer/notify.text.haml
%%WWWDIR%%/app/views/abuse_reports/new.html.haml
@@ -4942,6 +5018,7 @@
%%WWWDIR%%/app/views/admin/application_settings/_ci_cd.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_diff_limits.html.haml
%%WWWDIR%%/app/views/admin/application_settings/_email.html.haml
+%%WWWDIR%%/app/views/admin/application_settings/_external_authorization_service_form.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
@@ -5227,8 +5304,10 @@
%%WWWDIR%%/app/views/groups/settings/_general.html.haml
%%WWWDIR%%/app/views/groups/settings/_lfs.html.haml
%%WWWDIR%%/app/views/groups/settings/_permissions.html.haml
+%%WWWDIR%%/app/views/groups/settings/_project_creation_level.html.haml
%%WWWDIR%%/app/views/groups/settings/_two_factor_auth.html.haml
%%WWWDIR%%/app/views/groups/settings/badges/index.html.haml
+%%WWWDIR%%/app/views/groups/settings/ci_cd/_auto_devops_form.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
@@ -5319,6 +5398,7 @@
%%WWWDIR%%/app/views/layouts/mailer.text.erb
%%WWWDIR%%/app/views/layouts/mailer/devise.html.haml
%%WWWDIR%%/app/views/layouts/nav/_breadcrumbs.html.haml
+%%WWWDIR%%/app/views/layouts/nav/_classification_level_banner.html.haml
%%WWWDIR%%/app/views/layouts/nav/_dashboard.html.haml
%%WWWDIR%%/app/views/layouts/nav/_explore.html.haml
%%WWWDIR%%/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
@@ -5450,7 +5530,9 @@
%%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/_email_settings.html.haml
%%WWWDIR%%/app/views/profiles/_event_table.html.haml
+%%WWWDIR%%/app/views/profiles/accounts/_providers.html.haml
%%WWWDIR%%/app/views/profiles/accounts/show.html.haml
%%WWWDIR%%/app/views/profiles/active_sessions/_active_session.html.haml
%%WWWDIR%%/app/views/profiles/active_sessions/index.html.haml
@@ -5469,6 +5551,7 @@
%%WWWDIR%%/app/views/profiles/keys/_key_table.html.haml
%%WWWDIR%%/app/views/profiles/keys/index.html.haml
%%WWWDIR%%/app/views/profiles/keys/show.html.haml
+%%WWWDIR%%/app/views/profiles/notifications/_email_settings.html.haml
%%WWWDIR%%/app/views/profiles/notifications/_group_settings.html.haml
%%WWWDIR%%/app/views/profiles/notifications/_project_settings.html.haml
%%WWWDIR%%/app/views/profiles/notifications/show.html.haml
@@ -5484,6 +5567,7 @@
%%WWWDIR%%/app/views/profiles/two_factor_auths/show.html.haml
%%WWWDIR%%/app/views/projects/_activity.html.haml
%%WWWDIR%%/app/views/projects/_bitbucket_import_modal.html.haml
+%%WWWDIR%%/app/views/projects/_classification_policy_settings.html.haml
%%WWWDIR%%/app/views/projects/_commit_button.html.haml
%%WWWDIR%%/app/views/projects/_customize_workflow.html.haml
%%WWWDIR%%/app/views/projects/_deletion_failed.html.haml
@@ -5681,12 +5765,10 @@
%%WWWDIR%%/app/views/projects/imports/new.html.haml
%%WWWDIR%%/app/views/projects/imports/show.html.haml
%%WWWDIR%%/app/views/projects/issues/_by_email_description.html.haml
-%%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml
%%WWWDIR%%/app/views/projects/issues/_discussion.html.haml
%%WWWDIR%%/app/views/projects/issues/_form.html.haml
%%WWWDIR%%/app/views/projects/issues/_issue.html.haml
%%WWWDIR%%/app/views/projects/issues/_issues.html.haml
-%%WWWDIR%%/app/views/projects/issues/_merge_requests.html.haml
%%WWWDIR%%/app/views/projects/issues/_merge_requests_status.html.haml
%%WWWDIR%%/app/views/projects/issues/_nav_btns.html.haml
%%WWWDIR%%/app/views/projects/issues/_new_branch.html.haml
@@ -5930,13 +6012,14 @@
%%WWWDIR%%/app/views/search/results/_note.html.haml
%%WWWDIR%%/app/views/search/results/_snippet_blob.html.haml
%%WWWDIR%%/app/views/search/results/_snippet_title.html.haml
+%%WWWDIR%%/app/views/search/results/_user.html.haml
%%WWWDIR%%/app/views/search/results/_wiki_blob.html.haml
%%WWWDIR%%/app/views/search/show.html.haml
%%WWWDIR%%/app/views/sent_notifications/unsubscribe.html.haml
%%WWWDIR%%/app/views/shared/_allow_request_access.html.haml
%%WWWDIR%%/app/views/shared/_auto_devops_callout.html.haml
%%WWWDIR%%/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml
-%%WWWDIR%%/app/views/shared/_choose_group_avatar_button.html.haml
+%%WWWDIR%%/app/views/shared/_choose_avatar_button.html.haml
%%WWWDIR%%/app/views/shared/_clone_panel.html.haml
%%WWWDIR%%/app/views/shared/_commit_message_container.html.haml
%%WWWDIR%%/app/views/shared/_commit_well.html.haml
@@ -6277,6 +6360,7 @@
%%WWWDIR%%/app/workers/build_trace_sections_worker.rb
%%WWWDIR%%/app/workers/chat_notification_worker.rb
%%WWWDIR%%/app/workers/ci/archive_traces_cron_worker.rb
+%%WWWDIR%%/app/workers/ci/build_prepare_worker.rb
%%WWWDIR%%/app/workers/ci/build_schedule_worker.rb
%%WWWDIR%%/app/workers/ci/build_trace_chunk_flush_worker.rb
%%WWWDIR%%/app/workers/cleanup_container_repository_worker.rb
@@ -6358,6 +6442,7 @@
%%WWWDIR%%/app/workers/mail_scheduler/issue_due_worker.rb
%%WWWDIR%%/app/workers/mail_scheduler/notification_service_worker.rb
%%WWWDIR%%/app/workers/merge_worker.rb
+%%WWWDIR%%/app/workers/migrate_external_diffs_worker.rb
%%WWWDIR%%/app/workers/namespaceless_project_destroy_worker.rb
%%WWWDIR%%/app/workers/new_issue_worker.rb
%%WWWDIR%%/app/workers/new_merge_request_worker.rb
@@ -6407,6 +6492,7 @@
%%WWWDIR%%/app/workers/repository_update_remote_mirror_worker.rb
%%WWWDIR%%/app/workers/requests_profiles_worker.rb
%%WWWDIR%%/app/workers/run_pipeline_schedule_worker.rb
+%%WWWDIR%%/app/workers/schedule_migrate_external_diffs_worker.rb
%%WWWDIR%%/app/workers/stage_update_worker.rb
%%WWWDIR%%/app/workers/stuck_ci_jobs_worker.rb
%%WWWDIR%%/app/workers/stuck_import_jobs_worker.rb
@@ -6458,6 +6544,7 @@
%%WWWDIR%%/config/environments/development.rb
%%WWWDIR%%/config/environments/production.rb
%%WWWDIR%%/config/environments/test.rb
+%%WWWDIR%%/config/helpers/is_ee_env.js
%%WWWDIR%%/config/initializers/01_secret_token.rb
%%WWWDIR%%/config/initializers/0_acts_as_taggable.rb
%%WWWDIR%%/config/initializers/0_as_concern.rb
@@ -6519,6 +6606,8 @@
%%WWWDIR%%/config/initializers/grpc.rb
%%WWWDIR%%/config/initializers/hamlit.rb
%%WWWDIR%%/config/initializers/health_check.rb
+%%WWWDIR%%/config/initializers/hipchat_client_patch.rb
+%%WWWDIR%%/config/initializers/jira.rb
%%WWWDIR%%/config/initializers/kaminari_active_record_relation_methods_with_limit.rb
%%WWWDIR%%/config/initializers/kaminari_config.rb
%%WWWDIR%%/config/initializers/lograge.rb
@@ -6618,18 +6707,20 @@
%%WWWDIR%%/danger/eslint/Dangerfile
%%WWWDIR%%/danger/frozen_string/Dangerfile
%%WWWDIR%%/danger/gemfile/Dangerfile
+%%WWWDIR%%/danger/gitlab_ui_wg/Dangerfile
%%WWWDIR%%/danger/metadata/Dangerfile
%%WWWDIR%%/danger/plugins/helper.rb
%%WWWDIR%%/danger/prettier/Dangerfile
%%WWWDIR%%/danger/roulette/Dangerfile
+%%WWWDIR%%/danger/single_codebase/Dangerfile
%%WWWDIR%%/danger/specs/Dangerfile
%%WWWDIR%%/db/fixtures/development/01_admin.rb
-%%WWWDIR%%/db/fixtures/development/03_settings.rb
-%%WWWDIR%%/db/fixtures/development/04_project.rb
+%%WWWDIR%%/db/fixtures/development/02_application_settings.rb
+%%WWWDIR%%/db/fixtures/development/03_project.rb
+%%WWWDIR%%/db/fixtures/development/04_labels.rb
%%WWWDIR%%/db/fixtures/development/05_users.rb
%%WWWDIR%%/db/fixtures/development/06_teams.rb
%%WWWDIR%%/db/fixtures/development/07_milestones.rb
-%%WWWDIR%%/db/fixtures/development/08_settings.rb
%%WWWDIR%%/db/fixtures/development/09_issues.rb
%%WWWDIR%%/db/fixtures/development/10_merge_requests.rb
%%WWWDIR%%/db/fixtures/development/11_keys.rb
@@ -6643,9 +6734,9 @@
%%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/development/23_spam_logs.rb
%%WWWDIR%%/db/fixtures/development/24_forks.rb
+%%WWWDIR%%/db/fixtures/development/25_api_personal_access_token.rb
%%WWWDIR%%/db/fixtures/development/99_common_metrics.rb
%%WWWDIR%%/db/fixtures/production/001_application_settings.rb
%%WWWDIR%%/db/fixtures/production/002_admin.rb
@@ -7351,12 +7442,14 @@
%%WWWDIR%%/db/migrate/20171204204233_add_permanent_to_redirect_route.rb
%%WWWDIR%%/db/migrate/20171206221519_add_permanent_index_to_redirect_route.rb
%%WWWDIR%%/db/migrate/20171207185153_add_merge_request_state_index.rb
+%%WWWDIR%%/db/migrate/20171211131502_add_external_classification_authorization_settings_to_appliction_settings.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
+%%WWWDIR%%/db/migrate/20171218140451_add_external_authorization_service_classification_label_to_projects.rb
%%WWWDIR%%/db/migrate/20171220191323_add_index_on_namespaces_lower_name.rb
%%WWWDIR%%/db/migrate/20171222115326_add_confidential_note_events_to_web_hooks.rb
%%WWWDIR%%/db/migrate/20171222183504_add_jobs_cache_index_to_project.rb
@@ -7411,7 +7504,9 @@
%%WWWDIR%%/db/migrate/20180308125206_add_user_internal_regex_to_application_setting.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/20180314100728_add_external_authorization_service_timeout_to_application_settings.rb
%%WWWDIR%%/db/migrate/20180314145917_add_header_and_footer_banners_to_appearances_table.rb
+%%WWWDIR%%/db/migrate/20180315160435_add_external_auth_mutual_tls_fields_to_project_settings.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
@@ -7578,7 +7673,6 @@
%%WWWDIR%%/db/migrate/20190103140724_make_legacy_false_default.rb
%%WWWDIR%%/db/migrate/20190104182041_cleanup_legacy_artifact_migration.rb
%%WWWDIR%%/db/migrate/20190107151020_add_services_type_index.rb
-%%WWWDIR%%/db/migrate/20190107151029_remove_hipchat_services.rb
%%WWWDIR%%/db/migrate/20190108192941_remove_partial_index_from_ci_builds_artifacts_file.rb
%%WWWDIR%%/db/migrate/20190109153125_add_merge_request_external_diffs.rb
%%WWWDIR%%/db/migrate/20190114172110_add_domain_to_cluster.rb
@@ -7587,15 +7681,25 @@
%%WWWDIR%%/db/migrate/20190116234221_add_sorting_fields_to_user_preference.rb
%%WWWDIR%%/db/migrate/20190130091630_add_local_cached_markdown_version.rb
%%WWWDIR%%/db/migrate/20190206193120_add_index_to_tags.rb
+%%WWWDIR%%/db/migrate/20190211131150_add_state_id_to_issuables.rb
%%WWWDIR%%/db/migrate/20190215154930_add_merge_pipelines_enabled_to_ci_cd_settings.rb
%%WWWDIR%%/db/migrate/20190218134158_add_masked_to_ci_variables.rb
%%WWWDIR%%/db/migrate/20190218134209_add_masked_to_ci_group_variables.rb
%%WWWDIR%%/db/migrate/20190220142344_add_email_header_and_footer_enabled_flag_to_appearances_table.rb
%%WWWDIR%%/db/migrate/20190220150130_add_extra_shas_to_ci_pipelines.rb
+%%WWWDIR%%/db/migrate/20190222051615_add_indexes_for_merge_request_diffs_query.rb
+%%WWWDIR%%/db/migrate/20190225152525_add_auto_dev_ops_enabled_to_namespaces.rb
%%WWWDIR%%/db/migrate/20190225160300_steal_encrypt_runners_tokens.rb
%%WWWDIR%%/db/migrate/20190225160301_add_runner_tokens_indexes.rb
+%%WWWDIR%%/db/migrate/20190228192410_add_multi_line_attributes_to_suggestion.rb
%%WWWDIR%%/db/migrate/20190301182457_add_external_hostname_to_ingress_and_knative.rb
+%%WWWDIR%%/db/migrate/20190311132500_add_default_project_creation_application_setting.rb
+%%WWWDIR%%/db/migrate/20190311132527_add_project_creation_level_to_namespaces.rb
%%WWWDIR%%/db/migrate/20190312071108_add_detected_repository_languages_to_projects.rb
+%%WWWDIR%%/db/migrate/20190315191339_create_merge_request_assignees_table.rb
+%%WWWDIR%%/db/migrate/20190325080727_truncate_user_fullname.rb
+%%WWWDIR%%/db/migrate/20190325165127_add_managed_to_cluster.rb
+%%WWWDIR%%/db/migrate/20190326164045_import_common_metrics_knative.rb
%%WWWDIR%%/db/migrate/gpg_keys_limits_to_mysql.rb
%%WWWDIR%%/db/migrate/limits_ci_build_trace_chunks_raw_data_for_mysql.rb
%%WWWDIR%%/db/migrate/limits_to_mysql.rb
@@ -7789,19 +7893,27 @@
%%WWWDIR%%/db/post_migrate/20190124200344_migrate_storage_migrator_sidekiq_queue.rb
%%WWWDIR%%/db/post_migrate/20190131122559_fix_null_type_labels.rb
%%WWWDIR%%/db/post_migrate/20190204115450_migrate_auto_dev_ops_domain_to_cluster_domain.rb
+%%WWWDIR%%/db/post_migrate/20190214112022_schedule_sync_issuables_state_id.rb
%%WWWDIR%%/db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb
+%%WWWDIR%%/db/post_migrate/20190313092516_clean_up_noteable_id_for_notes_on_commits.rb
+%%WWWDIR%%/db/post_migrate/20190322132835_schedule_populate_merge_request_assignees_table.rb
+%%WWWDIR%%/db/post_migrate/20190325111602_rename_v2_root_namespaces.rb
@(git,,) %%WWWDIR%%/db/schema.rb
%%WWWDIR%%/db/seeds.rb
%%WWWDIR%%/doc/README.md
%%WWWDIR%%/doc/administration/auth/README.md
%%WWWDIR%%/doc/administration/auth/authentiq.md
%%WWWDIR%%/doc/administration/auth/crowd.md
+%%WWWDIR%%/doc/administration/auth/google_secure_ldap.md
%%WWWDIR%%/doc/administration/auth/how_to_configure_ldap_gitlab_ce/img/gitlab_ou.png
%%WWWDIR%%/doc/administration/auth/how_to_configure_ldap_gitlab_ce/img/ldap_ou.gif
%%WWWDIR%%/doc/administration/auth/how_to_configure_ldap_gitlab_ce/img/user_auth.gif
%%WWWDIR%%/doc/administration/auth/how_to_configure_ldap_gitlab_ce/index.md
%%WWWDIR%%/doc/administration/auth/img/crowd_application.png
%%WWWDIR%%/doc/administration/auth/img/crowd_application_authorisation.png
+%%WWWDIR%%/doc/administration/auth/img/google_secure_ldap_add_step_1.png
+%%WWWDIR%%/doc/administration/auth/img/google_secure_ldap_add_step_2.png
+%%WWWDIR%%/doc/administration/auth/img/google_secure_ldap_client_settings.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
@@ -7904,6 +8016,7 @@
%%WWWDIR%%/doc/administration/troubleshooting/gdb-stuck-ruby.txt
%%WWWDIR%%/doc/administration/troubleshooting/sidekiq.md
%%WWWDIR%%/doc/administration/uploads.md
+%%WWWDIR%%/doc/administration/user_settings.md
%%WWWDIR%%/doc/api/README.md
%%WWWDIR%%/doc/api/access_requests.md
%%WWWDIR%%/doc/api/applications.md
@@ -8007,6 +8120,7 @@
%%WWWDIR%%/doc/ci/docker/using_kaniko.md
%%WWWDIR%%/doc/ci/enable_or_disable_ci.md
%%WWWDIR%%/doc/ci/environments.md
+%%WWWDIR%%/doc/ci/environments/protected_environments.md
%%WWWDIR%%/doc/ci/examples/README.md
%%WWWDIR%%/doc/ci/examples/artifactory_and_gitlab/index.md
%%WWWDIR%%/doc/ci/examples/browser_performance.md
@@ -8071,24 +8185,26 @@
%%WWWDIR%%/doc/ci/img/job_failure_reason.png
%%WWWDIR%%/doc/ci/img/junit_test_report.png
%%WWWDIR%%/doc/ci/img/pipeline_incremental_rollout.png
-%%WWWDIR%%/doc/ci/img/pipelines-goal.png
%%WWWDIR%%/doc/ci/img/pipelines.png
%%WWWDIR%%/doc/ci/img/pipelines_grouped.png
%%WWWDIR%%/doc/ci/img/pipelines_index.png
%%WWWDIR%%/doc/ci/img/pipelines_mini_graph.png
%%WWWDIR%%/doc/ci/img/pipelines_mini_graph_simple.png
%%WWWDIR%%/doc/ci/img/pipelines_mini_graph_sorting.png
-%%WWWDIR%%/doc/ci/img/types-of-pipelines.png
%%WWWDIR%%/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png
%%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_page.png
%%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png
%%WWWDIR%%/doc/ci/interactive_web_terminal/index.md
+%%WWWDIR%%/doc/ci/introduction/img/gitlab_workflow_example_11_9.png
%%WWWDIR%%/doc/ci/introduction/img/job_running.png
%%WWWDIR%%/doc/ci/introduction/img/pipeline_status.png
%%WWWDIR%%/doc/ci/introduction/img/rollback.png
%%WWWDIR%%/doc/ci/introduction/index.md
%%WWWDIR%%/doc/ci/junit_test_reports.md
+%%WWWDIR%%/doc/ci/large_repositories/index.md
%%WWWDIR%%/doc/ci/merge_request_pipelines/img/merge_request.png
+%%WWWDIR%%/doc/ci/merge_request_pipelines/img/merge_request_pipeline.png
+%%WWWDIR%%/doc/ci/merge_request_pipelines/img/merge_request_pipeline_config.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/img/pipeline_detail.png
%%WWWDIR%%/doc/ci/merge_request_pipelines/index.md
%%WWWDIR%%/doc/ci/permissions/README.md
@@ -8124,6 +8240,13 @@
%%WWWDIR%%/doc/ci/triggers/img/trigger_variables.png
%%WWWDIR%%/doc/ci/triggers/img/triggers_page.png
%%WWWDIR%%/doc/ci/variables/README.md
+%%WWWDIR%%/doc/ci/variables/deprecated_variables.md
+%%WWWDIR%%/doc/ci/variables/img/ci_job_stage_output_example.png
+%%WWWDIR%%/doc/ci/variables/img/custom_variable_output.png
+%%WWWDIR%%/doc/ci/variables/img/new_custom_variable_example.png
+%%WWWDIR%%/doc/ci/variables/img/override_value_via_manual_pipeline_output.png
+%%WWWDIR%%/doc/ci/variables/img/override_variable_manual_pipeline.png
+%%WWWDIR%%/doc/ci/variables/predefined_variables.md
%%WWWDIR%%/doc/ci/variables/where_variables_can_be_used.md
%%WWWDIR%%/doc/ci/yaml/README.md
%%WWWDIR%%/doc/container_registry/README.md
@@ -8201,12 +8324,14 @@
%%WWWDIR%%/doc/development/fe_guide/droplab/plugins/filter.md
%%WWWDIR%%/doc/development/fe_guide/droplab/plugins/input_setter.md
%%WWWDIR%%/doc/development/fe_guide/emojis.md
+%%WWWDIR%%/doc/development/fe_guide/event_tracking.md
%%WWWDIR%%/doc/development/fe_guide/graphql.md
%%WWWDIR%%/doc/development/fe_guide/icons.md
%%WWWDIR%%/doc/development/fe_guide/img/boards_diagram.png
%%WWWDIR%%/doc/development/fe_guide/img/gl-modal.png
%%WWWDIR%%/doc/development/fe_guide/index.md
%%WWWDIR%%/doc/development/fe_guide/performance.md
+%%WWWDIR%%/doc/development/fe_guide/principles.md
%%WWWDIR%%/doc/development/fe_guide/security.md
%%WWWDIR%%/doc/development/fe_guide/style_guide_js.md
%%WWWDIR%%/doc/development/fe_guide/style_guide_scss.md
@@ -8218,6 +8343,7 @@
%%WWWDIR%%/doc/development/foreign_keys.md
%%WWWDIR%%/doc/development/frontend.md
%%WWWDIR%%/doc/development/gemfile.md
+%%WWWDIR%%/doc/development/git_object_deduplication.md
%%WWWDIR%%/doc/development/gitaly.md
%%WWWDIR%%/doc/development/github_importer.md
%%WWWDIR%%/doc/development/gitlab_architecture_diagram.png
@@ -8250,18 +8376,12 @@
%%WWWDIR%%/doc/development/new_fe_guide/dependencies.md
%%WWWDIR%%/doc/development/new_fe_guide/development/accessibility.md
%%WWWDIR%%/doc/development/new_fe_guide/development/components.md
-%%WWWDIR%%/doc/development/new_fe_guide/development/design_patterns.md
%%WWWDIR%%/doc/development/new_fe_guide/development/index.md
-%%WWWDIR%%/doc/development/new_fe_guide/development/network_requests.md
%%WWWDIR%%/doc/development/new_fe_guide/development/performance.md
-%%WWWDIR%%/doc/development/new_fe_guide/development/security.md
%%WWWDIR%%/doc/development/new_fe_guide/development/testing.md
-%%WWWDIR%%/doc/development/new_fe_guide/event_tracking.md
%%WWWDIR%%/doc/development/new_fe_guide/index.md
-%%WWWDIR%%/doc/development/new_fe_guide/initiatives.md
%%WWWDIR%%/doc/development/new_fe_guide/modules/dirty_submit.md
%%WWWDIR%%/doc/development/new_fe_guide/modules/index.md
-%%WWWDIR%%/doc/development/new_fe_guide/principles.md
%%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
@@ -8281,6 +8401,7 @@
%%WWWDIR%%/doc/development/profiling.md
%%WWWDIR%%/doc/development/prometheus_metrics.md
%%WWWDIR%%/doc/development/pry_debugging.md
+%%WWWDIR%%/doc/development/python_guide/index.md
%%WWWDIR%%/doc/development/query_count_limits.md
%%WWWDIR%%/doc/development/query_recorder.md
%%WWWDIR%%/doc/development/rake_tasks.md
@@ -8301,6 +8422,7 @@
%%WWWDIR%%/doc/development/testing_guide/end_to_end_tests.md
%%WWWDIR%%/doc/development/testing_guide/flaky_tests.md
%%WWWDIR%%/doc/development/testing_guide/frontend_testing.md
+%%WWWDIR%%/doc/development/testing_guide/img/qa_on_merge_requests_cicd_architecture.png
%%WWWDIR%%/doc/development/testing_guide/img/review_apps_cicd_architecture.png
%%WWWDIR%%/doc/development/testing_guide/img/testing_triangle.png
%%WWWDIR%%/doc/development/testing_guide/index.md
@@ -8458,11 +8580,7 @@
%%WWWDIR%%/doc/gitlab-basics/img/merge_request_select_branch.png
%%WWWDIR%%/doc/gitlab-basics/img/new_issue_button.png
%%WWWDIR%%/doc/gitlab-basics/img/new_issue_page.png
-%%WWWDIR%%/doc/gitlab-basics/img/profile_settings.png
-%%WWWDIR%%/doc/gitlab-basics/img/profile_settings_ssh_keys.png
-%%WWWDIR%%/doc/gitlab-basics/img/profile_settings_ssh_keys_paste_pub.png
%%WWWDIR%%/doc/gitlab-basics/img/profile_settings_ssh_keys_single_key.png
-%%WWWDIR%%/doc/gitlab-basics/img/profile_settings_ssh_keys_title.png
%%WWWDIR%%/doc/gitlab-basics/img/project_clone_url.png
%%WWWDIR%%/doc/gitlab-basics/img/public_file_link.png
%%WWWDIR%%/doc/gitlab-basics/start-using-git.md
@@ -8647,6 +8765,7 @@
%%WWWDIR%%/doc/project_services/bamboo.md
%%WWWDIR%%/doc/project_services/bugzilla.md
%%WWWDIR%%/doc/project_services/emails_on_push.md
+%%WWWDIR%%/doc/project_services/hipchat.md
%%WWWDIR%%/doc/project_services/irker.md
%%WWWDIR%%/doc/project_services/jira.md
%%WWWDIR%%/doc/project_services/kubernetes.md
@@ -8919,6 +9038,8 @@
%%WWWDIR%%/doc/user/discussions/img/lock_form_non_member.png
%%WWWDIR%%/doc/user/discussions/img/make_suggestion.png
%%WWWDIR%%/doc/user/discussions/img/merge_request_commits_tab.png
+%%WWWDIR%%/doc/user/discussions/img/multi-line-suggestion-preview.png
+%%WWWDIR%%/doc/user/discussions/img/multi-line-suggestion-syntax.png
%%WWWDIR%%/doc/user/discussions/img/new_issue_for_discussion.png
%%WWWDIR%%/doc/user/discussions/img/onion_skin_view.png
%%WWWDIR%%/doc/user/discussions/img/only_allow_merge_if_all_discussions_are_resolved.png
@@ -8993,7 +9114,6 @@
%%WWWDIR%%/doc/user/profile/account/two_factor_authentication.md
%%WWWDIR%%/doc/user/profile/active_sessions.md
%%WWWDIR%%/doc/user/profile/img/active_sessions_list.png
-%%WWWDIR%%/doc/user/profile/img/personal_access_tokens.png
%%WWWDIR%%/doc/user/profile/img/profil-preferences-navigation-theme.png
%%WWWDIR%%/doc/user/profile/img/profile-preferences-syntax-themes.png
%%WWWDIR%%/doc/user/profile/img/profile_settings_dropdown.png
@@ -9023,6 +9143,7 @@
%%WWWDIR%%/doc/user/project/clusters/runbooks/index.md
%%WWWDIR%%/doc/user/project/clusters/serverless/img/deploy-stage.png
%%WWWDIR%%/doc/user/project/clusters/serverless/img/dns-entry.png
+%%WWWDIR%%/doc/user/project/clusters/serverless/img/function-details-loaded.png
%%WWWDIR%%/doc/user/project/clusters/serverless/img/function-execution.png
%%WWWDIR%%/doc/user/project/clusters/serverless/img/install-knative.png
%%WWWDIR%%/doc/user/project/clusters/serverless/img/knative-app.png
@@ -9125,10 +9246,10 @@
%%WWWDIR%%/doc/user/project/integrations/discord_notifications.md
%%WWWDIR%%/doc/user/project/integrations/emails_on_push.md
%%WWWDIR%%/doc/user/project/integrations/hangouts_chat.md
+%%WWWDIR%%/doc/user/project/integrations/hipchat.md
%%WWWDIR%%/doc/user/project/integrations/img/emails_on_push_email.png
%%WWWDIR%%/doc/user/project/integrations/img/emails_on_push_service.png
%%WWWDIR%%/doc/user/project/integrations/img/hangouts_chat_configuration.png
-%%WWWDIR%%/doc/user/project/integrations/img/issue_configuration.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_add_user_to_group.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_api_token.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_api_token_menu.png
@@ -9306,8 +9427,6 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/versions_dropdown.png
%%WWWDIR%%/doc/user/project/merge_requests/img/versions_system_note.png
%%WWWDIR%%/doc/user/project/merge_requests/img/wip_blocked_accept_button.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/wip_mark_as_wip.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/wip_unmark_as_wip.png
%%WWWDIR%%/doc/user/project/merge_requests/index.md
%%WWWDIR%%/doc/user/project/merge_requests/maintainer_access.md
%%WWWDIR%%/doc/user/project/merge_requests/merge_request_discussion_resolution.md
@@ -9584,9 +9703,11 @@
%%WWWDIR%%/lib/api/helpers/common_helpers.rb
%%WWWDIR%%/lib/api/helpers/custom_attributes.rb
%%WWWDIR%%/lib/api/helpers/custom_validators.rb
+%%WWWDIR%%/lib/api/helpers/discussions_helpers.rb
%%WWWDIR%%/lib/api/helpers/graphql_helpers.rb
%%WWWDIR%%/lib/api/helpers/headers_helpers.rb
%%WWWDIR%%/lib/api/helpers/internal_helpers.rb
+%%WWWDIR%%/lib/api/helpers/issues_helpers.rb
%%WWWDIR%%/lib/api/helpers/label_helpers.rb
%%WWWDIR%%/lib/api/helpers/members_helpers.rb
%%WWWDIR%%/lib/api/helpers/notes_helpers.rb
@@ -9595,7 +9716,10 @@
%%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/resource_label_events_helpers.rb
%%WWWDIR%%/lib/api/helpers/runner.rb
+%%WWWDIR%%/lib/api/helpers/search_helpers.rb
+%%WWWDIR%%/lib/api/helpers/services_helpers.rb
%%WWWDIR%%/lib/api/helpers/version.rb
%%WWWDIR%%/lib/api/import_github.rb
%%WWWDIR%%/lib/api/internal.rb
@@ -9704,6 +9828,7 @@
%%WWWDIR%%/lib/banzai/filter/merge_request_reference_filter.rb
%%WWWDIR%%/lib/banzai/filter/mermaid_filter.rb
%%WWWDIR%%/lib/banzai/filter/milestone_reference_filter.rb
+%%WWWDIR%%/lib/banzai/filter/output_safety.rb
%%WWWDIR%%/lib/banzai/filter/plantuml_filter.rb
%%WWWDIR%%/lib/banzai/filter/project_reference_filter.rb
%%WWWDIR%%/lib/banzai/filter/redactor_filter.rb
@@ -9767,7 +9892,6 @@
%%WWWDIR%%/lib/banzai/renderer.rb
%%WWWDIR%%/lib/banzai/renderer/common_mark/html.rb
%%WWWDIR%%/lib/banzai/request_store_reference_cache.rb
-%%WWWDIR%%/lib/banzai/suggestions_parser.rb
%%WWWDIR%%/lib/bitbucket/client.rb
%%WWWDIR%%/lib/bitbucket/collection.rb
%%WWWDIR%%/lib/bitbucket/connection.rb
@@ -9863,6 +9987,7 @@
%%WWWDIR%%/lib/gitlab/auth/unique_ips_limiter.rb
%%WWWDIR%%/lib/gitlab/auth/user_access_denied_reason.rb
%%WWWDIR%%/lib/gitlab/auth/user_auth_finders.rb
+%%WWWDIR%%/lib/gitlab/authorized_keys.rb
%%WWWDIR%%/lib/gitlab/background_migration.rb
%%WWWDIR%%/lib/gitlab/background_migration/.rubocop.yml
%%WWWDIR%%/lib/gitlab/background_migration/add_merge_request_diff_commits_count.rb
@@ -9905,6 +10030,7 @@
%%WWWDIR%%/lib/gitlab/background_migration/populate_external_pipeline_source.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_fork_networks_range.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_import_state.rb
+%%WWWDIR%%/lib/gitlab/background_migration/populate_merge_request_assignees_table.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_improved.rb
%%WWWDIR%%/lib/gitlab/background_migration/populate_merge_requests_latest_merge_request_diff_id.rb
@@ -9918,6 +10044,8 @@
%%WWWDIR%%/lib/gitlab/background_migration/schedule_diff_files_deletion.rb
%%WWWDIR%%/lib/gitlab/background_migration/set_confidential_note_events_on_services.rb
%%WWWDIR%%/lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb
+%%WWWDIR%%/lib/gitlab/background_migration/sync_issues_state_id.rb
+%%WWWDIR%%/lib/gitlab/background_migration/sync_merge_requests_state_id.rb
%%WWWDIR%%/lib/gitlab/badge/base.rb
%%WWWDIR%%/lib/gitlab/badge/coverage/metadata.rb
%%WWWDIR%%/lib/gitlab/badge/coverage/report.rb
@@ -9979,6 +10107,10 @@
%%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/port.rb
+%%WWWDIR%%/lib/gitlab/ci/build/prerequisite/base.rb
+%%WWWDIR%%/lib/gitlab/ci/build/prerequisite/factory.rb
+%%WWWDIR%%/lib/gitlab/ci/build/prerequisite/kubernetes_namespace.rb
%%WWWDIR%%/lib/gitlab/ci/build/step.rb
%%WWWDIR%%/lib/gitlab/ci/charts.rb
%%WWWDIR%%/lib/gitlab/ci/config.rb
@@ -9997,6 +10129,8 @@
%%WWWDIR%%/lib/gitlab/ci/config/entry/key.rb
%%WWWDIR%%/lib/gitlab/ci/config/entry/paths.rb
%%WWWDIR%%/lib/gitlab/ci/config/entry/policy.rb
+%%WWWDIR%%/lib/gitlab/ci/config/entry/port.rb
+%%WWWDIR%%/lib/gitlab/ci/config/entry/ports.rb
%%WWWDIR%%/lib/gitlab/ci/config/entry/reports.rb
%%WWWDIR%%/lib/gitlab/ci/config/entry/retry.rb
%%WWWDIR%%/lib/gitlab/ci/config/entry/script.rb
@@ -10070,9 +10204,11 @@
%%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/failed_unmet_prerequisites.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/preparing.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/retried.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/retryable.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/scheduled.rb
@@ -10095,6 +10231,7 @@
%%WWWDIR%%/lib/gitlab/ci/status/pipeline/common.rb
%%WWWDIR%%/lib/gitlab/ci/status/pipeline/delayed.rb
%%WWWDIR%%/lib/gitlab/ci/status/pipeline/factory.rb
+%%WWWDIR%%/lib/gitlab/ci/status/preparing.rb
%%WWWDIR%%/lib/gitlab/ci/status/running.rb
%%WWWDIR%%/lib/gitlab/ci/status/scheduled.rb
%%WWWDIR%%/lib/gitlab/ci/status/skipped.rb
@@ -10109,6 +10246,7 @@
%%WWWDIR%%/lib/gitlab/ci/templates/C++.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Chef.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Clojure.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Crystal.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Django.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Docker.gitlab-ci.yml
@@ -10116,6 +10254,11 @@
%%WWWDIR%%/lib/gitlab/ci/templates/Go.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Gradle.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Grails.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Browser-Performance-Testing.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Build.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
+%%WWWDIR%%/lib/gitlab/ci/templates/Jobs/Test.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Julia.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/LaTeX.gitlab-ci.yml
%%WWWDIR%%/lib/gitlab/ci/templates/Laravel.gitlab-ci.yml
@@ -10293,6 +10436,9 @@
%%WWWDIR%%/lib/gitlab/diff/parser.rb
%%WWWDIR%%/lib/gitlab/diff/position.rb
%%WWWDIR%%/lib/gitlab/diff/position_tracer.rb
+%%WWWDIR%%/lib/gitlab/diff/suggestion.rb
+%%WWWDIR%%/lib/gitlab/diff/suggestion_diff.rb
+%%WWWDIR%%/lib/gitlab/diff/suggestions_parser.rb
%%WWWDIR%%/lib/gitlab/discussions_diff/file_collection.rb
%%WWWDIR%%/lib/gitlab/discussions_diff/highlight_cache.rb
%%WWWDIR%%/lib/gitlab/downtime_check.rb
@@ -10325,6 +10471,13 @@
%%WWWDIR%%/lib/gitlab/etag_caching/store.rb
%%WWWDIR%%/lib/gitlab/exclusive_lease.rb
%%WWWDIR%%/lib/gitlab/exclusive_lease_helpers.rb
+%%WWWDIR%%/lib/gitlab/external_authorization.rb
+%%WWWDIR%%/lib/gitlab/external_authorization/access.rb
+%%WWWDIR%%/lib/gitlab/external_authorization/cache.rb
+%%WWWDIR%%/lib/gitlab/external_authorization/client.rb
+%%WWWDIR%%/lib/gitlab/external_authorization/config.rb
+%%WWWDIR%%/lib/gitlab/external_authorization/logger.rb
+%%WWWDIR%%/lib/gitlab/external_authorization/response.rb
%%WWWDIR%%/lib/gitlab/fake_application_settings.rb
%%WWWDIR%%/lib/gitlab/favicon.rb
%%WWWDIR%%/lib/gitlab/file_detector.rb
@@ -10467,6 +10620,7 @@
%%WWWDIR%%/lib/gitlab/gitlab_import/project_creator.rb
%%WWWDIR%%/lib/gitlab/gl_id.rb
%%WWWDIR%%/lib/gitlab/gl_repository.rb
+%%WWWDIR%%/lib/gitlab/gl_repository/repo_type.rb
%%WWWDIR%%/lib/gitlab/gon_helper.rb
%%WWWDIR%%/lib/gitlab/google_code_import/client.rb
%%WWWDIR%%/lib/gitlab/google_code_import/importer.rb
@@ -10483,6 +10637,7 @@
%%WWWDIR%%/lib/gitlab/grape_logging/loggers/user_logger.rb
%%WWWDIR%%/lib/gitlab/graphql.rb
%%WWWDIR%%/lib/gitlab/graphql/authorize.rb
+%%WWWDIR%%/lib/gitlab/graphql/authorize/authorize_field_service.rb
%%WWWDIR%%/lib/gitlab/graphql/authorize/authorize_resource.rb
%%WWWDIR%%/lib/gitlab/graphql/authorize/instrumentation.rb
%%WWWDIR%%/lib/gitlab/graphql/connections.rb
@@ -10493,8 +10648,11 @@
%%WWWDIR%%/lib/gitlab/graphql/mount_mutation.rb
%%WWWDIR%%/lib/gitlab/graphql/present.rb
%%WWWDIR%%/lib/gitlab/graphql/present/instrumentation.rb
+%%WWWDIR%%/lib/gitlab/graphql/query_analyzers/log_query_complexity.rb
+%%WWWDIR%%/lib/gitlab/graphql/tracing.rb
%%WWWDIR%%/lib/gitlab/graphql/variables.rb
%%WWWDIR%%/lib/gitlab/graphs/commits.rb
+%%WWWDIR%%/lib/gitlab/group_search_results.rb
%%WWWDIR%%/lib/gitlab/hashed_storage/migrator.rb
%%WWWDIR%%/lib/gitlab/hashed_storage/rake_helper.rb
%%WWWDIR%%/lib/gitlab/health_checks/base_abstract_check.rb
@@ -10691,19 +10849,27 @@
%%WWWDIR%%/lib/gitlab/prometheus/queries/base_query.rb
%%WWWDIR%%/lib/gitlab/prometheus/queries/deployment_query.rb
%%WWWDIR%%/lib/gitlab/prometheus/queries/environment_query.rb
+%%WWWDIR%%/lib/gitlab/prometheus/queries/knative_invocation_query.rb
%%WWWDIR%%/lib/gitlab/prometheus/queries/matched_metric_query.rb
%%WWWDIR%%/lib/gitlab/prometheus/queries/query_additional_metrics.rb
%%WWWDIR%%/lib/gitlab/prometheus/query_variables.rb
%%WWWDIR%%/lib/gitlab/prometheus_client.rb
%%WWWDIR%%/lib/gitlab/protocol_access.rb
%%WWWDIR%%/lib/gitlab/proxy_http_connection_adapter.rb
+%%WWWDIR%%/lib/gitlab/push_options.rb
%%WWWDIR%%/lib/gitlab/query_limiting.rb
%%WWWDIR%%/lib/gitlab/query_limiting/active_support_subscriber.rb
%%WWWDIR%%/lib/gitlab/query_limiting/middleware.rb
%%WWWDIR%%/lib/gitlab/query_limiting/transaction.rb
%%WWWDIR%%/lib/gitlab/quick_actions/command_definition.rb
+%%WWWDIR%%/lib/gitlab/quick_actions/commit_actions.rb
+%%WWWDIR%%/lib/gitlab/quick_actions/common_actions.rb
%%WWWDIR%%/lib/gitlab/quick_actions/dsl.rb
%%WWWDIR%%/lib/gitlab/quick_actions/extractor.rb
+%%WWWDIR%%/lib/gitlab/quick_actions/issuable_actions.rb
+%%WWWDIR%%/lib/gitlab/quick_actions/issue_actions.rb
+%%WWWDIR%%/lib/gitlab/quick_actions/issue_and_merge_request_actions.rb
+%%WWWDIR%%/lib/gitlab/quick_actions/merge_request_actions.rb
%%WWWDIR%%/lib/gitlab/quick_actions/spend_time_and_date_separator.rb
%%WWWDIR%%/lib/gitlab/quick_actions/substitution_definition.rb
%%WWWDIR%%/lib/gitlab/recaptcha.rb
@@ -10836,6 +11002,7 @@
%%WWWDIR%%/lib/gitlab/uploads_transfer.rb
%%WWWDIR%%/lib/gitlab/url_blocker.rb
%%WWWDIR%%/lib/gitlab/url_builder.rb
+%%WWWDIR%%/lib/gitlab/url_helpers.rb
%%WWWDIR%%/lib/gitlab/url_sanitizer.rb
%%WWWDIR%%/lib/gitlab/usage_data.rb
%%WWWDIR%%/lib/gitlab/user_access.rb
@@ -11021,6 +11188,8 @@
@(git,,) %%WWWDIR%%/locale/ar_SA/gitlab.po
@(git,,) %%WWWDIR%%/locale/bg/gitlab.po
@(git,,) %%WWWDIR%%/locale/bg/gitlab.po.time_stamp
+@(git,,) %%WWWDIR%%/locale/bn_BD/gitlab.po
+@(git,,) %%WWWDIR%%/locale/bn_IN/gitlab.po
@(git,,) %%WWWDIR%%/locale/ca_ES/gitlab.po
@(git,,) %%WWWDIR%%/locale/cs_CZ/gitlab.po
@(git,,) %%WWWDIR%%/locale/cy_GB/gitlab.po
@@ -11049,6 +11218,7 @@
@(git,,) %%WWWDIR%%/locale/it/gitlab.po.time_stamp
@(git,,) %%WWWDIR%%/locale/ja/gitlab.po
@(git,,) %%WWWDIR%%/locale/ja/gitlab.po.time_stamp
+@(git,,) %%WWWDIR%%/locale/ka_GE/gitlab.po
@(git,,) %%WWWDIR%%/locale/ko/gitlab.po
@(git,,) %%WWWDIR%%/locale/ko/gitlab.po.time_stamp
@(git,,) %%WWWDIR%%/locale/mn_MN/gitlab.po
@@ -11096,8 +11266,10 @@
%%WWWDIR%%/qa/Gemfile
%%WWWDIR%%/qa/README.md
%%WWWDIR%%/qa/Rakefile
+%%WWWDIR%%/qa/STYLE_GUIDE.md
%%WWWDIR%%/qa/bin/qa
%%WWWDIR%%/qa/bin/test
+%%WWWDIR%%/qa/load/artillery.yml
%%WWWDIR%%/qa/qa.rb
%%WWWDIR%%/qa/qa/ce/strategy.rb
%%WWWDIR%%/qa/qa/fixtures/auto_devops_rack/Gemfile
@@ -11125,6 +11297,9 @@
%%WWWDIR%%/qa/qa/page/component/users_select.rb
%%WWWDIR%%/qa/qa/page/dashboard/groups.rb
%%WWWDIR%%/qa/qa/page/dashboard/projects.rb
+%%WWWDIR%%/qa/qa/page/dashboard/snippet/index.rb
+%%WWWDIR%%/qa/qa/page/dashboard/snippet/new.rb
+%%WWWDIR%%/qa/qa/page/dashboard/snippet/show.rb
%%WWWDIR%%/qa/qa/page/element.rb
%%WWWDIR%%/qa/qa/page/file/form.rb
%%WWWDIR%%/qa/qa/page/file/shared/commit_message.rb
@@ -11221,6 +11396,7 @@
%%WWWDIR%%/qa/qa/resource/runner.rb
%%WWWDIR%%/qa/qa/resource/sandbox.rb
%%WWWDIR%%/qa/qa/resource/settings/hashed_storage.rb
+%%WWWDIR%%/qa/qa/resource/snippet.rb
%%WWWDIR%%/qa/qa/resource/ssh_key.rb
%%WWWDIR%%/qa/qa/resource/user.rb
%%WWWDIR%%/qa/qa/resource/wiki.rb
@@ -11229,6 +11405,7 @@
%%WWWDIR%%/qa/qa/runtime/api/request.rb
%%WWWDIR%%/qa/qa/runtime/browser.rb
%%WWWDIR%%/qa/qa/runtime/env.rb
+%%WWWDIR%%/qa/qa/runtime/feature.rb
%%WWWDIR%%/qa/qa/runtime/fixtures.rb
%%WWWDIR%%/qa/qa/runtime/key/base.rb
%%WWWDIR%%/qa/qa/runtime/key/ecdsa.rb
@@ -11242,6 +11419,7 @@
%%WWWDIR%%/qa/qa/runtime/user.rb
%%WWWDIR%%/qa/qa/scenario/actable.rb
%%WWWDIR%%/qa/qa/scenario/bootable.rb
+%%WWWDIR%%/qa/qa/scenario/shared_attributes.rb
%%WWWDIR%%/qa/qa/scenario/template.rb
%%WWWDIR%%/qa/qa/scenario/test/instance.rb
%%WWWDIR%%/qa/qa/scenario/test/instance/all.rb
@@ -11295,6 +11473,7 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/use_ssh_key_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/snippet/create_snippet_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/wiki/create_edit_clone_push_wiki_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_ci_variable_spec.rb
@@ -11306,6 +11485,7 @@
%%WWWDIR%%/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
%%WWWDIR%%/qa/qa/specs/features/browser_ui/7_configure/mattermost/create_group_with_mattermost_team_spec.rb
%%WWWDIR%%/qa/qa/specs/features/sanity/framework_spec.rb
+%%WWWDIR%%/qa/qa/specs/helpers/quarantine.rb
%%WWWDIR%%/qa/qa/specs/runner.rb
%%WWWDIR%%/qa/qa/support/api.rb
%%WWWDIR%%/qa/qa/support/page/logging.rb
@@ -11337,6 +11517,7 @@
%%WWWDIR%%/qa/spec/runtime/api/client_spec.rb
%%WWWDIR%%/qa/spec/runtime/api/request_spec.rb
%%WWWDIR%%/qa/spec/runtime/env_spec.rb
+%%WWWDIR%%/qa/spec/runtime/feature_spec.rb
%%WWWDIR%%/qa/spec/runtime/key/ecdsa_spec.rb
%%WWWDIR%%/qa/spec/runtime/key/ed25519_spec.rb
%%WWWDIR%%/qa/spec/runtime/key/rsa_spec.rb
@@ -11345,6 +11526,7 @@
%%WWWDIR%%/qa/spec/runtime/scenario_spec.rb
%%WWWDIR%%/qa/spec/scenario/actable_spec.rb
%%WWWDIR%%/qa/spec/scenario/bootable_spec.rb
+%%WWWDIR%%/qa/spec/scenario/template_spec.rb
%%WWWDIR%%/qa/spec/scenario/test/instance/all_spec.rb
%%WWWDIR%%/qa/spec/scenario/test/instance/smoke_spec.rb
%%WWWDIR%%/qa/spec/scenario/test/integration/github_spec.rb
@@ -11358,7 +11540,7 @@
%%WWWDIR%%/qa/spec/scenario/test/sanity/selectors_spec.rb
%%WWWDIR%%/qa/spec/shared_examples/scenario_shared_examples.rb
%%WWWDIR%%/qa/spec/spec_helper.rb
-%%WWWDIR%%/qa/spec/spec_helper_spec.rb
+%%WWWDIR%%/qa/spec/specs/helpers/quarantine_spec.rb
%%WWWDIR%%/qa/spec/specs/runner_spec.rb
%%WWWDIR%%/qa/spec/support/waiter_spec.rb
%%WWWDIR%%/rubocop/code_reuse_helpers.rb
@@ -11418,9 +11600,15 @@
%%WWWDIR%%/scripts/frontend/frontend_script_utils.js
%%WWWDIR%%/scripts/frontend/postinstall.js
%%WWWDIR%%/scripts/frontend/prettier.js
+%%WWWDIR%%/scripts/frontend/stylelint/stylelint-duplicate-selectors.js
+%%WWWDIR%%/scripts/frontend/stylelint/stylelint-utility-classes.js
+%%WWWDIR%%/scripts/frontend/stylelint/stylelint-utility-map.js
+%%WWWDIR%%/scripts/frontend/stylelint/stylelint-utils.js
+%%WWWDIR%%/scripts/frontend/stylelint/utility-classes-map.js
%%WWWDIR%%/scripts/gitaly-test-build
%%WWWDIR%%/scripts/gitaly-test-spawn
%%WWWDIR%%/scripts/gitaly_test.rb
+%%WWWDIR%%/scripts/insert-rspec-profiling-data
%%WWWDIR%%/scripts/lint-changelog-yaml
%%WWWDIR%%/scripts/lint-conflicts.sh
%%WWWDIR%%/scripts/lint-doc.sh
@@ -11472,6 +11660,7 @@
%%WWWDIR%%/spec/controllers/concerns/internal_redirect_spec.rb
%%WWWDIR%%/spec/controllers/concerns/issuable_collections_spec.rb
%%WWWDIR%%/spec/controllers/concerns/lfs_request_spec.rb
+%%WWWDIR%%/spec/controllers/concerns/project_unauthorized_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
@@ -11482,6 +11671,7 @@
%%WWWDIR%%/spec/controllers/explore/groups_controller_spec.rb
%%WWWDIR%%/spec/controllers/explore/projects_controller_spec.rb
%%WWWDIR%%/spec/controllers/google_api/authorizations_controller_spec.rb
+%%WWWDIR%%/spec/controllers/graphql_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups/avatars_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups/boards_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups/children_controller_spec.rb
@@ -11544,10 +11734,12 @@
%%WWWDIR%%/spec/controllers/projects/deploy_keys_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/deployments_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/discussions_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/environments/prometheus_api_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/environments_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/error_tracking_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/find_file_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/forks_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/git_http_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/graphs_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/group_links_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/hooks_controller_spec.rb
@@ -11798,6 +11990,7 @@
%%WWWDIR%%/spec/features/dashboard/activity_spec.rb
%%WWWDIR%%/spec/features/dashboard/archived_projects_spec.rb
%%WWWDIR%%/spec/features/dashboard/datetime_on_tooltips_spec.rb
+%%WWWDIR%%/spec/features/dashboard/group_dashboard_with_external_authorization_service_spec.rb
%%WWWDIR%%/spec/features/dashboard/group_spec.rb
%%WWWDIR%%/spec/features/dashboard/groups_list_spec.rb
%%WWWDIR%%/spec/features/dashboard/help_spec.rb
@@ -11836,6 +12029,7 @@
%%WWWDIR%%/spec/features/groups/board_spec.rb
%%WWWDIR%%/spec/features/groups/clusters/user_spec.rb
%%WWWDIR%%/spec/features/groups/empty_states_spec.rb
+%%WWWDIR%%/spec/features/groups/group_page_with_external_authorization_service_spec.rb
%%WWWDIR%%/spec/features/groups/group_settings_spec.rb
%%WWWDIR%%/spec/features/groups/issues_spec.rb
%%WWWDIR%%/spec/features/groups/labels/create_spec.rb
@@ -11867,6 +12061,7 @@
%%WWWDIR%%/spec/features/ics/dashboard_issues_spec.rb
%%WWWDIR%%/spec/features/ics/group_issues_spec.rb
%%WWWDIR%%/spec/features/ics/project_issues_spec.rb
+%%WWWDIR%%/spec/features/ide/user_opens_merge_request_spec.rb
%%WWWDIR%%/spec/features/ide_spec.rb
%%WWWDIR%%/spec/features/import/manifest_import_spec.rb
%%WWWDIR%%/spec/features/instance_statistics/cohorts_spec.rb
@@ -11993,6 +12188,7 @@
%%WWWDIR%%/spec/features/merge_requests/user_filters_by_labels_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_filters_by_milestones_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_filters_by_multiple_criteria_spec.rb
+%%WWWDIR%%/spec/features/merge_requests/user_filters_by_target_branch_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_lists_merge_requests_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_mass_updates_spec.rb
%%WWWDIR%%/spec/features/merge_requests/user_sorts_merge_requests_spec.rb
@@ -12056,6 +12252,7 @@
%%WWWDIR%%/spec/features/projects/branches/user_views_branches_spec.rb
%%WWWDIR%%/spec/features/projects/branches_spec.rb
%%WWWDIR%%/spec/features/projects/ci/lint_spec.rb
+%%WWWDIR%%/spec/features/projects/classification_label_on_project_pages_spec.rb
%%WWWDIR%%/spec/features/projects/clusters/applications_spec.rb
%%WWWDIR%%/spec/features/projects/clusters/gcp_spec.rb
%%WWWDIR%%/spec/features/projects/clusters/interchangeability_spec.rb
@@ -12106,6 +12303,7 @@
%%WWWDIR%%/spec/features/projects/files/user_searches_for_files_spec.rb
%%WWWDIR%%/spec/features/projects/files/user_uploads_files_spec.rb
%%WWWDIR%%/spec/features/projects/fork_spec.rb
+%%WWWDIR%%/spec/features/projects/forks/fork_list_spec.rb
%%WWWDIR%%/spec/features/projects/gfm_autocomplete_load_spec.rb
%%WWWDIR%%/spec/features/projects/graph_spec.rb
%%WWWDIR%%/spec/features/projects/hook_logs/user_reads_log_spec.rb
@@ -12113,6 +12311,7 @@
%%WWWDIR%%/spec/features/projects/import_export/import_file_spec.rb
%%WWWDIR%%/spec/features/projects/import_export/test_project_export.tar.gz
%%WWWDIR%%/spec/features/projects/issuable_templates_spec.rb
+%%WWWDIR%%/spec/features/projects/issues/viewing_issues_with_external_authorization_enabled_spec.rb
%%WWWDIR%%/spec/features/projects/jobs/permissions_spec.rb
%%WWWDIR%%/spec/features/projects/jobs/user_browses_job_spec.rb
%%WWWDIR%%/spec/features/projects/jobs/user_browses_jobs_spec.rb
@@ -12164,6 +12363,7 @@
%%WWWDIR%%/spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_emails_on_push_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_flowdock_spec.rb
+%%WWWDIR%%/spec/features/projects/services/user_activates_hipchat_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_irker_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_issue_tracker_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_jetbrains_teamcity_ci_spec.rb
@@ -12177,6 +12377,7 @@
%%WWWDIR%%/spec/features/projects/services/user_activates_slack_slash_command_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_activates_youtrack_spec.rb
%%WWWDIR%%/spec/features/projects/services/user_views_services_spec.rb
+%%WWWDIR%%/spec/features/projects/settings/external_authorization_service_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/forked_project_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/integration_settings_spec.rb
%%WWWDIR%%/spec/features/projects/settings/lfs_settings_spec.rb
@@ -12240,6 +12441,7 @@
%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_empty_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_in_project_page_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_page_spec.rb
+%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_pages_spec.rb
%%WWWDIR%%/spec/features/projects_spec.rb
%%WWWDIR%%/spec/features/protected_branches_spec.rb
%%WWWDIR%%/spec/features/protected_tags_spec.rb
@@ -12257,6 +12459,7 @@
%%WWWDIR%%/spec/features/search/user_searches_for_merge_requests_spec.rb
%%WWWDIR%%/spec/features/search/user_searches_for_milestones_spec.rb
%%WWWDIR%%/spec/features/search/user_searches_for_projects_spec.rb
+%%WWWDIR%%/spec/features/search/user_searches_for_users_spec.rb
%%WWWDIR%%/spec/features/search/user_searches_for_wiki_pages_spec.rb
%%WWWDIR%%/spec/features/search/user_uses_header_search_field_spec.rb
%%WWWDIR%%/spec/features/search/user_uses_search_filters_spec.rb
@@ -12299,6 +12502,7 @@
%%WWWDIR%%/spec/features/uploads/user_uploads_file_to_note_spec.rb
%%WWWDIR%%/spec/features/usage_stats_consent_spec.rb
%%WWWDIR%%/spec/features/user_can_display_performance_bar_spec.rb
+%%WWWDIR%%/spec/features/user_opens_link_to_comment.rb
%%WWWDIR%%/spec/features/user_sees_revert_modal_spec.rb
%%WWWDIR%%/spec/features/user_sorts_things_spec.rb
%%WWWDIR%%/spec/features/users/active_sessions_spec.rb
@@ -12364,6 +12568,7 @@
%%WWWDIR%%/spec/finders/users_with_pending_todos_finder_spec.rb
%%WWWDIR%%/spec/fixtures/GoogleCodeProjectHosting.json
%%WWWDIR%%/spec/fixtures/aosp_manifest.xml
+%%WWWDIR%%/spec/fixtures/api/graphql/introspection.graphql
%%WWWDIR%%/spec/fixtures/api/schemas/board.json
%%WWWDIR%%/spec/fixtures/api/schemas/boards.json
%%WWWDIR%%/spec/fixtures/api/schemas/branch.json
@@ -12437,6 +12642,7 @@
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/issue.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/issues.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/license.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/merge_request.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/merge_requests.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/milestone.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/milestones.json
@@ -12446,6 +12652,7 @@
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pages_domain_basics.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pages_domains.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pipeline/basic.json
+%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pipeline/detail.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pipelines.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/project/export_status.json
%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/project/identity.json
@@ -12590,6 +12797,8 @@
%%WWWDIR%%/spec/fixtures/pages_empty.zip
%%WWWDIR%%/spec/fixtures/pages_empty.zip.meta
%%WWWDIR%%/spec/fixtures/pages_non_writeable.zip
+%%WWWDIR%%/spec/fixtures/passphrase_x509_certificate.crt
+%%WWWDIR%%/spec/fixtures/passphrase_x509_certificate_pk.key
%%WWWDIR%%/spec/fixtures/patchfiles/0001-A-commit-from-a-patch.patch
%%WWWDIR%%/spec/fixtures/patchfiles/0001-This-does-not-apply-to-the-feature-branch.patch
%%WWWDIR%%/spec/fixtures/project_export.tar.gz
@@ -12630,21 +12839,140 @@
%%WWWDIR%%/spec/fixtures/unsanitized.svg
%%WWWDIR%%/spec/fixtures/valid.po
%%WWWDIR%%/spec/fixtures/video_sample.mp4
+%%WWWDIR%%/spec/fixtures/x509_certificate.crt
+%%WWWDIR%%/spec/fixtures/x509_certificate_pk.key
%%WWWDIR%%/spec/frontend/.eslintrc.yml
%%WWWDIR%%/spec/frontend/__mocks__/file_mock.js
+%%WWWDIR%%/spec/frontend/behaviors/secret_values_spec.js
+%%WWWDIR%%/spec/frontend/blob/blob_fork_suggestion_spec.js
+%%WWWDIR%%/spec/frontend/boards/modal_store_spec.js
+%%WWWDIR%%/spec/frontend/clusters/clusters_bundle_spec.js
+%%WWWDIR%%/spec/frontend/clusters/components/application_row_spec.js
+%%WWWDIR%%/spec/frontend/clusters/components/applications_spec.js
+%%WWWDIR%%/spec/frontend/clusters/services/mock_data.js
+%%WWWDIR%%/spec/frontend/clusters/stores/clusters_store_spec.js
+%%WWWDIR%%/spec/frontend/cycle_analytics/limit_warning_component_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/diff_stats_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/edit_button_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/hidden_files_warning_spec.js
+%%WWWDIR%%/spec/frontend/diffs/components/no_changes_spec.js
+%%WWWDIR%%/spec/frontend/environment.js
+%%WWWDIR%%/spec/frontend/error_tracking/components/error_tracking_list_spec.js
+%%WWWDIR%%/spec/frontend/error_tracking/store/mutation_spec.js
+%%WWWDIR%%/spec/frontend/filtered_search/filtered_search_token_keys_spec.js
+%%WWWDIR%%/spec/frontend/filtered_search/services/recent_searches_service_error_spec.js
+%%WWWDIR%%/spec/frontend/filtered_search/stores/recent_searches_store_spec.js
+%%WWWDIR%%/spec/frontend/frequent_items/store/getters_spec.js
%%WWWDIR%%/spec/frontend/gfm_auto_complete_spec.js
+%%WWWDIR%%/spec/frontend/helpers/class_spec_helper.js
+%%WWWDIR%%/spec/frontend/helpers/fixtures.js
+%%WWWDIR%%/spec/frontend/helpers/locale_helper.js
+%%WWWDIR%%/spec/frontend/helpers/monitor_helper_spec.js
+%%WWWDIR%%/spec/frontend/helpers/scroll_into_view_promise.js
+%%WWWDIR%%/spec/frontend/helpers/set_timeout_promise_helper.js
%%WWWDIR%%/spec/frontend/helpers/test_constants.js
+%%WWWDIR%%/spec/frontend/helpers/timeout.js
+%%WWWDIR%%/spec/frontend/helpers/user_mock_data_helper.js
+%%WWWDIR%%/spec/frontend/helpers/vue_component_helper.js
+%%WWWDIR%%/spec/frontend/helpers/vue_mount_component_helper.js
+%%WWWDIR%%/spec/frontend/helpers/vue_resource_helper.js
+%%WWWDIR%%/spec/frontend/helpers/vue_test_utils_helper.js
+%%WWWDIR%%/spec/frontend/helpers/vuex_action_helper.js
+%%WWWDIR%%/spec/frontend/helpers/wait_for_attribute_change.js
+%%WWWDIR%%/spec/frontend/helpers/wait_for_promises.js
+%%WWWDIR%%/spec/frontend/ide/lib/common/disposable_spec.js
+%%WWWDIR%%/spec/frontend/ide/lib/diff/diff_spec.js
+%%WWWDIR%%/spec/frontend/ide/lib/editor_options_spec.js
+%%WWWDIR%%/spec/frontend/ide/lib/files_spec.js
+%%WWWDIR%%/spec/frontend/ide/stores/modules/commit/mutations_spec.js
+%%WWWDIR%%/spec/frontend/ide/stores/modules/file_templates/getters_spec.js
+%%WWWDIR%%/spec/frontend/ide/stores/modules/file_templates/mutations_spec.js
+%%WWWDIR%%/spec/frontend/ide/stores/modules/pane/getters_spec.js
+%%WWWDIR%%/spec/frontend/ide/stores/modules/pane/mutations_spec.js
+%%WWWDIR%%/spec/frontend/ide/stores/modules/pipelines/getters_spec.js
+%%WWWDIR%%/spec/frontend/ide/stores/mutations/branch_spec.js
+%%WWWDIR%%/spec/frontend/ide/stores/mutations/merge_request_spec.js
+%%WWWDIR%%/spec/frontend/image_diff/view_types_spec.js
+%%WWWDIR%%/spec/frontend/import_projects/store/getters_spec.js
+%%WWWDIR%%/spec/frontend/import_projects/store/mutations_spec.js
%%WWWDIR%%/spec/frontend/issuable_suggestions/components/app_spec.js
%%WWWDIR%%/spec/frontend/issuable_suggestions/components/item_spec.js
%%WWWDIR%%/spec/frontend/issuable_suggestions/mock_data.js
+%%WWWDIR%%/spec/frontend/jobs/components/empty_state_spec.js
+%%WWWDIR%%/spec/frontend/jobs/components/erased_block_spec.js
+%%WWWDIR%%/spec/frontend/jobs/components/sidebar_detail_row_spec.js
+%%WWWDIR%%/spec/frontend/jobs/components/stuck_block_spec.js
+%%WWWDIR%%/spec/frontend/jobs/store/getters_spec.js
+%%WWWDIR%%/spec/frontend/jobs/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/labels_select_spec.js
%%WWWDIR%%/spec/frontend/lib/utils/ajax_cache_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/autosave_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/cache_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/grammar_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/image_utility_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/number_utility_spec.js
+%%WWWDIR%%/spec/frontend/lib/utils/text_utility_spec.js
+%%WWWDIR%%/spec/frontend/locale/ensure_single_line_spec.js
+%%WWWDIR%%/spec/frontend/locale/sprintf_spec.js
+%%WWWDIR%%/spec/frontend/mr_popover/__snapshots__/mr_popover_spec.js.snap
+%%WWWDIR%%/spec/frontend/mr_popover/index_spec.js
+%%WWWDIR%%/spec/frontend/mr_popover/mr_popover_spec.js
+%%WWWDIR%%/spec/frontend/notebook/lib/highlight_spec.js
%%WWWDIR%%/spec/frontend/notes/components/__snapshots__/discussion_jump_to_next_button_spec.js.snap
%%WWWDIR%%/spec/frontend/notes/components/discussion_jump_to_next_button_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/discussion_reply_placeholder_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/discussion_resolve_button_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/note_attachment_spec.js
+%%WWWDIR%%/spec/frontend/notes/components/note_edited_text_spec.js
+%%WWWDIR%%/spec/frontend/pages/admin/abuse_reports/abuse_reports_spec.js
%%WWWDIR%%/spec/frontend/pages/profiles/show/emoji_menu_spec.js
+%%WWWDIR%%/spec/frontend/performance_bar/services/performance_bar_service_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/blank_state_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/empty_state_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/pipeline_store_spec.js
+%%WWWDIR%%/spec/frontend/pipelines/pipelines_store_spec.js
+%%WWWDIR%%/spec/frontend/registry/getters_spec.js
+%%WWWDIR%%/spec/frontend/reports/components/report_link_spec.js
+%%WWWDIR%%/spec/frontend/reports/components/report_section_spec.js
+%%WWWDIR%%/spec/frontend/reports/store/utils_spec.js
+%%WWWDIR%%/spec/frontend/serverless/components/area_spec.js
+%%WWWDIR%%/spec/frontend/serverless/components/environment_row_spec.js
+%%WWWDIR%%/spec/frontend/serverless/components/function_details_spec.js
+%%WWWDIR%%/spec/frontend/serverless/components/function_row_spec.js
+%%WWWDIR%%/spec/frontend/serverless/components/functions_spec.js
+%%WWWDIR%%/spec/frontend/serverless/components/missing_prometheus_spec.js
+%%WWWDIR%%/spec/frontend/serverless/components/pod_box_spec.js
+%%WWWDIR%%/spec/frontend/serverless/components/url_spec.js
+%%WWWDIR%%/spec/frontend/serverless/mock_data.js
+%%WWWDIR%%/spec/frontend/serverless/store/actions_spec.js
+%%WWWDIR%%/spec/frontend/serverless/store/getters_spec.js
+%%WWWDIR%%/spec/frontend/serverless/store/mutations_spec.js
+%%WWWDIR%%/spec/frontend/serverless/utils.js
+%%WWWDIR%%/spec/frontend/sidebar/confidential_edit_buttons_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/confidential_edit_form_buttons_spec.js
+%%WWWDIR%%/spec/frontend/sidebar/lock/edit_form_spec.js
%%WWWDIR%%/spec/frontend/test_setup.js
+%%WWWDIR%%/spec/frontend/u2f/util_spec.js
+%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_container_spec.js
+%%WWWDIR%%/spec/frontend/vue_mr_widget/components/mr_widget_icon_spec.js
+%%WWWDIR%%/spec/frontend/vue_mr_widget/components/states/commit_edit_spec.js
+%%WWWDIR%%/spec/frontend/vue_mr_widget/components/states/mr_widget_commit_message_dropdown_spec.js
+%%WWWDIR%%/spec/frontend/vue_mr_widget/components/states/mr_widget_commits_header_spec.js
+%%WWWDIR%%/spec/frontend/vue_mr_widget/stores/get_state_key_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/file_row_header_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_spec.js.snap
+%%WWWDIR%%/spec/frontend/vue_shared/components/callout_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/code_block_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/diff_viewer/viewers/mode_changed_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/file_row_header_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/identicon_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/lib/utils/dom_utils_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/markdown/suggestion_diff_row_spec.js
%%WWWDIR%%/spec/frontend/vue_shared/components/notes/timeline_entry_item_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/pagination_links_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/resizable_chart_container_spec.js
+%%WWWDIR%%/spec/frontend/vue_shared/components/time_ago_tooltip_spec.js
+%%WWWDIR%%/spec/frontend/vuex_shared/modules/modal/mutations_spec.js
%%WWWDIR%%/spec/graphql/features/authorization_spec.rb
%%WWWDIR%%/spec/graphql/gitlab_schema_spec.rb
%%WWWDIR%%/spec/graphql/mutations/concerns/mutations/resolves_project_spec.rb
@@ -12657,6 +12985,8 @@
%%WWWDIR%%/spec/graphql/resolvers/metadata_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_pipelines_resolver_spec.rb
%%WWWDIR%%/spec/graphql/resolvers/project_resolver_spec.rb
+%%WWWDIR%%/spec/graphql/types/base_field_spec.rb
+%%WWWDIR%%/spec/graphql/types/ci/detailed_status_type_spec.rb
%%WWWDIR%%/spec/graphql/types/ci/pipeline_type_spec.rb
%%WWWDIR%%/spec/graphql/types/issuable_state_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/issue_state_enum_spec.rb
@@ -12664,6 +12994,7 @@
%%WWWDIR%%/spec/graphql/types/merge_request_state_enum_spec.rb
%%WWWDIR%%/spec/graphql/types/merge_request_type_spec.rb
%%WWWDIR%%/spec/graphql/types/metadata_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/milestone_type_spec.rb
%%WWWDIR%%/spec/graphql/types/mutation_type_spec.rb
%%WWWDIR%%/spec/graphql/types/permission_types/base_permission_type_spec.rb
%%WWWDIR%%/spec/graphql/types/permission_types/issue_spec.rb
@@ -12673,6 +13004,7 @@
%%WWWDIR%%/spec/graphql/types/project_type_spec.rb
%%WWWDIR%%/spec/graphql/types/query_type_spec.rb
%%WWWDIR%%/spec/graphql/types/time_type_spec.rb
+%%WWWDIR%%/spec/graphql/types/user_type_spec.rb
%%WWWDIR%%/spec/helpers/appearances_helper_spec.rb
%%WWWDIR%%/spec/helpers/application_helper_spec.rb
%%WWWDIR%%/spec/helpers/application_settings_helper_spec.rb
@@ -12687,6 +13019,7 @@
%%WWWDIR%%/spec/helpers/button_helper_spec.rb
%%WWWDIR%%/spec/helpers/calendar_helper_spec.rb
%%WWWDIR%%/spec/helpers/ci_status_helper_spec.rb
+%%WWWDIR%%/spec/helpers/clusters_helper_spec.rb
%%WWWDIR%%/spec/helpers/commits_helper_spec.rb
%%WWWDIR%%/spec/helpers/components_helper_spec.rb
%%WWWDIR%%/spec/helpers/dashboard_helper_spec.rb
@@ -12772,13 +13105,11 @@
%%WWWDIR%%/spec/javascripts/behaviors/markdown/highlight_current_user_spec.js
%%WWWDIR%%/spec/javascripts/behaviors/quick_submit_spec.js
%%WWWDIR%%/spec/javascripts/behaviors/requires_input_spec.js
-%%WWWDIR%%/spec/javascripts/behaviors/secret_values_spec.js
%%WWWDIR%%/spec/javascripts/behaviors/shortcuts/shortcuts_issuable_spec.js
%%WWWDIR%%/spec/javascripts/blob/3d_viewer/mesh_object_spec.js
%%WWWDIR%%/spec/javascripts/blob/balsamiq/balsamiq_viewer_integration_spec.js
%%WWWDIR%%/spec/javascripts/blob/balsamiq/balsamiq_viewer_spec.js
%%WWWDIR%%/spec/javascripts/blob/blob_file_dropzone_spec.js
-%%WWWDIR%%/spec/javascripts/blob/blob_fork_suggestion_spec.js
%%WWWDIR%%/spec/javascripts/blob/notebook/index_spec.js
%%WWWDIR%%/spec/javascripts/blob/pdf/index_spec.js
%%WWWDIR%%/spec/javascripts/blob/sketch/index_spec.js
@@ -12796,7 +13127,6 @@
%%WWWDIR%%/spec/javascripts/boards/issue_spec.js
%%WWWDIR%%/spec/javascripts/boards/list_spec.js
%%WWWDIR%%/spec/javascripts/boards/mock_data.js
-%%WWWDIR%%/spec/javascripts/boards/modal_store_spec.js
%%WWWDIR%%/spec/javascripts/bootstrap_jquery_spec.js
%%WWWDIR%%/spec/javascripts/bootstrap_linked_tabs_spec.js
%%WWWDIR%%/spec/javascripts/branches/branches_delete_modal_spec.js
@@ -12805,11 +13135,6 @@
%%WWWDIR%%/spec/javascripts/ci_variable_list/ci_variable_list_spec.js
%%WWWDIR%%/spec/javascripts/ci_variable_list/native_form_variable_list_spec.js
%%WWWDIR%%/spec/javascripts/close_reopen_report_toggle_spec.js
-%%WWWDIR%%/spec/javascripts/clusters/clusters_bundle_spec.js
-%%WWWDIR%%/spec/javascripts/clusters/components/application_row_spec.js
-%%WWWDIR%%/spec/javascripts/clusters/components/applications_spec.js
-%%WWWDIR%%/spec/javascripts/clusters/services/mock_data.js
-%%WWWDIR%%/spec/javascripts/clusters/stores/clusters_store_spec.js
%%WWWDIR%%/spec/javascripts/collapsed_sidebar_todo_spec.js
%%WWWDIR%%/spec/javascripts/comment_type_toggle_spec.js
%%WWWDIR%%/spec/javascripts/commit/commit_pipeline_status_component_spec.js
@@ -12819,7 +13144,6 @@
%%WWWDIR%%/spec/javascripts/create_item_dropdown_spec.js
%%WWWDIR%%/spec/javascripts/create_merge_request_dropdown_spec.js
%%WWWDIR%%/spec/javascripts/cycle_analytics/banner_spec.js
-%%WWWDIR%%/spec/javascripts/cycle_analytics/limit_warning_component_spec.js
%%WWWDIR%%/spec/javascripts/cycle_analytics/total_time_component_spec.js
%%WWWDIR%%/spec/javascripts/deploy_keys/components/action_btn_spec.js
%%WWWDIR%%/spec/javascripts/deploy_keys/components/app_spec.js
@@ -12838,15 +13162,11 @@
%%WWWDIR%%/spec/javascripts/diffs/components/diff_gutter_avatars_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/diff_line_gutter_content_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/diff_line_note_form_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/diff_stats_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/diff_table_cell_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/edit_button_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/file_row_stats_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/hidden_files_warning_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/image_diff_overlay_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/inline_diff_table_row_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/inline_diff_view_spec.js
-%%WWWDIR%%/spec/javascripts/diffs/components/no_changes_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/parallel_diff_table_row_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/parallel_diff_view_spec.js
%%WWWDIR%%/spec/javascripts/diffs/components/settings_dropdown_spec.js
@@ -12886,8 +13206,6 @@
%%WWWDIR%%/spec/javascripts/environments/environments_store_spec.js
%%WWWDIR%%/spec/javascripts/environments/folder/environments_folder_view_spec.js
%%WWWDIR%%/spec/javascripts/environments/mock_data.js
-%%WWWDIR%%/spec/javascripts/error_tracking/components/error_tracking_list_spec.js
-%%WWWDIR%%/spec/javascripts/error_tracking/store/mutation_spec.js
%%WWWDIR%%/spec/javascripts/error_tracking_settings/components/app_spec.js
%%WWWDIR%%/spec/javascripts/error_tracking_settings/components/error_tracking_form_spec.js
%%WWWDIR%%/spec/javascripts/error_tracking_settings/components/project_dropdown_spec.js
@@ -12904,66 +13222,65 @@
%%WWWDIR%%/spec/javascripts/filtered_search/dropdown_utils_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/filtered_search_dropdown_manager_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/filtered_search_manager_spec.js
-%%WWWDIR%%/spec/javascripts/filtered_search/filtered_search_token_keys_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/filtered_search_tokenizer_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/filtered_search_visual_tokens_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/recent_searches_root_spec.js
-%%WWWDIR%%/spec/javascripts/filtered_search/services/recent_searches_service_error_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/services/recent_searches_service_spec.js
-%%WWWDIR%%/spec/javascripts/filtered_search/stores/recent_searches_store_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/visual_token_value_spec.js
%%WWWDIR%%/spec/javascripts/fixtures/abuse_reports.rb
%%WWWDIR%%/spec/javascripts/fixtures/admin_users.rb
-%%WWWDIR%%/spec/javascripts/fixtures/ajax_loading_spinner.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/application_settings.rb
+%%WWWDIR%%/spec/javascripts/fixtures/autocomplete_sources.rb
%%WWWDIR%%/spec/javascripts/fixtures/balsamiq.rb
-%%WWWDIR%%/spec/javascripts/fixtures/balsamiq_viewer.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/blob.rb
%%WWWDIR%%/spec/javascripts/fixtures/boards.rb
%%WWWDIR%%/spec/javascripts/fixtures/branches.rb
%%WWWDIR%%/spec/javascripts/fixtures/clusters.rb
%%WWWDIR%%/spec/javascripts/fixtures/commit.rb
-%%WWWDIR%%/spec/javascripts/fixtures/create_item_dropdown.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/deploy_keys.rb
%%WWWDIR%%/spec/javascripts/fixtures/environments/table.html.haml
-%%WWWDIR%%/spec/javascripts/fixtures/event_filter.html.haml
-%%WWWDIR%%/spec/javascripts/fixtures/gl_dropdown.html.haml
-%%WWWDIR%%/spec/javascripts/fixtures/gl_field_errors.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/groups.rb
%%WWWDIR%%/spec/javascripts/fixtures/images/green_box.png
%%WWWDIR%%/spec/javascripts/fixtures/images/red_box.png
-%%WWWDIR%%/spec/javascripts/fixtures/issuable_filter.html.haml
-%%WWWDIR%%/spec/javascripts/fixtures/issue_sidebar_label.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/issues.rb
%%WWWDIR%%/spec/javascripts/fixtures/jobs.rb
%%WWWDIR%%/spec/javascripts/fixtures/labels.rb
-%%WWWDIR%%/spec/javascripts/fixtures/line_highlighter.html.haml
-%%WWWDIR%%/spec/javascripts/fixtures/linked_tabs.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/merge_requests.rb
%%WWWDIR%%/spec/javascripts/fixtures/merge_requests_diffs.rb
-%%WWWDIR%%/spec/javascripts/fixtures/merge_requests_show.html.haml
-%%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
%%WWWDIR%%/spec/javascripts/fixtures/pipeline_schedules.rb
-%%WWWDIR%%/spec/javascripts/fixtures/pipelines.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/pipelines.rb
-%%WWWDIR%%/spec/javascripts/fixtures/project_select_combo_button.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/projects.json
%%WWWDIR%%/spec/javascripts/fixtures/projects.rb
%%WWWDIR%%/spec/javascripts/fixtures/prometheus_service.rb
%%WWWDIR%%/spec/javascripts/fixtures/raw.rb
%%WWWDIR%%/spec/javascripts/fixtures/search.rb
-%%WWWDIR%%/spec/javascripts/fixtures/search_autocomplete.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/services.rb
%%WWWDIR%%/spec/javascripts/fixtures/sessions.rb
-%%WWWDIR%%/spec/javascripts/fixtures/signin_tabs.html.haml
-%%WWWDIR%%/spec/javascripts/fixtures/sketch_viewer.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/snippet.rb
+%%WWWDIR%%/spec/javascripts/fixtures/static/README.md
+%%WWWDIR%%/spec/javascripts/fixtures/static/ajax_loading_spinner.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/balsamiq_viewer.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/create_item_dropdown.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/event_filter.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/gl_dropdown.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/gl_field_errors.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/issuable_filter.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/issue_sidebar_label.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/line_highlighter.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/linked_tabs.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/merge_requests_show.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/mini_dropdown_graph.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/notebook_viewer.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/oauth_remember_me.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/pdf_viewer.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/pipeline_graph.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/pipelines.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/project_select_combo_button.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/search_autocomplete.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/signin_tabs.html
+%%WWWDIR%%/spec/javascripts/fixtures/static/sketch_viewer.html
%%WWWDIR%%/spec/javascripts/fixtures/static_fixtures.rb
%%WWWDIR%%/spec/javascripts/fixtures/todos.rb
%%WWWDIR%%/spec/javascripts/fixtures/u2f.rb
@@ -12975,7 +13292,6 @@
%%WWWDIR%%/spec/javascripts/frequent_items/components/frequent_items_search_input_spec.js
%%WWWDIR%%/spec/javascripts/frequent_items/mock_data.js
%%WWWDIR%%/spec/javascripts/frequent_items/store/actions_spec.js
-%%WWWDIR%%/spec/javascripts/frequent_items/store/getters_spec.js
%%WWWDIR%%/spec/javascripts/frequent_items/store/mutations_spec.js
%%WWWDIR%%/spec/javascripts/frequent_items/utils_spec.js
%%WWWDIR%%/spec/javascripts/gl_dropdown_spec.js
@@ -13067,15 +13383,11 @@
%%WWWDIR%%/spec/javascripts/ide/components/shared/tokened_input_spec.js
%%WWWDIR%%/spec/javascripts/ide/helpers.js
%%WWWDIR%%/spec/javascripts/ide/ide_router_spec.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/lib/files_spec.js
%%WWWDIR%%/spec/javascripts/ide/mock_data.js
%%WWWDIR%%/spec/javascripts/ide/stores/actions/file_spec.js
%%WWWDIR%%/spec/javascripts/ide/stores/actions/merge_request_spec.js
@@ -13087,21 +13399,13 @@
%%WWWDIR%%/spec/javascripts/ide/stores/modules/branches/mutations_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/modules/file_templates/actions_spec.js
-%%WWWDIR%%/spec/javascripts/ide/stores/modules/file_templates/getters_spec.js
-%%WWWDIR%%/spec/javascripts/ide/stores/modules/file_templates/mutations_spec.js
%%WWWDIR%%/spec/javascripts/ide/stores/modules/merge_requests/actions_spec.js
%%WWWDIR%%/spec/javascripts/ide/stores/modules/merge_requests/mutations_spec.js
%%WWWDIR%%/spec/javascripts/ide/stores/modules/pane/actions_spec.js
-%%WWWDIR%%/spec/javascripts/ide/stores/modules/pane/getters_spec.js
-%%WWWDIR%%/spec/javascripts/ide/stores/modules/pane/mutations_spec.js
%%WWWDIR%%/spec/javascripts/ide/stores/modules/pipelines/actions_spec.js
-%%WWWDIR%%/spec/javascripts/ide/stores/modules/pipelines/getters_spec.js
%%WWWDIR%%/spec/javascripts/ide/stores/modules/pipelines/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
@@ -13114,13 +13418,10 @@
%%WWWDIR%%/spec/javascripts/image_diff/init_discussion_tab_spec.js
%%WWWDIR%%/spec/javascripts/image_diff/mock_data.js
%%WWWDIR%%/spec/javascripts/image_diff/replaced_image_diff_spec.js
-%%WWWDIR%%/spec/javascripts/image_diff/view_types_spec.js
%%WWWDIR%%/spec/javascripts/import_projects/components/import_projects_table_spec.js
%%WWWDIR%%/spec/javascripts/import_projects/components/imported_project_table_row_spec.js
%%WWWDIR%%/spec/javascripts/import_projects/components/provider_repo_table_row_spec.js
%%WWWDIR%%/spec/javascripts/import_projects/store/actions_spec.js
-%%WWWDIR%%/spec/javascripts/import_projects/store/getters_spec.js
-%%WWWDIR%%/spec/javascripts/import_projects/store/mutations_spec.js
%%WWWDIR%%/spec/javascripts/importer_status_spec.js
%%WWWDIR%%/spec/javascripts/integrations/integration_settings_form_spec.js
%%WWWDIR%%/spec/javascripts/issuable_spec.js
@@ -13139,53 +13440,41 @@
%%WWWDIR%%/spec/javascripts/issue_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/artifacts_block_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/commit_block_spec.js
-%%WWWDIR%%/spec/javascripts/jobs/components/empty_state_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/environments_block_spec.js
-%%WWWDIR%%/spec/javascripts/jobs/components/erased_block_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/job_app_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/job_container_item_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/job_log_controllers_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/job_log_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/jobs_container_spec.js
-%%WWWDIR%%/spec/javascripts/jobs/components/sidebar_detail_row_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/sidebar_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/stages_dropdown_spec.js
-%%WWWDIR%%/spec/javascripts/jobs/components/stuck_block_spec.js
%%WWWDIR%%/spec/javascripts/jobs/components/trigger_block_spec.js
+%%WWWDIR%%/spec/javascripts/jobs/components/unmet_prerequisites_block_spec.js
%%WWWDIR%%/spec/javascripts/jobs/mixins/delayed_job_mixin_spec.js
%%WWWDIR%%/spec/javascripts/jobs/mock_data.js
%%WWWDIR%%/spec/javascripts/jobs/store/actions_spec.js
-%%WWWDIR%%/spec/javascripts/jobs/store/getters_spec.js
%%WWWDIR%%/spec/javascripts/jobs/store/helpers.js
-%%WWWDIR%%/spec/javascripts/jobs/store/mutations_spec.js
%%WWWDIR%%/spec/javascripts/labels_issue_sidebar_spec.js
-%%WWWDIR%%/spec/javascripts/labels_select_spec.js
%%WWWDIR%%/spec/javascripts/landing_spec.js
%%WWWDIR%%/spec/javascripts/lazy_loader_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/accessor_spec.js
-%%WWWDIR%%/spec/javascripts/lib/utils/cache_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/common_utils_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/csrf_token_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/datetime_utility_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/dom_utils_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/file_upload_spec.js
-%%WWWDIR%%/spec/javascripts/lib/utils/grammar_spec.js
+%%WWWDIR%%/spec/javascripts/lib/utils/higlight_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/icon_utils_spec.js
-%%WWWDIR%%/spec/javascripts/lib/utils/image_utility_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/mock_data.js
%%WWWDIR%%/spec/javascripts/lib/utils/navigation_utility_spec.js
-%%WWWDIR%%/spec/javascripts/lib/utils/number_utility_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/poll_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/sticky_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/text_markdown_spec.js
-%%WWWDIR%%/spec/javascripts/lib/utils/text_utility_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/tick_formats_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/url_utility_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/users_cache_spec.js
%%WWWDIR%%/spec/javascripts/line_highlighter_spec.js
-%%WWWDIR%%/spec/javascripts/locale/ensure_single_line_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_spec.js
%%WWWDIR%%/spec/javascripts/merge_request_tabs_spec.js
@@ -13195,6 +13484,7 @@
%%WWWDIR%%/spec/javascripts/monitoring/dashboard_state_spec.js
%%WWWDIR%%/spec/javascripts/monitoring/mock_data.js
%%WWWDIR%%/spec/javascripts/monitoring/monitoring_store_spec.js
+%%WWWDIR%%/spec/javascripts/monitoring/utils_spec.js
%%WWWDIR%%/spec/javascripts/namespace_select_spec.js
%%WWWDIR%%/spec/javascripts/new_branch_spec.js
%%WWWDIR%%/spec/javascripts/notebook/cells/code_spec.js
@@ -13204,22 +13494,17 @@
%%WWWDIR%%/spec/javascripts/notebook/cells/output/index_spec.js
%%WWWDIR%%/spec/javascripts/notebook/cells/prompt_spec.js
%%WWWDIR%%/spec/javascripts/notebook/index_spec.js
-%%WWWDIR%%/spec/javascripts/notebook/lib/highlight_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/comment_form_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/diff_with_note_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/discussion_counter_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/discussion_filter_note_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/discussion_filter_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/discussion_reply_placeholder_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/discussion_resolve_button_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/discussion_resolve_with_issue_button_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/note_actions/reply_button_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/note_actions_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/note_app_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/note_attachment_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/note_awards_list_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/note_body_spec.js
-%%WWWDIR%%/spec/javascripts/notes/components/note_edited_text_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/note_form_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/note_header_spec.js
%%WWWDIR%%/spec/javascripts/notes/components/note_signed_out_widget_spec.js
@@ -13235,7 +13520,6 @@
%%WWWDIR%%/spec/javascripts/notes_spec.js
%%WWWDIR%%/spec/javascripts/oauth_remember_me_spec.js
%%WWWDIR%%/spec/javascripts/pager_spec.js
-%%WWWDIR%%/spec/javascripts/pages/admin/abuse_reports/abuse_reports_spec.js
%%WWWDIR%%/spec/javascripts/pages/admin/application_settings/account_and_limits_spec.js
%%WWWDIR%%/spec/javascripts/pages/admin/jobs/index/components/stop_jobs_modal_spec.js
%%WWWDIR%%/spec/javascripts/pages/admin/users/new/index_spec.js
@@ -13244,6 +13528,7 @@
%%WWWDIR%%/spec/javascripts/pages/milestones/shared/components/promote_milestone_modal_spec.js
%%WWWDIR%%/spec/javascripts/pages/projects/pipeline_schedules/shared/components/interval_pattern_input_spec.js
%%WWWDIR%%/spec/javascripts/pages/projects/pipeline_schedules/shared/components/pipeline_schedule_callout_spec.js
+%%WWWDIR%%/spec/javascripts/pages/projects/pipeline_schedules/shared/components/timezone_dropdown_spec.js
%%WWWDIR%%/spec/javascripts/pages/sessions/new/preserve_url_fragment_spec.js
%%WWWDIR%%/spec/javascripts/pdf/index_spec.js
%%WWWDIR%%/spec/javascripts/pdf/page_spec.js
@@ -13252,10 +13537,7 @@
%%WWWDIR%%/spec/javascripts/performance_bar/components/request_selector_spec.js
%%WWWDIR%%/spec/javascripts/performance_bar/components/simple_metric_spec.js
%%WWWDIR%%/spec/javascripts/performance_bar/index_spec.js
-%%WWWDIR%%/spec/javascripts/performance_bar/services/performance_bar_service_spec.js
%%WWWDIR%%/spec/javascripts/persistent_user_callout_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/blank_state_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/empty_state_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/graph/action_component_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/graph/graph_component_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/graph/job_group_dropdown_spec.js
@@ -13267,12 +13549,10 @@
%%WWWDIR%%/spec/javascripts/pipelines/mock_data.js
%%WWWDIR%%/spec/javascripts/pipelines/nav_controls_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/pipeline_details_mediator_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/pipeline_store_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/pipeline_url_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/pipelines_actions_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/pipelines_artifacts_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/pipelines_spec.js
-%%WWWDIR%%/spec/javascripts/pipelines/pipelines_store_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/pipelines_table_row_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/pipelines_table_spec.js
%%WWWDIR%%/spec/javascripts/pipelines/stage_spec.js
@@ -13301,10 +13581,12 @@
%%WWWDIR%%/spec/javascripts/registry/components/app_spec.js
%%WWWDIR%%/spec/javascripts/registry/components/collapsible_container_spec.js
%%WWWDIR%%/spec/javascripts/registry/components/table_registry_spec.js
-%%WWWDIR%%/spec/javascripts/registry/getters_spec.js
%%WWWDIR%%/spec/javascripts/registry/mock_data.js
%%WWWDIR%%/spec/javascripts/registry/stores/actions_spec.js
%%WWWDIR%%/spec/javascripts/registry/stores/mutations_spec.js
+%%WWWDIR%%/spec/javascripts/related_merge_requests/components/related_merge_requests_spec.js
+%%WWWDIR%%/spec/javascripts/related_merge_requests/store/actions_spec.js
+%%WWWDIR%%/spec/javascripts/related_merge_requests/store/mutations_spec.js
%%WWWDIR%%/spec/javascripts/releases/components/app_spec.js
%%WWWDIR%%/spec/javascripts/releases/components/release_block_spec.js
%%WWWDIR%%/spec/javascripts/releases/mock_data.js
@@ -13314,8 +13596,6 @@
%%WWWDIR%%/spec/javascripts/reports/components/grouped_test_reports_app_spec.js
%%WWWDIR%%/spec/javascripts/reports/components/modal_open_name_spec.js
%%WWWDIR%%/spec/javascripts/reports/components/modal_spec.js
-%%WWWDIR%%/spec/javascripts/reports/components/report_link_spec.js
-%%WWWDIR%%/spec/javascripts/reports/components/report_section_spec.js
%%WWWDIR%%/spec/javascripts/reports/components/summary_row_spec.js
%%WWWDIR%%/spec/javascripts/reports/components/test_issue_body_spec.js
%%WWWDIR%%/spec/javascripts/reports/mock_data/mock_data.js
@@ -13325,27 +13605,17 @@
%%WWWDIR%%/spec/javascripts/reports/mock_data/resolved_failures.json
%%WWWDIR%%/spec/javascripts/reports/store/actions_spec.js
%%WWWDIR%%/spec/javascripts/reports/store/mutations_spec.js
-%%WWWDIR%%/spec/javascripts/reports/store/utils_spec.js
%%WWWDIR%%/spec/javascripts/right_sidebar_spec.js
%%WWWDIR%%/spec/javascripts/search_autocomplete_spec.js
%%WWWDIR%%/spec/javascripts/search_spec.js
-%%WWWDIR%%/spec/javascripts/serverless/components/environment_row_spec.js
-%%WWWDIR%%/spec/javascripts/serverless/components/function_row_spec.js
-%%WWWDIR%%/spec/javascripts/serverless/components/functions_spec.js
-%%WWWDIR%%/spec/javascripts/serverless/components/url_spec.js
-%%WWWDIR%%/spec/javascripts/serverless/mock_data.js
-%%WWWDIR%%/spec/javascripts/serverless/stores/serverless_store_spec.js
%%WWWDIR%%/spec/javascripts/settings_panels_spec.js
%%WWWDIR%%/spec/javascripts/shared/popover_spec.js
%%WWWDIR%%/spec/javascripts/shortcuts_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/assignee_title_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/assignees_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/components/time_tracking/time_tracker_spec.js
-%%WWWDIR%%/spec/javascripts/sidebar/confidential_edit_buttons_spec.js
-%%WWWDIR%%/spec/javascripts/sidebar/confidential_edit_form_buttons_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/confidential_issue_sidebar_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/lock/edit_form_buttons_spec.js
-%%WWWDIR%%/spec/javascripts/sidebar/lock/edit_form_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/lock/lock_issue_sidebar_spec.js
%%WWWDIR%%/spec/javascripts/sidebar/mock_data.js
%%WWWDIR%%/spec/javascripts/sidebar/participants_spec.js
@@ -13367,15 +13637,13 @@
%%WWWDIR%%/spec/javascripts/u2f/authenticate_spec.js
%%WWWDIR%%/spec/javascripts/u2f/mock_u2f_device.js
%%WWWDIR%%/spec/javascripts/u2f/register_spec.js
-%%WWWDIR%%/spec/javascripts/u2f/util_spec.js
%%WWWDIR%%/spec/javascripts/user_popovers_spec.js
%%WWWDIR%%/spec/javascripts/version_check_image_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/deployment_spec.js
+%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_alert_message_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_time_spec.js
-%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_container_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_header_spec.js
-%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_icon_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_merge_help_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_pipeline_container_spec.js
@@ -13384,13 +13652,10 @@
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_related_links_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_status_icon_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/review_app_link_spec.js
-%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/commit_edit_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_archived_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_checking_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_closed_spec.js
-%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_commit_message_dropdown_spec.js
-%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_commits_header_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_conflicts_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_failed_to_merge_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_merge_when_pipeline_succeeds_spec.js
@@ -13408,21 +13673,17 @@
%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_wip_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/mock_data.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/mr_widget_options_spec.js
-%%WWWDIR%%/spec/javascripts/vue_mr_widget/stores/get_state_key_spec.js
%%WWWDIR%%/spec/javascripts/vue_mr_widget/stores/mr_widget_store_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/bar_chart_spec.js
-%%WWWDIR%%/spec/javascripts/vue_shared/components/callout_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/changed_file_icon_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/ci_badge_link_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/ci_icon_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/clipboard_button_spec.js
-%%WWWDIR%%/spec/javascripts/vue_shared/components/code_block_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/diff_viewer/diff_viewer_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/diff_viewer/viewers/image_diff_viewer_spec.js
-%%WWWDIR%%/spec/javascripts/vue_shared/components/diff_viewer/viewers/mode_changed_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/dropdown/dropdown_button_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/dropdown/dropdown_hidden_input_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/dropdown/dropdown_search_input_spec.js
@@ -13438,13 +13699,11 @@
%%WWWDIR%%/spec/javascripts/vue_shared/components/gl_modal_vuex_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/header_ci_component_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/icon_spec.js
-%%WWWDIR%%/spec/javascripts/vue_shared/components/identicon_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/issue/issue_assignees_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/issue/issue_milestone_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/issue/issue_warning_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/issue/related_issuable_item_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/issue/related_issuable_mock_data.js
-%%WWWDIR%%/spec/javascripts/vue_shared/components/lib/utils/dom_utils_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/loading_button_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/markdown/field_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/markdown/header_spec.js
@@ -13458,10 +13717,11 @@
%%WWWDIR%%/spec/javascripts/vue_shared/components/notes/placeholder_note_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/notes/placeholder_system_note_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/notes/system_note_spec.js
-%%WWWDIR%%/spec/javascripts/vue_shared/components/pagination_links_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/panel_resizer_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/pikaday_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/project_avatar/default_spec.js
+%%WWWDIR%%/spec/javascripts/vue_shared/components/project_selector/project_list_item_spec.js
+%%WWWDIR%%/spec/javascripts/vue_shared/components/project_selector/project_selector_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/collapsed_calendar_icon_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/collapsed_grouped_date_picker_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/date_picker_spec.js
@@ -13481,7 +13741,6 @@
%%WWWDIR%%/spec/javascripts/vue_shared/components/table_pagination_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/tabs/tab_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/tabs/tabs_spec.js
-%%WWWDIR%%/spec/javascripts/vue_shared/components/time_ago_tooltip_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/toggle_button_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/tooltip_on_truncate_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_image_spec.js
@@ -13492,10 +13751,11 @@
%%WWWDIR%%/spec/javascripts/vue_shared/directives/tooltip_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/translate_spec.js
%%WWWDIR%%/spec/javascripts/vuex_shared/modules/modal/actions_spec.js
-%%WWWDIR%%/spec/javascripts/vuex_shared/modules/modal/mutations_spec.js
%%WWWDIR%%/spec/javascripts/zen_mode_spec.js
%%WWWDIR%%/spec/lib/after_commit_queue_spec.rb
%%WWWDIR%%/spec/lib/api/api_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/job_request/image_spec.rb
+%%WWWDIR%%/spec/lib/api/entities/job_request/port_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/custom_validators_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/pagination_spec.rb
%%WWWDIR%%/spec/lib/api/helpers/related_resources_helpers_spec.rb
@@ -13504,6 +13764,7 @@
%%WWWDIR%%/spec/lib/backup/files_spec.rb
%%WWWDIR%%/spec/lib/backup/manager_spec.rb
%%WWWDIR%%/spec/lib/backup/repository_spec.rb
+%%WWWDIR%%/spec/lib/backup/uploads_spec.rb
%%WWWDIR%%/spec/lib/banzai/color_parser_spec.rb
%%WWWDIR%%/spec/lib/banzai/commit_renderer_spec.rb
%%WWWDIR%%/spec/lib/banzai/cross_project_reference_spec.rb
@@ -13534,6 +13795,7 @@
%%WWWDIR%%/spec/lib/banzai/filter/merge_request_reference_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/mermaid_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/milestone_reference_filter_spec.rb
+%%WWWDIR%%/spec/lib/banzai/filter/output_safety_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/plantuml_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/project_reference_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/redactor_filter_spec.rb
@@ -13572,7 +13834,6 @@
%%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/banzai/suggestions_parser_spec.rb
%%WWWDIR%%/spec/lib/bitbucket/collection_spec.rb
%%WWWDIR%%/spec/lib/bitbucket/connection_spec.rb
%%WWWDIR%%/spec/lib/bitbucket/page_spec.rb
@@ -13636,6 +13897,7 @@
%%WWWDIR%%/spec/lib/gitlab/auth/user_access_denied_reason_spec.rb
%%WWWDIR%%/spec/lib/gitlab/auth/user_auth_finders_spec.rb
%%WWWDIR%%/spec/lib/gitlab/auth_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/authorized_keys_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/add_merge_request_diff_commits_count_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/archive_legacy_traces_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_hashed_project_repositories_spec.rb
@@ -13663,6 +13925,7 @@
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_external_pipeline_source_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_fork_networks_range_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_import_state_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_merge_request_assignees_table_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_improved_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_spec.rb
%%WWWDIR%%/spec/lib/gitlab/background_migration/populate_merge_requests_latest_merge_request_diff_id_spec.rb
@@ -13728,6 +13991,9 @@
%%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/port_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/build/prerequisite/factory_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/build/prerequisite/kubernetes_namespace_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/build/step_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/charts_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/artifacts_spec.rb
@@ -13743,6 +14009,8 @@
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/key_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/paths_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/policy_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/port_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/ports_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/reports_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/retry_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/script_spec.rb
@@ -13804,9 +14072,11 @@
%%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/failed_unmet_prerequisites_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/preparing_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/scheduled_spec.rb
@@ -13828,6 +14098,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/status/pipeline/common_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/pipeline/delayed_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/pipeline/factory_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/status/preparing_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/running_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/scheduled_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/skipped_spec.rb
@@ -13892,6 +14163,7 @@
%%WWWDIR%%/spec/lib/gitlab/cycle_analytics/usage_data_spec.rb
%%WWWDIR%%/spec/lib/gitlab/daemon_spec.rb
%%WWWDIR%%/spec/lib/gitlab/danger/helper_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/danger/teammate_spec.rb
%%WWWDIR%%/spec/lib/gitlab/data_builder/build_spec.rb
%%WWWDIR%%/spec/lib/gitlab/data_builder/note_spec.rb
%%WWWDIR%%/spec/lib/gitlab/data_builder/pipeline_spec.rb
@@ -13943,6 +14215,9 @@
%%WWWDIR%%/spec/lib/gitlab/diff/parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/position_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/position_tracer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/diff/suggestion_diff_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/diff/suggestion_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/diff/suggestions_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/discussions_diff/file_collection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/discussions_diff/highlight_cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/downtime_check/message_spec.rb
@@ -13964,6 +14239,12 @@
%%WWWDIR%%/spec/lib/gitlab/etag_caching/router_spec.rb
%%WWWDIR%%/spec/lib/gitlab/exclusive_lease_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/exclusive_lease_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/external_authorization/access_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/external_authorization/cache_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/external_authorization/client_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/external_authorization/logger_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/external_authorization/response_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/external_authorization_spec.rb
%%WWWDIR%%/spec/lib/gitlab/fake_application_settings_spec.rb
%%WWWDIR%%/spec/lib/gitlab/favicon_spec.rb
%%WWWDIR%%/spec/lib/gitlab/file_detector_spec.rb
@@ -14072,6 +14353,7 @@
%%WWWDIR%%/spec/lib/gitlab/gitlab_import/client_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gitlab_import/importer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gitlab_import/project_creator_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/gl_repository/repo_type_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gl_repository_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gon_helper_spec.rb
%%WWWDIR%%/spec/lib/gitlab/google_code_import/client_spec.rb
@@ -14081,11 +14363,13 @@
%%WWWDIR%%/spec/lib/gitlab/gpg/invalid_gpg_signature_updater_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gpg_spec.rb
%%WWWDIR%%/spec/lib/gitlab/grape_logging/loggers/queue_duration_logger_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/authorize/authorize_field_service_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/graphql/authorize/instrumentation_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/connections/keyset_connection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphql/loaders/batch_model_loader_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/graphql/tracing_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphs/commits_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/group_search_results_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hashed_storage/migrator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/health_checks/db_check_spec.rb
%%WWWDIR%%/spec/lib/gitlab/health_checks/gitaly_check_spec.rb
@@ -14109,6 +14393,7 @@
%%WWWDIR%%/spec/lib/gitlab/identifier_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import/database_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import/merge_request_creator_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import/merge_request_helpers_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_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
@@ -14211,6 +14496,7 @@
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/active_record_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/rails_cache_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/system_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/metrics/transaction_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics/web_transaction_spec.rb
%%WWWDIR%%/spec/lib/gitlab/metrics_spec.rb
%%WWWDIR%%/spec/lib/gitlab/middleware/basic_health_check_spec.rb
@@ -14246,9 +14532,11 @@
%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/additional_metrics_deployment_query_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/additional_metrics_environment_query_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/deployment_query_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/knative_invocation_query_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus/queries/matched_metric_query_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus/query_variables_spec.rb
%%WWWDIR%%/spec/lib/gitlab/prometheus_client_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/push_options_spec.rb
%%WWWDIR%%/spec/lib/gitlab/query_limiting/active_support_subscriber_spec.rb
%%WWWDIR%%/spec/lib/gitlab/query_limiting/middleware_spec.rb
%%WWWDIR%%/spec/lib/gitlab/query_limiting/transaction_spec.rb
@@ -14437,6 +14725,7 @@
%%WWWDIR%%/spec/migrations/clean_stage_id_reference_migration_spec.rb
%%WWWDIR%%/spec/migrations/clean_stages_statuses_migration_spec.rb
%%WWWDIR%%/spec/migrations/clean_up_for_members_spec.rb
+%%WWWDIR%%/spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb
%%WWWDIR%%/spec/migrations/clean_upload_symlinks_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_build_stage_migration_spec.rb
%%WWWDIR%%/spec/migrations/cleanup_environments_external_url_spec.rb
@@ -14510,13 +14799,16 @@
%%WWWDIR%%/spec/migrations/schedule_merge_request_diff_migrations_spec.rb
%%WWWDIR%%/spec/migrations/schedule_merge_request_diff_migrations_take_two_spec.rb
%%WWWDIR%%/spec/migrations/schedule_merge_request_latest_merge_request_diff_id_migrations_spec.rb
+%%WWWDIR%%/spec/migrations/schedule_populate_merge_request_assignees_table_spec.rb
%%WWWDIR%%/spec/migrations/schedule_populate_merge_request_metrics_with_events_data_spec.rb
%%WWWDIR%%/spec/migrations/schedule_runners_token_encryption_spec.rb
%%WWWDIR%%/spec/migrations/schedule_set_confidential_note_events_on_webhooks_spec.rb
%%WWWDIR%%/spec/migrations/schedule_stages_index_migration_spec.rb
+%%WWWDIR%%/spec/migrations/schedule_sync_issuables_state_id_spec.rb
%%WWWDIR%%/spec/migrations/schedule_to_archive_legacy_traces_spec.rb
%%WWWDIR%%/spec/migrations/steal_fill_store_upload_spec.rb
%%WWWDIR%%/spec/migrations/track_untracked_uploads_spec.rb
+%%WWWDIR%%/spec/migrations/truncate_user_fullname_spec.rb
%%WWWDIR%%/spec/migrations/turn_nested_groups_into_regular_groups_for_mysql_spec.rb
%%WWWDIR%%/spec/migrations/update_legacy_diff_notes_type_for_import_spec.rb
%%WWWDIR%%/spec/migrations/update_notes_type_for_import_spec.rb
@@ -14620,6 +14912,7 @@
%%WWWDIR%%/spec/models/concerns/has_variable_spec.rb
%%WWWDIR%%/spec/models/concerns/ignorable_column_spec.rb
%%WWWDIR%%/spec/models/concerns/issuable_spec.rb
+%%WWWDIR%%/spec/models/concerns/issuable_states_spec.rb
%%WWWDIR%%/spec/models/concerns/loaded_in_group_list_spec.rb
%%WWWDIR%%/spec/models/concerns/manual_inverse_association_spec.rb
%%WWWDIR%%/spec/models/concerns/maskable_spec.rb
@@ -14765,6 +15058,7 @@
%%WWWDIR%%/spec/models/project_services/flowdock_service_spec.rb
%%WWWDIR%%/spec/models/project_services/gitlab_issue_tracker_service_spec.rb
%%WWWDIR%%/spec/models/project_services/hangouts_chat_service_spec.rb
+%%WWWDIR%%/spec/models/project_services/hipchat_service_spec.rb
%%WWWDIR%%/spec/models/project_services/irker_service_spec.rb
%%WWWDIR%%/spec/models/project_services/issue_tracker_service_spec.rb
%%WWWDIR%%/spec/models/project_services/jira_service_spec.rb
@@ -14805,6 +15099,7 @@
%%WWWDIR%%/spec/models/resource_label_event_spec.rb
%%WWWDIR%%/spec/models/route_spec.rb
%%WWWDIR%%/spec/models/sent_notification_spec.rb
+%%WWWDIR%%/spec/models/serverless/function_spec.rb
%%WWWDIR%%/spec/models/service_spec.rb
%%WWWDIR%%/spec/models/shard_spec.rb
%%WWWDIR%%/spec/models/snippet_blob_spec.rb
@@ -14845,9 +15140,12 @@
%%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_member_policy_spec.rb
%%WWWDIR%%/spec/policies/group_policy_spec.rb
+%%WWWDIR%%/spec/policies/identity_provider_policy_spec.rb
%%WWWDIR%%/spec/policies/issuable_policy_spec.rb
%%WWWDIR%%/spec/policies/issue_policy_spec.rb
+%%WWWDIR%%/spec/policies/merge_request_policy_spec.rb
%%WWWDIR%%/spec/policies/namespace_policy_spec.rb
%%WWWDIR%%/spec/policies/note_policy_spec.rb
%%WWWDIR%%/spec/policies/personal_snippet_policy_spec.rb
@@ -14857,6 +15155,7 @@
%%WWWDIR%%/spec/policies/user_policy_spec.rb
%%WWWDIR%%/spec/presenters/blob_presenter_spec.rb
%%WWWDIR%%/spec/presenters/blobs/unfold_presenter_spec.rb
+%%WWWDIR%%/spec/presenters/ci/bridge_presenter_spec.rb
%%WWWDIR%%/spec/presenters/ci/build_presenter_spec.rb
%%WWWDIR%%/spec/presenters/ci/build_runner_presenter_spec.rb
%%WWWDIR%%/spec/presenters/ci/group_variable_presenter_spec.rb
@@ -14901,6 +15200,7 @@
%%WWWDIR%%/spec/requests/api/events_spec.rb
%%WWWDIR%%/spec/requests/api/features_spec.rb
%%WWWDIR%%/spec/requests/api/files_spec.rb
+%%WWWDIR%%/spec/requests/api/graphql/gitlab_schema_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/metadata_query_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/mutations/merge_requests/set_wip_spec.rb
%%WWWDIR%%/spec/requests/api/graphql/project/issues_spec.rb
@@ -15137,6 +15437,7 @@
%%WWWDIR%%/spec/services/ci/extract_sections_from_build_trace_service_spec.rb
%%WWWDIR%%/spec/services/ci/pipeline_trigger_service_spec.rb
%%WWWDIR%%/spec/services/ci/play_build_service_spec.rb
+%%WWWDIR%%/spec/services/ci/prepare_build_service_spec.rb
%%WWWDIR%%/spec/services/ci/process_build_service_spec.rb
%%WWWDIR%%/spec/services/ci/process_pipeline_service_spec.rb
%%WWWDIR%%/spec/services/ci/register_job_service_spec.rb
@@ -15187,10 +15488,11 @@
%%WWWDIR%%/spec/services/files/delete_service_spec.rb
%%WWWDIR%%/spec/services/files/multi_service_spec.rb
%%WWWDIR%%/spec/services/files/update_service_spec.rb
-%%WWWDIR%%/spec/services/git_push_service_spec.rb
-%%WWWDIR%%/spec/services/git_tag_push_service_spec.rb
+%%WWWDIR%%/spec/services/git/branch_push_service_spec.rb
+%%WWWDIR%%/spec/services/git/tag_push_service_spec.rb
%%WWWDIR%%/spec/services/gpg_keys/create_service_spec.rb
%%WWWDIR%%/spec/services/gravatar_service_spec.rb
+%%WWWDIR%%/spec/services/groups/auto_devops_service_spec.rb
%%WWWDIR%%/spec/services/groups/create_service_spec.rb
%%WWWDIR%%/spec/services/groups/destroy_service_spec.rb
%%WWWDIR%%/spec/services/groups/nested_create_service_spec.rb
@@ -15245,7 +15547,9 @@
%%WWWDIR%%/spec/services/merge_requests/merge_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/merge_to_ref_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb
+%%WWWDIR%%/spec/services/merge_requests/migrate_external_diffs_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/post_merge_service_spec.rb
+%%WWWDIR%%/spec/services/merge_requests/push_options_handler_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/rebase_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/refresh_service_spec.rb
%%WWWDIR%%/spec/services/merge_requests/reload_diffs_service_spec.rb
@@ -15329,6 +15633,7 @@
%%WWWDIR%%/spec/services/projects/update_remote_mirror_service_spec.rb
%%WWWDIR%%/spec/services/projects/update_service_spec.rb
%%WWWDIR%%/spec/services/prometheus/adapter_service_spec.rb
+%%WWWDIR%%/spec/services/prometheus/proxy_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
@@ -15355,6 +15660,7 @@
%%WWWDIR%%/spec/services/submodules/update_service_spec.rb
%%WWWDIR%%/spec/services/suggestions/apply_service_spec.rb
%%WWWDIR%%/spec/services/suggestions/create_service_spec.rb
+%%WWWDIR%%/spec/services/suggestions/outdate_service_spec.rb
%%WWWDIR%%/spec/services/system_hooks_service_spec.rb
%%WWWDIR%%/spec/services/system_note_service_spec.rb
%%WWWDIR%%/spec/services/tags/create_service_spec.rb
@@ -15415,8 +15721,8 @@
%%WWWDIR%%/spec/support/cycle_analytics_helpers/test_generation.rb
%%WWWDIR%%/spec/support/database_cleaner.rb
%%WWWDIR%%/spec/support/db_cleaner.rb
+%%WWWDIR%%/spec/support/external_authorization_service_helpers.rb
%%WWWDIR%%/spec/support/features/discussion_comments_shared_example.rb
-%%WWWDIR%%/spec/support/features/issuable_quick_actions_shared_examples.rb
%%WWWDIR%%/spec/support/features/reportable_note_shared_examples.rb
%%WWWDIR%%/spec/support/features/resolving_discussions_in_issues_shared_examples.rb
%%WWWDIR%%/spec/support/features/rss_shared_examples.rb
@@ -15484,6 +15790,7 @@
%%WWWDIR%%/spec/support/helpers/key_generator_helper.rb
%%WWWDIR%%/spec/support/helpers/kubernetes_helpers.rb
%%WWWDIR%%/spec/support/helpers/ldap_helpers.rb
+%%WWWDIR%%/spec/support/helpers/license_helper.rb
%%WWWDIR%%/spec/support/helpers/live_debugger.rb
%%WWWDIR%%/spec/support/helpers/login_helpers.rb
%%WWWDIR%%/spec/support/helpers/markdown_feature.rb
@@ -15493,6 +15800,7 @@
%%WWWDIR%%/spec/support/helpers/mobile_helpers.rb
%%WWWDIR%%/spec/support/helpers/note_interaction_helpers.rb
%%WWWDIR%%/spec/support/helpers/notification_helpers.rb
+%%WWWDIR%%/spec/support/helpers/policy_helpers.rb
%%WWWDIR%%/spec/support/helpers/project_forks_helper.rb
%%WWWDIR%%/spec/support/helpers/prometheus_helpers.rb
%%WWWDIR%%/spec/support/helpers/query_recorder.rb
@@ -15516,6 +15824,7 @@
%%WWWDIR%%/spec/support/helpers/stub_gitlab_data.rb
%%WWWDIR%%/spec/support/helpers/stub_metrics.rb
%%WWWDIR%%/spec/support/helpers/stub_object_storage.rb
+%%WWWDIR%%/spec/support/helpers/stub_worker.rb
%%WWWDIR%%/spec/support/helpers/terms_helper.rb
%%WWWDIR%%/spec/support/helpers/test_env.rb
%%WWWDIR%%/spec/support/helpers/test_request_helpers.rb
@@ -15564,7 +15873,6 @@
%%WWWDIR%%/spec/support/migrations_helpers/cluster_helpers.rb
%%WWWDIR%%/spec/support/migrations_helpers/track_untracked_uploads_helpers.rb
%%WWWDIR%%/spec/support/omni_auth.rb
-%%WWWDIR%%/spec/support/pg_stat_activity.rb
%%WWWDIR%%/spec/support/prepare-gitlab-git-test-for-commit
%%WWWDIR%%/spec/support/prometheus/additional_metrics_shared_examples.rb
%%WWWDIR%%/spec/support/prometheus/metric_builders.rb
@@ -15578,15 +15886,23 @@
%%WWWDIR%%/spec/support/services/issuable_update_service_shared_examples.rb
%%WWWDIR%%/spec/support/services/migrate_to_ghost_user_service_shared_examples.rb
%%WWWDIR%%/spec/support/setup_builds_storage.rb
+%%WWWDIR%%/spec/support/shared_context/policies/project_policy_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/change_access_checks_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/email_shared_context.rb
+%%WWWDIR%%/spec/support/shared_contexts/finders/group_projects_finder_shared_contexts.rb
+%%WWWDIR%%/spec/support/shared_contexts/finders/issues_finder_shared_contexts.rb
+%%WWWDIR%%/spec/support/shared_contexts/finders/merge_requests_finder_shared_contexts.rb
+%%WWWDIR%%/spec/support/shared_contexts/finders/users_finder_shared_contexts.rb
%%WWWDIR%%/spec/support/shared_contexts/json_response_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/merge_requests_allowing_collaboration.rb
+%%WWWDIR%%/spec/support/shared_contexts/policies/group_policy_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/services_shared_context.rb
%%WWWDIR%%/spec/support/shared_contexts/url_shared_context.rb
+%%WWWDIR%%/spec/support/shared_examples/application_setting_examples.rb
%%WWWDIR%%/spec/support/shared_examples/chat_slash_commands_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/ci_trace_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/common_system_notes_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/controllers/external_authorization_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/issuable_notes_filter_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/repository_lfs_file_load_examples.rb
%%WWWDIR%%/spec/support/shared_examples/controllers/set_sort_order_from_user_preference_shared_examples.rb
@@ -15607,6 +15923,7 @@
%%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/file_finder.rb
+%%WWWDIR%%/spec/support/shared_examples/finders/finder_with_external_authorization_enabled.rb
%%WWWDIR%%/spec/support/shared_examples/gitlab_verify.rb
%%WWWDIR%%/spec/support/shared_examples/graphql/issuable_state_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/group_members_shared_example.rb
@@ -15636,20 +15953,57 @@
%%WWWDIR%%/spec/support/shared_examples/models/with_uploads_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/notify_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/policies/clusterable_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/policies/project_policy_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/position_formatters.rb
%%WWWDIR%%/spec/support/shared_examples/project_list_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/commit/tag_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/assign_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/award_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/close_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/copy_metadata_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/done_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/estimate_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/label_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/lock_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/milestone_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/relabel_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/remove_estimate_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/remove_milestone_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/remove_time_spent_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/reopen_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/shrug_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/spend_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/subscribe_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/tableflip_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/time_tracking_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/title_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/todo_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/unassign_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/unlabel_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/unlock_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issuable/unsubscribe_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issue/board_move_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issue/confidential_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issue/create_merge_request_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issue/due_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issue/duplicate_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issue/move_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/issue/remove_due_date_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/merge_request/merge_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/merge_request/target_branch_quick_action_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/quick_actions/merge_request/wip_quick_action_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/reference_parser_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/custom_attributes_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/diff_discussions.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/discussions.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_participants_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/requests/api/merge_requests_list.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/notes.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/resolvable_discussions.rb
%%WWWDIR%%/spec/support/shared_examples/requests/api/status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/requests/graphql_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/serializers/diff_file_entity_examples.rb
%%WWWDIR%%/spec/support/shared_examples/serializers/note_entity_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/services/base_helm_service_shared_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
@@ -15661,11 +16015,10 @@
%%WWWDIR%%/spec/support/shared_examples/services/gitlab_projects_import_service_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/showing_user_status_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/slack_mattermost_notifications_shared_examples.rb
-%%WWWDIR%%/spec/support/shared_examples/snippet_visibility.rb
+%%WWWDIR%%/spec/support/shared_examples/snippet_visibility_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/snippets_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/taskable_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/throttled_touch.rb
-%%WWWDIR%%/spec/support/shared_examples/time_tracking_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/unique_ip_check_shared_examples.rb
%%WWWDIR%%/spec/support/shared_examples/update_invalid_issuable.rb
%%WWWDIR%%/spec/support/shared_examples/updating_mentions_shared_examples.rb
@@ -15724,6 +16077,7 @@
%%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/branch_filter_validator_spec.rb
+%%WWWDIR%%/spec/validators/devise_email_validator_spec.rb
%%WWWDIR%%/spec/validators/js_regex_validator_spec.rb
%%WWWDIR%%/spec/validators/namespace_path_validator_spec.rb
%%WWWDIR%%/spec/validators/project_path_validator_spec.rb
@@ -15731,6 +16085,7 @@
%%WWWDIR%%/spec/validators/sha_validator_spec.rb
%%WWWDIR%%/spec/validators/url_validator_spec.rb
%%WWWDIR%%/spec/validators/variable_duplicates_validator_spec.rb
+%%WWWDIR%%/spec/validators/x509_certificate_credentials_validator_spec.rb
%%WWWDIR%%/spec/views/admin/dashboard/index.html.haml_spec.rb
%%WWWDIR%%/spec/views/ci/status/_badge.html.haml_spec.rb
%%WWWDIR%%/spec/views/ci/status/_icon.html.haml_spec.rb
@@ -15739,6 +16094,7 @@
%%WWWDIR%%/spec/views/devise/shared/_signin_box.html.haml_spec.rb
%%WWWDIR%%/spec/views/errors/access_denied.html.haml_spec.rb
%%WWWDIR%%/spec/views/events/event/_push.html.haml_spec.rb
+%%WWWDIR%%/spec/views/groups/_home_panel.html.haml_spec.rb
%%WWWDIR%%/spec/views/groups/edit.html.haml_spec.rb
%%WWWDIR%%/spec/views/help/index.html.haml_spec.rb
%%WWWDIR%%/spec/views/help/instance_configuration.html.haml_spec.rb
@@ -15805,9 +16161,11 @@
%%WWWDIR%%/spec/workers/build_trace_sections_worker_spec.rb
%%WWWDIR%%/spec/workers/chat_notification_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/archive_traces_cron_worker_spec.rb
+%%WWWDIR%%/spec/workers/ci/build_prepare_worker_spec.rb
%%WWWDIR%%/spec/workers/ci/build_schedule_worker_spec.rb
%%WWWDIR%%/spec/workers/cleanup_container_repository_worker_spec.rb
%%WWWDIR%%/spec/workers/cluster_configure_worker_spec.rb
+%%WWWDIR%%/spec/workers/cluster_project_configure_worker_spec.rb
%%WWWDIR%%/spec/workers/cluster_provision_worker_spec.rb
%%WWWDIR%%/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb
%%WWWDIR%%/spec/workers/concerns/application_worker_spec.rb
@@ -15866,6 +16224,7 @@
%%WWWDIR%%/spec/workers/mail_scheduler/issue_due_worker_spec.rb
%%WWWDIR%%/spec/workers/mail_scheduler/notification_service_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_worker_spec.rb
+%%WWWDIR%%/spec/workers/migrate_external_diffs_worker_spec.rb
%%WWWDIR%%/spec/workers/namespaceless_project_destroy_worker_spec.rb
%%WWWDIR%%/spec/workers/new_issue_worker_spec.rb
%%WWWDIR%%/spec/workers/new_merge_request_worker_spec.rb
@@ -15909,6 +16268,7 @@
%%WWWDIR%%/spec/workers/repository_remove_remote_worker_spec.rb
%%WWWDIR%%/spec/workers/repository_update_remote_mirror_worker_spec.rb
%%WWWDIR%%/spec/workers/run_pipeline_schedule_worker_spec.rb
+%%WWWDIR%%/spec/workers/schedule_migrate_external_diffs_worker_spec.rb
%%WWWDIR%%/spec/workers/stage_update_worker_spec.rb
%%WWWDIR%%/spec/workers/stuck_ci_jobs_worker_spec.rb
%%WWWDIR%%/spec/workers/stuck_import_jobs_worker_spec.rb
@@ -15946,8 +16306,6 @@
%%WWWDIR%%/vendor/Dockerfile/Ruby-alpine.Dockerfile
%%WWWDIR%%/vendor/Dockerfile/Ruby.Dockerfile
%%WWWDIR%%/vendor/assets/javascripts/jasmine-jquery.js
-%%WWWDIR%%/vendor/assets/javascripts/jquery.atwho.js
-%%WWWDIR%%/vendor/assets/javascripts/jquery.caret.js
%%WWWDIR%%/vendor/assets/javascripts/jquery.endless-scroll.js
%%WWWDIR%%/vendor/assets/javascripts/jquery.scrollTo.js
%%WWWDIR%%/vendor/assets/javascripts/pdf.js
@@ -16054,6 +16412,6 @@
@sample %%WWWDIR%%/lib/support/nginx/gitlab-ssl.sample
@owner root
@group wheel
-@dir /usr/home
-@dir(git,git,) /usr/home/git
-@dir(git,git,2770) /usr/home/git/repositories
+@dir /usr/local
+@dir(git,git,) /usr/local/git
+@dir(git,git,2770) /usr/local/git/repositories