From owner-svn-ports-head@freebsd.org Wed May 20 06:14:27 2020 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 4A5E42FFAC2; Wed, 20 May 2020 06:14:27 +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 49RjBq1cFcz3W3Q; Wed, 20 May 2020 06:14:27 +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 3211617C83; Wed, 20 May 2020 06:14:27 +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 04K6ERUc037167; Wed, 20 May 2020 06:14:27 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04K6EP8B037155; Wed, 20 May 2020 06:14:25 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202005200614.04K6EP8B037155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 20 May 2020 06:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535982 - 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: 535982 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.33 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: Wed, 20 May 2020 06:14:27 -0000 Author: mfechner Date: Wed May 20 06:14:24 2020 New Revision: 535982 URL: https://svnweb.freebsd.org/changeset/ports/535982 Log: Update to 12.10.6. Changelogs: https://about.gitlab.com/releases/2020/04/22/gitlab-12-10-released/ https://about.gitlab.com/releases/2020/04/24/gitlab-12-10-1-released/ https://about.gitlab.com/releases/2020/04/30/security-release-12-10-2-released/ https://about.gitlab.com/releases/2020/05/04/gitlab-12-10-3-released/ https://about.gitlab.com/releases/2020/05/13/gitlab-12-10-5-released/ https://about.gitlab.com/releases/2020/05/15/gitlab-12-10-6-released/ Added: head/www/gitlab-ce/files/patch-config_initializers_active__record__fix__insert__all.rb (contents, props changed) 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-bin_background__jobs__sk head/www/gitlab-ce/files/patch-config_gitlab.yml.example head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb head/www/gitlab-ce/pkg-message head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/Makefile Wed May 20 06:14:24 2020 (r535982) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 12.9.5 -PORTREVISION= 1 +PORTVERSION= 12.10.6 +PORTREVISION= 0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -15,14 +15,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # the rubygems of RUN_DEPENDS matches the order of the Gemfile # which makes maintaining this long list much easier! MY_DEPENDS= git>=2.24.3:devel/git \ - gitlab-shell>=12.0.0:devel/gitlab-shell \ - gitlab-workhorse>=8.25.2:www/gitlab-workhorse \ gitaly>=${PORTVERSION}:devel/gitaly \ + gitlab-shell>=12.2.0:devel/gitlab-shell \ + gitlab-workhorse>=8.30.1:www/gitlab-workhorse \ gitlab-pages>=1.17.0:www/gitlab-pages \ + gitlab-elasticsearch-indexer>=2.2.0:textproc/gitlab-elasticsearch-indexer \ redis>=3.2.12:databases/redis \ yarn>=1.10.0:www/yarn \ gtar>0:archivers/gtar \ - rubygem-rails60>=6.0.2.2<6.0.2.3:www/rubygem-rails60 \ + bash>0:shells/bash \ + gtar>0:archivers/gtar \ + rubygem-rails60>=6.0.3.1<6.0.3.2: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 \ @@ -74,7 +77,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-grape11>=1.1.0<1.2.0:devel/rubygem-grape11 \ rubygem-grape-entity>=0.7.1<0.8.0,1:devel/rubygem-grape-entity \ rubygem-rack-cors>=1.0.6<1.1.0:www/rubygem-rack-cors \ - rubygem-graphql>=1.9.19<1.10.0:devel/rubygem-graphql \ + rubygem-graphql>=1.10.5<1.11.0:devel/rubygem-graphql \ rubygem-graphiql-rails>=1.4.10<1.5.0:devel/rubygem-graphiql-rails \ rubygem-apollo_upload_server>=2.0.0.b.3<2.1.0:net/rubygem-apollo_upload_server \ rubygem-graphql-docs>=1.6.0<1.7.0:devel/rubygem-graphql-docs \ @@ -111,7 +114,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \ 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-rouge317>=3.17.0<3.18:textproc/rubygem-rouge317 \ + rubygem-rouge318>=3.18.0<3.19:textproc/rubygem-rouge318 \ 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 \ @@ -177,7 +180,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \ 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-rails-rails60>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails60 \ - rubygem-gitlab-labkit>=0.11.0<0.11.1:devel/rubygem-gitlab-labkit \ + rubygem-gitlab-labkit>=0.12.0<0.12.1:devel/rubygem-gitlab-labkit \ rubygem-ruby_parser>=3.8<4.0:devel/rubygem-ruby_parser \ rubygem-rails-i18n-rails60>=6.0<7.0:devel/rubygem-rails-i18n-rails60 \ rubygem-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \ @@ -186,7 +189,7 @@ 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-gitlab-derailed_benchmarks>0:benchmarks/rubygem-gitlab-derailed_benchmarks \ + 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 \ @@ -195,7 +198,7 @@ MY_DEPENDS= git>=2.24.3:devel/git \ rubygem-gitlab-mail_room>=0.0.3<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.0.0<1.1.0:devel/rubygem-ruby-prof \ + rubygem-ruby-prof>=1.3.0<1.4.0:devel/rubygem-ruby-prof \ rubygem-stackprof>=0.2.15<0.3:devel/rubygem-stackprof \ rubygem-rbtrace>=0.4<1.0:devel/rubygem-rbtrace \ rubygem-memory_profiler>=0.9<1.0:devel/rubygem-memory_profiler \ @@ -211,8 +214,8 @@ MY_DEPENDS= git>=2.24.3:devel/git \ 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-grpc124>=1.24.0<1.25.0:net/rubygem-grpc124 \ - rubygem-google-protobuf38>=3.8.0<3.9.0:devel/rubygem-google-protobuf38 \ + 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 \ 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 \ @@ -226,7 +229,8 @@ MY_DEPENDS= git>=2.24.3:devel/git \ 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-mail>=2.7.1<2.7.2,2:mail/rubygem-mail \ + rubygem-lockbox>=0.3.3<0.4.0:security/rubygem-lockbox BUILD_DEPENDS= gem:devel/ruby-gems \ ${MY_DEPENDS} @@ -239,6 +243,7 @@ CONFLICTS_INSTALL= gitolite-* \ gitea-* \ ${PYTHON_PKGNAMEPREFIX}-gitosis-* +USES= shebangfix USE_RUBY= yes USE_RC_SUBR= gitlab @@ -246,12 +251,15 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= 58afee038ec5ae1c6e1887238a0d9b3aba9cfb86 +GL_COMMIT= 833223f2a7f9b95823f6a570be3e65cd3ecfa71f +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 GROUPS= git NO_BUILD= yes + +NO_ARCH= yes post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config/gitlab.yml.example \ Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/distinfo Wed May 20 06:14:24 2020 (r535982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588326501 -SHA256 (gitlab-org-gitlab-foss-58afee038ec5ae1c6e1887238a0d9b3aba9cfb86_GL0.tar.gz) = 7cd1267906dad7e4c1030d309fccaf81dd18ae589a52793751040895050fcbee -SIZE (gitlab-org-gitlab-foss-58afee038ec5ae1c6e1887238a0d9b3aba9cfb86_GL0.tar.gz) = 89140411 +TIMESTAMP = 1589649421 +SHA256 (gitlab-org-gitlab-foss-833223f2a7f9b95823f6a570be3e65cd3ecfa71f_GL0.tar.gz) = 10a6dcd8a4b1c4c384f9bb457cf8f96ea3c4685179a3d6bfa3c10afb28c6be6d +SIZE (gitlab-org-gitlab-foss-833223f2a7f9b95823f6a570be3e65cd3ecfa71f_GL0.tar.gz) = 85959439 Modified: head/www/gitlab-ce/files/gitlab.in ============================================================================== --- head/www/gitlab-ce/files/gitlab.in Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/files/gitlab.in Wed May 20 06:14:24 2020 (r535982) @@ -48,7 +48,8 @@ load_rc_config $name ### Environment variables RAILS_ENV="production" -EXPERIMENTAL_PUMA="" +USE_UNICORN="1" +SIDEKIQ_WORKERS=1 # Script variable names should be lower-case not to conflict with # internal /bin/sh variables such as PATH, EDITOR or SHELL. @@ -58,7 +59,6 @@ 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" -sidekiq_pid_path="$pid_path/sidekiq.pid" if checkyesno gitlab_mail_room_enable; then mail_room_enabled=true else @@ -152,13 +152,18 @@ if ! cd "$app_root" ; then fi # Select the web server to use -if [ -z "$EXPERIMENTAL_PUMA" ]; then +if [ -z "$USE_UNICORN" ]; then + use_web_server="puma" +else use_web_server="unicorn" +fi + +if [ -z "$SIDEKIQ_WORKERS" ]; then + sidekiq_pid_path="$pid_path/sidekiq.pid" else - use_web_server="puma" + sidekiq_pid_path="$pid_path/sidekiq-cluster.pid" fi - ### Init Script functions ## Gets the pids from the files @@ -379,7 +384,7 @@ start_gitlab() { if [ "$sidekiq_status" = "0" ]; then echo "The Sidekiq job dispatcher is already running with pid $spid, not restarting" else - RAILS_ENV=$RAILS_ENV bin/background_jobs start & + RAILS_ENV=$RAILS_ENV SIDEKIQ_WORKERS=$SIDEKIQ_WORKERS bin/background_jobs start & fi if [ "$gitlab_workhorse_status" = "0" ]; then @@ -438,7 +443,7 @@ stop_gitlab() { fi if [ "$sidekiq_status" = "0" ]; then echo "Shutting down GitLab Sidekiq" - RAILS_ENV=$RAILS_ENV bin/background_jobs stop + RAILS_ENV=$RAILS_ENV SIDEKIQ_WORKERS=$SIDEKIQ_WORKERS bin/background_jobs stop fi if [ "$gitlab_workhorse_status" = "0" ]; then echo "Shutting down GitLab Workhorse" @@ -542,7 +547,7 @@ reload_gitlab(){ echo "Done." echo "Restarting GitLab Sidekiq since it isn't capable of reloading its config..." - RAILS_ENV=$RAILS_ENV bin/background_jobs restart + RAILS_ENV=$RAILS_ENV SIDEKIQ_WORKERS=$SIDEKIQ_WORKERS bin/background_jobs restart if [ "$mail_room_enabled" != true ]; then echo "Restarting GitLab MailRoom since it isn't capable of reloading its config..." Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/files/patch-Gemfile Wed May 20 06:14:24 2020 (r535982) @@ -1,10 +1,10 @@ ---- Gemfile.orig 2020-04-14 21:01:52 UTC +--- Gemfile.orig 2020-05-04 10:07:41 UTC +++ Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '6.0.2' -+gem 'rails', '6.0.2.2' ++gem 'rails', '6.0.3.1' gem 'bootsnap', '~> 1.4.6' @@ -17,7 +17,7 @@ gem 'grape-path-helpers', '~> 1.2' gem 'faraday', '~> 0.12' -@@ -93,7 +93,6 @@ gem 'graphql', '~> 1.9.19' +@@ -93,7 +93,6 @@ gem 'graphql', '~> 1.10.5' # https://gitlab.com/gitlab-org/gitlab/issues/31747 gem 'graphiql-rails', '~> 1.4.10' gem 'apollo_upload_server', '~> 2.0.0.beta3' @@ -34,7 +34,7 @@ # Jira integration gem 'jira-ruby', '~> 1.7' -@@ -329,92 +328,6 @@ group :metrics do +@@ -329,91 +328,6 @@ group :metrics do # Prometheus gem 'prometheus-client-mmap', '~> 0.10.0' gem 'raindrops', '~> 0.18' @@ -75,7 +75,7 @@ - gem 'spring', '~> 2.0.0' - gem 'spring-commands-rspec', '~> 1.0.4' - -- gem 'gitlab-styles', '~> 3.1.0', require: false +- gem 'gitlab-styles', '~> 3.2.0', require: false - # Pin these dependencies, otherwise a new rule could break the CI pipelines - gem 'rubocop', '~> 0.74.0' - gem 'rubocop-performance', '~> 1.4.1' @@ -108,7 +108,6 @@ - gem 'fuubar', '~> 2.2.0' - gem 'rspec-retry', '~> 0.6.1' - gem 'rspec_profiling', '~> 0.0.5' -- gem 'rspec-set', '~> 0.1.3' - gem 'rspec-parameterized', require: false - - gem 'capybara', '~> 3.22.0' Modified: head/www/gitlab-ce/files/patch-bin_background__jobs__sk ============================================================================== --- head/www/gitlab-ce/files/patch-bin_background__jobs__sk Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/files/patch-bin_background__jobs__sk Wed May 20 06:14:24 2020 (r535982) @@ -5,7 +5,7 @@ stop() { - bundle exec sidekiqctl stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1 -+ bundle exec sidekiqctl5 stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1 ++ bundle exec sidekiqctl stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1 } restart() @@ -14,7 +14,7 @@ fi - ${cmd} bundle exec sidekiq -C "${sidekiq_config}" -e $RAILS_ENV "$@" -+ ${cmd} bundle exec sidekiq5 -C "${sidekiq_config}" -e $RAILS_ENV "$@" ++ ${cmd} bundle exec sidekiq -C "${sidekiq_config}" -e $RAILS_ENV "$@" } case "$1" in Modified: head/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_gitlab.yml.example Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/files/patch-config_gitlab.yml.example Wed May 20 06:14:24 2020 (r535982) @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2020-03-26 12:19:15 UTC +--- config/gitlab.yml.example.orig 2020-05-15 17:18:13 UTC +++ config/gitlab.yml.example -@@ -937,7 +937,7 @@ production: &base +@@ -955,7 +955,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. -@@ -955,8 +955,8 @@ production: &base +@@ -973,8 +973,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 -@@ -1002,12 +1002,12 @@ production: &base +@@ -1020,12 +1020,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -36,7 +36,14 @@ # Git over HTTP upload_pack: true -@@ -1032,7 +1032,7 @@ production: &base +@@ -1044,13 +1044,13 @@ production: &base + + ## GitLab Elasticsearch settings + elasticsearch: +- indexer_path: /home/git/gitlab-elasticsearch-indexer/ ++ indexer_path: %%PREFIX%%/bin/ + + ## Git settings # CAUTION! # Use the default values unless you really know what you are doing git: Modified: head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb ============================================================================== --- head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb Wed May 20 06:14:24 2020 (r535982) @@ -1,6 +1,6 @@ ---- config/initializers/1_settings.rb.orig 2020-03-26 12:19:15 UTC +--- config/initializers/1_settings.rb.orig 2020-04-21 23:01:33 UTC +++ config/initializers/1_settings.rb -@@ -182,11 +182,7 @@ Settings.gitlab['url'] ||= Settings.__send__(:build_gi +@@ -173,11 +173,7 @@ Settings.gitlab['url'] ||= Settings.__send__(:build_gi Settings.gitlab['user'] ||= 'git' # External configuration may cause the ssh user to differ from the GitLab user Settings.gitlab['ssh_user'] ||= Settings.gitlab.user Added: head/www/gitlab-ce/files/patch-config_initializers_active__record__fix__insert__all.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-ce/files/patch-config_initializers_active__record__fix__insert__all.rb Wed May 20 06:14:24 2020 (r535982) @@ -0,0 +1,11 @@ +--- config/initializers/active_record_fix_insert_all.rb.orig 2020-05-15 17:18:13 UTC ++++ config/initializers/active_record_fix_insert_all.rb +@@ -7,7 +7,7 @@ + # This is covered by tests in `BulkInsertSafe` + # that validates handling of different data types + +-if Rails.gem_version > Gem::Version.new("6.0.2") ++if Rails.gem_version > Gem::Version.new("6.0.3.1") + raise Gem::DependencyError, + "Remove patch once the https://github.com/rails/rails/pull/38763 is included" + end Modified: head/www/gitlab-ce/pkg-message ============================================================================== --- head/www/gitlab-ce/pkg-message Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/pkg-message Wed May 20 06:14:24 2020 (r535982) @@ -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.9-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/12.10-freebsd.md EOM type: install } @@ -20,7 +20,7 @@ EOM If you just installed an major upgrade of GitLab, for example you switched from 12.6.x to 12.7.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/12.8-12.9-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/12.9-12.10-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Wed May 20 06:11:39 2020 (r535981) +++ head/www/gitlab-ce/pkg-plist Wed May 20 06:14:24 2020 (r535982) @@ -33,12 +33,14 @@ %%WWWDIR%%/.gitlab/issue_templates/Documentation.md %%WWWDIR%%/.gitlab/issue_templates/Feature Flag Roll Out.md %%WWWDIR%%/.gitlab/issue_templates/Feature proposal.md +%%WWWDIR%%/.gitlab/issue_templates/Migrations.md %%WWWDIR%%/.gitlab/issue_templates/Problem_Validation.md %%WWWDIR%%/.gitlab/issue_templates/Productivity Improvement.md %%WWWDIR%%/.gitlab/issue_templates/QA failure.md %%WWWDIR%%/.gitlab/issue_templates/Refactoring.md %%WWWDIR%%/.gitlab/issue_templates/Security Release.md %%WWWDIR%%/.gitlab/issue_templates/Security developer workflow.md +%%WWWDIR%%/.gitlab/issue_templates/Solution_validation %%WWWDIR%%/.gitlab/issue_templates/Technical Evaluation.md %%WWWDIR%%/.gitlab/issue_templates/Test plan.md %%WWWDIR%%/.gitlab/merge_request_templates/Change documentation location.md @@ -83,7 +85,6 @@ %%WWWDIR%%/PROCESS.md %%WWWDIR%%/Pipfile %%WWWDIR%%/Pipfile.lock -%%WWWDIR%%/Procfile %%WWWDIR%%/README.md %%WWWDIR%%/Rakefile %%WWWDIR%%/VERSION @@ -1981,6 +1982,7 @@ %%WWWDIR%%/app/assets/images/touch-icon-iphone.png %%WWWDIR%%/app/assets/images/white-scheme-preview.png %%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 %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/constants.js %%WWWDIR%%/app/assets/javascripts/admin/statistics_panel/index.js @@ -2131,6 +2133,7 @@ %%WWWDIR%%/app/assets/javascripts/boards/components/board.js %%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_card.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/board_column.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js %%WWWDIR%%/app/assets/javascripts/boards/components/board_form.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_list.vue @@ -2195,6 +2198,9 @@ %%WWWDIR%%/app/assets/javascripts/build_artifacts.js %%WWWDIR%%/app/assets/javascripts/ci_variable_list/ajax_variable_list.js %%WWWDIR%%/app/assets/javascripts/ci_variable_list/ci_variable_list.js +%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_environments_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_key_field.vue +%%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_variable_autocomplete_tokens.js %%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_variable_modal.vue %%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_variable_popover.vue %%WWWDIR%%/app/assets/javascripts/ci_variable_list/components/ci_variable_settings.vue @@ -2203,6 +2209,7 @@ %%WWWDIR%%/app/assets/javascripts/ci_variable_list/index.js %%WWWDIR%%/app/assets/javascripts/ci_variable_list/native_form_variable_list.js %%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/actions.js +%%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/getters.js %%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/index.js %%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/mutation_types.js %%WWWDIR%%/app/assets/javascripts/ci_variable_list/store/mutations.js @@ -2316,6 +2323,11 @@ %%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/custom_metrics/components/custom_metrics_form.vue +%%WWWDIR%%/app/assets/javascripts/custom_metrics/components/custom_metrics_form_fields.vue +%%WWWDIR%%/app/assets/javascripts/custom_metrics/components/delete_custom_metric_modal.vue +%%WWWDIR%%/app/assets/javascripts/custom_metrics/constants.js +%%WWWDIR%%/app/assets/javascripts/custom_metrics/index.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_code_component.vue @@ -2357,8 +2369,8 @@ %%WWWDIR%%/app/assets/javascripts/diffs/components/app.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/commit_item.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/commit_widget.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/compare_dropdown_layout.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/compare_versions.vue -%%WWWDIR%%/app/assets/javascripts/diffs/components/compare_versions_dropdown.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/diff_content.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/diff_discussion_reply.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/diff_discussions.vue @@ -2391,6 +2403,7 @@ %%WWWDIR%%/app/assets/javascripts/diffs/mixins/image_diff.js %%WWWDIR%%/app/assets/javascripts/diffs/store/actions.js %%WWWDIR%%/app/assets/javascripts/diffs/store/getters.js +%%WWWDIR%%/app/assets/javascripts/diffs/store/getters_versions_dropdowns.js %%WWWDIR%%/app/assets/javascripts/diffs/store/modules/diff_state.js %%WWWDIR%%/app/assets/javascripts/diffs/store/modules/index.js %%WWWDIR%%/app/assets/javascripts/diffs/store/mutation_types.js @@ -2424,9 +2437,11 @@ %%WWWDIR%%/app/assets/javascripts/emoji/support/unicode_support_map.js %%WWWDIR%%/app/assets/javascripts/environments/components/confirm_rollback_modal.vue %%WWWDIR%%/app/assets/javascripts/environments/components/container.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/delete_environment_modal.vue %%WWWDIR%%/app/assets/javascripts/environments/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/environments/components/enable_review_app_button.vue %%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_delete.vue %%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.vue %%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.vue %%WWWDIR%%/app/assets/javascripts/environments/components/environment_monitoring.vue @@ -2448,11 +2463,13 @@ %%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 %%WWWDIR%%/app/assets/javascripts/environments/stores/helpers.js %%WWWDIR%%/app/assets/javascripts/error_tracking/components/constants.js %%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_details.vue +%%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_tracking_actions.vue %%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_tracking_list.vue %%WWWDIR%%/app/assets/javascripts/error_tracking/components/stacktrace.vue %%WWWDIR%%/app/assets/javascripts/error_tracking/components/stacktrace_entry.vue @@ -2601,7 +2618,6 @@ %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/success_message.vue %%WWWDIR%%/app/assets/javascripts/ide/components/editor_mode_dropdown.vue %%WWWDIR%%/app/assets/javascripts/ide/components/error_message.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/external_link.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_row_extra.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_templates/bar.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_templates/dropdown.vue @@ -2752,6 +2768,9 @@ %%WWWDIR%%/app/assets/javascripts/init_issuable_sidebar.js %%WWWDIR%%/app/assets/javascripts/init_labels.js %%WWWDIR%%/app/assets/javascripts/init_notes.js +%%WWWDIR%%/app/assets/javascripts/integrations/edit/components/active_toggle.vue +%%WWWDIR%%/app/assets/javascripts/integrations/edit/event_hub.js +%%WWWDIR%%/app/assets/javascripts/integrations/edit/index.js %%WWWDIR%%/app/assets/javascripts/integrations/integration_settings_form.js %%WWWDIR%%/app/assets/javascripts/issuable/auto_width_dropdown_select.js %%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_actions.js @@ -2792,6 +2811,15 @@ %%WWWDIR%%/app/assets/javascripts/issue_show/utils/parse_data.js %%WWWDIR%%/app/assets/javascripts/issue_show/utils/update_description.js %%WWWDIR%%/app/assets/javascripts/issue_status_select.js +%%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_app.vue +%%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_form.vue +%%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_progress.vue +%%WWWDIR%%/app/assets/javascripts/jira_import/components/jira_import_setup.vue +%%WWWDIR%%/app/assets/javascripts/jira_import/index.js +%%WWWDIR%%/app/assets/javascripts/jira_import/queries/get_jira_import_details.query.graphql +%%WWWDIR%%/app/assets/javascripts/jira_import/queries/initiate_jira_import.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/jira_import/queries/jira_import.fragment.graphql +%%WWWDIR%%/app/assets/javascripts/jira_import/utils.js %%WWWDIR%%/app/assets/javascripts/jobs/components/artifacts_block.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/commit_block.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/empty_state.vue @@ -2884,7 +2912,11 @@ %%WWWDIR%%/app/assets/javascripts/locale/sprintf.js %%WWWDIR%%/app/assets/javascripts/logo.js %%WWWDIR%%/app/assets/javascripts/logs/components/environment_logs.vue +%%WWWDIR%%/app/assets/javascripts/logs/components/log_advanced_filters.vue %%WWWDIR%%/app/assets/javascripts/logs/components/log_control_buttons.vue +%%WWWDIR%%/app/assets/javascripts/logs/components/log_simple_filters.vue +%%WWWDIR%%/app/assets/javascripts/logs/components/tokens/token_with_loading_state.vue +%%WWWDIR%%/app/assets/javascripts/logs/constants.js %%WWWDIR%%/app/assets/javascripts/logs/index.js %%WWWDIR%%/app/assets/javascripts/logs/stores/actions.js %%WWWDIR%%/app/assets/javascripts/logs/stores/getters.js @@ -2895,6 +2927,8 @@ %%WWWDIR%%/app/assets/javascripts/logs/utils.js %%WWWDIR%%/app/assets/javascripts/main.js %%WWWDIR%%/app/assets/javascripts/main_ee.js +%%WWWDIR%%/app/assets/javascripts/maintenance_mode_settings/components/app.vue +%%WWWDIR%%/app/assets/javascripts/maintenance_mode_settings/index.js %%WWWDIR%%/app/assets/javascripts/manual_ordering.js %%WWWDIR%%/app/assets/javascripts/member_expiration_date.js %%WWWDIR%%/app/assets/javascripts/members.js @@ -2914,7 +2948,9 @@ %%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/annotations.js %%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/anomaly.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/charts/bar.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 @@ -2925,7 +2961,8 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboard.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/embed.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/embeds/embed_group.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/embeds/metric_embed.vue %%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 @@ -2933,8 +2970,15 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/constants.js %%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_bundle.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/stores/actions.js +%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/actions.js +%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/getters.js +%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/index.js +%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/mutations.js +%%WWWDIR%%/app/assets/javascripts/monitoring/stores/embed_group/state.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/getters.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/index.js %%WWWDIR%%/app/assets/javascripts/monitoring/stores/mutation_types.js @@ -3000,6 +3044,7 @@ %%WWWDIR%%/app/assets/javascripts/notes/components/noteable_discussion.vue %%WWWDIR%%/app/assets/javascripts/notes/components/noteable_note.vue %%WWWDIR%%/app/assets/javascripts/notes/components/notes_app.vue +%%WWWDIR%%/app/assets/javascripts/notes/components/sort_discussion.vue %%WWWDIR%%/app/assets/javascripts/notes/components/toggle_replies_widget.vue %%WWWDIR%%/app/assets/javascripts/notes/constants.js %%WWWDIR%%/app/assets/javascripts/notes/discussion_filters.js @@ -3015,6 +3060,7 @@ %%WWWDIR%%/app/assets/javascripts/notes/mixins/note_form.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/noteable.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/resolvable.js +%%WWWDIR%%/app/assets/javascripts/notes/sort_discussions.js %%WWWDIR%%/app/assets/javascripts/notes/stores/actions.js %%WWWDIR%%/app/assets/javascripts/notes/stores/collapse_utils.js %%WWWDIR%%/app/assets/javascripts/notes/stores/getters.js @@ -3039,8 +3085,9 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/account_and_limits.js %%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/general/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/index.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/integrations/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/metrics_and_profiling/index.js -%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/usage_ping_payload.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/payload_previewer.js %%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/broadcast_message.js %%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/clusters/destroy/index.js @@ -3063,6 +3110,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/runners/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/serverless/domains/index.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/services/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/sessions/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/user_modal_manager.vue @@ -3105,6 +3153,8 @@ %%WWWDIR%%/app/assets/javascripts/pages/groups/registry/repositories/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/integrations/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/repository/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/shared/group_details.js %%WWWDIR%%/app/assets/javascripts/pages/groups/shared/group_tabs.js %%WWWDIR%%/app/assets/javascripts/pages/groups/show/index.js @@ -3163,6 +3213,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/folder/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/metrics/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/terminal/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/details/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/index/index.js @@ -3171,6 +3222,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/charts/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/charts/series_data_mixin.js %%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/import/jira/index.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 @@ -3232,6 +3284,8 @@ %%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/prometheus/metrics/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/prometheus/metrics/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/registry/repositories/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/releases/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/releases/index/index.js @@ -3256,6 +3310,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/static_site_editor/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/tags/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/tags/releases/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/tree/show/index.js @@ -3265,6 +3320,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/registrations/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/root/index.js %%WWWDIR%%/app/assets/javascripts/pages/search/init_filtered_search.js +%%WWWDIR%%/app/assets/javascripts/pages/search/show/highlight_blob_search_result.js %%WWWDIR%%/app/assets/javascripts/pages/search/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/search/show/refresh_counts.js %%WWWDIR%%/app/assets/javascripts/pages/search/show/search.js @@ -3356,6 +3412,14 @@ %%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/commits/components/author_select.vue +%%WWWDIR%%/app/assets/javascripts/projects/commits/index.js +%%WWWDIR%%/app/assets/javascripts/projects/commits/store/actions.js +%%WWWDIR%%/app/assets/javascripts/projects/commits/store/index.js +%%WWWDIR%%/app/assets/javascripts/projects/commits/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/projects/commits/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/projects/commits/store/state.js +%%WWWDIR%%/app/assets/javascripts/projects/default_project_templates.js %%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/app.vue %%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/pipelines_area_chart.vue %%WWWDIR%%/app/assets/javascripts/projects/pipelines/charts/components/statistics_list.vue @@ -3367,7 +3431,10 @@ %%WWWDIR%%/app/assets/javascripts/projects/tree/components/commit_pipeline_status_component.vue %%WWWDIR%%/app/assets/javascripts/projects/tree/services/commit_pipeline_service.js %%WWWDIR%%/app/assets/javascripts/projects_list.js +%%WWWDIR%%/app/assets/javascripts/prometheus_alerts/components/reset_key.vue +%%WWWDIR%%/app/assets/javascripts/prometheus_alerts/index.js %%WWWDIR%%/app/assets/javascripts/prometheus_metrics/constants.js +%%WWWDIR%%/app/assets/javascripts/prometheus_metrics/custom_metrics.js %%WWWDIR%%/app/assets/javascripts/prometheus_metrics/prometheus_metrics.js %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_create.js @@ -3382,6 +3449,7 @@ %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/group_empty_state.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 %%WWWDIR%%/app/assets/javascripts/registry/explorer/components/registry_breadcrumb.vue %%WWWDIR%%/app/assets/javascripts/registry/explorer/constants.js %%WWWDIR%%/app/assets/javascripts/registry/explorer/index.js @@ -3396,19 +3464,6 @@ %%WWWDIR%%/app/assets/javascripts/registry/explorer/stores/mutations.js %%WWWDIR%%/app/assets/javascripts/registry/explorer/stores/state.js %%WWWDIR%%/app/assets/javascripts/registry/explorer/utils.js -%%WWWDIR%%/app/assets/javascripts/registry/list/components/app.vue -%%WWWDIR%%/app/assets/javascripts/registry/list/components/collapsible_container.vue -%%WWWDIR%%/app/assets/javascripts/registry/list/components/group_empty_state.vue -%%WWWDIR%%/app/assets/javascripts/registry/list/components/project_empty_state.vue -%%WWWDIR%%/app/assets/javascripts/registry/list/components/table_registry.vue -%%WWWDIR%%/app/assets/javascripts/registry/list/constants.js -%%WWWDIR%%/app/assets/javascripts/registry/list/index.js -%%WWWDIR%%/app/assets/javascripts/registry/list/stores/actions.js -%%WWWDIR%%/app/assets/javascripts/registry/list/stores/getters.js -%%WWWDIR%%/app/assets/javascripts/registry/list/stores/index.js -%%WWWDIR%%/app/assets/javascripts/registry/list/stores/mutation_types.js -%%WWWDIR%%/app/assets/javascripts/registry/list/stores/mutations.js -%%WWWDIR%%/app/assets/javascripts/registry/list/stores/state.js %%WWWDIR%%/app/assets/javascripts/registry/settings/components/registry_settings_app.vue %%WWWDIR%%/app/assets/javascripts/registry/settings/components/settings_form.vue %%WWWDIR%%/app/assets/javascripts/registry/settings/registry_settings_bundle.js @@ -3431,6 +3486,7 @@ %%WWWDIR%%/app/assets/javascripts/releases/components/app_edit.vue %%WWWDIR%%/app/assets/javascripts/releases/components/app_index.vue %%WWWDIR%%/app/assets/javascripts/releases/components/app_show.vue +%%WWWDIR%%/app/assets/javascripts/releases/components/asset_links_form.vue %%WWWDIR%%/app/assets/javascripts/releases/components/evidence_block.vue %%WWWDIR%%/app/assets/javascripts/releases/components/release_block.vue %%WWWDIR%%/app/assets/javascripts/releases/components/release_block_assets.vue @@ -3446,6 +3502,7 @@ %%WWWDIR%%/app/assets/javascripts/releases/mount_show.js %%WWWDIR%%/app/assets/javascripts/releases/stores/index.js %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/actions.js +%%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/getters.js %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/index.js %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/mutation_types.js %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/detail/mutations.js @@ -3455,6 +3512,7 @@ %%WWWDIR%%/app/assets/javascripts/releases/stores/modules/list/mutation_types.js %%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/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 @@ -3541,6 +3599,8 @@ %%WWWDIR%%/app/assets/javascripts/serverless/store/mutation_types.js %%WWWDIR%%/app/assets/javascripts/serverless/store/mutations.js %%WWWDIR%%/app/assets/javascripts/serverless/store/state.js +%%WWWDIR%%/app/assets/javascripts/serverless/survey_banner.js +%%WWWDIR%%/app/assets/javascripts/serverless/survey_banner.vue %%WWWDIR%%/app/assets/javascripts/serverless/utils.js %%WWWDIR%%/app/assets/javascripts/set_status_modal/emoji_menu_in_modal.js %%WWWDIR%%/app/assets/javascripts/set_status_modal/event_hub.js @@ -3592,8 +3652,11 @@ %%WWWDIR%%/app/assets/javascripts/smart_interval.js %%WWWDIR%%/app/assets/javascripts/snippet/collapsible_input.js %%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js +%%WWWDIR%%/app/assets/javascripts/snippet/snippet_edit.js %%WWWDIR%%/app/assets/javascripts/snippet/snippet_embed.js -%%WWWDIR%%/app/assets/javascripts/snippets/components/app.vue +%%WWWDIR%%/app/assets/javascripts/snippet/snippet_show.js +%%WWWDIR%%/app/assets/javascripts/snippets/components/edit.vue +%%WWWDIR%%/app/assets/javascripts/snippets/components/show.vue %%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 @@ -3604,16 +3667,36 @@ %%WWWDIR%%/app/assets/javascripts/snippets/fragments/project.fragment.graphql %%WWWDIR%%/app/assets/javascripts/snippets/fragments/snippetBase.fragment.graphql %%WWWDIR%%/app/assets/javascripts/snippets/index.js +%%WWWDIR%%/app/assets/javascripts/snippets/mixins/snippets.js +%%WWWDIR%%/app/assets/javascripts/snippets/mutations/createSnippet.mutation.graphql %%WWWDIR%%/app/assets/javascripts/snippets/mutations/deleteSnippet.mutation.graphql +%%WWWDIR%%/app/assets/javascripts/snippets/mutations/updateSnippet.mutation.graphql %%WWWDIR%%/app/assets/javascripts/snippets/queries/projectPermissions.query.graphql %%WWWDIR%%/app/assets/javascripts/snippets/queries/snippet.blob.content.query.graphql -%%WWWDIR%%/app/assets/javascripts/snippets/queries/snippet.blob.query.graphql %%WWWDIR%%/app/assets/javascripts/snippets/queries/snippet.query.graphql %%WWWDIR%%/app/assets/javascripts/snippets/queries/userPermissions.query.graphql %%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/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/submit_changes_error.vue +%%WWWDIR%%/app/assets/javascripts/static_site_editor/constants.js +%%WWWDIR%%/app/assets/javascripts/static_site_editor/index.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 @@ -3663,6 +3746,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_status_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_suggest_pipeline.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_terraform_plan.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/review_app_link.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/source_branch_removal_status.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/commit_edit.vue @@ -3706,6 +3790,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/get_state_key.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/state_maps.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/awards_list.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/blob_viewers/constants.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/blob_viewers/index.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/blob_viewers/mixins.js @@ -3716,6 +3801,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_badge_link.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/clipboard_button.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/clone_dropdown.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/code_block.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/commit.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/confirm_modal.vue @@ -3756,6 +3842,8 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_row_header.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_tree.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/form/form_footer_actions.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/form/title.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_countdown.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_mentions.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_modal.vue @@ -3772,6 +3860,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/lib/utils/diff_utils.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/lib/utils/dom_utils.js %%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/header.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/suggestion_diff.vue @@ -3788,6 +3877,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/skeleton_note.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/system_note.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/timeline_entry_item.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/ordered_layout.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/paginated_list.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/pagination/constants.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/pagination/table_pagination.vue @@ -3838,6 +3928,7 @@ %%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 @@ -3870,6 +3961,7 @@ %%WWWDIR%%/app/assets/stylesheets/behaviors.scss %%WWWDIR%%/app/assets/stylesheets/bootstrap_migration.scss %%WWWDIR%%/app/assets/stylesheets/components/avatar.scss +%%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/popover.scss @@ -3980,6 +4072,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/dev_ops_score.scss %%WWWDIR%%/app/assets/stylesheets/pages/diff.scss %%WWWDIR%%/app/assets/stylesheets/pages/editor.scss +%%WWWDIR%%/app/assets/stylesheets/pages/environment_logs.scss %%WWWDIR%%/app/assets/stylesheets/pages/environments.scss %%WWWDIR%%/app/assets/stylesheets/pages/error_details.scss %%WWWDIR%%/app/assets/stylesheets/pages/error_list.scss @@ -4074,7 +4167,6 @@ %%WWWDIR%%/app/controllers/boards/issues_controller.rb %%WWWDIR%%/app/controllers/boards/lists_controller.rb %%WWWDIR%%/app/controllers/chaos_controller.rb -%%WWWDIR%%/app/controllers/ci/lints_controller.rb %%WWWDIR%%/app/controllers/clusters/applications_controller.rb %%WWWDIR%%/app/controllers/clusters/base_controller.rb %%WWWDIR%%/app/controllers/clusters/clusters_controller.rb @@ -4097,6 +4189,7 @@ %%WWWDIR%%/app/controllers/concerns/hotlink_interceptor.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 %%WWWDIR%%/app/controllers/concerns/internal_redirect.rb %%WWWDIR%%/app/controllers/concerns/invisible_captcha_on_signup.rb %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb @@ -4173,6 +4266,8 @@ %%WWWDIR%%/app/controllers/groups/registry/repositories_controller.rb %%WWWDIR%%/app/controllers/groups/runners_controller.rb %%WWWDIR%%/app/controllers/groups/settings/ci_cd_controller.rb +%%WWWDIR%%/app/controllers/groups/settings/integrations_controller.rb +%%WWWDIR%%/app/controllers/groups/settings/repository_controller.rb %%WWWDIR%%/app/controllers/groups/shared_projects_controller.rb %%WWWDIR%%/app/controllers/groups/uploads_controller.rb %%WWWDIR%%/app/controllers/groups/variables_controller.rb @@ -4284,6 +4379,7 @@ %%WWWDIR%%/app/controllers/projects/pipelines_controller.rb %%WWWDIR%%/app/controllers/projects/pipelines_settings_controller.rb %%WWWDIR%%/app/controllers/projects/project_members_controller.rb +%%WWWDIR%%/app/controllers/projects/prometheus/alerts_controller.rb %%WWWDIR%%/app/controllers/projects/prometheus/metrics_controller.rb %%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb %%WWWDIR%%/app/controllers/projects/protected_refs_controller.rb @@ -4293,6 +4389,7 @@ %%WWWDIR%%/app/controllers/projects/registry/application_controller.rb %%WWWDIR%%/app/controllers/projects/registry/repositories_controller.rb %%WWWDIR%%/app/controllers/projects/registry/tags_controller.rb +%%WWWDIR%%/app/controllers/projects/releases/evidences_controller.rb %%WWWDIR%%/app/controllers/projects/releases_controller.rb %%WWWDIR%%/app/controllers/projects/repositories_controller.rb %%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb @@ -4307,6 +4404,7 @@ %%WWWDIR%%/app/controllers/projects/snippets_controller.rb %%WWWDIR%%/app/controllers/projects/stages_controller.rb %%WWWDIR%%/app/controllers/projects/starrers_controller.rb +%%WWWDIR%%/app/controllers/projects/static_site_editor_controller.rb %%WWWDIR%%/app/controllers/projects/tags/releases_controller.rb %%WWWDIR%%/app/controllers/projects/tags_controller.rb %%WWWDIR%%/app/controllers/projects/templates_controller.rb @@ -4350,6 +4448,7 @@ %%WWWDIR%%/app/finders/autocomplete/group_finder.rb %%WWWDIR%%/app/finders/autocomplete/move_to_project_finder.rb %%WWWDIR%%/app/finders/autocomplete/project_finder.rb +%%WWWDIR%%/app/finders/autocomplete/routes_finder.rb %%WWWDIR%%/app/finders/autocomplete/users_finder.rb %%WWWDIR%%/app/finders/award_emojis_finder.rb %%WWWDIR%%/app/finders/boards/visits_finder.rb @@ -4384,7 +4483,9 @@ %%WWWDIR%%/app/finders/group_projects_finder.rb %%WWWDIR%%/app/finders/groups_finder.rb %%WWWDIR%%/app/finders/issuable_finder.rb +%%WWWDIR%%/app/finders/issuable_finder/params.rb %%WWWDIR%%/app/finders/issues_finder.rb +%%WWWDIR%%/app/finders/issues_finder/params.rb %%WWWDIR%%/app/finders/joined_groups_finder.rb %%WWWDIR%%/app/finders/keys_finder.rb %%WWWDIR%%/app/finders/labels_finder.rb @@ -4392,6 +4493,7 @@ %%WWWDIR%%/app/finders/members_finder.rb %%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/milestones_finder.rb %%WWWDIR%%/app/finders/notes_finder.rb %%WWWDIR%%/app/finders/pending_todos_finder.rb @@ -4433,6 +4535,7 @@ %%WWWDIR%%/app/graphql/mutations/issues/set_confidential.rb %%WWWDIR%%/app/graphql/mutations/issues/set_due_date.rb %%WWWDIR%%/app/graphql/mutations/issues/update.rb +%%WWWDIR%%/app/graphql/mutations/jira_import/start.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 @@ -4478,12 +4581,16 @@ %%WWWDIR%%/app/graphql/resolvers/merge_request_pipelines_resolver.rb %%WWWDIR%%/app/graphql/resolvers/merge_requests_resolver.rb %%WWWDIR%%/app/graphql/resolvers/metadata_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/metrics/dashboard_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/metrics/dashboards/annotation_resolver.rb %%WWWDIR%%/app/graphql/resolvers/milestone_resolver.rb %%WWWDIR%%/app/graphql/resolvers/namespace_projects_resolver.rb %%WWWDIR%%/app/graphql/resolvers/namespace_resolver.rb %%WWWDIR%%/app/graphql/resolvers/project_pipelines_resolver.rb %%WWWDIR%%/app/graphql/resolvers/project_resolver.rb %%WWWDIR%%/app/graphql/resolvers/projects/grafana_integration_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/projects/jira_imports_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/projects/services_resolver.rb %%WWWDIR%%/app/graphql/resolvers/projects/snippets_resolver.rb %%WWWDIR%%/app/graphql/resolvers/snippets_resolver.rb %%WWWDIR%%/app/graphql/resolvers/todo_resolver.rb @@ -4523,10 +4630,13 @@ %%WWWDIR%%/app/graphql/types/issue_sort_enum.rb %%WWWDIR%%/app/graphql/types/issue_state_enum.rb %%WWWDIR%%/app/graphql/types/issue_type.rb +%%WWWDIR%%/app/graphql/types/jira_import_type.rb %%WWWDIR%%/app/graphql/types/label_type.rb %%WWWDIR%%/app/graphql/types/merge_request_state_enum.rb %%WWWDIR%%/app/graphql/types/merge_request_type.rb %%WWWDIR%%/app/graphql/types/metadata_type.rb +%%WWWDIR%%/app/graphql/types/metrics/dashboard_type.rb +%%WWWDIR%%/app/graphql/types/metrics/dashboards/annotation_type.rb %%WWWDIR%%/app/graphql/types/milestone_state_enum.rb %%WWWDIR%%/app/graphql/types/milestone_type.rb %%WWWDIR%%/app/graphql/types/mutation_operation_mode_enum.rb @@ -4552,6 +4662,10 @@ %%WWWDIR%%/app/graphql/types/permission_types/user.rb %%WWWDIR%%/app/graphql/types/project_statistics_type.rb %%WWWDIR%%/app/graphql/types/project_type.rb +%%WWWDIR%%/app/graphql/types/projects/service_type.rb +%%WWWDIR%%/app/graphql/types/projects/service_type_enum.rb +%%WWWDIR%%/app/graphql/types/projects/services/base_service_type.rb +%%WWWDIR%%/app/graphql/types/projects/services/jira_service_type.rb %%WWWDIR%%/app/graphql/types/query_type.rb %%WWWDIR%%/app/graphql/types/repository_type.rb %%WWWDIR%%/app/graphql/types/root_storage_statistics_type.rb @@ -4577,7 +4691,7 @@ %%WWWDIR%%/app/graphql/types/visibility_levels_enum.rb %%WWWDIR%%/app/helpers/accounts_helper.rb %%WWWDIR%%/app/helpers/active_sessions_helper.rb -%%WWWDIR%%/app/helpers/analytics_navbar_helper.rb +%%WWWDIR%%/app/helpers/analytics/navbar_helper.rb %%WWWDIR%%/app/helpers/appearances_helper.rb %%WWWDIR%%/app/helpers/application_helper.rb %%WWWDIR%%/app/helpers/application_settings_helper.rb @@ -4603,6 +4717,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***