Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 07:36:54 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550131 - in head/www/gitlab-ce: . files
Message-ID:  <202009260736.08Q7asMx099321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sat Sep 26 07:36:53 2020
New Revision: 550131
URL: https://svnweb.freebsd.org/changeset/ports/550131

Log:
  Major upgrade to 13.4.
  Changelog:
  https://about.gitlab.com/releases/2020/09/22/gitlab-13-4-released/

Modified:
  head/www/gitlab-ce/Makefile
  head/www/gitlab-ce/distinfo
  head/www/gitlab-ce/files/patch-Gemfile
  head/www/gitlab-ce/files/patch-config_gitlab.yml.example
  head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
  head/www/gitlab-ce/pkg-message
  head/www/gitlab-ce/pkg-plist

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Sat Sep 26 07:36:09 2020	(r550130)
+++ head/www/gitlab-ce/Makefile	Sat Sep 26 07:36:53 2020	(r550131)
@@ -1,25 +1,26 @@
 # Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	gitlab-ce
-PORTVERSION=	13.3.6
-PORTREVISION=	0
+PORTNAME?=	gitlab-ce
+PORTVERSION?=	13.4.0
+PORTREVISION?=	0
 CATEGORIES=	www devel
 
-MAINTAINER=	mfechner@FreeBSD.org
-COMMENT=	Web GUI for managing git repositories
+MAINTAINER?=	mfechner@FreeBSD.org
+COMMENT?=	Web GUI for managing git repositories
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 # the rubygems of RUN_DEPENDS matches the order of the Gemfile
 # which makes maintaining this long list much easier!
+# missing: gitlab-kas>=0.0.5:?????
 MY_DEPENDS=	git>=2.26:devel/git \
 	gitaly>=${PORTVERSION}:devel/gitaly \
-	gitlab-elasticsearch-indexer>=2.6.0:textproc/gitlab-elasticsearch-indexer \
-	gitlab-pages>=1.22.0:www/gitlab-pages \
-	gitlab-shell>=13.6.0:devel/gitlab-shell \
-	gitlab-workhorse>=8.39.0:www/gitlab-workhorse \
+	gitlab-elasticsearch-indexer>=2.7.0:textproc/gitlab-elasticsearch-indexer \
+	gitlab-pages>=1.25.0:www/gitlab-pages \
+	gitlab-shell>=13.7.0:devel/gitlab-shell \
+	gitlab-workhorse>=8.46.0:www/gitlab-workhorse \
 	redis>=3.2.12:databases/redis \
 	yarn>=1.10.0:www/yarn \
 	gtar>0:archivers/gtar \
@@ -31,14 +32,14 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-responders-rails60>=3.0<4.0:www/rubygem-responders-rails60 \
 	rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \
 	rubygem-default_value_for>=3.3.0<3.4.0:devel/rubygem-default_value_for \
-	rubygem-pg>=1.1<2:databases/rubygem-pg \
+	rubygem-pg>=1.2.3<2:databases/rubygem-pg \
 	rubygem-rugged>=0.28:devel/rubygem-rugged \
 	rubygem-grape-path-helpers>=1.3<2.0:devel/rubygem-grape-path-helpers \
-	rubygem-faraday0>=0.17.3<1.0:www/rubygem-faraday0 \
-	rubygem-marginalia>=1.8.0<1.9:databases/rubygem-marginalia \
+	rubygem-faraday>=1.0<2:www/rubygem-faraday \
+	rubygem-marginalia>=1.9.0<1.10:databases/rubygem-marginalia \
 	rubygem-devise-rails60>=4.6<5.0:devel/rubygem-devise-rails60 \
-	rubygem-doorkeeper>=5.0.3<5.1:security/rubygem-doorkeeper \
-	rubygem-doorkeeper-openid_connect>=1.6.3<1.7:security/rubygem-doorkeeper-openid_connect \
+	rubygem-doorkeeper>=5.3.0<5.4:security/rubygem-doorkeeper \
+	rubygem-doorkeeper-openid_connect>=1.7.4<1.8:security/rubygem-doorkeeper-openid_connect \
 	rubygem-omniauth>=1.8<2.0:security/rubygem-omniauth \
 	rubygem-omniauth-auth0>=2.0.0<2.1.0:net/rubygem-omniauth-auth0 \
 	rubygem-omniauth-azure-oauth2>=0.0.9<0.1.0:net/rubygem-omniauth-azure-oauth2 \
@@ -57,6 +58,7 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-omniauth_openid_connect>=0.3.5<0.4.0:net/rubygem-omniauth_openid_connect \
 	rubygem-omniauth-ultraauth>=0.0.2<0.1.0:net/rubygem-omniauth-ultraauth \
 	rubygem-omniauth-salesforce>=1.0.5<1.1.0:net/rubygem-omniauth-salesforce \
+	rubygem-omniauth-atlassian-oauth2>=0.2.0<0.3:security/rubygem-omniauth-atlassian-oauth2 \
 	rubygem-rack-oauth2>=1.9.3<1.10.0:security/rubygem-rack-oauth2 \
 	rubygem-jwt21>=2.1.0<2.2.0:www/rubygem-jwt21 \
 	rubygem-gssapi>0:security/rubygem-gssapi \
@@ -77,9 +79,9 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-grape>=1.4.0<1.4.1:devel/rubygem-grape \
 	rubygem-grape-entity07>=0.7.1<0.8.0,1:devel/rubygem-grape-entity07 \
 	rubygem-rack-cors>=1.0.6<1.1.0:www/rubygem-rack-cors \
-	rubygem-graphql>=1.10.5<1.11.0:devel/rubygem-graphql \
+	rubygem-graphql>=1.11.4<1.12:devel/rubygem-graphql \
 	rubygem-graphiql-rails>=1.4.10<1.5.0:devel/rubygem-graphiql-rails \
-	rubygem-apollo_upload_server>=2.0.0.beta.3<2.1.0:net/rubygem-apollo_upload_server \
+	rubygem-apollo_upload_server>=2.0.2<2.1:net/rubygem-apollo_upload_server \
 	rubygem-graphql-docs>=1.6.0<1.7.0:devel/rubygem-graphql-docs \
 	rubygem-hashie-forbidden_attributes>0:devel/rubygem-hashie-forbidden_attributes \
 	rubygem-kaminari-rails60>=1.2.1<2.0:www/rubygem-kaminari-rails60 \
@@ -93,13 +95,13 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-fog-openstack>=1.0<2.0:net/rubygem-fog-openstack \
 	rubygem-fog-rackspace>=0.1.1<1.2.0:net/rubygem-fog-rackspace \
 	rubygem-fog-aliyun>=0.3<1.0:net/rubygem-fog-aliyun \
-	rubygem-gitlab-fog-azure-rm>=0.7<1:net/rubygem-gitlab-fog-azure-rm \
+	rubygem-gitlab-fog-azure-rm>=0.9<1:net/rubygem-gitlab-fog-azure-rm \
 	rubygem-google-api-client>=0.33<1:devel/rubygem-google-api-client \
 	rubygem-unf>=0.1.4<0.2.0:textproc/rubygem-unf \
 	rubygem-seed-fu>=2.3.7<2.4.0:databases/rubygem-seed-fu \
-	rubygem-elasticsearch-model6>=6.1<7:textproc/rubygem-elasticsearch-model6 \
-	rubygem-elasticsearch-rails6>=6.1<7:textproc/rubygem-elasticsearch-rails6 \
-	rubygem-elasticsearch-api6>=6.1<7:textproc/rubygem-elasticsearch-api6 \
+	rubygem-elasticsearch-model6>=6.1.1<7:textproc/rubygem-elasticsearch-model6 \
+	rubygem-elasticsearch-rails6>=6.1.1<7:textproc/rubygem-elasticsearch-rails6 \
+	rubygem-elasticsearch-api6>=6.8.2<6.9:textproc/rubygem-elasticsearch-api6 \
 	rubygem-aws-sdk-core>=3<4:devel/rubygem-aws-sdk-core \
 	rubygem-aws-sdk-cloudformation>=1<2:devel/rubygem-aws-sdk-cloudformation \
 	rubygem-aws-sdk-s3>=1<2:devel/rubygem-aws-sdk-s3 \
