From owner-svn-ports-all@freebsd.org Thu Jun 4 20:07:31 2020 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 C065932FE42; Thu, 4 Jun 2020 20:07:31 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49dGz74GhDz3WDb; Thu, 4 Jun 2020 20:07:31 +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 8D57625308; Thu, 4 Jun 2020 20:07:31 +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 054K7VqU057197; Thu, 4 Jun 2020 20:07:31 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 054K7TBh057186; Thu, 4 Jun 2020 20:07:29 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202006042007.054K7TBh057186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 4 Jun 2020 20:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537954 - 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: 537954 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.33 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: Thu, 04 Jun 2020 20:07:31 -0000 Author: mfechner Date: Thu Jun 4 20:07:29 2020 New Revision: 537954 URL: https://svnweb.freebsd.org/changeset/ports/537954 Log: Update to gitlab-ce 13.0.5. Changelog: https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/ https://about.gitlab.com/releases/2020/05/22/gitlab-13-0-released/ https://about.gitlab.com/releases/2020/05/27/security-release-13-0-1-released/ https://about.gitlab.com/releases/2020/05/29/gitlab-13-0-3-released/ https://about.gitlab.com/releases/2020/06/03/critical-security-release-13-0-4-released/ Make sure you read the upgrade manual very carefully, there is a manual change in file: /usr/local/share/gitaly/config.toml required that the diff does not show. Added: head/www/gitlab-ce/files/patch-config_redis.cache.yml.example (contents, props changed) head/www/gitlab-ce/files/patch-config_redis.queues.yml.example (contents, props changed) head/www/gitlab-ce/files/patch-config_redis.shared__state.yml.example (contents, props changed) Deleted: head/www/gitlab-ce/files/patch-config_initializers_active__record__fix__insert__all.rb Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/files/gitlab.in head/www/gitlab-ce/files/patch-Gemfile head/www/gitlab-ce/files/patch-config_gitlab.yml.example head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Thu Jun 4 20:04:54 2020 (r537953) +++ head/www/gitlab-ce/Makefile Thu Jun 4 20:07:29 2020 (r537954) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 12.10.9 +PORTVERSION= 13.0.5 PORTREVISION= 0 CATEGORIES= www devel @@ -16,16 +16,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # which makes maintaining this long list much easier! MY_DEPENDS= git>=2.24.3:devel/git \ gitaly>=${PORTVERSION}:devel/gitaly \ - gitlab-shell>=12.2.0:devel/gitlab-shell \ - gitlab-workhorse>=8.30.2:www/gitlab-workhorse \ - gitlab-pages>=1.17.0:www/gitlab-pages \ - gitlab-elasticsearch-indexer>=2.2.0:textproc/gitlab-elasticsearch-indexer \ + gitlab-elasticsearch-indexer>=2.3.0:textproc/gitlab-elasticsearch-indexer \ + gitlab-pages>=1.18.0:www/gitlab-pages \ + gitlab-shell>=13.3.0:devel/gitlab-shell \ + gitlab-workhorse>=8.31.1:www/gitlab-workhorse \ redis>=3.2.12:databases/redis \ yarn>=1.10.0:www/yarn \ gtar>0:archivers/gtar \ bash>0:shells/bash \ gtar>0:archivers/gtar \ - rubygem-rails60>=6.0.3.1<6.0.3.2:www/rubygem-rails60 \ + rubygem-rails60>=6.0.3<6.1:www/rubygem-rails60 \ rubygem-bootsnap>=1.4.6<2.0:devel/rubygem-bootsnap \ rubygem-nakayoshi_fork>=0.0.4<0.1.0:devel/rubygem-nakayoshi_fork \ rubygem-responders-rails60>=3.0<4.0:www/rubygem-responders-rails60 \ @@ -37,7 +37,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-faraday0>=0.12<1.0:www/rubygem-faraday0 \ rubygem-marginalia>=1.8.0<1.9:databases/rubygem-marginalia \ rubygem-devise-rails60>=4.6<5.0:devel/rubygem-devise-rails60 \ - rubygem-doorkeeper>=5.0.2<5.1:security/rubygem-doorkeeper \ + rubygem-doorkeeper>=5.0.3<5.1:security/rubygem-doorkeeper \ rubygem-doorkeeper-openid_connect>=1.6.3<1.7:security/rubygem-doorkeeper-openid_connect \ rubygem-omniauth>=1.8<2.0:security/rubygem-omniauth \ rubygem-omniauth-auth0>=2.0.0<2.1.0:net/rubygem-omniauth-auth0 \ @@ -103,7 +103,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-faraday_middleware-aws-signers-v4>0:devel/rubygem-faraday_middleware-aws-signers-v4 \ rubygem-html-pipeline>=2.12<3.0:textproc/rubygem-html-pipeline \ rubygem-deckar01-task_list=2.3.1:www/rubygem-deckar01-task_list \ - rubygem-gitlab-markup>=1.7.0<1.8.0:textproc/rubygem-gitlab-markup \ + 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 \ rubygem-commonmarker>=0.20<1.0:textproc/rubygem-commonmarker \ rubygem-redcloth>=4.3.2<4.4.0:www/rubygem-redcloth \ @@ -113,8 +113,8 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-wikicloth081>=0.8.1<0.8.2:textproc/rubygem-wikicloth081 \ rubygem-asciidoctor>=2.0.10<2.1.0:textproc/rubygem-asciidoctor \ rubygem-asciidoctor-include-ext>=0.3.1<0.4.0:textproc/rubygem-asciidoctor-include-ext \ - rubygem-asciidoctor-plantuml0010=0.0.10:textproc/rubygem-asciidoctor-plantuml0010 \ - rubygem-rouge318>=3.18.0<3.19:textproc/rubygem-rouge318 \ + rubygem-asciidoctor-plantuml>=0.0.12<0.1:textproc/rubygem-asciidoctor-plantuml \ + rubygem-rouge>=3.19.0<3.20: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.9<1.11.0:textproc/rubygem-nokogiri \ @@ -123,7 +123,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-diffy>=3.3<4:textproc/rubygem-diffy \ rubygem-diff_match_patch>=0.1.0<0.2.0:textproc/rubygem-diff_match_patch \ rubygem-rack20>=2.0.9<2.1.0,3:www/rubygem-rack20 \ - rubygem-unicorn>=5.4.1<5.5.0:www/rubygem-unicorn \ + rubygem-unicorn>=5.5<6:www/rubygem-unicorn \ rubygem-unicorn-worker-killer>=0.4.4<0.5.0:www/rubygem-unicorn-worker-killer \ rubygem-gitlab-puma>=4.3.3.g.2:www/rubygem-gitlab-puma \ rubygem-gitlab-puma_worker_killer>=0.1.1.g.1:www/rubygem-gitlab-puma_worker_killer \ @@ -139,7 +139,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-rainbow>=3.0<4.0:devel/rubygem-rainbow \ rubygem-ruby-progressbar>=0:devel/rubygem-ruby-progressbar \ rubygem-settingslogic>=2.0.9<2.1.0:devel/rubygem-settingslogic \ - rubygem-re2>=1.1.1<1.2.0:devel/rubygem-re2 \ + rubygem-re2>=1.2.0<1.3.0:devel/rubygem-re2 \ rubygem-version_sorter>=2.2.4<2.3.0:textproc/rubygem-version_sorter \ rubygem-js_regex>=3.1<4.0:textproc/rubygem-js_regex \ rubygem-device_detector>=0:devel/rubygem-device_detector \ @@ -148,7 +148,7 @@ MY_DEPENDS= git>=2.24.3: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-ruby1>=1.7<2.0:devel/rubygem-jira-ruby1 \ + rubygem-jira-ruby>=2.0.0<2.1: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.3<2.4.0:devel/rubygem-slack-messenger \ @@ -174,10 +174,10 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-font-awesome-rails-rails60>=4.7<5.0:devel/rubygem-font-awesome-rails-rails60 \ rubygem-gemojione>=3.3<4.0:graphics/rubygem-gemojione \ rubygem-gon-rails60>=6.2<7.0:www/rubygem-gon-rails60 \ - rubygem-request_store>=1.3<2.0:devel/rubygem-request_store \ + rubygem-request_store>=1.5<2.0:devel/rubygem-request_store \ rubygem-base32>=0.3.0<0.4.0:converters/rubygem-base32 \ rubygem-gitlab-license>=1.0<2.0:devel/rubygem-gitlab-license \ - rubygem-rack-attack>=6.2.0<6.3.0:www/rubygem-rack-attack \ + rubygem-rack-attack>=6.3.0<6.4.0:www/rubygem-rack-attack \ rubygem-sentry-raven>=2.9<3.0:devel/rubygem-sentry-raven \ rubygem-premailer-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \ rubygem-gitlab-labkit>=0.12.0<0.12.1:devel/rubygem-gitlab-labkit \ @@ -189,13 +189,11 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-batch-loader14>=1.4.0<1.5.0:devel/rubygem-batch-loader14 \ rubygem-peek-rails60>=1.1.0<2.0:devel/rubygem-peek-rails60 \ rubygem-snowplow-tracker>=0.6.1<0.7.0:devel/rubygem-snowplow-tracker \ - rubygem-derailed_benchmarks>0:benchmarks/rubygem-derailed_benchmarks \ rubygem-method_source0>=0.8<1.0:devel/rubygem-method_source0 \ - rubygem-influxdb>=0.2<1.0:databases/rubygem-influxdb \ rubygem-prometheus-client-mmap>=0.10.0<0.11.0:devel/rubygem-prometheus-client-mmap \ rubygem-raindrops>=0.18<1.0:www/rubygem-raindrops \ rubygem-octokit>=4.15<5.0:net/rubygem-octokit \ - rubygem-gitlab-mail_room>=0.0.3<0.1.0:mail/rubygem-gitlab-mail_room \ + rubygem-gitlab-mail_room>=0.0.4<0.1.0:mail/rubygem-gitlab-mail_room \ rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ rubygem-ruby-prof>=1.3.0<1.4.0:devel/rubygem-ruby-prof \ @@ -209,11 +207,11 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-vmstat>=2.3.0<2.4.0:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6<1.2.0:sysutils/rubygem-sys-filesystem \ rubygem-net-ntp>0:net/rubygem-net-ntp \ - rubygem-net-ssh>=5.2<6.0,2:security/rubygem-net-ssh \ + rubygem-net-ssh>=6.0<7,2:security/rubygem-net-ssh \ 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>=12.9.0.p.r4<12.10.0:net/rubygem-gitaly \ + rubygem-gitaly>=13.0.0.p.r1<13.1.0:net/rubygem-gitaly \ rubygem-grpc124>=1.24.0:net/rubygem-grpc124 \ rubygem-google-protobuf38>=3.8.:devel/rubygem-google-protobuf38 \ rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \ @@ -226,11 +224,12 @@ MY_DEPENDS= git>=2.24.3:devel/git \ 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-retriable>=3.1.2<3.2.0:devel/rubygem-retriable \ - rubygem-liquid>=4.0<5:textproc/rubygem-liquid \ rubygem-lru_redux>0:devel/rubygem-lru_redux \ rubygem-erubi>=1.9.0<1.10:www/rubygem-erubi \ rubygem-mail>=2.7.1<2.7.2,2:mail/rubygem-mail \ - rubygem-lockbox>=0.3.3<0.4.0:security/rubygem-lockbox + rubygem-lockbox>=0.3.3<0.4.0:security/rubygem-lockbox \ + rubygem-valid_email>=0.1<1:mail/rubygem-valid_email \ + rubygem-json>=2.3.0<2.4:devel/rubygem-json BUILD_DEPENDS= gem:devel/ruby-gems \ ${MY_DEPENDS} @@ -251,7 +250,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= 2ae60e40f3d674543eb3ba36a573bc0869ea66b6 +GL_COMMIT= 9097f912ba5c4eb3f396675dc51fe64bc5b16268 SHEBANG_FILES= bin/background_* scripts/build_assets_image scripts/clean-old-cached-assets scripts/create_postgres_user.sh scripts/prepare_postgres_fdw.sh scripts/review_apps/gcp_cleanup.sh scripts/rspec_helpers.sh scripts/security-harness USERS= git @@ -276,12 +275,18 @@ do-install: ${FIND} ${WRKSRC} -name '*.gitkeep' -delete ${FIND} ${WRKSRC} -name '*.gitignore' -delete ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete + # get files for workdir with: find . -name "*.example" + ${MV} ${WRKSRC}/config/puma.rb.example ${WRKSRC}/config/puma.rb.sample + ${MV} ${WRKSRC}/config/secrets.yml.example ${WRKSRC}/config/secrets.yml.sample + ${MV} ${WRKSRC}/config/redis.cache.yml.example ${WRKSRC}/config/redis.cache.yml.sample + ${MV} ${WRKSRC}/config/sidekiq.yml.example ${WRKSRC}/config/sidekiq.yml.sample + ${MV} ${WRKSRC}/config/cable.yml.example ${WRKSRC}/config/cable.yml.sample ${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample + ${MV} ${WRKSRC}/config/redis.queues.yml.example ${WRKSRC}/config/redis.queues.yml.sample + ${MV} ${WRKSRC}/config/initializers/devise_password_length.rb.example ${WRKSRC}/config/initializers/devise_password_length.rb.sample + ${MV} ${WRKSRC}/config/redis.shared_state.yml.example ${WRKSRC}/config/redis.shared_state.yml.sample ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample - ${MV} ${WRKSRC}/config/puma.rb.example ${WRKSRC}/config/puma.rb.sample ${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample - ${MV} ${WRKSRC}/config/secrets.yml.example ${WRKSRC}/config/secrets.yml.sample - ${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample ${MV} ${WRKSRC}/lib/support/nginx/gitlab ${WRKSRC}/lib/support/nginx/gitlab.sample ${MV} ${WRKSRC}/lib/support/nginx/gitlab-ssl ${WRKSRC}/lib/support/nginx/gitlab-ssl.sample ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Thu Jun 4 20:04:54 2020 (r537953) +++ head/www/gitlab-ce/distinfo Thu Jun 4 20:07:29 2020 (r537954) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591282568 -SHA256 (gitlab-org-gitlab-foss-2ae60e40f3d674543eb3ba36a573bc0869ea66b6_GL0.tar.gz) = 26b11c9631c9fa3570467df397b92a269346cae99e1544d019817cc7c9642f09 -SIZE (gitlab-org-gitlab-foss-2ae60e40f3d674543eb3ba36a573bc0869ea66b6_GL0.tar.gz) = 85963123 +TIMESTAMP = 1591293524 +SHA256 (gitlab-org-gitlab-foss-9097f912ba5c4eb3f396675dc51fe64bc5b16268_GL0.tar.gz) = f86ac10497e41f9e5c68bbe9c1d476ebc6566ca25f4bb83baf8d47f76294e1e4 +SIZE (gitlab-org-gitlab-foss-9097f912ba5c4eb3f396675dc51fe64bc5b16268_GL0.tar.gz) = 91944534 Modified: head/www/gitlab-ce/files/gitlab.in ============================================================================== --- head/www/gitlab-ce/files/gitlab.in Thu Jun 4 20:04:54 2020 (r537953) +++ head/www/gitlab-ce/files/gitlab.in Thu Jun 4 20:07:29 2020 (r537954) @@ -47,10 +47,21 @@ restart_cmd="restart_gitlab" load_rc_config $name ### Environment variables -RAILS_ENV="production" -USE_UNICORN="1" -SIDEKIQ_WORKERS=1 +RAILS_ENV=${RAILS_ENV:-'production'} +SIDEKIQ_WORKERS=${SIDEKIQ_WORKERS:-1} +USE_WEB_SERVER=${USE_WEB_SERVER:-'unicorn'} +case "${USE_WEB_SERVER}" in + puma|unicorn) + use_web_server="$USE_WEB_SERVER" + ;; + *) + echo "Unsupported web server '${USE_WEB_SERVER}' (Allowed: 'puma', 'unicorn')" 1>&2 + exit 1 + ;; +esac + + # Script variable names should be lower-case not to conflict with # internal /bin/sh variables such as PATH, EDITOR or SHELL. app_user="git" @@ -58,7 +69,7 @@ app_root="%%PREFIX%%/www/gitlab-ce" pid_path="$app_root/tmp/pids" socket_path="$app_root/tmp/sockets" rails_socket="$socket_path/gitlab.socket" -web_server_pid_path="$pid_path/unicorn.pid" +web_server_pid_path="$pid_path/$use_web_server.pid" if checkyesno gitlab_mail_room_enable; then mail_room_enabled=true else @@ -149,13 +160,6 @@ fi # Switch to the gitlab path, exit on failure. if ! cd "$app_root" ; then echo "Failed to cd into $app_root, exiting!"; exit 1 -fi - -# Select the web server to use -if [ -z "$USE_UNICORN" ]; then - use_web_server="puma" -else - use_web_server="unicorn" fi if [ -z "$SIDEKIQ_WORKERS" ]; then Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Thu Jun 4 20:04:54 2020 (r537953) +++ head/www/gitlab-ce/files/patch-Gemfile Thu Jun 4 20:07:29 2020 (r537954) @@ -1,13 +1,5 @@ ---- Gemfile.orig 2020-05-04 10:07:41 UTC +--- Gemfile.orig 2020-05-21 17:04:27 UTC +++ Gemfile -@@ -1,6 +1,6 @@ - source 'https://rubygems.org' - --gem 'rails', '6.0.2' -+gem 'rails', '6.0.3.1' - - gem 'bootsnap', '~> 1.4.6' - @@ -18,7 +18,7 @@ gem 'default_value_for', '~> 3.3.0' # Supported DBs gem 'pg', '~> 1.1' @@ -33,8 +25,8 @@ +gem 'hipchat', '~> 1.6.0' # Jira integration - gem 'jira-ruby', '~> 1.7' -@@ -329,91 +328,6 @@ group :metrics do + gem 'jira-ruby', '~> 2.0.0' +@@ -325,94 +324,6 @@ group :metrics do # Prometheus gem 'prometheus-client-mmap', '~> 0.10.0' gem 'raindrops', '~> 0.18' @@ -64,7 +56,7 @@ - - gem 'database_cleaner', '~> 1.7.0' - gem 'factory_bot_rails', '~> 5.1.0' -- gem 'rspec-rails', '~> 4.0.0.beta4' +- gem 'rspec-rails', '~> 4.0.0' - - # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) - gem 'minitest', '~> 5.11.0' @@ -123,6 +115,9 @@ - gem 'test-prof', '~> 0.10.0' - gem 'rspec_junit_formatter' - gem 'guard-rspec' +- +- # Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527 +- gem 'derailed_benchmarks', require: false end gem 'octokit', '~> 4.15' Modified: head/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_gitlab.yml.example Thu Jun 4 20:04:54 2020 (r537953) +++ head/www/gitlab-ce/files/patch-config_gitlab.yml.example Thu Jun 4 20:07:29 2020 (r537954) @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2020-05-15 17:18:13 UTC +--- config/gitlab.yml.example.orig 2020-05-21 17:04:27 UTC +++ config/gitlab.yml.example -@@ -955,7 +955,7 @@ production: &base +@@ -961,7 +961,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. -@@ -973,8 +973,8 @@ production: &base +@@ -979,8 +979,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 -@@ -1020,12 +1020,12 @@ production: &base +@@ -1026,12 +1026,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -36,7 +36,7 @@ # Git over HTTP upload_pack: true -@@ -1044,13 +1044,13 @@ production: &base +@@ -1050,13 +1050,13 @@ production: &base ## GitLab Elasticsearch settings elasticsearch: Added: head/www/gitlab-ce/files/patch-config_redis.cache.yml.example ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-ce/files/patch-config_redis.cache.yml.example Thu Jun 4 20:07:29 2020 (r537954) @@ -0,0 +1,11 @@ +--- config/redis.cache.yml.example.orig 2020-05-23 10:51:33 UTC ++++ config/redis.cache.yml.example +@@ -18,7 +18,7 @@ test: + # url: redis://localhost:6380 + production: + # Redis (single instance) +- url: unix:/var/run/redis/redis.cache.sock ++ url: unix:/var/run/redis/redis.sock + ## + # Redis + Sentinel (for HA) + # Added: head/www/gitlab-ce/files/patch-config_redis.queues.yml.example ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-ce/files/patch-config_redis.queues.yml.example Thu Jun 4 20:07:29 2020 (r537954) @@ -0,0 +1,11 @@ +--- config/redis.queues.yml.example.orig 2020-05-23 10:52:06 UTC ++++ config/redis.queues.yml.example +@@ -18,7 +18,7 @@ test: + # url: redis://localhost:6381 + production: + # Redis (single instance) +- url: unix:/var/run/redis/redis.queues.sock ++ url: unix:/var/run/redis/redis.sock + ## + # Redis + Sentinel (for HA) + # Added: head/www/gitlab-ce/files/patch-config_redis.shared__state.yml.example ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-ce/files/patch-config_redis.shared__state.yml.example Thu Jun 4 20:07:29 2020 (r537954) @@ -0,0 +1,11 @@ +--- config/redis.shared_state.yml.example.orig 2020-05-23 10:48:31 UTC ++++ config/redis.shared_state.yml.example +@@ -18,7 +18,7 @@ test: + # url: redis://localhost:6382 + production: + # Redis (single instance) +- url: unix:/var/run/redis/redis.shared_state.sock ++ url: unix:/var/run/redis/redis.sock + ## + # Redis + Sentinel (for HA) + # Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Thu Jun 4 20:04:54 2020 (r537953) +++ head/www/gitlab-ce/pkg-plist Thu Jun 4 20:07:29 2020 (r537954) @@ -129,6 +129,7 @@ %%WWWDIR%%/app/assets/images/cluster_app_logos/crossplane.png %%WWWDIR%%/app/assets/images/cluster_app_logos/elastic_stack.png %%WWWDIR%%/app/assets/images/cluster_app_logos/elasticsearch.png +%%WWWDIR%%/app/assets/images/cluster_app_logos/fluentd.png %%WWWDIR%%/app/assets/images/cluster_app_logos/gitlab.png %%WWWDIR%%/app/assets/images/cluster_app_logos/helm.png %%WWWDIR%%/app/assets/images/cluster_app_logos/jeager.png @@ -1981,6 +1982,9 @@ %%WWWDIR%%/app/assets/images/touch-icon-iphone-retina.png %%WWWDIR%%/app/assets/images/touch-icon-iphone.png %%WWWDIR%%/app/assets/images/white-scheme-preview.png +%%WWWDIR%%/app/assets/javascripts/access_tokens/components/expires_at_field.vue +%%WWWDIR%%/app/assets/javascripts/access_tokens/index.js +%%WWWDIR%%/app/assets/javascripts/actioncable_consumer.js %%WWWDIR%%/app/assets/javascripts/activities.js %%WWWDIR%%/app/assets/javascripts/admin/application_settings/setup_metrics_and_profiling.js %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/components/app.vue @@ -1993,6 +1997,17 @@ %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/store/mutations.js %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/store/state.js %%WWWDIR%%/app/assets/javascripts/ajax_loading_spinner.js +%%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_details.vue +%%WWWDIR%%/app/assets/javascripts/alert_management/components/alert_management_list.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/detailItem.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/alert_management/graphql/fragments/listItem.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/alert_management/graphql/mutations/update_alert_status.graphql +%%WWWDIR%%/app/assets/javascripts/alert_management/graphql/queries/details.query.graphql +%%WWWDIR%%/app/assets/javascripts/alert_management/graphql/queries/getAlerts.query.graphql +%%WWWDIR%%/app/assets/javascripts/alert_management/list.js +%%WWWDIR%%/app/assets/javascripts/alert_management/services/index.js %%WWWDIR%%/app/assets/javascripts/alerts_service_settings/components/alerts_service_form.vue %%WWWDIR%%/app/assets/javascripts/alerts_service_settings/index.js %%WWWDIR%%/app/assets/javascripts/analytics/cycle_analytics/mixins/filter_mixins.js @@ -2161,6 +2176,8 @@ %%WWWDIR%%/app/assets/javascripts/boards/eventhub.js %%WWWDIR%%/app/assets/javascripts/boards/filtered_search_boards.js %%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js +%%WWWDIR%%/app/assets/javascripts/boards/icons/fullscreen_collapse.svg +%%WWWDIR%%/app/assets/javascripts/boards/icons/fullscreen_expand.svg %%WWWDIR%%/app/assets/javascripts/boards/index.js %%WWWDIR%%/app/assets/javascripts/boards/mixins/is_wip_limits.js %%WWWDIR%%/app/assets/javascripts/boards/mixins/issue_card_inner.js @@ -2175,7 +2192,11 @@ %%WWWDIR%%/app/assets/javascripts/boards/models/project.js %%WWWDIR%%/app/assets/javascripts/boards/mount_multiple_boards_switcher.js %%WWWDIR%%/app/assets/javascripts/boards/queries/board.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/boards/queries/board_list.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/boards/queries/board_list_shared.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/boards/queries/group_board.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/queries/group_boards.query.graphql +%%WWWDIR%%/app/assets/javascripts/boards/queries/project_board.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/queries/project_boards.query.graphql %%WWWDIR%%/app/assets/javascripts/boards/stores/actions.js %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js @@ -2220,6 +2241,7 @@ %%WWWDIR%%/app/assets/javascripts/clusters/components/application_row.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/applications.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/crossplane_provider_stack.vue +%%WWWDIR%%/app/assets/javascripts/clusters/components/fluentd_output_settings.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/ingress_modsecurity_settings.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/knative_domain_editor.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue @@ -2352,6 +2374,57 @@ %%WWWDIR%%/app/assets/javascripts/deploy_keys/index.js %%WWWDIR%%/app/assets/javascripts/deploy_keys/service/index.js %%WWWDIR%%/app/assets/javascripts/deploy_keys/store/index.js +%%WWWDIR%%/app/assets/javascripts/design_management/components/app.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/delete_button.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/design_destroyer.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/design_note_pin.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/design_notes/design_discussion.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/design_notes/design_note.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/design_notes/design_reply_form.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/design_overlay.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/design_presentation.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/design_scaler.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/image.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/list/item.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/toolbar/index.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/toolbar/pagination.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/toolbar/pagination_button.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/upload/button.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/upload/design_dropzone.vue +%%WWWDIR%%/app/assets/javascripts/design_management/components/upload/design_version_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/design_management/constants.js +%%WWWDIR%%/app/assets/javascripts/design_management/graphql.js +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/design.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/designList.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/designNote.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/diffRefs.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/note_permissions.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/fragments/version.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/createImageDiffNote.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/createNote.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/destroyDesign.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/updateImageDiffNote.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/update_active_discussion.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/update_note.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/mutations/uploadDesign.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/queries/active_discussion.query.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/queries/appData.query.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/queries/design_permissions.query.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/queries/getDesign.query.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/queries/get_design_list.query.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/graphql/typedefs.graphql +%%WWWDIR%%/app/assets/javascripts/design_management/index.js +%%WWWDIR%%/app/assets/javascripts/design_management/mixins/all_designs.js +%%WWWDIR%%/app/assets/javascripts/design_management/mixins/all_versions.js +%%WWWDIR%%/app/assets/javascripts/design_management/pages/design/index.vue +%%WWWDIR%%/app/assets/javascripts/design_management/pages/index.vue +%%WWWDIR%%/app/assets/javascripts/design_management/router/constants.js +%%WWWDIR%%/app/assets/javascripts/design_management/router/index.js +%%WWWDIR%%/app/assets/javascripts/design_management/router/routes.js +%%WWWDIR%%/app/assets/javascripts/design_management/utils/cache_update.js +%%WWWDIR%%/app/assets/javascripts/design_management/utils/design_management_utils.js +%%WWWDIR%%/app/assets/javascripts/design_management/utils/error_messages.js +%%WWWDIR%%/app/assets/javascripts/design_management/utils/tracking.js %%WWWDIR%%/app/assets/javascripts/diff.js %%WWWDIR%%/app/assets/javascripts/diff_notes/components/comment_resolve_btn.js %%WWWDIR%%/app/assets/javascripts/diff_notes/components/diff_note_avatars.js @@ -2457,12 +2530,7 @@ %%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_view.vue %%WWWDIR%%/app/assets/javascripts/environments/index.js %%WWWDIR%%/app/assets/javascripts/environments/mixins/canary_callout_mixin.js -%%WWWDIR%%/app/assets/javascripts/environments/mixins/container_mixin.js -%%WWWDIR%%/app/assets/javascripts/environments/mixins/environment_item_mixin.js -%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_app_mixin.js -%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_folder_view_mixin.js %%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_mixin.js -%%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_table_mixin.js %%WWWDIR%%/app/assets/javascripts/environments/mount_show.js %%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js %%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js @@ -2598,6 +2666,7 @@ %%WWWDIR%%/app/assets/javascripts/help/help.js %%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/issuables_helper.js %%WWWDIR%%/app/assets/javascripts/helpers/monitor_helper.js %%WWWDIR%%/app/assets/javascripts/how_to_merge.js @@ -2675,8 +2744,14 @@ %%WWWDIR%%/app/assets/javascripts/ide/lib/editor_options.js %%WWWDIR%%/app/assets/javascripts/ide/lib/files.js %%WWWDIR%%/app/assets/javascripts/ide/lib/keymap.json +%%WWWDIR%%/app/assets/javascripts/ide/lib/languages/index.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/languages/vue.js %%WWWDIR%%/app/assets/javascripts/ide/lib/themes/dark.js %%WWWDIR%%/app/assets/javascripts/ide/lib/themes/index.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/monokai.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/none.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/solarized_dark.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/solarized_light.js %%WWWDIR%%/app/assets/javascripts/ide/lib/themes/white.js %%WWWDIR%%/app/assets/javascripts/ide/queries/getUserPermissions.query.graphql %%WWWDIR%%/app/assets/javascripts/ide/services/gql.js @@ -2769,6 +2844,9 @@ %%WWWDIR%%/app/assets/javascripts/init_labels.js %%WWWDIR%%/app/assets/javascripts/init_notes.js %%WWWDIR%%/app/assets/javascripts/integrations/edit/components/active_toggle.vue +%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/integration_form.vue +%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/jira_trigger_fields.vue +%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/trigger_fields.vue %%WWWDIR%%/app/assets/javascripts/integrations/edit/event_hub.js %%WWWDIR%%/app/assets/javascripts/integrations/edit/index.js %%WWWDIR%%/app/assets/javascripts/integrations/integration_settings_form.js @@ -2780,16 +2858,19 @@ %%WWWDIR%%/app/assets/javascripts/issuable_index.js %%WWWDIR%%/app/assets/javascripts/issuable_init_bulk_update_sidebar.js %%WWWDIR%%/app/assets/javascripts/issuable_sidebar/components/sidebar_app.vue +%%WWWDIR%%/app/assets/javascripts/issuable_sidebar/queries/issue_sidebar.query.graphql %%WWWDIR%%/app/assets/javascripts/issuable_sidebar/sidebar_bundle.js %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/components/app.vue %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/components/item.vue %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/index.js %%WWWDIR%%/app/assets/javascripts/issuable_suggestions/queries/issues.query.graphql %%WWWDIR%%/app/assets/javascripts/issuables_list/components/issuable.vue +%%WWWDIR%%/app/assets/javascripts/issuables_list/components/issuable_list_root_app.vue %%WWWDIR%%/app/assets/javascripts/issuables_list/components/issuables_list_app.vue %%WWWDIR%%/app/assets/javascripts/issuables_list/constants.js %%WWWDIR%%/app/assets/javascripts/issuables_list/eventhub.js %%WWWDIR%%/app/assets/javascripts/issuables_list/index.js +%%WWWDIR%%/app/assets/javascripts/issuables_list/queries/get_issues_list_details.query.graphql %%WWWDIR%%/app/assets/javascripts/issue.js %%WWWDIR%%/app/assets/javascripts/issue_show/components/app.vue %%WWWDIR%%/app/assets/javascripts/issue_show/components/description.vue @@ -2877,6 +2958,7 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_range.js %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/dom_utils.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/downloader.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 @@ -2887,6 +2969,7 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/image_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/invalid_url.js %%WWWDIR%%/app/assets/javascripts/lib/utils/keycodes.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/keys.js %%WWWDIR%%/app/assets/javascripts/lib/utils/navigation_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js %%WWWDIR%%/app/assets/javascripts/lib/utils/number_utils.js @@ -2944,10 +3027,13 @@ %%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js %%WWWDIR%%/app/assets/javascripts/milestone.js %%WWWDIR%%/app/assets/javascripts/milestone_select.js +%%WWWDIR%%/app/assets/javascripts/milestones/project_milestone_combobox.vue %%WWWDIR%%/app/assets/javascripts/mini_pipeline_graph_dropdown.js %%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/alert_widget.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/alert_widget_form.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/annotations.js %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/anomaly.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/bar.vue @@ -2959,6 +3045,7 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/stacked_column.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/time_series.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboard.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboard_panel.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboards_dropdown.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/duplicate_dashboard_form.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/embeds/embed_group.vue @@ -2966,12 +3053,16 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph_group.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/group_empty_state.vue -%%WWWDIR%%/app/assets/javascripts/monitoring/components/panel_type.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/variables/custom_variable.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/variables/text_variable.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/variables_section.vue %%WWWDIR%%/app/assets/javascripts/monitoring/constants.js %%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_bundle.js +%%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_bundle_with_alerts.js %%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_tracking_helper.js %%WWWDIR%%/app/assets/javascripts/monitoring/queries/getAnnotations.query.graphql %%WWWDIR%%/app/assets/javascripts/monitoring/queries/getEnvironments.query.graphql +%%WWWDIR%%/app/assets/javascripts/monitoring/services/alerts_service.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/actions.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/actions.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/getters.js @@ -2985,7 +3076,9 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/stores/mutations.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/state.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/utils.js +%%WWWDIR%%/app/assets/javascripts/monitoring/stores/variable_mapping.js %%WWWDIR%%/app/assets/javascripts/monitoring/utils.js +%%WWWDIR%%/app/assets/javascripts/monitoring/validators.js %%WWWDIR%%/app/assets/javascripts/mr_notes/index.js %%WWWDIR%%/app/assets/javascripts/mr_notes/init_notes.js %%WWWDIR%%/app/assets/javascripts/mr_notes/stores/actions.js @@ -3186,6 +3279,8 @@ %%WWWDIR%%/app/assets/javascripts/pages/profiles/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/profiles/two_factor_auths/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/activity/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/alert_management/details/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/alert_management/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/artifacts/browse/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/artifacts/file/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/blame/show/index.js @@ -3276,6 +3371,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/update/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/builds/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/charts/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/dag/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/failures/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/init_pipelines.js @@ -3292,6 +3388,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/releases/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/serverless/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/services/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/access_tokens/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/ci_cd/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/integrations/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/operations/show/index.js @@ -3371,6 +3468,7 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_actions.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_artifacts.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_filtered_search.vue %%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 @@ -3379,6 +3477,8 @@ %%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/components/tokens/pipeline_branch_name_token.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/tokens/pipeline_trigger_author_token.vue %%WWWDIR%%/app/assets/javascripts/pipelines/constants.js %%WWWDIR%%/app/assets/javascripts/pipelines/event_hub.js %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/graph_component_mixin.js @@ -3447,6 +3547,7 @@ %%WWWDIR%%/app/assets/javascripts/read_more.js %%WWWDIR%%/app/assets/javascripts/ref_select_dropdown.js %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/group_empty_state.vue +%%WWWDIR%%/app/assets/javascripts/registry/explorer/components/image_list.vue %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/project_empty_state.vue %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/project_policy_alert.vue %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/quickstart_dropdown.vue @@ -3513,6 +3614,14 @@ %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/list/mutations.js %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/list/state.js %%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/components/accessibility_issue_body.vue +%%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/grouped_accessibility_reports_app.vue +%%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/store/actions.js +%%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/store/getters.js +%%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/store/index.js +%%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/reports/accessibility_report/store/state.js +%%WWWDIR%%/app/assets/javascripts/reports/components/grouped_issues_list.vue %%WWWDIR%%/app/assets/javascripts/reports/components/grouped_test_reports_app.vue %%WWWDIR%%/app/assets/javascripts/reports/components/issue_body.js %%WWWDIR%%/app/assets/javascripts/reports/components/issue_status_icon.vue @@ -3614,6 +3723,7 @@ %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_avatar_link.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees.vue +%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees_realtime.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/collapsed_assignee.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/collapsed_assignee_list.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees.vue @@ -3660,6 +3770,7 @@ %%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_blob_edit.vue %%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_blob_view.vue %%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_description_edit.vue +%%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_description_view.vue %%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_header.vue %%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_title.vue %%WWWDIR%%/app/assets/javascripts/snippets/components/snippet_visibility_edit.vue @@ -3679,24 +3790,32 @@ %%WWWDIR%%/app/assets/javascripts/sourcegraph/index.js %%WWWDIR%%/app/assets/javascripts/sourcegraph/load.js %%WWWDIR%%/app/assets/javascripts/star.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/app.vue %%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_area.vue %%WWWDIR%%/app/assets/javascripts/static_site_editor/components/edit_header.vue %%WWWDIR%%/app/assets/javascripts/static_site_editor/components/invalid_content_message.vue %%WWWDIR%%/app/assets/javascripts/static_site_editor/components/publish_toolbar.vue %%WWWDIR%%/app/assets/javascripts/static_site_editor/components/saved_changes_message.vue -%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/static_site_editor.vue +%%WWWDIR%%/app/assets/javascripts/static_site_editor/components/skeleton_loader.vue %%WWWDIR%%/app/assets/javascripts/static_site_editor/components/submit_changes_error.vue %%WWWDIR%%/app/assets/javascripts/static_site_editor/constants.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/index.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/mutations/submit_content_changes.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/queries/app_data.query.graphql +%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/queries/saved_content_meta.query.graphql +%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/queries/source_content.query.graphql +%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/resolvers/file.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/resolvers/submit_content_changes.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/graphql/typedefs.graphql %%WWWDIR%%/app/assets/javascripts/static_site_editor/index.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/pages/home.vue +%%WWWDIR%%/app/assets/javascripts/static_site_editor/pages/success.vue +%%WWWDIR%%/app/assets/javascripts/static_site_editor/router/constants.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/router/index.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/router/routes.js %%WWWDIR%%/app/assets/javascripts/static_site_editor/services/generate_branch_name.js %%WWWDIR%%/app/assets/javascripts/static_site_editor/services/load_source_content.js %%WWWDIR%%/app/assets/javascripts/static_site_editor/services/submit_content_changes.js -%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/actions.js -%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/getters.js -%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/index.js -%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/mutation_types.js -%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/mutations.js -%%WWWDIR%%/app/assets/javascripts/static_site_editor/store/state.js %%WWWDIR%%/app/assets/javascripts/subscription_select.js %%WWWDIR%%/app/assets/javascripts/syntax_highlight.js %%WWWDIR%%/app/assets/javascripts/task_list.js @@ -3719,7 +3838,9 @@ %%WWWDIR%%/app/assets/javascripts/usage_ping_consent.js %%WWWDIR%%/app/assets/javascripts/user_callout.js %%WWWDIR%%/app/assets/javascripts/user_popovers.js -%%WWWDIR%%/app/assets/javascripts/users_select.js +%%WWWDIR%%/app/assets/javascripts/users_select/constants.js +%%WWWDIR%%/app/assets/javascripts/users_select/index.js +%%WWWDIR%%/app/assets/javascripts/users_select/utils.js %%WWWDIR%%/app/assets/javascripts/validators/input_validator.js %%WWWDIR%%/app/assets/javascripts/version_check_image.js %%WWWDIR%%/app/assets/javascripts/vue_alerts.js @@ -3862,6 +3983,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/loading_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/local_storage_sync.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/field.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/field_view.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/header.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestion_diff.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestion_diff_header.vue @@ -3891,6 +4013,10 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/recaptcha_eventhub.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/recaptcha_modal.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/resizable_chart/resizable_chart_container.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/constants.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/rich_content_editor.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/toolbar_item.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/rich_content_editor/toolbar_service.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/select2_select.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_calendar_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_grouped_date_picker.vue @@ -3904,12 +4030,14 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_title.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_collapsed.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/constants.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_contents.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_contents_create_view.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_contents_labels_view.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_title.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/dropdown_value.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/label_item.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/labels_select_root.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/store/actions.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select_vue/store/getters.js @@ -3928,11 +4056,9 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/time_ago_tooltip.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/toggle_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/tooltip_on_truncate.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/badges/gitlab_team_member_badge.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_image.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_link.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_list.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_svg.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_popover/user_popover.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/constants.js %%WWWDIR%%/app/assets/javascripts/vue_shared/directives/autofocusonshow.js @@ -3964,11 +4090,16 @@ %%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/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 +%%WWWDIR%%/app/assets/stylesheets/components/milestone_combobox.scss %%WWWDIR%%/app/assets/stylesheets/components/popover.scss %%WWWDIR%%/app/assets/stylesheets/components/project_list_item.scss %%WWWDIR%%/app/assets/stylesheets/components/related_items_list.scss %%WWWDIR%%/app/assets/stylesheets/components/release_block.scss %%WWWDIR%%/app/assets/stylesheets/components/release_block_milestone_info.scss +%%WWWDIR%%/app/assets/stylesheets/components/rich_content_editor.scss %%WWWDIR%%/app/assets/stylesheets/disable_animations.scss %%WWWDIR%%/app/assets/stylesheets/emoji_sprites.scss %%WWWDIR%%/app/assets/stylesheets/errors.scss @@ -4056,9 +4187,15 @@ %%WWWDIR%%/app/assets/stylesheets/notify.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/_ide_mixins.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/_ide_monaco_overrides.scss +%%WWWDIR%%/app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/ide.scss +%%WWWDIR%%/app/assets/stylesheets/page_bundles/ide_themes/README.md +%%WWWDIR%%/app/assets/stylesheets/page_bundles/ide_themes/_dark.scss %%WWWDIR%%/app/assets/stylesheets/page_bundles/xterm.scss %%WWWDIR%%/app/assets/stylesheets/pages/admin.scss +%%WWWDIR%%/app/assets/stylesheets/pages/alert_management/details.scss +%%WWWDIR%%/app/assets/stylesheets/pages/alert_management/list.scss +%%WWWDIR%%/app/assets/stylesheets/pages/alert_management/severity-icons.scss %%WWWDIR%%/app/assets/stylesheets/pages/boards.scss %%WWWDIR%%/app/assets/stylesheets/pages/branches.scss %%WWWDIR%%/app/assets/stylesheets/pages/builds.scss @@ -4124,6 +4261,9 @@ %%WWWDIR%%/app/assets/stylesheets/utilities.scss %%WWWDIR%%/app/assets/stylesheets/vendors/atwho.scss %%WWWDIR%%/app/assets/stylesheets/vendors/tribute.scss +%%WWWDIR%%/app/channels/application_cable/channel.rb +%%WWWDIR%%/app/channels/application_cable/connection.rb +%%WWWDIR%%/app/channels/issues_channel.rb %%WWWDIR%%/app/controllers/abuse_reports_controller.rb %%WWWDIR%%/app/controllers/acme_challenges_controller.rb %%WWWDIR%%/app/controllers/admin/abuse_reports_controller.rb @@ -4133,6 +4273,7 @@ %%WWWDIR%%/app/controllers/admin/applications_controller.rb %%WWWDIR%%/app/controllers/admin/background_jobs_controller.rb %%WWWDIR%%/app/controllers/admin/broadcast_messages_controller.rb +%%WWWDIR%%/app/controllers/admin/ci/variables_controller.rb %%WWWDIR%%/app/controllers/admin/clusters/applications_controller.rb %%WWWDIR%%/app/controllers/admin/clusters_controller.rb %%WWWDIR%%/app/controllers/admin/concerns/authenticates_2fa_for_admin_mode.rb @@ -4150,7 +4291,6 @@ %%WWWDIR%%/app/controllers/admin/jobs_controller.rb %%WWWDIR%%/app/controllers/admin/keys_controller.rb %%WWWDIR%%/app/controllers/admin/labels_controller.rb -%%WWWDIR%%/app/controllers/admin/logs_controller.rb %%WWWDIR%%/app/controllers/admin/projects_controller.rb %%WWWDIR%%/app/controllers/admin/requests_profiles_controller.rb %%WWWDIR%%/app/controllers/admin/runner_projects_controller.rb @@ -4187,6 +4327,7 @@ %%WWWDIR%%/app/controllers/concerns/group_tree.rb %%WWWDIR%%/app/controllers/concerns/hooks_execution.rb %%WWWDIR%%/app/controllers/concerns/hotlink_interceptor.rb +%%WWWDIR%%/app/controllers/concerns/impersonation.rb %%WWWDIR%%/app/controllers/concerns/import_url_params.rb %%WWWDIR%%/app/controllers/concerns/initializes_current_user_mode.rb %%WWWDIR%%/app/controllers/concerns/integrations_actions.rb @@ -4196,6 +4337,7 @@ %%WWWDIR%%/app/controllers/concerns/issuable_collections.rb %%WWWDIR%%/app/controllers/concerns/issuable_collections_action.rb %%WWWDIR%%/app/controllers/concerns/issues_calendar.rb +%%WWWDIR%%/app/controllers/concerns/known_sign_in.rb %%WWWDIR%%/app/controllers/concerns/labels_as_hash.rb %%WWWDIR%%/app/controllers/concerns/lfs_request.rb %%WWWDIR%%/app/controllers/concerns/members_presentation.rb @@ -4216,6 +4358,7 @@ %%WWWDIR%%/app/controllers/concerns/renders_assignees.rb %%WWWDIR%%/app/controllers/concerns/renders_blob.rb %%WWWDIR%%/app/controllers/concerns/renders_commits.rb +%%WWWDIR%%/app/controllers/concerns/renders_ldap_servers.rb %%WWWDIR%%/app/controllers/concerns/renders_member_access.rb %%WWWDIR%%/app/controllers/concerns/renders_notes.rb %%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb @@ -4317,6 +4460,7 @@ %%WWWDIR%%/app/controllers/profiles/two_factor_auths_controller.rb %%WWWDIR%%/app/controllers/profiles/u2f_registrations_controller.rb %%WWWDIR%%/app/controllers/profiles_controller.rb +%%WWWDIR%%/app/controllers/projects/alert_management_controller.rb %%WWWDIR%%/app/controllers/projects/alerting/notifications_controller.rb %%WWWDIR%%/app/controllers/projects/application_controller.rb %%WWWDIR%%/app/controllers/projects/artifacts_controller.rb @@ -4329,6 +4473,7 @@ %%WWWDIR%%/app/controllers/projects/branches_controller.rb %%WWWDIR%%/app/controllers/projects/build_artifacts_controller.rb %%WWWDIR%%/app/controllers/projects/builds_controller.rb +%%WWWDIR%%/app/controllers/projects/ci/daily_build_group_report_results_controller.rb %%WWWDIR%%/app/controllers/projects/ci/lints_controller.rb %%WWWDIR%%/app/controllers/projects/clusters/applications_controller.rb %%WWWDIR%%/app/controllers/projects/clusters_controller.rb @@ -4340,6 +4485,9 @@ %%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb %%WWWDIR%%/app/controllers/projects/deploy_tokens_controller.rb %%WWWDIR%%/app/controllers/projects/deployments_controller.rb +%%WWWDIR%%/app/controllers/projects/design_management/designs/raw_images_controller.rb +%%WWWDIR%%/app/controllers/projects/design_management/designs/resized_image_controller.rb +%%WWWDIR%%/app/controllers/projects/design_management/designs_controller.rb %%WWWDIR%%/app/controllers/projects/discussions_controller.rb %%WWWDIR%%/app/controllers/projects/environments/prometheus_api_controller.rb %%WWWDIR%%/app/controllers/projects/environments/sample_metrics_controller.rb @@ -4397,6 +4545,7 @@ %%WWWDIR%%/app/controllers/projects/serverless/functions_controller.rb %%WWWDIR%%/app/controllers/projects/service_hook_logs_controller.rb %%WWWDIR%%/app/controllers/projects/services_controller.rb +%%WWWDIR%%/app/controllers/projects/settings/access_tokens_controller.rb %%WWWDIR%%/app/controllers/projects/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/projects/settings/integrations_controller.rb %%WWWDIR%%/app/controllers/projects/settings/operations_controller.rb @@ -4442,8 +4591,8 @@ %%WWWDIR%%/app/finders/access_requests_finder.rb %%WWWDIR%%/app/finders/admin/projects_finder.rb %%WWWDIR%%/app/finders/admin/runners_finder.rb +%%WWWDIR%%/app/finders/alert_management/alerts_finder.rb %%WWWDIR%%/app/finders/applications_finder.rb -%%WWWDIR%%/app/finders/artifacts_finder.rb %%WWWDIR%%/app/finders/autocomplete/acts_as_taggable_on/tags_finder.rb %%WWWDIR%%/app/finders/autocomplete/group_finder.rb %%WWWDIR%%/app/finders/autocomplete/move_to_project_finder.rb @@ -4453,6 +4602,8 @@ %%WWWDIR%%/app/finders/award_emojis_finder.rb %%WWWDIR%%/app/finders/boards/visits_finder.rb %%WWWDIR%%/app/finders/branches_finder.rb +%%WWWDIR%%/app/finders/ci/daily_build_group_report_results_finder.rb +%%WWWDIR%%/app/finders/ci/job_artifacts_finder.rb %%WWWDIR%%/app/finders/ci/jobs_finder.rb %%WWWDIR%%/app/finders/ci/pipeline_schedules_finder.rb %%WWWDIR%%/app/finders/ci/pipelines_finder.rb @@ -4471,10 +4622,13 @@ %%WWWDIR%%/app/finders/context_commits_finder.rb %%WWWDIR%%/app/finders/contributed_projects_finder.rb %%WWWDIR%%/app/finders/deployments_finder.rb +%%WWWDIR%%/app/finders/design_management/designs_finder.rb +%%WWWDIR%%/app/finders/design_management/versions_finder.rb %%WWWDIR%%/app/finders/environments_finder.rb %%WWWDIR%%/app/finders/events_finder.rb %%WWWDIR%%/app/finders/fork_projects_finder.rb %%WWWDIR%%/app/finders/fork_targets_finder.rb +%%WWWDIR%%/app/finders/freeze_periods_finder.rb %%WWWDIR%%/app/finders/git_refs_finder.rb %%WWWDIR%%/app/finders/group_descendants_finder.rb %%WWWDIR%%/app/finders/group_finder.rb @@ -4494,6 +4648,7 @@ %%WWWDIR%%/app/finders/merge_request_target_project_finder.rb %%WWWDIR%%/app/finders/merge_requests_finder.rb %%WWWDIR%%/app/finders/metrics/dashboards/annotations_finder.rb +%%WWWDIR%%/app/finders/metrics/users_starred_dashboards_finder.rb %%WWWDIR%%/app/finders/milestones_finder.rb %%WWWDIR%%/app/finders/notes_finder.rb %%WWWDIR%%/app/finders/pending_todos_finder.rb @@ -4523,14 +4678,21 @@ %%WWWDIR%%/app/finders/users_with_pending_todos_finder.rb %%WWWDIR%%/app/graphql/gitlab_schema.rb %%WWWDIR%%/app/graphql/mutations/admin/sidekiq_queues/delete_jobs.rb +%%WWWDIR%%/app/graphql/mutations/alert_management/base.rb +%%WWWDIR%%/app/graphql/mutations/alert_management/create_alert_issue.rb +%%WWWDIR%%/app/graphql/mutations/alert_management/update_alert_status.rb %%WWWDIR%%/app/graphql/mutations/award_emojis/add.rb %%WWWDIR%%/app/graphql/mutations/award_emojis/base.rb %%WWWDIR%%/app/graphql/mutations/award_emojis/remove.rb %%WWWDIR%%/app/graphql/mutations/award_emojis/toggle.rb %%WWWDIR%%/app/graphql/mutations/base_mutation.rb +%%WWWDIR%%/app/graphql/mutations/branches/create.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_project.rb +%%WWWDIR%%/app/graphql/mutations/design_management/base.rb +%%WWWDIR%%/app/graphql/mutations/design_management/delete.rb +%%WWWDIR%%/app/graphql/mutations/design_management/upload.rb %%WWWDIR%%/app/graphql/mutations/issues/base.rb %%WWWDIR%%/app/graphql/mutations/issues/set_confidential.rb %%WWWDIR%%/app/graphql/mutations/issues/set_due_date.rb @@ -4543,6 +4705,7 @@ %%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/metrics/dashboard/annotations/create.rb %%WWWDIR%%/app/graphql/mutations/notes/base.rb %%WWWDIR%%/app/graphql/mutations/notes/create/base.rb %%WWWDIR%%/app/graphql/mutations/notes/create/diff_note.rb @@ -4562,12 +4725,24 @@ %%WWWDIR%%/app/graphql/mutations/todos/mark_done.rb %%WWWDIR%%/app/graphql/mutations/todos/restore.rb %%WWWDIR%%/app/graphql/mutations/todos/restore_many.rb +%%WWWDIR%%/app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/alert_management_alert_resolver.rb %%WWWDIR%%/app/graphql/resolvers/base_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/board_lists_resolver.rb %%WWWDIR%%/app/graphql/resolvers/boards_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/branch_commit_resolver.rb %%WWWDIR%%/app/graphql/resolvers/commit_pipelines_resolver.rb %%WWWDIR%%/app/graphql/resolvers/concerns/resolves_pipelines.rb %%WWWDIR%%/app/graphql/resolvers/concerns/resolves_snippets.rb %%WWWDIR%%/app/graphql/resolvers/concerns/time_frame_arguments.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***