From owner-svn-ports-all@freebsd.org Wed Jan 27 12:52:40 2021 Return-Path: Delivered-To: svn-ports-all@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 4DB504F8865; Wed, 27 Jan 2021 12:52:40 +0000 (UTC) (envelope-from mfechner@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 4DQk601gYbz4TDd; Wed, 27 Jan 2021 12:52:40 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BBC91D0A0; Wed, 27 Jan 2021 12:52:40 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10RCqdpx071919; Wed, 27 Jan 2021 12:52:39 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10RCqch0071909; Wed, 27 Jan 2021 12:52:38 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202101271252.10RCqch0071909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 27 Jan 2021 12:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563070 - in head/www/gitlab-ce: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/www/gitlab-ce: . files X-SVN-Commit-Revision: 563070 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2021 12:52:40 -0000 Author: mfechner Date: Wed Jan 27 12:52:38 2021 New Revision: 563070 URL: https://svnweb.freebsd.org/changeset/ports/563070 Log: Major upgrade to gitlab-ce 13.8. Changelog: https://about.gitlab.com/releases/2021/01/22/gitlab-13-8-released/ Deleted: head/www/gitlab-ce/files/patch-bin_actioncable Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/files/patch-Gemfile head/www/gitlab-ce/files/patch-bin_web__puma head/www/gitlab-ce/files/patch-config_gitlab.yml.example head/www/gitlab-ce/files/patch-config_puma.rb.example head/www/gitlab-ce/pkg-message head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Wed Jan 27 12:52:00 2021 (r563069) +++ head/www/gitlab-ce/Makefile Wed Jan 27 12:52:38 2021 (r563070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= gitlab-ce -PORTVERSION?= 13.7.4 +PORTVERSION?= 13.8.0 PORTREVISION?= 0 CATEGORIES= www devel @@ -17,25 +17,24 @@ LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= git>=2.29:devel/git \ gitaly>=${PORTVERSION}:devel/gitaly \ gitlab-elasticsearch-indexer>=2.8.0:textproc/gitlab-elasticsearch-indexer \ - gitlab-agent>=13.7.0:net/gitlab-agent \ + gitlab-agent>=13.8.0:net/gitlab-agent \ gitlab-pages>=1.34.0:www/gitlab-pages \ - gitlab-shell>=13.14.0:devel/gitlab-shell \ - gitlab-workhorse>=8.58.2:www/gitlab-workhorse \ + gitlab-shell>=13.15.0:devel/gitlab-shell \ + gitlab-workhorse>=8.59.0:www/gitlab-workhorse \ redis>=3.2.12:databases/redis \ yarn>=1.10.0:www/yarn \ gtar>0:archivers/gtar \ bash>0:shells/bash \ rubygem-rails60>=6.0.3.3<6.1:www/rubygem-rails60 \ rubygem-bootsnap14>=1.4.6<2.0:devel/rubygem-bootsnap14 \ - rubygem-nakayoshi_fork>=0.0.4<0.1.0:devel/rubygem-nakayoshi_fork \ 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.2.3<2:databases/rubygem-pg \ rubygem-rugged>=0.28:devel/rubygem-rugged \ - rubygem-grape-path-helpers>=1.5<2.0:devel/rubygem-grape-path-helpers \ + rubygem-grape-path-helpers>=1.6.1<1.7:devel/rubygem-grape-path-helpers \ rubygem-faraday>=1.0<2:www/rubygem-faraday \ - rubygem-marginalia>=1.9.0<1.10:databases/rubygem-marginalia \ + rubygem-marginalia>=1.10.0<1.11:databases/rubygem-marginalia \ rubygem-devise-rails60>=4.7.2<4.8:devel/rubygem-devise-rails60 \ rubygem-bcrypt>=3.1.12<3.2:security/rubygem-bcrypt \ rubygem-doorkeeper>=5.3.0<5.4:security/rubygem-doorkeeper \ @@ -64,7 +63,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-gssapi>0:security/rubygem-gssapi \ rubygem-recaptcha>=4.11<5.0:devel/rubygem-recaptcha \ rubygem-akismet>=3.0<4.0:devel/rubygem-akismet \ - rubygem-invisible_captcha>=0.12.1<0.13.0:graphics/rubygem-invisible_captcha \ + rubygem-invisible_captcha>=1.1.0<1.2.0:graphics/rubygem-invisible_captcha \ rubygem-devise-two-factor-rails60>=3.1.0<3.2.0:security/rubygem-devise-two-factor-rails60 \ 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 \ @@ -75,8 +74,8 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-browser>=4.2<5.0:www/rubygem-browser \ rubygem-gpgme>=2.0.20<2.1.0:security/rubygem-gpgme \ rubygem-gitlab_omniauth-ldap>=2.1.1<2.2.0:net/rubygem-gitlab_omniauth-ldap \ - rubygem-net-ldap>0:net/rubygem-net-ldap \ - rubygem-grape140>=1.4.0<1.4.1:devel/rubygem-grape140 \ + rubygem-net-ldap>0.16.3:net/rubygem-net-ldap \ + rubygem-grape>=1.5.1<1.6: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.11.4<1.12:devel/rubygem-graphql \ @@ -90,7 +89,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-hamlit>=2.11.0<2.12.0:www/rubygem-hamlit \ rubygem-carrierwave>=1.3<2.0:www/rubygem-carrierwave \ rubygem-mini_magick>=4.10.1<4.11:graphics/rubygem-mini_magick \ - rubygem-fog-aws>=3.7<4.0:net/rubygem-fog-aws \ + rubygem-fog-aws>=3.8<4.0:net/rubygem-fog-aws \ rubygem-fog-core210=2.1.0:devel/rubygem-fog-core210 \ rubygem-fog-google>=1.12<2:net/rubygem-fog-google \ rubygem-fog-local>=0.6<1.0:net/rubygem-fog-local \ @@ -108,7 +107,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-aws-sdk-cloudformation>=1<2:devel/rubygem-aws-sdk-cloudformation \ rubygem-aws-sdk-s3>=1<2:devel/rubygem-aws-sdk-s3 \ rubygem-faraday_middleware-aws-sigv403>=0.3.0<0.4:devel/rubygem-faraday_middleware-aws-sigv403 \ - rubygem-html-pipeline>=2.12<3.0:textproc/rubygem-html-pipeline \ + rubygem-html-pipeline>=2.13.2<2.14:textproc/rubygem-html-pipeline \ rubygem-deckar01-task_list=2.3.1:www/rubygem-deckar01-task_list \ rubygem-gitlab-markup>=1.7.1<1.8.0:textproc/rubygem-gitlab-markup \ rubygem-github-markup17>=1.7.0<1.8.0:textproc/rubygem-github-markup17 \ @@ -126,7 +125,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-rouge>=3.26.0<3.27:textproc/rubygem-rouge \ 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.10<1.11.0:textproc/rubygem-nokogiri \ + rubygem-nokogiri>=1.11.1<1.12: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 \ @@ -135,10 +134,10 @@ MY_DEPENDS= git>=2.29: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.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 \ + rubygem-puma>=5.1.1: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 \ rubygem-sidekiq5>=5.2.9<5.3.0:devel/rubygem-sidekiq5 \ rubygem-sidekiq-cron>=1.0<2.0:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace17>=1.7.0<1.8.0:databases/rubygem-redis-namespace17 \ @@ -146,7 +145,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-fugit12>=1.2.1<1.3.0:devel/rubygem-fugit12 \ rubygem-httparty>=0.16.4<0.17.0:www/rubygem-httparty \ rubygem-rainbow>=3.0<4.0:devel/rubygem-rainbow \ - rubygem-ruby-progressbar>=1.10<2:devel/rubygem-ruby-progressbar \ + rubygem-ruby-progressbar>=1.11<2:devel/rubygem-ruby-progressbar \ rubygem-settingslogic>=2.0.9<2.1.0:devel/rubygem-settingslogic \ rubygem-re2>=1.2.0<1.3.0:devel/rubygem-re2 \ rubygem-version_sorter>=2.2.4<2.3.0:textproc/rubygem-version_sorter \ @@ -157,17 +156,17 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-redis-rails-rails60>=5.0.2<5.1:www/rubygem-redis-rails-rails60 \ rubygem-discordrb-webhooks-blackst0ne>=3.3<4.0:net-im/rubygem-discordrb-webhooks-blackst0ne \ rubygem-hipchat>=1.6.0<1.7.0:net-im/rubygem-hipchat \ - rubygem-jira-ruby20>=2.0.0<2.1:devel/rubygem-jira-ruby20 \ + 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 \ rubygem-flowdock>=0.7<1.0:www/rubygem-flowdock \ rubygem-slack-messenger>=2.3.4<2.4.0:devel/rubygem-slack-messenger \ rubygem-hangouts-chat>=0.0.5<0.1.0:net/rubygem-hangouts-chat \ - rubygem-asana>=0.10.2<0.10.3:www/rubygem-asana \ + rubygem-asana>=0.10.3<0.11:www/rubygem-asana \ rubygem-ruby-fogbugz021>=0.2.1<0.3.0:devel/rubygem-ruby-fogbugz021 \ rubygem-kubeclient>=4.9.1<4.10.0:www/rubygem-kubeclient \ rubygem-sanitize>=5.2.1<6:textproc/rubygem-sanitize \ rubygem-babosa>=1.0.2<1.1.0:textproc/rubygem-babosa \ - rubygem-loofah>=2.7<3.0:textproc/rubygem-loofah \ + rubygem-loofah>=2.8<3.0:textproc/rubygem-loofah \ rubygem-licensee8>=8.9<9.0:devel/rubygem-licensee8 \ rubygem-charlock_holmes>=0.7.7<0.8.0:textproc/rubygem-charlock_holmes \ rubygem-mimemagic>=0.3.2<0.4.0:misc/rubygem-mimemagic \ @@ -185,9 +184,9 @@ MY_DEPENDS= git>=2.29:devel/git \ 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-raven>=3.0<4.0:devel/rubygem-sentry-raven \ - rubygem-gitlab-pg_query>=1.3<2:databases/rubygem-gitlab-pg_query \ + rubygem-pg_query>=1.3.0<1.4:databases/rubygem-pg_query \ rubygem-premailer-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \ - rubygem-gitlab-labkit>=0.13.3<0.13.4:devel/rubygem-gitlab-labkit \ + rubygem-gitlab-labkit>=0.14.0<0.15:devel/rubygem-gitlab-labkit \ 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-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \ @@ -197,6 +196,7 @@ MY_DEPENDS= git>=2.29:devel/git \ 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_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.15<5.0:net/rubygem-octokit \ @@ -218,7 +218,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-sshkey>=2.0<3.0:security/rubygem-sshkey \ rubygem-ed25519>=1.2<2.0:security/rubygem-ed25519 \ rubygem-bcrypt_pbkdf>=1.0<2.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly>=13.7.0.pre.rc1<13.8.0:net/rubygem-gitaly \ + rubygem-gitaly>=13.8.0.pre.rc2<13.9.0:net/rubygem-gitaly \ rubygem-grpc>=1.30.2<1.31:net/rubygem-grpc \ rubygem-google-protobuf>=3.12<4:devel/rubygem-google-protobuf \ rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \ @@ -226,7 +226,7 @@ MY_DEPENDS= git>=2.29:devel/git \ 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-unleash>=0.1.5<0.2.0:devel/rubygem-unleash \ - rubygem-gitlab-experiment>=0.4.4<0.5:devel/rubygem-gitlab-experiment \ + rubygem-gitlab-experiment>=0.4.5<0.5:devel/rubygem-gitlab-experiment \ rubygem-lograge-rails60>=0.11.2<1.0:www/rubygem-lograge-rails60 \ 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 \ @@ -265,7 +265,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?= 2f14978e280347568a7437aeac121ad70e90bf3c +GL_COMMIT?= 0ce33bd2eaa8fe22ad59d7c198bb700f80503db9 USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Wed Jan 27 12:52:00 2021 (r563069) +++ head/www/gitlab-ce/distinfo Wed Jan 27 12:52:38 2021 (r563070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610623870 -SHA256 (gitlab-org-gitlab-foss-2f14978e280347568a7437aeac121ad70e90bf3c_GL0.tar.gz) = 96e033e2b6b89035c921bae47b1519e557183507b5922e902bd406655059a211 -SIZE (gitlab-org-gitlab-foss-2f14978e280347568a7437aeac121ad70e90bf3c_GL0.tar.gz) = 95953245 +TIMESTAMP = 1611260235 +SHA256 (gitlab-org-gitlab-foss-0ce33bd2eaa8fe22ad59d7c198bb700f80503db9_GL0.tar.gz) = 89ec80c723981b6656dd964d54c03c9fc893b4b15cf24820022f5593c4760e61 +SIZE (gitlab-org-gitlab-foss-0ce33bd2eaa8fe22ad59d7c198bb700f80503db9_GL0.tar.gz) = 96756584 Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Wed Jan 27 12:52:00 2021 (r563069) +++ head/www/gitlab-ce/files/patch-Gemfile Wed Jan 27 12:52:38 2021 (r563070) @@ -1,15 +1,15 @@ ---- Gemfile.orig 2020-12-21 11:32:42 UTC +--- Gemfile.orig 2021-01-21 15:00:14 UTC +++ Gemfile -@@ -18,7 +18,7 @@ gem 'default_value_for', '~> 3.3.0' +@@ -15,7 +15,7 @@ gem 'default_value_for', '~> 3.3.0' # Supported DBs gem 'pg', '~> 1.1' -gem 'rugged', '~> 0.28' +gem 'rugged', '~> 1.0' - gem 'grape-path-helpers', '~> 1.5' + gem 'grape-path-helpers', '~> 1.6.1' gem 'faraday', '~> 1.0' -@@ -27,7 +27,7 @@ gem 'marginalia', '~> 1.9.0' +@@ -24,7 +24,7 @@ gem 'marginalia', '~> 1.10.0' # Authentication libraries gem 'devise', '~> 4.7.2' # TODO: verify ARM compile issue on 3.1.13+ version (see https://gitlab.com/gitlab-org/gitlab/-/merge_requests/18828) @@ -18,7 +18,16 @@ gem 'doorkeeper', '~> 5.3.0' gem 'doorkeeper-openid_connect', '~> 1.7.4' gem 'omniauth', '~> 1.8' -@@ -97,7 +97,6 @@ gem 'graphql', '~> 1.11.4' +@@ -78,7 +78,7 @@ gem 'gpgme', '~> 2.0.19' + # GitLab fork with several improvements to original library. For full list of changes + # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master + gem 'gitlab_omniauth-ldap', '~> 2.1.1', require: 'omniauth-ldap' +-gem 'net-ldap', '~> 0.16.3' ++gem 'net-ldap', '~> 0.16' + + # API + gem 'grape', '~> 1.5.1' +@@ -92,7 +92,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.2' @@ -26,7 +35,7 @@ gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) gem 'hashie' -@@ -152,7 +151,7 @@ gem 'github-markup', '~> 1.7.0', require: 'github/mark +@@ -147,7 +146,7 @@ gem 'github-markup', '~> 1.7.0', require: 'github/mark gem 'commonmarker', '~> 0.21' gem 'kramdown', '~> 2.3.0' gem 'RedCloth', '~> 4.3.2' @@ -35,7 +44,7 @@ gem 'org-ruby', '~> 0.9.12' gem 'creole', '~> 0.5.0' gem 'wikicloth', '0.8.1' -@@ -239,7 +238,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 @@ -43,8 +52,14 @@ +gem 'hipchat', '~> 1.6.0' # Jira integration - gem 'jira-ruby', '~> 2.0.0' -@@ -335,95 +334,6 @@ group :metrics do + gem 'jira-ruby', '~> 2.1.4' +@@ -326,101 +325,11 @@ gem 'snowplow-tracker', '~> 0.6.1' + # Metrics + group :metrics do + gem 'method_source', '~> 1.0', require: false +- gem 'webrick', '~> 1.6.1', require: false ++ gem 'webrick', '~> 1.6', require: false + # Prometheus gem 'prometheus-client-mmap', '~> 0.12.0' gem 'raindrops', '~> 0.18' @@ -66,14 +81,15 @@ -group :development, :test do - gem 'deprecation_toolkit', '~> 1.5.1', require: false - gem 'bullet', '~> 6.1.0' -- gem 'pry-byebug', '~> 3.9.0', platform: :mri +- gem 'gitlab-pry-byebug', platform: :mri, require: ['pry-byebug', 'pry-byebug/pry_remote_ext'] - gem 'pry-rails', '~> 0.3.9' +- gem 'pry-remote' - - gem 'awesome_print', require: false - - gem 'database_cleaner', '~> 1.7.0' -- gem 'factory_bot_rails', '~> 5.1.0' -- gem 'rspec-rails', '~> 4.0.0' +- gem 'factory_bot_rails', '~> 6.1.0' +- gem 'rspec-rails', '~> 4.0.1' - - # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) - gem 'minitest', '~> 5.11.0' @@ -84,7 +100,7 @@ - gem 'spring', '~> 2.1.0' - gem 'spring-commands-rspec', '~> 1.0.4' - -- gem 'gitlab-styles', '~> 5.3.0', require: false +- gem 'gitlab-styles', '~> 6.0.0', require: false - - gem 'scss_lint', '~> 0.59.0', require: false - gem 'haml_lint', '~> 0.36.0', require: false @@ -122,7 +138,7 @@ - gem 'rspec_profiling', '~> 0.0.6' - gem 'rspec-parameterized', require: false - -- gem 'capybara', '~> 3.33.0' +- gem 'capybara', '~> 3.34.0' - gem 'capybara-screenshot', '~> 1.0.22' - gem 'selenium-webdriver', '~> 3.142' - Modified: head/www/gitlab-ce/files/patch-bin_web__puma ============================================================================== --- head/www/gitlab-ce/files/patch-bin_web__puma Wed Jan 27 12:52:00 2021 (r563069) +++ head/www/gitlab-ce/files/patch-bin_web__puma Wed Jan 27 12:52:38 2021 (r563070) @@ -1,11 +1,11 @@ ---- bin/web_puma.orig 2020-08-11 09:44:03 UTC +--- bin/web_puma.orig 2021-01-22 21:35:22 UTC +++ bin/web_puma -@@ -10,7 +10,7 @@ puma_config="$app_root/config/puma.rb" +@@ -25,7 +25,7 @@ get_puma_pid() - spawn_puma() + start() { -- exec bundle exec puma --config "${puma_config}" --environment "$RAILS_ENV" "$@" -+ exec bundle exec gpuma --config "${puma_config}" --environment "$RAILS_ENV" "$@" +- spawn_puma -d ++ spawn_puma & } - get_puma_pid() + start_foreground() Modified: head/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_gitlab.yml.example Wed Jan 27 12:52:00 2021 (r563069) +++ head/www/gitlab-ce/files/patch-config_gitlab.yml.example Wed Jan 27 12:52:38 2021 (r563070) @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2020-12-21 11:32:42 UTC +--- config/gitlab.yml.example.orig 2021-01-21 15:00:14 UTC +++ config/gitlab.yml.example -@@ -1065,7 +1065,7 @@ production: &base +@@ -1068,7 +1068,7 @@ production: &base # Gitaly settings gitaly: # Path to the directory containing Gitaly client executables. @@ -9,7 +9,7 @@ # 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. -@@ -1083,8 +1083,8 @@ production: &base +@@ -1086,8 +1086,8 @@ production: &base # real path not the symlink. storages: # You must have at least a `default` storage path. default: @@ -20,7 +20,7 @@ # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings -@@ -1130,12 +1130,12 @@ production: &base +@@ -1133,12 +1133,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -36,7 +36,7 @@ # Git over HTTP upload_pack: true -@@ -1150,22 +1150,22 @@ production: &base +@@ -1153,22 +1153,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). Modified: head/www/gitlab-ce/files/patch-config_puma.rb.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_puma.rb.example Wed Jan 27 12:52:00 2021 (r563069) +++ head/www/gitlab-ce/files/patch-config_puma.rb.example Wed Jan 27 12:52:38 2021 (r563070) @@ -1,4 +1,4 @@ ---- config/puma.rb.example.orig 2020-08-05 09:54:00 UTC +--- config/puma.rb.example.orig 2021-01-21 15:00:14 UTC +++ config/puma.rb.example @@ -5,11 +5,11 @@ # The default is "config.ru". @@ -32,8 +32,8 @@ on_restart do # Signal application hooks that we're about to restart -@@ -70,9 +70,9 @@ tag 'gitlab-puma-worker' - worker_timeout 60 +@@ -80,7 +80,7 @@ if defined?(nakayoshi_fork) + end # Use json formatter -require_relative "/home/git/gitlab/lib/gitlab/puma_logging/json_formatter" @@ -41,7 +41,3 @@ json_formatter = Gitlab::PumaLogging::JSONFormatter.new log_formatter do |str| - json_formatter.call(str) --end -\ No newline at end of file -+end Modified: head/www/gitlab-ce/pkg-message ============================================================================== --- head/www/gitlab-ce/pkg-message Wed Jan 27 12:52:00 2021 (r563069) +++ head/www/gitlab-ce/pkg-message Wed Jan 27 12:52:38 2021 (r563070) @@ -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.7-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/13.8-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.6-13.7-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/13.7-13.8-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 Wed Jan 27 12:52:00 2021 (r563069) +++ head/www/gitlab-ce/pkg-plist Wed Jan 27 12:52:38 2021 (r563070) @@ -18,6 +18,7 @@ %%WWWDIR%%/.gitlab/ci/docs.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/frontend.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/global.gitlab-ci.yml +%%WWWDIR%%/.gitlab/ci/graphql.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/memory.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/notify.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/pages.gitlab-ci.yml @@ -34,6 +35,7 @@ %%WWWDIR%%/.gitlab/issue_templates/Acceptance Testing.md %%WWWDIR%%/.gitlab/issue_templates/Basic Proposal.md %%WWWDIR%%/.gitlab/issue_templates/Bug.md +%%WWWDIR%%/.gitlab/issue_templates/Design Sprint.md %%WWWDIR%%/.gitlab/issue_templates/Doc Review.md %%WWWDIR%%/.gitlab/issue_templates/Documentation.md %%WWWDIR%%/.gitlab/issue_templates/Experiment Successful Cleanup.md @@ -116,6 +118,7 @@ %%WWWDIR%%/app/assets/images/auth_buttons/signin_with_google.png %%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png %%WWWDIR%%/app/assets/images/aws_logo.svg +%%WWWDIR%%/app/assets/images/board-intro.svg %%WWWDIR%%/app/assets/images/checkmark.png %%WWWDIR%%/app/assets/images/chevron-down.png %%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_canceled.ico @@ -2036,7 +2039,9 @@ %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/store/mutations.js %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/store/state.js %%WWWDIR%%/app/assets/javascripts/admin/users/components/app.vue +%%WWWDIR%%/app/assets/javascripts/admin/users/components/user_avatar.vue %%WWWDIR%%/app/assets/javascripts/admin/users/components/users_table.vue +%%WWWDIR%%/app/assets/javascripts/admin/users/constants.js %%WWWDIR%%/app/assets/javascripts/admin/users/index.js %%WWWDIR%%/app/assets/javascripts/alert_handler.js %%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_details.vue @@ -2055,17 +2060,13 @@ %%WWWDIR%%/app/assets/javascripts/alert_management/components/system_notes/system_note.vue %%WWWDIR%%/app/assets/javascripts/alert_management/constants.js %%WWWDIR%%/app/assets/javascripts/alert_management/details.js -%%WWWDIR%%/app/assets/javascripts/alert_management/graphql/fragments/alert_note.fragment.graphql %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/fragments/detail_item.fragment.graphql -%%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/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 %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/queries/alert_help_url.query.graphql %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/queries/details.query.graphql -%%WWWDIR%%/app/assets/javascripts/alert_management/graphql/queries/get_alerts.query.graphql %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/queries/get_count_by_status.query.graphql %%WWWDIR%%/app/assets/javascripts/alert_management/graphql/queries/sidebar_status.query.graphql %%WWWDIR%%/app/assets/javascripts/alert_management/list.js @@ -2115,6 +2116,15 @@ %%WWWDIR%%/app/assets/javascripts/analytics/product_analytics/components/activity_chart.vue %%WWWDIR%%/app/assets/javascripts/analytics/shared/components/metric_card.vue %%WWWDIR%%/app/assets/javascripts/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/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 +%%WWWDIR%%/app/assets/javascripts/artifacts_settings/graphql/queries/get_keep_latest_artifact_project_setting.query.graphql +%%WWWDIR%%/app/assets/javascripts/artifacts_settings/index.js +%%WWWDIR%%/app/assets/javascripts/artifacts_settings/keep_latest_artifact_checkbox.vue %%WWWDIR%%/app/assets/javascripts/authentication/mount_2fa.js %%WWWDIR%%/app/assets/javascripts/authentication/two_factor_auth/components/recovery_codes.vue %%WWWDIR%%/app/assets/javascripts/authentication/two_factor_auth/constants.js @@ -2273,6 +2283,7 @@ %%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/template_selector.js +%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/ci_syntax_yaml_selector.js %%WWWDIR%%/app/assets/javascripts/blob/template_selectors/ci_yaml_selector.js %%WWWDIR%%/app/assets/javascripts/blob/template_selectors/dockerfile_selector.js %%WWWDIR%%/app/assets/javascripts/blob/template_selectors/gitignore_selector.js @@ -2289,25 +2300,27 @@ %%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_column_new.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/board_column_deprecated.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_configuration_options.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_content.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_extra_actions.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_form.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_list.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/board_list_deprecated.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_list_header.vue -%%WWWDIR%%/app/assets/javascripts/boards/components/board_list_header_new.vue -%%WWWDIR%%/app/assets/javascripts/boards/components/board_list_new.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/board_list_header_deprecated.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue.vue -%%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue_new.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue_deprecated.vue %%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_card_inner_deprecated.vue %%WWWDIR%%/app/assets/javascripts/boards/components/issue_count.vue %%WWWDIR%%/app/assets/javascripts/boards/components/issue_due_date.vue %%WWWDIR%%/app/assets/javascripts/boards/components/issue_time_estimate.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/issue_time_estimate_deprecated.vue %%WWWDIR%%/app/assets/javascripts/boards/components/modal/empty_state.vue %%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters.js %%WWWDIR%%/app/assets/javascripts/boards/components/modal/footer.vue @@ -2318,8 +2331,10 @@ %%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/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_issue_title.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 @@ -2331,7 +2346,8 @@ %%WWWDIR%%/app/assets/javascripts/boards/filtered_search_boards.js %%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js %%WWWDIR%%/app/assets/javascripts/boards/graphql/board.fragment.graphql -%%WWWDIR%%/app/assets/javascripts/boards/graphql/board.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/boards/graphql/board_create.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/boards/graphql/board_destroy.mutation.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/board_labels.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/board_list.fragment.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/board_list_create.mutation.graphql @@ -2339,8 +2355,10 @@ %%WWWDIR%%/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql %%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_boards.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/group_milestones.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 @@ -2348,6 +2366,7 @@ %%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_boards.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/graphql/users_search.query.graphql @@ -2502,6 +2521,7 @@ %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/components/gke_subnetwork_dropdown.vue %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/components/gke_zone_dropdown.vue %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/constants.js +%%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/gapi_loader.js %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/index.js %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/store/actions.js %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/store/getters.js @@ -2662,6 +2682,8 @@ %%WWWDIR%%/app/assets/javascripts/diffs/store/mutations.js %%WWWDIR%%/app/assets/javascripts/diffs/store/utils.js %%WWWDIR%%/app/assets/javascripts/diffs/utils/diff_file.js +%%WWWDIR%%/app/assets/javascripts/diffs/utils/file_reviews.js +%%WWWDIR%%/app/assets/javascripts/diffs/utils/merge_request.js %%WWWDIR%%/app/assets/javascripts/diffs/utils/performance.js %%WWWDIR%%/app/assets/javascripts/diffs/utils/preferences.js %%WWWDIR%%/app/assets/javascripts/diffs/utils/uuids.js @@ -2685,19 +2707,23 @@ %%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_lite_extension_base.js -%%WWWDIR%%/app/assets/javascripts/editor/editor_markdown_ext.js +%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_ci_schema_ext.js +%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_file_template_ext.js +%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_lite_extension_base.js +%%WWWDIR%%/app/assets/javascripts/editor/extensions/editor_markdown_ext.js %%WWWDIR%%/app/assets/javascripts/editor/utils.js %%WWWDIR%%/app/assets/javascripts/emoji/index.js %%WWWDIR%%/app/assets/javascripts/emoji/no_emoji_validator.js %%WWWDIR%%/app/assets/javascripts/emoji/support/index.js %%WWWDIR%%/app/assets/javascripts/emoji/support/is_emoji_unicode_supported.js %%WWWDIR%%/app/assets/javascripts/emoji/support/unicode_support_map.js +%%WWWDIR%%/app/assets/javascripts/environments/components/canary_ingress.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/canary_update_modal.vue %%WWWDIR%%/app/assets/javascripts/environments/components/confirm_rollback_modal.vue %%WWWDIR%%/app/assets/javascripts/environments/components/container.vue %%WWWDIR%%/app/assets/javascripts/environments/components/delete_environment_modal.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/deploy_board.vue %%WWWDIR%%/app/assets/javascripts/environments/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/environments/components/enable_review_app_modal.vue %%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.vue @@ -2712,11 +2738,12 @@ %%WWWDIR%%/app/assets/javascripts/environments/components/environments_app.vue %%WWWDIR%%/app/assets/javascripts/environments/components/environments_table.vue %%WWWDIR%%/app/assets/javascripts/environments/components/stop_environment_modal.vue +%%WWWDIR%%/app/assets/javascripts/environments/constants.js %%WWWDIR%%/app/assets/javascripts/environments/event_hub.js %%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_bundle.js %%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_view.vue +%%WWWDIR%%/app/assets/javascripts/environments/graphql/mutations/update_canary_ingress.mutation.graphql %%WWWDIR%%/app/assets/javascripts/environments/index.js -%%WWWDIR%%/app/assets/javascripts/environments/mixins/canary_callout_mixin.js %%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_mixin.js %%WWWDIR%%/app/assets/javascripts/environments/mount_show.js %%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js @@ -2869,6 +2896,8 @@ %%WWWDIR%%/app/assets/javascripts/grafana_integration/store/mutation_types.js %%WWWDIR%%/app/assets/javascripts/grafana_integration/store/mutations.js %%WWWDIR%%/app/assets/javascripts/grafana_integration/store/state.js +%%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/alert.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 %%WWWDIR%%/app/assets/javascripts/graphql_shared/fragments/epic.fragment.graphql @@ -2877,6 +2906,8 @@ %%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/mutations/update_alert_status.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/get_alerts.query.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/queries/users_search.query.graphql %%WWWDIR%%/app/assets/javascripts/graphql_shared/utils.js %%WWWDIR%%/app/assets/javascripts/group.js @@ -2917,6 +2948,7 @@ %%WWWDIR%%/app/assets/javascripts/helpers/avatar_helper.js %%WWWDIR%%/app/assets/javascripts/helpers/diffs_helper.js %%WWWDIR%%/app/assets/javascripts/helpers/event_hub_factory.js +%%WWWDIR%%/app/assets/javascripts/helpers/help_page_helper.js %%WWWDIR%%/app/assets/javascripts/helpers/monitor_helper.js %%WWWDIR%%/app/assets/javascripts/helpers/startup_css_helper.js %%WWWDIR%%/app/assets/javascripts/ide/.eslintrc.yml @@ -3266,8 +3298,16 @@ %%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/.eslintrc.yml +%%WWWDIR%%/app/assets/javascripts/jira_connect/api.js %%WWWDIR%%/app/assets/javascripts/jira_connect/components/app.vue +%%WWWDIR%%/app/assets/javascripts/jira_connect/components/groups_list.vue +%%WWWDIR%%/app/assets/javascripts/jira_connect/components/groups_list_item.vue +%%WWWDIR%%/app/assets/javascripts/jira_connect/constants.js %%WWWDIR%%/app/assets/javascripts/jira_connect/index.js +%%WWWDIR%%/app/assets/javascripts/jira_connect/store/index.js +%%WWWDIR%%/app/assets/javascripts/jira_connect/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/jira_connect/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/jira_connect/store/state.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 @@ -3345,9 +3385,12 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/dom_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/downloader.js %%WWWDIR%%/app/assets/javascripts/lib/utils/experimentation.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/favicon.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/favicon_ci.js %%WWWDIR%%/app/assets/javascripts/lib/utils/file_upload.js %%WWWDIR%%/app/assets/javascripts/lib/utils/forms.js %%WWWDIR%%/app/assets/javascripts/lib/utils/grammar.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/headers.js %%WWWDIR%%/app/assets/javascripts/lib/utils/highlight.js %%WWWDIR%%/app/assets/javascripts/lib/utils/http_status.js %%WWWDIR%%/app/assets/javascripts/lib/utils/icon_utils.js @@ -3446,6 +3489,8 @@ %%WWWDIR%%/app/assets/javascripts/merge_conflicts/mixins/line_conflict_actions.js %%WWWDIR%%/app/assets/javascripts/merge_conflicts/mixins/line_conflict_utils.js %%WWWDIR%%/app/assets/javascripts/merge_request.js +%%WWWDIR%%/app/assets/javascripts/merge_request/components/status_box.vue +%%WWWDIR%%/app/assets/javascripts/merge_request/eventhub.js %%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js %%WWWDIR%%/app/assets/javascripts/milestone.js %%WWWDIR%%/app/assets/javascripts/milestone_select.js @@ -3549,10 +3594,12 @@ %%WWWDIR%%/app/assets/javascripts/notebook/cells/output/html.vue %%WWWDIR%%/app/assets/javascripts/notebook/cells/output/image.vue %%WWWDIR%%/app/assets/javascripts/notebook/cells/output/index.vue +%%WWWDIR%%/app/assets/javascripts/notebook/cells/output/latex.vue %%WWWDIR%%/app/assets/javascripts/notebook/cells/prompt.vue %%WWWDIR%%/app/assets/javascripts/notebook/index.vue %%WWWDIR%%/app/assets/javascripts/notebook/lib/highlight.js %%WWWDIR%%/app/assets/javascripts/notes.js +%%WWWDIR%%/app/assets/javascripts/notes/components/comment_field_layout.vue %%WWWDIR%%/app/assets/javascripts/notes/components/comment_form.vue %%WWWDIR%%/app/assets/javascripts/notes/components/diff_discussion_header.vue %%WWWDIR%%/app/assets/javascripts/notes/components/diff_with_note.vue @@ -3560,7 +3607,6 @@ %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_counter.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_filter.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_filter_note.vue -%%WWWDIR%%/app/assets/javascripts/notes/components/discussion_jump_to_next_button.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_locked_widget.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_navigator.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_notes.vue @@ -3568,6 +3614,7 @@ %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_reply_placeholder.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_resolve_button.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_resolve_with_issue_button.vue +%%WWWDIR%%/app/assets/javascripts/notes/components/email_participants_warning.vue %%WWWDIR%%/app/assets/javascripts/notes/components/multiline_comment_form.vue %%WWWDIR%%/app/assets/javascripts/notes/components/multiline_comment_utils.js %%WWWDIR%%/app/assets/javascripts/notes/components/note_actions.vue @@ -3661,6 +3708,9 @@ %%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/settings/group/bundle.js +%%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/group/components/group_settings_app.vue +%%WWWDIR%%/app/assets/javascripts/packages_and_registries/settings/group/graphql/index.js %%WWWDIR%%/app/assets/javascripts/pager.js %%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/abuse_reports.js %%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/index.js @@ -3750,6 +3800,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/integrations/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/packages_and_registries/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/repository/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/shared/group_details.js %%WWWDIR%%/app/assets/javascripts/pages/groups/shared/group_tabs.js @@ -3817,6 +3868,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/constants.js %%WWWDIR%%/app/assets/javascripts/pages/projects/cycle_analytics/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/edit/mount_search_settings.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/folder/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/metrics/index.js @@ -3989,11 +4041,14 @@ %%WWWDIR%%/app/assets/javascripts/persistent_user_callout.js %%WWWDIR%%/app/assets/javascripts/persistent_user_callouts.js %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/commit/commit_form.vue +%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/info/validation_segment.vue +%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/lint/ci_lint.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/lint/ci_lint_results.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/lint/ci_lint_results_param.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/lint/ci_lint_results_value.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/lint/ci_lint_warnings.vue %%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/text_editor.vue +%%WWWDIR%%/app/assets/javascripts/pipeline_editor/components/ui/editor_tab.vue %%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 @@ -4029,12 +4084,14 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component_legacy.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/utils.js +%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/drawing_utils.js %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/linked_graph_wrapper.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/links_inner.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/links_layer.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph_shared/main_graph_wrapper.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/header_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/legacy_header_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/parsing_utils.js -%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_graph/drawing_utils.js %%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 @@ -4064,14 +4121,12 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/components/unwrapping_utils.js %%WWWDIR%%/app/assets/javascripts/pipelines/constants.js %%WWWDIR%%/app/assets/javascripts/pipelines/event_hub.js -%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/fragments/linked_pipelines.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/fragments/pipeline_stages_connection.fragment.graphql %%WWWDIR%%/app/assets/javascripts/pipelines/graphql/mutations/cancel_pipeline.mutation.graphql %%WWWDIR%%/app/assets/javascripts/pipelines/graphql/mutations/delete_pipeline.mutation.graphql %%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_details.query.graphql %%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/get_pipeline_header_data.query.graphql -%%WWWDIR%%/app/assets/javascripts/pipelines/graphql/queries/pipeline_stages_connection.fragment.graphql %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_pipeline_bundle_mixin.js %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/pipelines.js %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/stage_column_mixin.js @@ -4110,6 +4165,19 @@ %%WWWDIR%%/app/assets/javascripts/project_select.js %%WWWDIR%%/app/assets/javascripts/project_select_combo_button.js %%WWWDIR%%/app/assets/javascripts/project_visibility.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/components/branches_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/projects/commit/components/form_modal.vue +%%WWWDIR%%/app/assets/javascripts/projects/commit/components/form_trigger.vue +%%WWWDIR%%/app/assets/javascripts/projects/commit/constants.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/event_hub.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/init_revert_commit_modal.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/init_revert_commit_trigger.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/store/actions.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/store/getters.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/store/index.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/projects/commit/store/state.js %%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/index.js %%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/init_details_button.js %%WWWDIR%%/app/assets/javascripts/projects/commit_box/info/load_branches.js @@ -4132,8 +4200,8 @@ %%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/illustrations/import-project.svg %%WWWDIR%%/app/assets/javascripts/projects/experiment_new_project_creation/index.js %%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/app.vue -%%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/app_legacy.vue -%%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/pipelines_area_chart.vue +%%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/ci_cd_analytics_area_chart.vue +%%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/pipeline_charts.vue %%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/statistics_list.vue %%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/constants.js %%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/graphql/queries/get_pipeline_count_by_status.query.graphql @@ -4200,13 +4268,11 @@ %%WWWDIR%%/app/assets/javascripts/registry/explorer/constants/index.js %%WWWDIR%%/app/assets/javascripts/registry/explorer/constants/list.js %%WWWDIR%%/app/assets/javascripts/registry/explorer/constants/quick_start.js -%%WWWDIR%%/app/assets/javascripts/registry/explorer/graphql/fragments/container_repository.fragment.graphql %%WWWDIR%%/app/assets/javascripts/registry/explorer/graphql/index.js %%WWWDIR%%/app/assets/javascripts/registry/explorer/graphql/mutations/delete_container_repository.mutation.graphql %%WWWDIR%%/app/assets/javascripts/registry/explorer/graphql/mutations/delete_container_repository_tags.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/registry/explorer/graphql/queries/get_container_repositories_details.query.graphql %%WWWDIR%%/app/assets/javascripts/registry/explorer/graphql/queries/get_container_repository_details.query.graphql -%%WWWDIR%%/app/assets/javascripts/registry/explorer/graphql/queries/get_group_container_repositories.query.graphql -%%WWWDIR%%/app/assets/javascripts/registry/explorer/graphql/queries/get_project_container_repositories.query.graphql %%WWWDIR%%/app/assets/javascripts/registry/explorer/index.js %%WWWDIR%%/app/assets/javascripts/registry/explorer/pages/details.vue %%WWWDIR%%/app/assets/javascripts/registry/explorer/pages/index.vue @@ -4310,7 +4376,6 @@ %%WWWDIR%%/app/assets/javascripts/reports/components/issue_status_icon.vue %%WWWDIR%%/app/assets/javascripts/reports/components/issues_list.vue %%WWWDIR%%/app/assets/javascripts/reports/components/modal.vue -%%WWWDIR%%/app/assets/javascripts/reports/components/modal_open_name.vue %%WWWDIR%%/app/assets/javascripts/reports/components/report_item.vue %%WWWDIR%%/app/assets/javascripts/reports/components/report_link.vue %%WWWDIR%%/app/assets/javascripts/reports/components/report_section.vue @@ -4355,6 +4420,7 @@ %%WWWDIR%%/app/assets/javascripts/repository/utils/dom.js %%WWWDIR%%/app/assets/javascripts/repository/utils/readme.js %%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/search/highlight_blob_search_result.js %%WWWDIR%%/app/assets/javascripts/search/index.js @@ -4376,6 +4442,9 @@ %%WWWDIR%%/app/assets/javascripts/search/topbar/constants.js %%WWWDIR%%/app/assets/javascripts/search/topbar/index.js %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js +%%WWWDIR%%/app/assets/javascripts/search_settings/components/search_settings.vue +%%WWWDIR%%/app/assets/javascripts/search_settings/constants.js +%%WWWDIR%%/app/assets/javascripts/search_settings/index.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 @@ -4430,6 +4499,7 @@ %%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/copy_email_to_clipboard.vue %%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 @@ -4454,9 +4524,7 @@ %%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/subscriptions.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.vue -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/help_state.vue -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/sidebar_time_tracking.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/spent_only_pane.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/time_tracker.vue @@ -4676,8 +4744,14 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/mr_widget_options.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/get_state.query.graphql %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/permissions.query.graphql +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/auto_merge_enabled.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/auto_merge_enabled.query.graphql +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/auto_merge_failed.query.graphql %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/conflicts.query.graphql %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/missing_branch.query.graphql +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/ready_to_merge.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/ready_to_merge.query.graphql +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/rebase.query.graphql %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/states/work_in_progress.query.graphql %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/queries/toggle_wip.mutation.graphql %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/services/mr_widget_service.js @@ -4715,8 +4789,8 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/date_time_picker/date_time_picker.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/date_time_picker/date_time_picker_input.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/date_time_picker/date_time_picker_lib.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/deployment_instance.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/deprecated_modal.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/deprecated_modal_2.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/constants.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/diff_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/download_diff_viewer.vue @@ -4967,6 +5041,7 @@ %%WWWDIR%%/app/assets/stylesheets/components/collapsible_card.scss %%WWWDIR%%/app/assets/stylesheets/components/dashboard_skeleton.scss %%WWWDIR%%/app/assets/stylesheets/components/date_time_picker.scss +%%WWWDIR%%/app/assets/stylesheets/components/deployment_instance.scss %%WWWDIR%%/app/assets/stylesheets/components/design_management/design.scss %%WWWDIR%%/app/assets/stylesheets/components/design_management/design_list_item.scss %%WWWDIR%%/app/assets/stylesheets/components/design_management/design_version_dropdown.scss @@ -5054,6 +5129,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/wells.scss %%WWWDIR%%/app/assets/stylesheets/framework/zen.scss %%WWWDIR%%/app/assets/stylesheets/highlight/common.scss +%%WWWDIR%%/app/assets/stylesheets/highlight/conflict_colors.scss %%WWWDIR%%/app/assets/stylesheets/highlight/embedded.scss %%WWWDIR%%/app/assets/stylesheets/highlight/themes/dark.scss %%WWWDIR%%/app/assets/stylesheets/highlight/themes/monokai.scss @@ -5091,6 +5167,7 @@ %%WWWDIR%%/app/assets/stylesheets/page_bundles/ide_themes/_solarized-dark.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/ide_themes/_solarized-light.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/import.scss +%%WWWDIR%%/app/assets/stylesheets/page_bundles/incident_management_list.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/issues_list.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/jira_connect.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/jira_connect_users.scss @@ -5120,7 +5197,6 @@ %%WWWDIR%%/app/assets/stylesheets/pages/events.scss %%WWWDIR%%/app/assets/stylesheets/pages/groups.scss %%WWWDIR%%/app/assets/stylesheets/pages/help.scss -%%WWWDIR%%/app/assets/stylesheets/pages/incident_management_list.scss %%WWWDIR%%/app/assets/stylesheets/pages/issuable.scss %%WWWDIR%%/app/assets/stylesheets/pages/issues.scss %%WWWDIR%%/app/assets/stylesheets/pages/issues/issue_count_badge.scss @@ -5138,6 +5214,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/profiles/preferences.scss %%WWWDIR%%/app/assets/stylesheets/pages/projects.scss %%WWWDIR%%/app/assets/stylesheets/pages/prometheus.scss +%%WWWDIR%%/app/assets/stylesheets/pages/registry.scss %%WWWDIR%%/app/assets/stylesheets/pages/runners.scss %%WWWDIR%%/app/assets/stylesheets/pages/search.scss %%WWWDIR%%/app/assets/stylesheets/pages/service_desk.scss @@ -5294,7 +5371,6 @@ %%WWWDIR%%/app/controllers/concerns/sends_blob.rb %%WWWDIR%%/app/controllers/concerns/service_params.rb %%WWWDIR%%/app/controllers/concerns/sessionless_authentication.rb -%%WWWDIR%%/app/controllers/concerns/show_inherited_labels_checker.rb %%WWWDIR%%/app/controllers/concerns/snippet_authorizations.rb %%WWWDIR%%/app/controllers/concerns/snippets/blobs_actions.rb %%WWWDIR%%/app/controllers/concerns/snippets/send_blob.rb @@ -5349,6 +5425,7 @@ %%WWWDIR%%/app/controllers/groups/runners_controller.rb %%WWWDIR%%/app/controllers/groups/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/groups/settings/integrations_controller.rb +%%WWWDIR%%/app/controllers/groups/settings/packages_and_registries_controller.rb %%WWWDIR%%/app/controllers/groups/settings/repository_controller.rb %%WWWDIR%%/app/controllers/groups/shared_projects_controller.rb %%WWWDIR%%/app/controllers/groups/uploads_controller.rb @@ -5562,6 +5639,7 @@ %%WWWDIR%%/app/controllers/users/terms_controller.rb %%WWWDIR%%/app/controllers/users_controller.rb %%WWWDIR%%/app/controllers/whats_new_controller.rb +%%WWWDIR%%/app/enums/.keep %%WWWDIR%%/app/experiments/application_experiment.rb %%WWWDIR%%/app/finders/README.md %%WWWDIR%%/app/finders/abuse_reports_finder.rb @@ -5599,6 +5677,7 @@ %%WWWDIR%%/app/finders/concerns/finder_methods.rb %%WWWDIR%%/app/finders/concerns/finder_with_cross_project_access.rb %%WWWDIR%%/app/finders/concerns/merged_at_filter.rb +%%WWWDIR%%/app/finders/concerns/packages/finder_helper.rb %%WWWDIR%%/app/finders/concerns/time_frame_filter.rb %%WWWDIR%%/app/finders/container_repositories_finder.rb %%WWWDIR%%/app/finders/context_commits_finder.rb @@ -5640,6 +5719,7 @@ %%WWWDIR%%/app/finders/packages/composer/packages_finder.rb %%WWWDIR%%/app/finders/packages/conan/package_file_finder.rb %%WWWDIR%%/app/finders/packages/conan/package_finder.rb +%%WWWDIR%%/app/finders/packages/debian/distributions_finder.rb %%WWWDIR%%/app/finders/packages/generic/package_finder.rb %%WWWDIR%%/app/finders/packages/go/module_finder.rb %%WWWDIR%%/app/finders/packages/go/version_finder.rb @@ -5716,17 +5796,19 @@ %%WWWDIR%%/app/graphql/mutations/boards/lists/update.rb %%WWWDIR%%/app/graphql/mutations/boards/update.rb %%WWWDIR%%/app/graphql/mutations/branches/create.rb -%%WWWDIR%%/app/graphql/mutations/ci/base.rb -%%WWWDIR%%/app/graphql/mutations/ci/pipeline_cancel.rb -%%WWWDIR%%/app/graphql/mutations/ci/pipeline_destroy.rb -%%WWWDIR%%/app/graphql/mutations/ci/pipeline_retry.rb +%%WWWDIR%%/app/graphql/mutations/ci/ci_cd_settings_update.rb +%%WWWDIR%%/app/graphql/mutations/ci/pipeline/base.rb +%%WWWDIR%%/app/graphql/mutations/ci/pipeline/cancel.rb +%%WWWDIR%%/app/graphql/mutations/ci/pipeline/destroy.rb +%%WWWDIR%%/app/graphql/mutations/ci/pipeline/retry.rb %%WWWDIR%%/app/graphql/mutations/commits/create.rb %%WWWDIR%%/app/graphql/mutations/concerns/mutations/assignable.rb -%%WWWDIR%%/app/graphql/mutations/concerns/mutations/authorizes_project.rb %%WWWDIR%%/app/graphql/mutations/concerns/mutations/finds_by_gid.rb +%%WWWDIR%%/app/graphql/mutations/concerns/mutations/finds_project.rb %%WWWDIR%%/app/graphql/mutations/concerns/mutations/package_eventable.rb %%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_group.rb %%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_issuable.rb +%%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_namespace.rb %%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_resource_parent.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***