@@ -121,7 +123,7 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-rouge321>=3.21.0<3.22:textproc/rubygem-rouge321 \
 	rubygem-truncato>=0.7.11<0.8.0:textproc/rubygem-truncato \
 	rubygem-bootstrap_form>=4.2.0<4.3.0:devel/rubygem-bootstrap_form \
-	rubygem-nokogiri>=1.10.9<1.11.0:textproc/rubygem-nokogiri \
+	rubygem-nokogiri>=1.10.10<1.11.0:textproc/rubygem-nokogiri \
 	rubygem-escape_utils>=1.1<2.0:textproc/rubygem-escape_utils \
 	rubygem-icalendar>=0:devel/rubygem-icalendar \
 	rubygem-diffy>=3.3<4:textproc/rubygem-diffy \
@@ -130,7 +132,7 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-rack-timeout>=0.5.1<0.6:www/rubygem-rack-timeout \
 	rubygem-unicorn>=5.5<6:www/rubygem-unicorn \
 	rubygem-unicorn-worker-killer>=0.4.4<0.5.0:www/rubygem-unicorn-worker-killer \
-	rubygem-gitlab-puma>=4.3.3.gitlab.2:www/rubygem-gitlab-puma \
+	rubygem-gitlab-puma>=4.3.5.gitlab.3:www/rubygem-gitlab-puma \
 	rubygem-gitlab-puma_worker_killer>=0.1.1.gitlab.1:www/rubygem-gitlab-puma_worker_killer \
 	rubygem-state_machines-activerecord>=0.6.0<0.7.0:databases/rubygem-state_machines-activerecord \
 	rubygem-acts-as-taggable-on>=6.0<7.0:www/rubygem-acts-as-taggable-on \
@@ -157,10 +159,10 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-flowdock>=0.7<1.0:www/rubygem-flowdock \
 	rubygem-slack-messenger>=2.3.3<2.4.0:devel/rubygem-slack-messenger \
 	rubygem-hangouts-chat>=0.0.5<0.1.0:net/rubygem-hangouts-chat \
-	rubygem-asana>=0.10.0<0.10.1:www/rubygem-asana \
+	rubygem-asana>=0.10.2<0.10.3:www/rubygem-asana \
 	rubygem-ruby-fogbugz021>=0.2.1<0.3.0:devel/rubygem-ruby-fogbugz021 \
 	rubygem-kubeclient>=4.6.0<4.7.0:www/rubygem-kubeclient \
-	rubygem-sanitize>=4.6<5.0:textproc/rubygem-sanitize \
+	rubygem-sanitize>=5.2.1<6:textproc/rubygem-sanitize \
 	rubygem-babosa>=1.0.2<1.1.0:textproc/rubygem-babosa \
 	rubygem-loofah>=2.2<3.0:textproc/rubygem-loofah \
 	rubygem-licensee8>=8.9<9.0:devel/rubygem-licensee8 \
@@ -182,18 +184,18 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-base32>=0.3.0<0.4.0:converters/rubygem-base32 \
 	rubygem-gitlab-license>=1.0<2.0:devel/rubygem-gitlab-license \
 	rubygem-rack-attack>=6.3.0<6.4.0:www/rubygem-rack-attack \
-	rubygem-sentry-raven2>=2.9<3.0:devel/rubygem-sentry-raven2 \
+	rubygem-sentry-raven>=3.0<4.0:devel/rubygem-sentry-raven \
 	rubygem-premailer-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \
 	rubygem-gitlab-labkit>=0.12.1<0.12.2:devel/rubygem-gitlab-labkit \
 	rubygem-ruby_parser>=3.8<4.0:devel/rubygem-ruby_parser \
 	rubygem-rails-i18n-rails60>=6.0<7.0:devel/rubygem-rails-i18n-rails60 \
 	rubygem-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \
 	rubygem-gettext_i18n_rails_js-rails60>=1.3<2.0:devel/rubygem-gettext_i18n_rails_js-rails60 \
-	rubygem-gettext32>=3.2.2<3.3.0:devel/rubygem-gettext32 \
+	rubygem-gettext>=3.3<4:devel/rubygem-gettext \
 	rubygem-batch-loader14>=1.4.0<1.5.0:devel/rubygem-batch-loader14 \
 	rubygem-peek-rails60>=1.1.0<2.0:devel/rubygem-peek-rails60 \
 	rubygem-snowplow-tracker>=0.6.1<0.7.0:devel/rubygem-snowplow-tracker \
-	rubygem-method_source0>=0.8<1.0:devel/rubygem-method_source0 \
+	rubygem-method_source>=1.0<2:devel/rubygem-method_source \
 	rubygem-prometheus-client-mmap>=0.11.0<0.12.0:devel/rubygem-prometheus-client-mmap \
 	rubygem-raindrops>=0.18<1.0:www/rubygem-raindrops \
 	rubygem-octokit>=4.15<5.0:net/rubygem-octokit \
@@ -202,7 +204,7 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-html2text>=0:textproc/rubygem-html2text \
 	rubygem-ruby-prof>=1.3.0<1.4.0:devel/rubygem-ruby-prof \
 	rubygem-stackprof>=0.2.15<0.3:devel/rubygem-stackprof \
-	rubygem-rbtrace>=0.4<1.0:devel/rubygem-rbtrace \
+	rubygem-rbtrace>=0.4.14<1.0:devel/rubygem-rbtrace \
 	rubygem-memory_profiler>=0.9<1.0:devel/rubygem-memory_profiler \
 	rubygem-benchmark-memory>=0.1<1.0:benchmarks/rubygem-benchmark-memory \
 	rubygem-activerecord-explain-analyze>=0.1<1.0:databases/rubygem-activerecord-explain-analyze \
@@ -238,7 +240,8 @@ MY_DEPENDS=	git>=2.26:devel/git \
 	rubygem-json_schemer>=0.2.12<0.3:devel/rubygem-json_schemer \
 	rubygem-oj>=3.10.6<3.11:devel/rubygem-oj \
 	rubygem-multi_json114>=1.14.1<1.15:devel/rubygem-multi_json114 \
-	rubygem-yajl-ruby>=1.4.1<1.5:devel/rubygem-yajl-ruby
+	rubygem-yajl-ruby>=1.4.1<1.5:devel/rubygem-yajl-ruby \
+	rubygem-webauthn>=2.3<3:security/rubygem-webauthn
 
 BUILD_DEPENDS=	gem:devel/ruby-gems \
 	${MY_DEPENDS}
@@ -256,10 +259,10 @@ USE_RUBY=	yes
 
 USE_RC_SUBR=	gitlab
 USE_GITLAB=	yes
-GL_ACCOUNT=	gitlab-org
-GL_PROJECT=	gitlab-foss
+GL_ACCOUNT?=	gitlab-org
+GL_PROJECT?=	gitlab-foss
 # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
-GL_COMMIT=	15c2c8c66dbe422588e5411eee7e68f1fa440bb8
+GL_COMMIT?=	b0481767fe49d53033d0a1c74b661f971e3cc680
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Sat Sep 26 07:36:09 2020	(r550130)
+++ head/www/gitlab-ce/distinfo	Sat Sep 26 07:36:53 2020	(r550131)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600178254
-SHA256 (gitlab-org-gitlab-foss-15c2c8c66dbe422588e5411eee7e68f1fa440bb8_GL0.tar.gz) = 57e995a29085cee120ba1a9d0c2489573b21760a61ea974ab9f12f018af03ad1
-SIZE (gitlab-org-gitlab-foss-15c2c8c66dbe422588e5411eee7e68f1fa440bb8_GL0.tar.gz) = 98989340
+TIMESTAMP = 1600788453
+SHA256 (gitlab-org-gitlab-foss-b0481767fe49d53033d0a1c74b661f971e3cc680_GL0.tar.gz) = f37d3fd92ee27e91d1e79665acc52645892884e79f5bcfbe844148518f518ad4
+SIZE (gitlab-org-gitlab-foss-b0481767fe49d53033d0a1c74b661f971e3cc680_GL0.tar.gz) = 101197943

