From owner-dev-commits-ports-main@freebsd.org Sat Jul 3 06:05:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2563464BD4E; Sat, 3 Jul 2021 06:05:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GH1dv4gnNz3n5m; Sat, 3 Jul 2021 06:05:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B8F922816; Sat, 3 Jul 2021 06:05:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16365dZi049265; Sat, 3 Jul 2021 06:05:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16365cqs049264; Sat, 3 Jul 2021 06:05:38 GMT (envelope-from git) Date: Sat, 3 Jul 2021 06:05:38 GMT Message-Id: <202107030605.16365cqs049264@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: ef4b2158071b - main - www/gitlab-ce: Major upgrade to 14.0.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ef4b2158071b50bec91852efdca886d5c35bd72c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2021 06:05:41 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef4b2158071b50bec91852efdca886d5c35bd72c commit ef4b2158071b50bec91852efdca886d5c35bd72c Author: Matthias Fechner AuthorDate: 2021-06-22 22:49:08 +0000 Commit: Matthias Fechner CommitDate: 2021-07-03 06:03:23 +0000 www/gitlab-ce: Major upgrade to 14.0.0. Make sure you upgrade first to 13.12.2, otherwise you will lose your advanced search index. Upgrade instructions as usual: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/13.12-14.0-freebsd.md Changelog: https://about.gitlab.com/releases/2021/06/22/gitlab-14-0-released/ --- www/gitlab-ce/Makefile | 66 +- www/gitlab-ce/distinfo | 6 +- www/gitlab-ce/files/patch-Gemfile | 26 +- .../files/patch-config_gitlab.yml.example | 28 +- .../files/patch-config_unicorn.rb.example | 45 - www/gitlab-ce/pkg-message | 4 +- www/gitlab-ce/pkg-plist | 1485 ++++++++++++++------ www/gitlab-ce/scripts/create-plist.php | 4 - 8 files changed, 1095 insertions(+), 569 deletions(-) diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 1e535b360c20..4750022e6f5a 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,8 +1,8 @@ # Created by: Torsten Zuehlsdorff PORTNAME= gitlab-ce -PORTVERSION= 13.12.2 -PORTREVISION= 1 +PORTVERSION= 14.0.0 +PORTREVISION= 0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -13,20 +13,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # the rubygems of RUN_DEPENDS matches the order of the Gemfile # which makes maintaining this long list much easier! -MY_DEPENDS= git>=2.31.0:devel/git \ +MY_DEPENDS= git>=2.32.0:devel/git \ gitaly>=${PORTVERSION}:devel/gitaly \ - gitlab-agent>=13.12.0:net/gitlab-agent \ - gitlab-elasticsearch-indexer>=2.11.0:textproc/gitlab-elasticsearch-indexer \ - gitlab-pages>=1.39.0:www/gitlab-pages \ - gitlab-shell>=13.18.0:devel/gitlab-shell \ + gitlab-agent>=14.0.0:net/gitlab-agent \ + gitlab-elasticsearch-indexer>=2.12.0:textproc/gitlab-elasticsearch-indexer \ + gitlab-pages>=1.40.0:www/gitlab-pages \ + gitlab-shell>=13.19.0:devel/gitlab-shell \ gitlab-workhorse>=${PORTVERSION}:www/gitlab-workhorse \ redis>=6.0.12:databases/redis \ yarn>=1.10.0:www/yarn \ gtar>0:archivers/gtar \ bash>0:shells/bash \ - rubygem-rails60>=6.0.3.6<6.0.4:www/rubygem-rails60 \ + rubygem-rails61>=6.1.3.2<6.1.4:www/rubygem-rails61 \ rubygem-bootsnap14>=1.4.6<2.0:devel/rubygem-bootsnap14 \ - rubygem-responders-rails60>=3.0<4.0:www/rubygem-responders-rails60 \ + rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \ rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \ rubygem-default_value_for>=3.4.0<3.5.0:devel/rubygem-default_value_for \ rubygem-pg>=1.2.3<2:databases/rubygem-pg \ @@ -35,7 +35,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \ rubygem-faraday>=1.0<2:www/rubygem-faraday \ rubygem-marginalia>=1.10.0<1.11:databases/rubygem-marginalia \ rubygem-declarative_policy>=1.0.0<1.1:security/rubygem-declarative_policy \ - rubygem-devise47-rails60>=4.7.2<4.8:devel/rubygem-devise47-rails60 \ + rubygem-devise47-rails61>=4.7.2<4.8:devel/rubygem-devise47-rails61 \ rubygem-bcrypt>=3.1.14<3.2:security/rubygem-bcrypt \ rubygem-doorkeeper>=5.5.0.rc2<5.6:security/rubygem-doorkeeper \ rubygem-doorkeeper-openid_connect>=1.7.5<1.8:security/rubygem-doorkeeper-openid_connect \ @@ -67,7 +67,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \ rubygem-recaptcha>=4.11<5.0:devel/rubygem-recaptcha \ rubygem-akismet>=3.0<4.0:devel/rubygem-akismet \ rubygem-invisible_captcha>=1.1.0<1.2.0:graphics/rubygem-invisible_captcha \ - rubygem-devise-two-factor-rails60>=4.0.0<4.1:security/rubygem-devise-two-factor-rails60 \ + rubygem-devise-two-factor-rails61>=4.0.0<4.1:security/rubygem-devise-two-factor-rails61 \ rubygem-rqrcode-rails3>=0.1.7<0.2.0:www/rubygem-rqrcode-rails3 \ rubygem-attr_encrypted>=3.1.0<3.2.0:security/rubygem-attr_encrypted \ rubygem-u2f0>=0.2.1<0.3.0:net/rubygem-u2f0 \ @@ -89,7 +89,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \ rubygem-graphlient>=0.4.0<0.5:devel/rubygem-graphlient \ rubygem-hashie>0:devel/rubygem-hashie \ rubygem-hashie-forbidden_attributes>0:devel/rubygem-hashie-forbidden_attributes \ - rubygem-kaminari-rails60>=1.2.1<2.0:www/rubygem-kaminari-rails60 \ + rubygem-kaminari-rails61>=1.2.1<2.0:www/rubygem-kaminari-rails61 \ rubygem-hamlit>=2.15.0<2.16:www/rubygem-hamlit \ rubygem-carrierwave>=1.3.2<2.0:www/rubygem-carrierwave \ rubygem-mini_magick>=4.10.1<4.11:graphics/rubygem-mini_magick \ @@ -100,7 +100,7 @@ MY_DEPENDS= git>=2.31.0: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>=1.0.1<2:net/rubygem-gitlab-fog-azure-rm \ + rubygem-gitlab-fog-azure-rm>=1.1.1<1.2: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 \ @@ -136,9 +136,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \ rubygem-diff_match_patch>=0.1.0<0.2.0:textproc/rubygem-diff_match_patch \ rubygem-rack>=2.2.3<2.3,3:www/rubygem-rack \ 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-puma>=5.1.1:www/rubygem-puma \ + rubygem-puma>=5.3.1<5.4:www/rubygem-puma \ rubygem-puma_worker_killer>=0.3.1:www/rubygem-puma_worker_killer \ rubygem-state_machines-activerecord>=0.8.0<0.9.0:databases/rubygem-state_machines-activerecord \ rubygem-acts-as-taggable-on>=7.0<8.0:www/rubygem-acts-as-taggable-on \ @@ -157,7 +155,7 @@ MY_DEPENDS= git>=2.31.0:devel/git \ rubygem-device_detector>=0:devel/rubygem-device_detector \ rubygem-redis>=4.0<5.0:databases/rubygem-redis \ rubygem-connection_pool>=2.0<3.0:net/rubygem-connection_pool \ - rubygem-redis-rails-rails60>=5.0.2<5.1:www/rubygem-redis-rails-rails60 \ + rubygem-redis-rails-rails61>=5.0.2<5.1:www/rubygem-redis-rails-rails61 \ rubygem-discordrb-webhooks>=3.4<4.0:net-im/rubygem-discordrb-webhooks \ rubygem-jira-ruby>=2.1.4<2.2:devel/rubygem-jira-ruby \ rubygem-atlassian-jwt>=0.2.0<0.3.0:www/rubygem-atlassian-jwt \ @@ -177,33 +175,32 @@ MY_DEPENDS= git>=2.31.0:devel/git \ rubygem-gitlab-chronic>=0.10.5<0.11.0:devel/rubygem-gitlab-chronic \ rubygem-gitlab_chronic_duration>=0.10.6.2<0.10.7:devel/rubygem-gitlab_chronic_duration \ rubygem-rack-proxy06>=0.6.0<0.7.0:www/rubygem-rack-proxy06 \ - rubygem-sassc-rails-rails60>=2.1.0<2.2.0:textproc/rubygem-sassc-rails-rails60 \ + rubygem-sassc-rails-rails61>=2.1.0<2.2.0:textproc/rubygem-sassc-rails-rails61 \ rubygem-autoprefixer-rails1020>=10.2.0.0<10.2.1:textproc/rubygem-autoprefixer-rails1020 \ rubygem-terser>=1.0.2:textproc/rubygem-terser \ rubygem-addressable>=2.7<3:www/rubygem-addressable \ rubygem-gemojione>=3.3<4.0:graphics/rubygem-gemojione \ - rubygem-gon-rails60>=6.4.0<6.5:www/rubygem-gon-rails60 \ + rubygem-gon-rails61>=6.4.0<6.5:www/rubygem-gon-rails61 \ rubygem-request_store>=1.5<2.0:devel/rubygem-request_store \ rubygem-base32>=0.3.0<0.4.0:converters/rubygem-base32 \ rubygem-gitlab-license>=1.5<2.0:devel/rubygem-gitlab-license \ rubygem-rack-attack>=6.3.0<6.4.0:www/rubygem-rack-attack \ - rubygem-sentry-raven>=3.0<4.0:devel/rubygem-sentry-raven \ + rubygem-sentry-raven>=3.1<4.0:devel/rubygem-sentry-raven \ rubygem-pg_query>=2.0.3<2.1:databases/rubygem-pg_query \ - rubygem-premailer-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \ - rubygem-gitlab-labkit>=0.17.1<0.18:devel/rubygem-gitlab-labkit \ + rubygem-premailer-rails-rails61>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails61 \ + rubygem-gitlab-labkit>=0.18.0<0.19:devel/rubygem-gitlab-labkit \ rubygem-thrift>=0.14.0:devel/rubygem-thrift \ rubygem-ruby_parser>=3.15<4.0:devel/rubygem-ruby_parser \ - rubygem-rails-i18n-rails60>=6.0<7.0:devel/rubygem-rails-i18n-rails60 \ + rubygem-rails-i18n-rails61>=6.0<7.0:devel/rubygem-rails-i18n-rails61 \ 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-gettext_i18n_rails_js-rails61>=1.3<2.0:devel/rubygem-gettext_i18n_rails_js-rails61 \ rubygem-gettext>=3.3<4:devel/rubygem-gettext \ rubygem-batch-loader>=2.0.1<2.1:devel/rubygem-batch-loader \ - rubygem-peek-rails60>=1.1.0<2.0:devel/rubygem-peek-rails60 \ + rubygem-peek-rails61>=1.1.0<2.0:devel/rubygem-peek-rails61 \ rubygem-snowplow-tracker>=0.6.1<0.7.0:devel/rubygem-snowplow-tracker \ rubygem-method_source>=1.0<2:devel/rubygem-method_source \ rubygem-webrick>=1.6.1:www/rubygem-webrick \ rubygem-prometheus-client-mmap>=0.12.0<0.13.0:devel/rubygem-prometheus-client-mmap \ - rubygem-raindrops>=0.18<1.0:www/rubygem-raindrops \ rubygem-octokit>=4.20<5.0:net/rubygem-octokit \ rubygem-gitlab-mail_room>=0.0.9<0.1.0:mail/rubygem-gitlab-mail_room \ rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \ @@ -224,16 +221,17 @@ MY_DEPENDS= git>=2.31.0:devel/git \ rubygem-ed25519>=1.2<2.0:security/rubygem-ed25519 \ rubygem-bcrypt_pbkdf>=1.0<2.0:security/rubygem-bcrypt_pbkdf \ rubygem-spamcheck>=0.1.0<0.2:net/rubygem-spamcheck \ - rubygem-gitaly>=13.12.0.pre.rc1<13.13.0:net/rubygem-gitaly \ + rubygem-gitaly>=14.0.0.pre.rc2<14.1.0:net/rubygem-gitaly \ + rubygem-kas-grpc>=0.0.2<0.1:net/rubygem-kas-grpc \ rubygem-grpc>=1.30.2<2:net/rubygem-grpc \ - rubygem-google-protobuf315>=3.15.8<3.16:devel/rubygem-google-protobuf315 \ + rubygem-google-protobuf>=3.17.1<3.18:devel/rubygem-google-protobuf \ rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \ - rubygem-flipper017>=0.17.1<0.18.0:devel/rubygem-flipper017 \ - rubygem-flipper-active_record017>=0.17.1<0.18.0:databases/rubygem-flipper-active_record017 \ - rubygem-flipper-active_support_cache_store017>=0.17.1<0.18.0:devel/rubygem-flipper-active_support_cache_store017 \ + rubygem-flipper>=0.21.0<0.22:devel/rubygem-flipper \ + rubygem-flipper-active_record-rails61>=0.21.0<0.22:databases/rubygem-flipper-active_record-rails61 \ + rubygem-flipper-active_support_cache_store-rails61>=0.21.0<0.22:devel/rubygem-flipper-active_support_cache_store-rails61 \ rubygem-unleash>=0.1.5<0.2.0:devel/rubygem-unleash \ rubygem-gitlab-experiment>=0.5.4<0.6:devel/rubygem-gitlab-experiment \ - rubygem-lograge-rails60>=0.11.2<1.0:www/rubygem-lograge-rails60 \ + rubygem-lograge-rails61>=0.11.2<1.0:www/rubygem-lograge-rails61 \ rubygem-grape_logging>=1.7<2.0:devel/rubygem-grape_logging \ rubygem-gitlab-net-dns>=0.9.1<0.10:dns/rubygem-gitlab-net-dns \ rubygem-countries>=3.0.0<4.0.0:devel/rubygem-countries \ @@ -271,7 +269,7 @@ USE_GITLAB= yes GL_ACCOUNT?= gitlab-org GL_PROJECT?= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT?= d98457affdf684f129fd52388ac9e290e4d2924f +GL_COMMIT?= f1926d2aa6447173a06fee5e0a3141bea27a0d8d USERS= git GROUPS= git @@ -283,7 +281,6 @@ NO_ARCH= yes post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config/gitlab.yml.example \ ${WRKSRC}/config/puma.rb.example \ - ${WRKSRC}/config/unicorn.rb.example \ ${WRKSRC}/lib/support/nginx/gitlab \ ${WRKSRC}/lib/support/nginx/gitlab-ssl # Remove symlink a create a file with content @@ -309,7 +306,6 @@ do-install: ${MV} ${WRKSRC}/config/redis.queues.yml.example ${WRKSRC}/config/redis.queues.yml.sample ${MV} ${WRKSRC}/config/initializers/devise_password_length.rb.example ${WRKSRC}/config/initializers/devise_password_length.rb.sample ${MV} ${WRKSRC}/config/redis.shared_state.yml.example ${WRKSRC}/config/redis.shared_state.yml.sample - ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample ${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample ${MV} ${WRKSRC}/lib/support/nginx/gitlab ${WRKSRC}/lib/support/nginx/gitlab.sample ${MV} ${WRKSRC}/lib/support/nginx/gitlab-ssl ${WRKSRC}/lib/support/nginx/gitlab-ssl.sample diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo index b6413c16f1fb..aeedbb130f0e 100644 --- a/www/gitlab-ce/distinfo +++ b/www/gitlab-ce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622581881 -SHA256 (gitlab-org-gitlab-foss-d98457affdf684f129fd52388ac9e290e4d2924f_GL0.tar.gz) = 249319c2535d0173d8040c0815f003c981706e2262cfe2c9a398138d343273c7 -SIZE (gitlab-org-gitlab-foss-d98457affdf684f129fd52388ac9e290e4d2924f_GL0.tar.gz) = 95973110 +TIMESTAMP = 1624340831 +SHA256 (gitlab-org-gitlab-foss-f1926d2aa6447173a06fee5e0a3141bea27a0d8d_GL0.tar.gz) = 2275f7d6bbe66189a2a7531a9feb435661a868a5cc05e002ca11df33ce942563 +SIZE (gitlab-org-gitlab-foss-f1926d2aa6447173a06fee5e0a3141bea27a0d8d_GL0.tar.gz) = 96810736 diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile index b4ba20c6961f..48a9feda0a84 100644 --- a/www/gitlab-ce/files/patch-Gemfile +++ b/www/gitlab-ce/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2021-05-21 13:24:46 UTC +--- Gemfile.orig 2021-06-21 15:55:09 UTC +++ Gemfile @@ -88,7 +88,7 @@ gem 'gpgme', '~> 2.0.19' # GitLab fork with several improvements to original library. For full list of changes @@ -26,7 +26,16 @@ gem 'org-ruby', '~> 0.9.12' gem 'creole', '~> 0.5.0' gem 'wikicloth', '0.8.1' -@@ -337,108 +336,13 @@ gem 'snowplow-tracker', '~> 0.6.1' +@@ -309,7 +308,7 @@ gem 'sentry-raven', '~> 3.1' + # and https://github.com/pganalyze/pg_query/pull/213 are + # released. gitlab-labkit will need to be updated to use the pg_query + # version. +-gem 'gitlab-pg_query', '~> 2.0.4', require: 'pg_query' ++gem 'pg_query', '~> 2.0.3', require: 'pg_query' + + gem 'premailer-rails', '~> 1.10.3' + +@@ -337,107 +336,12 @@ gem 'snowplow-tracker', '~> 0.6.1' # Metrics group :metrics do gem 'method_source', '~> 1.0', require: false @@ -35,12 +44,11 @@ # Prometheus gem 'prometheus-client-mmap', '~> 0.12.0' - gem 'raindrops', '~> 0.18' end -group :development do - gem 'lefthook', '~> 0.7.0', require: false -- gem 'solargraph', '~> 0.40.4', require: false +- gem 'solargraph', '~> 0.42', require: false - - gem 'letter_opener_web', '~> 1.4.0' - @@ -97,7 +105,7 @@ -end - -group :development, :test, :danger do -- gem 'gitlab-dangerfiles', '~> 2.0.0', require: false +- gem 'gitlab-dangerfiles', '~> 2.1.2', require: false -end - -group :development, :test, :coverage do @@ -136,12 +144,12 @@ gem 'octokit', '~> 4.15' # https://gitlab.com/gitlab-org/gitlab/issues/207207 -@@ -483,7 +387,7 @@ gem 'spamcheck', '~> 0.1.0' - # Gitaly GRPC protocol definitions - gem 'gitaly', '~> 13.12.0.pre.rc1' +@@ -485,7 +389,7 @@ gem 'gitaly', '~> 14.0.0.pre.rc2' + # KAS GRPC protocol definitions + gem 'kas-grpc', '~> 0.0.2' -gem 'grpc', '~> 1.30.2' +gem 'grpc', '~> 1.30' - gem 'google-protobuf', '~> 3.15.8' + gem 'google-protobuf', '~> 3.17.1' diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example index 9a7bcfa31760..c776e15ee016 100644 --- a/www/gitlab-ce/files/patch-config_gitlab.yml.example +++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example @@ -1,15 +1,6 @@ ---- config/gitlab.yml.example.orig 2021-05-19 15:44:42 UTC +--- config/gitlab.yml.example.orig 2021-06-21 15:55:09 UTC +++ config/gitlab.yml.example -@@ -1090,7 +1090,7 @@ production: &base - # Gitaly settings - gitaly: - # Path to the directory containing Gitaly client executables. -- client_path: /home/git/gitaly -+ client_path: %%PREFIX%%/share/gitaly/bin - # 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. -@@ -1108,8 +1108,8 @@ production: &base +@@ -1109,8 +1109,8 @@ production: &base # real path not the symlink. storages: # You must have at least a `default` storage path. default: @@ -20,7 +11,7 @@ # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings -@@ -1155,12 +1155,12 @@ production: &base +@@ -1156,12 +1156,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -36,7 +27,7 @@ # Git over HTTP upload_pack: true -@@ -1175,13 +1175,13 @@ production: &base +@@ -1176,13 +1176,13 @@ 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). @@ -52,7 +43,7 @@ # The URL to the external KAS API (used by the Kubernetes agents) # external_url: wss://kas.example.com -@@ -1191,13 +1191,13 @@ production: &base +@@ -1192,13 +1192,13 @@ production: &base ## GitLab Elasticsearch settings elasticsearch: @@ -68,3 +59,12 @@ ## Webpack settings # If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running +@@ -1425,7 +1425,7 @@ test: + gitaly_address: unix:tmp/tests/gitaly/praefect.socket + + gitaly: +- client_path: tmp/tests/gitaly/_build/bin ++ client_path: %%PREFIX%%/share/gitaly/bin + token: secret + workhorse: + secret_file: tmp/gitlab_workhorse_test_secret diff --git a/www/gitlab-ce/files/patch-config_unicorn.rb.example b/www/gitlab-ce/files/patch-config_unicorn.rb.example deleted file mode 100644 index 27edbd754706..000000000000 --- a/www/gitlab-ce/files/patch-config_unicorn.rb.example +++ /dev/null @@ -1,45 +0,0 @@ ---- config/unicorn.rb.example.orig 2021-04-22 21:13:23 UTC -+++ config/unicorn.rb.example -@@ -33,12 +33,12 @@ worker_processes 3 - - # Help ensure your application will always spawn in the symlinked - # "current" directory that Capistrano sets up. --working_directory "/home/git/gitlab" # available in 0.94.0+ -+working_directory "%%PREFIX%%/www/gitlab-ce" # available in 0.94.0+ - - # Listen on both a Unix domain socket and a TCP port. - # If you are load-balancing multiple Unicorn masters, lower the backlog - # setting to e.g. 64 for faster failover. --listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024 -+listen "%%PREFIX%%/www/gitlab-ce/tmp/sockets/gitlab.socket", :backlog => 1024 - listen "127.0.0.1:8080", :tcp_nopush => true - - # destroy workers after 30 seconds instead of 60 seconds (the default) -@@ -59,13 +59,13 @@ listen "127.0.0.1:8080", :tcp_nopush => true - timeout 60 - - # feel free to point this anywhere accessible on the filesystem --pid "/home/git/gitlab/tmp/pids/unicorn.pid" -+pid "%%PREFIX%%/www/gitlab-ce/tmp/pids/unicorn.pid" - - # By default, the Unicorn logger will write to stderr. - # Additionally, some applications/frameworks log to stderr or stdout, - # so prevent them from going to /dev/null when daemonized here: --stderr_path "/home/git/gitlab/log/unicorn.stderr.log" --stdout_path "/home/git/gitlab/log/unicorn.stdout.log" -+stderr_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stderr.log" -+stdout_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stdout.log" - - # Save memory by sharing the application code among multiple Unicorn workers - # with "preload_app true". See: -@@ -81,8 +81,8 @@ preload_app true - # fast LAN. - check_client_connection false - --require_relative "/home/git/gitlab/lib/gitlab/cluster/lifecycle_events" --require_relative "/home/git/gitlab/lib/gitlab/log_timestamp_formatter.rb" -+require_relative "%%PREFIX%%/www/gitlab-ce/lib/gitlab/cluster/lifecycle_events" -+require_relative "%%PREFIX%%/www/gitlab-ce/lib/gitlab/log_timestamp_formatter.rb" - - before_exec do |server| - # Signal application hooks that we're about to restart diff --git a/www/gitlab-ce/pkg-message b/www/gitlab-ce/pkg-message index a83e87413c5b..1965d0bff0b9 100644 --- a/www/gitlab-ce/pkg-message +++ b/www/gitlab-ce/pkg-message @@ -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.12-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/14.0-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.11-13.12-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/13.12-14.0-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: diff --git a/www/gitlab-ce/pkg-plist b/www/gitlab-ce/pkg-plist index 33a7be1abb21..a859b698b72b 100644 --- a/www/gitlab-ce/pkg-plist +++ b/www/gitlab-ce/pkg-plist @@ -32,7 +32,6 @@ %%WWWDIR%%/.gitlab/ci/rules.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/setup.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/test-metadata.gitlab-ci.yml -%%WWWDIR%%/.gitlab/ci/untamper-my-lockfile.yml %%WWWDIR%%/.gitlab/ci/vendored-gems.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/workhorse.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/yaml.gitlab-ci.yml @@ -47,7 +46,6 @@ %%WWWDIR%%/.gitlab/issue_templates/Experiment Idea.md %%WWWDIR%%/.gitlab/issue_templates/Experiment Successful Cleanup.md %%WWWDIR%%/.gitlab/issue_templates/Experimentation.md -%%WWWDIR%%/.gitlab/issue_templates/Feature Flag Removal.md %%WWWDIR%%/.gitlab/issue_templates/Feature Flag Roll Out.md %%WWWDIR%%/.gitlab/issue_templates/Feature Proposal - basic.md %%WWWDIR%%/.gitlab/issue_templates/Feature Proposal - lean.md @@ -71,6 +69,7 @@ %%WWWDIR%%/.gitlab/merge_request_templates/Documentation.md %%WWWDIR%%/.gitlab/merge_request_templates/New End To End Test.md %%WWWDIR%%/.gitlab/merge_request_templates/New Static Analysis Check.md +%%WWWDIR%%/.gitlab/merge_request_templates/Pipeline Configuration.md %%WWWDIR%%/.gitlab/merge_request_templates/Quarantine End to End Test.md %%WWWDIR%%/.gitlab/merge_request_templates/Security Release.md %%WWWDIR%%/.gitlab/route-map.yml @@ -132,6 +131,7 @@ %%WWWDIR%%/app/assets/images/auth_buttons/shibboleth_64.png %%WWWDIR%%/app/assets/images/auth_buttons/signin_with_google.png %%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png +%%WWWDIR%%/app/assets/images/aws-cloud-formation.png %%WWWDIR%%/app/assets/images/aws_logo.svg %%WWWDIR%%/app/assets/images/board-intro.svg %%WWWDIR%%/app/assets/images/checkmark.png @@ -164,7 +164,6 @@ %%WWWDIR%%/app/assets/images/cluster_app_logos/crossplane.png %%WWWDIR%%/app/assets/images/cluster_app_logos/elastic_stack.png %%WWWDIR%%/app/assets/images/cluster_app_logos/elasticsearch.png -%%WWWDIR%%/app/assets/images/cluster_app_logos/fluentd.png %%WWWDIR%%/app/assets/images/cluster_app_logos/gitlab.png %%WWWDIR%%/app/assets/images/cluster_app_logos/helm.png %%WWWDIR%%/app/assets/images/cluster_app_logos/jeager.png @@ -2021,6 +2020,7 @@ %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/create-0.png %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/create-1.png %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/create-2.png +%%WWWDIR%%/app/assets/images/mailers/in_product_marketing/experience-0.png %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/gitlab-logo-gray-rgb.png %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/team-0.png %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/team-1.png @@ -2031,6 +2031,9 @@ %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/verify-0.png %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/verify-1.png %%WWWDIR%%/app/assets/images/mailers/in_product_marketing/verify-2.png +%%WWWDIR%%/app/assets/images/mailers/members/issues.png +%%WWWDIR%%/app/assets/images/mailers/members/merge-request-open.png +%%WWWDIR%%/app/assets/images/mailers/members/users.png %%WWWDIR%%/app/assets/images/monokai-scheme-preview.png %%WWWDIR%%/app/assets/images/msapplication-tile.png %%WWWDIR%%/app/assets/images/multi-editor-off.png @@ -2113,11 +2116,13 @@ %%WWWDIR%%/app/assets/javascripts/alert_management/list.js %%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alert_mapping_builder.vue %%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alert_settings_form_help_block.vue +%%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_form.vue %%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_integrations_list.vue %%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_settings_form.vue %%WWWDIR%%/app/assets/javascripts/alerts_settings/components/alerts_settings_wrapper.vue %%WWWDIR%%/app/assets/javascripts/alerts_settings/constants.js %%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql.js +%%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragmentTypes.json %%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/http_integration_item.fragment.graphql %%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/http_integration_payload_data.fragment.graphql %%WWWDIR%%/app/assets/javascripts/alerts_settings/graphql/fragments/integration_item.fragment.graphql @@ -2159,9 +2164,11 @@ %%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/index.js %%WWWDIR%%/app/assets/javascripts/analytics/usage_trends/utils.js %%WWWDIR%%/app/assets/javascripts/api.js +%%WWWDIR%%/app/assets/javascripts/api/analytics_api.js %%WWWDIR%%/app/assets/javascripts/api/api_utils.js %%WWWDIR%%/app/assets/javascripts/api/constants.js %%WWWDIR%%/app/assets/javascripts/api/groups_api.js +%%WWWDIR%%/app/assets/javascripts/api/markdown_api.js %%WWWDIR%%/app/assets/javascripts/api/projects_api.js %%WWWDIR%%/app/assets/javascripts/api/user_api.js %%WWWDIR%%/app/assets/javascripts/artifacts_settings/graphql/mutations/update_keep_latest_artifact_project_setting.mutation.graphql @@ -2314,6 +2321,7 @@ %%WWWDIR%%/app/assets/javascripts/blob/components/blob_header_viewer_switcher.vue %%WWWDIR%%/app/assets/javascripts/blob/components/constants.js %%WWWDIR%%/app/assets/javascripts/blob/components/eventhub.js +%%WWWDIR%%/app/assets/javascripts/blob/components/table_contents.vue %%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 @@ -2380,9 +2388,7 @@ %%WWWDIR%%/app/assets/javascripts/boards/components/project_select.vue %%WWWDIR%%/app/assets/javascripts/boards/components/project_select_deprecated.vue %%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_editable_item.vue -%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_due_date.vue %%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_labels_select.vue -%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_milestone_select.vue %%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_subscription.vue %%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_time_tracker.vue %%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/board_sidebar_title.vue @@ -2405,17 +2411,17 @@ %%WWWDIR%%/app/assets/javascripts/boards/graphql/board_list_update.mutation.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/board_lists.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/board_update.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/boards/graphql/group_board_members.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/group_boards.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/group_projects.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/issue.fragment.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_create.mutation.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_move_list.mutation.graphql -%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_due_date.mutation.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_labels.mutation.graphql -%%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_milestone.mutation.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_subscription.mutation.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/issue_set_title.mutation.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/lists_issues.query.graphql +%%WWWDIR%%/app/assets/javascripts/boards/graphql/project_board_members.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/project_boards.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/project_milestones.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/index.js @@ -2444,11 +2450,16 @@ %%WWWDIR%%/app/assets/javascripts/branches/ajax_loading_spinner.js %%WWWDIR%%/app/assets/javascripts/branches/branch_sort_dropdown.js %%WWWDIR%%/app/assets/javascripts/branches/branches_delete_modal.js +%%WWWDIR%%/app/assets/javascripts/branches/components/delete_branch_button.vue +%%WWWDIR%%/app/assets/javascripts/branches/components/delete_branch_modal.vue %%WWWDIR%%/app/assets/javascripts/branches/components/divergence_graph.vue %%WWWDIR%%/app/assets/javascripts/branches/components/graph_bar.vue %%WWWDIR%%/app/assets/javascripts/branches/components/sort_dropdown.vue %%WWWDIR%%/app/assets/javascripts/branches/constants.js %%WWWDIR%%/app/assets/javascripts/branches/divergence_graph.js +%%WWWDIR%%/app/assets/javascripts/branches/event_hub.js +%%WWWDIR%%/app/assets/javascripts/branches/init_delete_branch_button.js +%%WWWDIR%%/app/assets/javascripts/branches/init_delete_branch_modal.js %%WWWDIR%%/app/assets/javascripts/breadcrumb.js %%WWWDIR%%/app/assets/javascripts/broadcast_notification.js %%WWWDIR%%/app/assets/javascripts/build_artifacts.js @@ -2484,8 +2495,6 @@ %%WWWDIR%%/app/assets/javascripts/clusters/components/application_row.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/applications.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/crossplane_provider_stack.vue -%%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 @@ -2550,6 +2559,8 @@ %%WWWDIR%%/app/assets/javascripts/content_editor/components/content_editor.vue %%WWWDIR%%/app/assets/javascripts/content_editor/components/divider.vue %%WWWDIR%%/app/assets/javascripts/content_editor/components/toolbar_button.vue +%%WWWDIR%%/app/assets/javascripts/content_editor/components/toolbar_link_button.vue +%%WWWDIR%%/app/assets/javascripts/content_editor/components/toolbar_text_style_dropdown.vue %%WWWDIR%%/app/assets/javascripts/content_editor/components/top_toolbar.vue %%WWWDIR%%/app/assets/javascripts/content_editor/constants.js %%WWWDIR%%/app/assets/javascripts/content_editor/extensions/blockquote.js @@ -2570,6 +2581,7 @@ %%WWWDIR%%/app/assets/javascripts/content_editor/extensions/list_item.js %%WWWDIR%%/app/assets/javascripts/content_editor/extensions/ordered_list.js %%WWWDIR%%/app/assets/javascripts/content_editor/extensions/paragraph.js +%%WWWDIR%%/app/assets/javascripts/content_editor/extensions/strike.js %%WWWDIR%%/app/assets/javascripts/content_editor/extensions/text.js %%WWWDIR%%/app/assets/javascripts/content_editor/index.js %%WWWDIR%%/app/assets/javascripts/content_editor/services/build_serializer_config.js @@ -2577,6 +2589,7 @@ %%WWWDIR%%/app/assets/javascripts/content_editor/services/create_content_editor.js %%WWWDIR%%/app/assets/javascripts/content_editor/services/markdown_serializer.js %%WWWDIR%%/app/assets/javascripts/content_editor/services/track_input_rules_and_shortcuts.js +%%WWWDIR%%/app/assets/javascripts/content_editor/services/utils.js %%WWWDIR%%/app/assets/javascripts/contextual_sidebar.js %%WWWDIR%%/app/assets/javascripts/contributors/components/contributors.vue %%WWWDIR%%/app/assets/javascripts/contributors/index.js @@ -2636,6 +2649,7 @@ %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/banner.vue %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/base.vue %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/path_navigation.vue %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_code_component.vue %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_component.vue %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_nav_item.vue @@ -2647,6 +2661,7 @@ %%WWWDIR%%/app/assets/javascripts/cycle_analytics/default_event_objects.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/index.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/actions.js +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/getters.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/index.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/mutation_types.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/store/mutations.js @@ -2786,6 +2801,7 @@ %%WWWDIR%%/app/assets/javascripts/diffs/utils/performance.js %%WWWDIR%%/app/assets/javascripts/diffs/utils/preferences.js %%WWWDIR%%/app/assets/javascripts/diffs/utils/suggestions.js +%%WWWDIR%%/app/assets/javascripts/diffs/utils/workers.js %%WWWDIR%%/app/assets/javascripts/diffs/workers/tree_worker.js %%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_collection.js %%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_factory.js @@ -2904,9 +2920,9 @@ %%WWWDIR%%/app/assets/javascripts/experimentation/utils.js %%WWWDIR%%/app/assets/javascripts/feature_flags/components/configure_feature_flags_modal.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/components/edit_feature_flag.vue +%%WWWDIR%%/app/assets/javascripts/feature_flags/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/components/environments_dropdown.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/components/feature_flags.vue -%%WWWDIR%%/app/assets/javascripts/feature_flags/components/feature_flags_tab.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/components/feature_flags_table.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/components/form.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/components/new_environments_dropdown.vue @@ -2919,7 +2935,6 @@ %%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategies/users_with_id.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategy.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/components/strategy_parameters.vue -%%WWWDIR%%/app/assets/javascripts/feature_flags/components/user_lists_table.vue %%WWWDIR%%/app/assets/javascripts/feature_flags/constants.js %%WWWDIR%%/app/assets/javascripts/feature_flags/edit.js %%WWWDIR%%/app/assets/javascripts/feature_flags/index.js @@ -3016,6 +3031,7 @@ %%WWWDIR%%/app/assets/javascripts/grafana_integration/store/state.js %%WWWDIR%%/app/assets/javascripts/graphql_shared/constants.js %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/alert.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/alert_detail_item.fragment.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/alert_note.fragment.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/author.fragment.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/blobviewer.fragment.graphql @@ -3028,7 +3044,9 @@ %%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/alert_status_update.mutation.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/dismiss_user_callout.mutation.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/mutations/todo_mark_done.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/alert_details.query.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/get_alerts.query.graphql +%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/get_user_callouts.query.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/project_user_members_search.query.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/users_search.query.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/utils.js @@ -3305,7 +3323,7 @@ %%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/available_namespaces.query.graphql %%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/bulk_import_source_group.query.graphql %%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/bulk_import_source_groups.query.graphql -%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/group.query.graphql +%%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/queries/groupAndProject.query.graphql %%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/services/source_groups_manager.js %%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/services/status_poller.js %%WWWDIR%%/app/assets/javascripts/import_entities/import_groups/graphql/typedefs.graphql @@ -3327,7 +3345,6 @@ %%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 -%%WWWDIR%%/app/assets/javascripts/incidents_settings/components/alerts_form.vue %%WWWDIR%%/app/assets/javascripts/incidents_settings/components/incidents_settings_tabs.vue %%WWWDIR%%/app/assets/javascripts/incidents_settings/components/pagerduty_form.vue %%WWWDIR%%/app/assets/javascripts/incidents_settings/constants.js @@ -3417,6 +3434,7 @@ %%WWWDIR%%/app/assets/javascripts/issue_show/components/fields/description.vue %%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/fields/type.vue %%WWWDIR%%/app/assets/javascripts/issue_show/components/form.vue %%WWWDIR%%/app/assets/javascripts/issue_show/components/header_actions.vue %%WWWDIR%%/app/assets/javascripts/issue_show/components/incidents/graphql/queries/get_alert.graphql @@ -3427,12 +3445,15 @@ %%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/graphql.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/queries/get_issue_state.query.graphql %%WWWDIR%%/app/assets/javascripts/issue_show/queries/promote_to_epic.mutation.graphql %%WWWDIR%%/app/assets/javascripts/issue_show/queries/update_issue.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/issue_show/queries/update_issue_state.mutation.graphql %%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js %%WWWDIR%%/app/assets/javascripts/issue_show/stores/index.js %%WWWDIR%%/app/assets/javascripts/issue_show/utils/parse_data.js @@ -3446,7 +3467,9 @@ %%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.query.graphql %%WWWDIR%%/app/assets/javascripts/issues_list/queries/get_issues_list_details.query.graphql +%%WWWDIR%%/app/assets/javascripts/issues_list/queries/issue.fragment.graphql %%WWWDIR%%/app/assets/javascripts/issues_list/service_desk_helper.js %%WWWDIR%%/app/assets/javascripts/issues_list/utils.js %%WWWDIR%%/app/assets/javascripts/jira_connect/.eslintrc.yml @@ -3503,6 +3526,7 @@ %%WWWDIR%%/app/assets/javascripts/jobs/components/table/cells/duration_cell.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/table/cells/job_cell.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/table/cells/pipeline_cell.vue +%%WWWDIR%%/app/assets/javascripts/jobs/components/table/constants.js %%WWWDIR%%/app/assets/javascripts/jobs/components/table/graphql/queries/get_jobs.query.graphql %%WWWDIR%%/app/assets/javascripts/jobs/components/table/index.js %%WWWDIR%%/app/assets/javascripts/jobs/components/table/jobs_table.vue @@ -3546,6 +3570,10 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/constants.js %%WWWDIR%%/app/assets/javascripts/lib/utils/csrf.js %%WWWDIR%%/app/assets/javascripts/lib/utils/css_utils.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime/date_calculation_utility.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime/date_format_utility.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime/pikaday_utility.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime/timeago_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_range.js %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/dom_utils.js @@ -3579,6 +3607,7 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/simple_poll.js %%WWWDIR%%/app/assets/javascripts/lib/utils/sticky.js %%WWWDIR%%/app/assets/javascripts/lib/utils/suppress_ajax_errors_during_navigation.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/table_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/text_markdown.js %%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js @@ -3759,13 +3788,22 @@ %%WWWDIR%%/app/assets/javascripts/namespaces/cascading_settings/components/lock_popovers.vue %%WWWDIR%%/app/assets/javascripts/namespaces/cascading_settings/index.js %%WWWDIR%%/app/assets/javascripts/namespaces/leave_by_url.js +%%WWWDIR%%/app/assets/javascripts/nav/components/responsive_app.vue +%%WWWDIR%%/app/assets/javascripts/nav/components/responsive_header.vue +%%WWWDIR%%/app/assets/javascripts/nav/components/responsive_home.vue %%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_app.vue %%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_container_view.vue %%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_dropdown_menu.vue %%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_menu_item.vue +%%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_menu_sections.vue +%%WWWDIR%%/app/assets/javascripts/nav/components/top_nav_new_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/nav/event_hub.js %%WWWDIR%%/app/assets/javascripts/nav/index.js %%WWWDIR%%/app/assets/javascripts/nav/mount.js %%WWWDIR%%/app/assets/javascripts/nav/stores/index.js +%%WWWDIR%%/app/assets/javascripts/nav/utils/has_menu_expanded.js +%%WWWDIR%%/app/assets/javascripts/nav/utils/index.js +%%WWWDIR%%/app/assets/javascripts/nav/utils/reset_menu_items_active.js %%WWWDIR%%/app/assets/javascripts/network/branch_graph.js %%WWWDIR%%/app/assets/javascripts/network/raphael.js %%WWWDIR%%/app/assets/javascripts/new_branch_form.js @@ -3858,6 +3896,7 @@ %%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/file_sha.vue %%WWWDIR%%/app/assets/javascripts/packages/details/components/installation_commands.vue %%WWWDIR%%/app/assets/javascripts/packages/details/components/installation_title.vue %%WWWDIR%%/app/assets/javascripts/packages/details/components/maven_installation.vue @@ -3897,9 +3936,12 @@ %%WWWDIR%%/app/assets/javascripts/packages/shared/components/publish_method.vue %%WWWDIR%%/app/assets/javascripts/packages/shared/constants.js %%WWWDIR%%/app/assets/javascripts/packages/shared/utils.js +%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/details_title.vue %%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/infrastructure_icon_and_name.vue %%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/infrastructure_search.vue %%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/infrastructure_title.vue +%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/components/terraform_installation.vue +%%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/details_app_bundle.js %%WWWDIR%%/app/assets/javascripts/packages_and_registries/infrastructure_registry/list_app_bundle.js %%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/group/bundle.js %%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/group/components/duplicates_settings.vue @@ -3927,6 +3969,7 @@ %%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/project/graphql/utils/cache_update.js %%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/project/registry_settings_bundle.js %%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/project/utils.js +%%WWWDIR%%/app/assets/javascripts/packages_and_registries/shared/components/cleanup_policy_enabled_alert.vue %%WWWDIR%%/app/assets/javascripts/packages_and_registries/shared/constants.js %%WWWDIR%%/app/assets/javascripts/packages_and_registries/shared/utils.js %%WWWDIR%%/app/assets/javascripts/pager.js @@ -4016,6 +4059,8 @@ %%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/groups/new/components/app.vue +%%WWWDIR%%/app/assets/javascripts/pages/groups/new/components/create_group_description_details.vue %%WWWDIR%%/app/assets/javascripts/pages/groups/new/fetch_group_path_availability.js %%WWWDIR%%/app/assets/javascripts/pages/groups/new/group_path_validator.js %%WWWDIR%%/app/assets/javascripts/pages/groups/new/index.js @@ -4105,6 +4150,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/feature_flags_user_lists/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/find_file/show/index.js @@ -4174,6 +4220,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/new/components/new_project_push_tip_popover.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/packages/infrastructure_registry/index/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/packages/infrastructure_registry/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/packages/packages/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/packages/packages/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pages/index.js @@ -4257,10 +4304,13 @@ %%WWWDIR%%/app/assets/javascripts/pages/sessions/new/signin_tabs_memoizer.js %%WWWDIR%%/app/assets/javascripts/pages/sessions/new/username_validator.js %%WWWDIR%%/app/assets/javascripts/pages/shared/mount_badge_settings.js +%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_runner_aws_deployments.js %%WWWDIR%%/app/assets/javascripts/pages/shared/mount_runner_instructions.js +%%WWWDIR%%/app/assets/javascripts/pages/shared/nav/sidebar_tracking.js %%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/components/delete_wiki_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/components/wiki_alert.vue %%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/components/wiki_form.vue +%%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/constants.js %%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/index.js %%WWWDIR%%/app/assets/javascripts/pages/shared/wikis/wikis.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/edit/index.js @@ -4299,7 +4349,6 @@ %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/drawer/cards/visualize_and_lint_card.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/drawer/ui/demo_job_pill.vue -%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/drawer/ui/pipeline_visual_reference.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/editor/ci_config_merged_preview.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/file_nav/branch_switcher.vue @@ -4320,6 +4369,8 @@ %%WWWDIR%%/app/assets/javascripts/pipeline_editor/constants.js %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/commit_ci_file.mutation.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/lint_ci.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/update_current_branch.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/mutations/update_last_commit_branch.mutation.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/available_branches.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/blob_content.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/ci_config.graphql @@ -4327,8 +4378,10 @@ %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/commit_sha.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/current_branch.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/is_new_ci_config_file.graphql +%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/last_commit_branch.query.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/pipeline.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/client/pipeline_etag.graphql +%%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/queries/get_starter_template.query.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/resolvers.js %%WWWDIR%%/app/assets/javascripts/pipeline_editor/graphql/typedefs.graphql %%WWWDIR%%/app/assets/javascripts/pipeline_editor/index.js @@ -4370,7 +4423,6 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/components/header_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/jobs_shared/action_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/jobs_shared/job_name_component.vue -%%WWWDIR%%/app/assets/javascripts/pipelines/components/notification/pipeline_notification.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/parsing_utils.js %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/job_pill.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/pipeline_graph.vue @@ -4414,7 +4466,6 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/graphql/mutations/retry_pipeline.mutation.graphql %%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_dag_vis_data.query.graphql %%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_pipeline_header_data.query.graphql -%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_user_callouts.query.graphql %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_pipeline_bundle_mixin.js %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/pipelines_mixin.js %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/stage_column_mixin.js @@ -4423,7 +4474,6 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_graph.js %%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_header.js %%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_mediator.js -%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_notification.js %%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_shared_client.js %%WWWDIR%%/app/assets/javascripts/pipelines/pipelines_index.js %%WWWDIR%%/app/assets/javascripts/pipelines/services/pipeline_service.js @@ -4602,6 +4652,7 @@ %%WWWDIR%%/app/assets/javascripts/related_merge_requests/store/state.js %%WWWDIR%%/app/assets/javascripts/releases/components/app_edit_new.vue %%WWWDIR%%/app/assets/javascripts/releases/components/app_index.vue +%%WWWDIR%%/app/assets/javascripts/releases/components/app_index_apollo_client.vue %%WWWDIR%%/app/assets/javascripts/releases/components/app_show.vue %%WWWDIR%%/app/assets/javascripts/releases/components/asset_links_form.vue %%WWWDIR%%/app/assets/javascripts/releases/components/evidence_block.vue @@ -4613,8 +4664,11 @@ %%WWWDIR%%/app/assets/javascripts/releases/components/release_block_header.vue %%WWWDIR%%/app/assets/javascripts/releases/components/release_block_milestone_info.vue %%WWWDIR%%/app/assets/javascripts/releases/components/release_skeleton_loader.vue +%%WWWDIR%%/app/assets/javascripts/releases/components/releases_empty_state.vue %%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination.vue +%%WWWDIR%%/app/assets/javascripts/releases/components/releases_pagination_apollo_client.vue %%WWWDIR%%/app/assets/javascripts/releases/components/releases_sort.vue +%%WWWDIR%%/app/assets/javascripts/releases/components/releases_sort_apollo_client.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 @@ -4685,6 +4739,7 @@ %%WWWDIR%%/app/assets/javascripts/repository/components/app.vue %%WWWDIR%%/app/assets/javascripts/repository/components/blob_content_viewer.vue %%WWWDIR%%/app/assets/javascripts/repository/components/blob_header_edit.vue +%%WWWDIR%%/app/assets/javascripts/repository/components/blob_replace.vue %%WWWDIR%%/app/assets/javascripts/repository/components/breadcrumbs.vue %%WWWDIR%%/app/assets/javascripts/repository/components/directory_download_links.vue %%WWWDIR%%/app/assets/javascripts/repository/components/last_commit.vue @@ -4695,6 +4750,7 @@ %%WWWDIR%%/app/assets/javascripts/repository/components/table/row.vue %%WWWDIR%%/app/assets/javascripts/repository/components/tree_content.vue %%WWWDIR%%/app/assets/javascripts/repository/components/upload_blob_modal.vue +%%WWWDIR%%/app/assets/javascripts/repository/constants.js %%WWWDIR%%/app/assets/javascripts/repository/fragmentTypes.json %%WWWDIR%%/app/assets/javascripts/repository/graphql.js %%WWWDIR%%/app/assets/javascripts/repository/index.js @@ -4719,11 +4775,32 @@ %%WWWDIR%%/app/assets/javascripts/repository/utils/title.js %%WWWDIR%%/app/assets/javascripts/rest_api.js %%WWWDIR%%/app/assets/javascripts/right_sidebar.js +%%WWWDIR%%/app/assets/javascripts/runner/components/cells/runner_actions_cell.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/cells/runner_name_cell.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/cells/runner_type_cell.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_filtered_search_bar.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_list.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_manual_setup_help.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_pagination.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_registration_token_reset.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_tags.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_type_alert.vue %%WWWDIR%%/app/assets/javascripts/runner/components/runner_type_badge.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_type_help.vue +%%WWWDIR%%/app/assets/javascripts/runner/components/runner_update_form.vue %%WWWDIR%%/app/assets/javascripts/runner/constants.js +%%WWWDIR%%/app/assets/javascripts/runner/graphql/delete_runner.mutation.graphql %%WWWDIR%%/app/assets/javascripts/runner/graphql/get_runner.query.graphql +%%WWWDIR%%/app/assets/javascripts/runner/graphql/get_runners.query.graphql +%%WWWDIR%%/app/assets/javascripts/runner/graphql/runner_details.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/runner/graphql/runner_node.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/runner/graphql/runner_update.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/runner/graphql/runners_registration_token_reset.mutation.graphql %%WWWDIR%%/app/assets/javascripts/runner/runner_details/index.js %%WWWDIR%%/app/assets/javascripts/runner/runner_details/runner_details_app.vue +%%WWWDIR%%/app/assets/javascripts/runner/runner_list/index.js +%%WWWDIR%%/app/assets/javascripts/runner/runner_list/runner_list_app.vue +%%WWWDIR%%/app/assets/javascripts/runner/runner_list/runner_search_utils.js %%WWWDIR%%/app/assets/javascripts/search/highlight_blob_search_result.js %%WWWDIR%%/app/assets/javascripts/search/index.js %%WWWDIR%%/app/assets/javascripts/search/sidebar/components/app.vue @@ -4745,6 +4822,7 @@ %%WWWDIR%%/app/assets/javascripts/search/topbar/components/group_filter.vue %%WWWDIR%%/app/assets/javascripts/search/topbar/components/project_filter.vue %%WWWDIR%%/app/assets/javascripts/search/topbar/components/searchable_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/search/topbar/components/searchable_dropdown_item.vue %%WWWDIR%%/app/assets/javascripts/search/topbar/constants.js %%WWWDIR%%/app/assets/javascripts/search/topbar/index.js %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js @@ -4756,9 +4834,13 @@ %%WWWDIR%%/app/assets/javascripts/security_configuration/components/configuration_table.vue %%WWWDIR%%/app/assets/javascripts/security_configuration/components/constants.js %%WWWDIR%%/app/assets/javascripts/security_configuration/components/feature_card.vue +%%WWWDIR%%/app/assets/javascripts/security_configuration/components/redesigned_app.vue +%%WWWDIR%%/app/assets/javascripts/security_configuration/components/section_layout.vue %%WWWDIR%%/app/assets/javascripts/security_configuration/components/upgrade.vue +%%WWWDIR%%/app/assets/javascripts/security_configuration/components/upgrade_banner.vue %%WWWDIR%%/app/assets/javascripts/security_configuration/graphql/configure_sast.mutation.graphql %%WWWDIR%%/app/assets/javascripts/security_configuration/index.js +%%WWWDIR%%/app/assets/javascripts/security_configuration/utils.js %%WWWDIR%%/app/assets/javascripts/self_monitor/components/self_monitor_form.vue %%WWWDIR%%/app/assets/javascripts/self_monitor/index.js %%WWWDIR%%/app/assets/javascripts/self_monitor/store/actions.js @@ -4824,7 +4906,6 @@ %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/mutations/update_issue_lock.mutation.graphql %%WWWDIR%%/app/assets/javascripts/sidebar/components/lock/mutations/update_merge_request_lock.mutation.graphql *** 4865 LINES SKIPPED ***