From owner-svn-ports-head@freebsd.org Sat Nov 23 08:53:53 2019 Return-Path: Delivered-To: svn-ports-head@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 92D111AF9CF; Sat, 23 Nov 2019 08:53:53 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47KnCP43J1z3L2b; Sat, 23 Nov 2019 08:53:53 +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 6DC30979C; Sat, 23 Nov 2019 08:53:53 +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 xAN8rrs8066467; Sat, 23 Nov 2019 08:53:53 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAN8rqUl066460; Sat, 23 Nov 2019 08:53:52 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201911230853.xAN8rqUl066460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sat, 23 Nov 2019 08:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518204 - 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: 518204 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2019 08:53:53 -0000 Author: mfechner Date: Sat Nov 23 08:53:52 2019 New Revision: 518204 URL: https://svnweb.freebsd.org/changeset/ports/518204 Log: Update to 12.5.0. Changelog: https://about.gitlab.com/blog/2019/11/22/gitlab-12-5-released/ Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/files/patch-Gemfile head/www/gitlab-ce/pkg-message head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Sat Nov 23 08:52:07 2019 (r518203) +++ head/www/gitlab-ce/Makefile Sat Nov 23 08:53:52 2019 (r518204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 12.4.3 +PORTVERSION= 12.5.0 PORTREVISION= 0 CATEGORIES= www devel @@ -17,16 +17,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= git>=2.21.0:devel/git \ gitlab-shell>=10.2.0:devel/gitlab-shell \ gitlab-workhorse>=8.14.0:www/gitlab-workhorse \ - gitaly>=1.67.0:devel/gitaly \ - gitlab-pages>=1.11.0:www/gitlab-pages \ + gitaly>=1.72.0:devel/gitaly \ + gitlab-pages>=1.12.0:www/gitlab-pages \ redis>=3.2.12:databases/redis \ yarn>=1.10.0:www/yarn \ rubygem-rails52>=5.2.3:www/rubygem-rails52 \ rubygem-bootsnap>=1.4<2.0:devel/rubygem-bootsnap \ rubygem-nakayoshi_fork>=0.0.4<0.1.0:devel/rubygem-nakayoshi_fork \ - rubygem-responders2-rails52>=2.0<3.0:www/rubygem-responders2-rails52 \ + rubygem-responders-rails52>=3.0<4.0:www/rubygem-responders-rails52 \ rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \ - rubygem-default_value_for32>=3.2.0<3.3.0:devel/rubygem-default_value_for32 \ + rubygem-default_value_for>=3.3.0<3.4.0:devel/rubygem-default_value_for \ rubygem-pg>=1.1<2:databases/rubygem-pg \ rubygem-rugged>=0.28<1.0:devel/rubygem-rugged \ rubygem-grape-path-helpers>=1.1<2.0:devel/rubygem-grape-path-helpers \ @@ -49,7 +49,7 @@ MY_DEPENDS= git>=2.21.0:devel/git \ rubygem-omniauth-twitter>=1.4<2.0:net/rubygem-omniauth-twitter \ rubygem-omniauth_crowd22>=2.2.0<2.3.0:devel/rubygem-omniauth_crowd22 \ rubygem-omniauth-authentiq>=0.3.3<0.4.0:net/rubygem-omniauth-authentiq \ - rubygem-omniauth_openid_connect>=0.3.1<0.4.0:net/rubygem-omniauth_openid_connect \ + rubygem-omniauth_openid_connect>=0.3.3<0.4.0:net/rubygem-omniauth_openid_connect \ rubygem-omniauth-ultraauth>=0.0.2<0.1.0:net/rubygem-omniauth-ultraauth \ rubygem-omniauth-salesforce>=1.0.5<1.1.0:net/rubygem-omniauth-salesforce \ rubygem-rack-oauth2>=1.9.3<1.10.0:security/rubygem-rack-oauth2 \ @@ -63,10 +63,10 @@ MY_DEPENDS= git>=2.21.0:devel/git \ rubygem-attr_encrypted>=3.1.0<3.2.0:security/rubygem-attr_encrypted \ rubygem-u2f0>=0.2.1<0.3.0:net/rubygem-u2f0 \ rubygem-validates_hostname>=1.0.6<1.1.0:dns/rubygem-validates_hostname \ - rubygem-rubyzip12>=1.2.2<1.3.0:archivers/rubygem-rubyzip12 \ + rubygem-rubyzip>=1.3.0<1.4.0:archivers/rubygem-rubyzip \ rubygem-acme-client>=2.0.2<2.1.0:security/rubygem-acme-client \ rubygem-browser>=2.5<3.0:www/rubygem-browser \ - rubygem-gpgme>=2.0.18<2.1.0:security/rubygem-gpgme \ + rubygem-gpgme>=2.0.19<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-grape11>=1.1.0<1.2.0:devel/rubygem-grape11 \ @@ -97,7 +97,7 @@ MY_DEPENDS= git>=2.21.0:devel/git \ rubygem-aws-sdk>0:devel/rubygem-aws-sdk \ rubygem-faraday_middleware-aws-signers-v4>0:devel/rubygem-faraday_middleware-aws-signers-v4 \ rubygem-html-pipeline>=2.8:textproc/rubygem-html-pipeline \ - rubygem-deckar01-task_list>=2.2.0<2.3.0:www/rubygem-deckar01-task_list \ + rubygem-deckar01-task_list>=2.2.1<2.3.0:www/rubygem-deckar01-task_list \ rubygem-gitlab-markup>=1.7.0<1.8.0:textproc/rubygem-gitlab-markup \ rubygem-github-markup17>=1.7.0<1.8.0:textproc/rubygem-github-markup17 \ rubygem-commonmarker>=0.17<1.0:textproc/rubygem-commonmarker \ @@ -112,17 +112,18 @@ MY_DEPENDS= git>=2.21.0:devel/git \ rubygem-rouge>=3.11.0<4: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.4<1.11.0:textproc/rubygem-nokogiri \ + rubygem-nokogiri>=1.10.5<1.11.0:textproc/rubygem-nokogiri \ rubygem-escape_utils>=1.1<2.0:textproc/rubygem-escape_utils \ rubygem-icalendar>=0:devel/rubygem-icalendar \ rubygem-diffy31>=3.1.0<3.2.0:textproc/rubygem-diffy31 \ + rubygem-diff_match_patch>=0.1.0<0.2.0:textproc/rubygem-diff_match_patch \ rubygem-rack>=2.0.7<2.1.0,3:www/rubygem-rack \ rubygem-unicorn>=5.4.1<5.5.0:www/rubygem-unicorn \ rubygem-unicorn-worker-killer>=0.4.4<0.5.0:www/rubygem-unicorn-worker-killer \ rubygem-puma>=3.12<4.0:www/rubygem-puma \ rubygem-puma_worker_killer>=0:www/rubygem-puma_worker_killer \ rubygem-rack-timeout>=0:www/rubygem-rack-timeout \ - rubygem-state_machines-activerecord05>=0.5.1<6.0.0:databases/rubygem-state_machines-activerecord05 \ + 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-sidekiq>=5.2.7<5.3.0:devel/rubygem-sidekiq \ rubygem-sidekiq-cron>=1.0<2.0:devel/rubygem-sidekiq-cron \ @@ -154,7 +155,6 @@ MY_DEPENDS= git>=2.21.0:devel/git \ rubygem-babosa>=1.0.2<1.1.0:textproc/rubygem-babosa \ rubygem-loofah>=2.2<3.0:textproc/rubygem-loofah \ rubygem-licensee8>=8.9<9.0:devel/rubygem-licensee8 \ - rubygem-rack-attack44>=4.4.1<4.5.0:www/rubygem-rack-attack44 \ rubygem-ace-rails-ap>=4.1.0<4.2.0:www/rubygem-ace-rails-ap \ rubygem-charlock_holmes>=0.7.5<0.8.0:textproc/rubygem-charlock_holmes \ rubygem-mimemagic>=0.3.2<0.4.0:misc/rubygem-mimemagic \ @@ -172,8 +172,9 @@ MY_DEPENDS= git>=2.21.0:devel/git \ rubygem-request_store>=1.3<2.0:devel/rubygem-request_store \ rubygem-base32>=0.3.0<0.4.0:converters/rubygem-base32 \ rubygem-gitlab-license>=1.0<2.0:devel/rubygem-gitlab-license \ + rubygem-rack-attack>=6.2.0<6.3.0:www/rubygem-rack-attack \ rubygem-sentry-raven>=2.9<3.0:devel/rubygem-sentry-raven \ - rubygem-premailer-rails19-rails52>=1.9.7<1.10.0:mail/rubygem-premailer-rails19-rails52 \ + rubygem-premailer-rails-rails52>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails52 \ rubygem-gitlab-labkit>=0.5<1.0:devel/rubygem-gitlab-labkit \ rubygem-ruby_parser>=3.8<4.0:devel/rubygem-ruby_parser \ rubygem-rails-i18n-rails52>=5.1<6.0:devel/rubygem-rails-i18n-rails52 \ @@ -206,18 +207,19 @@ MY_DEPENDS= git>=2.21.0: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>=1.65.0<1.66:net/rubygem-gitaly \ - rubygem-grpc>=1.19.0<1.20.0:net/rubygem-grpc \ - rubygem-google-protobuf371>=3.7.1<3.8.0:devel/rubygem-google-protobuf371 \ + rubygem-gitaly>=1.70.0<1.71:net/rubygem-gitaly \ + rubygem-grpc>=1.24.0<1.25.0:net/rubygem-grpc \ + rubygem-google-protobuf38>=3.8.0<3.9.0:devel/rubygem-google-protobuf38 \ rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \ - rubygem-flipper013>=0.13.0<0.14.0:devel/rubygem-flipper013 \ - rubygem-flipper-active_record013>=0.13.0<0.14.0:databases/rubygem-flipper-active_record013 \ - rubygem-flipper-active_support_cache_store013>=0.13.0<0.14.0:devel/rubygem-flipper-active_support_cache_store013 \ + rubygem-flipper>=0.17.1<0.18.0:devel/rubygem-flipper \ + rubygem-flipper-active_record>=0.17.1<0.18.0:databases/rubygem-flipper-active_record \ + rubygem-flipper-active_support_cache_store>=0.17.1<0.18.0:devel/rubygem-flipper-active_support_cache_store \ rubygem-unleash>=0.1.5<0.2.0:devel/rubygem-unleash \ rubygem-lograge-rails52>=0.5<1.0:www/rubygem-lograge-rails52 \ 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 + rubygem-countries>=3.0.0<4.0.0:devel/rubygem-countries \ + rubygem-retriable>=3.1.2<3.2.0:devel/rubygem-retriable BUILD_DEPENDS= gem:devel/ruby-gems \ ${MY_DEPENDS} @@ -237,7 +239,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= 4d477238500c347c6553d335d920bedfc5a46869 +GL_COMMIT= 1f0ab8978eff64f520348952fdbdd6dc5e9e9161 USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Sat Nov 23 08:52:07 2019 (r518203) +++ head/www/gitlab-ce/distinfo Sat Nov 23 08:53:52 2019 (r518204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574424522 -SHA256 (gitlab-org-gitlab-foss-4d477238500c347c6553d335d920bedfc5a46869_GL0.tar.gz) = 210842847b8d4c0e924214ec52becd9da80bff14dc53bc3550f465d7ec2936a5 -SIZE (gitlab-org-gitlab-foss-4d477238500c347c6553d335d920bedfc5a46869_GL0.tar.gz) = 100116844 +TIMESTAMP = 1574433397 +SHA256 (gitlab-org-gitlab-foss-1f0ab8978eff64f520348952fdbdd6dc5e9e9161_GL0.tar.gz) = 5688d3336560289122ad89da9f914c24012a83ee229ad830c2d5586aa751ae75 +SIZE (gitlab-org-gitlab-foss-1f0ab8978eff64f520348952fdbdd6dc5e9e9161_GL0.tar.gz) = 102088209 Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Sat Nov 23 08:52:07 2019 (r518203) +++ head/www/gitlab-ce/files/patch-Gemfile Sat Nov 23 08:53:52 2019 (r518204) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2019-10-22 12:01:49 UTC +--- Gemfile.orig 2019-11-22 03:17:46 UTC +++ Gemfile @@ -92,7 +92,6 @@ gem 'graphql', '~> 1.9.11' # https://gitlab.com/gitlab-org/gitlab/issues/31747 @@ -16,8 +16,8 @@ +gem 'rouge', '~> 3.11' gem 'truncato', '~> 0.7.11' gem 'bootstrap_form', '~> 4.2.0' - gem 'nokogiri', '~> 1.10.4' -@@ -225,7 +224,7 @@ gem 'redis-rails', '~> 5.0.2' + gem 'nokogiri', '~> 1.10.5' +@@ -226,7 +225,7 @@ gem 'redis-rails', '~> 5.0.2' gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false # HipChat integration @@ -26,14 +26,13 @@ # Jira integration gem 'jira-ruby', '~> 1.7' -@@ -328,85 +327,6 @@ group :metrics do +@@ -329,89 +328,6 @@ group :metrics do # Prometheus gem 'prometheus-client-mmap', '~> 0.9.10' gem 'raindrops', '~> 0.18' -end - -group :development do -- gem 'foreman', '~> 0.84.0' - gem 'brakeman', '~> 4.2', require: false - gem 'danger', '~> 6.0', require: false - @@ -90,7 +89,6 @@ - - gem 'benchmark-ips', '~> 2.3.0', require: false - -- gem 'license_finder', '~> 5.4', require: false - gem 'knapsack', '~> 1.17' - - gem 'stackprof', '~> 0.2.10', require: false @@ -100,6 +98,11 @@ - gem 'timecop', '~> 0.8.0' -end - +-# Gems required in omnibus-gitlab pipeline +-group :development, :test, :omnibus do +- gem 'license_finder', '~> 5.4', require: false +-end +- -group :test do - gem 'shoulda-matchers', '~> 4.0.1', require: false - gem 'email_spec', '~> 2.2.0' @@ -109,6 +112,7 @@ - gem 'concurrent-ruby', '~> 1.1' - gem 'test-prof', '~> 0.10.0' - gem 'rspec_junit_formatter' +- gem 'guard-rspec' end gem 'octokit', '~> 4.9' Modified: head/www/gitlab-ce/pkg-message ============================================================================== --- head/www/gitlab-ce/pkg-message Sat Nov 23 08:52:07 2019 (r518203) +++ head/www/gitlab-ce/pkg-message Sat Nov 23 08:53:52 2019 (r518204) @@ -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/12.4-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/12.5-freebsd.md EOM type: install } @@ -20,7 +20,7 @@ EOM If you just installed an major upgrade of GitLab, for example you switched from 11.8.x to 11.9.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/12.3-12.4-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/12.4-12.5-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Sat Nov 23 08:52:07 2019 (r518203) +++ head/www/gitlab-ce/pkg-plist Sat Nov 23 08:53:52 2019 (r518204) @@ -14,10 +14,10 @@ %%WWWDIR%%/.gitlab/ci/frontend.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/global.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/memory.gitlab-ci.yml -%%WWWDIR%%/.gitlab/ci/notifications.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/pages.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/qa.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/rails.gitlab-ci.yml +%%WWWDIR%%/.gitlab/ci/releases.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/reports.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/review.gitlab-ci.yml %%WWWDIR%%/.gitlab/ci/setup.gitlab-ci.yml @@ -68,6 +68,7 @@ %%WWWDIR%%/GITLAB_SHELL_VERSION %%WWWDIR%%/GITLAB_WORKHORSE_VERSION %%WWWDIR%%/Gemfile +%%WWWDIR%%/Guardfile %%WWWDIR%%/INSTALLATION_TYPE %%WWWDIR%%/LICENSE %%WWWDIR%%/MAINTENANCE.md @@ -117,6 +118,8 @@ %%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_success.png %%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_warning.png %%WWWDIR%%/app/assets/images/cluster_app_logos/cert_manager.png +%%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/gitlab.png %%WWWDIR%%/app/assets/images/cluster_app_logos/helm.png @@ -2138,12 +2141,14 @@ %%WWWDIR%%/app/assets/javascripts/boards/stores/actions.js %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store_ee.js +%%WWWDIR%%/app/assets/javascripts/boards/stores/getters.js %%WWWDIR%%/app/assets/javascripts/boards/stores/index.js %%WWWDIR%%/app/assets/javascripts/boards/stores/modal_store.js %%WWWDIR%%/app/assets/javascripts/boards/stores/mutation_types.js %%WWWDIR%%/app/assets/javascripts/boards/stores/mutations.js %%WWWDIR%%/app/assets/javascripts/boards/stores/state.js %%WWWDIR%%/app/assets/javascripts/boards/toggle_focus.js +%%WWWDIR%%/app/assets/javascripts/boards/toggle_labels.js %%WWWDIR%%/app/assets/javascripts/branches/branches_delete_modal.js %%WWWDIR%%/app/assets/javascripts/branches/components/divergence_graph.vue %%WWWDIR%%/app/assets/javascripts/branches/components/graph_bar.vue @@ -2159,6 +2164,7 @@ %%WWWDIR%%/app/assets/javascripts/clusters/clusters_bundle.js %%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/knative_domain_editor.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/uninstall_application_button.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue @@ -2193,10 +2199,19 @@ %%WWWDIR%%/app/assets/javascripts/confidential_merge_request/state.js %%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js %%WWWDIR%%/app/assets/javascripts/contextual_sidebar.js +%%WWWDIR%%/app/assets/javascripts/contributors/components/contributors.vue +%%WWWDIR%%/app/assets/javascripts/contributors/index.js +%%WWWDIR%%/app/assets/javascripts/contributors/services/contributors_service.js +%%WWWDIR%%/app/assets/javascripts/contributors/stores/actions.js +%%WWWDIR%%/app/assets/javascripts/contributors/stores/getters.js +%%WWWDIR%%/app/assets/javascripts/contributors/stores/index.js +%%WWWDIR%%/app/assets/javascripts/contributors/stores/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/contributors/stores/mutations.js +%%WWWDIR%%/app/assets/javascripts/contributors/stores/state.js +%%WWWDIR%%/app/assets/javascripts/contributors/utils.js %%WWWDIR%%/app/assets/javascripts/create_cluster/eks_cluster/components/cluster_form_dropdown.vue %%WWWDIR%%/app/assets/javascripts/create_cluster/eks_cluster/components/create_eks_cluster.vue %%WWWDIR%%/app/assets/javascripts/create_cluster/eks_cluster/components/eks_cluster_configuration_form.vue -%%WWWDIR%%/app/assets/javascripts/create_cluster/eks_cluster/components/region_dropdown.vue %%WWWDIR%%/app/assets/javascripts/create_cluster/eks_cluster/components/service_credentials_form.vue %%WWWDIR%%/app/assets/javascripts/create_cluster/eks_cluster/constants.js %%WWWDIR%%/app/assets/javascripts/create_cluster/eks_cluster/index.js @@ -2225,12 +2240,13 @@ %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/store/mutation_types.js %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/store/mutations.js %%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster/store/state.js +%%WWWDIR%%/app/assets/javascripts/create_cluster/gke_cluster_namespace/index.js +%%WWWDIR%%/app/assets/javascripts/create_cluster/init_create_cluster.js %%WWWDIR%%/app/assets/javascripts/create_item_dropdown.js %%WWWDIR%%/app/assets/javascripts/create_label.js %%WWWDIR%%/app/assets/javascripts/create_merge_request_dropdown.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/banner.vue %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue -%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_card_list_item.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 @@ -2361,13 +2377,24 @@ %%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js %%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js %%WWWDIR%%/app/assets/javascripts/environments/stores/helpers.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_details.vue %%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_tracking_list.vue -%%WWWDIR%%/app/assets/javascripts/error_tracking/index.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/components/stacktrace.vue +%%WWWDIR%%/app/assets/javascripts/error_tracking/components/stacktrace_entry.vue +%%WWWDIR%%/app/assets/javascripts/error_tracking/details.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/list.js %%WWWDIR%%/app/assets/javascripts/error_tracking/services/index.js -%%WWWDIR%%/app/assets/javascripts/error_tracking/store/actions.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/details/actions.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/details/getters.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/details/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/details/mutations.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/details/state.js %%WWWDIR%%/app/assets/javascripts/error_tracking/store/index.js -%%WWWDIR%%/app/assets/javascripts/error_tracking/store/mutation_types.js -%%WWWDIR%%/app/assets/javascripts/error_tracking/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/list/actions.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/list/getters.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/list/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/list/mutations.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/list/state.js %%WWWDIR%%/app/assets/javascripts/error_tracking/utils.js %%WWWDIR%%/app/assets/javascripts/error_tracking_settings/components/app.vue %%WWWDIR%%/app/assets/javascripts/error_tracking_settings/components/error_tracking_form.vue @@ -2437,6 +2464,13 @@ %%WWWDIR%%/app/assets/javascripts/gl_field_errors.js %%WWWDIR%%/app/assets/javascripts/gl_form.js %%WWWDIR%%/app/assets/javascripts/gpg_badges.js +%%WWWDIR%%/app/assets/javascripts/grafana_integration/components/grafana_integration.vue +%%WWWDIR%%/app/assets/javascripts/grafana_integration/index.js +%%WWWDIR%%/app/assets/javascripts/grafana_integration/store/actions.js +%%WWWDIR%%/app/assets/javascripts/grafana_integration/store/index.js +%%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/pageInfo.fragment.graphql %%WWWDIR%%/app/assets/javascripts/group.js %%WWWDIR%%/app/assets/javascripts/group_label_subscription.js @@ -2553,6 +2587,8 @@ %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/branches/mutation_types.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/branches/mutations.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/branches/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/clientside/actions.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/clientside/index.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/actions.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/constants.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/getters.js @@ -2639,6 +2675,11 @@ %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/components/item.vue %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/index.js %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/queries/issues.query.graphql +%%WWWDIR%%/app/assets/javascripts/issuables_list/components/issuable.vue +%%WWWDIR%%/app/assets/javascripts/issuables_list/components/issuables_list_app.vue +%%WWWDIR%%/app/assets/javascripts/issuables_list/constants.js +%%WWWDIR%%/app/assets/javascripts/issuables_list/eventhub.js +%%WWWDIR%%/app/assets/javascripts/issuables_list/index.js %%WWWDIR%%/app/assets/javascripts/issue.js %%WWWDIR%%/app/assets/javascripts/issue_show/components/app.vue %%WWWDIR%%/app/assets/javascripts/issue_show/components/description.vue @@ -2739,7 +2780,6 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/suppress_ajax_errors_during_navigation.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/tick_formats.js %%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/users_cache.js @@ -2770,8 +2810,10 @@ %%WWWDIR%%/app/assets/javascripts/mirrors/constants.js %%WWWDIR%%/app/assets/javascripts/mirrors/mirror_repos.js %%WWWDIR%%/app/assets/javascripts/mirrors/ssh_mirror.js +%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/anomaly.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/column.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/empty_chart.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/heatmap.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/single_stat.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/time_series.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboard.vue @@ -2781,6 +2823,7 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph_group.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/panel_type.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/shared/prometheus_header.vue %%WWWDIR%%/app/assets/javascripts/monitoring/constants.js %%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_bundle.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/actions.js @@ -2820,6 +2863,7 @@ %%WWWDIR%%/app/assets/javascripts/notebook/lib/highlight.js %%WWWDIR%%/app/assets/javascripts/notes.js %%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 %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_actions.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_counter.vue @@ -2851,6 +2895,7 @@ %%WWWDIR%%/app/assets/javascripts/notes/event_hub.js %%WWWDIR%%/app/assets/javascripts/notes/index.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/autosave.js +%%WWWDIR%%/app/assets/javascripts/notes/mixins/description_version_history.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/diff_line_note_form.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/discussion_navigation.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/draft.js @@ -2941,6 +2986,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/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 %%WWWDIR%%/app/assets/javascripts/pages/groups/registry/repositories/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js @@ -2991,7 +3038,6 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/destroy/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index/index.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/commit/pipelines/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/commit/show/index.js @@ -3005,14 +3051,12 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/metrics/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/terminal/index.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/details/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/find_file/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/charts/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/index.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_util.js %%WWWDIR%%/app/assets/javascripts/pages/projects/imports/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/init_blob.js @@ -3070,6 +3114,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/init_pipelines.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/test_report/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/project.js %%WWWDIR%%/app/assets/javascripts/pages/projects/project_members/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/registry/repositories/index.js @@ -3126,6 +3171,7 @@ %%WWWDIR%%/app/assets/javascripts/pdf/assets/img/bg.gif %%WWWDIR%%/app/assets/javascripts/pdf/index.vue %%WWWDIR%%/app/assets/javascripts/pdf/page/index.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/add_request.vue %%WWWDIR%%/app/assets/javascripts/performance_bar/components/detailed_metric.vue %%WWWDIR%%/app/assets/javascripts/performance_bar/components/performance_bar_app.vue %%WWWDIR%%/app/assets/javascripts/performance_bar/components/request_selector.vue @@ -3156,6 +3202,10 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_table.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_table_row.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/stage.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/test_reports/test_reports.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/test_reports/test_suite_table.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/test_reports/test_summary.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/test_reports/test_summary_table.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/time_ago.vue %%WWWDIR%%/app/assets/javascripts/pipelines/constants.js %%WWWDIR%%/app/assets/javascripts/pipelines/event_hub.js @@ -3170,7 +3220,13 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/services/pipelines_service.js %%WWWDIR%%/app/assets/javascripts/pipelines/stores/pipeline_store.js %%WWWDIR%%/app/assets/javascripts/pipelines/stores/pipelines_store.js -%%WWWDIR%%/app/assets/javascripts/privacy_policy_update_callout.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/test_reports/actions.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/test_reports/getters.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/test_reports/index.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/test_reports/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/test_reports/mutations.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/test_reports/state.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/test_reports/utils.js %%WWWDIR%%/app/assets/javascripts/profile/account/components/delete_account_modal.vue %%WWWDIR%%/app/assets/javascripts/profile/account/components/update_username.vue %%WWWDIR%%/app/assets/javascripts/profile/account/index.js @@ -3184,7 +3240,6 @@ %%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/gke_cluster_namespace/index.js %%WWWDIR%%/app/assets/javascripts/projects/project_import_gitlab_project.js %%WWWDIR%%/app/assets/javascripts/projects/project_new.js %%WWWDIR%%/app/assets/javascripts/projects/projects_filterable_list.js @@ -3201,8 +3256,6 @@ %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_create.js %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit.js %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit_list.js -%%WWWDIR%%/app/assets/javascripts/raven/index.js -%%WWWDIR%%/app/assets/javascripts/raven/raven_config.js %%WWWDIR%%/app/assets/javascripts/read_more.js %%WWWDIR%%/app/assets/javascripts/ref_select_dropdown.js %%WWWDIR%%/app/assets/javascripts/registry/components/app.vue @@ -3234,6 +3287,7 @@ %%WWWDIR%%/app/assets/javascripts/releases/detail/store/state.js %%WWWDIR%%/app/assets/javascripts/releases/list/components/app.vue %%WWWDIR%%/app/assets/javascripts/releases/list/components/release_block.vue +%%WWWDIR%%/app/assets/javascripts/releases/list/components/release_block_footer.vue %%WWWDIR%%/app/assets/javascripts/releases/list/index.js %%WWWDIR%%/app/assets/javascripts/releases/list/store/actions.js %%WWWDIR%%/app/assets/javascripts/releases/list/store/index.js @@ -3261,11 +3315,15 @@ %%WWWDIR%%/app/assets/javascripts/reports/store/utils.js %%WWWDIR%%/app/assets/javascripts/repository/components/app.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 +%%WWWDIR%%/app/assets/javascripts/repository/components/preview/index.vue %%WWWDIR%%/app/assets/javascripts/repository/components/table/header.vue %%WWWDIR%%/app/assets/javascripts/repository/components/table/index.vue %%WWWDIR%%/app/assets/javascripts/repository/components/table/parent_row.vue %%WWWDIR%%/app/assets/javascripts/repository/components/table/row.vue +%%WWWDIR%%/app/assets/javascripts/repository/components/tree_action_link.vue +%%WWWDIR%%/app/assets/javascripts/repository/components/tree_content.vue %%WWWDIR%%/app/assets/javascripts/repository/fragmentTypes.json %%WWWDIR%%/app/assets/javascripts/repository/graphql.js %%WWWDIR%%/app/assets/javascripts/repository/index.js @@ -3273,19 +3331,26 @@ %%WWWDIR%%/app/assets/javascripts/repository/mixins/get_ref.js %%WWWDIR%%/app/assets/javascripts/repository/pages/index.vue %%WWWDIR%%/app/assets/javascripts/repository/pages/tree.vue +%%WWWDIR%%/app/assets/javascripts/repository/queries/commit.fragment.graphql %%WWWDIR%%/app/assets/javascripts/repository/queries/getCommit.query.graphql %%WWWDIR%%/app/assets/javascripts/repository/queries/getCommits.query.graphql %%WWWDIR%%/app/assets/javascripts/repository/queries/getFiles.query.graphql %%WWWDIR%%/app/assets/javascripts/repository/queries/getPermissions.query.graphql %%WWWDIR%%/app/assets/javascripts/repository/queries/getProjectPath.query.graphql %%WWWDIR%%/app/assets/javascripts/repository/queries/getProjectShortPath.query.graphql +%%WWWDIR%%/app/assets/javascripts/repository/queries/getReadme.query.graphql %%WWWDIR%%/app/assets/javascripts/repository/queries/getRef.query.graphql %%WWWDIR%%/app/assets/javascripts/repository/queries/pathLastCommit.query.graphql %%WWWDIR%%/app/assets/javascripts/repository/router.js +%%WWWDIR%%/app/assets/javascripts/repository/utils/commit.js +%%WWWDIR%%/app/assets/javascripts/repository/utils/dom.js %%WWWDIR%%/app/assets/javascripts/repository/utils/icon.js +%%WWWDIR%%/app/assets/javascripts/repository/utils/readme.js %%WWWDIR%%/app/assets/javascripts/repository/utils/title.js %%WWWDIR%%/app/assets/javascripts/right_sidebar.js %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js +%%WWWDIR%%/app/assets/javascripts/sentry/index.js +%%WWWDIR%%/app/assets/javascripts/sentry/sentry_config.js %%WWWDIR%%/app/assets/javascripts/serverless/components/area.vue %%WWWDIR%%/app/assets/javascripts/serverless/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/serverless/components/environment_row.vue @@ -3353,6 +3418,8 @@ %%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js %%WWWDIR%%/app/assets/javascripts/snippet/snippet_embed.js %%WWWDIR%%/app/assets/javascripts/sortable/sortable_config.js +%%WWWDIR%%/app/assets/javascripts/sourcegraph/index.js +%%WWWDIR%%/app/assets/javascripts/sourcegraph/load.js %%WWWDIR%%/app/assets/javascripts/star.js %%WWWDIR%%/app/assets/javascripts/subscription_select.js %%WWWDIR%%/app/assets/javascripts/syntax_highlight.js @@ -3539,7 +3606,9 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_regular_label.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_scoped_label.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/toggle_sidebar.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/slot_switch.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/smart_virtual_list.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/split_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/stacked_progress_bar.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/svg_gradient.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/tabs/tab.vue @@ -3661,6 +3730,8 @@ %%WWWDIR%%/app/assets/stylesheets/highlight/themes/solarized-light.scss %%WWWDIR%%/app/assets/stylesheets/highlight/themes/white.scss %%WWWDIR%%/app/assets/stylesheets/highlight/white_base.scss +%%WWWDIR%%/app/assets/stylesheets/mailer.scss +%%WWWDIR%%/app/assets/stylesheets/mailer_client_specific.scss %%WWWDIR%%/app/assets/stylesheets/mailers/highlighted_diff_email.scss %%WWWDIR%%/app/assets/stylesheets/notify.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/_ide_mixins.scss @@ -3681,6 +3752,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/diff.scss %%WWWDIR%%/app/assets/stylesheets/pages/editor.scss %%WWWDIR%%/app/assets/stylesheets/pages/environments.scss +%%WWWDIR%%/app/assets/stylesheets/pages/error_details.scss %%WWWDIR%%/app/assets/stylesheets/pages/events.scss %%WWWDIR%%/app/assets/stylesheets/pages/experimental_separate_sign_up.scss %%WWWDIR%%/app/assets/stylesheets/pages/graph.scss @@ -3714,7 +3786,6 @@ %%WWWDIR%%/app/assets/stylesheets/pages/settings.scss %%WWWDIR%%/app/assets/stylesheets/pages/settings_ci_cd.scss %%WWWDIR%%/app/assets/stylesheets/pages/sherlock.scss -%%WWWDIR%%/app/assets/stylesheets/pages/stat_graph.scss %%WWWDIR%%/app/assets/stylesheets/pages/status.scss %%WWWDIR%%/app/assets/stylesheets/pages/tags.scss %%WWWDIR%%/app/assets/stylesheets/pages/todos.scss @@ -3808,6 +3879,7 @@ %%WWWDIR%%/app/controllers/concerns/preview_markdown.rb %%WWWDIR%%/app/controllers/concerns/project_unauthorized.rb %%WWWDIR%%/app/controllers/concerns/record_user_last_activity.rb +%%WWWDIR%%/app/controllers/concerns/redirects_for_missing_path_on_tree.rb %%WWWDIR%%/app/controllers/concerns/render_service_results.rb %%WWWDIR%%/app/controllers/concerns/renders_assignees.rb %%WWWDIR%%/app/controllers/concerns/renders_blob.rb @@ -3823,6 +3895,7 @@ %%WWWDIR%%/app/controllers/concerns/sessionless_authentication.rb %%WWWDIR%%/app/controllers/concerns/snippets_actions.rb %%WWWDIR%%/app/controllers/concerns/sorting_preference.rb +%%WWWDIR%%/app/controllers/concerns/sourcegraph_gon.rb %%WWWDIR%%/app/controllers/concerns/spammable_actions.rb %%WWWDIR%%/app/controllers/concerns/static_object_external_storage.rb %%WWWDIR%%/app/controllers/concerns/todos_actions.rb @@ -3852,6 +3925,7 @@ %%WWWDIR%%/app/controllers/groups/children_controller.rb %%WWWDIR%%/app/controllers/groups/clusters/applications_controller.rb %%WWWDIR%%/app/controllers/groups/clusters_controller.rb +%%WWWDIR%%/app/controllers/groups/group_links_controller.rb %%WWWDIR%%/app/controllers/groups/group_members_controller.rb %%WWWDIR%%/app/controllers/groups/labels_controller.rb %%WWWDIR%%/app/controllers/groups/milestones_controller.rb @@ -3994,6 +4068,7 @@ %%WWWDIR%%/app/controllers/projects/tree_controller.rb %%WWWDIR%%/app/controllers/projects/triggers_controller.rb %%WWWDIR%%/app/controllers/projects/uploads_controller.rb +%%WWWDIR%%/app/controllers/projects/usage_ping_controller.rb %%WWWDIR%%/app/controllers/projects/variables_controller.rb %%WWWDIR%%/app/controllers/projects/wikis_controller.rb %%WWWDIR%%/app/controllers/projects_controller.rb @@ -4013,6 +4088,7 @@ %%WWWDIR%%/app/controllers/users/terms_controller.rb %%WWWDIR%%/app/controllers/users_controller.rb %%WWWDIR%%/app/finders/README.md +%%WWWDIR%%/app/finders/abuse_reports_finder.rb %%WWWDIR%%/app/finders/access_requests_finder.rb %%WWWDIR%%/app/finders/admin/projects_finder.rb %%WWWDIR%%/app/finders/admin/runners_finder.rb @@ -4039,6 +4115,7 @@ %%WWWDIR%%/app/finders/environments_finder.rb %%WWWDIR%%/app/finders/events_finder.rb %%WWWDIR%%/app/finders/fork_projects_finder.rb +%%WWWDIR%%/app/finders/git_refs_finder.rb %%WWWDIR%%/app/finders/group_descendants_finder.rb %%WWWDIR%%/app/finders/group_finder.rb %%WWWDIR%%/app/finders/group_labels_finder.rb @@ -4063,6 +4140,7 @@ %%WWWDIR%%/app/finders/projects/daily_statistics_finder.rb %%WWWDIR%%/app/finders/projects/serverless/functions_finder.rb %%WWWDIR%%/app/finders/projects_finder.rb +%%WWWDIR%%/app/finders/prometheus_metrics_finder.rb %%WWWDIR%%/app/finders/releases_finder.rb %%WWWDIR%%/app/finders/resource_label_event_finder.rb %%WWWDIR%%/app/finders/runner_jobs_finder.rb @@ -4086,6 +4164,11 @@ %%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_group.rb %%WWWDIR%%/app/graphql/mutations/concerns/mutations/resolves_project.rb %%WWWDIR%%/app/graphql/mutations/merge_requests/base.rb +%%WWWDIR%%/app/graphql/mutations/merge_requests/set_assignees.rb +%%WWWDIR%%/app/graphql/mutations/merge_requests/set_labels.rb +%%WWWDIR%%/app/graphql/mutations/merge_requests/set_locked.rb +%%WWWDIR%%/app/graphql/mutations/merge_requests/set_milestone.rb +%%WWWDIR%%/app/graphql/mutations/merge_requests/set_subscription.rb %%WWWDIR%%/app/graphql/mutations/merge_requests/set_wip.rb %%WWWDIR%%/app/graphql/mutations/notes/base.rb %%WWWDIR%%/app/graphql/mutations/notes/create/base.rb @@ -4094,7 +4177,10 @@ %%WWWDIR%%/app/graphql/mutations/notes/create/note.rb %%WWWDIR%%/app/graphql/mutations/notes/destroy.rb %%WWWDIR%%/app/graphql/mutations/notes/update.rb +%%WWWDIR%%/app/graphql/mutations/todos/base.rb +%%WWWDIR%%/app/graphql/mutations/todos/mark_done.rb %%WWWDIR%%/app/graphql/resolvers/base_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/commit_pipelines_resolver.rb %%WWWDIR%%/app/graphql/resolvers/concerns/resolves_pipelines.rb %%WWWDIR%%/app/graphql/resolvers/echo_resolver.rb %%WWWDIR%%/app/graphql/resolvers/full_path_resolver.rb @@ -4124,7 +4210,6 @@ %%WWWDIR%%/app/graphql/types/commit_type.rb %%WWWDIR%%/app/graphql/types/diff_paths_input_type.rb %%WWWDIR%%/app/graphql/types/diff_refs_type.rb -%%WWWDIR%%/app/graphql/types/extended_issue_type.rb %%WWWDIR%%/app/graphql/types/group_type.rb %%WWWDIR%%/app/graphql/types/issuable_sort_enum.rb %%WWWDIR%%/app/graphql/types/issuable_state_enum.rb @@ -4136,6 +4221,7 @@ %%WWWDIR%%/app/graphql/types/merge_request_type.rb %%WWWDIR%%/app/graphql/types/metadata_type.rb %%WWWDIR%%/app/graphql/types/milestone_type.rb +%%WWWDIR%%/app/graphql/types/mutation_operation_mode_enum.rb %%WWWDIR%%/app/graphql/types/mutation_type.rb %%WWWDIR%%/app/graphql/types/namespace_type.rb %%WWWDIR%%/app/graphql/types/notes/diff_image_position_input_type.rb @@ -4265,6 +4351,7 @@ %%WWWDIR%%/app/helpers/sidekiq_helper.rb %%WWWDIR%%/app/helpers/snippets_helper.rb %%WWWDIR%%/app/helpers/sorting_helper.rb +%%WWWDIR%%/app/helpers/sourcegraph_helper.rb %%WWWDIR%%/app/helpers/storage_helper.rb %%WWWDIR%%/app/helpers/submodule_helper.rb %%WWWDIR%%/app/helpers/system_note_helper.rb @@ -4399,6 +4486,8 @@ %%WWWDIR%%/app/models/ci/trigger_request.rb %%WWWDIR%%/app/models/ci/variable.rb %%WWWDIR%%/app/models/clusters/applications/cert_manager.rb +%%WWWDIR%%/app/models/clusters/applications/crossplane.rb +%%WWWDIR%%/app/models/clusters/applications/elastic_stack.rb %%WWWDIR%%/app/models/clusters/applications/helm.rb %%WWWDIR%%/app/models/clusters/applications/ingress.rb %%WWWDIR%%/app/models/clusters/applications/jupyter.rb @@ -4544,6 +4633,7 @@ %%WWWDIR%%/app/models/deploy_keys_project.rb %%WWWDIR%%/app/models/deploy_token.rb %%WWWDIR%%/app/models/deployment.rb +%%WWWDIR%%/app/models/deployment_merge_request.rb %%WWWDIR%%/app/models/deployment_metrics.rb %%WWWDIR%%/app/models/description_version.rb %%WWWDIR%%/app/models/diff_discussion.rb @@ -4586,6 +4676,7 @@ %%WWWDIR%%/app/models/grafana_integration.rb %%WWWDIR%%/app/models/group.rb %%WWWDIR%%/app/models/group_custom_attribute.rb +%%WWWDIR%%/app/models/group_group_link.rb %%WWWDIR%%/app/models/group_label.rb %%WWWDIR%%/app/models/group_milestone.rb %%WWWDIR%%/app/models/guest.rb @@ -4780,6 +4871,7 @@ %%WWWDIR%%/app/models/users_star_project.rb %%WWWDIR%%/app/models/wiki_directory.rb %%WWWDIR%%/app/models/wiki_page.rb +%%WWWDIR%%/app/models/zoom_meeting.rb %%WWWDIR%%/app/policies/application_setting/term_policy.rb %%WWWDIR%%/app/policies/award_emoji_policy.rb %%WWWDIR%%/app/policies/base_policy.rb @@ -4860,6 +4952,7 @@ %%WWWDIR%%/app/presenters/project_member_presenter.rb %%WWWDIR%%/app/presenters/project_presenter.rb %%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb +%%WWWDIR%%/app/presenters/release_presenter.rb %%WWWDIR%%/app/presenters/todo_presenter.rb %%WWWDIR%%/app/presenters/tree_entry_presenter.rb %%WWWDIR%%/app/presenters/user_presenter.rb @@ -4935,7 +5028,11 @@ %%WWWDIR%%/app/serializers/environment_serializer.rb %%WWWDIR%%/app/serializers/environment_status_entity.rb %%WWWDIR%%/app/serializers/environment_status_serializer.rb +%%WWWDIR%%/app/serializers/error_tracking/detailed_error_entity.rb +%%WWWDIR%%/app/serializers/error_tracking/detailed_error_serializer.rb %%WWWDIR%%/app/serializers/error_tracking/error_entity.rb +%%WWWDIR%%/app/serializers/error_tracking/error_event_entity.rb +%%WWWDIR%%/app/serializers/error_tracking/error_event_serializer.rb %%WWWDIR%%/app/serializers/error_tracking/error_serializer.rb %%WWWDIR%%/app/serializers/error_tracking/project_entity.rb %%WWWDIR%%/app/serializers/error_tracking/project_serializer.rb @@ -5083,6 +5180,8 @@ %%WWWDIR%%/app/services/ci/ensure_stage_service.rb %%WWWDIR%%/app/services/ci/expire_pipeline_cache_service.rb %%WWWDIR%%/app/services/ci/extract_sections_from_build_trace_service.rb +%%WWWDIR%%/app/services/ci/find_exposed_artifacts_service.rb +%%WWWDIR%%/app/services/ci/generate_exposed_artifacts_report_service.rb %%WWWDIR%%/app/services/ci/pipeline_schedule_service.rb %%WWWDIR%%/app/services/ci/pipeline_trigger_service.rb %%WWWDIR%%/app/services/ci/play_build_service.rb @@ -5110,9 +5209,15 @@ %%WWWDIR%%/app/services/clusters/applications/uninstall_service.rb %%WWWDIR%%/app/services/clusters/applications/update_service.rb %%WWWDIR%%/app/services/clusters/applications/upgrade_service.rb +%%WWWDIR%%/app/services/clusters/aws/fetch_credentials_service.rb +%%WWWDIR%%/app/services/clusters/aws/finalize_creation_service.rb +%%WWWDIR%%/app/services/clusters/aws/provision_service.rb +%%WWWDIR%%/app/services/clusters/aws/proxy_service.rb +%%WWWDIR%%/app/services/clusters/aws/verify_provision_status_service.rb %%WWWDIR%%/app/services/clusters/build_kubernetes_namespace_service.rb %%WWWDIR%%/app/services/clusters/build_service.rb %%WWWDIR%%/app/services/clusters/create_service.rb +%%WWWDIR%%/app/services/clusters/destroy_service.rb %%WWWDIR%%/app/services/clusters/gcp/fetch_operation_service.rb %%WWWDIR%%/app/services/clusters/gcp/finalize_creation_service.rb %%WWWDIR%%/app/services/clusters/gcp/provision_service.rb @@ -5132,6 +5237,7 @@ %%WWWDIR%%/app/services/compare_service.rb %%WWWDIR%%/app/services/concerns/exclusive_lease_guard.rb %%WWWDIR%%/app/services/concerns/git/change_params.rb +%%WWWDIR%%/app/services/concerns/git/logger.rb %%WWWDIR%%/app/services/concerns/issues/resolve_discussions.rb %%WWWDIR%%/app/services/concerns/merge_requests/assigns_merge_params.rb %%WWWDIR%%/app/services/concerns/suggestible.rb @@ -5147,6 +5253,7 @@ %%WWWDIR%%/app/services/deploy_tokens/create_service.rb %%WWWDIR%%/app/services/deployments/after_create_service.rb %%WWWDIR%%/app/services/deployments/create_service.rb +%%WWWDIR%%/app/services/deployments/link_merge_requests_service.rb %%WWWDIR%%/app/services/deployments/update_service.rb %%WWWDIR%%/app/services/discussions/base_service.rb %%WWWDIR%%/app/services/discussions/resolve_service.rb @@ -5155,6 +5262,9 @@ %%WWWDIR%%/app/services/emails/confirm_service.rb %%WWWDIR%%/app/services/emails/create_service.rb %%WWWDIR%%/app/services/emails/destroy_service.rb +%%WWWDIR%%/app/services/error_tracking/base_service.rb +%%WWWDIR%%/app/services/error_tracking/issue_details_service.rb +%%WWWDIR%%/app/services/error_tracking/issue_latest_event_service.rb %%WWWDIR%%/app/services/error_tracking/list_issues_service.rb %%WWWDIR%%/app/services/error_tracking/list_projects_service.rb %%WWWDIR%%/app/services/event_create_service.rb @@ -5180,6 +5290,9 @@ %%WWWDIR%%/app/services/groups/base_service.rb %%WWWDIR%%/app/services/groups/create_service.rb %%WWWDIR%%/app/services/groups/destroy_service.rb +%%WWWDIR%%/app/services/groups/group_links/create_service.rb +%%WWWDIR%%/app/services/groups/group_links/destroy_service.rb +%%WWWDIR%%/app/services/groups/import_export/export_service.rb %%WWWDIR%%/app/services/groups/nested_create_service.rb %%WWWDIR%%/app/services/groups/transfer_service.rb %%WWWDIR%%/app/services/groups/update_service.rb @@ -5258,12 +5371,12 @@ %%WWWDIR%%/app/services/merge_requests/resolved_discussion_notification_service.rb %%WWWDIR%%/app/services/merge_requests/squash_service.rb %%WWWDIR%%/app/services/merge_requests/update_service.rb -%%WWWDIR%%/app/services/merge_requests/working_copy_base_service.rb %%WWWDIR%%/app/services/metrics/dashboard/base_embed_service.rb %%WWWDIR%%/app/services/metrics/dashboard/base_service.rb %%WWWDIR%%/app/services/metrics/dashboard/custom_metric_embed_service.rb %%WWWDIR%%/app/services/metrics/dashboard/default_embed_service.rb %%WWWDIR%%/app/services/metrics/dashboard/dynamic_embed_service.rb +%%WWWDIR%%/app/services/metrics/dashboard/grafana_metric_embed_service.rb %%WWWDIR%%/app/services/metrics/dashboard/project_dashboard_service.rb %%WWWDIR%%/app/services/metrics/dashboard/system_dashboard_service.rb %%WWWDIR%%/app/services/metrics_service.rb @@ -5403,6 +5516,7 @@ %%WWWDIR%%/app/services/system_notes/base_service.rb %%WWWDIR%%/app/services/system_notes/commit_service.rb %%WWWDIR%%/app/services/system_notes/issuables_service.rb +%%WWWDIR%%/app/services/system_notes/merge_requests_service.rb %%WWWDIR%%/app/services/system_notes/zoom_service.rb %%WWWDIR%%/app/services/tags/create_service.rb %%WWWDIR%%/app/services/tags/destroy_service.rb @@ -5431,6 +5545,7 @@ %%WWWDIR%%/app/services/users/refresh_authorized_projects_service.rb %%WWWDIR%%/app/services/users/respond_to_terms_service.rb %%WWWDIR%%/app/services/users/set_status_service.rb +%%WWWDIR%%/app/services/users/signup_service.rb %%WWWDIR%%/app/services/users/update_service.rb %%WWWDIR%%/app/services/validate_new_branch_service.rb %%WWWDIR%%/app/services/verify_pages_domain_service.rb @@ -5440,7 +5555,6 @@ %%WWWDIR%%/app/services/wiki_pages/destroy_service.rb %%WWWDIR%%/app/services/wiki_pages/update_service.rb %%WWWDIR%%/app/services/wikis/create_attachment_service.rb -%%WWWDIR%%/app/services/zoom_notes_service.rb %%WWWDIR%%/app/uploaders/attachment_uploader.rb %%WWWDIR%%/app/uploaders/avatar_uploader.rb %%WWWDIR%%/app/uploaders/external_diff_uploader.rb @@ -5477,11 +5591,13 @@ %%WWWDIR%%/app/validators/project_path_validator.rb %%WWWDIR%%/app/validators/public_url_validator.rb %%WWWDIR%%/app/validators/qualified_domain_array_validator.rb +%%WWWDIR%%/app/validators/same_project_association_validator.rb %%WWWDIR%%/app/validators/sha_validator.rb %%WWWDIR%%/app/validators/system_hook_url_validator.rb %%WWWDIR%%/app/validators/top_level_group_validator.rb %%WWWDIR%%/app/validators/variable_duplicates_validator.rb %%WWWDIR%%/app/validators/x509_certificate_credentials_validator.rb +%%WWWDIR%%/app/validators/zoom_url_validator.rb %%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml %%WWWDIR%%/app/views/abuse_report_mailer/notify.text.haml %%WWWDIR%%/app/views/abuse_reports/new.html.haml @@ -5495,6 +5611,7 @@ %%WWWDIR%%/app/views/admin/application_settings/_account_and_limit.html.haml %%WWWDIR%%/app/views/admin/application_settings/_ci_cd.html.haml %%WWWDIR%%/app/views/admin/application_settings/_diff_limits.html.haml +%%WWWDIR%%/app/views/admin/application_settings/_eks.html.haml %%WWWDIR%%/app/views/admin/application_settings/_email.html.haml %%WWWDIR%%/app/views/admin/application_settings/_external_authorization_service_form.html.haml %%WWWDIR%%/app/views/admin/application_settings/_gitaly.html.haml @@ -5519,6 +5636,7 @@ %%WWWDIR%%/app/views/admin/application_settings/_signin.html.haml %%WWWDIR%%/app/views/admin/application_settings/_signup.html.haml %%WWWDIR%%/app/views/admin/application_settings/_snowplow.html.haml +%%WWWDIR%%/app/views/admin/application_settings/_sourcegraph.html.haml %%WWWDIR%%/app/views/admin/application_settings/_spam.html.haml %%WWWDIR%%/app/views/admin/application_settings/_terminal.html.haml %%WWWDIR%%/app/views/admin/application_settings/_terms.html.haml @@ -5613,6 +5731,10 @@ %%WWWDIR%%/app/views/admin/users/projects.html.haml %%WWWDIR%%/app/views/admin/users/show.html.haml %%WWWDIR%%/app/views/award_emoji/_awards_block.html.haml +%%WWWDIR%%/app/views/ci/group_variables/_content.html.haml +%%WWWDIR%%/app/views/ci/group_variables/_header.html.haml +%%WWWDIR%%/app/views/ci/group_variables/_index.html.haml +%%WWWDIR%%/app/views/ci/group_variables/_variable_header.html.haml %%WWWDIR%%/app/views/ci/lints/show.html.haml %%WWWDIR%%/app/views/ci/runner/_how_to_setup_runner.html.haml %%WWWDIR%%/app/views/ci/runner/_how_to_setup_runner_automatically.html.haml @@ -5624,6 +5746,7 @@ %%WWWDIR%%/app/views/ci/variables/_environment_scope_header.html.haml %%WWWDIR%%/app/views/ci/variables/_header.html.haml %%WWWDIR%%/app/views/ci/variables/_index.html.haml +%%WWWDIR%%/app/views/ci/variables/_url_query_variable_row.html.haml %%WWWDIR%%/app/views/ci/variables/_variable_header.html.haml %%WWWDIR%%/app/views/ci/variables/_variable_row.html.haml %%WWWDIR%%/app/views/clusters/clusters/_advanced_settings.html.haml @@ -5636,12 +5759,13 @@ %%WWWDIR%%/app/views/clusters/clusters/_gcp_signup_offer_banner.html.haml %%WWWDIR%%/app/views/clusters/clusters/_namespace.html.haml %%WWWDIR%%/app/views/clusters/clusters/_sidebar.html.haml +%%WWWDIR%%/app/views/clusters/clusters/aws/_new.html.haml %%WWWDIR%%/app/views/clusters/clusters/cloud_providers/_cloud_provider_button.html.haml %%WWWDIR%%/app/views/clusters/clusters/cloud_providers/_cloud_provider_selector.html.haml -%%WWWDIR%%/app/views/clusters/clusters/eks/_index.html.haml %%WWWDIR%%/app/views/clusters/clusters/gcp/_form.html.haml %%WWWDIR%%/app/views/clusters/clusters/gcp/_gcp_not_configured.html.haml %%WWWDIR%%/app/views/clusters/clusters/gcp/_header.html.haml +%%WWWDIR%%/app/views/clusters/clusters/gcp/_new.html.haml %%WWWDIR%%/app/views/clusters/clusters/gcp/_signin_with_google_button.html.haml %%WWWDIR%%/app/views/clusters/clusters/index.html.haml %%WWWDIR%%/app/views/clusters/clusters/new.html.haml @@ -6072,6 +6196,7 @@ %%WWWDIR%%/app/views/profiles/passwords/edit.html.haml %%WWWDIR%%/app/views/profiles/passwords/new.html.haml %%WWWDIR%%/app/views/profiles/personal_access_tokens/index.html.haml +%%WWWDIR%%/app/views/profiles/preferences/_sourcegraph.html.haml %%WWWDIR%%/app/views/profiles/preferences/show.html.haml %%WWWDIR%%/app/views/profiles/preferences/update.js.erb %%WWWDIR%%/app/views/profiles/show.html.haml @@ -6261,13 +6386,15 @@ %%WWWDIR%%/app/views/projects/environments/_metrics_button.html.haml %%WWWDIR%%/app/views/projects/environments/_terminal_button.html.haml %%WWWDIR%%/app/views/projects/environments/edit.html.haml -%%WWWDIR%%/app/views/projects/environments/empty.html.haml +%%WWWDIR%%/app/views/projects/environments/empty_logs.html.haml +%%WWWDIR%%/app/views/projects/environments/empty_metrics.html.haml %%WWWDIR%%/app/views/projects/environments/folder.html.haml %%WWWDIR%%/app/views/projects/environments/index.html.haml %%WWWDIR%%/app/views/projects/environments/metrics.html.haml %%WWWDIR%%/app/views/projects/environments/new.html.haml %%WWWDIR%%/app/views/projects/environments/show.html.haml %%WWWDIR%%/app/views/projects/environments/terminal.html.haml +%%WWWDIR%%/app/views/projects/error_tracking/details.html.haml %%WWWDIR%%/app/views/projects/error_tracking/index.html.haml %%WWWDIR%%/app/views/projects/find_file/show.html.haml %%WWWDIR%%/app/views/projects/forks/_fork_button.html.haml @@ -6382,8 +6509,10 @@ %%WWWDIR%%/app/views/projects/pages/_use.html.haml %%WWWDIR%%/app/views/projects/pages/show.html.haml %%WWWDIR%%/app/views/projects/pages_domains/_certificate.html.haml +%%WWWDIR%%/app/views/projects/pages_domains/_dns.html.haml %%WWWDIR%%/app/views/projects/pages_domains/_form.html.haml %%WWWDIR%%/app/views/projects/pages_domains/_helper_text.html.haml +%%WWWDIR%%/app/views/projects/pages_domains/_lets_encrypt_callout.html.haml %%WWWDIR%%/app/views/projects/pages_domains/edit.html.haml %%WWWDIR%%/app/views/projects/pages_domains/new.html.haml %%WWWDIR%%/app/views/projects/pages_domains/show.html.haml @@ -6475,6 +6604,7 @@ %%WWWDIR%%/app/views/projects/settings/members/show.html.haml %%WWWDIR%%/app/views/projects/settings/operations/_error_tracking.html.haml %%WWWDIR%%/app/views/projects/settings/operations/_external_dashboard.html.haml +%%WWWDIR%%/app/views/projects/settings/operations/_grafana_integration.html.haml %%WWWDIR%%/app/views/projects/settings/operations/show.html.haml %%WWWDIR%%/app/views/projects/settings/repository/_protected_branches.html.haml %%WWWDIR%%/app/views/projects/settings/repository/show.html.haml @@ -6805,7 +6935,9 @@ %%WWWDIR%%/app/views/shared/members/update.js.haml %%WWWDIR%%/app/views/shared/milestones/_delete_button.html.haml %%WWWDIR%%/app/views/shared/milestones/_deprecation_message.html.haml +%%WWWDIR%%/app/views/shared/milestones/_description.html.haml %%WWWDIR%%/app/views/shared/milestones/_form_dates.html.haml +%%WWWDIR%%/app/views/shared/milestones/_header.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuable.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuables.html.haml %%WWWDIR%%/app/views/shared/milestones/_issues_tab.html.haml @@ -6913,6 +7045,9 @@ %%WWWDIR%%/app/workers/cluster_wait_for_ingress_ip_address_worker.rb %%WWWDIR%%/app/workers/clusters/applications/uninstall_worker.rb %%WWWDIR%%/app/workers/clusters/applications/wait_for_uninstall_app_worker.rb +%%WWWDIR%%/app/workers/clusters/cleanup/app_worker.rb +%%WWWDIR%%/app/workers/clusters/cleanup/project_namespace_worker.rb +%%WWWDIR%%/app/workers/clusters/cleanup/service_account_worker.rb %%WWWDIR%%/app/workers/concerns/application_worker.rb %%WWWDIR%%/app/workers/concerns/auto_devops_queue.rb %%WWWDIR%%/app/workers/concerns/chaos_queue.rb @@ -6973,6 +7108,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***