Modified: head/www/gitlab-ce/files/patch-Gemfile
==============================================================================
--- head/www/gitlab-ce/files/patch-Gemfile	Sat Sep 26 07:36:09 2020	(r550130)
+++ head/www/gitlab-ce/files/patch-Gemfile	Sat Sep 26 07:36:53 2020	(r550131)
@@ -1,4 +1,4 @@
---- Gemfile.orig	2020-08-21 12:16:22 UTC
+--- Gemfile.orig	2020-09-21 16:23:36 UTC
 +++ Gemfile
 @@ -18,7 +18,7 @@ gem 'default_value_for', '~> 3.3.0'
  # Supported DBs
@@ -8,16 +8,16 @@
 +gem 'rugged', '~> 1.0'
  gem 'grape-path-helpers', '~> 1.3'
  
- gem 'faraday', '~> 0.12'
-@@ -94,7 +94,6 @@ gem 'graphql', '~> 1.10.5'
+ gem 'faraday', '~> 1.0'
+@@ -95,7 +95,6 @@ gem 'graphql', '~> 1.11.4'
  # https://gitlab.com/gitlab-org/gitlab/issues/31747
  gem 'graphiql-rails', '~> 1.4.10'
- gem 'apollo_upload_server', '~> 2.0.0.beta3'
+ gem 'apollo_upload_server', '~> 2.0.2'
 -gem 'graphql-docs', '~> 1.6.0', group: [:development, :test]
  
  # Disable strong_params so that Mash does not respond to :permitted?
  gem 'hashie-forbidden_attributes'
-@@ -233,7 +232,7 @@ gem 'redis-rails', '~> 5.0.2'
+@@ -234,7 +233,7 @@ gem 'redis-rails', '~> 5.0.2'
  gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
  
  # HipChat integration
@@ -26,27 +26,26 @@
  
  # Jira integration
  gem 'jira-ruby', '~> 2.0.0'
-@@ -335,95 +334,6 @@ group :metrics do
+@@ -334,94 +333,6 @@ group :metrics do
    gem 'raindrops', '~> 0.18'
  end
  
 -group :development do
 -  gem 'brakeman', '~> 4.2', require: false
--  gem 'danger', '~> 6.0', require: false
+-  gem 'danger', '~> 8.0', require: false
 -
 -  gem 'letter_opener_web', '~> 1.3.4'
 -
 -  # Better errors handler
 -  gem 'better_errors', '~> 2.7.1'
--  gem 'binding_of_caller', '~> 0.8.0'
 -
 -  # thin instead webrick
 -  gem 'thin', '~> 1.7.0'
 -end
 -
 -group :development, :test do
--  gem 'bullet', '~> 6.0.2'
--  gem 'pry-byebug', '~> 3.5.1', platform: :mri
+-  gem 'bullet', '~> 6.1.0'
+-  gem 'pry-byebug', '~> 3.9.0', platform: :mri
 -  gem 'pry-rails', '~> 0.3.9'
 -
 -  gem 'awesome_print', require: false
@@ -122,7 +121,7 @@
  gem 'octokit', '~> 4.15'
  
  # https://gitlab.com/gitlab-org/gitlab/issues/207207
-@@ -465,9 +375,9 @@ end
+@@ -463,9 +374,9 @@ end
  # Gitaly GRPC protocol definitions
  gem 'gitaly', '~> 13.3.0-rc1'
  

Modified: head/www/gitlab-ce/files/patch-config_gitlab.yml.example
==============================================================================
--- head/www/gitlab-ce/files/patch-config_gitlab.yml.example	Sat Sep 26 07:36:09 2020	(r550130)
+++ head/www/gitlab-ce/files/patch-config_gitlab.yml.example	Sat Sep 26 07:36:53 2020	(r550131)
@@ -1,6 +1,6 @@
---- config/gitlab.yml.example.orig	2020-08-21 12:16:22 UTC
+--- config/gitlab.yml.example.orig	2020-09-21 16:23:36 UTC
 +++ config/gitlab.yml.example
-@@ -1006,7 +1006,7 @@ production: &base
+@@ -1012,7 +1012,7 @@ production: &base
    # Gitaly settings
    gitaly:
      # Path to the directory containing Gitaly client executables.
@@ -9,18 +9,18 @@
      # Default Gitaly authentication token. Can be overridden per storage. Can
      # be left blank when Gitaly is running locally on a Unix socket, which
      # is the normal way to deploy Gitaly.
-@@ -1024,8 +1024,8 @@ production: &base
+@@ -1030,8 +1030,8 @@ production: &base
      # real path not the symlink.
      storages: # You must have at least a `default` storage path.
        default:
 -        path: /home/git/repositories/
 -        gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port).
-+        path: /usr/local/git/repositories/
++        path: %%PREFIX%%/git/repositories/
 +        gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
          # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
  
    ## Backup settings
-@@ -1071,12 +1071,12 @@ production: &base
+@@ -1077,12 +1077,12 @@ production: &base
  
    ## GitLab Shell settings
    gitlab_shell:
@@ -32,11 +32,22 @@
      # File that contains the secret key for verifying access for gitlab-shell.
      # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app).
 -    # secret_file: /home/git/gitlab/.gitlab_shell_secret
-+    # secret_file: /usr/local/www/gitlab-ce/.gitlab_shell_secret
++    # secret_file: %%PREFIX%%/www/gitlab-ce/.gitlab_shell_secret
  
      # Git over HTTP
      upload_pack: true
-@@ -1095,13 +1095,13 @@ production: &base
+@@ -1097,22 +1097,22 @@ production: &base
+   workhorse:
+     # File that contains the secret key for verifying access for gitlab-workhorse.
+     # Default is '.gitlab_workhorse_secret' relative to Rails.root (i.e. root of the GitLab app).
+-    # secret_file: /home/git/gitlab/.gitlab_workhorse_secret
++    # secret_file: %%PREFIX%%/www/gitlab-ce/.gitlab_workhorse_secret
+ 
+   gitlab_kas:
+     # File that contains the secret key for verifying access for gitlab-kas.
+     # Default is '.gitlab_kas_secret' relative to Rails.root (i.e. root of the GitLab app).
+-    # secret_file: /home/git/gitlab/.gitlab_kas_secret
++    # secret_file: %%PREFIX%%/www/gitlab-ce/.gitlab_kas_secret
  
    ## GitLab Elasticsearch settings
    elasticsearch:

Modified: head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
==============================================================================
--- head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb	Sat Sep 26 07:36:09 2020	(r550130)
+++ head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb	Sat Sep 26 07:36:53 2020	(r550131)
@@ -1,4 +1,4 @@
---- config/initializers/1_settings.rb.orig	2020-08-21 12:16:22 UTC
+--- config/initializers/1_settings.rb.orig	2020-09-21 16:23:36 UTC
 +++ config/initializers/1_settings.rb
 @@ -174,11 +174,7 @@ Settings.gitlab['url'] ||= Settings.__send__(:build_gi
  Settings.gitlab['user'] ||= 'git'
@@ -6,8 +6,8 @@
  Settings.gitlab['ssh_user'] ||= Settings.gitlab.user
 -Settings.gitlab['user_home'] ||= begin
 -  Etc.getpwnam(Settings.gitlab['user']).dir
--rescue ArgumentError # no user configured
--  '/home/' + Settings.gitlab['user']
+-                                 rescue ArgumentError # no user configured
+-                                   '/home/' + Settings.gitlab['user']
 -end
 +Settings.gitlab['user_home'] ||= '/usr/local/git'
  Settings.gitlab['time_zone'] ||= nil

Modified: head/www/gitlab-ce/pkg-message
==============================================================================
--- head/www/gitlab-ce/pkg-message	Sat Sep 26 07:36:09 2020	(r550130)
+++ head/www/gitlab-ce/pkg-message	Sat Sep 26 07:36:53 2020	(r550131)
@@ -6,7 +6,7 @@ Gitlab was installed successfully.
 You now need to set up the various components of Gitlab, so please
 follow the instructions in the guide at:
 
-https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/13.2-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/13.4-freebsd.md
 EOM
   type: install
 }
