aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-07 08:27:24 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-07 08:27:24 +0000
commit7be7de93053a006475729800f9c565a51311009f (patch)
tree443f452e3b7fcab9cfbaf90c6a85b56725bf7cb8
parentf3e947894abbb42f9840eb58058db2cb6579c64d (diff)
downloadports-7be7de93053a006475729800f9c565a51311009f.tar.gz
ports-7be7de93053a006475729800f9c565a51311009f.zip
MFH: r445153
www/gitlab: Update from 9.0.10 to 9.1.7 Changelog: https://github.com/gitlabhq/gitlabhq/blob/v9.1.7/CHANGELOG.md Reviewed by: Matthias Fechner <idefix@fechner.net> Approved by: ports-secteam (junovitch)
Notes
Notes: svn path=/branches/2017Q3/; revision=445221
-rw-r--r--www/gitlab/Makefile24
-rw-r--r--www/gitlab/distinfo6
-rw-r--r--www/gitlab/files/gitlab.in2
-rw-r--r--www/gitlab/files/patch-Gemfile79
-rw-r--r--www/gitlab/files/patch-config_gitlab.yml.example10
-rw-r--r--www/gitlab/files/patch-config_initializers_1__settings.rb10
-rw-r--r--www/gitlab/files/patch-config_initializers_8__gitaly.rb5
-rw-r--r--www/gitlab/files/patch-lib_support_nginx_gitlab4
-rw-r--r--www/gitlab/files/patch-lib_support_nginx_gitlab-ssl4
-rw-r--r--www/gitlab/files/patch-lib_tasks_gitlab_check.rake11
-rw-r--r--www/gitlab/pkg-message6
-rw-r--r--www/gitlab/pkg-plist720
12 files changed, 697 insertions, 184 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index b69621ecde76..e23dede9ac52 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= gitlab
-PORTVERSION= 9.0.10
+PORTVERSION= 9.1.7
DISTVERSIONPREFIX= v
-PORTREVISION= 2
CATEGORIES= www devel
MAINTAINER= tz@FreeBSD.org
@@ -26,8 +25,8 @@ BUILD_DEPENDS= gem:devel/ruby-gems
# only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS
# for the options
RUN_DEPENDS= git>=2.8.4:devel/git \
- gitlab-shell>=5.0.0:devel/gitlab-shell\
- gitlab-workhorse>=1.4.2:www/gitlab-workhorse \
+ gitlab-shell>=5.0.2:devel/gitlab-shell\
+ gitlab-workhorse>=1.4.3:www/gitlab-workhorse \
redis>=2.8.23:databases/redis \
npm>=4.3.0:www/npm \
yarn>=0.17.0:www/yarn \
@@ -36,7 +35,8 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-responders>=2.0:www/rubygem-responders \
rubygem-sprockets3>=3.7:devel/rubygem-sprockets3 \
rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \
- rubygem-rugged>=0.24:devel/rubygem-rugged \
+ rubygem-rugged>=0.25.1.1:devel/rubygem-rugged \
+ rubygem-faraday>=0.11.0:www/rubygem-faraday \
rubygem-devise>=4.2:devel/rubygem-devise \
rubygem-doorkeeper>=4.2:security/rubygem-doorkeeper \
rubygem-doorkeeper-openid_connect>=1.1.0:security/rubygem-doorkeeper-openid_connect \
@@ -66,7 +66,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-browser>=2.2:www/rubygem-browser \
rubygem-gitlab_omniauth-ldap1>=1.2.1:net/rubygem-gitlab_omniauth-ldap1 \
rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \
- rubygem-gollum-rugged_adapter>=0.4.2:www/rubygem-gollum-rugged_adapter \
+ rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \
rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \
rubygem-grape>=0.19.0:devel/rubygem-grape \
rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \
@@ -108,6 +108,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-sidekiq-cron04>=0.4.4:devel/rubygem-sidekiq-cron04 \
rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \
rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \
+ rubygem-rufus-scheduler>=3.1.10:devel/rubygem-rufus-scheduler \
rubygem-httparty>=0.13.3:www/rubygem-httparty \
rubygem-rainbow>=2.1.0:devel/rubygem-rainbow \
rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \
@@ -120,7 +121,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-gitlab-flowdock-git-hook>=1.0.1:www/rubygem-gitlab-flowdock-git-hook \
rubygem-gemnasium-gitlab-service>=0.2:devel/rubygem-gemnasium-gitlab-service \
rubygem-slack-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \
- rubygem-asana>=0.4.0:www/rubygem-asana \
+ rubygem-asana>=0.6.0:www/rubygem-asana \
rubygem-ruby-fogbugz>=0.2.1:devel/rubygem-ruby-fogbugz \
rubygem-kubeclient>=2.2.0:www/rubygem-kubeclient \
rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \
@@ -136,7 +137,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-oj2>=2.17.4:devel/rubygem-oj2 \
rubygem-chronic>=0.10.2:devel/rubygem-chronic \
rubygem-chronic_duration>=0.10.6:devel/rubygem-chronic_duration \
- rubygem-webpack-rails>=0.9.9:www/rubygem-webpack-rails \
+ rubygem-webpack-rails>=0.9.10:www/rubygem-webpack-rails \
rubygem-rack-proxy>=0.6.0:www/rubygem-rack-proxy \
rubygem-sass-rails5>=5.0.6:textproc/rubygem-sass-rails5 \
rubygem-coffee-rails4>=4.1.0:devel/rubygem-coffee-rails4 \
@@ -153,19 +154,20 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-virtus>=1.0.1:devel/rubygem-virtus \
rubygem-net-ssh>=3.0.1:security/rubygem-net-ssh \
rubygem-base32>=0.3.2:converters/rubygem-base32 \
- rubygem-sentry-raven>=2.0.0:devel/rubygem-sentry-raven \
+ rubygem-sentry-raven>=2.4.0:devel/rubygem-sentry-raven \
rubygem-premailer-rails>=1.9.0:mail/rubygem-premailer-rails \
rubygem-octokit>=4.6.2:net/rubygem-octokit \
rubygem-mail_room>=0.9.1:mail/rubygem-mail_room \
rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \
rubygem-html2text>=0:textproc/rubygem-html2text \
rubygem-ruby-prof>=0.16.2:devel/rubygem-ruby-prof \
- rubygem-oauth212>=1.2.0:net/rubygem-oauth212 \
+ rubygem-oauth2>=1.3.0:net/rubygem-oauth212 \
rubygem-paranoia>=2.2:databases/rubygem-paranoia \
rubygem-health_check>=2.6.0:devel/rubygem-health_check \
rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \
rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \
- rubygem-gitaly>=0.2.1:net/rubygem-gitaly \
+ rubygem-gitaly>=0.5.0:net/rubygem-gitaly \
+ rubygem-toml-rb>=0.3.15:www/rubygem-toml-rb \
rubygem-rinku>=1.7.3:www/rubygem-rinku
PGSQL_RUN_DEPENDS= rubygem-pg>=0.18.2:databases/rubygem-pg
diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo
index 0ef229619910..4c210385351b 100644
--- a/www/gitlab/distinfo
+++ b/www/gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497354650
-SHA256 (gitlabhq-gitlabhq-v9.0.10_GH0.tar.gz) = 99422056f86a8ada3177cfd4e06985ef7db51494940bebcc08886b61a5221e48
-SIZE (gitlabhq-gitlabhq-v9.0.10_GH0.tar.gz) = 26359584
+TIMESTAMP = 1498552753
+SHA256 (gitlabhq-gitlabhq-v9.1.7_GH0.tar.gz) = 195f39ea7e3c0714df13403b2cc6311fecc437bf28b9f9cc619dd5b3a49634b0
+SIZE (gitlabhq-gitlabhq-v9.1.7_GH0.tar.gz) = 30511727
diff --git a/www/gitlab/files/gitlab.in b/www/gitlab/files/gitlab.in
index 41a2ddae8526..dfb1e442df98 100644
--- a/www/gitlab/files/gitlab.in
+++ b/www/gitlab/files/gitlab.in
@@ -390,7 +390,7 @@ restart_gitlab(){
### Finally the input handling.
case "$1" in
- start|quietstart)
+ start|quietstart|faststart)
start_gitlab
;;
stop|faststop)
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index 9666ae27d17d..a061d9bac077 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,6 +1,6 @@
---- Gemfile.orig 2017-06-07 20:58:14 UTC
+--- Gemfile.orig 2017-06-07 20:48:31 UTC
+++ Gemfile
-@@ -1,46 +1,41 @@
+@@ -1,48 +1,43 @@
source 'https://rubygems.org'
-gem 'rails', '4.2.8'
@@ -21,8 +21,10 @@
-gem 'pg', '~> 0.18.2', group: :postgres
+gem 'default_value_for', '>= 3.0.0'
--gem 'rugged', '~> 0.24.0'
-+gem 'rugged', '>= 0.24.0'
+ gem 'rugged', '~> 0.25.1.1'
+
+-gem 'faraday', '~> 0.11.0'
++gem 'faraday', '>= 0.11.0'
# Authentication libraries
gem 'devise', '~> 4.2'
@@ -56,8 +58,8 @@
gem 'akismet', '~> 2.0'
# Two-factor authentication
-@@ -66,7 +61,7 @@ gem 'gollum-lib', '~> 4.2', require: fal
- gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
+@@ -68,7 +63,7 @@ gem 'gollum-lib', '~> 4.2', require: fal
+ gem 'gollum-rugged_adapter', '~> 0.4.4', require: false
# Language detection
-gem 'github-linguist', '~> 4.7.0', require: 'linguist'
@@ -65,7 +67,7 @@
# API
gem 'grape', '~> 0.19.0'
-@@ -77,13 +72,13 @@ gem 'rack-cors', '~> 0.4.0', require: 'r
+@@ -79,13 +74,13 @@ gem 'rack-cors', '~> 0.4.0', require: 'r
gem 'kaminari', '~> 0.17.0'
# HAML
@@ -82,7 +84,7 @@
# for backups
gem 'fog-aws', '~> 0.9'
-@@ -94,7 +89,7 @@ gem 'fog-openstack', '~> 0.1'
+@@ -96,7 +91,7 @@ gem 'fog-openstack', '~> 0.1'
gem 'fog-rackspace', '~> 0.1.1'
# for Google storage
@@ -91,7 +93,7 @@
# for aws storage
gem 'unf', '~> 0.1.4'
-@@ -104,34 +99,34 @@ gem 'seed-fu', '~> 2.3.5'
+@@ -106,34 +101,34 @@ gem 'seed-fu', '~> 2.3.5'
# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
@@ -134,9 +136,13 @@
# Run events after state machine commits
gem 'after_commit_queue', '~> 1.3.0'
-@@ -145,17 +140,17 @@ gem 'redis-namespace', '~> 1.5.2'
+@@ -147,20 +142,20 @@ gem 'redis-namespace', '~> 1.5.2'
gem 'sidekiq-limit_fetch', '~> 3.4'
+ # Cron Parser
+-gem 'rufus-scheduler', '~> 3.1.10'
++gem 'rufus-scheduler', '>= 3.1.10'
+
# HTTP requests
-gem 'httparty', '~> 0.13.3'
+gem 'httparty', '>= 0.13.3'
@@ -155,7 +161,7 @@
# Cache
gem 'redis-rails', '~> 5.0.1'
-@@ -168,7 +163,7 @@ gem 'connection_pool', '~> 2.0'
+@@ -173,7 +168,7 @@ gem 'connection_pool', '~> 2.0'
gem 'hipchat', '~> 1.5.0'
# JIRA integration
@@ -164,14 +170,7 @@
# Flowdock integration
gem 'gitlab-flowdock-git-hook', '~> 1.0.1'
-@@ -180,13 +175,13 @@ gem 'gemnasium-gitlab-service', '~> 0.2'
- gem 'slack-notifier', '~> 1.5.1'
-
- # Asana integration
--gem 'asana', '~> 0.4.0'
-+gem 'asana', '>= 0.4.0'
-
- # FogBugz integration
+@@ -191,7 +186,7 @@ gem 'asana', '~> 0.6.0'
gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration
@@ -180,7 +179,7 @@
# d3
gem 'd3_rails', '~> 3.5.0'
-@@ -195,7 +190,7 @@ gem 'd3_rails', '~> 3.5.0'
+@@ -200,7 +195,7 @@ gem 'd3_rails', '~> 3.5.0'
gem 'underscore-rails', '~> 1.8.0'
# Sanitize user input
@@ -189,7 +188,7 @@
gem 'babosa', '~> 1.0.2'
# Sanitizes SVG input
-@@ -205,7 +200,7 @@ gem 'loofah', '~> 2.0.3'
+@@ -210,7 +205,7 @@ gem 'loofah', '~> 2.0.3'
gem 'licensee', '~> 8.7.0'
# Protect against bruteforcing
@@ -198,10 +197,10 @@
# Ace editor
gem 'ace-rails-ap', '~> 4.1.0'
-@@ -224,122 +219,41 @@ gem 'chronic', '~> 0.10.2'
+@@ -229,122 +224,41 @@ gem 'chronic', '~> 0.10.2'
gem 'chronic_duration', '~> 0.10.6'
- gem 'webpack-rails', '~> 0.9.9'
+ gem 'webpack-rails', '~> 0.9.10'
-gem 'rack-proxy', '~> 0.6.0'
+gem 'rack-proxy', '>= 0.6.0'
@@ -228,8 +227,8 @@
gem 'base32', '~> 0.3.0'
# Sentry integration
--gem 'sentry-raven', '~> 2.0.0'
-+gem 'sentry-raven', '>= 2.0.0'
+-gem 'sentry-raven', '~> 2.4.0'
++gem 'sentry-raven', '>= 2.4.0'
gem 'premailer-rails', '~> 1.9.0'
@@ -242,15 +241,13 @@
-
-group :development do
- gem 'foreman', '~> 0.78.0'
-- gem 'brakeman', '~> 3.4.0', require: false
+- gem 'brakeman', '~> 3.6.0', require: false
-
- gem 'letter_opener_web', '~> 1.3.0'
-- gem 'bullet', '~> 5.2.0', require: false
- gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
-- gem 'web-console', '~> 2.0'
-
- # Better errors handler
-- gem 'better_errors', '~> 1.0.1'
+- gem 'better_errors', '~> 2.1.0'
- gem 'binding_of_caller', '~> 0.7.2'
-
- # thin instead webrick
@@ -258,6 +255,7 @@
-end
-
-group :development, :test do
+- gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET']
- gem 'pry-byebug', '~> 3.4.1', platform: :mri
- gem 'pry-rails', '~> 0.3.4'
-
@@ -282,16 +280,16 @@
- gem 'capybara-screenshot', '~> 1.0.0'
- gem 'poltergeist', '~> 1.9.0'
-
-- gem 'spring', '~> 1.7.0'
+- gem 'spring', '~> 2.0.0'
- gem 'spring-commands-rspec', '~> 1.0.4'
- gem 'spring-commands-spinach', '~> 1.1.0'
-
- gem 'rubocop', '~> 0.47.1', require: false
-- gem 'rubocop-rspec', '~> 1.12.0', require: false
+- gem 'rubocop-rspec', '~> 1.15.0', require: false
- gem 'scss_lint', '~> 0.47.0', require: false
- gem 'haml_lint', '~> 0.21.0', require: false
-- gem 'simplecov', '0.12.0', require: false
-- gem 'flay', '~> 2.6.1', require: false
+- gem 'simplecov', '~> 0.14.0', require: false
+- gem 'flay', '~> 2.8.0', require: false
- gem 'bundler-audit', '~> 0.5.0', require: false
-
- gem 'benchmark-ips', '~> 2.3.0', require: false
@@ -308,10 +306,11 @@
- gem 'shoulda-matchers', '~> 2.8.0', require: false
- gem 'email_spec', '~> 1.6.0'
- gem 'json-schema', '~> 2.6.2'
-- gem 'webmock', '~> 1.21.0'
+- gem 'webmock', '~> 1.24.0'
- gem 'test_after_commit', '~> 1.1'
- gem 'sham_rack', '~> 1.3.6'
- gem 'timecop', '~> 0.8.0'
+- gem 'concurrent-ruby', '~> 1.0.5'
-end
-
-gem 'octokit', '~> 4.6.2'
@@ -326,14 +325,16 @@
gem 'ruby-prof', '~> 0.16.2'
# OAuth
--gem 'oauth2', '~> 1.2.0'
-+gem 'oauth2', '>= 1.2.0'
+-gem 'oauth2', '~> 1.3.0'
++gem 'oauth2', '>= 1.3.0'
# Soft deletion
gem 'paranoia', '~> 2.2'
-@@ -353,3 +267,5 @@ gem 'sys-filesystem', '~> 1.1.6'
-
+@@ -359,4 +273,6 @@ gem 'sys-filesystem', '~> 1.1.6'
# Gitaly GRPC client
- gem 'gitaly', '~> 0.2.1'
+ gem 'gitaly', '~> 0.5.0'
+
+-gem 'toml-rb', '~> 0.3.15', require: false
++gem 'toml-rb', '>= 0.3.15', require: false
+
+gem 'rinku'
diff --git a/www/gitlab/files/patch-config_gitlab.yml.example b/www/gitlab/files/patch-config_gitlab.yml.example
index 894a9b5b6588..e33ebf81205b 100644
--- a/www/gitlab/files/patch-config_gitlab.yml.example
+++ b/www/gitlab/files/patch-config_gitlab.yml.example
@@ -1,15 +1,17 @@
---- config/gitlab.yml.example.orig 2017-06-07 20:58:14 UTC
+--- config/gitlab.yml.example.orig 2017-06-07 20:48:31 UTC
+++ config/gitlab.yml.example
-@@ -472,7 +472,7 @@ production: &base
+@@ -463,8 +463,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)
+ path: /usr/home/git/repositories/
++ gitaly_address: unix:/usr/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
## Backup settings
backup:
-@@ -499,12 +499,12 @@ production: &base
+@@ -491,12 +491,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
@@ -25,7 +27,7 @@
# Git over HTTP
upload_pack: true
-@@ -517,7 +517,7 @@ production: &base
+@@ -509,7 +509,7 @@ production: &base
# CAUTION!
# Use the default values unless you really know what you are doing
git:
diff --git a/www/gitlab/files/patch-config_initializers_1__settings.rb b/www/gitlab/files/patch-config_initializers_1__settings.rb
index 79ccb3ef49cb..8a92be748d72 100644
--- a/www/gitlab/files/patch-config_initializers_1__settings.rb
+++ b/www/gitlab/files/patch-config_initializers_1__settings.rb
@@ -1,8 +1,8 @@
---- config/initializers/1_settings.rb.orig 2017-06-07 20:58:14 UTC
+--- config/initializers/1_settings.rb.orig 2017-06-07 20:48:31 UTC
+++ config/initializers/1_settings.rb
-@@ -203,12 +203,8 @@ Settings.gitlab['email_subject_suffix']
- Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url)
- Settings.gitlab['url'] ||= Settings.send(:build_gitlab_url)
+@@ -215,12 +215,8 @@ Settings.gitlab['email_subject_suffix']
+ Settings.gitlab['base_url'] ||= Settings.__send__(:build_base_gitlab_url)
+ Settings.gitlab['url'] ||= Settings.__send__(:build_gitlab_url)
Settings.gitlab['user'] ||= 'git'
-Settings.gitlab['user_home'] ||= begin
- Etc.getpwnam(Settings.gitlab['user']).dir
@@ -14,4 +14,4 @@
+Settings.gitlab['time_zone'] ||= nil
Settings.gitlab['signup_enabled'] ||= true if Settings.gitlab['signup_enabled'].nil?
Settings.gitlab['signin_enabled'] ||= true if Settings.gitlab['signin_enabled'].nil?
- Settings.gitlab['restricted_visibility_levels'] = Settings.send(:verify_constant_array, Gitlab::VisibilityLevel, Settings.gitlab['restricted_visibility_levels'], [])
+ Settings.gitlab['restricted_visibility_levels'] = Settings.__send__(:verify_constant_array, Gitlab::VisibilityLevel, Settings.gitlab['restricted_visibility_levels'], [])
diff --git a/www/gitlab/files/patch-config_initializers_8__gitaly.rb b/www/gitlab/files/patch-config_initializers_8__gitaly.rb
deleted file mode 100644
index 70cae793f19a..000000000000
--- a/www/gitlab/files/patch-config_initializers_8__gitaly.rb
+++ /dev/null
@@ -1,5 +0,0 @@
---- config/initializers/8_gitaly.rb.orig 2017-06-07 20:58:14 UTC
-+++ config/initializers/8_gitaly.rb
-@@ -1,2 +1 @@
- # Make sure we initialize a Gitaly channel before Sidekiq starts multi-threaded execution.
--Gitlab::GitalyClient.channel unless Rails.env.test?
diff --git a/www/gitlab/files/patch-lib_support_nginx_gitlab b/www/gitlab/files/patch-lib_support_nginx_gitlab
index 6283f1d244b9..8f9347e96b4f 100644
--- a/www/gitlab/files/patch-lib_support_nginx_gitlab
+++ b/www/gitlab/files/patch-lib_support_nginx_gitlab
@@ -1,4 +1,4 @@
---- lib/support/nginx/gitlab.orig 2017-06-07 20:58:14 UTC
+--- lib/support/nginx/gitlab.orig 2017-06-07 20:48:31 UTC
+++ lib/support/nginx/gitlab
@@ -17,7 +17,7 @@
## See installation.md#using-https for additional HTTPS configuration details.
@@ -9,7 +9,7 @@
}
map $http_upgrade $connection_upgrade_gitlab {
-@@ -70,7 +70,7 @@ server {
+@@ -77,7 +77,7 @@ server {
error_page 502 /502.html;
error_page 503 /503.html;
location ~ ^/(404|422|500|502|503)\.html$ {
diff --git a/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
index 55e8dd5c1f49..6486d88b8223 100644
--- a/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
+++ b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
@@ -1,4 +1,4 @@
---- lib/support/nginx/gitlab-ssl.orig 2017-06-07 20:58:14 UTC
+--- lib/support/nginx/gitlab-ssl.orig 2017-06-07 20:48:31 UTC
+++ lib/support/nginx/gitlab-ssl
@@ -21,7 +21,7 @@
## See installation.md#using-https for additional HTTPS configuration details.
@@ -9,7 +9,7 @@
}
map $http_upgrade $connection_upgrade_gitlab_ssl {
-@@ -118,7 +118,7 @@ server {
+@@ -125,7 +125,7 @@ server {
error_page 502 /502.html;
error_page 503 /503.html;
location ~ ^/(404|422|500|502|503)\.html$ {
diff --git a/www/gitlab/files/patch-lib_tasks_gitlab_check.rake b/www/gitlab/files/patch-lib_tasks_gitlab_check.rake
deleted file mode 100644
index 193bc0315718..000000000000
--- a/www/gitlab/files/patch-lib_tasks_gitlab_check.rake
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/tasks/gitlab/check.rake.orig 2017-06-07 20:58:14 UTC
-+++ lib/tasks/gitlab/check.rake
-@@ -617,7 +617,7 @@ namespace :gitlab do
- end
-
- def sidekiq_process_count
-- ps_ux, _ = Gitlab::Popen.popen(%w(ps ux))
-+ ps_ux, _ = Gitlab::Popen.popen(%W(ps wux))
- ps_ux.scan(/sidekiq \d+\.\d+\.\d+/).count
- end
- end
diff --git a/www/gitlab/pkg-message b/www/gitlab/pkg-message
index 4f8d97f6680e..5908c38e15a5 100644
--- a/www/gitlab/pkg-message
+++ b/www/gitlab/pkg-message
@@ -3,7 +3,7 @@ Gitlab was installed successfully.
You now need to set up the various components of Gitlab, so please
follow the instructions in the guide at:
-http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/install/9.0-freebsd.md
+http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/install/9.1-freebsd.md
If you just installed an minor upgrade of GitLab please follow
the instructions in the guide at:
@@ -11,6 +11,6 @@ the instructions in the guide at:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/freebsd_patch_versions.md
If you just installed an major upgrade of GitLab, for example you
-switched from 8.17.x to 9.0.x, please follow the instructions in the guide at:
+switched from 9.0.x to 9.1.x, please follow the instructions in the guide at:
-http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/8.17-to-9.0-freebsd.md
+http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/9.0-to-9.1-freebsd.md
diff --git a/www/gitlab/pkg-plist b/www/gitlab/pkg-plist
index 84b89236453f..9900c2f303bd 100644
--- a/www/gitlab/pkg-plist
+++ b/www/gitlab/pkg-plist
@@ -1,9 +1,9 @@
+%%WWWDIR%%/.babelrc
%%WWWDIR%%/.csscomb.json
%%WWWDIR%%/.eslintignore
%%WWWDIR%%/.eslintrc
%%WWWDIR%%/.flayignore
%%WWWDIR%%/.foreman
-%%WWWDIR%%/.gitattributes
%%WWWDIR%%/.github/ISSUE_TEMPLATE.md
%%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md
%%WWWDIR%%/.gitlab-ci.yml
@@ -41,6 +41,16 @@
%%WWWDIR%%/app/assets/images/auth_buttons/gitlab_64.png
%%WWWDIR%%/app/assets/images/auth_buttons/google_64.png
%%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_canceled.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_created.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_failed.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_manual.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_not_found.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_pending.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_running.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_skipped.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_success.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_warning.ico
%%WWWDIR%%/app/assets/images/dark-scheme-preview.png
%%WWWDIR%%/app/assets/images/emoji.png
%%WWWDIR%%/app/assets/images/emoji/100.png
@@ -1884,21 +1894,34 @@
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji.js
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji/is_emoji_name_valid.js
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji/is_emoji_unicode_supported.js
-%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji/spread_string.js
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji/unicode_support_map.js
+%%WWWDIR%%/app/assets/javascripts/behaviors/index.js
%%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js
%%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js
%%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_ci_yaml.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_dockerfile_selector.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_dockerfile_selectors.js
+%%WWWDIR%%/app/assets/javascripts/blob/3d_viewer/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/3d_viewer/mesh_object.js
%%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selector.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selectors.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selector.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selectors.js
+%%WWWDIR%%/app/assets/javascripts/blob/blob_fork_suggestion.js
+%%WWWDIR%%/app/assets/javascripts/blob/blob_line_permalink_updater.js
+%%WWWDIR%%/app/assets/javascripts/blob/create_branch_dropdown.js
+%%WWWDIR%%/app/assets/javascripts/blob/file_template_mediator.js
+%%WWWDIR%%/app/assets/javascripts/blob/file_template_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/notebook/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/notebook_viewer.js
+%%WWWDIR%%/app/assets/javascripts/blob/pdf/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/pdf_viewer.js
+%%WWWDIR%%/app/assets/javascripts/blob/sketch/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/sketch_viewer.js
+%%WWWDIR%%/app/assets/javascripts/blob/stl_viewer.js
+%%WWWDIR%%/app/assets/javascripts/blob/target_branch_dropdown.js
%%WWWDIR%%/app/assets/javascripts/blob/template_selector.js
-%%WWWDIR%%/app/assets/javascripts/blob_edit/blob_edit_bundle.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/ci_yaml_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/dockerfile_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/gitignore_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/license_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/type_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob_edit/blob_bundle.js
%%WWWDIR%%/app/assets/javascripts/blob_edit/edit_blob.js
%%WWWDIR%%/app/assets/javascripts/boards/boards_bundle.js
%%WWWDIR%%/app/assets/javascripts/boards/components/board.js
@@ -1911,9 +1934,6 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/issue_card_inner.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/empty_state.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters.js
-%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters/label.js
-%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters/milestone.js
-%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters/user.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/footer.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/header.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/index.js
@@ -1922,6 +1942,8 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/tabs.js
%%WWWDIR%%/app/assets/javascripts/boards/components/new_list_dropdown.js
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/remove_issue.js
+%%WWWDIR%%/app/assets/javascripts/boards/eventhub.js
+%%WWWDIR%%/app/assets/javascripts/boards/filtered_search_boards.js
%%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_mixins.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/sortable_default_options.js
@@ -1933,29 +1955,34 @@
%%WWWDIR%%/app/assets/javascripts/boards/services/board_service.js
%%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js
%%WWWDIR%%/app/assets/javascripts/boards/stores/modal_store.js
+%%WWWDIR%%/app/assets/javascripts/boards/utils/query_data.js
%%WWWDIR%%/app/assets/javascripts/breakpoints.js
%%WWWDIR%%/app/assets/javascripts/broadcast_message.js
%%WWWDIR%%/app/assets/javascripts/build.js
%%WWWDIR%%/app/assets/javascripts/build_artifacts.js
%%WWWDIR%%/app/assets/javascripts/build_variables.js
%%WWWDIR%%/app/assets/javascripts/ci_lint_editor.js
+%%WWWDIR%%/app/assets/javascripts/ci_status_icons.js
+%%WWWDIR%%/app/assets/javascripts/comment_type_toggle.js
%%WWWDIR%%/app/assets/javascripts/commit.js
%%WWWDIR%%/app/assets/javascripts/commit/file.js
%%WWWDIR%%/app/assets/javascripts/commit/image_file.js
%%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_bundle.js
-%%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_service.js
-%%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_store.js
%%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_table.js
%%WWWDIR%%/app/assets/javascripts/commits.js
%%WWWDIR%%/app/assets/javascripts/commons/bootstrap.js
%%WWWDIR%%/app/assets/javascripts/commons/index.js
%%WWWDIR%%/app/assets/javascripts/commons/jquery.js
+%%WWWDIR%%/app/assets/javascripts/commons/polyfills.js
+%%WWWDIR%%/app/assets/javascripts/commons/polyfills/custom_event.js
+%%WWWDIR%%/app/assets/javascripts/commons/polyfills/element.js
%%WWWDIR%%/app/assets/javascripts/compare.js
%%WWWDIR%%/app/assets/javascripts/compare_autocomplete.js
%%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js
%%WWWDIR%%/app/assets/javascripts/copy_as_gfm.js
%%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js
%%WWWDIR%%/app/assets/javascripts/create_label.js
+%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/limit_warning_component.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_code_component.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_issue_component.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_plan_component.js
@@ -1975,6 +2002,7 @@
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/comment_resolve_btn.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/diff_note_avatars.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/jump_to_discussion.js
+%%WWWDIR%%/app/assets/javascripts/diff_notes/components/new_issue_for_discussion.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_btn.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_count.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_discussion_btn.js
@@ -1986,37 +2014,45 @@
%%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js
%%WWWDIR%%/app/assets/javascripts/dispatcher.js
-%%WWWDIR%%/app/assets/javascripts/droplab/droplab.js
-%%WWWDIR%%/app/assets/javascripts/droplab/droplab_ajax.js
-%%WWWDIR%%/app/assets/javascripts/droplab/droplab_ajax_filter.js
-%%WWWDIR%%/app/assets/javascripts/droplab/droplab_filter.js
+%%WWWDIR%%/app/assets/javascripts/droplab/constants.js
+%%WWWDIR%%/app/assets/javascripts/droplab/drop_down.js
+%%WWWDIR%%/app/assets/javascripts/droplab/drop_lab.js
+%%WWWDIR%%/app/assets/javascripts/droplab/hook.js
+%%WWWDIR%%/app/assets/javascripts/droplab/hook_button.js
+%%WWWDIR%%/app/assets/javascripts/droplab/hook_input.js
+%%WWWDIR%%/app/assets/javascripts/droplab/keyboard.js
+%%WWWDIR%%/app/assets/javascripts/droplab/plugins/ajax.js
+%%WWWDIR%%/app/assets/javascripts/droplab/plugins/ajax_filter.js
+%%WWWDIR%%/app/assets/javascripts/droplab/plugins/filter.js
+%%WWWDIR%%/app/assets/javascripts/droplab/plugins/input_setter.js
+%%WWWDIR%%/app/assets/javascripts/droplab/utils.js
%%WWWDIR%%/app/assets/javascripts/dropzone_input.js
%%WWWDIR%%/app/assets/javascripts/due_date_select.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.js
+%%WWWDIR%%/app/assets/javascripts/environments/components/environment_monitoring.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_rollback.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_stop.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_terminal_button.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environments_table.js
%%WWWDIR%%/app/assets/javascripts/environments/environments_bundle.js
+%%WWWDIR%%/app/assets/javascripts/environments/event_hub.js
%%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_bundle.js
%%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_view.js
%%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js
%%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js
%%WWWDIR%%/app/assets/javascripts/extensions/array.js
-%%WWWDIR%%/app/assets/javascripts/extensions/custom_event.js
-%%WWWDIR%%/app/assets/javascripts/extensions/element.js
-%%WWWDIR%%/app/assets/javascripts/extensions/jquery.js
-%%WWWDIR%%/app/assets/javascripts/extensions/object.js
-%%WWWDIR%%/app/assets/javascripts/extensions/string.js
%%WWWDIR%%/app/assets/javascripts/files_comment_button.js
%%WWWDIR%%/app/assets/javascripts/filterable_list.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/components/recent_searches_dropdown_content.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/container.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_hint.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_non_user.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_user.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_utils.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/event_hub.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_bundle.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown_manager.js
@@ -2024,6 +2060,10 @@
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_token_keys.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_tokenizer.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_visual_tokens.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/recent_searches_root.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
%%WWWDIR%%/app/assets/javascripts/flash.js
%%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js
%%WWWDIR%%/app/assets/javascripts/gl_dropdown.js
@@ -2034,13 +2074,16 @@
%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors.js
%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_graph.js
%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_util.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/group_name.js
%%WWWDIR%%/app/assets/javascripts/groups_list.js
%%WWWDIR%%/app/assets/javascripts/groups_select.js
%%WWWDIR%%/app/assets/javascripts/header.js
%%WWWDIR%%/app/assets/javascripts/importer_status.js
%%WWWDIR%%/app/assets/javascripts/issuable.js
+%%WWWDIR%%/app/assets/javascripts/issuable/auto_width_dropdown_select.js
%%WWWDIR%%/app/assets/javascripts/issuable/issuable_bundle.js
%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/collapsed_state.js
%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/comparison_pane.js
@@ -2053,6 +2096,9 @@
%%WWWDIR%%/app/assets/javascripts/issuable_context.js
%%WWWDIR%%/app/assets/javascripts/issuable_form.js
%%WWWDIR%%/app/assets/javascripts/issue.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/index.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/issue_title.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js
%%WWWDIR%%/app/assets/javascripts/issue_status_select.js
%%WWWDIR%%/app/assets/javascripts/issues_bulk_assignment.js
%%WWWDIR%%/app/assets/javascripts/label_manager.js
@@ -2061,12 +2107,16 @@
%%WWWDIR%%/app/assets/javascripts/layout_nav.js
%%WWWDIR%%/app/assets/javascripts/lib/ace.js
%%WWWDIR%%/app/assets/javascripts/lib/ace/ace_config_paths.js.erb
+%%WWWDIR%%/app/assets/javascripts/lib/utils/accessor.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/constants.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/http_status.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/number_utils.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/poll.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/pretty_time.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js
@@ -2127,6 +2177,12 @@
%%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_edit.js
%%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_edit_list.js
%%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branches_bundle.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/index.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_access_dropdown.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_create.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_dropdown.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit_list.js
%%WWWDIR%%/app/assets/javascripts/render_gfm.js
%%WWWDIR%%/app/assets/javascripts/render_math.js
%%WWWDIR%%/app/assets/javascripts/right_sidebar.js
@@ -2154,6 +2210,7 @@
%%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selectors.js
%%WWWDIR%%/app/assets/javascripts/terminal/terminal.js
%%WWWDIR%%/app/assets/javascripts/terminal/terminal_bundle.js
+%%WWWDIR%%/app/assets/javascripts/test_utils/index.js
%%WWWDIR%%/app/assets/javascripts/test_utils/simulate_drag.js
%%WWWDIR%%/app/assets/javascripts/todos.js
%%WWWDIR%%/app/assets/javascripts/tree.js
@@ -2161,6 +2218,7 @@
%%WWWDIR%%/app/assets/javascripts/u2f/error.js
%%WWWDIR%%/app/assets/javascripts/u2f/register.js
%%WWWDIR%%/app/assets/javascripts/u2f/util.js
+%%WWWDIR%%/app/assets/javascripts/usage_ping.js
%%WWWDIR%%/app/assets/javascripts/user.js
%%WWWDIR%%/app/assets/javascripts/user_callout.js
%%WWWDIR%%/app/assets/javascripts/user_tabs.js
@@ -2170,15 +2228,24 @@
%%WWWDIR%%/app/assets/javascripts/users_select.js
%%WWWDIR%%/app/assets/javascripts/version_check_image.js
%%WWWDIR%%/app/assets/javascripts/visibility_select.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/async_button.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/empty_state.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/error_state.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/nav_controls.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/navigation_tabs.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipeline_url.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipelines_artifacts.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/stage.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/status.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/time_ago.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/event_hub.js
%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/index.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipeline_url.js
%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipelines.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stage.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/status.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/store.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/time_ago.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/services/pipelines_service.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stores/pipelines_store.js
%%WWWDIR%%/app/assets/javascripts/vue_realtime_listener/index.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/common_vue.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/commit.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pipelines_table.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pipelines_table_row.js
@@ -2250,6 +2317,7 @@
%%WWWDIR%%/app/assets/stylesheets/pages/builds.scss
%%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss
%%WWWDIR%%/app/assets/stylesheets/pages/commits.scss
+%%WWWDIR%%/app/assets/stylesheets/pages/container_registry.scss
%%WWWDIR%%/app/assets/stylesheets/pages/cycle_analytics.scss
%%WWWDIR%%/app/assets/stylesheets/pages/deploy_keys.scss
%%WWWDIR%%/app/assets/stylesheets/pages/detail_page.scss
@@ -2299,6 +2367,7 @@
%%WWWDIR%%/app/controllers/admin/background_jobs_controller.rb
%%WWWDIR%%/app/controllers/admin/broadcast_messages_controller.rb
%%WWWDIR%%/app/controllers/admin/builds_controller.rb
+%%WWWDIR%%/app/controllers/admin/cohorts_controller.rb
%%WWWDIR%%/app/controllers/admin/dashboard_controller.rb
%%WWWDIR%%/app/controllers/admin/deploy_keys_controller.rb
%%WWWDIR%%/app/controllers/admin/groups_controller.rb
@@ -2326,7 +2395,7 @@
%%WWWDIR%%/app/controllers/concerns/creates_commit.rb
%%WWWDIR%%/app/controllers/concerns/cycle_analytics_params.rb
%%WWWDIR%%/app/controllers/concerns/diff_for_path.rb
-%%WWWDIR%%/app/controllers/concerns/filter_projects.rb
+%%WWWDIR%%/app/controllers/concerns/enforces_two_factor_authentication.rb
%%WWWDIR%%/app/controllers/concerns/issuable_actions.rb
%%WWWDIR%%/app/controllers/concerns/issuable_collections.rb
%%WWWDIR%%/app/controllers/concerns/issues_action.rb
@@ -2334,7 +2403,10 @@
%%WWWDIR%%/app/controllers/concerns/membership_actions.rb
%%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb
%%WWWDIR%%/app/controllers/concerns/oauth_applications.rb
+%%WWWDIR%%/app/controllers/concerns/params_backward_compatibility.rb
+%%WWWDIR%%/app/controllers/concerns/renders_notes.rb
%%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb
+%%WWWDIR%%/app/controllers/concerns/requires_health_token.rb
%%WWWDIR%%/app/controllers/concerns/service_params.rb
%%WWWDIR%%/app/controllers/concerns/snippets_actions.rb
%%WWWDIR%%/app/controllers/concerns/spammable_actions.rb
@@ -2361,6 +2433,7 @@
%%WWWDIR%%/app/controllers/groups/milestones_controller.rb
%%WWWDIR%%/app/controllers/groups_controller.rb
%%WWWDIR%%/app/controllers/health_check_controller.rb
+%%WWWDIR%%/app/controllers/health_controller.rb
%%WWWDIR%%/app/controllers/help_controller.rb
%%WWWDIR%%/app/controllers/import/base_controller.rb
%%WWWDIR%%/app/controllers/import/bitbucket_controller.rb
@@ -2408,7 +2481,6 @@
%%WWWDIR%%/app/controllers/projects/commit_controller.rb
%%WWWDIR%%/app/controllers/projects/commits_controller.rb
%%WWWDIR%%/app/controllers/projects/compare_controller.rb
-%%WWWDIR%%/app/controllers/projects/container_registry_controller.rb
%%WWWDIR%%/app/controllers/projects/cycle_analytics/events_controller.rb
%%WWWDIR%%/app/controllers/projects/cycle_analytics_controller.rb
%%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb
@@ -2437,8 +2509,13 @@
%%WWWDIR%%/app/controllers/projects/pipelines_settings_controller.rb
%%WWWDIR%%/app/controllers/projects/project_members_controller.rb
%%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb
+%%WWWDIR%%/app/controllers/projects/protected_refs_controller.rb
+%%WWWDIR%%/app/controllers/projects/protected_tags_controller.rb
%%WWWDIR%%/app/controllers/projects/raw_controller.rb
%%WWWDIR%%/app/controllers/projects/refs_controller.rb
+%%WWWDIR%%/app/controllers/projects/registry/application_controller.rb
+%%WWWDIR%%/app/controllers/projects/registry/repositories_controller.rb
+%%WWWDIR%%/app/controllers/projects/registry/tags_controller.rb
%%WWWDIR%%/app/controllers/projects/releases_controller.rb
%%WWWDIR%%/app/controllers/projects/repositories_controller.rb
%%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb
@@ -2558,6 +2635,7 @@
%%WWWDIR%%/app/helpers/sorting_helper.rb
%%WWWDIR%%/app/helpers/storage_helper.rb
%%WWWDIR%%/app/helpers/submodule_helper.rb
+%%WWWDIR%%/app/helpers/system_note_helper.rb
%%WWWDIR%%/app/helpers/tab_helper.rb
%%WWWDIR%%/app/helpers/tags_helper.rb
%%WWWDIR%%/app/helpers/time_helper.rb
@@ -2565,6 +2643,7 @@
%%WWWDIR%%/app/helpers/tree_helper.rb
%%WWWDIR%%/app/helpers/triggers_helper.rb
%%WWWDIR%%/app/helpers/u2f_helper.rb
+%%WWWDIR%%/app/helpers/users_helper.rb
%%WWWDIR%%/app/helpers/version_check_helper.rb
%%WWWDIR%%/app/helpers/visibility_level_helper.rb
%%WWWDIR%%/app/helpers/wiki_helper.rb
@@ -2595,12 +2674,12 @@
%%WWWDIR%%/app/models/chat_team.rb
%%WWWDIR%%/app/models/ci/build.rb
%%WWWDIR%%/app/models/ci/pipeline.rb
-%%WWWDIR%%/app/models/ci/pipeline_status.rb
%%WWWDIR%%/app/models/ci/runner.rb
%%WWWDIR%%/app/models/ci/runner_project.rb
%%WWWDIR%%/app/models/ci/stage.rb
%%WWWDIR%%/app/models/ci/trigger.rb
%%WWWDIR%%/app/models/ci/trigger_request.rb
+%%WWWDIR%%/app/models/ci/trigger_schedule.rb
%%WWWDIR%%/app/models/ci/variable.rb
%%WWWDIR%%/app/models/commit.rb
%%WWWDIR%%/app/models/commit_range.rb
@@ -2610,23 +2689,33 @@
%%WWWDIR%%/app/models/concerns/awardable.rb
%%WWWDIR%%/app/models/concerns/cache_markdown_field.rb
%%WWWDIR%%/app/models/concerns/case_sensitivity.rb
+%%WWWDIR%%/app/models/concerns/discussion_on_diff.rb
%%WWWDIR%%/app/models/concerns/expirable.rb
%%WWWDIR%%/app/models/concerns/faster_cache_keys.rb
+%%WWWDIR%%/app/models/concerns/ghost_user.rb
%%WWWDIR%%/app/models/concerns/has_status.rb
+%%WWWDIR%%/app/models/concerns/ignorable_column.rb
%%WWWDIR%%/app/models/concerns/importable.rb
%%WWWDIR%%/app/models/concerns/internal_id.rb
%%WWWDIR%%/app/models/concerns/issuable.rb
%%WWWDIR%%/app/models/concerns/mentionable.rb
%%WWWDIR%%/app/models/concerns/milestoneish.rb
%%WWWDIR%%/app/models/concerns/note_on_diff.rb
+%%WWWDIR%%/app/models/concerns/noteable.rb
%%WWWDIR%%/app/models/concerns/participable.rb
%%WWWDIR%%/app/models/concerns/presentable.rb
%%WWWDIR%%/app/models/concerns/project_features_compatibility.rb
%%WWWDIR%%/app/models/concerns/protected_branch_access.rb
+%%WWWDIR%%/app/models/concerns/protected_ref.rb
+%%WWWDIR%%/app/models/concerns/protected_ref_access.rb
+%%WWWDIR%%/app/models/concerns/protected_tag_access.rb
%%WWWDIR%%/app/models/concerns/reactive_caching.rb
%%WWWDIR%%/app/models/concerns/reactive_service.rb
%%WWWDIR%%/app/models/concerns/referable.rb
%%WWWDIR%%/app/models/concerns/relative_positioning.rb
+%%WWWDIR%%/app/models/concerns/repository_mirroring.rb
+%%WWWDIR%%/app/models/concerns/resolvable_discussion.rb
+%%WWWDIR%%/app/models/concerns/resolvable_note.rb
%%WWWDIR%%/app/models/concerns/routable.rb
%%WWWDIR%%/app/models/concerns/select_for_project_authorization.rb
%%WWWDIR%%/app/models/concerns/sortable.rb
@@ -2638,15 +2727,18 @@
%%WWWDIR%%/app/models/concerns/token_authenticatable.rb
%%WWWDIR%%/app/models/concerns/uniquify.rb
%%WWWDIR%%/app/models/concerns/valid_attribute.rb
+%%WWWDIR%%/app/models/container_repository.rb
%%WWWDIR%%/app/models/cycle_analytics.rb
%%WWWDIR%%/app/models/cycle_analytics/summary.rb
%%WWWDIR%%/app/models/dashboard_milestone.rb
%%WWWDIR%%/app/models/deploy_key.rb
%%WWWDIR%%/app/models/deploy_keys_project.rb
%%WWWDIR%%/app/models/deployment.rb
+%%WWWDIR%%/app/models/diff_discussion.rb
%%WWWDIR%%/app/models/diff_note.rb
%%WWWDIR%%/app/models/directly_addressed_user.rb
%%WWWDIR%%/app/models/discussion.rb
+%%WWWDIR%%/app/models/discussion_note.rb
%%WWWDIR%%/app/models/email.rb
%%WWWDIR%%/app/models/environment.rb
%%WWWDIR%%/app/models/event.rb
@@ -2664,6 +2756,7 @@
%%WWWDIR%%/app/models/hooks/system_hook.rb
%%WWWDIR%%/app/models/hooks/web_hook.rb
%%WWWDIR%%/app/models/identity.rb
+%%WWWDIR%%/app/models/individual_note_discussion.rb
%%WWWDIR%%/app/models/issue.rb
%%WWWDIR%%/app/models/issue/metrics.rb
%%WWWDIR%%/app/models/issue_collection.rb
@@ -2671,6 +2764,7 @@
%%WWWDIR%%/app/models/label.rb
%%WWWDIR%%/app/models/label_link.rb
%%WWWDIR%%/app/models/label_priority.rb
+%%WWWDIR%%/app/models/legacy_diff_discussion.rb
%%WWWDIR%%/app/models/legacy_diff_note.rb
%%WWWDIR%%/app/models/lfs_object.rb
%%WWWDIR%%/app/models/lfs_objects_project.rb
@@ -2690,6 +2784,7 @@
%%WWWDIR%%/app/models/notification_setting.rb
%%WWWDIR%%/app/models/oauth_access_grant.rb
%%WWWDIR%%/app/models/oauth_access_token.rb
+%%WWWDIR%%/app/models/out_of_context_discussion.rb
%%WWWDIR%%/app/models/pages_domain.rb
%%WWWDIR%%/app/models/personal_access_token.rb
%%WWWDIR%%/app/models/personal_snippet.rb
@@ -2731,7 +2826,10 @@
%%WWWDIR%%/app/models/project_services/kubernetes_service.rb
%%WWWDIR%%/app/models/project_services/mattermost_service.rb
%%WWWDIR%%/app/models/project_services/mattermost_slash_commands_service.rb
+%%WWWDIR%%/app/models/project_services/microsoft_teams_service.rb
%%WWWDIR%%/app/models/project_services/mock_ci_service.rb
+%%WWWDIR%%/app/models/project_services/mock_deployment_service.rb
+%%WWWDIR%%/app/models/project_services/mock_monitoring_service.rb
%%WWWDIR%%/app/models/project_services/monitoring_service.rb
%%WWWDIR%%/app/models/project_services/pipelines_email_service.rb
%%WWWDIR%%/app/models/project_services/pivotaltracker_service.rb
@@ -2745,9 +2843,13 @@
%%WWWDIR%%/app/models/project_statistics.rb
%%WWWDIR%%/app/models/project_team.rb
%%WWWDIR%%/app/models/project_wiki.rb
+%%WWWDIR%%/app/models/protectable_dropdown.rb
%%WWWDIR%%/app/models/protected_branch.rb
%%WWWDIR%%/app/models/protected_branch/merge_access_level.rb
%%WWWDIR%%/app/models/protected_branch/push_access_level.rb
+%%WWWDIR%%/app/models/protected_ref_matcher.rb
+%%WWWDIR%%/app/models/protected_tag.rb
+%%WWWDIR%%/app/models/protected_tag/create_access_level.rb
%%WWWDIR%%/app/models/release.rb
%%WWWDIR%%/app/models/repository.rb
%%WWWDIR%%/app/models/route.rb
@@ -2757,6 +2859,7 @@
%%WWWDIR%%/app/models/snippet.rb
%%WWWDIR%%/app/models/spam_log.rb
%%WWWDIR%%/app/models/subscription.rb
+%%WWWDIR%%/app/models/system_note_metadata.rb
%%WWWDIR%%/app/models/timelog.rb
%%WWWDIR%%/app/models/todo.rb
%%WWWDIR%%/app/models/tree.rb
@@ -2794,6 +2897,7 @@
%%WWWDIR%%/app/policies/user_policy.rb
%%WWWDIR%%/app/presenters/README.md
%%WWWDIR%%/app/presenters/ci/build_presenter.rb
+%%WWWDIR%%/app/presenters/ci/pipeline_presenter.rb
%%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb
%%WWWDIR%%/app/serializers/analytics_build_entity.rb
%%WWWDIR%%/app/serializers/analytics_build_serializer.rb
@@ -2812,6 +2916,11 @@
%%WWWDIR%%/app/serializers/build_action_entity.rb
%%WWWDIR%%/app/serializers/build_artifact_entity.rb
%%WWWDIR%%/app/serializers/build_entity.rb
+%%WWWDIR%%/app/serializers/build_serializer.rb
+%%WWWDIR%%/app/serializers/cohort_activity_month_entity.rb
+%%WWWDIR%%/app/serializers/cohort_entity.rb
+%%WWWDIR%%/app/serializers/cohorts_entity.rb
+%%WWWDIR%%/app/serializers/cohorts_serializer.rb
%%WWWDIR%%/app/serializers/commit_entity.rb
%%WWWDIR%%/app/serializers/deployment_entity.rb
%%WWWDIR%%/app/serializers/entity_date_helper.rb
@@ -2860,10 +2969,12 @@
%%WWWDIR%%/app/services/ci/stop_environments_service.rb
%%WWWDIR%%/app/services/ci/update_build_queue_service.rb
%%WWWDIR%%/app/services/ci/update_runner_service.rb
+%%WWWDIR%%/app/services/cohorts_service.rb
%%WWWDIR%%/app/services/commits/change_service.rb
%%WWWDIR%%/app/services/commits/cherry_pick_service.rb
%%WWWDIR%%/app/services/commits/revert_service.rb
%%WWWDIR%%/app/services/compare_service.rb
+%%WWWDIR%%/app/services/concerns/issues/resolve_discussions.rb
%%WWWDIR%%/app/services/create_branch_service.rb
%%WWWDIR%%/app/services/create_deployment_service.rb
%%WWWDIR%%/app/services/create_release_service.rb
@@ -2899,9 +3010,12 @@
%%WWWDIR%%/app/services/issues/move_service.rb
%%WWWDIR%%/app/services/issues/reopen_service.rb
%%WWWDIR%%/app/services/issues/update_service.rb
+%%WWWDIR%%/app/services/labels/base_service.rb
+%%WWWDIR%%/app/services/labels/create_service.rb
%%WWWDIR%%/app/services/labels/find_or_create_service.rb
%%WWWDIR%%/app/services/labels/promote_service.rb
%%WWWDIR%%/app/services/labels/transfer_service.rb
+%%WWWDIR%%/app/services/labels/update_service.rb
%%WWWDIR%%/app/services/mattermost/create_team_service.rb
%%WWWDIR%%/app/services/members/approve_access_request_service.rb
%%WWWDIR%%/app/services/members/authorized_destroy_service.rb
@@ -2930,12 +3044,15 @@
%%WWWDIR%%/app/services/milestones/destroy_service.rb
%%WWWDIR%%/app/services/milestones/reopen_service.rb
%%WWWDIR%%/app/services/milestones/update_service.rb
+%%WWWDIR%%/app/services/note_summary.rb
+%%WWWDIR%%/app/services/notes/build_service.rb
%%WWWDIR%%/app/services/notes/create_service.rb
%%WWWDIR%%/app/services/notes/destroy_service.rb
%%WWWDIR%%/app/services/notes/diff_position_update_service.rb
%%WWWDIR%%/app/services/notes/post_process_service.rb
%%WWWDIR%%/app/services/notes/slash_commands_service.rb
%%WWWDIR%%/app/services/notes/update_service.rb
+%%WWWDIR%%/app/services/notification_recipient_service.rb
%%WWWDIR%%/app/services/notification_service.rb
%%WWWDIR%%/app/services/pages_service.rb
%%WWWDIR%%/app/services/projects/autocomplete_service.rb
@@ -2958,11 +3075,14 @@
%%WWWDIR%%/app/services/protected_branches/api_update_service.rb
%%WWWDIR%%/app/services/protected_branches/create_service.rb
%%WWWDIR%%/app/services/protected_branches/update_service.rb
+%%WWWDIR%%/app/services/protected_tags/create_service.rb
+%%WWWDIR%%/app/services/protected_tags/update_service.rb
%%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb
%%WWWDIR%%/app/services/repository_archive_clean_up_service.rb
%%WWWDIR%%/app/services/search/global_service.rb
%%WWWDIR%%/app/services/search/project_service.rb
%%WWWDIR%%/app/services/search/snippet_service.rb
+%%WWWDIR%%/app/services/search_service.rb
%%WWWDIR%%/app/services/slash_commands/interpret_service.rb
%%WWWDIR%%/app/services/spam_check_service.rb
%%WWWDIR%%/app/services/spam_service.rb
@@ -2976,7 +3096,10 @@
%%WWWDIR%%/app/services/update_snippet_service.rb
%%WWWDIR%%/app/services/user_agent_detail_service.rb
%%WWWDIR%%/app/services/user_project_access_changed_service.rb
+%%WWWDIR%%/app/services/users/activity_service.rb
+%%WWWDIR%%/app/services/users/create_service.rb
%%WWWDIR%%/app/services/users/destroy_service.rb
+%%WWWDIR%%/app/services/users/migrate_to_ghost_user_service.rb
%%WWWDIR%%/app/services/users/refresh_authorized_projects_service.rb
%%WWWDIR%%/app/services/validate_new_branch_service.rb
%%WWWDIR%%/app/services/wiki_pages/base_service.rb
@@ -2995,6 +3118,8 @@
%%WWWDIR%%/app/validators/certificate_key_validator.rb
%%WWWDIR%%/app/validators/certificate_validator.rb
%%WWWDIR%%/app/validators/color_validator.rb
+%%WWWDIR%%/app/validators/cron_timezone_validator.rb
+%%WWWDIR%%/app/validators/cron_validator.rb
%%WWWDIR%%/app/validators/duration_validator.rb
%%WWWDIR%%/app/validators/email_validator.rb
%%WWWDIR%%/app/validators/importable_url_validator.rb
@@ -3026,6 +3151,9 @@
%%WWWDIR%%/app/views/admin/broadcast_messages/index.html.haml
%%WWWDIR%%/app/views/admin/broadcast_messages/preview.js.haml
%%WWWDIR%%/app/views/admin/builds/index.html.haml
+%%WWWDIR%%/app/views/admin/cohorts/_cohorts_table.html.haml
+%%WWWDIR%%/app/views/admin/cohorts/_usage_ping.html.haml
+%%WWWDIR%%/app/views/admin/cohorts/index.html.haml
%%WWWDIR%%/app/views/admin/dashboard/_head.html.haml
%%WWWDIR%%/app/views/admin/dashboard/index.html.haml
%%WWWDIR%%/app/views/admin/deploy_keys/index.html.haml
@@ -3141,6 +3269,8 @@
%%WWWDIR%%/app/views/discussions/_discussion.html.haml
%%WWWDIR%%/app/views/discussions/_headline.html.haml
%%WWWDIR%%/app/views/discussions/_jump_to_next.html.haml
+%%WWWDIR%%/app/views/discussions/_new_issue_for_all_discussions.html.haml
+%%WWWDIR%%/app/views/discussions/_new_issue_for_discussion.html.haml
%%WWWDIR%%/app/views/discussions/_notes.html.haml
%%WWWDIR%%/app/views/discussions/_parallel_diff_discussion.html.haml
%%WWWDIR%%/app/views/discussions/_resolve_all.html.haml
@@ -3189,11 +3319,12 @@
%%WWWDIR%%/app/views/explore/snippets/index.html.haml
%%WWWDIR%%/app/views/groups/_activities.html.haml
%%WWWDIR%%/app/views/groups/_create_chat_team.html.haml
-%%WWWDIR%%/app/views/groups/_group_lfs_settings.html.haml
+%%WWWDIR%%/app/views/groups/_group_admin_settings.html.haml
%%WWWDIR%%/app/views/groups/_head.html.haml
%%WWWDIR%%/app/views/groups/_head_issues.html.haml
%%WWWDIR%%/app/views/groups/_home_panel.html.haml
%%WWWDIR%%/app/views/groups/_projects.html.haml
+%%WWWDIR%%/app/views/groups/_settings_head.html.haml
%%WWWDIR%%/app/views/groups/_shared_projects.html.haml
%%WWWDIR%%/app/views/groups/_show_nav.html.haml
%%WWWDIR%%/app/views/groups/activity.html.haml
@@ -3276,30 +3407,27 @@
%%WWWDIR%%/app/views/layouts/help.html.haml
%%WWWDIR%%/app/views/layouts/koding.html.haml
%%WWWDIR%%/app/views/layouts/mailer.html.haml
-%%WWWDIR%%/app/views/layouts/mailer.text.haml
+%%WWWDIR%%/app/views/layouts/mailer.text.erb
%%WWWDIR%%/app/views/layouts/nav/_admin.html.haml
%%WWWDIR%%/app/views/layouts/nav/_admin_settings.html.haml
%%WWWDIR%%/app/views/layouts/nav/_dashboard.html.haml
%%WWWDIR%%/app/views/layouts/nav/_explore.html.haml
%%WWWDIR%%/app/views/layouts/nav/_group.html.haml
-%%WWWDIR%%/app/views/layouts/nav/_group_settings.html.haml
%%WWWDIR%%/app/views/layouts/nav/_profile.html.haml
%%WWWDIR%%/app/views/layouts/nav/_project.html.haml
%%WWWDIR%%/app/views/layouts/notify.html.haml
+%%WWWDIR%%/app/views/layouts/notify.text.erb
%%WWWDIR%%/app/views/layouts/profile.html.haml
%%WWWDIR%%/app/views/layouts/project.html.haml
%%WWWDIR%%/app/views/layouts/project_settings.html.haml
%%WWWDIR%%/app/views/layouts/search.html.haml
%%WWWDIR%%/app/views/layouts/snippets.html.haml
-%%WWWDIR%%/app/views/notify/_note_message.html.haml
-%%WWWDIR%%/app/views/notify/_note_message.text.erb
-%%WWWDIR%%/app/views/notify/_note_mr_or_commit_email.html.haml
-%%WWWDIR%%/app/views/notify/_note_mr_or_commit_email.text.erb
+%%WWWDIR%%/app/views/notify/_note_email.html.haml
+%%WWWDIR%%/app/views/notify/_note_email.text.erb
%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.html.haml
%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.text.erb
%%WWWDIR%%/app/views/notify/_relabeled_issuable_email.html.haml
%%WWWDIR%%/app/views/notify/_relabeled_issuable_email.text.erb
-%%WWWDIR%%/app/views/notify/_simple_diff.text.erb
%%WWWDIR%%/app/views/notify/closed_issue_email.html.haml
%%WWWDIR%%/app/views/notify/closed_issue_email.text.haml
%%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml
@@ -3426,14 +3554,22 @@
%%WWWDIR%%/app/views/projects/artifacts/browse.html.haml
%%WWWDIR%%/app/views/projects/badges/badge.svg.erb
%%WWWDIR%%/app/views/projects/blame/show.html.haml
-%%WWWDIR%%/app/views/projects/blob/_actions.html.haml
%%WWWDIR%%/app/views/projects/blob/_blob.html.haml
%%WWWDIR%%/app/views/projects/blob/_download.html.haml
%%WWWDIR%%/app/views/projects/blob/_editor.html.haml
+%%WWWDIR%%/app/views/projects/blob/_header.html.haml
%%WWWDIR%%/app/views/projects/blob/_image.html.haml
+%%WWWDIR%%/app/views/projects/blob/_markup.html.haml
%%WWWDIR%%/app/views/projects/blob/_new_dir.html.haml
+%%WWWDIR%%/app/views/projects/blob/_notebook.html.haml
+%%WWWDIR%%/app/views/projects/blob/_pdf.html.haml
%%WWWDIR%%/app/views/projects/blob/_remove.html.haml
+%%WWWDIR%%/app/views/projects/blob/_sketch.html.haml
+%%WWWDIR%%/app/views/projects/blob/_stl.html.haml
+%%WWWDIR%%/app/views/projects/blob/_svg.html.haml
+%%WWWDIR%%/app/views/projects/blob/_template_selectors.html.haml
%%WWWDIR%%/app/views/projects/blob/_text.html.haml
+%%WWWDIR%%/app/views/projects/blob/_too_large.html.haml
%%WWWDIR%%/app/views/projects/blob/_upload.html.haml
%%WWWDIR%%/app/views/projects/blob/diff.html.haml
%%WWWDIR%%/app/views/projects/blob/edit.html.haml
@@ -3441,9 +3577,7 @@
%%WWWDIR%%/app/views/projects/blob/preview.html.haml
%%WWWDIR%%/app/views/projects/blob/show.html.haml
%%WWWDIR%%/app/views/projects/boards/_show.html.haml
-%%WWWDIR%%/app/views/projects/boards/components/_blank_state.html.haml
%%WWWDIR%%/app/views/projects/boards/components/_board.html.haml
-%%WWWDIR%%/app/views/projects/boards/components/_board_list.html.haml
%%WWWDIR%%/app/views/projects/boards/components/_sidebar.html.haml
%%WWWDIR%%/app/views/projects/boards/components/sidebar/_assignee.html.haml
%%WWWDIR%%/app/views/projects/boards/components/sidebar/_due_date.html.haml
@@ -3488,8 +3622,6 @@
%%WWWDIR%%/app/views/projects/compare/_ref_dropdown.html.haml
%%WWWDIR%%/app/views/projects/compare/index.html.haml
%%WWWDIR%%/app/views/projects/compare/show.html.haml
-%%WWWDIR%%/app/views/projects/container_registry/_tag.html.haml
-%%WWWDIR%%/app/views/projects/container_registry/index.html.haml
%%WWWDIR%%/app/views/projects/cycle_analytics/_empty_stage.html.haml
%%WWWDIR%%/app/views/projects/cycle_analytics/_no_access.html.haml
%%WWWDIR%%/app/views/projects/cycle_analytics/_overview.html.haml
@@ -3630,6 +3762,7 @@
%%WWWDIR%%/app/views/projects/network/show.json.erb
%%WWWDIR%%/app/views/projects/new.html.haml
%%WWWDIR%%/app/views/projects/no_repo.html.haml
+%%WWWDIR%%/app/views/projects/notes/_comment_button.html.haml
%%WWWDIR%%/app/views/projects/notes/_edit_form.html.haml
%%WWWDIR%%/app/views/projects/notes/_form.html.haml
%%WWWDIR%%/app/views/projects/notes/_form_errors.html.haml
@@ -3677,7 +3810,18 @@
%%WWWDIR%%/app/views/projects/protected_branches/_protected_branch.html.haml
%%WWWDIR%%/app/views/projects/protected_branches/_update_protected_branch.html.haml
%%WWWDIR%%/app/views/projects/protected_branches/show.html.haml
+%%WWWDIR%%/app/views/projects/protected_tags/_create_protected_tag.html.haml
+%%WWWDIR%%/app/views/projects/protected_tags/_dropdown.html.haml
+%%WWWDIR%%/app/views/projects/protected_tags/_index.html.haml
+%%WWWDIR%%/app/views/projects/protected_tags/_matching_tag.html.haml
+%%WWWDIR%%/app/views/projects/protected_tags/_protected_tag.html.haml
+%%WWWDIR%%/app/views/projects/protected_tags/_tags_list.html.haml
+%%WWWDIR%%/app/views/projects/protected_tags/_update_protected_tag.haml
+%%WWWDIR%%/app/views/projects/protected_tags/show.html.haml
%%WWWDIR%%/app/views/projects/refs/logs_tree.js.haml
+%%WWWDIR%%/app/views/projects/registry/repositories/_image.html.haml
+%%WWWDIR%%/app/views/projects/registry/repositories/_tag.html.haml
+%%WWWDIR%%/app/views/projects/registry/repositories/index.html.haml
%%WWWDIR%%/app/views/projects/releases/edit.html.haml
%%WWWDIR%%/app/views/projects/remove_fork.js.haml
%%WWWDIR%%/app/views/projects/repositories/_feed.html.haml
@@ -3772,6 +3916,7 @@
%%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/_branch_switcher.html.haml
%%WWWDIR%%/app/views/shared/_choose_group_avatar_button.html.haml
%%WWWDIR%%/app/views/shared/_clone_panel.html.haml
%%WWWDIR%%/app/views/shared/_commit_message_container.html.haml
@@ -3791,6 +3936,7 @@
%%WWWDIR%%/app/views/shared/_merge_requests.html.haml
%%WWWDIR%%/app/views/shared/_milestone_expired.html.haml
%%WWWDIR%%/app/views/shared/_milestones_filter.html.haml
+%%WWWDIR%%/app/views/shared/_milestones_sort_dropdown.html.haml
%%WWWDIR%%/app/views/shared/_mini_pipeline_graph.html.haml
%%WWWDIR%%/app/views/shared/_mr_head.html.haml
%%WWWDIR%%/app/views/shared/_nav_scroll.html.haml
@@ -3807,54 +3953,75 @@
%%WWWDIR%%/app/views/shared/_service_settings.html.haml
%%WWWDIR%%/app/views/shared/_show_aside.html.haml
%%WWWDIR%%/app/views/shared/_sort_dropdown.html.haml
+%%WWWDIR%%/app/views/shared/_user_callout.html.haml
%%WWWDIR%%/app/views/shared/_visibility_level.html.haml
%%WWWDIR%%/app/views/shared/_visibility_radios.html.haml
%%WWWDIR%%/app/views/shared/builds/_tabs.html.haml
%%WWWDIR%%/app/views/shared/empty_states/_issues.html.haml
%%WWWDIR%%/app/views/shared/empty_states/_labels.html.haml
+%%WWWDIR%%/app/views/shared/empty_states/_merge_requests.html.haml
%%WWWDIR%%/app/views/shared/empty_states/_priority_labels.html.haml
%%WWWDIR%%/app/views/shared/empty_states/icons/_issues.svg
%%WWWDIR%%/app/views/shared/empty_states/icons/_labels.svg
+%%WWWDIR%%/app/views/shared/empty_states/icons/_merge_requests.svg
+%%WWWDIR%%/app/views/shared/empty_states/icons/_pipelines_empty.svg
+%%WWWDIR%%/app/views/shared/empty_states/icons/_pipelines_failed.svg
%%WWWDIR%%/app/views/shared/empty_states/icons/_priority_labels.svg
%%WWWDIR%%/app/views/shared/empty_states/icons/_todos_all_done.svg
%%WWWDIR%%/app/views/shared/empty_states/icons/_todos_empty.svg
+%%WWWDIR%%/app/views/shared/empty_states/monitoring/_getting_started.svg
+%%WWWDIR%%/app/views/shared/empty_states/monitoring/_loading.svg
+%%WWWDIR%%/app/views/shared/empty_states/monitoring/_unable_to_connect.svg
%%WWWDIR%%/app/views/shared/groups/_dropdown.html.haml
%%WWWDIR%%/app/views/shared/groups/_group.html.haml
%%WWWDIR%%/app/views/shared/groups/_list.html.haml
%%WWWDIR%%/app/views/shared/groups/_search_form.html.haml
-%%WWWDIR%%/app/views/shared/icons/_activity.svg
%%WWWDIR%%/app/views/shared/icons/_collapse.svg.erb
-%%WWWDIR%%/app/views/shared/icons/_commits.svg
-%%WWWDIR%%/app/views/shared/icons/_contributionanalytics.svg
-%%WWWDIR%%/app/views/shared/icons/_delta.svg
-%%WWWDIR%%/app/views/shared/icons/_files.svg
+%%WWWDIR%%/app/views/shared/icons/_emoji_slightly_smiling_face.svg
+%%WWWDIR%%/app/views/shared/icons/_emoji_smile.svg
+%%WWWDIR%%/app/views/shared/icons/_emoji_smiley.svg
%%WWWDIR%%/app/views/shared/icons/_go_logo.svg.erb
%%WWWDIR%%/app/views/shared/icons/_group.svg.erb
%%WWWDIR%%/app/views/shared/icons/_icon_action_cancel.svg
%%WWWDIR%%/app/views/shared/icons/_icon_action_play.svg
%%WWWDIR%%/app/views/shared/icons/_icon_action_retry.svg
%%WWWDIR%%/app/views/shared/icons/_icon_action_stop.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_arrow_circle_o_right.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_check_square_o.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_clock_o.svg
%%WWWDIR%%/app/views/shared/icons/_icon_close.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_code_fork.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_comment_o.svg
%%WWWDIR%%/app/views/shared/icons/_icon_commit.svg
%%WWWDIR%%/app/views/shared/icons/_icon_customization.svg
%%WWWDIR%%/app/views/shared/icons/_icon_cycle_analytics_overview.svg
%%WWWDIR%%/app/views/shared/icons/_icon_cycle_analytics_splash.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_edit.svg
%%WWWDIR%%/app/views/shared/icons/_icon_empty_groups.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_eye.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_eye_slash.svg
%%WWWDIR%%/app/views/shared/icons/_icon_fork.svg
%%WWWDIR%%/app/views/shared/icons/_icon_lock.svg
%%WWWDIR%%/app/views/shared/icons/_icon_mattermost.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_merge.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_merged.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_mr_issue.svg
%%WWWDIR%%/app/views/shared/icons/_icon_no_data.svg
%%WWWDIR%%/app/views/shared/icons/_icon_no_wrap.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_pencil.svg
%%WWWDIR%%/app/views/shared/icons/_icon_play.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_random.svg
%%WWWDIR%%/app/views/shared/icons/_icon_soft_wrap.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_canceled.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_canceled_borderless.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_status_closed.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_created.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_created_borderless.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_failed.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_failed_borderless.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_manual.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_manual_borderless.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_status_open.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_pending.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_pending_borderless.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_running.svg
@@ -3866,23 +4033,21 @@
%%WWWDIR%%/app/views/shared/icons/_icon_status_warning.svg
%%WWWDIR%%/app/views/shared/icons/_icon_status_warning_borderless.svg
%%WWWDIR%%/app/views/shared/icons/_icon_stopwatch.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_tags.svg
%%WWWDIR%%/app/views/shared/icons/_icon_terminal.svg
%%WWWDIR%%/app/views/shared/icons/_icon_timer.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_trash_o.svg
+%%WWWDIR%%/app/views/shared/icons/_icon_user.svg
%%WWWDIR%%/app/views/shared/icons/_illustration_no_commits.svg
%%WWWDIR%%/app/views/shared/icons/_issues.svg.erb
%%WWWDIR%%/app/views/shared/icons/_mattermost_logo.svg.erb
-%%WWWDIR%%/app/views/shared/icons/_members.svg
-%%WWWDIR%%/app/views/shared/icons/_milestones.svg
-%%WWWDIR%%/app/views/shared/icons/_mr.svg
%%WWWDIR%%/app/views/shared/icons/_mr_bold.svg
%%WWWDIR%%/app/views/shared/icons/_next_discussion.svg
-%%WWWDIR%%/app/views/shared/icons/_pipelines.svg
%%WWWDIR%%/app/views/shared/icons/_project.svg.erb
%%WWWDIR%%/app/views/shared/icons/_scroll_down.svg
%%WWWDIR%%/app/views/shared/icons/_scroll_down_hover_active.svg
%%WWWDIR%%/app/views/shared/icons/_scroll_up.svg
%%WWWDIR%%/app/views/shared/icons/_scroll_up_hover_active.svg
-%%WWWDIR%%/app/views/shared/icons/_wiki.svg
%%WWWDIR%%/app/views/shared/issuable/_filter.html.haml
%%WWWDIR%%/app/views/shared/issuable/_form.html.haml
%%WWWDIR%%/app/views/shared/issuable/_label_dropdown.html.haml
@@ -3894,6 +4059,7 @@
%%WWWDIR%%/app/views/shared/issuable/_search_bar.html.haml
%%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml
%%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml
+%%WWWDIR%%/app/views/shared/issuable/_sidebar_todo.html.haml
%%WWWDIR%%/app/views/shared/issuable/form/_branch_chooser.html.haml
%%WWWDIR%%/app/views/shared/issuable/form/_description.html.haml
%%WWWDIR%%/app/views/shared/issuable/form/_merge_params.html.haml
@@ -3914,7 +4080,7 @@
%%WWWDIR%%/app/views/shared/milestones/_merge_requests_tab.haml
%%WWWDIR%%/app/views/shared/milestones/_milestone.html.haml
%%WWWDIR%%/app/views/shared/milestones/_participants_tab.html.haml
-%%WWWDIR%%/app/views/shared/milestones/_summary.html.haml
+%%WWWDIR%%/app/views/shared/milestones/_sidebar.html.haml
%%WWWDIR%%/app/views/shared/milestones/_tabs.html.haml
%%WWWDIR%%/app/views/shared/milestones/_top.html.haml
%%WWWDIR%%/app/views/shared/notifications/_button.html.haml
@@ -3924,6 +4090,8 @@
%%WWWDIR%%/app/views/shared/projects/_list.html.haml
%%WWWDIR%%/app/views/shared/projects/_project.html.haml
%%WWWDIR%%/app/views/shared/projects/_search_form.html.haml
+%%WWWDIR%%/app/views/shared/projects/blob/_branch_page_create.html.haml
+%%WWWDIR%%/app/views/shared/projects/blob/_branch_page_default.html.haml
%%WWWDIR%%/app/views/shared/snippets/_blob.html.haml
%%WWWDIR%%/app/views/shared/snippets/_form.html.haml
%%WWWDIR%%/app/views/shared/snippets/_header.html.haml
@@ -3974,8 +4142,10 @@
%%WWWDIR%%/app/workers/emails_on_push_worker.rb
%%WWWDIR%%/app/workers/expire_build_artifacts_worker.rb
%%WWWDIR%%/app/workers/expire_build_instance_artifacts_worker.rb
+%%WWWDIR%%/app/workers/expire_pipeline_cache_worker.rb
%%WWWDIR%%/app/workers/git_garbage_collect_worker.rb
%%WWWDIR%%/app/workers/gitlab_shell_worker.rb
+%%WWWDIR%%/app/workers/gitlab_usage_ping_worker.rb
%%WWWDIR%%/app/workers/group_destroy_worker.rb
%%WWWDIR%%/app/workers/import_export_project_cleanup_worker.rb
%%WWWDIR%%/app/workers/irker_worker.rb
@@ -4007,11 +4177,15 @@
%%WWWDIR%%/app/workers/repository_fork_worker.rb
%%WWWDIR%%/app/workers/repository_import_worker.rb
%%WWWDIR%%/app/workers/requests_profiles_worker.rb
+%%WWWDIR%%/app/workers/schedule_update_user_activity_worker.rb
%%WWWDIR%%/app/workers/stuck_ci_jobs_worker.rb
+%%WWWDIR%%/app/workers/stuck_import_jobs_worker.rb
%%WWWDIR%%/app/workers/system_hook_push_worker.rb
%%WWWDIR%%/app/workers/system_hook_worker.rb
%%WWWDIR%%/app/workers/trending_projects_worker.rb
+%%WWWDIR%%/app/workers/trigger_schedule_worker.rb
%%WWWDIR%%/app/workers/update_merge_requests_worker.rb
+%%WWWDIR%%/app/workers/update_user_activity_worker.rb
%%WWWDIR%%/app/workers/upload_checksum_worker.rb
%%WWWDIR%%/app/workers/use_key_worker.rb
@(git,,544) %%WWWDIR%%/bin/background_jobs
@@ -4036,6 +4210,7 @@
%%WWWDIR%%/changelogs/archive.md
%%WWWDIR%%/changelogs/unreleased/22619-add-an-email-address-to-unsubscribe-list-header-in-email
%%WWWDIR%%/changelogs/unreleased/26908-make-timelogs-use-foreign-keys
+%%WWWDIR%%/changelogs/unreleased/add-mock-deployment-and-monitoring-service-for-development.yaml
%%WWWDIR%%/changelogs/unreleased/repository-name-emojis
%%WWWDIR%%/config.ru
%%WWWDIR%%/config/README.md
@@ -4081,6 +4256,7 @@
%%WWWDIR%%/config/initializers/doorkeeper_openid_connect.rb
%%WWWDIR%%/config/initializers/email_template_interceptor.rb
%%WWWDIR%%/config/initializers/etag_caching.rb
+%%WWWDIR%%/config/initializers/fix_local_cache_middleware.rb
%%WWWDIR%%/config/initializers/gitlab_shell_secret_token.rb
%%WWWDIR%%/config/initializers/gitlab_workhorse_secret.rb
%%WWWDIR%%/config/initializers/go_get.rb
@@ -4164,7 +4340,8 @@
%%WWWDIR%%/db/fixtures/development/16_protected_branches.rb
%%WWWDIR%%/db/fixtures/development/17_cycle_analytics.rb
%%WWWDIR%%/db/fixtures/development/18_abuse_reports.rb
-%%WWWDIR%%/db/fixtures/development/19_nested_groups.rb
+%%WWWDIR%%/db/fixtures/development/19_environments.rb
+%%WWWDIR%%/db/fixtures/development/20_nested_groups.rb
%%WWWDIR%%/db/fixtures/production/001_admin.rb
%%WWWDIR%%/db/fixtures/production/010_settings.rb
%%WWWDIR%%/db/migrate/20121220064453_init_schema.rb
@@ -4552,6 +4729,7 @@
%%WWWDIR%%/db/migrate/20160707104333_add_lock_to_issuables.rb
%%WWWDIR%%/db/migrate/20160712171823_remove_award_emojis_with_no_user.rb
%%WWWDIR%%/db/migrate/20160713205315_add_domain_blacklist_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20160713222618_add_usage_ping_to_application_settings.rb
%%WWWDIR%%/db/migrate/20160715132507_add_user_id_to_pipeline.rb
%%WWWDIR%%/db/migrate/20160715134306_add_index_for_pipeline_user_id.rb
%%WWWDIR%%/db/migrate/20160715154212_add_request_access_enabled_to_projects.rb
@@ -4617,6 +4795,7 @@
%%WWWDIR%%/db/migrate/20160920160832_add_index_to_labels_title.rb
%%WWWDIR%%/db/migrate/20160926145521_add_organization_to_user.rb
%%WWWDIR%%/db/migrate/20161006104309_add_state_to_environment.rb
+%%WWWDIR%%/db/migrate/20161007073613_create_user_activities.rb
%%WWWDIR%%/db/migrate/20161007133303_precalculate_trending_projects.rb
%%WWWDIR%%/db/migrate/20161010142410_create_project_authorizations.rb
%%WWWDIR%%/db/migrate/20161012180455_add_repository_access_level_to_project_feature.rb
@@ -4651,6 +4830,7 @@
%%WWWDIR%%/db/migrate/20161124111395_add_index_to_parent_id.rb
%%WWWDIR%%/db/migrate/20161124111402_add_routes_table.rb
%%WWWDIR%%/db/migrate/20161124141322_migrate_process_commit_worker_jobs.rb
+%%WWWDIR%%/db/migrate/20161128095517_add_in_reply_to_discussion_id_to_sent_notifications.rb
%%WWWDIR%%/db/migrate/20161128142110_remove_unnecessary_indexes.rb
%%WWWDIR%%/db/migrate/20161128161412_add_html_emails_enabled_to_application_settings.rb
%%WWWDIR%%/db/migrate/20161130095245_fill_routes_table.rb
@@ -4684,6 +4864,8 @@
%%WWWDIR%%/db/migrate/20170121123724_add_index_to_ci_builds_for_status_runner_id_and_type.rb
%%WWWDIR%%/db/migrate/20170121130655_add_index_to_ci_runners_for_is_shared.rb
%%WWWDIR%%/db/migrate/20170124174637_add_foreign_keys_to_timelogs.rb
+%%WWWDIR%%/db/migrate/20170124193147_add_two_factor_columns_to_namespaces.rb
+%%WWWDIR%%/db/migrate/20170124193205_add_two_factor_columns_to_users.rb
%%WWWDIR%%/db/migrate/20170126174819_add_terminal_max_session_time_to_application_settings.rb
%%WWWDIR%%/db/migrate/20170127032550_remove_backlog_lists_from_boards.rb
%%WWWDIR%%/db/migrate/20170130204620_add_index_to_project_authorizations.rb
@@ -4707,29 +4889,58 @@
%%WWWDIR%%/db/migrate/20170222143317_drop_ci_projects.rb
%%WWWDIR%%/db/migrate/20170222143500_remove_old_project_id_columns.rb
%%WWWDIR%%/db/migrate/20170222143603_rename_gl_project_id_to_project_id.rb
+%%WWWDIR%%/db/migrate/20170301125302_add_printing_merge_request_link_enabled_to_project.rb
%%WWWDIR%%/db/migrate/20170301195939_rename_ci_commits_to_ci_pipelines.rb
%%WWWDIR%%/db/migrate/20170301205639_remove_unused_ci_tables_and_columns.rb
+%%WWWDIR%%/db/migrate/20170305180853_add_auto_cancel_pending_pipelines_to_project.rb
%%WWWDIR%%/db/migrate/20170305203726_add_owner_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20170307125949_add_last_activity_on_to_users.rb
+%%WWWDIR%%/db/migrate/20170309173138_create_protected_tags.rb
+%%WWWDIR%%/db/migrate/20170312114329_add_auto_canceled_by_id_to_pipeline.rb
+%%WWWDIR%%/db/migrate/20170312114529_add_auto_canceled_by_id_foreign_key_to_pipeline.rb
%%WWWDIR%%/db/migrate/20170313213916_add_index_to_user_ghost.rb
+%%WWWDIR%%/db/migrate/20170314082049_create_system_note_metadata.rb
%%WWWDIR%%/db/migrate/20170315174634_revert_add_notified_of_own_activity_to_users.rb
+%%WWWDIR%%/db/migrate/20170315194013_add_closed_at_to_issues.rb
+%%WWWDIR%%/db/migrate/20170316061730_readd_notified_of_own_activity_to_users.rb
%%WWWDIR%%/db/migrate/20170316163800_rename_system_namespaces.rb
%%WWWDIR%%/db/migrate/20170316163845_move_uploads_to_system_dir.rb
%%WWWDIR%%/db/migrate/20170317203554_index_routes_path_for_like.rb
+%%WWWDIR%%/db/migrate/20170322013926_create_container_repository.rb
+%%WWWDIR%%/db/migrate/20170328010804_add_uuid_to_application_settings.rb
+%%WWWDIR%%/db/migrate/20170329095325_add_ref_to_triggers.rb
+%%WWWDIR%%/db/migrate/20170329095907_create_ci_trigger_schedules.rb
+%%WWWDIR%%/db/migrate/20170329124448_add_polling_interval_multiplier_to_application_settings.rb
%%WWWDIR%%/db/migrate/20170330141723_disable_invalid_service_templates2.rb
+%%WWWDIR%%/db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb
+%%WWWDIR%%/db/migrate/20170404163427_add_trigger_id_foreign_key.rb
+%%WWWDIR%%/db/migrate/20170405080720_add_import_jid_to_projects.rb
+%%WWWDIR%%/db/migrate/20170406114958_add_auto_canceled_by_id_to_ci_builds.rb
+%%WWWDIR%%/db/migrate/20170406115029_add_auto_canceled_by_id_foreign_key_to_ci_builds.rb
+%%WWWDIR%%/db/migrate/20170407114956_add_ref_to_ci_trigger_schedule.rb
+%%WWWDIR%%/db/migrate/20170407122426_add_active_to_ci_trigger_schedule.rb
+%%WWWDIR%%/db/migrate/20170407135259_add_foreigh_key_trigger_requests_trigger.rb
+%%WWWDIR%%/db/migrate/20170407140450_add_index_to_next_run_at_and_active.rb
%%WWWDIR%%/db/migrate/20170418103908_delete_orphan_notification_settings.rb
+%%WWWDIR%%/db/migrate/20170419001229_add_index_to_system_note_metadata.rb
+%%WWWDIR%%/db/migrate/20170423064036_add_index_on_ci_builds_updated_at.rb
+%%WWWDIR%%/db/migrate/20170426175636_fill_missing_uuid_on_application_settings.rb
+%%WWWDIR%%/db/migrate/20170426181740_add_index_on_ci_runners_contacted_at.rb
%%WWWDIR%%/db/migrate/limits_to_mysql.rb
%%WWWDIR%%/db/post_migrate/20160824121037_change_personal_access_tokens_default_back_to_empty_array.rb
%%WWWDIR%%/db/post_migrate/20161011222551_remove_inactive_jira_service_properties.rb
%%WWWDIR%%/db/post_migrate/20161109150329_fix_project_records_with_invalid_visibility.rb
+%%WWWDIR%%/db/post_migrate/20161128170531_drop_user_activities_table.rb
%%WWWDIR%%/db/post_migrate/20161221140236_remove_unneeded_services.rb
%%WWWDIR%%/db/post_migrate/20161221153951_rename_reserved_project_names.rb
%%WWWDIR%%/db/post_migrate/20170104150317_requeue_pending_delete_projects.rb
%%WWWDIR%%/db/post_migrate/20170106142508_fill_authorized_projects.rb
%%WWWDIR%%/db/post_migrate/20170106172224_remove_project_authorizations_id_column.rb
+%%WWWDIR%%/db/post_migrate/20170131214021_reset_users_authorized_projects_populated.rb
%%WWWDIR%%/db/post_migrate/20170206040400_remove_inactive_default_email_services.rb
-%%WWWDIR%%/db/post_migrate/20170209140523_validate_foreign_keys_on_oauth_openid_requests.rb
%%WWWDIR%%/db/post_migrate/20170206101007_remove_trackable_columns_from_timelogs.rb
%%WWWDIR%%/db/post_migrate/20170206101030_validate_foreign_keys_on_timelogs.rb
+%%WWWDIR%%/db/post_migrate/20170209140523_validate_foreign_keys_on_oauth_openid_requests.rb
%%WWWDIR%%/db/post_migrate/20170211073944_disable_invalid_service_templates.rb
%%WWWDIR%%/db/post_migrate/20170214111112_delete_deprecated_gitlab_ci_service.rb
%%WWWDIR%%/db/post_migrate/20170215200045_remove_theme_id_from_users.rb
@@ -4738,7 +4949,11 @@
%%WWWDIR%%/db/post_migrate/20170309171644_reset_relative_position_for_issue.rb
%%WWWDIR%%/db/post_migrate/20170313133418_rename_more_reserved_project_names.rb
%%WWWDIR%%/db/post_migrate/20170317162059_update_upload_paths_to_system.rb
+%%WWWDIR%%/db/post_migrate/20170324160416_migrate_user_activities_to_users_last_activity_on.rb
+%%WWWDIR%%/db/post_migrate/20170404170532_remove_notes_original_discussion_id.rb
%%WWWDIR%%/db/post_migrate/20170406111121_clean_upload_symlinks.rb
+%%WWWDIR%%/db/post_migrate/20170406142253_migrate_user_project_view.rb
+%%WWWDIR%%/db/post_migrate/20170408033905_remove_old_cache_directories.rb
%%WWWDIR%%/db/post_migrate/20170606202615_move_appearance_to_system_dir.rb
@(git,,) %%WWWDIR%%/db/schema.rb
%%WWWDIR%%/db/seeds.rb
@@ -4806,7 +5021,9 @@
%%WWWDIR%%/doc/administration/operations/unicorn.md
%%WWWDIR%%/doc/administration/pages/index.md
%%WWWDIR%%/doc/administration/pages/source.md
+%%WWWDIR%%/doc/administration/polling.md
%%WWWDIR%%/doc/administration/raketasks/check.md
+%%WWWDIR%%/doc/administration/raketasks/github_import.md
%%WWWDIR%%/doc/administration/raketasks/ldap.md
%%WWWDIR%%/doc/administration/raketasks/maintenance.md
%%WWWDIR%%/doc/administration/raketasks/project_import_export.md
@@ -4894,6 +5111,7 @@
%%WWWDIR%%/doc/ci/examples/test-scala-application.md
%%WWWDIR%%/doc/ci/git_submodules.md
%%WWWDIR%%/doc/ci/img/builds_tab.png
+%%WWWDIR%%/doc/ci/img/cicd_pipeline_infograph.png
%%WWWDIR%%/doc/ci/img/deployments_view.png
%%WWWDIR%%/doc/ci/img/environments_available_staging.png
%%WWWDIR%%/doc/ci/img/environments_dynamic_groups.png
@@ -4939,6 +5157,9 @@
%%WWWDIR%%/doc/ci/ssh_keys/README.md
%%WWWDIR%%/doc/ci/triggers/README.md
%%WWWDIR%%/doc/ci/triggers/img/builds_page.png
+%%WWWDIR%%/doc/ci/triggers/img/trigger_schedule_create.png
+%%WWWDIR%%/doc/ci/triggers/img/trigger_schedule_edit.png
+%%WWWDIR%%/doc/ci/triggers/img/trigger_schedule_updated_next_run_at.png
%%WWWDIR%%/doc/ci/triggers/img/trigger_single_build.png
%%WWWDIR%%/doc/ci/triggers/img/trigger_variables.png
%%WWWDIR%%/doc/ci/triggers/img/triggers_page.png
@@ -4966,11 +5187,23 @@
%%WWWDIR%%/doc/development/code_review.md
%%WWWDIR%%/doc/development/db_dump.md
%%WWWDIR%%/doc/development/doc_styleguide.md
+%%WWWDIR%%/doc/development/fe_guide/accessibility.md
+%%WWWDIR%%/doc/development/fe_guide/architecture.md
+%%WWWDIR%%/doc/development/fe_guide/design_patterns.md
+%%WWWDIR%%/doc/development/fe_guide/index.md
+%%WWWDIR%%/doc/development/fe_guide/performance.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
+%%WWWDIR%%/doc/development/fe_guide/testing.md
+%%WWWDIR%%/doc/development/fe_guide/vue.md
%%WWWDIR%%/doc/development/frontend.md
%%WWWDIR%%/doc/development/gemfile.md
%%WWWDIR%%/doc/development/gitlab_architecture_diagram.png
%%WWWDIR%%/doc/development/gitlab_diagram_overview.odg
%%WWWDIR%%/doc/development/gotchas.md
+%%WWWDIR%%/doc/development/img/cache-hit.svg
+%%WWWDIR%%/doc/development/img/cache-miss.svg
%%WWWDIR%%/doc/development/img/state-model-issue.png
%%WWWDIR%%/doc/development/img/state-model-legend.png
%%WWWDIR%%/doc/development/img/state-model-merge-request.png
@@ -4983,10 +5216,11 @@
%%WWWDIR%%/doc/development/object_state_models.md
%%WWWDIR%%/doc/development/omnibus.md
%%WWWDIR%%/doc/development/performance.md
+%%WWWDIR%%/doc/development/polling.md
%%WWWDIR%%/doc/development/post_deployment_migrations.md
%%WWWDIR%%/doc/development/profiling.md
+%%WWWDIR%%/doc/development/query_recorder.md
%%WWWDIR%%/doc/development/rake_tasks.md
-%%WWWDIR%%/doc/development/scss_styleguide.md
%%WWWDIR%%/doc/development/shared_files.md
%%WWWDIR%%/doc/development/shell_commands.md
%%WWWDIR%%/doc/development/sidekiq_debugging.md
@@ -5097,6 +5331,7 @@
%%WWWDIR%%/doc/development/ux_guide/tips.md
%%WWWDIR%%/doc/development/ux_guide/users.md
%%WWWDIR%%/doc/development/what_requires_downtime.md
+%%WWWDIR%%/doc/development/writing_documentation.md
%%WWWDIR%%/doc/downgrade_ee_to_ce/README.md
%%WWWDIR%%/doc/gitlab-basics/README.md
%%WWWDIR%%/doc/gitlab-basics/add-file.md
@@ -5264,6 +5499,7 @@
%%WWWDIR%%/doc/raketasks/web_hooks.md
%%WWWDIR%%/doc/security/README.md
%%WWWDIR%%/doc/security/crime_vulnerability.md
+%%WWWDIR%%/doc/security/img/two_factor_authentication_group_settings.png
%%WWWDIR%%/doc/security/img/two_factor_authentication_settings.png
%%WWWDIR%%/doc/security/information_exclusivity.md
%%WWWDIR%%/doc/security/password_length_limits.md
@@ -5275,6 +5511,9 @@
%%WWWDIR%%/doc/security/webhooks.md
%%WWWDIR%%/doc/ssh/README.md
%%WWWDIR%%/doc/system_hooks/system_hooks.md
+%%WWWDIR%%/doc/topics/authentication/index.md
+%%WWWDIR%%/doc/topics/git/index.md
+%%WWWDIR%%/doc/topics/index.md
%%WWWDIR%%/doc/university/README.md
%%WWWDIR%%/doc/university/bookclub/booklist.md
%%WWWDIR%%/doc/university/bookclub/index.md
@@ -5382,6 +5621,7 @@
%%WWWDIR%%/doc/update/8.7-to-8.8.md
%%WWWDIR%%/doc/update/8.8-to-8.9.md
%%WWWDIR%%/doc/update/8.9-to-8.10.md
+%%WWWDIR%%/doc/update/9.0-to-9.1.md
%%WWWDIR%%/doc/update/README.md
%%WWWDIR%%/doc/update/mysql_to_postgresql.md
%%WWWDIR%%/doc/update/patch_versions.md
@@ -5391,6 +5631,7 @@
%%WWWDIR%%/doc/user/account/security.md
%%WWWDIR%%/doc/user/account/two_factor_authentication.md
%%WWWDIR%%/doc/user/admin_area/img/admin_labels.png
+%%WWWDIR%%/doc/user/admin_area/img/cohorts.png
%%WWWDIR%%/doc/user/admin_area/labels.md
%%WWWDIR%%/doc/user/admin_area/monitoring/health_check.md
%%WWWDIR%%/doc/user/admin_area/monitoring/img/health_check_token.png
@@ -5402,22 +5643,46 @@
%%WWWDIR%%/doc/user/admin_area/settings/img/domain_blacklist.png
%%WWWDIR%%/doc/user/admin_area/settings/img/restricted_url.png
%%WWWDIR%%/doc/user/admin_area/settings/sign_up_restrictions.md
+%%WWWDIR%%/doc/user/admin_area/settings/usage_statistics.md
%%WWWDIR%%/doc/user/admin_area/settings/visibility_and_access_controls.md
+%%WWWDIR%%/doc/user/admin_area/user_cohorts.md
+%%WWWDIR%%/doc/user/award_emojis.md
+%%WWWDIR%%/doc/user/discussions/img/btn_new_issue_for_all_discussions.png
+%%WWWDIR%%/doc/user/discussions/img/comment_type_toggle.gif
+%%WWWDIR%%/doc/user/discussions/img/discussion_comment.png
+%%WWWDIR%%/doc/user/discussions/img/discussion_view.png
+%%WWWDIR%%/doc/user/discussions/img/discussions_resolved.png
+%%WWWDIR%%/doc/user/discussions/img/new_issue_for_discussion.png
+%%WWWDIR%%/doc/user/discussions/img/only_allow_merge_if_all_discussions_are_resolved.png
+%%WWWDIR%%/doc/user/discussions/img/only_allow_merge_if_all_discussions_are_resolved_msg.png
+%%WWWDIR%%/doc/user/discussions/img/preview_issue_for_discussion.png
+%%WWWDIR%%/doc/user/discussions/img/preview_issue_for_discussions.png
+%%WWWDIR%%/doc/user/discussions/img/resolve_comment_button.png
+%%WWWDIR%%/doc/user/discussions/img/resolve_discussion_button.png
+%%WWWDIR%%/doc/user/discussions/img/resolve_discussion_issue_notice.png
+%%WWWDIR%%/doc/user/discussions/img/resolve_discussion_open_issue.png
+%%WWWDIR%%/doc/user/discussions/index.md
%%WWWDIR%%/doc/user/group/subgroups/img/create_new_group.png
%%WWWDIR%%/doc/user/group/subgroups/img/create_subgroup_button.png
%%WWWDIR%%/doc/user/group/subgroups/img/group_members.png
%%WWWDIR%%/doc/user/group/subgroups/img/mention_subgroups.png
%%WWWDIR%%/doc/user/group/subgroups/index.md
+%%WWWDIR%%/doc/user/img/award_emoji_comment_awarded.png
+%%WWWDIR%%/doc/user/img/award_emoji_comment_picker.png
+%%WWWDIR%%/doc/user/img/award_emoji_select.png
+%%WWWDIR%%/doc/user/img/award_emoji_votes_sort_options.png
%%WWWDIR%%/doc/user/img/markdown_logo.png
%%WWWDIR%%/doc/user/img/markdown_video.mp4
%%WWWDIR%%/doc/user/markdown.md
%%WWWDIR%%/doc/user/permissions.md
+%%WWWDIR%%/doc/user/profile/account/delete_account.md
%%WWWDIR%%/doc/user/profile/account/img/2fa.png
%%WWWDIR%%/doc/user/profile/account/img/2fa_auth.png
%%WWWDIR%%/doc/user/profile/account/img/2fa_u2f_authenticate.png
%%WWWDIR%%/doc/user/profile/account/img/2fa_u2f_register.png
%%WWWDIR%%/doc/user/profile/account/index.md
%%WWWDIR%%/doc/user/profile/account/two_factor_authentication.md
+%%WWWDIR%%/doc/user/profile/preferences.md
%%WWWDIR%%/doc/user/project/builds/artifacts.md
%%WWWDIR%%/doc/user/project/container_registry.md
%%WWWDIR%%/doc/user/project/cycle_analytics.md
@@ -5463,6 +5728,7 @@
%%WWWDIR%%/doc/user/project/img/labels_prioritize.png
%%WWWDIR%%/doc/user/project/img/labels_subscribe.png
%%WWWDIR%%/doc/user/project/img/mitmproxy-docker.png
+%%WWWDIR%%/doc/user/project/img/project_repository_settings.png
%%WWWDIR%%/doc/user/project/img/project_settings_list.png
%%WWWDIR%%/doc/user/project/img/protected_branches_choose_branch.png
%%WWWDIR%%/doc/user/project/img/protected_branches_devs_can_push.png
@@ -5470,6 +5736,10 @@
%%WWWDIR%%/doc/user/project/img/protected_branches_list.png
%%WWWDIR%%/doc/user/project/img/protected_branches_matches.png
%%WWWDIR%%/doc/user/project/img/protected_branches_page.png
+%%WWWDIR%%/doc/user/project/img/protected_tag_matches.png
+%%WWWDIR%%/doc/user/project/img/protected_tags_list.png
+%%WWWDIR%%/doc/user/project/img/protected_tags_page.png
+%%WWWDIR%%/doc/user/project/img/protected_tags_permissions_dropdown.png
%%WWWDIR%%/doc/user/project/integrations/bamboo.md
%%WWWDIR%%/doc/user/project/integrations/bugzilla.md
%%WWWDIR%%/doc/user/project/integrations/emails_on_push.md
@@ -5484,6 +5754,7 @@
%%WWWDIR%%/doc/user/project/integrations/img/jira_issue_reference.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_merge_request_close.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_project_name.png
+%%WWWDIR%%/doc/user/project/integrations/img/jira_project_settings.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_service.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_service_close_comment.png
%%WWWDIR%%/doc/user/project/integrations/img/jira_service_close_issue.png
@@ -5502,6 +5773,7 @@
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_slash_command_configuration.png
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_slash_command_token.png
%%WWWDIR%%/doc/user/project/integrations/img/mattermost_team_integrations.png
+%%WWWDIR%%/doc/user/project/integrations/img/microsoft_teams_configuration.png
%%WWWDIR%%/doc/user/project/integrations/img/project_services.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_environment_detail_with_metrics.png
%%WWWDIR%%/doc/user/project/integrations/img/prometheus_gcp_firewall_rule.png
@@ -5519,6 +5791,7 @@
%%WWWDIR%%/doc/user/project/integrations/kubernetes.md
%%WWWDIR%%/doc/user/project/integrations/mattermost.md
%%WWWDIR%%/doc/user/project/integrations/mattermost_slash_commands.md
+%%WWWDIR%%/doc/user/project/integrations/microsoft_teams.md
%%WWWDIR%%/doc/user/project/integrations/mock_ci.md
%%WWWDIR%%/doc/user/project/integrations/project_services.md
%%WWWDIR%%/doc/user/project/integrations/prometheus.md
@@ -5553,8 +5826,6 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_changes_mr_modal.png
%%WWWDIR%%/doc/user/project/merge_requests/img/commit_compare.png
%%WWWDIR%%/doc/user/project/merge_requests/img/conflict_section.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/discussion_view.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/discussions_resolved.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_conflict_editor.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_widget.png
@@ -5562,13 +5833,6 @@
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_only_if_succeeds_msg.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_only_if_succeeds_settings.png
%%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_status.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/only_allow_merge_if_all_discussions_are_resolved.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/only_allow_merge_if_all_discussions_are_resolved_msg.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/preview_issue_for_discussions.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/resolve_comment_button.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/resolve_discussion_button.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/resolve_discussion_issue_notice.png
-%%WWWDIR%%/doc/user/project/merge_requests/img/resolve_discussion_open_issue.png
%%WWWDIR%%/doc/user/project/merge_requests/img/revert_changes_commit.png
%%WWWDIR%%/doc/user/project/merge_requests/img/revert_changes_commit_modal.png
%%WWWDIR%%/doc/user/project/merge_requests/img/revert_changes_mr.png
@@ -5588,6 +5852,9 @@
%%WWWDIR%%/doc/user/project/merge_requests/revert_changes.md
%%WWWDIR%%/doc/user/project/merge_requests/versions.md
%%WWWDIR%%/doc/user/project/merge_requests/work_in_progress_merge_requests.md
+%%WWWDIR%%/doc/user/project/milestones/img/milestone_create.png
+%%WWWDIR%%/doc/user/project/milestones/img/milestone_group_create.png
+%%WWWDIR%%/doc/user/project/milestones/index.md
%%WWWDIR%%/doc/user/project/new_ci_build_permissions_model.md
%%WWWDIR%%/doc/user/project/pages/getting_started_part_four.md
%%WWWDIR%%/doc/user/project/pages/getting_started_part_one.md
@@ -5620,6 +5887,7 @@
%%WWWDIR%%/doc/user/project/pipelines/job_artifacts.md
%%WWWDIR%%/doc/user/project/pipelines/settings.md
%%WWWDIR%%/doc/user/project/protected_branches.md
+%%WWWDIR%%/doc/user/project/protected_tags.md
%%WWWDIR%%/doc/user/project/repository/img/web_editor_new_branch_dropdown.png
%%WWWDIR%%/doc/user/project/repository/img/web_editor_new_branch_from_issue.png
%%WWWDIR%%/doc/user/project/repository/img/web_editor_new_branch_page.png
@@ -5645,6 +5913,17 @@
%%WWWDIR%%/doc/user/project/settings/img/settings_edit_button.png
%%WWWDIR%%/doc/user/project/settings/import_export.md
%%WWWDIR%%/doc/user/project/slash_commands.md
+%%WWWDIR%%/doc/user/search/img/filter_issues_project.gif
+%%WWWDIR%%/doc/user/search/img/issues_any_assignee.png
+%%WWWDIR%%/doc/user/search/img/issues_assigned_to_you.png
+%%WWWDIR%%/doc/user/search/img/issues_author.png
+%%WWWDIR%%/doc/user/search/img/issues_mrs_shortcut.png
+%%WWWDIR%%/doc/user/search/img/left_menu_bar.png
+%%WWWDIR%%/doc/user/search/img/project_search.png
+%%WWWDIR%%/doc/user/search/img/search_history.gif
+%%WWWDIR%%/doc/user/search/img/search_issues_board.png
+%%WWWDIR%%/doc/user/search/img/sort_projects.png
+%%WWWDIR%%/doc/user/search/index.md
%%WWWDIR%%/doc/user/snippets.md
%%WWWDIR%%/doc/web_hooks/web_hooks.md
%%WWWDIR%%/doc/workflow/README.md
@@ -5695,12 +5974,6 @@
%%WWWDIR%%/doc/workflow/groups/share_project_with_groups.png
%%WWWDIR%%/doc/workflow/groups/transfer_project.png
%%WWWDIR%%/doc/workflow/groups/withdraw_access_request_button.png
-%%WWWDIR%%/doc/workflow/img/award_emoji_comment_awarded.png
-%%WWWDIR%%/doc/workflow/img/award_emoji_comment_picker.png
-%%WWWDIR%%/doc/workflow/img/award_emoji_select.png
-%%WWWDIR%%/doc/workflow/img/award_emoji_votes_least_popular.png
-%%WWWDIR%%/doc/workflow/img/award_emoji_votes_most_popular.png
-%%WWWDIR%%/doc/workflow/img/award_emoji_votes_sort_options.png
%%WWWDIR%%/doc/workflow/img/file_finder_find_button.png
%%WWWDIR%%/doc/workflow/img/file_finder_find_file.png
%%WWWDIR%%/doc/workflow/img/forking_workflow_choose_namespace.png
@@ -5742,8 +6015,6 @@
%%WWWDIR%%/doc/workflow/merge_when_build_succeeds.md
%%WWWDIR%%/doc/workflow/messy_flow.png
%%WWWDIR%%/doc/workflow/milestones.md
-%%WWWDIR%%/doc/workflow/milestones/form.png
-%%WWWDIR%%/doc/workflow/milestones/group_form.png
%%WWWDIR%%/doc/workflow/mr_inline_comments.png
%%WWWDIR%%/doc/workflow/notifications.md
%%WWWDIR%%/doc/workflow/notifications/settings.png
@@ -6046,6 +6317,7 @@
%%WWWDIR%%/lib/banzai/filter/html_entity_filter.rb
%%WWWDIR%%/lib/banzai/filter/image_link_filter.rb
%%WWWDIR%%/lib/banzai/filter/inline_diff_filter.rb
+%%WWWDIR%%/lib/banzai/filter/issuable_state_filter.rb
%%WWWDIR%%/lib/banzai/filter/issue_reference_filter.rb
%%WWWDIR%%/lib/banzai/filter/label_reference_filter.rb
%%WWWDIR%%/lib/banzai/filter/markdown_filter.rb
@@ -6069,6 +6341,7 @@
%%WWWDIR%%/lib/banzai/filter/wiki_link_filter/rewriter.rb
%%WWWDIR%%/lib/banzai/filter/yaml_front_matter_filter.rb
%%WWWDIR%%/lib/banzai/filter_array.rb
+%%WWWDIR%%/lib/banzai/issuable_extractor.rb
%%WWWDIR%%/lib/banzai/note_renderer.rb
%%WWWDIR%%/lib/banzai/object_renderer.rb
%%WWWDIR%%/lib/banzai/pipeline.rb
@@ -6135,8 +6408,8 @@
%%WWWDIR%%/lib/container_registry/blob.rb
%%WWWDIR%%/lib/container_registry/client.rb
%%WWWDIR%%/lib/container_registry/config.rb
+%%WWWDIR%%/lib/container_registry/path.rb
%%WWWDIR%%/lib/container_registry/registry.rb
-%%WWWDIR%%/lib/container_registry/repository.rb
%%WWWDIR%%/lib/container_registry/tag.rb
%%WWWDIR%%/lib/disable_email_interceptor.rb
%%WWWDIR%%/lib/email_template_interceptor.rb
@@ -6146,6 +6419,25 @@
%%WWWDIR%%/lib/file_size_validator.rb
%%WWWDIR%%/lib/file_streamer.rb
%%WWWDIR%%/lib/generators/rails/post_deployment_migration/post_deployment_migration_generator.rb
+%%WWWDIR%%/lib/github/client.rb
+%%WWWDIR%%/lib/github/collection.rb
+%%WWWDIR%%/lib/github/error.rb
+%%WWWDIR%%/lib/github/import.rb
+%%WWWDIR%%/lib/github/rate_limit.rb
+%%WWWDIR%%/lib/github/repositories.rb
+%%WWWDIR%%/lib/github/representation/base.rb
+%%WWWDIR%%/lib/github/representation/branch.rb
+%%WWWDIR%%/lib/github/representation/comment.rb
+%%WWWDIR%%/lib/github/representation/issuable.rb
+%%WWWDIR%%/lib/github/representation/issue.rb
+%%WWWDIR%%/lib/github/representation/label.rb
+%%WWWDIR%%/lib/github/representation/milestone.rb
+%%WWWDIR%%/lib/github/representation/pull_request.rb
+%%WWWDIR%%/lib/github/representation/release.rb
+%%WWWDIR%%/lib/github/representation/repo.rb
+%%WWWDIR%%/lib/github/representation/user.rb
+%%WWWDIR%%/lib/github/response.rb
+%%WWWDIR%%/lib/github/user.rb
%%WWWDIR%%/lib/gitlab.rb
%%WWWDIR%%/lib/gitlab/access.rb
%%WWWDIR%%/lib/gitlab/allowable.rb
@@ -6168,6 +6460,7 @@
%%WWWDIR%%/lib/gitlab/bitbucket_import/importer.rb
%%WWWDIR%%/lib/gitlab/bitbucket_import/project_creator.rb
%%WWWDIR%%/lib/gitlab/blame.rb
+%%WWWDIR%%/lib/gitlab/cache/ci/project_pipeline_status.rb
%%WWWDIR%%/lib/gitlab/changes_list.rb
%%WWWDIR%%/lib/gitlab/chat_commands/base_command.rb
%%WWWDIR%%/lib/gitlab/chat_commands/command.rb
@@ -6228,6 +6521,7 @@
%%WWWDIR%%/lib/gitlab/ci/config/entry/validators.rb
%%WWWDIR%%/lib/gitlab/ci/config/entry/variables.rb
%%WWWDIR%%/lib/gitlab/ci/config/loader.rb
+%%WWWDIR%%/lib/gitlab/ci/cron_parser.rb
%%WWWDIR%%/lib/gitlab/ci/pipeline_duration.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/cancelable.rb
%%WWWDIR%%/lib/gitlab/ci/status/build/common.rb
@@ -6255,7 +6549,8 @@
%%WWWDIR%%/lib/gitlab/ci/status/stage/factory.rb
%%WWWDIR%%/lib/gitlab/ci/status/success.rb
%%WWWDIR%%/lib/gitlab/ci/status/success_warning.rb
-%%WWWDIR%%/lib/gitlab/ci/trace_reader.rb
+%%WWWDIR%%/lib/gitlab/ci/trace.rb
+%%WWWDIR%%/lib/gitlab/ci/trace/stream.rb
%%WWWDIR%%/lib/gitlab/closing_issue_extractor.rb
%%WWWDIR%%/lib/gitlab/color_schemes.rb
%%WWWDIR%%/lib/gitlab/config_helper.rb
@@ -6304,6 +6599,7 @@
%%WWWDIR%%/lib/gitlab/database/date_time.rb
%%WWWDIR%%/lib/gitlab/database/median.rb
%%WWWDIR%%/lib/gitlab/database/migration_helpers.rb
+%%WWWDIR%%/lib/gitlab/database/multi_threaded_migration.rb
%%WWWDIR%%/lib/gitlab/devise_failure.rb
%%WWWDIR%%/lib/gitlab/diff/diff_refs.rb
%%WWWDIR%%/lib/gitlab/diff/file.rb
@@ -6338,6 +6634,7 @@
%%WWWDIR%%/lib/gitlab/emoji.rb
%%WWWDIR%%/lib/gitlab/environment_logger.rb
%%WWWDIR%%/lib/gitlab/etag_caching/middleware.rb
+%%WWWDIR%%/lib/gitlab/etag_caching/router.rb
%%WWWDIR%%/lib/gitlab/etag_caching/store.rb
%%WWWDIR%%/lib/gitlab/exclusive_lease.rb
%%WWWDIR%%/lib/gitlab/file_detector.rb
@@ -6359,6 +6656,7 @@
%%WWWDIR%%/lib/gitlab/git/diff.rb
%%WWWDIR%%/lib/gitlab/git/diff_collection.rb
%%WWWDIR%%/lib/gitlab/git/encoding_helper.rb
+%%WWWDIR%%/lib/gitlab/git/env.rb
%%WWWDIR%%/lib/gitlab/git/hook.rb
%%WWWDIR%%/lib/gitlab/git/index.rb
%%WWWDIR%%/lib/gitlab/git/path_helper.rb
@@ -6376,7 +6674,10 @@
%%WWWDIR%%/lib/gitlab/git_post_receive.rb
%%WWWDIR%%/lib/gitlab/git_ref_validator.rb
%%WWWDIR%%/lib/gitlab/gitaly_client.rb
+%%WWWDIR%%/lib/gitlab/gitaly_client/commit.rb
%%WWWDIR%%/lib/gitlab/gitaly_client/notifications.rb
+%%WWWDIR%%/lib/gitlab/gitaly_client/ref.rb
+%%WWWDIR%%/lib/gitlab/gitaly_client/util.rb
%%WWWDIR%%/lib/gitlab/github_import/base_formatter.rb
%%WWWDIR%%/lib/gitlab/github_import/branch_formatter.rb
%%WWWDIR%%/lib/gitlab/github_import/client.rb
@@ -6401,6 +6702,13 @@
%%WWWDIR%%/lib/gitlab/google_code_import/project_creator.rb
%%WWWDIR%%/lib/gitlab/google_code_import/repository.rb
%%WWWDIR%%/lib/gitlab/graphs/commits.rb
+%%WWWDIR%%/lib/gitlab/health_checks/base_abstract_check.rb
+%%WWWDIR%%/lib/gitlab/health_checks/db_check.rb
+%%WWWDIR%%/lib/gitlab/health_checks/fs_shards_check.rb
+%%WWWDIR%%/lib/gitlab/health_checks/metric.rb
+%%WWWDIR%%/lib/gitlab/health_checks/redis_check.rb
+%%WWWDIR%%/lib/gitlab/health_checks/result.rb
+%%WWWDIR%%/lib/gitlab/health_checks/simple_abstract_check.rb
%%WWWDIR%%/lib/gitlab/highlight.rb
%%WWWDIR%%/lib/gitlab/identifier.rb
%%WWWDIR%%/lib/gitlab/import_export.rb
@@ -6411,10 +6719,12 @@
%%WWWDIR%%/lib/gitlab/import_export/command_line_util.rb
%%WWWDIR%%/lib/gitlab/import_export/error.rb
%%WWWDIR%%/lib/gitlab/import_export/file_importer.rb
+%%WWWDIR%%/lib/gitlab/import_export/hash_util.rb
%%WWWDIR%%/lib/gitlab/import_export/import_export.yml
%%WWWDIR%%/lib/gitlab/import_export/importer.rb
%%WWWDIR%%/lib/gitlab/import_export/json_hash_builder.rb
%%WWWDIR%%/lib/gitlab/import_export/members_mapper.rb
+%%WWWDIR%%/lib/gitlab/import_export/merge_request_parser.rb
%%WWWDIR%%/lib/gitlab/import_export/project_creator.rb
%%WWWDIR%%/lib/gitlab/import_export/project_tree_restorer.rb
%%WWWDIR%%/lib/gitlab/import_export/project_tree_saver.rb
@@ -6474,6 +6784,7 @@
%%WWWDIR%%/lib/gitlab/optimistic_locking.rb
%%WWWDIR%%/lib/gitlab/other_markup.rb
%%WWWDIR%%/lib/gitlab/pages_transfer.rb
+%%WWWDIR%%/lib/gitlab/polling_interval.rb
%%WWWDIR%%/lib/gitlab/popen.rb
%%WWWDIR%%/lib/gitlab/project_search_results.rb
%%WWWDIR%%/lib/gitlab/project_transfer.rb
@@ -6483,6 +6794,7 @@
%%WWWDIR%%/lib/gitlab/redis.rb
%%WWWDIR%%/lib/gitlab/reference_extractor.rb
%%WWWDIR%%/lib/gitlab/regex.rb
+%%WWWDIR%%/lib/gitlab/repo_path.rb
%%WWWDIR%%/lib/gitlab/repository_check_logger.rb
%%WWWDIR%%/lib/gitlab/request_context.rb
%%WWWDIR%%/lib/gitlab/request_profiler.rb
@@ -6533,6 +6845,7 @@
%%WWWDIR%%/lib/gitlab/template/gitlab_ci_yml_template.rb
%%WWWDIR%%/lib/gitlab/template/issue_template.rb
%%WWWDIR%%/lib/gitlab/template/merge_request_template.rb
+%%WWWDIR%%/lib/gitlab/testing/request_blocker_middleware.rb
%%WWWDIR%%/lib/gitlab/time_tracking_formatter.rb
%%WWWDIR%%/lib/gitlab/timeless.rb
%%WWWDIR%%/lib/gitlab/update_path_error.rb
@@ -6541,7 +6854,9 @@
%%WWWDIR%%/lib/gitlab/url_blocker.rb
%%WWWDIR%%/lib/gitlab/url_builder.rb
%%WWWDIR%%/lib/gitlab/url_sanitizer.rb
+%%WWWDIR%%/lib/gitlab/usage_data.rb
%%WWWDIR%%/lib/gitlab/user_access.rb
+%%WWWDIR%%/lib/gitlab/user_activities.rb
%%WWWDIR%%/lib/gitlab/utils.rb
%%WWWDIR%%/lib/gitlab/version_info.rb
%%WWWDIR%%/lib/gitlab/view/presenter/base.rb
@@ -6558,8 +6873,10 @@
%%WWWDIR%%/lib/mattermost/error.rb
%%WWWDIR%%/lib/mattermost/session.rb
%%WWWDIR%%/lib/mattermost/team.rb
+%%WWWDIR%%/lib/microsoft_teams/activity.rb
+%%WWWDIR%%/lib/microsoft_teams/notifier.rb
%%WWWDIR%%/lib/omni_auth/request_forgery_protection.rb
-%%WWWDIR%%/lib/omniauth/strategies/bitbucket.rb
+%%WWWDIR%%/lib/omni_auth/strategies/bitbucket.rb
%%WWWDIR%%/lib/repository_cache.rb
%%WWWDIR%%/lib/rouge/formatters/html_gitlab.rb
%%WWWDIR%%/lib/rouge/lexers/math.rb
@@ -6610,6 +6927,7 @@
%%WWWDIR%%/lib/tasks/gitlab/workhorse.rake
%%WWWDIR%%/lib/tasks/grape.rake
%%WWWDIR%%/lib/tasks/haml-lint.rake
+%%WWWDIR%%/lib/tasks/import.rake
%%WWWDIR%%/lib/tasks/karma.rake
%%WWWDIR%%/lib/tasks/lint.rake
%%WWWDIR%%/lib/tasks/migrate/add_limits_mysql.rake
@@ -6623,6 +6941,7 @@
%%WWWDIR%%/lib/tasks/spec.rake
%%WWWDIR%%/lib/tasks/spinach.rake
%%WWWDIR%%/lib/tasks/test.rake
+%%WWWDIR%%/lib/tasks/tokens.rake
%%WWWDIR%%/lib/tasks/yarn.rake
%%WWWDIR%%/lib/unfold_form.rb
%%WWWDIR%%/lib/uploaded_file.rb
@@ -6640,6 +6959,39 @@
%%WWWDIR%%/public/favicon.ico
%%WWWDIR%%/public/robots.txt
%%WWWDIR%%/public/slash-command-logo.png
+%%WWWDIR%%/qa/.rspec
+%%WWWDIR%%/qa/Dockerfile
+%%WWWDIR%%/qa/Gemfile
+%%WWWDIR%%/qa/README.md
+%%WWWDIR%%/qa/bin/qa
+%%WWWDIR%%/qa/bin/test
+%%WWWDIR%%/qa/qa.rb
+%%WWWDIR%%/qa/qa/ce/strategy.rb
+%%WWWDIR%%/qa/qa/git/repository.rb
+%%WWWDIR%%/qa/qa/page/admin/menu.rb
+%%WWWDIR%%/qa/qa/page/base.rb
+%%WWWDIR%%/qa/qa/page/main/entry.rb
+%%WWWDIR%%/qa/qa/page/main/groups.rb
+%%WWWDIR%%/qa/qa/page/main/menu.rb
+%%WWWDIR%%/qa/qa/page/main/projects.rb
+%%WWWDIR%%/qa/qa/page/project/new.rb
+%%WWWDIR%%/qa/qa/page/project/show.rb
+%%WWWDIR%%/qa/qa/runtime/namespace.rb
+%%WWWDIR%%/qa/qa/runtime/release.rb
+%%WWWDIR%%/qa/qa/runtime/user.rb
+%%WWWDIR%%/qa/qa/scenario/actable.rb
+%%WWWDIR%%/qa/qa/scenario/gitlab/project/create.rb
+%%WWWDIR%%/qa/qa/scenario/template.rb
+%%WWWDIR%%/qa/qa/scenario/test/instance.rb
+%%WWWDIR%%/qa/qa/specs/config.rb
+%%WWWDIR%%/qa/qa/specs/features/login/standard_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/project/create_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/repository/clone_spec.rb
+%%WWWDIR%%/qa/qa/specs/features/repository/push_spec.rb
+%%WWWDIR%%/qa/qa/specs/runner.rb
+%%WWWDIR%%/qa/spec/runtime/release_spec.rb
+%%WWWDIR%%/qa/spec/scenario/actable_spec.rb
+%%WWWDIR%%/qa/spec/spec_helper.rb
%%WWWDIR%%/rubocop/cop/custom_error_class.rb
%%WWWDIR%%/rubocop/cop/gem_fetcher.rb
%%WWWDIR%%/rubocop/cop/migration/add_column.rb
@@ -6647,6 +6999,8 @@
%%WWWDIR%%/rubocop/cop/migration/add_concurrent_foreign_key.rb
%%WWWDIR%%/rubocop/cop/migration/add_concurrent_index.rb
%%WWWDIR%%/rubocop/cop/migration/add_index.rb
+%%WWWDIR%%/rubocop/cop/migration/remove_concurrent_index.rb
+%%WWWDIR%%/rubocop/cop/migration/remove_index.rb
%%WWWDIR%%/rubocop/migration_helpers.rb
%%WWWDIR%%/rubocop/rubocop.rb
%%WWWDIR%%/scripts/lint-doc.sh
@@ -6654,6 +7008,7 @@
%%WWWDIR%%/scripts/merge-simplecov
%%WWWDIR%%/scripts/notify_slack.sh
%%WWWDIR%%/scripts/prepare_build.sh
+%%WWWDIR%%/scripts/sync-reports
%%WWWDIR%%/spec/bin/changelog_spec.rb
%%WWWDIR%%/spec/config/mail_room_spec.rb
%%WWWDIR%%/spec/controllers/abuse_reports_controller_spec.rb
@@ -6679,6 +7034,7 @@
%%WWWDIR%%/spec/controllers/groups/milestones_controller_spec.rb
%%WWWDIR%%/spec/controllers/groups_controller_spec.rb
%%WWWDIR%%/spec/controllers/health_check_controller_spec.rb
+%%WWWDIR%%/spec/controllers/health_controller_spec.rb
%%WWWDIR%%/spec/controllers/help_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/bitbucket_controller_spec.rb
%%WWWDIR%%/spec/controllers/import/fogbugz_controller_spec.rb
@@ -6692,6 +7048,7 @@
%%WWWDIR%%/spec/controllers/profiles/accounts_controller_spec.rb
%%WWWDIR%%/spec/controllers/profiles/avatars_controller_spec.rb
%%WWWDIR%%/spec/controllers/profiles/keys_controller_spec.rb
+%%WWWDIR%%/spec/controllers/profiles/notifications_controller_spec.rb
%%WWWDIR%%/spec/controllers/profiles/personal_access_tokens_spec.rb
%%WWWDIR%%/spec/controllers/profiles/preferences_controller_spec.rb
%%WWWDIR%%/spec/controllers/profiles/two_factor_auths_controller_spec.rb
@@ -6702,6 +7059,7 @@
%%WWWDIR%%/spec/controllers/projects/boards/lists_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/boards_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/branches_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/builds_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/builds_controller_specs.rb
%%WWWDIR%%/spec/controllers/projects/commit_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/commits_controller_spec.rb
@@ -6724,8 +7082,10 @@
%%WWWDIR%%/spec/controllers/projects/pipelines_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/project_members_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/protected_branches_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/protected_tags_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/raw_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/refs_controller_spec.rb
+%%WWWDIR%%/spec/controllers/projects/registry/repositories_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/releases_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/repositories_controller_spec.rb
%%WWWDIR%%/spec/controllers/projects/runners_controller_spec.rb
@@ -6764,10 +7124,12 @@
%%WWWDIR%%/spec/factories/ci/runners.rb
%%WWWDIR%%/spec/factories/ci/stages.rb
%%WWWDIR%%/spec/factories/ci/trigger_requests.rb
+%%WWWDIR%%/spec/factories/ci/trigger_schedules.rb
%%WWWDIR%%/spec/factories/ci/triggers.rb
%%WWWDIR%%/spec/factories/ci/variables.rb
%%WWWDIR%%/spec/factories/commit_statuses.rb
%%WWWDIR%%/spec/factories/commits.rb
+%%WWWDIR%%/spec/factories/container_repositories.rb
%%WWWDIR%%/spec/factories/deploy_keys_projects.rb
%%WWWDIR%%/spec/factories/deployments.rb
%%WWWDIR%%/spec/factories/emails.rb
@@ -6805,14 +7167,17 @@
%%WWWDIR%%/spec/factories/project_wikis.rb
%%WWWDIR%%/spec/factories/projects.rb
%%WWWDIR%%/spec/factories/protected_branches.rb
+%%WWWDIR%%/spec/factories/protected_tags.rb
%%WWWDIR%%/spec/factories/releases.rb
%%WWWDIR%%/spec/factories/sent_notifications.rb
+%%WWWDIR%%/spec/factories/sequences.rb
%%WWWDIR%%/spec/factories/service_hooks.rb
%%WWWDIR%%/spec/factories/services.rb
%%WWWDIR%%/spec/factories/snippets.rb
%%WWWDIR%%/spec/factories/spam_logs.rb
%%WWWDIR%%/spec/factories/subscriptions.rb
%%WWWDIR%%/spec/factories/system_hooks.rb
+%%WWWDIR%%/spec/factories/system_note_metadata.rb
%%WWWDIR%%/spec/factories/timelogs.rb
%%WWWDIR%%/spec/factories/todos.rb
%%WWWDIR%%/spec/factories/trending_project.rb
@@ -6874,6 +7239,7 @@
%%WWWDIR%%/spec/features/dashboard/issuables_counter_spec.rb
%%WWWDIR%%/spec/features/dashboard/issues_spec.rb
%%WWWDIR%%/spec/features/dashboard/label_filter_spec.rb
+%%WWWDIR%%/spec/features/dashboard/merge_requests_spec.rb
%%WWWDIR%%/spec/features/dashboard/project_member_activity_index_spec.rb
%%WWWDIR%%/spec/features/dashboard/projects_spec.rb
%%WWWDIR%%/spec/features/dashboard/shortcuts_spec.rb
@@ -6881,11 +7247,17 @@
%%WWWDIR%%/spec/features/dashboard/user_filters_projects_spec.rb
%%WWWDIR%%/spec/features/dashboard_issues_spec.rb
%%WWWDIR%%/spec/features/dashboard_milestones_spec.rb
+%%WWWDIR%%/spec/features/discussion_comments/commit_spec.rb
+%%WWWDIR%%/spec/features/discussion_comments/issue_spec.rb
+%%WWWDIR%%/spec/features/discussion_comments/merge_request_spec.rb
+%%WWWDIR%%/spec/features/discussion_comments/snippets_spec.rb
%%WWWDIR%%/spec/features/expand_collapse_diffs_spec.rb
%%WWWDIR%%/spec/features/explore/groups_list_spec.rb
%%WWWDIR%%/spec/features/gitlab_flavored_markdown_spec.rb
%%WWWDIR%%/spec/features/global_search_spec.rb
%%WWWDIR%%/spec/features/groups/activity_spec.rb
+%%WWWDIR%%/spec/features/groups/empty_states_spec.rb
+%%WWWDIR%%/spec/features/groups/group_name_toggle_spec.rb
%%WWWDIR%%/spec/features/groups/issues_spec.rb
%%WWWDIR%%/spec/features/groups/labels/edit_spec.rb
%%WWWDIR%%/spec/features/groups/members/last_owner_cannot_leave_group_spec.rb
@@ -6896,6 +7268,7 @@
%%WWWDIR%%/spec/features/groups/members/sorting_spec.rb
%%WWWDIR%%/spec/features/groups/members/user_requests_access_spec.rb
%%WWWDIR%%/spec/features/groups/merge_requests_spec.rb
+%%WWWDIR%%/spec/features/groups/milestone_spec.rb
%%WWWDIR%%/spec/features/groups/show_spec.rb
%%WWWDIR%%/spec/features/groups_spec.rb
%%WWWDIR%%/spec/features/help_pages_spec.rb
@@ -6905,12 +7278,14 @@
%%WWWDIR%%/spec/features/issues/award_spec.rb
%%WWWDIR%%/spec/features/issues/bulk_assignment_labels_spec.rb
%%WWWDIR%%/spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb
+%%WWWDIR%%/spec/features/issues/create_issue_for_single_discussion_in_merge_request.rb
%%WWWDIR%%/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/dropdown_author_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/dropdown_hint_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/dropdown_label_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/dropdown_milestone_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/filter_issues_spec.rb
+%%WWWDIR%%/spec/features/issues/filtered_search/recent_searches_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/search_bar_spec.rb
%%WWWDIR%%/spec/features/issues/filtered_search/visual_tokens_spec.rb
%%WWWDIR%%/spec/features/issues/form_spec.rb
@@ -6921,6 +7296,7 @@
%%WWWDIR%%/spec/features/issues/move_spec.rb
%%WWWDIR%%/spec/features/issues/new_branch_button_spec.rb
%%WWWDIR%%/spec/features/issues/note_polling_spec.rb
+%%WWWDIR%%/spec/features/issues/notes_on_issues_spec.rb
%%WWWDIR%%/spec/features/issues/spam_issues_spec.rb
%%WWWDIR%%/spec/features/issues/todo_spec.rb
%%WWWDIR%%/spec/features/issues/update_issues_spec.rb
@@ -6976,18 +7352,24 @@
%%WWWDIR%%/spec/features/profiles/password_spec.rb
%%WWWDIR%%/spec/features/profiles/personal_access_tokens_spec.rb
%%WWWDIR%%/spec/features/profiles/preferences_spec.rb
+%%WWWDIR%%/spec/features/profiles/user_changes_notified_of_own_activity_spec.rb
%%WWWDIR%%/spec/features/projects/activity/rss_spec.rb
%%WWWDIR%%/spec/features/projects/badges/coverage_spec.rb
%%WWWDIR%%/spec/features/projects/badges/list_spec.rb
+%%WWWDIR%%/spec/features/projects/blobs/blob_line_permalink_updater_spec.rb
+%%WWWDIR%%/spec/features/projects/blobs/blob_show_spec.rb
%%WWWDIR%%/spec/features/projects/blobs/edit_spec.rb
%%WWWDIR%%/spec/features/projects/blobs/shortcuts_blob_spec.rb
+%%WWWDIR%%/spec/features/projects/blobs/user_create_spec.rb
%%WWWDIR%%/spec/features/projects/branches/download_buttons_spec.rb
%%WWWDIR%%/spec/features/projects/branches_spec.rb
%%WWWDIR%%/spec/features/projects/builds_spec.rb
%%WWWDIR%%/spec/features/projects/commit/builds_spec.rb
%%WWWDIR%%/spec/features/projects/commit/cherry_pick_spec.rb
+%%WWWDIR%%/spec/features/projects/commit/mini_pipeline_graph_spec.rb
%%WWWDIR%%/spec/features/projects/commit/rss_spec.rb
%%WWWDIR%%/spec/features/projects/compare_spec.rb
+%%WWWDIR%%/spec/features/projects/deploy_keys_spec.rb
%%WWWDIR%%/spec/features/projects/developer_views_empty_project_instructions_spec.rb
%%WWWDIR%%/spec/features/projects/edit_spec.rb
%%WWWDIR%%/spec/features/projects/environments/environment_metrics_spec.rb
@@ -7006,6 +7388,8 @@
%%WWWDIR%%/spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb
%%WWWDIR%%/spec/features/projects/files/project_owner_creates_license_file_spec.rb
%%WWWDIR%%/spec/features/projects/files/project_owner_sees_link_to_create_license_file_in_empty_project_spec.rb
+%%WWWDIR%%/spec/features/projects/files/template_type_dropdown_spec.rb
+%%WWWDIR%%/spec/features/projects/files/undo_template_spec.rb
%%WWWDIR%%/spec/features/projects/gfm_autocomplete_load_spec.rb
%%WWWDIR%%/spec/features/projects/group_links_spec.rb
%%WWWDIR%%/spec/features/projects/guest_navigation_menu_spec.rb
@@ -7038,6 +7422,7 @@
%%WWWDIR%%/spec/features/projects/merge_request_button_spec.rb
%%WWWDIR%%/spec/features/projects/merge_requests/list_spec.rb
%%WWWDIR%%/spec/features/projects/milestones/milestone_spec.rb
+%%WWWDIR%%/spec/features/projects/milestones/milestones_sorting_spec.rb
%%WWWDIR%%/spec/features/projects/new_project_spec.rb
%%WWWDIR%%/spec/features/projects/pages_spec.rb
%%WWWDIR%%/spec/features/projects/pipelines/pipeline_spec.rb
@@ -7054,15 +7439,19 @@
%%WWWDIR%%/spec/features/projects/snippets_spec.rb
%%WWWDIR%%/spec/features/projects/tags/download_buttons_spec.rb
%%WWWDIR%%/spec/features/projects/tree/rss_spec.rb
+%%WWWDIR%%/spec/features/projects/user_create_dir_spec.rb
%%WWWDIR%%/spec/features/projects/view_on_env_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/markdown_preview_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_creates_wiki_page_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_git_access_wiki_page_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_updates_wiki_page_spec.rb
+%%WWWDIR%%/spec/features/projects/wiki/user_views_project_wiki_page_spec.rb
%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_in_project_page_spec.rb
%%WWWDIR%%/spec/features/projects_spec.rb
%%WWWDIR%%/spec/features/protected_branches/access_control_ce_spec.rb
%%WWWDIR%%/spec/features/protected_branches_spec.rb
+%%WWWDIR%%/spec/features/protected_tags/access_control_ce_spec.rb
+%%WWWDIR%%/spec/features/protected_tags_spec.rb
%%WWWDIR%%/spec/features/runners_spec.rb
%%WWWDIR%%/spec/features/search_spec.rb
%%WWWDIR%%/spec/features/security/admin_access_spec.rb
@@ -7165,6 +7554,7 @@
%%WWWDIR%%/spec/fixtures/emails/commands_in_reply.eml
%%WWWDIR%%/spec/fixtures/emails/commands_only_reply.eml
%%WWWDIR%%/spec/fixtures/emails/dutch.eml
+%%WWWDIR%%/spec/fixtures/emails/forwarded_new_issue.eml
%%WWWDIR%%/spec/fixtures/emails/gmail_web.eml
%%WWWDIR%%/spec/fixtures/emails/html_paragraphs.eml
%%WWWDIR%%/spec/fixtures/emails/inline_reply.eml
@@ -7186,6 +7576,7 @@
%%WWWDIR%%/spec/fixtures/emails/wrong_mail_key.eml
%%WWWDIR%%/spec/fixtures/logo_sample.svg
%%WWWDIR%%/spec/fixtures/markdown.md.erb
+%%WWWDIR%%/spec/fixtures/metrics.json
%%WWWDIR%%/spec/fixtures/pages.tar.gz
%%WWWDIR%%/spec/fixtures/pages.zip
%%WWWDIR%%/spec/fixtures/pages.zip.meta
@@ -7196,10 +7587,12 @@
%%WWWDIR%%/spec/fixtures/project_services/campfire/rooms2.json
%%WWWDIR%%/spec/fixtures/rails_sample.jpg
%%WWWDIR%%/spec/fixtures/sanitized.svg
+%%WWWDIR%%/spec/fixtures/trace/ansi-sequence-and-unicode
%%WWWDIR%%/spec/fixtures/unsanitized.svg
%%WWWDIR%%/spec/fixtures/video_sample.mp4
%%WWWDIR%%/spec/helpers/application_helper_spec.rb
%%WWWDIR%%/spec/helpers/auth_helper_spec.rb
+%%WWWDIR%%/spec/helpers/avatars_helper_spec.rb
%%WWWDIR%%/spec/helpers/blob_helper_spec.rb
%%WWWDIR%%/spec/helpers/broadcast_messages_helper_spec.rb
%%WWWDIR%%/spec/helpers/ci_status_helper_spec.rb
@@ -7222,6 +7615,7 @@
%%WWWDIR%%/spec/helpers/members_helper_spec.rb
%%WWWDIR%%/spec/helpers/merge_requests_helper_spec.rb
%%WWWDIR%%/spec/helpers/milestones_helper_spec.rb
+%%WWWDIR%%/spec/helpers/namespaces_helper_spec.rb
%%WWWDIR%%/spec/helpers/notes_helper_spec.rb
%%WWWDIR%%/spec/helpers/notifications_helper_spec.rb
%%WWWDIR%%/spec/helpers/page_layout_helper_spec.rb
@@ -7237,6 +7631,7 @@
%%WWWDIR%%/spec/helpers/time_helper_spec.rb
%%WWWDIR%%/spec/helpers/todos_helper_spec.rb
%%WWWDIR%%/spec/helpers/tree_helper_spec.rb
+%%WWWDIR%%/spec/helpers/users_helper_spec.rb
%%WWWDIR%%/spec/helpers/version_check_helper_spec.rb
%%WWWDIR%%/spec/helpers/visibility_level_helper_spec.rb
%%WWWDIR%%/spec/helpers/wiki_helper_spec.rb
@@ -7250,12 +7645,23 @@
%%WWWDIR%%/spec/javascripts/abuse_reports_spec.js
%%WWWDIR%%/spec/javascripts/activities_spec.js
%%WWWDIR%%/spec/javascripts/ajax_loading_spinner_spec.js
+%%WWWDIR%%/spec/javascripts/autosave_spec.js
%%WWWDIR%%/spec/javascripts/awards_handler_spec.js
%%WWWDIR%%/spec/javascripts/behaviors/autosize_spec.js
%%WWWDIR%%/spec/javascripts/behaviors/bind_in_out_spec.js
+%%WWWDIR%%/spec/javascripts/behaviors/gl_emoji/unicode_support_map_spec.js
%%WWWDIR%%/spec/javascripts/behaviors/quick_submit_spec.js
%%WWWDIR%%/spec/javascripts/behaviors/requires_input_spec.js
+%%WWWDIR%%/spec/javascripts/blob/3d_viewer/mesh_object_spec.js
+%%WWWDIR%%/spec/javascripts/blob/create_branch_dropdown_spec.js
+%%WWWDIR%%/spec/javascripts/blob/notebook/index_spec.js
+%%WWWDIR%%/spec/javascripts/blob/pdf/index_spec.js
+%%WWWDIR%%/spec/javascripts/blob/pdf/test.pdf
+%%WWWDIR%%/spec/javascripts/blob/sketch/index_spec.js
+%%WWWDIR%%/spec/javascripts/blob/target_branch_dropdown_spec.js
+%%WWWDIR%%/spec/javascripts/boards/board_blank_state_spec.js
%%WWWDIR%%/spec/javascripts/boards/board_card_spec.js
+%%WWWDIR%%/spec/javascripts/boards/board_list_spec.js
%%WWWDIR%%/spec/javascripts/boards/board_new_issue_spec.js
%%WWWDIR%%/spec/javascripts/boards/boards_store_spec.js
%%WWWDIR%%/spec/javascripts/boards/issue_card_spec.js
@@ -7263,28 +7669,36 @@
%%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/build_spec.js
+%%WWWDIR%%/spec/javascripts/ci_status_icon_spec.js
+%%WWWDIR%%/spec/javascripts/collapsed_sidebar_todo_spec.js
+%%WWWDIR%%/spec/javascripts/comment_type_toggle_spec.js
%%WWWDIR%%/spec/javascripts/commit/pipelines/mock_data.js
%%WWWDIR%%/spec/javascripts/commit/pipelines/pipelines_spec.js
-%%WWWDIR%%/spec/javascripts/commit/pipelines/pipelines_store_spec.js
%%WWWDIR%%/spec/javascripts/commits_spec.js
+%%WWWDIR%%/spec/javascripts/cycle_analytics/limit_warning_component_spec.js
%%WWWDIR%%/spec/javascripts/datetime_utility_spec.js
%%WWWDIR%%/spec/javascripts/diff_comments_store_spec.js
+%%WWWDIR%%/spec/javascripts/droplab/constants_spec.js
+%%WWWDIR%%/spec/javascripts/droplab/drop_down_spec.js
+%%WWWDIR%%/spec/javascripts/droplab/hook_spec.js
+%%WWWDIR%%/spec/javascripts/droplab/plugins/input_setter_spec.js
%%WWWDIR%%/spec/javascripts/environments/environment_actions_spec.js
%%WWWDIR%%/spec/javascripts/environments/environment_external_url_spec.js
%%WWWDIR%%/spec/javascripts/environments/environment_item_spec.js
+%%WWWDIR%%/spec/javascripts/environments/environment_monitoring_spec.js
%%WWWDIR%%/spec/javascripts/environments/environment_rollback_spec.js
%%WWWDIR%%/spec/javascripts/environments/environment_spec.js
%%WWWDIR%%/spec/javascripts/environments/environment_stop_spec.js
%%WWWDIR%%/spec/javascripts/environments/environment_table_spec.js
+%%WWWDIR%%/spec/javascripts/environments/environment_terminal_button_spec.js
%%WWWDIR%%/spec/javascripts/environments/environments_store_spec.js
%%WWWDIR%%/spec/javascripts/environments/folder/environments_folder_view_spec.js
%%WWWDIR%%/spec/javascripts/environments/mock_data.js
%%WWWDIR%%/spec/javascripts/extensions/array_spec.js
-%%WWWDIR%%/spec/javascripts/extensions/element_spec.js
-%%WWWDIR%%/spec/javascripts/extensions/jquery_spec.js
-%%WWWDIR%%/spec/javascripts/extensions/object_spec.js
+%%WWWDIR%%/spec/javascripts/filtered_search/components/recent_searches_dropdown_content_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/dropdown_user_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/dropdown_utils_spec.js
%%WWWDIR%%/spec/javascripts/filtered_search/filtered_search_dropdown_manager_spec.js
@@ -7292,10 +7706,15 @@
%%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/fixtures/abuse_reports.rb
%%WWWDIR%%/spec/javascripts/fixtures/ajax_loading_spinner.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/branches.rb
%%WWWDIR%%/spec/javascripts/fixtures/builds.rb
+%%WWWDIR%%/spec/javascripts/fixtures/dashboard.rb
%%WWWDIR%%/spec/javascripts/fixtures/environments/element.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/environments/environments.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/environments/environments_folder_view.html.haml
@@ -7312,16 +7731,21 @@
%%WWWDIR%%/spec/javascripts/fixtures/merge_requests.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/pdf_viewer.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/pipeline_graph.html.haml
+%%WWWDIR%%/spec/javascripts/fixtures/pipelines.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/pipelines_table.html.haml
+%%WWWDIR%%/spec/javascripts/fixtures/project_branches.json
%%WWWDIR%%/spec/javascripts/fixtures/projects.json
%%WWWDIR%%/spec/javascripts/fixtures/projects.rb
%%WWWDIR%%/spec/javascripts/fixtures/search_autocomplete.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/signin_tabs.html.haml
+%%WWWDIR%%/spec/javascripts/fixtures/sketch_viewer.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/static_fixtures.rb
+%%WWWDIR%%/spec/javascripts/fixtures/target_branch_dropdown.html.haml
%%WWWDIR%%/spec/javascripts/fixtures/todos.rb
%%WWWDIR%%/spec/javascripts/fixtures/u2f.rb
-%%WWWDIR%%/spec/javascripts/fixtures/user_callout.html.haml
%%WWWDIR%%/spec/javascripts/gfm_auto_complete_spec.js
%%WWWDIR%%/spec/javascripts/gl_dropdown_spec.js
%%WWWDIR%%/spec/javascripts/gl_emoji_spec.js
@@ -7335,9 +7759,13 @@
%%WWWDIR%%/spec/javascripts/helpers/filtered_search_spec_helper.js
%%WWWDIR%%/spec/javascripts/issuable_spec.js
%%WWWDIR%%/spec/javascripts/issuable_time_tracker_spec.js
+%%WWWDIR%%/spec/javascripts/issue_show/issue_title_spec.js
%%WWWDIR%%/spec/javascripts/issue_spec.js
%%WWWDIR%%/spec/javascripts/labels_issue_sidebar_spec.js
+%%WWWDIR%%/spec/javascripts/lib/utils/accessor_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/common_utils_spec.js
+%%WWWDIR%%/spec/javascripts/lib/utils/number_utility_spec.js
+%%WWWDIR%%/spec/javascripts/lib/utils/poll_spec.js
%%WWWDIR%%/spec/javascripts/lib/utils/text_utility_spec.js
%%WWWDIR%%/spec/javascripts/line_highlighter_spec.js
%%WWWDIR%%/spec/javascripts/merge_request_spec.js
@@ -7348,7 +7776,9 @@
%%WWWDIR%%/spec/javascripts/monitoring/prometheus_mock_data.js
%%WWWDIR%%/spec/javascripts/new_branch_spec.js
%%WWWDIR%%/spec/javascripts/notes_spec.js
+%%WWWDIR%%/spec/javascripts/pager_spec.js
%%WWWDIR%%/spec/javascripts/pipelines_spec.js
+%%WWWDIR%%/spec/javascripts/polyfills/element_spec.js
%%WWWDIR%%/spec/javascripts/pretty_time_spec.js
%%WWWDIR%%/spec/javascripts/project_title_spec.js
%%WWWDIR%%/spec/javascripts/right_sidebar_spec.js
@@ -7366,6 +7796,17 @@
%%WWWDIR%%/spec/javascripts/user_callout_spec.js
%%WWWDIR%%/spec/javascripts/version_check_image_spec.js
%%WWWDIR%%/spec/javascripts/visibility_select_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/async_button_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/empty_state_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/error_state_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/mock_data.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/nav_controls_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipeline_url_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipelines_actions_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipelines_artifacts_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipelines_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipelines_store_spec.js
+%%WWWDIR%%/spec/javascripts/vue_pipelines_index/stage_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/commit_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js
%%WWWDIR%%/spec/javascripts/vue_shared/components/pipelines_table_spec.js
@@ -7386,6 +7827,7 @@
%%WWWDIR%%/spec/lib/banzai/filter/html_entity_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/image_link_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/inline_diff_filter_spec.rb
+%%WWWDIR%%/spec/lib/banzai/filter/issuable_state_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/issue_reference_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/label_reference_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/markdown_filter_spec.rb
@@ -7406,6 +7848,7 @@
%%WWWDIR%%/spec/lib/banzai/filter/wiki_link_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter/yaml_front_matter_filter_spec.rb
%%WWWDIR%%/spec/lib/banzai/filter_array_spec.rb
+%%WWWDIR%%/spec/lib/banzai/issuable_extractor_spec.rb
%%WWWDIR%%/spec/lib/banzai/note_renderer_spec.rb
%%WWWDIR%%/spec/lib/banzai/object_renderer_spec.rb
%%WWWDIR%%/spec/lib/banzai/pipeline/description_pipeline_spec.rb
@@ -7442,8 +7885,8 @@
%%WWWDIR%%/spec/lib/constraints/project_url_constrainer_spec.rb
%%WWWDIR%%/spec/lib/constraints/user_url_constrainer_spec.rb
%%WWWDIR%%/spec/lib/container_registry/blob_spec.rb
+%%WWWDIR%%/spec/lib/container_registry/path_spec.rb
%%WWWDIR%%/spec/lib/container_registry/registry_spec.rb
-%%WWWDIR%%/spec/lib/container_registry/repository_spec.rb
%%WWWDIR%%/spec/lib/container_registry/tag_spec.rb
%%WWWDIR%%/spec/lib/disable_email_interceptor_spec.rb
%%WWWDIR%%/spec/lib/event_filter_spec.rb
@@ -7467,6 +7910,7 @@
%%WWWDIR%%/spec/lib/gitlab/bitbucket_import/importer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/bitbucket_import/project_creator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/blame_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/cache/ci/project_pipeline_status_spec.rb
%%WWWDIR%%/spec/lib/gitlab/changes_list_spec.rb
%%WWWDIR%%/spec/lib/gitlab/chat_commands/command_spec.rb
%%WWWDIR%%/spec/lib/gitlab/chat_commands/deploy_spec.rb
@@ -7515,6 +7959,7 @@
%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/variables_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config/loader_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/config_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/cron_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/pipeline_duration_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/cancelable_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/build/common_spec.rb
@@ -7541,7 +7986,8 @@
%%WWWDIR%%/spec/lib/gitlab/ci/status/stage/factory_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/success_spec.rb
%%WWWDIR%%/spec/lib/gitlab/ci/status/success_warning_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/ci/trace_reader_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/trace/stream_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/ci/trace_spec.rb
%%WWWDIR%%/spec/lib/gitlab/closing_issue_extractor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/color_schemes_spec.rb
%%WWWDIR%%/spec/lib/gitlab/conflict/file_collection_spec.rb
@@ -7575,6 +8021,7 @@
%%WWWDIR%%/spec/lib/gitlab/data_builder/pipeline_spec.rb
%%WWWDIR%%/spec/lib/gitlab/data_builder/push_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database/migration_helpers_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/database/multi_threaded_migration_spec.rb
%%WWWDIR%%/spec/lib/gitlab/database_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/file_collection/merge_request_diff_spec.rb
%%WWWDIR%%/spec/lib/gitlab/diff/file_spec.rb
@@ -7597,6 +8044,7 @@
%%WWWDIR%%/spec/lib/gitlab/email/receiver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/email/reply_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/etag_caching/middleware_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/etag_caching/router_spec.rb
%%WWWDIR%%/spec/lib/gitlab/exclusive_lease_spec.rb
%%WWWDIR%%/spec/lib/gitlab/file_detector_spec.rb
%%WWWDIR%%/spec/lib/gitlab/fogbugz_import/client_spec.rb
@@ -7612,6 +8060,7 @@
%%WWWDIR%%/spec/lib/gitlab/git/diff_collection_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/diff_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/encoding_helper_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/git/env_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/hook_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/index_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git/repository_spec.rb
@@ -7622,7 +8071,10 @@
%%WWWDIR%%/spec/lib/gitlab/git_access_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git_access_wiki_spec.rb
%%WWWDIR%%/spec/lib/gitlab/git_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/gitaly_client/commit_spec.rb
%%WWWDIR%%/spec/lib/gitlab/gitaly_client/notifications_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/gitaly_client/ref_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/gitaly_client_spec.rb
%%WWWDIR%%/spec/lib/gitlab/github_import/branch_formatter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/github_import/client_spec.rb
%%WWWDIR%%/spec/lib/gitlab/github_import/comment_formatter_spec.rb
@@ -7643,6 +8095,10 @@
%%WWWDIR%%/spec/lib/gitlab/google_code_import/importer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/google_code_import/project_creator_spec.rb
%%WWWDIR%%/spec/lib/gitlab/graphs/commits_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/healthchecks/db_check_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/healthchecks/fs_shards_check_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/healthchecks/redis_check_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/healthchecks/simple_check_shared.rb
%%WWWDIR%%/spec/lib/gitlab/highlight_spec.rb
%%WWWDIR%%/spec/lib/gitlab/identifier_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/all_models.yml
@@ -7651,8 +8107,11 @@
%%WWWDIR%%/spec/lib/gitlab/import_export/avatar_restorer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/avatar_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/file_importer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/fork_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/hash_util_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/import_export_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/members_mapper_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/merge_request_parser_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/model_configuration_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/project.json
%%WWWDIR%%/spec/lib/gitlab/import_export/project.light.json
@@ -7660,8 +8119,8 @@
%%WWWDIR%%/spec/lib/gitlab/import_export/project_tree_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/reader_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/relation_factory_spec.rb
-%%WWWDIR%%/spec/lib/gitlab/import_export/repo_bundler_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/repo_restorer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/import_export/repo_saver_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/safe_model_attributes.yml
%%WWWDIR%%/spec/lib/gitlab/import_export/version_checker_spec.rb
%%WWWDIR%%/spec/lib/gitlab/import_export/wiki_repo_bundler_spec.rb
@@ -7700,6 +8159,7 @@
%%WWWDIR%%/spec/lib/gitlab/o_auth/user_spec.rb
%%WWWDIR%%/spec/lib/gitlab/optimistic_locking_spec.rb
%%WWWDIR%%/spec/lib/gitlab/other_markup_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/polling_interval_spec.rb
%%WWWDIR%%/spec/lib/gitlab/popen_spec.rb
%%WWWDIR%%/spec/lib/gitlab/project_search_results_spec.rb
%%WWWDIR%%/spec/lib/gitlab/project_transfer_spec.rb
@@ -7707,6 +8167,7 @@
%%WWWDIR%%/spec/lib/gitlab/redis_spec.rb
%%WWWDIR%%/spec/lib/gitlab/reference_extractor_spec.rb
%%WWWDIR%%/spec/lib/gitlab/regex_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/repo_path_spec.rb
%%WWWDIR%%/spec/lib/gitlab/request_context_spec.rb
%%WWWDIR%%/spec/lib/gitlab/route_map_spec.rb
%%WWWDIR%%/spec/lib/gitlab/routing_spec.rb
@@ -7741,7 +8202,9 @@
%%WWWDIR%%/spec/lib/gitlab/url_blocker_spec.rb
%%WWWDIR%%/spec/lib/gitlab/url_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/url_sanitizer_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/usage_data_spec.rb
%%WWWDIR%%/spec/lib/gitlab/user_access_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/user_activities_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils_spec.rb
%%WWWDIR%%/spec/lib/gitlab/version_info_spec.rb
%%WWWDIR%%/spec/lib/gitlab/view/presenter/base_spec.rb
@@ -7758,17 +8221,22 @@
%%WWWDIR%%/spec/lib/mattermost/command_spec.rb
%%WWWDIR%%/spec/lib/mattermost/session_spec.rb
%%WWWDIR%%/spec/lib/mattermost/team_spec.rb
+%%WWWDIR%%/spec/lib/microsoft_teams/activity_spec.rb
+%%WWWDIR%%/spec/lib/microsoft_teams/notifier_spec.rb
%%WWWDIR%%/spec/lib/repository_cache_spec.rb
%%WWWDIR%%/spec/mailers/abuse_report_mailer_spec.rb
%%WWWDIR%%/spec/mailers/emails/merge_requests_spec.rb
%%WWWDIR%%/spec/mailers/emails/profile_spec.rb
%%WWWDIR%%/spec/mailers/notify_spec.rb
%%WWWDIR%%/spec/mailers/previews/devise_mailer_preview.rb
+%%WWWDIR%%/spec/mailers/previews/notify_preview.rb
%%WWWDIR%%/spec/mailers/repository_check_mailer_spec.rb
%%WWWDIR%%/spec/migrations/clean_upload_symlinks_spec.rb
%%WWWDIR%%/spec/migrations/fill_authorized_projects_spec.rb
%%WWWDIR%%/spec/migrations/migrate_build_events_to_pipeline_events_spec.rb
%%WWWDIR%%/spec/migrations/migrate_process_commit_worker_jobs_spec.rb
+%%WWWDIR%%/spec/migrations/migrate_user_activities_to_users_last_activity_on_spec.rb
+%%WWWDIR%%/spec/migrations/migrate_user_project_view_spec.rb
%%WWWDIR%%/spec/migrations/move_uploads_to_system_dir_spec.rb
%%WWWDIR%%/spec/migrations/remove_dot_git_from_usernames_spec.rb
%%WWWDIR%%/spec/migrations/rename_more_reserved_project_names_spec.rb
@@ -7787,9 +8255,9 @@
%%WWWDIR%%/spec/models/chat_team_spec.rb
%%WWWDIR%%/spec/models/ci/build_spec.rb
%%WWWDIR%%/spec/models/ci/pipeline_spec.rb
-%%WWWDIR%%/spec/models/ci/pipeline_status_spec.rb
%%WWWDIR%%/spec/models/ci/runner_spec.rb
%%WWWDIR%%/spec/models/ci/stage_spec.rb
+%%WWWDIR%%/spec/models/ci/trigger_schedule_spec.rb
%%WWWDIR%%/spec/models/ci/trigger_spec.rb
%%WWWDIR%%/spec/models/ci/variable_spec.rb
%%WWWDIR%%/spec/models/commit_range_spec.rb
@@ -7800,23 +8268,29 @@
%%WWWDIR%%/spec/models/concerns/awardable_spec.rb
%%WWWDIR%%/spec/models/concerns/cache_markdown_field_spec.rb
%%WWWDIR%%/spec/models/concerns/case_sensitivity_spec.rb
+%%WWWDIR%%/spec/models/concerns/discussion_on_diff_spec.rb
%%WWWDIR%%/spec/models/concerns/expirable_spec.rb
%%WWWDIR%%/spec/models/concerns/faster_cache_keys_spec.rb
%%WWWDIR%%/spec/models/concerns/has_status_spec.rb
+%%WWWDIR%%/spec/models/concerns/ignorable_column_spec.rb
%%WWWDIR%%/spec/models/concerns/issuable_spec.rb
%%WWWDIR%%/spec/models/concerns/mentionable_spec.rb
%%WWWDIR%%/spec/models/concerns/milestoneish_spec.rb
+%%WWWDIR%%/spec/models/concerns/noteable_spec.rb
%%WWWDIR%%/spec/models/concerns/participable_spec.rb
%%WWWDIR%%/spec/models/concerns/presentable_spec.rb
%%WWWDIR%%/spec/models/concerns/project_features_compatibility_spec.rb
%%WWWDIR%%/spec/models/concerns/reactive_caching_spec.rb
%%WWWDIR%%/spec/models/concerns/relative_positioning_spec.rb
+%%WWWDIR%%/spec/models/concerns/resolvable_discussion_spec.rb
+%%WWWDIR%%/spec/models/concerns/resolvable_note_spec.rb
%%WWWDIR%%/spec/models/concerns/routable_spec.rb
%%WWWDIR%%/spec/models/concerns/spammable_spec.rb
%%WWWDIR%%/spec/models/concerns/strip_attribute_spec.rb
%%WWWDIR%%/spec/models/concerns/subscribable_spec.rb
%%WWWDIR%%/spec/models/concerns/token_authenticatable_spec.rb
%%WWWDIR%%/spec/models/concerns/uniquify_spec.rb
+%%WWWDIR%%/spec/models/container_repository_spec.rb
%%WWWDIR%%/spec/models/cycle_analytics/code_spec.rb
%%WWWDIR%%/spec/models/cycle_analytics/issue_spec.rb
%%WWWDIR%%/spec/models/cycle_analytics/plan_spec.rb
@@ -7827,6 +8301,7 @@
%%WWWDIR%%/spec/models/deploy_key_spec.rb
%%WWWDIR%%/spec/models/deploy_keys_project_spec.rb
%%WWWDIR%%/spec/models/deployment_spec.rb
+%%WWWDIR%%/spec/models/diff_discussion_spec.rb
%%WWWDIR%%/spec/models/diff_note_spec.rb
%%WWWDIR%%/spec/models/discussion_spec.rb
%%WWWDIR%%/spec/models/email_spec.rb
@@ -7852,7 +8327,7 @@
%%WWWDIR%%/spec/models/label_link_spec.rb
%%WWWDIR%%/spec/models/label_priority_spec.rb
%%WWWDIR%%/spec/models/label_spec.rb
-%%WWWDIR%%/spec/models/legacy_diff_note_spec.rb
+%%WWWDIR%%/spec/models/legacy_diff_discussion_spec.rb
%%WWWDIR%%/spec/models/lfs_objects_project_spec.rb
%%WWWDIR%%/spec/models/list_spec.rb
%%WWWDIR%%/spec/models/member_spec.rb
@@ -7894,10 +8369,12 @@
%%WWWDIR%%/spec/models/project_services/gitlab_issue_tracker_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
%%WWWDIR%%/spec/models/project_services/kubernetes_service_spec.rb
%%WWWDIR%%/spec/models/project_services/mattermost_service_spec.rb
%%WWWDIR%%/spec/models/project_services/mattermost_slash_commands_service_spec.rb
+%%WWWDIR%%/spec/models/project_services/microsoft_teams_service_spec.rb
%%WWWDIR%%/spec/models/project_services/pipeline_email_service_spec.rb
%%WWWDIR%%/spec/models/project_services/pivotaltracker_service_spec.rb
%%WWWDIR%%/spec/models/project_services/prometheus_service_spec.rb
@@ -7911,14 +8388,18 @@
%%WWWDIR%%/spec/models/project_statistics_spec.rb
%%WWWDIR%%/spec/models/project_team_spec.rb
%%WWWDIR%%/spec/models/project_wiki_spec.rb
+%%WWWDIR%%/spec/models/protectable_dropdown_spec.rb
%%WWWDIR%%/spec/models/protected_branch_spec.rb
+%%WWWDIR%%/spec/models/protected_tag_spec.rb
%%WWWDIR%%/spec/models/release_spec.rb
%%WWWDIR%%/spec/models/repository_spec.rb
%%WWWDIR%%/spec/models/route_spec.rb
+%%WWWDIR%%/spec/models/sent_notification_spec.rb
%%WWWDIR%%/spec/models/service_spec.rb
%%WWWDIR%%/spec/models/snippet_spec.rb
%%WWWDIR%%/spec/models/spam_log_spec.rb
%%WWWDIR%%/spec/models/subscription_spec.rb
+%%WWWDIR%%/spec/models/system_note_metadata_spec.rb
%%WWWDIR%%/spec/models/timelog_spec.rb
%%WWWDIR%%/spec/models/todo_spec.rb
%%WWWDIR%%/spec/models/tree_spec.rb
@@ -7938,6 +8419,7 @@
%%WWWDIR%%/spec/policies/project_snippet_policy_spec.rb
%%WWWDIR%%/spec/policies/user_policy_spec.rb
%%WWWDIR%%/spec/presenters/ci/build_presenter_spec.rb
+%%WWWDIR%%/spec/presenters/ci/pipeline_presenter_spec.rb
%%WWWDIR%%/spec/presenters/projects/settings/deploy_keys_presenter_spec.rb
%%WWWDIR%%/spec/rails_helper.rb
%%WWWDIR%%/spec/rake_helper.rb
@@ -8044,6 +8526,8 @@
%%WWWDIR%%/spec/rubocop/cop/migration/add_column_with_default_spec.rb
%%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_foreign_key_spec.rb
%%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_index_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/migration/remove_concurrent_index_spec.rb
+%%WWWDIR%%/spec/rubocop/cop/migration/remove_index_spec.rb
%%WWWDIR%%/spec/serializers/analytics_build_entity_spec.rb
%%WWWDIR%%/spec/serializers/analytics_build_serializer_spec.rb
%%WWWDIR%%/spec/serializers/analytics_generic_entity_spec.rb
@@ -8054,6 +8538,7 @@
%%WWWDIR%%/spec/serializers/build_action_entity_spec.rb
%%WWWDIR%%/spec/serializers/build_artifact_entity_spec.rb
%%WWWDIR%%/spec/serializers/build_entity_spec.rb
+%%WWWDIR%%/spec/serializers/build_serializer_spec.rb
%%WWWDIR%%/spec/serializers/commit_entity_spec.rb
%%WWWDIR%%/spec/serializers/deployment_entity_spec.rb
%%WWWDIR%%/spec/serializers/entity_date_helper_spec.rb
@@ -8090,6 +8575,7 @@
%%WWWDIR%%/spec/services/ci/stop_environments_service_spec.rb
%%WWWDIR%%/spec/services/ci/update_build_queue_service_spec.rb
%%WWWDIR%%/spec/services/ci/update_runner_service_spec.rb
+%%WWWDIR%%/spec/services/cohorts_service_spec.rb
%%WWWDIR%%/spec/services/compare_service_spec.rb
%%WWWDIR%%/spec/services/create_branch_service_spec.rb
%%WWWDIR%%/spec/services/create_deployment_service_spec.rb
@@ -8113,10 +8599,13 @@
%%WWWDIR%%/spec/services/issues/create_service_spec.rb
%%WWWDIR%%/spec/services/issues/move_service_spec.rb
%%WWWDIR%%/spec/services/issues/reopen_service_spec.rb
+%%WWWDIR%%/spec/services/issues/resolve_discussions_spec.rb
%%WWWDIR%%/spec/services/issues/update_service_spec.rb
+%%WWWDIR%%/spec/services/labels/create_service_spec.rb
%%WWWDIR%%/spec/services/labels/find_or_create_service_spec.rb
%%WWWDIR%%/spec/services/labels/promote_service_spec.rb
%%WWWDIR%%/spec/services/labels/transfer_service_spec.rb
+%%WWWDIR%%/spec/services/labels/update_service_spec.rb
%%WWWDIR%%/spec/services/members/approve_access_request_service_spec.rb
%%WWWDIR%%/spec/services/members/create_service_spec.rb
%%WWWDIR%%/spec/services/members/destroy_service_spec.rb
@@ -8137,6 +8626,8 @@
%%WWWDIR%%/spec/services/merge_requests/update_service_spec.rb
%%WWWDIR%%/spec/services/milestones/close_service_spec.rb
%%WWWDIR%%/spec/services/milestones/create_service_spec.rb
+%%WWWDIR%%/spec/services/note_summary_spec.rb
+%%WWWDIR%%/spec/services/notes/build_service_spec.rb
%%WWWDIR%%/spec/services/notes/create_service_spec.rb
%%WWWDIR%%/spec/services/notes/destroy_service_spec.rb
%%WWWDIR%%/spec/services/notes/diff_position_update_service_spec.rb
@@ -8161,8 +8652,12 @@
%%WWWDIR%%/spec/services/projects/update_service_spec.rb
%%WWWDIR%%/spec/services/projects/upload_service_spec.rb
%%WWWDIR%%/spec/services/protected_branches/create_service_spec.rb
+%%WWWDIR%%/spec/services/protected_branches/update_service_spec.rb
+%%WWWDIR%%/spec/services/protected_tags/create_service_spec.rb
+%%WWWDIR%%/spec/services/protected_tags/update_service_spec.rb
%%WWWDIR%%/spec/services/repair_ldap_blocked_user_service_spec.rb
%%WWWDIR%%/spec/services/repository_archive_clean_up_service_spec.rb
+%%WWWDIR%%/spec/services/search/global_service_spec.rb
%%WWWDIR%%/spec/services/search/snippet_service_spec.rb
%%WWWDIR%%/spec/services/search_service_spec.rb
%%WWWDIR%%/spec/services/slash_commands/interpret_service_spec.rb
@@ -8176,13 +8671,17 @@
%%WWWDIR%%/spec/services/update_release_service_spec.rb
%%WWWDIR%%/spec/services/update_snippet_service_spec.rb
%%WWWDIR%%/spec/services/user_project_access_changed_service_spec.rb
-%%WWWDIR%%/spec/services/users/destroy_spec.rb
+%%WWWDIR%%/spec/services/users/activity_service_spec.rb
+%%WWWDIR%%/spec/services/users/create_service_spec.rb
+%%WWWDIR%%/spec/services/users/destroy_service_spec.rb
+%%WWWDIR%%/spec/services/users/migrate_to_ghost_user_service_spec.rb
%%WWWDIR%%/spec/services/users/refresh_authorized_projects_service_spec.rb
%%WWWDIR%%/spec/services/wiki_pages/create_service_spec.rb
%%WWWDIR%%/spec/services/wiki_pages/destroy_service_spec.rb
%%WWWDIR%%/spec/services/wiki_pages/update_service_spec.rb
%%WWWDIR%%/spec/simplecov_env.rb
%%WWWDIR%%/spec/spec_helper.rb
+%%WWWDIR%%/spec/support/api/issues_resolving_discussions_shared_examples.rb
%%WWWDIR%%/spec/support/api/members_shared_examples.rb
%%WWWDIR%%/spec/support/api/repositories_shared_context.rb
%%WWWDIR%%/spec/support/api/schema_matcher.rb
@@ -8207,12 +8706,13 @@
%%WWWDIR%%/spec/support/email_helpers.rb
%%WWWDIR%%/spec/support/factory_girl.rb
%%WWWDIR%%/spec/support/fake_u2f_device.rb
+%%WWWDIR%%/spec/support/features/discussion_comments_shared_example.rb
%%WWWDIR%%/spec/support/features/issuable_slash_commands_shared_examples.rb
+%%WWWDIR%%/spec/support/features/resolving_discussions_in_issues_shared_examples.rb
%%WWWDIR%%/spec/support/features/rss_shared_examples.rb
%%WWWDIR%%/spec/support/filter_spec_helper.rb
%%WWWDIR%%/spec/support/filtered_search_helpers.rb
%%WWWDIR%%/spec/support/fixture_helpers.rb
-%%WWWDIR%%/spec/support/git_helpers.rb
%%WWWDIR%%/spec/support/git_http_helpers.rb
%%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci.yml
%%WWWDIR%%/spec/support/gitlab_stubs/project_8.json
@@ -8230,6 +8730,7 @@
%%WWWDIR%%/spec/support/issue_tracker_service_shared_example.rb
%%WWWDIR%%/spec/support/javascript_fixtures_helpers.rb
%%WWWDIR%%/spec/support/jira_service_helper.rb
+%%WWWDIR%%/spec/support/json_response_helpers.rb
%%WWWDIR%%/spec/support/kubernetes_helpers.rb
%%WWWDIR%%/spec/support/ldap_helpers.rb
%%WWWDIR%%/spec/support/login_helpers.rb
@@ -8245,7 +8746,9 @@
%%WWWDIR%%/spec/support/matchers/markdown_matchers.rb
%%WWWDIR%%/spec/support/matchers/match_file.rb
%%WWWDIR%%/spec/support/matchers/pagination_matcher.rb
+%%WWWDIR%%/spec/support/matchers/query_matcher.rb
%%WWWDIR%%/spec/support/matchers/satisfy_matchers.rb
+%%WWWDIR%%/spec/support/matchers/user_activity_matchers.rb
%%WWWDIR%%/spec/support/mentionable_shared_examples.rb
%%WWWDIR%%/spec/support/merge_request_helpers.rb
%%WWWDIR%%/spec/support/mobile_helpers.rb
@@ -8267,6 +8770,7 @@
%%WWWDIR%%/spec/support/services/issuable_create_service_shared_examples.rb
%%WWWDIR%%/spec/support/services/issuable_create_service_slash_commands_shared_examples.rb
%%WWWDIR%%/spec/support/services/issuable_update_service_shared_examples.rb
+%%WWWDIR%%/spec/support/services/migrate_to_ghost_user_service_shared_examples.rb
%%WWWDIR%%/spec/support/services_shared_context.rb
%%WWWDIR%%/spec/support/setup_builds_storage.rb
%%WWWDIR%%/spec/support/sidekiq.rb
@@ -8278,6 +8782,7 @@
%%WWWDIR%%/spec/support/stub_env.rb
%%WWWDIR%%/spec/support/stub_gitlab_calls.rb
%%WWWDIR%%/spec/support/stub_gitlab_data.rb
+%%WWWDIR%%/spec/support/target_branch_helpers.rb
%%WWWDIR%%/spec/support/taskable_shared_examples.rb
%%WWWDIR%%/spec/support/test_env.rb
%%WWWDIR%%/spec/support/time_tracking_shared_examples.rb
@@ -8285,7 +8790,9 @@
%%WWWDIR%%/spec/support/update_invalid_issuable.rb
%%WWWDIR%%/spec/support/updating_mentions_shared_examples.rb
%%WWWDIR%%/spec/support/upload_helpers.rb
+%%WWWDIR%%/spec/support/user_activities_helpers.rb
%%WWWDIR%%/spec/support/wait_for_ajax.rb
+%%WWWDIR%%/spec/support/wait_for_requests.rb
%%WWWDIR%%/spec/support/wait_for_vue_resource.rb
%%WWWDIR%%/spec/support/webmock.rb
%%WWWDIR%%/spec/support/workhorse_helpers.rb
@@ -8301,6 +8808,7 @@
%%WWWDIR%%/spec/tasks/gitlab/task_helpers_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/users_rake_spec.rb
%%WWWDIR%%/spec/tasks/gitlab/workhorse_rake_spec.rb
+%%WWWDIR%%/spec/tasks/tokens_spec.rb
%%WWWDIR%%/spec/uploaders/attachment_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/avatar_uploader_spec.rb
%%WWWDIR%%/spec/uploaders/file_uploader_spec.rb
@@ -8312,7 +8820,11 @@
%%WWWDIR%%/spec/views/devise/shared/_signin_box.html.haml_spec.rb
%%WWWDIR%%/spec/views/help/index.html.haml_spec.rb
%%WWWDIR%%/spec/views/layouts/_head.html.haml_spec.rb
+%%WWWDIR%%/spec/views/layouts/nav/_project.html.haml_spec.rb
+%%WWWDIR%%/spec/views/notify/pipeline_failed_email.html.haml_spec.rb
+%%WWWDIR%%/spec/views/notify/pipeline_success_email.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/_home_panel.html.haml_spec.rb
+%%WWWDIR%%/spec/views/projects/_last_commit.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/builds/_build.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/builds/_generic_commit_status.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/builds/show.html.haml_spec.rb
@@ -8327,6 +8839,7 @@
%%WWWDIR%%/spec/views/projects/notes/_form.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/pipelines/_stage.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/pipelines/show.html.haml_spec.rb
+%%WWWDIR%%/spec/views/projects/registry/repositories/index.html.haml_spec.rb
%%WWWDIR%%/spec/views/projects/tree/show.html.haml_spec.rb
%%WWWDIR%%/spec/views/shared/milestones/_issuables.html.haml.rb
%%WWWDIR%%/spec/workers/authorized_projects_worker_spec.rb
@@ -8346,7 +8859,9 @@
%%WWWDIR%%/spec/workers/every_sidekiq_worker_spec.rb
%%WWWDIR%%/spec/workers/expire_build_artifacts_worker_spec.rb
%%WWWDIR%%/spec/workers/expire_build_instance_artifacts_worker_spec.rb
+%%WWWDIR%%/spec/workers/expire_pipeline_cache_worker_spec.rb
%%WWWDIR%%/spec/workers/git_garbage_collect_worker_spec.rb
+%%WWWDIR%%/spec/workers/gitlab_usage_ping_worker_spec.rb
%%WWWDIR%%/spec/workers/group_destroy_worker_spec.rb
%%WWWDIR%%/spec/workers/merge_worker_spec.rb
%%WWWDIR%%/spec/workers/new_note_worker_spec.rb
@@ -8370,10 +8885,14 @@
%%WWWDIR%%/spec/workers/repository_check/single_repository_worker_spec.rb
%%WWWDIR%%/spec/workers/repository_fork_worker_spec.rb
%%WWWDIR%%/spec/workers/repository_import_worker_spec.rb
+%%WWWDIR%%/spec/workers/schedule_update_user_activity_worker_spec.rb
%%WWWDIR%%/spec/workers/stuck_ci_jobs_worker_spec.rb
+%%WWWDIR%%/spec/workers/stuck_import_jobs_worker_spec.rb
%%WWWDIR%%/spec/workers/system_hook_push_worker_spec.rb
%%WWWDIR%%/spec/workers/trending_projects_worker_spec.rb
+%%WWWDIR%%/spec/workers/trigger_schedule_worker_spec.rb
%%WWWDIR%%/spec/workers/update_merge_requests_worker_spec.rb
+%%WWWDIR%%/spec/workers/update_user_activity_worker_spec.rb
%%WWWDIR%%/spec/workers/upload_checksum_worker_spec.rb
%%WWWDIR%%/spec/workers/use_key_worker_spec.rb
%%WWWDIR%%/vendor/assets/fonts/KaTeX_AMS-Regular.eot
@@ -8469,9 +8988,11 @@
%%WWWDIR%%/vendor/assets/javascripts/jquery.nicescroll.js
%%WWWDIR%%/vendor/assets/javascripts/jquery.scrollTo.js
%%WWWDIR%%/vendor/assets/javascripts/jquery.waitforimages.js
-%%WWWDIR%%/vendor/assets/javascripts/js.cookie.js
%%WWWDIR%%/vendor/assets/javascripts/katex.js
%%WWWDIR%%/vendor/assets/javascripts/latinise.js
+%%WWWDIR%%/vendor/assets/javascripts/notebooklab.js
+%%WWWDIR%%/vendor/assets/javascripts/pdf.worker.js
+%%WWWDIR%%/vendor/assets/javascripts/pdflab.js
%%WWWDIR%%/vendor/assets/javascripts/task_list.js
%%WWWDIR%%/vendor/assets/javascripts/u2f.js
%%WWWDIR%%/vendor/assets/javascripts/xterm/encoding-indexes.js
@@ -8523,6 +9044,7 @@
%%WWWDIR%%/vendor/gitlab-ci-yml/Rust.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/Scala.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/Swift.gitlab-ci.yml
+%%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/Kubernetes-with-canary.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/Kubernetes.gitlab-ci.yml
%%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/OpenShift.gitlab-ci.yml
%%WWWDIR%%/vendor/licenses.csv
@@ -8540,23 +9062,25 @@
@dir %%WWWDIR%%/public
@dir %%WWWDIR%%/public/assets
@dir(,,700) %%WWWDIR%%/public/uploads
+@dir(,,700) %%WWWDIR%%/shared
+@dir(,,700) %%WWWDIR%%/shared/artifacts
@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp/cache
@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp/uploads
-@dir(,,700) %%WWWDIR%%/shared/pages
+@dir(,,770) %%WWWDIR%%/shared/pages
@dir(,,700) %%WWWDIR%%/shared/tmp
-@dir %%WWWDIR%%/shared/lfs-objects
-@dir %%WWWDIR%%/shared/registry
+@dir(,,700) %%WWWDIR%%/shared/lfs-objects
+@dir(,,700) %%WWWDIR%%/shared/registry
@dir(,,770) %%WWWDIR%%/tmp
+@dir(,,770) %%WWWDIR%%/tmp/backups
@dir(,,770) %%WWWDIR%%/tmp/cache
@dir(,,770) %%WWWDIR%%/tmp/pids
@dir(,,770) %%WWWDIR%%/tmp/sessions
@dir(,,770) %%WWWDIR%%/tmp/sockets
@dir(,,770) %%WWWDIR%%/tmp/sockets/private
-@dir(,,770) %%WWWDIR%%/tmp/backups
@sample %%WWWDIR%%/config/gitlab.yml.sample
@sample %%WWWDIR%%/config/unicorn.rb.sample
@sample %%WWWDIR%%/config/resque.yml.sample
-@sample %%WWWDIR%%/config/secrets.yml.sample
+@sample(git,www,0600) %%WWWDIR%%/config/secrets.yml.sample
@sample %%WWWDIR%%/config/initializers/rack_attack.rb.sample
@sample %%WWWDIR%%/config/database.yml.sample
@sample %%WWWDIR%%/lib/support/nginx/gitlab.sample