@@ -20,7 +20,7 @@ EOM
 If you just installed an major upgrade of GitLab, for example you
 switched from 12.6.x to 12.7.x, please follow the instructions in the guide at:
 
-https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/13.1-13.2-freebsd.md
+https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/13.3-13.4-freebsd.md
 
 If you just installed an minor upgrade of GitLab please follow
 the instructions in the guide at:

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Sat Sep 26 07:36:09 2020	(r550130)
+++ head/www/gitlab-ce/pkg-plist	Sat Sep 26 07:36:53 2020	(r550131)
@@ -13,6 +13,7 @@
 %%WWWDIR%%/.gitlab/ci/build-images.gitlab-ci.yml
 %%WWWDIR%%/.gitlab/ci/cache-repo.gitlab-ci.yml
 %%WWWDIR%%/.gitlab/ci/cng.gitlab-ci.yml
+%%WWWDIR%%/.gitlab/ci/dast.gitlab-ci.yml
 %%WWWDIR%%/.gitlab/ci/dev-fixtures.gitlab-ci.yml
 %%WWWDIR%%/.gitlab/ci/docs.gitlab-ci.yml
 %%WWWDIR%%/.gitlab/ci/frontend.gitlab-ci.yml
@@ -58,7 +59,6 @@
 %%WWWDIR%%/.markdownlint.json
 %%WWWDIR%%/.nvmrc
 %%WWWDIR%%/.overcommit.yml.example
-%%WWWDIR%%/.pkgr.yml
 %%WWWDIR%%/.prettierignore
 %%WWWDIR%%/.prettierrc
 %%WWWDIR%%/.projections.json.example
@@ -75,6 +75,7 @@
 %%WWWDIR%%/Dockerfile.assets
 %%WWWDIR%%/GITALY_SERVER_VERSION
 %%WWWDIR%%/GITLAB_ELASTICSEARCH_INDEXER_VERSION
+%%WWWDIR%%/GITLAB_KAS_VERSION
 %%WWWDIR%%/GITLAB_PAGES_VERSION
 %%WWWDIR%%/GITLAB_SHELL_VERSION
 %%WWWDIR%%/GITLAB_WORKHORSE_VERSION
@@ -90,6 +91,7 @@
 %%WWWDIR%%/README.md
 %%WWWDIR%%/Rakefile
 %%WWWDIR%%/VERSION
+%%WWWDIR%%/app/assets/images/auth_buttons/atlassian_64.png
 %%WWWDIR%%/app/assets/images/auth_buttons/auth0_64.png
 %%WWWDIR%%/app/assets/images/auth_buttons/authentiq_64.png
 %%WWWDIR%%/app/assets/images/auth_buttons/azure_64.png
@@ -2007,6 +2009,8 @@
 %%WWWDIR%%/app/assets/javascripts/add_context_commits_modal/store/state.js
 %%WWWDIR%%/app/assets/javascripts/add_context_commits_modal/utils.js
 %%WWWDIR%%/app/assets/javascripts/admin/application_settings/setup_metrics_and_profiling.js
+%%WWWDIR%%/app/assets/javascripts/admin/cohorts/components/usage_ping_disabled.vue
+%%WWWDIR%%/app/assets/javascripts/admin/dev_ops_report/components/usage_ping_disabled.vue
 %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/components/app.vue
 %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/constants.js
 %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/index.js
@@ -2016,7 +2020,7 @@
 %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/store/mutation_types.js
 %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/store/mutations.js
 %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/store/state.js
-%%WWWDIR%%/app/assets/javascripts/ajax_loading_spinner.js
+%%WWWDIR%%/app/assets/javascripts/alert_handler.js
 %%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_details.vue
 %%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_management_empty_state.vue
 %%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_management_list_wrapper.vue
@@ -2037,7 +2041,6 @@
 %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/fragments/list_item.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/mutations/alert_set_assignees.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/mutations/alert_todo_create.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/alert_management/graphql/mutations/alert_todo_mark_done.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/mutations/create_issue_from_alert.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/mutations/toggle_sidebar_status.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/mutations/update_alert_status.mutation.graphql
@@ -2063,6 +2066,12 @@
 %%WWWDIR%%/app/assets/javascripts/authentication/u2f/index.js
 %%WWWDIR%%/app/assets/javascripts/authentication/u2f/register.js
 %%WWWDIR%%/app/assets/javascripts/authentication/u2f/util.js
+%%WWWDIR%%/app/assets/javascripts/authentication/webauthn/authenticate.js
+%%WWWDIR%%/app/assets/javascripts/authentication/webauthn/error.js
+%%WWWDIR%%/app/assets/javascripts/authentication/webauthn/flow.js
+%%WWWDIR%%/app/assets/javascripts/authentication/webauthn/index.js
+%%WWWDIR%%/app/assets/javascripts/authentication/webauthn/register.js
+%%WWWDIR%%/app/assets/javascripts/authentication/webauthn/util.js
 %%WWWDIR%%/app/assets/javascripts/autosave.js
 %%WWWDIR%%/app/assets/javascripts/awards_handler.js
 %%WWWDIR%%/app/assets/javascripts/badges/components/badge.vue
@@ -2184,7 +2193,6 @@
 %%WWWDIR%%/app/assets/javascripts/blob/components/blob_content_error.vue
 %%WWWDIR%%/app/assets/javascripts/blob/components/blob_edit_content.vue
 %%WWWDIR%%/app/assets/javascripts/blob/components/blob_edit_header.vue
-%%WWWDIR%%/app/assets/javascripts/blob/components/blob_embeddable.vue
 %%WWWDIR%%/app/assets/javascripts/blob/components/blob_header.vue
 %%WWWDIR%%/app/assets/javascripts/blob/components/blob_header_default_actions.vue
 %%WWWDIR%%/app/assets/javascripts/blob/components/blob_header_filepath.vue
@@ -2206,6 +2214,8 @@
 %%WWWDIR%%/app/assets/javascripts/blob/stl_viewer.js
 %%WWWDIR%%/app/assets/javascripts/blob/suggest_gitlab_ci_yml/components/popover.vue
 %%WWWDIR%%/app/assets/javascripts/blob/suggest_gitlab_ci_yml/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/suggest_web_ide_ci/components/web_ide_alert.vue
+%%WWWDIR%%/app/assets/javascripts/blob/suggest_web_ide_ci/index.js
 %%WWWDIR%%/app/assets/javascripts/blob/template_selector.js
 %%WWWDIR%%/app/assets/javascripts/blob/template_selectors/ci_yaml_selector.js
 %%WWWDIR%%/app/assets/javascripts/blob/template_selectors/dockerfile_selector.js
@@ -2221,6 +2231,7 @@
 %%WWWDIR%%/app/assets/javascripts/boards/boards_util.js
 %%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/board_card.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/board_card_layout.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/board_column.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/board_content.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js
@@ -2231,6 +2242,7 @@
 %%WWWDIR%%/app/assets/javascripts/boards/components/board_settings_sidebar.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/board_sidebar.js
 %%WWWDIR%%/app/assets/javascripts/boards/components/boards_selector.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/issuable_title.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/issue_card_inner.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/issue_count.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/issue_due_date.vue
@@ -2245,6 +2257,7 @@
 %%WWWDIR%%/app/assets/javascripts/boards/components/modal/tabs.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/new_list_dropdown.js
 %%WWWDIR%%/app/assets/javascripts/boards/components/project_select.vue
+%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_editable_item.vue
 %%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/remove_issue.vue
 %%WWWDIR%%/app/assets/javascripts/boards/config_toggle.js
 %%WWWDIR%%/app/assets/javascripts/boards/constants.js
@@ -2269,14 +2282,16 @@
 %%WWWDIR%%/app/assets/javascripts/boards/mount_multiple_boards_switcher.js
 %%WWWDIR%%/app/assets/javascripts/boards/queries/board.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/boards/queries/board_list.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/queries/board_list_create.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/boards/queries/board_list_shared.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/queries/board_list_update.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/boards/queries/group_board.query.graphql
 %%WWWDIR%%/app/assets/javascripts/boards/queries/group_boards.query.graphql
-%%WWWDIR%%/app/assets/javascripts/boards/queries/group_lists_issues.query.graphql
 %%WWWDIR%%/app/assets/javascripts/boards/queries/issue.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/queries/issue_move_list.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/boards/queries/lists_issues.query.graphql
 %%WWWDIR%%/app/assets/javascripts/boards/queries/project_board.query.graphql
 %%WWWDIR%%/app/assets/javascripts/boards/queries/project_boards.query.graphql
-%%WWWDIR%%/app/assets/javascripts/boards/queries/project_lists_issues.query.graphql
 %%WWWDIR%%/app/assets/javascripts/boards/stores/actions.js
 %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js
 %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store_ee.js
@@ -2289,6 +2304,7 @@
 %%WWWDIR%%/app/assets/javascripts/boards/toggle_epics_swimlanes.js
 %%WWWDIR%%/app/assets/javascripts/boards/toggle_focus.js
 %%WWWDIR%%/app/assets/javascripts/boards/toggle_labels.js
+%%WWWDIR%%/app/assets/javascripts/branches/ajax_loading_spinner.js
 %%WWWDIR%%/app/assets/javascripts/branches/branches_delete_modal.js
 %%WWWDIR%%/app/assets/javascripts/branches/components/divergence_graph.vue
 %%WWWDIR%%/app/assets/javascripts/branches/components/graph_bar.vue
@@ -2297,6 +2313,9 @@
 %%WWWDIR%%/app/assets/javascripts/breadcrumb.js
 %%WWWDIR%%/app/assets/javascripts/broadcast_notification.js
 %%WWWDIR%%/app/assets/javascripts/build_artifacts.js
+%%WWWDIR%%/app/assets/javascripts/ci_lint/components/ci_lint.vue
+%%WWWDIR%%/app/assets/javascripts/ci_lint/components/ci_lint_results.vue
+%%WWWDIR%%/app/assets/javascripts/ci_lint/index.js
 %%WWWDIR%%/app/assets/javascripts/ci_variable_list/ajax_variable_list.js
 %%WWWDIR%%/app/assets/javascripts/ci_variable_list/ci_variable_list.js
 %%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_environments_dropdown.vue
@@ -2323,6 +2342,7 @@
 %%WWWDIR%%/app/assets/javascripts/clusters/components/fluentd_output_settings.vue
 %%WWWDIR%%/app/assets/javascripts/clusters/components/ingress_modsecurity_settings.vue
 %%WWWDIR%%/app/assets/javascripts/clusters/components/knative_domain_editor.vue
+%%WWWDIR%%/app/assets/javascripts/clusters/components/new_cluster.vue
 %%WWWDIR%%/app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue
 %%WWWDIR%%/app/assets/javascripts/clusters/components/uninstall_application_button.vue
 %%WWWDIR%%/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue
@@ -2334,9 +2354,12 @@
 %%WWWDIR%%/app/assets/javascripts/clusters/forms/stores/index.js
 %%WWWDIR%%/app/assets/javascripts/clusters/forms/stores/state.js
 %%WWWDIR%%/app/assets/javascripts/clusters/mixins/track_uninstall_button_click.js
+%%WWWDIR%%/app/assets/javascripts/clusters/new_cluster.js
 %%WWWDIR%%/app/assets/javascripts/clusters/services/application_state_machine.js
 %%WWWDIR%%/app/assets/javascripts/clusters/services/clusters_service.js
 %%WWWDIR%%/app/assets/javascripts/clusters/stores/clusters_store.js
+%%WWWDIR%%/app/assets/javascripts/clusters/stores/new_cluster/index.js
+%%WWWDIR%%/app/assets/javascripts/clusters/stores/new_cluster/state.js
 %%WWWDIR%%/app/assets/javascripts/clusters_list/components/ancestor_notice.vue
 %%WWWDIR%%/app/assets/javascripts/clusters_list/components/clusters.vue
 %%WWWDIR%%/app/assets/javascripts/clusters_list/constants.js
@@ -2463,6 +2486,12 @@
 %%WWWDIR%%/app/assets/javascripts/deploy_keys/index.js
 %%WWWDIR%%/app/assets/javascripts/deploy_keys/service/index.js
 %%WWWDIR%%/app/assets/javascripts/deploy_keys/store/index.js
+%%WWWDIR%%/app/assets/javascripts/deprecated_jquery_dropdown/gl_dropdown.js
+%%WWWDIR%%/app/assets/javascripts/deprecated_jquery_dropdown/gl_dropdown_filter.js
+%%WWWDIR%%/app/assets/javascripts/deprecated_jquery_dropdown/gl_dropdown_input.js
+%%WWWDIR%%/app/assets/javascripts/deprecated_jquery_dropdown/gl_dropdown_remote.js
+%%WWWDIR%%/app/assets/javascripts/deprecated_jquery_dropdown/index.js
+%%WWWDIR%%/app/assets/javascripts/deprecated_jquery_dropdown/render.js
 %%WWWDIR%%/app/assets/javascripts/design_management/components/app.vue
 %%WWWDIR%%/app/assets/javascripts/design_management/components/delete_button.vue
 %%WWWDIR%%/app/assets/javascripts/design_management/components/design_destroyer.vue
@@ -2475,6 +2504,7 @@
 %%WWWDIR%%/app/assets/javascripts/design_management/components/design_presentation.vue
 %%WWWDIR%%/app/assets/javascripts/design_management/components/design_scaler.vue
 %%WWWDIR%%/app/assets/javascripts/design_management/components/design_sidebar.vue
+%%WWWDIR%%/app/assets/javascripts/design_management/components/design_todo_button.vue
 %%WWWDIR%%/app/assets/javascripts/design_management/components/image.vue
 %%WWWDIR%%/app/assets/javascripts/design_management/components/list/item.vue
 %%WWWDIR%%/app/assets/javascripts/design_management/components/toolbar/design_navigation.vue
@@ -2491,6 +2521,7 @@
 %%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/discussion_resolved_status.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/note_permissions.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/version.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/create_design_todo.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/create_image_diff_note.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/create_note.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/destroy_design.mutation.graphql
@@ -2517,61 +2548,6 @@
 %%WWWDIR%%/app/assets/javascripts/design_management/utils/design_management_utils.js
 %%WWWDIR%%/app/assets/javascripts/design_management/utils/error_messages.js
 %%WWWDIR%%/app/assets/javascripts/design_management/utils/tracking.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/app.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/delete_button.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_destroyer.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_note_pin.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_notes/design_discussion.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_notes/design_note.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_notes/design_reply_form.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_notes/toggle_replies_widget.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_overlay.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_presentation.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_scaler.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/design_sidebar.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/image.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/list/item.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/toolbar/index.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/toolbar/pagination.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/toolbar/pagination_button.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/upload/button.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/upload/design_dropzone.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/components/upload/design_version_dropdown.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/constants.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/fragments/design.fragment.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/fragments/design_list.fragment.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/fragments/design_note.fragment.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/fragments/diff_refs.fragment.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/fragments/discussion_resolved_status.fragment.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/fragments/note_permissions.fragment.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/fragments/version.fragment.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/mutations/create_image_diff_note.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/mutations/create_note.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/mutations/destroy_design.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/mutations/toggle_resolve_discussion.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/mutations/update_active_discussion.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/mutations/update_image_diff_note.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/mutations/update_note.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/mutations/upload_design.mutation.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/queries/active_discussion.query.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/queries/app_data.query.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/queries/design_permissions.query.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/queries/get_design.query.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/queries/get_design_list.query.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/graphql/typedefs.graphql
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/index.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/mixins/all_designs.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/mixins/all_versions.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/pages/design/index.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/pages/index.vue
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/router/constants.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/router/index.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/router/routes.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/utils/cache_update.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/utils/design_management_utils.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/utils/error_messages.js
-%%WWWDIR%%/app/assets/javascripts/design_management_legacy/utils/tracking.js
 %%WWWDIR%%/app/assets/javascripts/diff.js
 %%WWWDIR%%/app/assets/javascripts/diff_notes/components/comment_resolve_btn.js
 %%WWWDIR%%/app/assets/javascripts/diff_notes/components/diff_note_avatars.js
@@ -2587,6 +2563,7 @@
 %%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js
 %%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js
 %%WWWDIR%%/app/assets/javascripts/diffs/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/diffs/components/collapsed_files_warning.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/components/commit_item.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/components/commit_widget.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/components/compare_dropdown_layout.vue
@@ -2610,6 +2587,7 @@
 %%WWWDIR%%/app/assets/javascripts/diffs/components/inline_diff_expansion_row.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/components/inline_diff_table_row.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/components/inline_diff_view.vue
+%%WWWDIR%%/app/assets/javascripts/diffs/components/merge_conflict_warning.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/components/no_changes.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/components/parallel_diff_comment_row.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/components/parallel_diff_expansion_row.vue
@@ -2619,6 +2597,7 @@
 %%WWWDIR%%/app/assets/javascripts/diffs/components/tree_list.vue
 %%WWWDIR%%/app/assets/javascripts/diffs/constants.js
 %%WWWDIR%%/app/assets/javascripts/diffs/diff_file.js
+%%WWWDIR%%/app/assets/javascripts/diffs/i18n.js
 %%WWWDIR%%/app/assets/javascripts/diffs/index.js
 %%WWWDIR%%/app/assets/javascripts/diffs/mixins/draft_comments.js
 %%WWWDIR%%/app/assets/javascripts/diffs/mixins/image_diff.js
@@ -2650,6 +2629,8 @@
 %%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/editor/constants.js
+%%WWWDIR%%/app/assets/javascripts/editor/editor_file_template_ext.js
 %%WWWDIR%%/app/assets/javascripts/editor/editor_lite.js
 %%WWWDIR%%/app/assets/javascripts/editor/editor_markdown_ext.js
 %%WWWDIR%%/app/assets/javascripts/editor/utils.js
@@ -2775,8 +2756,6 @@
 %%WWWDIR%%/app/assets/javascripts/frequent_items/store/state.js
 %%WWWDIR%%/app/assets/javascripts/frequent_items/utils.js
 %%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js
-%%WWWDIR%%/app/assets/javascripts/gl_dropdown.js
-%%WWWDIR%%/app/assets/javascripts/gl_dropdown/render.js
 %%WWWDIR%%/app/assets/javascripts/gl_field_error.js
 %%WWWDIR%%/app/assets/javascripts/gl_field_errors.js
 %%WWWDIR%%/app/assets/javascripts/gl_form.js
@@ -2790,9 +2769,12 @@
 %%WWWDIR%%/app/assets/javascripts/grafana_integration/store/state.js
 %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/author.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/blobviewer.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/epic.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/label.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/pageInfo.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/pageInfoCursorsOnly.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/user.fragment.graphql
+%%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/todo_mark_done.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/graphql_shared/utils.js
 %%WWWDIR%%/app/assets/javascripts/group.js
 %%WWWDIR%%/app/assets/javascripts/group_label_subscription.js
@@ -2800,6 +2782,7 @@
 %%WWWDIR%%/app/assets/javascripts/groups/components/group_folder.vue
 %%WWWDIR%%/app/assets/javascripts/groups/components/group_item.vue
 %%WWWDIR%%/app/assets/javascripts/groups/components/groups.vue
+%%WWWDIR%%/app/assets/javascripts/groups/components/invite_members_banner.vue
 %%WWWDIR%%/app/assets/javascripts/groups/components/item_actions.vue
 %%WWWDIR%%/app/assets/javascripts/groups/components/item_caret.vue
 %%WWWDIR%%/app/assets/javascripts/groups/components/item_stats.vue
@@ -2809,6 +2792,9 @@
 %%WWWDIR%%/app/assets/javascripts/groups/event_hub.js
 %%WWWDIR%%/app/assets/javascripts/groups/groups_filterable_list.js
 %%WWWDIR%%/app/assets/javascripts/groups/index.js
+%%WWWDIR%%/app/assets/javascripts/groups/init_invite_members_banner.js
+%%WWWDIR%%/app/assets/javascripts/groups/members/components/app.vue
+%%WWWDIR%%/app/assets/javascripts/groups/members/index.js
 %%WWWDIR%%/app/assets/javascripts/groups/mixins/is_project_pending_removal.js
 %%WWWDIR%%/app/assets/javascripts/groups/new_group_child.js
 %%WWWDIR%%/app/assets/javascripts/groups/service/groups_service.js
@@ -2823,6 +2809,7 @@
 %%WWWDIR%%/app/assets/javascripts/helpers/event_hub_factory.js
 %%WWWDIR%%/app/assets/javascripts/helpers/issuables_helper.js
 %%WWWDIR%%/app/assets/javascripts/helpers/monitor_helper.js
+%%WWWDIR%%/app/assets/javascripts/helpers/startup_css_helper.js
 %%WWWDIR%%/app/assets/javascripts/how_to_merge.js
 %%WWWDIR%%/app/assets/javascripts/ide/.eslintrc.yml
 %%WWWDIR%%/app/assets/javascripts/ide/commit_icon.js
@@ -2909,16 +2896,13 @@
 %%WWWDIR%%/app/assets/javascripts/ide/lib/editor_options.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/editorconfig/parser.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/editorconfig/rules_mapper.js
+%%WWWDIR%%/app/assets/javascripts/ide/lib/errors.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/files.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/keymap.json
 %%WWWDIR%%/app/assets/javascripts/ide/lib/languages/README.md
 %%WWWDIR%%/app/assets/javascripts/ide/lib/languages/index.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/languages/vue.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/mirror.js
-%%WWWDIR%%/app/assets/javascripts/ide/lib/schemas/index.js
-%%WWWDIR%%/app/assets/javascripts/ide/lib/schemas/json/index.js
-%%WWWDIR%%/app/assets/javascripts/ide/lib/schemas/yaml/gitlab_ci.js
-%%WWWDIR%%/app/assets/javascripts/ide/lib/schemas/yaml/index.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/themes/dark.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/themes/index.js
 %%WWWDIR%%/app/assets/javascripts/ide/lib/themes/monokai.js
@@ -3030,9 +3014,6 @@
 %%WWWDIR%%/app/assets/javascripts/import_projects/components/bitbucket_status_table.vue
 %%WWWDIR%%/app/assets/javascripts/import_projects/components/import_projects_table.vue
 %%WWWDIR%%/app/assets/javascripts/import_projects/components/import_status.vue
-%%WWWDIR%%/app/assets/javascripts/import_projects/components/imported_project_table_row.vue
-%%WWWDIR%%/app/assets/javascripts/import_projects/components/incompatible_repo_table_row.vue
-%%WWWDIR%%/app/assets/javascripts/import_projects/components/page_query_param_sync.vue
 %%WWWDIR%%/app/assets/javascripts/import_projects/components/provider_repo_table_row.vue
 %%WWWDIR%%/app/assets/javascripts/import_projects/constants.js
 %%WWWDIR%%/app/assets/javascripts/import_projects/index.js
@@ -3046,6 +3027,7 @@
 %%WWWDIR%%/app/assets/javascripts/importer_status.js
 %%WWWDIR%%/app/assets/javascripts/incidents/components/incidents_list.vue
 %%WWWDIR%%/app/assets/javascripts/incidents/constants.js
+%%WWWDIR%%/app/assets/javascripts/incidents/graphql/fragments/incident_fields.fragment.graphql
 %%WWWDIR%%/app/assets/javascripts/incidents/graphql/queries/get_count_by_status.query.graphql
 %%WWWDIR%%/app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql
 %%WWWDIR%%/app/assets/javascripts/incidents/list.js
@@ -3059,13 +3041,14 @@
 %%WWWDIR%%/app/assets/javascripts/init_issuable_sidebar.js
 %%WWWDIR%%/app/assets/javascripts/init_labels.js
 %%WWWDIR%%/app/assets/javascripts/init_notes.js
-%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/active_toggle.vue
+%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/active_checkbox.vue
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/components/dynamic_field.vue
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/components/integration_form.vue
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/components/jira_issues_fields.vue
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/components/jira_trigger_fields.vue
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/components/override_dropdown.vue
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/components/trigger_fields.vue
+%%WWWDIR%%/app/assets/javascripts/integrations/edit/constants.js
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/event_hub.js
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/index.js
 %%WWWDIR%%/app/assets/javascripts/integrations/edit/store/actions.js
@@ -3079,9 +3062,14 @@
 %%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_actions.js
 %%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_sidebar.js
 %%WWWDIR%%/app/assets/javascripts/issuable_context.js
+%%WWWDIR%%/app/assets/javascripts/issuable_create/components/issuable_create_root.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_create/components/issuable_form.vue
 %%WWWDIR%%/app/assets/javascripts/issuable_form.js
 %%WWWDIR%%/app/assets/javascripts/issuable_index.js
 %%WWWDIR%%/app/assets/javascripts/issuable_init_bulk_update_sidebar.js
+%%WWWDIR%%/app/assets/javascripts/issuable_list/components/issuable_item.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_list/components/issuable_list_root.vue
+%%WWWDIR%%/app/assets/javascripts/issuable_list/components/issuable_tabs.vue
 %%WWWDIR%%/app/assets/javascripts/issuable_sidebar/components/sidebar_app.vue
 %%WWWDIR%%/app/assets/javascripts/issuable_sidebar/queries/issue_sidebar.query.graphql
 %%WWWDIR%%/app/assets/javascripts/issuable_sidebar/sidebar_bundle.js
@@ -3089,14 +3077,6 @@
 %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/components/item.vue
 %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/index.js
 %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/queries/issues.query.graphql
-%%WWWDIR%%/app/assets/javascripts/issuables_list/components/issuable.vue
-%%WWWDIR%%/app/assets/javascripts/issuables_list/components/issuable_list_root_app.vue
-%%WWWDIR%%/app/assets/javascripts/issuables_list/components/issuables_list_app.vue
-%%WWWDIR%%/app/assets/javascripts/issuables_list/constants.js
-%%WWWDIR%%/app/assets/javascripts/issuables_list/eventhub.js
-%%WWWDIR%%/app/assets/javascripts/issuables_list/index.js
-%%WWWDIR%%/app/assets/javascripts/issuables_list/queries/get_issues_list_details.query.graphql
-%%WWWDIR%%/app/assets/javascripts/issuables_list/service_desk_helper.js
 %%WWWDIR%%/app/assets/javascripts/issue.js
 %%WWWDIR%%/app/assets/javascripts/issue_show/components/app.vue
 %%WWWDIR%%/app/assets/javascripts/issue_show/components/description.vue
@@ -3106,12 +3086,16 @@
 %%WWWDIR%%/app/assets/javascripts/issue_show/components/fields/description_template.vue
 %%WWWDIR%%/app/assets/javascripts/issue_show/components/fields/title.vue
 %%WWWDIR%%/app/assets/javascripts/issue_show/components/form.vue
+%%WWWDIR%%/app/assets/javascripts/issue_show/components/incidents/graphql/queries/get_alert.graphql
+%%WWWDIR%%/app/assets/javascripts/issue_show/components/incidents/highlight_bar.vue
+%%WWWDIR%%/app/assets/javascripts/issue_show/components/incidents/incident_tabs.vue
 %%WWWDIR%%/app/assets/javascripts/issue_show/components/locked_warning.vue
 %%WWWDIR%%/app/assets/javascripts/issue_show/components/pinned_links.vue
 %%WWWDIR%%/app/assets/javascripts/issue_show/components/title.vue
 %%WWWDIR%%/app/assets/javascripts/issue_show/constants.js
 %%WWWDIR%%/app/assets/javascripts/issue_show/event_hub.js
-%%WWWDIR%%/app/assets/javascripts/issue_show/index.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/incident.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/issue.js
 %%WWWDIR%%/app/assets/javascripts/issue_show/mixins/animate.js
 %%WWWDIR%%/app/assets/javascripts/issue_show/mixins/update.js
 %%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js
@@ -3119,6 +3103,15 @@
 %%WWWDIR%%/app/assets/javascripts/issue_show/utils/parse_data.js
 %%WWWDIR%%/app/assets/javascripts/issue_show/utils/update_description.js
 %%WWWDIR%%/app/assets/javascripts/issue_status_select.js
+%%WWWDIR%%/app/assets/javascripts/issues_list/components/issuable.vue
+%%WWWDIR%%/app/assets/javascripts/issues_list/components/issuables_list_app.vue
+%%WWWDIR%%/app/assets/javascripts/issues_list/components/jira_issues_list_root.vue
+%%WWWDIR%%/app/assets/javascripts/issues_list/constants.js
+%%WWWDIR%%/app/assets/javascripts/issues_list/eventhub.js
+%%WWWDIR%%/app/assets/javascripts/issues_list/index.js
+%%WWWDIR%%/app/assets/javascripts/issues_list/queries/get_issues_list_details.query.graphql
+%%WWWDIR%%/app/assets/javascripts/issues_list/service_desk_helper.js
+%%WWWDIR%%/app/assets/javascripts/jira_connect.js
 %%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_app.vue
 %%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_form.vue
 %%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_progress.vue
@@ -3199,6 +3192,7 @@
 %%WWWDIR%%/app/assets/javascripts/lib/utils/icons_path.js
 %%WWWDIR%%/app/assets/javascripts/lib/utils/image_utility.js
 %%WWWDIR%%/app/assets/javascripts/lib/utils/invalid_url.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/jquery_at_who.js
 %%WWWDIR%%/app/assets/javascripts/lib/utils/keycodes.js
 %%WWWDIR%%/app/assets/javascripts/lib/utils/keys.js
 %%WWWDIR%%/app/assets/javascripts/lib/utils/navigation_utility.js
@@ -3421,11 +3415,9 @@
 %%WWWDIR%%/app/assets/javascripts/operation_settings/store/state.js
 %%WWWDIR%%/app/assets/javascripts/packages/details/components/additional_metadata.vue
 %%WWWDIR%%/app/assets/javascripts/packages/details/components/app.vue
-%%WWWDIR%%/app/assets/javascripts/packages/details/components/code_instruction.vue
 %%WWWDIR%%/app/assets/javascripts/packages/details/components/composer_installation.vue
 %%WWWDIR%%/app/assets/javascripts/packages/details/components/conan_installation.vue
 %%WWWDIR%%/app/assets/javascripts/packages/details/components/dependency_row.vue
-%%WWWDIR%%/app/assets/javascripts/packages/details/components/history_element.vue
 %%WWWDIR%%/app/assets/javascripts/packages/details/components/installation_commands.vue
 %%WWWDIR%%/app/assets/javascripts/packages/details/components/maven_installation.vue
 %%WWWDIR%%/app/assets/javascripts/packages/details/components/npm_installation.vue
@@ -3479,7 +3471,10 @@
 %%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/edit/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/index/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/new/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/show/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/cohorts/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/dev_ops_report/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/groups/edit/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/groups/new/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/groups/show/index.js
@@ -3496,6 +3491,7 @@
 %%WWWDIR%%/app/assets/javascripts/pages/admin/runners/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/serverless/domains/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/services/edit/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/admin/services/index/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/sessions/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue
 %%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/user_modal_manager.vue
@@ -3522,6 +3518,7 @@
 %%WWWDIR%%/app/assets/javascripts/pages/groups/clusters/edit/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/groups/clusters/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/groups/clusters/index/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/groups/clusters/new/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/groups/clusters/show/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/groups/details/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/groups/edit/index.js
@@ -3560,7 +3557,6 @@
 %%WWWDIR%%/app/assets/javascripts/pages/import/gitlab/status/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/import/gitlab_projects/new/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/import/manifest/status/index.js
-%%WWWDIR%%/app/assets/javascripts/pages/instance_statistics/dev_ops_score/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/ldap/omniauth_callbacks/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/components/delete_milestone_modal.vue
 %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/components/promote_milestone_modal.vue
@@ -3598,6 +3594,7 @@
 %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/edit/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/new/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/cluster_health.js
 %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js
 %%WWWDIR%%/app/assets/javascripts/pages/projects/commit/pipelines/index.js
@@ -3762,6 +3759,7 @@
 %%WWWDIR%%/app/assets/javascripts/performance_bar/components/request_selector.vue
 %%WWWDIR%%/app/assets/javascripts/performance_bar/components/request_warning.vue
 %%WWWDIR%%/app/assets/javascripts/performance_bar/index.js
+%%WWWDIR%%/app/assets/javascripts/performance_bar/performance_bar_log.js
 %%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js
 %%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js
 %%WWWDIR%%/app/assets/javascripts/performance_constants.js
@@ -3787,6 +3785,10 @@
 %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/linked_pipelines_column.vue
 %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue
 %%WWWDIR%%/app/assets/javascripts/pipelines/components/header_component.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/gitlab_ci_yaml_visualization.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/job_pill.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/pipeline_graph.vue
+%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/stage_pill.vue
 %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/blank_state.vue
 %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/empty_state.vue
 %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_list/nav_controls.vue
@@ -3913,7 +3915,6 @@
 %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/tags_list.vue
 %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/tags_list_row.vue
 %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/details_page/tags_loader.vue
-%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/list_item.vue
 %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/list_page/cli_commands.vue
 %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/list_page/group_empty_state.vue
 %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/list_page/image_list.vue
@@ -3948,10 +3949,19 @@
 %%WWWDIR%%/app/assets/javascripts/registry/settings/store/mutation_types.js
 %%WWWDIR%%/app/assets/javascripts/registry/settings/store/mutations.js
 %%WWWDIR%%/app/assets/javascripts/registry/settings/store/state.js
-%%WWWDIR%%/app/assets/javascripts/registry/shared/components/details_row.vue
 %%WWWDIR%%/app/assets/javascripts/registry/shared/components/expiration_policy_fields.vue
 %%WWWDIR%%/app/assets/javascripts/registry/shared/constants.js
 %%WWWDIR%%/app/assets/javascripts/registry/shared/utils.js
+%%WWWDIR%%/app/assets/javascripts/related_issues/components/add_issuable_form.vue
+%%WWWDIR%%/app/assets/javascripts/related_issues/components/issue_token.vue
+%%WWWDIR%%/app/assets/javascripts/related_issues/components/related_issuable_input.vue
+%%WWWDIR%%/app/assets/javascripts/related_issues/components/related_issues_block.vue
+%%WWWDIR%%/app/assets/javascripts/related_issues/components/related_issues_list.vue
+%%WWWDIR%%/app/assets/javascripts/related_issues/components/related_issues_root.vue
+%%WWWDIR%%/app/assets/javascripts/related_issues/constants.js
+%%WWWDIR%%/app/assets/javascripts/related_issues/index.js
+%%WWWDIR%%/app/assets/javascripts/related_issues/services/related_issues_service.js
+%%WWWDIR%%/app/assets/javascripts/related_issues/stores/related_issues_store.js
 %%WWWDIR%%/app/assets/javascripts/related_merge_requests/components/related_merge_requests.vue
 %%WWWDIR%%/app/assets/javascripts/related_merge_requests/index.js
 %%WWWDIR%%/app/assets/javascripts/related_merge_requests/store/actions.js
@@ -3973,6 +3983,9 @@
 %%WWWDIR%%/app/assets/javascripts/releases/components/release_block_metadata.vue
 %%WWWDIR%%/app/assets/javascripts/releases/components/release_block_milestone_info.vue
 %%WWWDIR%%/app/assets/javascripts/releases/components/release_block_milestones.vue
+%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination.vue
+%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination_graphql.vue
+%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination_rest.vue
 %%WWWDIR%%/app/assets/javascripts/releases/components/tag_field.vue
 %%WWWDIR%%/app/assets/javascripts/releases/components/tag_field_existing.vue
 %%WWWDIR%%/app/assets/javascripts/releases/components/tag_field_new.vue
@@ -3981,6 +3994,7 @@
 %%WWWDIR%%/app/assets/javascripts/releases/mount_index.js
 %%WWWDIR%%/app/assets/javascripts/releases/mount_new.js
 %%WWWDIR%%/app/assets/javascripts/releases/mount_show.js
+%%WWWDIR%%/app/assets/javascripts/releases/queries/all_releases.query.graphql
 %%WWWDIR%%/app/assets/javascripts/releases/stores/index.js
 %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/actions.js
 %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/getters.js
@@ -4043,7 +4057,6 @@
 %%WWWDIR%%/app/assets/javascripts/repository/components/table/row.vue
 %%WWWDIR%%/app/assets/javascripts/repository/components/tree_action_link.vue
 %%WWWDIR%%/app/assets/javascripts/repository/components/tree_content.vue
-%%WWWDIR%%/app/assets/javascripts/repository/components/web_ide_link.vue
 %%WWWDIR%%/app/assets/javascripts/repository/fragmentTypes.json
 %%WWWDIR%%/app/assets/javascripts/repository/graphql.js
 %%WWWDIR%%/app/assets/javascripts/repository/index.js
@@ -4069,6 +4082,9 @@
 %%WWWDIR%%/app/assets/javascripts/repository/utils/readme.js
 %%WWWDIR%%/app/assets/javascripts/repository/utils/title.js
 %%WWWDIR%%/app/assets/javascripts/right_sidebar.js
+%%WWWDIR%%/app/assets/javascripts/search/state_filter/components/state_filter.vue
+%%WWWDIR%%/app/assets/javascripts/search/state_filter/constants.js
+%%WWWDIR%%/app/assets/javascripts/search/state_filter/index.js
 %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js
 %%WWWDIR%%/app/assets/javascripts/self_monitor/components/self_monitor_form.vue
 %%WWWDIR%%/app/assets/javascripts/self_monitor/index.js
@@ -4103,8 +4119,6 @@
 %%WWWDIR%%/app/assets/javascripts/serverless/survey_banner.vue
 %%WWWDIR%%/app/assets/javascripts/serverless/utils.js
 %%WWWDIR%%/app/assets/javascripts/set_status_modal/emoji_menu_in_modal.js
-%%WWWDIR%%/app/assets/javascripts/set_status_modal/event_hub.js
-%%WWWDIR%%/app/assets/javascripts/set_status_modal/set_status_modal_trigger.vue
 %%WWWDIR%%/app/assets/javascripts/set_status_modal/set_status_modal_wrapper.vue
 %%WWWDIR%%/app/assets/javascripts/settings_panels.js
 %%WWWDIR%%/app/assets/javascripts/shared/milestones/form.js
@@ -4116,12 +4130,14 @@
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees_realtime.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/collapsed_assignee.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/collapsed_assignee_list.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/issuable_assignees.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/uncollapsed_assignee_list.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/confidential_issue_sidebar.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/edit_form.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/edit_form_buttons.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/mutations/update_issue_confidential.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/labels/sidebar_labels.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/edit_form.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/edit_form_buttons.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/issuable_lock_form.vue
@@ -4129,6 +4145,10 @@
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/mutations/update_merge_request_lock.mutation.graphql
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/participants/participants.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/participants/sidebar_participants.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/constants.js
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/graphql/mutations/update_issuable_severity.mutation.graphql
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/severity.vue
+%%WWWDIR%%/app/assets/javascripts/sidebar/components/severity/sidebar_severity.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/subscriptions.vue
 %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009260736.08Q7asMx099321>