From owner-svn-ports-head@freebsd.org Thu Jan 31 14:28:18 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CA4D14AB811; Thu, 31 Jan 2019 14:28:18 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2DCE91350; Thu, 31 Jan 2019 14:28:17 +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 A870289B1; Thu, 31 Jan 2019 14:28:17 +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 x0VESHa6024765; Thu, 31 Jan 2019 14:28:17 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0VESG1q024756; Thu, 31 Jan 2019 14:28:16 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201901311428.x0VESG1q024756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 31 Jan 2019 14:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491734 - 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: 491734 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B2DCE91350 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2019 14:28:18 -0000 Author: mfechner Date: Thu Jan 31 14:28:16 2019 New Revision: 491734 URL: https://svnweb.freebsd.org/changeset/ports/491734 Log: Upgrade to 11.7.0. For detailed changelog see: https://about.gitlab.com/2019/01/22/gitlab-11-7-released/ Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/files/patch-Gemfile head/www/gitlab-ce/files/patch-config_gitlab.yml.example head/www/gitlab-ce/pkg-message head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Thu Jan 31 14:26:55 2019 (r491733) +++ head/www/gitlab-ce/Makefile Thu Jan 31 14:28:16 2019 (r491734) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.6.5 +PORTVERSION= 11.7.0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -16,13 +16,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS # for the options MY_DEPENDS= git>=2.16.2:devel/git \ - gitlab-shell>=8.4.3:devel/gitlab-shell \ - gitlab-workhorse>=7.6.0:www/gitlab-workhorse \ - gitaly>=1.7.1:devel/gitaly \ + gitlab-shell>=8.4.4:devel/gitlab-shell \ + gitlab-workhorse>=8.0.0:www/gitlab-workhorse \ + gitaly>=1.12.1:devel/gitaly \ gitlab-pages>=1.3.1:www/gitlab-pages \ redis>=3.2.12:databases/redis \ npm>=4.3.0:www/npm \ - yarn>=0.17.0:www/yarn \ + yarn>=1.10.0:www/yarn \ rubygem-rails50>=5.0.7.1:www/rubygem-rails50 \ rubygem-rails-deprecated_sanitizer-rails50>=1.0.3:devel/rubygem-rails-deprecated_sanitizer-rails50 \ rubygem-nakayoshi_fork>=0.0.4:devel/rubygem-nakayoshi_fork \ @@ -42,7 +42,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-omniauth-facebook4>=4.0.0:net/rubygem-omniauth-facebook4 \ rubygem-omniauth-github>=1.3.0:net/rubygem-omniauth-github \ rubygem-omniauth-gitlab>=1.0.2:security/rubygem-omniauth-gitlab \ - rubygem-omniauth-google-oauth2>=0.5.3:net/rubygem-omniauth-google-oauth2 \ + rubygem-omniauth-google-oauth2>=0.6.0:net/rubygem-omniauth-google-oauth2 \ rubygem-omniauth-kerberos>=0.3.0:net/rubygem-omniauth-kerberos \ rubygem-omniauth-oauth2-generic>=0.2.2:security/rubygem-omniauth-oauth2-generic \ rubygem-omniauth-saml>=1.10:security/rubygem-omniauth-saml \ @@ -51,7 +51,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \ rubygem-omniauth-authentiq>=0.3.3:net/rubygem-omniauth-authentiq \ rubygem-rack-oauth212>=1.2.1:security/rubygem-rack-oauth212 \ - rubygem-jwt1>=1.5.6:www/rubygem-jwt1 \ + rubygem-jwt>=2.1.0:www/rubygem-jwt \ rubygem-recaptcha3>=3.0:devel/rubygem-recaptcha3 \ rubygem-akismet>=2.0:devel/rubygem-akismet \ rubygem-devise-two-factor-rails50>=3.0.0:security/rubygem-devise-two-factor-rails50 \ @@ -71,7 +71,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-hashie-forbidden_attributes>=0:devel/rubygem-hashie-forbidden_attributes \ rubygem-kaminari-rails50>=1.0:www/rubygem-kaminari-rails50 \ rubygem-hamlit>=2.8.8:www/rubygem-hamlit \ - rubygem-carrierwave>=1.2.3:www/rubygem-carrierwave \ + rubygem-carrierwave>=1.3.0:www/rubygem-carrierwave \ rubygem-mini_magick>=0:graphics/rubygem-mini_magick \ rubygem-fog-aws2>=2.0.1:net/rubygem-fog-aws2 \ rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \ @@ -99,7 +99,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-rouge>=3.1:textproc/rubygem-rouge \ rubygem-truncato>=0.7.9:textproc/rubygem-truncato \ rubygem-bootstrap_form>=2.7.0:devel/rubygem-bootstrap_form \ - rubygem-nokogiri>=1.8.2:textproc/rubygem-nokogiri \ + rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri \ rubygem-escape_utils>=1.1:textproc/rubygem-escape_utils \ rubygem-icalendar>=0:devel/rubygem-icalendar \ rubygem-diffy31>=3.1.0:textproc/rubygem-diffy31 \ @@ -149,6 +149,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-webpack-rails-rails50>=0.9.10:www/rubygem-webpack-rails-rails50 \ rubygem-rack-proxy>=0.6.0:www/rubygem-rack-proxy \ rubygem-sass-rails-rails50>=5.0.6:textproc/rubygem-sass-rails-rails50 \ + rubygem-sass>=3.5.0:textproc/rubygem-sass \ rubygem-uglifier27>=2.7.2:www/rubygem-uglifier27 \ rubygem-addressable>=2.5.2:www/rubygem-addressable \ rubygem-font-awesome-rails-rails50>=4.7:devel/rubygem-font-awesome-rails-rails50 \ @@ -162,7 +163,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-sentry-raven>=2.7:devel/rubygem-sentry-raven \ rubygem-premailer-rails19-rails50>=1.9.7:mail/rubygem-premailer-rails19-rails50 \ rubygem-ruby_parser>=3.8.4:devel/rubygem-ruby_parser \ - rubygem-rails-i18n-rails50>=4.0.9:devel/rubygem-rails-i18n-rails50 \ + rubygem-rails-i18n-rails50>=5.1.0:devel/rubygem-rails-i18n-rails50 \ rubygem-gettext_i18n_rails>=1.8.0:devel/rubygem-gettext_i18n_rails \ rubygem-gettext_i18n_rails_js-rails50>=1.3:devel/rubygem-gettext_i18n_rails_js-rails50 \ rubygem-gettext>=3.2.2:devel/rubygem-gettext \ @@ -186,7 +187,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-sshkey>=1.9.0:security/rubygem-sshkey \ rubygem-ed25519>=1.2:security/rubygem-ed25519 \ rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly-proto>=1.3.0:net/rubygem-gitaly-proto \ + rubygem-gitaly-proto>=1.5.0:net/rubygem-gitaly-proto \ rubygem-grpc>=1.15.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ rubygem-google-protobuf>=3.6:devel/rubygem-google-protobuf \ @@ -211,7 +212,7 @@ MYSQL_DESC= Optional MySQL support PGSQL_RUN_DEPENDS= rubygem-pg018>=0.18.2:databases/rubygem-pg018 \ rubygem-peek-pg-rails50>=1.3.0:databases/rubygem-peek-pg-rails50 MYSQL_RUN_DEPENDS= rubygem-mysql2>=0.4.5:databases/rubygem-mysql2 \ - rubygem-peek-mysql2-rails50>=1.1.0:databases/rubygem-peek-mysql2-rails50 + rubygem-peek-mysql2-rails50>=1.2.0:databases/rubygem-peek-mysql2-rails50 USE_RUBY= yes @@ -219,7 +220,7 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= 237bddc6a52fdc8ccb51b024a3048a3233ee43a3 +GL_COMMIT= 1d9280e16514e01f02674591634befb8f765e858 USERS= git GROUPS= git @@ -254,7 +255,6 @@ do-install: ${FIND} ${WRKSRC} -name '*.gitkeep' -delete ${FIND} ${WRKSRC} -name '*.gitignore' -delete ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete - ${FIND} ${WRKSRC} -name "Gemfile.rail5.lock" -delete ${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample ${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Thu Jan 31 14:26:55 2019 (r491733) +++ head/www/gitlab-ce/distinfo Thu Jan 31 14:28:16 2019 (r491734) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548333740 -SHA256 (gitlab-org-gitlab-ce-237bddc6a52fdc8ccb51b024a3048a3233ee43a3_GL0.tar.gz) = 12bb09da85da03f7eba2b3f01bda1f61ba9026c392a26b4a3ef97fda0851fa89 -SIZE (gitlab-org-gitlab-ce-237bddc6a52fdc8ccb51b024a3048a3233ee43a3_GL0.tar.gz) = 49851914 +TIMESTAMP = 1548339325 +SHA256 (gitlab-org-gitlab-ce-1d9280e16514e01f02674591634befb8f765e858_GL0.tar.gz) = 71d11bda48e84d519e76432c7f241bfa2a2089b77bbc7769ad4180aa4ab9bf59 +SIZE (gitlab-org-gitlab-ce-1d9280e16514e01f02674591634befb8f765e858_GL0.tar.gz) = 50696311 Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Thu Jan 31 14:26:55 2019 (r491733) +++ head/www/gitlab-ce/files/patch-Gemfile Thu Jan 31 14:28:16 2019 (r491734) @@ -1,24 +1,15 @@ ---- Gemfile.orig 2019-01-04 23:19:12 UTC +--- Gemfile.orig 2019-01-21 20:21:36 UTC +++ Gemfile -@@ -5,7 +5,7 @@ end +@@ -15,7 +15,7 @@ gem 'sprockets', '~> 3.7.0' + gem 'gitlab-default_value_for', '~> 3.1.1', require: 'default_value_for' - gem_versions = {} - gem_versions['activerecord_sane_schema_dumper'] = rails5? ? '1.0' : '0.2' --gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.11' -+gem_versions['rails'] = rails5? ? '5.0.7.1' : '4.2.11' - gem_versions['rails-i18n'] = rails5? ? '~> 5.1' : '~> 4.0.9' - - # The 2.0.6 version of rack requires monkeypatch to be present in -@@ -35,7 +35,7 @@ else - end - # Supported DBs -gem 'mysql2', '~> 0.4.10', group: :mysql +gem 'mysql2', '>= 0.4.10', group: :mysql gem 'pg', '~> 0.18.2', group: :postgres gem 'rugged', '~> 0.27' -@@ -187,7 +187,7 @@ gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'si +@@ -168,7 +168,7 @@ gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'si gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -27,15 +18,7 @@ # Colored output to console gem 'rainbow', '~> 3.0' -@@ -307,101 +307,16 @@ gem 'batch-loader', '~> 1.2.2' - # Perf bar - gem 'peek', '~> 1.0.1' - gem 'peek-gc', '~> 0.0.2' --gem 'peek-mysql2', '~> 1.1.0', group: :mysql -+gem 'peek-mysql2', '>= 1.1.0', group: :mysql - gem 'peek-pg', '~> 1.3.0', group: :postgres - gem 'peek-rblineprof', '~> 0.2.0' - gem 'peek-redis', '~> 1.2.0' +@@ -296,93 +296,9 @@ gem 'peek-redis', '~> 1.2.0' # Metrics group :metrics do @@ -65,13 +48,13 @@ -group :development, :test do - gem 'bootsnap', '~> 1.3' - gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET'] -- gem 'pry-byebug', '~> 3.4.1', platform: :mri +- gem 'pry-byebug', '~> 3.5.1', platform: :mri - gem 'pry-rails', '~> 0.3.4' - - gem 'awesome_print', require: false - gem 'fuubar', '~> 2.2.0' - -- gem 'database_cleaner', '~> 1.5.0' +- gem 'database_cleaner', '~> 1.7.0' - gem 'factory_bot_rails', '~> 4.8.2' - gem 'rspec-rails', '~> 3.7.0' - gem 'rspec-retry', '~> 0.4.5' @@ -80,13 +63,13 @@ - gem 'rspec-parameterized', require: false - - # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) -- gem 'minitest', '~> 5.7.0' +- gem 'minitest', '~> 5.11.0' - - # Generate Fake data - gem 'ffaker', '~> 2.10' - -- gem 'capybara', '~> 2.15' -- gem 'capybara-screenshot', '~> 1.0.0' +- gem 'capybara', '~> 2.16.1' +- gem 'capybara-screenshot', '~> 1.0.18' - gem 'selenium-webdriver', '~> 3.12' - - gem 'spring', '~> 2.0.0' @@ -107,7 +90,7 @@ - gem 'license_finder', '~> 5.4', require: false - gem 'knapsack', '~> 1.17' - -- gem 'activerecord_sane_schema_dumper', gem_versions['activerecord_sane_schema_dumper'] +- gem 'activerecord_sane_schema_dumper', '1.0' - - gem 'stackprof', '~> 0.2.10', require: false - @@ -121,8 +104,7 @@ - gem 'email_spec', '~> 2.2.0' - gem 'json-schema', '~> 2.8.0' - gem 'webmock', '~> 2.3.2' -- gem 'rails-controller-testing' if rails5? # Rails5 only gem. -- gem 'test_after_commit', '~> 1.1' unless rails5? # Remove this gem when migrated to rails 5.0. It's been integrated to rails 5.0. +- gem 'rails-controller-testing' - gem 'sham_rack', '~> 1.3.6' - gem 'concurrent-ruby', '~> 1.1' - gem 'test-prof', '~> 0.2.5' Modified: head/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_gitlab.yml.example Thu Jan 31 14:26:55 2019 (r491733) +++ head/www/gitlab-ce/files/patch-config_gitlab.yml.example Thu Jan 31 14:28:16 2019 (r491734) @@ -1,4 +1,4 @@ ---- config/gitlab.yml.example.orig 2018-12-21 14:23:37 UTC +--- config/gitlab.yml.example.orig 2019-01-21 20:21:36 UTC +++ config/gitlab.yml.example @@ -231,7 +231,7 @@ production: &base # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages @@ -23,9 +23,9 @@ storages: # You must have at least a `default` storage path. default: - path: /home/git/repositories/ -- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) +- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). + path: /usr/home/git/repositories/ -+ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) ++ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings Modified: head/www/gitlab-ce/pkg-message ============================================================================== --- head/www/gitlab-ce/pkg-message Thu Jan 31 14:26:55 2019 (r491733) +++ head/www/gitlab-ce/pkg-message Thu Jan 31 14:28:16 2019 (r491734) @@ -4,12 +4,12 @@ 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/11.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/11.7-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 11.5.x to 11.6.x, please follow the instructions in the guide at: +switched from 11.6.x to 11.7.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.5-11.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.6-11.7-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 Thu Jan 31 14:26:55 2019 (r491733) +++ head/www/gitlab-ce/pkg-plist Thu Jan 31 14:28:16 2019 (r491734) @@ -38,8 +38,6 @@ %%WWWDIR%%/GITLAB_SHELL_VERSION %%WWWDIR%%/GITLAB_WORKHORSE_VERSION %%WWWDIR%%/Gemfile -%%WWWDIR%%/Gemfile.rails4 -%%WWWDIR%%/Gemfile.rails4.lock %%WWWDIR%%/INSTALLATION_TYPE %%WWWDIR%%/LICENSE %%WWWDIR%%/MAINTENANCE.md @@ -1922,6 +1920,7 @@ %%WWWDIR%%/app/assets/images/new_repo.png %%WWWDIR%%/app/assets/images/no_avatar.png %%WWWDIR%%/app/assets/images/no_group_avatar.png +%%WWWDIR%%/app/assets/images/none-scheme-preview.png %%WWWDIR%%/app/assets/images/old_repo.png %%WWWDIR%%/app/assets/images/onion_skin_sprites.gif %%WWWDIR%%/app/assets/images/solarized-dark-scheme-preview.png @@ -2147,7 +2146,6 @@ %%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_collection.js %%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_factory.js %%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_form.js -%%WWWDIR%%/app/assets/javascripts/dismissable_callout.js %%WWWDIR%%/app/assets/javascripts/docs/docs_bundle.js %%WWWDIR%%/app/assets/javascripts/droplab/constants.js %%WWWDIR%%/app/assets/javascripts/droplab/drop_down.js @@ -2186,6 +2184,13 @@ %%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_mixin.js %%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js %%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_tracking_list.vue +%%WWWDIR%%/app/assets/javascripts/error_tracking/index.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/services/index.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/actions.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/index.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/mutations.js %%WWWDIR%%/app/assets/javascripts/experimental_flags.js %%WWWDIR%%/app/assets/javascripts/feature_highlight/feature_highlight.js %%WWWDIR%%/app/assets/javascripts/feature_highlight/feature_highlight_helper.js @@ -2718,6 +2723,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/metrics/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/terminal/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/find_file/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/charts/index.js @@ -2782,6 +2788,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/project_members/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 %%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/ci_cd/show/index.js @@ -2804,6 +2811,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/components/delete_wiki_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/wikis.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/index.js %%WWWDIR%%/app/assets/javascripts/pages/search/show/search.js @@ -2831,6 +2839,7 @@ %%WWWDIR%%/app/assets/javascripts/performance_bar/index.js %%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js %%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js +%%WWWDIR%%/app/assets/javascripts/persistent_user_callout.js %%WWWDIR%%/app/assets/javascripts/pipelines.js %%WWWDIR%%/app/assets/javascripts/pipelines/components/blank_state.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/empty_state.vue @@ -2915,6 +2924,14 @@ %%WWWDIR%%/app/assets/javascripts/registry/stores/mutation_types.js %%WWWDIR%%/app/assets/javascripts/registry/stores/mutations.js %%WWWDIR%%/app/assets/javascripts/registry/stores/state.js +%%WWWDIR%%/app/assets/javascripts/releases/components/app.vue +%%WWWDIR%%/app/assets/javascripts/releases/components/release_block.vue +%%WWWDIR%%/app/assets/javascripts/releases/index.js +%%WWWDIR%%/app/assets/javascripts/releases/store/actions.js +%%WWWDIR%%/app/assets/javascripts/releases/store/index.js +%%WWWDIR%%/app/assets/javascripts/releases/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/releases/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/releases/store/state.js %%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 @@ -3073,6 +3090,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/constants.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/diff_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/download_diff_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/empty_file.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/onion_skin_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/swipe_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/two_up_viewer.vue @@ -3089,6 +3107,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_dropdown.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_countdown.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_modal.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_modal_vuex.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/header_ci_component.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/help_popover.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/icon.vue @@ -3142,6 +3161,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/tooltip_on_truncate.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/directives/popover.js @@ -3154,6 +3174,11 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/models/label.js %%WWWDIR%%/app/assets/javascripts/vue_shared/translate.js %%WWWDIR%%/app/assets/javascripts/vue_shared/vue_resource_interceptor.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/actions.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/index.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/mutations.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/state.js %%WWWDIR%%/app/assets/javascripts/webpack.js %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss @@ -3202,7 +3227,6 @@ %%WWWDIR%%/app/assets/stylesheets/framework/media_object.scss %%WWWDIR%%/app/assets/stylesheets/framework/memory_graph.scss %%WWWDIR%%/app/assets/stylesheets/framework/mixins.scss -%%WWWDIR%%/app/assets/stylesheets/framework/mobile.scss %%WWWDIR%%/app/assets/stylesheets/framework/modal.scss %%WWWDIR%%/app/assets/stylesheets/framework/notes.scss %%WWWDIR%%/app/assets/stylesheets/framework/page_header.scss @@ -3232,6 +3256,7 @@ %%WWWDIR%%/app/assets/stylesheets/highlight/dark.scss %%WWWDIR%%/app/assets/stylesheets/highlight/embedded.scss %%WWWDIR%%/app/assets/stylesheets/highlight/monokai.scss +%%WWWDIR%%/app/assets/stylesheets/highlight/none.scss %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_dark.scss %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_light.scss %%WWWDIR%%/app/assets/stylesheets/highlight/white.scss @@ -3348,7 +3373,6 @@ %%WWWDIR%%/app/controllers/concerns/group_tree.rb %%WWWDIR%%/app/controllers/concerns/hooks_execution.rb %%WWWDIR%%/app/controllers/concerns/internal_redirect.rb -%%WWWDIR%%/app/controllers/concerns/invalid_utf8_error_handler.rb %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb %%WWWDIR%%/app/controllers/concerns/issuable_collections.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb @@ -3479,6 +3503,7 @@ %%WWWDIR%%/app/controllers/projects/deployments_controller.rb %%WWWDIR%%/app/controllers/projects/discussions_controller.rb %%WWWDIR%%/app/controllers/projects/environments_controller.rb +%%WWWDIR%%/app/controllers/projects/error_tracking_controller.rb %%WWWDIR%%/app/controllers/projects/find_file_controller.rb %%WWWDIR%%/app/controllers/projects/forks_controller.rb %%WWWDIR%%/app/controllers/projects/git_http_client_controller.rb @@ -3527,8 +3552,10 @@ %%WWWDIR%%/app/controllers/projects/services_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 %%WWWDIR%%/app/controllers/projects/settings/repository_controller.rb %%WWWDIR%%/app/controllers/projects/snippets_controller.rb +%%WWWDIR%%/app/controllers/projects/tags/releases_controller.rb %%WWWDIR%%/app/controllers/projects/tags_controller.rb %%WWWDIR%%/app/controllers/projects/templates_controller.rb %%WWWDIR%%/app/controllers/projects/todos_controller.rb @@ -3564,6 +3591,7 @@ %%WWWDIR%%/app/finders/autocomplete/users_finder.rb %%WWWDIR%%/app/finders/awarded_emoji_finder.rb %%WWWDIR%%/app/finders/branches_finder.rb +%%WWWDIR%%/app/finders/cluster_ancestors_finder.rb %%WWWDIR%%/app/finders/clusters_finder.rb %%WWWDIR%%/app/finders/concerns/created_at_filter.rb %%WWWDIR%%/app/finders/concerns/custom_attributes_filter.rb @@ -3596,6 +3624,8 @@ %%WWWDIR%%/app/finders/pipelines_finder.rb %%WWWDIR%%/app/finders/projects/serverless/functions_finder.rb %%WWWDIR%%/app/finders/projects_finder.rb +%%WWWDIR%%/app/finders/releases_finder.rb +%%WWWDIR%%/app/finders/remote_mirror_finder.rb %%WWWDIR%%/app/finders/runner_jobs_finder.rb %%WWWDIR%%/app/finders/snippets_finder.rb %%WWWDIR%%/app/finders/tags_finder.rb @@ -3666,6 +3696,7 @@ %%WWWDIR%%/app/helpers/button_helper.rb %%WWWDIR%%/app/helpers/calendar_helper.rb %%WWWDIR%%/app/helpers/ci_status_helper.rb +%%WWWDIR%%/app/helpers/ci_variables_helper.rb %%WWWDIR%%/app/helpers/clusters_helper.rb %%WWWDIR%%/app/helpers/commits_helper.rb %%WWWDIR%%/app/helpers/compare_helper.rb @@ -3720,6 +3751,7 @@ %%WWWDIR%%/app/helpers/pipeline_schedules_helper.rb %%WWWDIR%%/app/helpers/preferences_helper.rb %%WWWDIR%%/app/helpers/profiles_helper.rb +%%WWWDIR%%/app/helpers/projects/error_tracking_helper.rb %%WWWDIR%%/app/helpers/projects_helper.rb %%WWWDIR%%/app/helpers/repository_languages_helper.rb %%WWWDIR%%/app/helpers/rss_helper.rb @@ -3760,6 +3792,7 @@ %%WWWDIR%%/app/mailers/emails/pipelines.rb %%WWWDIR%%/app/mailers/emails/profile.rb %%WWWDIR%%/app/mailers/emails/projects.rb +%%WWWDIR%%/app/mailers/emails/remote_mirrors.rb %%WWWDIR%%/app/mailers/notify.rb %%WWWDIR%%/app/mailers/previews/devise_mailer_preview.rb %%WWWDIR%%/app/mailers/previews/email_rejection_mailer_preview.rb @@ -3824,6 +3857,7 @@ %%WWWDIR%%/app/models/chat_name.rb %%WWWDIR%%/app/models/chat_team.rb %%WWWDIR%%/app/models/ci/artifact_blob.rb +%%WWWDIR%%/app/models/ci/bridge.rb %%WWWDIR%%/app/models/ci/build.rb %%WWWDIR%%/app/models/ci/build_metadata.rb %%WWWDIR%%/app/models/ci/build_runner_session.rb @@ -3889,6 +3923,7 @@ %%WWWDIR%%/app/models/concerns/created_at_filterable.rb %%WWWDIR%%/app/models/concerns/deployable.rb %%WWWDIR%%/app/models/concerns/deployment_platform.rb +%%WWWDIR%%/app/models/concerns/descendant.rb %%WWWDIR%%/app/models/concerns/diff_file.rb %%WWWDIR%%/app/models/concerns/diff_positionable_note.rb %%WWWDIR%%/app/models/concerns/discussion_on_diff.rb @@ -3994,6 +4029,7 @@ %%WWWDIR%%/app/models/environment.rb %%WWWDIR%%/app/models/environment_status.rb %%WWWDIR%%/app/models/epic.rb +%%WWWDIR%%/app/models/error_tracking/project_error_tracking_setting.rb %%WWWDIR%%/app/models/event.rb %%WWWDIR%%/app/models/event_collection.rb %%WWWDIR%%/app/models/external_issue.rb @@ -4142,6 +4178,8 @@ %%WWWDIR%%/app/models/redirect_route.rb %%WWWDIR%%/app/models/ref_matcher.rb %%WWWDIR%%/app/models/release.rb +%%WWWDIR%%/app/models/releases/link.rb +%%WWWDIR%%/app/models/releases/source.rb %%WWWDIR%%/app/models/remote_mirror.rb %%WWWDIR%%/app/models/repository.rb %%WWWDIR%%/app/models/repository_language.rb @@ -4192,6 +4230,7 @@ %%WWWDIR%%/app/policies/clusters/cluster_policy.rb %%WWWDIR%%/app/policies/commit_policy.rb %%WWWDIR%%/app/policies/commit_status_policy.rb +%%WWWDIR%%/app/policies/concerns/clusterable_actions.rb %%WWWDIR%%/app/policies/concerns/policy_actor.rb %%WWWDIR%%/app/policies/deploy_key_policy.rb %%WWWDIR%%/app/policies/deploy_token_policy.rb @@ -4216,6 +4255,7 @@ %%WWWDIR%%/app/policies/project_policy/class_methods.rb %%WWWDIR%%/app/policies/project_snippet_policy.rb %%WWWDIR%%/app/policies/protected_branch_policy.rb +%%WWWDIR%%/app/policies/release_policy.rb %%WWWDIR%%/app/policies/suggestion_policy.rb %%WWWDIR%%/app/policies/user_policy.rb %%WWWDIR%%/app/presenters/README.md @@ -4302,6 +4342,8 @@ %%WWWDIR%%/app/serializers/environment_serializer.rb %%WWWDIR%%/app/serializers/environment_status_entity.rb %%WWWDIR%%/app/serializers/environment_status_serializer.rb +%%WWWDIR%%/app/serializers/error_tracking/error_entity.rb +%%WWWDIR%%/app/serializers/error_tracking/error_serializer.rb %%WWWDIR%%/app/serializers/group_child_entity.rb %%WWWDIR%%/app/serializers/group_child_serializer.rb %%WWWDIR%%/app/serializers/group_entity.rb @@ -4309,11 +4351,14 @@ %%WWWDIR%%/app/serializers/group_variable_entity.rb %%WWWDIR%%/app/serializers/group_variable_serializer.rb %%WWWDIR%%/app/serializers/issuable_entity.rb -%%WWWDIR%%/app/serializers/issuable_sidebar_entity.rb +%%WWWDIR%%/app/serializers/issuable_sidebar_basic_entity.rb +%%WWWDIR%%/app/serializers/issuable_sidebar_extras_entity.rb +%%WWWDIR%%/app/serializers/issuable_sidebar_todo_entity.rb %%WWWDIR%%/app/serializers/issue_board_entity.rb %%WWWDIR%%/app/serializers/issue_entity.rb %%WWWDIR%%/app/serializers/issue_serializer.rb -%%WWWDIR%%/app/serializers/issue_sidebar_entity.rb +%%WWWDIR%%/app/serializers/issue_sidebar_basic_entity.rb +%%WWWDIR%%/app/serializers/issue_sidebar_extras_entity.rb %%WWWDIR%%/app/serializers/job_entity.rb %%WWWDIR%%/app/serializers/job_group_entity.rb %%WWWDIR%%/app/serializers/label_entity.rb @@ -4321,12 +4366,12 @@ %%WWWDIR%%/app/serializers/lfs_file_lock_entity.rb %%WWWDIR%%/app/serializers/lfs_file_lock_serializer.rb %%WWWDIR%%/app/serializers/merge_request_basic_entity.rb -%%WWWDIR%%/app/serializers/merge_request_basic_serializer.rb %%WWWDIR%%/app/serializers/merge_request_create_entity.rb %%WWWDIR%%/app/serializers/merge_request_create_serializer.rb %%WWWDIR%%/app/serializers/merge_request_diff_entity.rb %%WWWDIR%%/app/serializers/merge_request_metrics_entity.rb %%WWWDIR%%/app/serializers/merge_request_serializer.rb +%%WWWDIR%%/app/serializers/merge_request_sidebar_basic_entity.rb %%WWWDIR%%/app/serializers/merge_request_user_entity.rb %%WWWDIR%%/app/serializers/merge_request_widget_entity.rb %%WWWDIR%%/app/serializers/move_to_project_entity.rb @@ -4397,6 +4442,7 @@ %%WWWDIR%%/app/services/chat_names/authorize_user_service.rb %%WWWDIR%%/app/services/chat_names/find_user_service.rb %%WWWDIR%%/app/services/ci/archive_trace_service.rb +%%WWWDIR%%/app/services/ci/compare_reports_base_service.rb %%WWWDIR%%/app/services/ci/compare_test_reports_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_schedule_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_service.rb @@ -4446,7 +4492,6 @@ %%WWWDIR%%/app/services/concerns/users/new_user_notifier.rb %%WWWDIR%%/app/services/concerns/users/participable_service.rb %%WWWDIR%%/app/services/create_branch_service.rb -%%WWWDIR%%/app/services/create_release_service.rb %%WWWDIR%%/app/services/create_snippet_service.rb %%WWWDIR%%/app/services/delete_branch_service.rb %%WWWDIR%%/app/services/delete_merged_branches_service.rb @@ -4459,6 +4504,7 @@ %%WWWDIR%%/app/services/emails/confirm_service.rb %%WWWDIR%%/app/services/emails/create_service.rb %%WWWDIR%%/app/services/emails/destroy_service.rb +%%WWWDIR%%/app/services/error_tracking/list_issues_service.rb %%WWWDIR%%/app/services/event_create_service.rb %%WWWDIR%%/app/services/events/render_service.rb %%WWWDIR%%/app/services/files/base_service.rb @@ -4491,6 +4537,7 @@ %%WWWDIR%%/app/services/issues/close_service.rb %%WWWDIR%%/app/services/issues/create_service.rb %%WWWDIR%%/app/services/issues/duplicate_service.rb +%%WWWDIR%%/app/services/issues/import_csv_service.rb %%WWWDIR%%/app/services/issues/move_service.rb %%WWWDIR%%/app/services/issues/referenced_merge_requests_service.rb %%WWWDIR%%/app/services/issues/related_branches_service.rb @@ -4608,6 +4655,7 @@ %%WWWDIR%%/app/services/projects/move_users_star_projects_service.rb %%WWWDIR%%/app/services/projects/open_issues_count_service.rb %%WWWDIR%%/app/services/projects/open_merge_requests_count_service.rb +%%WWWDIR%%/app/services/projects/operations/update_service.rb %%WWWDIR%%/app/services/projects/overwrite_project_service.rb %%WWWDIR%%/app/services/projects/participants_service.rb %%WWWDIR%%/app/services/projects/propagate_service_template.rb @@ -4631,6 +4679,10 @@ %%WWWDIR%%/app/services/push_event_payload_service.rb %%WWWDIR%%/app/services/quick_actions/interpret_service.rb %%WWWDIR%%/app/services/quick_actions/target_service.rb +%%WWWDIR%%/app/services/releases/concerns.rb +%%WWWDIR%%/app/services/releases/create_service.rb +%%WWWDIR%%/app/services/releases/destroy_service.rb +%%WWWDIR%%/app/services/releases/update_service.rb %%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb %%WWWDIR%%/app/services/repository_archive_clean_up_service.rb %%WWWDIR%%/app/services/reset_project_cache_service.rb @@ -4662,7 +4714,6 @@ %%WWWDIR%%/app/services/todos/destroy/private_features_service.rb %%WWWDIR%%/app/services/todos/destroy/project_private_service.rb %%WWWDIR%%/app/services/update_deployment_service.rb -%%WWWDIR%%/app/services/update_release_service.rb %%WWWDIR%%/app/services/update_snippet_service.rb %%WWWDIR%%/app/services/upload_service.rb %%WWWDIR%%/app/services/user_agent_detail_service.rb @@ -4843,6 +4894,7 @@ %%WWWDIR%%/app/views/ci/status/_badge.html.haml %%WWWDIR%%/app/views/ci/status/_dropdown_graph_badge.html.haml %%WWWDIR%%/app/views/ci/variables/_content.html.haml +%%WWWDIR%%/app/views/ci/variables/_header.html.haml %%WWWDIR%%/app/views/ci/variables/_index.html.haml %%WWWDIR%%/app/views/ci/variables/_variable_row.html.haml %%WWWDIR%%/app/views/clusters/clusters/_advanced_settings.html.haml @@ -5133,14 +5185,14 @@ %%WWWDIR%%/app/views/notify/_relabeled_issuable_email.text.erb %%WWWDIR%%/app/views/notify/autodevops_disabled_email.html.haml %%WWWDIR%%/app/views/notify/autodevops_disabled_email.text.erb -%%WWWDIR%%/app/views/notify/changed_milestone_issue_email.html.haml -%%WWWDIR%%/app/views/notify/changed_milestone_issue_email.text.erb -%%WWWDIR%%/app/views/notify/changed_milestone_merge_request_email.html.haml -%%WWWDIR%%/app/views/notify/changed_milestone_merge_request_email.text.erb +%%WWWDIR%%/app/views/notify/changed_milestone_email.html.haml +%%WWWDIR%%/app/views/notify/changed_milestone_email.text.erb %%WWWDIR%%/app/views/notify/closed_issue_email.html.haml %%WWWDIR%%/app/views/notify/closed_issue_email.text.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.text.haml +%%WWWDIR%%/app/views/notify/import_issues_csv_email.html.haml +%%WWWDIR%%/app/views/notify/import_issues_csv_email.text.erb %%WWWDIR%%/app/views/notify/issue_due_email.html.haml %%WWWDIR%%/app/views/notify/issue_due_email.text.erb %%WWWDIR%%/app/views/notify/issue_moved_email.html.haml @@ -5221,6 +5273,8 @@ %%WWWDIR%%/app/views/notify/relabeled_issue_email.text.erb %%WWWDIR%%/app/views/notify/relabeled_merge_request_email.html.haml %%WWWDIR%%/app/views/notify/relabeled_merge_request_email.text.erb +%%WWWDIR%%/app/views/notify/remote_mirror_update_failed_email.html.haml +%%WWWDIR%%/app/views/notify/remote_mirror_update_failed_email.text.erb %%WWWDIR%%/app/views/notify/removed_milestone_issue_email.html.haml %%WWWDIR%%/app/views/notify/removed_milestone_issue_email.text.erb %%WWWDIR%%/app/views/notify/removed_milestone_merge_request_email.html.haml @@ -5309,6 +5363,7 @@ %%WWWDIR%%/app/views/projects/blob/_editor.html.haml %%WWWDIR%%/app/views/projects/blob/_header.html.haml %%WWWDIR%%/app/views/projects/blob/_header_content.html.haml +%%WWWDIR%%/app/views/projects/blob/_markdown_buttons.html.haml %%WWWDIR%%/app/views/projects/blob/_new_dir.html.haml %%WWWDIR%%/app/views/projects/blob/_remove.html.haml %%WWWDIR%%/app/views/projects/blob/_render_error.html.haml @@ -5446,6 +5501,7 @@ %%WWWDIR%%/app/views/projects/environments/new.html.haml %%WWWDIR%%/app/views/projects/environments/show.html.haml %%WWWDIR%%/app/views/projects/environments/terminal.html.haml +%%WWWDIR%%/app/views/projects/error_tracking/index.html.haml %%WWWDIR%%/app/views/projects/find_file/show.html.haml %%WWWDIR%%/app/views/projects/forks/_fork_button.html.haml %%WWWDIR%%/app/views/projects/forks/_projects.html.haml @@ -5466,6 +5522,7 @@ %%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml %%WWWDIR%%/app/views/projects/issues/_discussion.html.haml %%WWWDIR%%/app/views/projects/issues/_form.html.haml +%%WWWDIR%%/app/views/projects/issues/_import_export.svg %%WWWDIR%%/app/views/projects/issues/_issue.html.haml %%WWWDIR%%/app/views/projects/issues/_issues.html.haml %%WWWDIR%%/app/views/projects/issues/_merge_requests.html.haml @@ -5474,6 +5531,8 @@ %%WWWDIR%%/app/views/projects/issues/_related_branches.html.haml %%WWWDIR%%/app/views/projects/issues/calendar.ics.haml %%WWWDIR%%/app/views/projects/issues/edit.html.haml +%%WWWDIR%%/app/views/projects/issues/import_csv/_button.html.haml +%%WWWDIR%%/app/views/projects/issues/import_csv/_modal.html.haml %%WWWDIR%%/app/views/projects/issues/index.atom.builder %%WWWDIR%%/app/views/projects/issues/index.html.haml %%WWWDIR%%/app/views/projects/issues/new.html.haml @@ -5502,7 +5561,6 @@ %%WWWDIR%%/app/views/projects/merge_requests/_mr_title.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_nav_btns.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_pipelines.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/conflicts.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_file_actions.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_submit_form.html.haml @@ -5615,7 +5673,7 @@ %%WWWDIR%%/app/views/projects/refs/logs_tree.js.haml %%WWWDIR%%/app/views/projects/registry/repositories/_tag.html.haml %%WWWDIR%%/app/views/projects/registry/repositories/index.html.haml -%%WWWDIR%%/app/views/projects/releases/edit.html.haml +%%WWWDIR%%/app/views/projects/releases/index.html.haml %%WWWDIR%%/app/views/projects/remove_fork.js.haml %%WWWDIR%%/app/views/projects/repositories/_feed.html.haml %%WWWDIR%%/app/views/projects/runners/_group_runners.html.haml @@ -5645,6 +5703,8 @@ %%WWWDIR%%/app/views/projects/settings/integrations/_project_hook.html.haml %%WWWDIR%%/app/views/projects/settings/integrations/show.html.haml %%WWWDIR%%/app/views/projects/settings/members/show.html.haml +%%WWWDIR%%/app/views/projects/settings/operations/_error_tracking.html.haml +%%WWWDIR%%/app/views/projects/settings/operations/show.html.haml %%WWWDIR%%/app/views/projects/settings/repository/show.html.haml %%WWWDIR%%/app/views/projects/show.atom.builder %%WWWDIR%%/app/views/projects/show.html.haml @@ -5661,6 +5721,7 @@ %%WWWDIR%%/app/views/projects/tags/index.atom.builder %%WWWDIR%%/app/views/projects/tags/index.html.haml %%WWWDIR%%/app/views/projects/tags/new.html.haml +%%WWWDIR%%/app/views/projects/tags/releases/edit.html.haml %%WWWDIR%%/app/views/projects/tags/show.html.haml %%WWWDIR%%/app/views/projects/transfer.js.haml %%WWWDIR%%/app/views/projects/tree/_readme.html.haml @@ -5722,6 +5783,7 @@ %%WWWDIR%%/app/views/shared/_event_filter.html.haml %%WWWDIR%%/app/views/shared/_field.html.haml %%WWWDIR%%/app/views/shared/_file_highlight.html.haml +%%WWWDIR%%/app/views/shared/_flash_user_callout.html.haml %%WWWDIR%%/app/views/shared/_group_form.html.haml %%WWWDIR%%/app/views/shared/_group_tips.html.haml %%WWWDIR%%/app/views/shared/_import_form.html.haml @@ -5930,7 +5992,6 @@ %%WWWDIR%%/app/views/shared/issuable/_close_reopen_button.html.haml %%WWWDIR%%/app/views/shared/issuable/_close_reopen_report_toggle.html.haml %%WWWDIR%%/app/views/shared/issuable/_feed_buttons.html.haml -%%WWWDIR%%/app/views/shared/issuable/_filter.html.haml %%WWWDIR%%/app/views/shared/issuable/_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_label_dropdown.html.haml %%WWWDIR%%/app/views/shared/issuable/_label_page_create.html.haml @@ -6053,8 +6114,8 @@ %%WWWDIR%%/app/workers/ci/archive_traces_cron_worker.rb %%WWWDIR%%/app/workers/ci/build_schedule_worker.rb %%WWWDIR%%/app/workers/ci/build_trace_chunk_flush_worker.rb +%%WWWDIR%%/app/workers/cluster_configure_worker.rb %%WWWDIR%%/app/workers/cluster_install_app_worker.rb -%%WWWDIR%%/app/workers/cluster_platform_configure_worker.rb %%WWWDIR%%/app/workers/cluster_project_configure_worker.rb %%WWWDIR%%/app/workers/cluster_provision_worker.rb %%WWWDIR%%/app/workers/cluster_wait_for_app_installation_worker.rb @@ -6117,6 +6178,7 @@ %%WWWDIR%%/app/workers/gitlab_usage_ping_worker.rb %%WWWDIR%%/app/workers/group_destroy_worker.rb %%WWWDIR%%/app/workers/import_export_project_cleanup_worker.rb +%%WWWDIR%%/app/workers/import_issues_csv_worker.rb %%WWWDIR%%/app/workers/invalid_gpg_signature_update_worker.rb %%WWWDIR%%/app/workers/irker_worker.rb %%WWWDIR%%/app/workers/issue_due_scheduler_worker.rb @@ -6128,6 +6190,7 @@ %%WWWDIR%%/app/workers/new_merge_request_worker.rb %%WWWDIR%%/app/workers/new_note_worker.rb %%WWWDIR%%/app/workers/object_pool/create_worker.rb +%%WWWDIR%%/app/workers/object_pool/destroy_worker.rb %%WWWDIR%%/app/workers/object_pool/join_worker.rb %%WWWDIR%%/app/workers/object_pool/schedule_join_worker.rb %%WWWDIR%%/app/workers/object_storage/background_move_worker.rb @@ -6155,6 +6218,7 @@ %%WWWDIR%%/app/workers/prune_web_hook_logs_worker.rb %%WWWDIR%%/app/workers/reactive_caching_worker.rb %%WWWDIR%%/app/workers/rebase_worker.rb +%%WWWDIR%%/app/workers/remote_mirror_notification_worker.rb %%WWWDIR%%/app/workers/remove_expired_group_links_worker.rb %%WWWDIR%%/app/workers/remove_expired_members_worker.rb %%WWWDIR%%/app/workers/remove_unreferenced_lfs_objects_worker.rb @@ -6231,12 +6295,11 @@ %%WWWDIR%%/config/initializers/6_validations.rb %%WWWDIR%%/config/initializers/7_prometheus_metrics.rb %%WWWDIR%%/config/initializers/7_redis.rb +%%WWWDIR%%/config/initializers/8_devise.rb %%WWWDIR%%/config/initializers/8_gitaly.rb -%%WWWDIR%%/config/initializers/8_metrics.rb %%WWWDIR%%/config/initializers/9_fast_gettext.rb %%WWWDIR%%/config/initializers/action_dispatch_http_mime_negotiation.rb %%WWWDIR%%/config/initializers/action_mailer_hooks.rb -%%WWWDIR%%/config/initializers/active_record_array_type_casting.rb %%WWWDIR%%/config/initializers/active_record_avoid_type_casting_in_uniqueness_validator.rb %%WWWDIR%%/config/initializers/active_record_data_types.rb %%WWWDIR%%/config/initializers/active_record_lifecycle.rb @@ -6247,9 +6310,7 @@ %%WWWDIR%%/config/initializers/active_record_schema_ignore_tables.rb %%WWWDIR%%/config/initializers/active_record_table_definition.rb %%WWWDIR%%/config/initializers/active_record_verbose_query_logs.rb -%%WWWDIR%%/config/initializers/application_controller_renderer.rb -%%WWWDIR%%/config/initializers/ar5_batching.rb -%%WWWDIR%%/config/initializers/ar5_pg_10_support.rb +%%WWWDIR%%/config/initializers/ar_mysql_jsonb_support.rb %%WWWDIR%%/config/initializers/ar_native_database_types.rb %%WWWDIR%%/config/initializers/ar_speed_up_migration_checking.rb %%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb @@ -6257,7 +6318,6 @@ %%WWWDIR%%/config/initializers/batch_loader.rb %%WWWDIR%%/config/initializers/bootstrap_form.rb %%WWWDIR%%/config/initializers/bullet.rb -%%WWWDIR%%/config/initializers/carrierwave_patch.rb %%WWWDIR%%/config/initializers/chronic_duration.rb %%WWWDIR%%/config/initializers/connection_fix.rb %%WWWDIR%%/config/initializers/console_message.rb @@ -6266,7 +6326,6 @@ %%WWWDIR%%/config/initializers/date_time_formats.rb %%WWWDIR%%/config/initializers/default_url_options.rb %%WWWDIR%%/config/initializers/deprecations.rb -%%WWWDIR%%/config/initializers/devise.rb %%WWWDIR%%/config/initializers/devise_password_length.rb.example %%WWWDIR%%/config/initializers/direct_upload_support.rb %%WWWDIR%%/config/initializers/doorkeeper.rb @@ -6325,7 +6384,7 @@ %%WWWDIR%%/config/initializers/warden.rb %%WWWDIR%%/config/initializers/workhorse_multipart.rb %%WWWDIR%%/config/initializers/wrap_parameters.rb -%%WWWDIR%%/config/jest.config.js +%%WWWDIR%%/config/initializers/zz_metrics.rb %%WWWDIR%%/config/karma.config.js %%WWWDIR%%/config/license_finder.yml %%WWWDIR%%/config/locales/carrierwave.en.yml @@ -6377,6 +6436,7 @@ %%WWWDIR%%/danger/commit_messages/Dangerfile %%WWWDIR%%/danger/database/Dangerfile %%WWWDIR%%/danger/documentation/Dangerfile +%%WWWDIR%%/danger/duplicate_yarn_dependencies/Dangerfile %%WWWDIR%%/danger/eslint/Dangerfile %%WWWDIR%%/danger/frozen_string/Dangerfile %%WWWDIR%%/danger/gemfile/Dangerfile @@ -6385,6 +6445,7 @@ %%WWWDIR%%/danger/prettier/Dangerfile %%WWWDIR%%/danger/specs/Dangerfile %%WWWDIR%%/db/fixtures/development/01_admin.rb +%%WWWDIR%%/db/fixtures/development/03_settings.rb %%WWWDIR%%/db/fixtures/development/04_project.rb %%WWWDIR%%/db/fixtures/development/05_users.rb %%WWWDIR%%/db/fixtures/development/06_teams.rb @@ -7279,6 +7340,7 @@ %%WWWDIR%%/db/migrate/20181002172433_remove_restricted_todos_with_cte.rb %%WWWDIR%%/db/migrate/20181005110927_add_index_to_lfs_objects_file_store.rb %%WWWDIR%%/db/migrate/20181005125926_add_index_to_uploads_store.rb +%%WWWDIR%%/db/migrate/20181006004100_import_common_metrics_nginx_vts.rb %%WWWDIR%%/db/migrate/20181009190428_create_clusters_kubernetes_namespaces.rb %%WWWDIR%%/db/migrate/20181010235606_create_board_project_recent_visits.rb %%WWWDIR%%/db/migrate/20181014203236_create_cluster_groups.rb @@ -7295,6 +7357,7 @@ %%WWWDIR%%/db/migrate/20181025115728_add_private_commit_email_hostname_to_application_settings.rb %%WWWDIR%%/db/migrate/20181026143227_migrate_snippets_access_level_default_value.rb %%WWWDIR%%/db/migrate/20181030154446_add_missing_indexes_for_foreign_keys.rb +%%WWWDIR%%/db/migrate/20181031145139_add_protected_ci_variables_to_application_settings.rb %%WWWDIR%%/db/migrate/20181031190558_drop_fk_gcp_clusters_table.rb %%WWWDIR%%/db/migrate/20181031190559_drop_gcp_clusters_table.rb %%WWWDIR%%/db/migrate/20181101144347_add_index_for_stuck_mr_query.rb @@ -7307,6 +7370,7 @@ %%WWWDIR%%/db/migrate/20181116141415_add_encrypted_runners_token_to_namespaces.rb %%WWWDIR%%/db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb %%WWWDIR%%/db/migrate/20181119081539_add_merge_request_id_to_ci_pipelines.rb +%%WWWDIR%%/db/migrate/20181119132520_add_indexes_to_ci_builds_and_pipelines.rb %%WWWDIR%%/db/migrate/20181120082911_rename_repositories_pool_repositories.rb %%WWWDIR%%/db/migrate/20181120091639_add_foreign_key_to_ci_pipelines_merge_requests.rb %%WWWDIR%%/db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb @@ -7321,6 +7385,14 @@ %%WWWDIR%%/db/migrate/20181129104854_add_token_encrypted_to_ci_builds.rb %%WWWDIR%%/db/migrate/20181129104944_add_index_to_ci_builds_token_encrypted.rb %%WWWDIR%%/db/migrate/20181203002526_add_project_bfg_object_map_column.rb +%%WWWDIR%%/db/migrate/20181211092510_add_name_author_id_and_sha_to_releases.rb +%%WWWDIR%%/db/migrate/20181211092514_add_author_id_index_and_fk_to_releases.rb +%%WWWDIR%%/db/migrate/20181212104941_backfill_releases_name_with_tag_name.rb +%%WWWDIR%%/db/migrate/20181212171634_create_error_tracking_settings.rb +%%WWWDIR%%/db/migrate/20181219145521_add_options_to_build_metadata.rb +%%WWWDIR%%/db/migrate/20181228175414_create_releases_link_table.rb +%%WWWDIR%%/db/migrate/20190103140724_make_legacy_false_default.rb +%%WWWDIR%%/db/migrate/20190115054216_add_error_notification_sent_to_remote_mirrors.rb %%WWWDIR%%/db/migrate/gpg_keys_limits_to_mysql.rb %%WWWDIR%%/db/migrate/limits_ci_build_trace_chunks_raw_data_for_mysql.rb %%WWWDIR%%/db/migrate/limits_to_mysql.rb @@ -7505,6 +7577,7 @@ %%WWWDIR%%/db/post_migrate/20181123042307_drop_site_statistics.rb %%WWWDIR%%/db/post_migrate/20181130102132_backfill_hashed_project_repositories.rb %%WWWDIR%%/db/post_migrate/20181204154019_populate_mr_metrics_with_events_data.rb +%%WWWDIR%%/db/post_migrate/20181219145520_migrate_cluster_configure_worker_sidekiq_queue.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -7659,6 +7732,7 @@ %%WWWDIR%%/doc/api/pipeline_triggers.md %%WWWDIR%%/doc/api/pipelines.md %%WWWDIR%%/doc/api/project_badges.md +%%WWWDIR%%/doc/api/project_clusters.md %%WWWDIR%%/doc/api/project_import_export.md %%WWWDIR%%/doc/api/project_level_variables.md %%WWWDIR%%/doc/api/project_snippets.md @@ -7666,6 +7740,8 @@ %%WWWDIR%%/doc/api/projects.md %%WWWDIR%%/doc/api/protected_branches.md %%WWWDIR%%/doc/api/protected_tags.md +%%WWWDIR%%/doc/api/releases/index.md +%%WWWDIR%%/doc/api/releases/links.md %%WWWDIR%%/doc/api/repositories.md %%WWWDIR%%/doc/api/repository_files.md %%WWWDIR%%/doc/api/repository_storage_health.md @@ -7698,13 +7774,6 @@ %%WWWDIR%%/doc/articles/openshift_and_gitlab/index.md %%WWWDIR%%/doc/articles/runner_autoscale_aws/index.md %%WWWDIR%%/doc/ci/README.md -%%WWWDIR%%/doc/ci/autodeploy/img/auto_deploy_btn.png -%%WWWDIR%%/doc/ci/autodeploy/img/auto_deploy_button.png -%%WWWDIR%%/doc/ci/autodeploy/img/auto_deploy_dropdown.png -%%WWWDIR%%/doc/ci/autodeploy/img/auto_monitoring.png -%%WWWDIR%%/doc/ci/autodeploy/img/guide_connect_cluster.png -%%WWWDIR%%/doc/ci/autodeploy/img/guide_integration.png -%%WWWDIR%%/doc/ci/autodeploy/img/guide_secret.png %%WWWDIR%%/doc/ci/autodeploy/index.md %%WWWDIR%%/doc/ci/autodeploy/quick_start_guide.md %%WWWDIR%%/doc/ci/build_artifacts/README.md @@ -7874,8 +7943,12 @@ %%WWWDIR%%/doc/development/db_dump.md %%WWWDIR%%/doc/development/diffs.md %%WWWDIR%%/doc/development/doc_styleguide.md +%%WWWDIR%%/doc/development/documentation/feature-change-workflow.md %%WWWDIR%%/doc/development/documentation/img/manual_build_docs.png +%%WWWDIR%%/doc/development/documentation/improvement-workflow.md %%WWWDIR%%/doc/development/documentation/index.md +%%WWWDIR%%/doc/development/documentation/site_architecture/global_nav.md +%%WWWDIR%%/doc/development/documentation/site_architecture/index.md %%WWWDIR%%/doc/development/documentation/structure.md %%WWWDIR%%/doc/development/documentation/styleguide.md %%WWWDIR%%/doc/development/documentation/workflow.md @@ -7981,7 +8054,6 @@ %%WWWDIR%%/doc/development/single_table_inheritance.md %%WWWDIR%%/doc/development/sql.md %%WWWDIR%%/doc/development/swapping_tables.md -%%WWWDIR%%/doc/development/switching_to_rails5.md %%WWWDIR%%/doc/development/testing.md %%WWWDIR%%/doc/development/testing_guide/best_practices.md %%WWWDIR%%/doc/development/testing_guide/ci.md @@ -8481,6 +8553,7 @@ %%WWWDIR%%/doc/update/11.3-to-11.4.md %%WWWDIR%%/doc/update/11.4-to-11.5.md %%WWWDIR%%/doc/update/11.5-to-11.6.md +%%WWWDIR%%/doc/update/11.6-to-11.7.md %%WWWDIR%%/doc/update/2.6-to-3.0.md %%WWWDIR%%/doc/update/2.9-to-3.0.md %%WWWDIR%%/doc/update/3.0-to-3.1.md @@ -8549,12 +8622,15 @@ %%WWWDIR%%/doc/update/mysql_to_postgresql.md %%WWWDIR%%/doc/update/patch_versions.md %%WWWDIR%%/doc/update/restore_after_failure.md -%%WWWDIR%%/doc/update/upgrader.md %%WWWDIR%%/doc/update/upgrading_postgresql_using_slony.md +%%WWWDIR%%/doc/user/abuse_reports.md %%WWWDIR%%/doc/user/account/security.md %%WWWDIR%%/doc/user/account/two_factor_authentication.md +%%WWWDIR%%/doc/user/admin_area/abuse_reports.md %%WWWDIR%%/doc/user/admin_area/custom_project_templates.md %%WWWDIR%%/doc/user/admin_area/diff_limits.md +%%WWWDIR%%/doc/user/admin_area/img/abuse_report_blocked_user.png +%%WWWDIR%%/doc/user/admin_area/img/abuse_reports_page.png %%WWWDIR%%/doc/user/admin_area/img/admin_area_settings_button.png %%WWWDIR%%/doc/user/admin_area/img/admin_labels.png %%WWWDIR%%/doc/user/admin_area/labels.md @@ -8699,6 +8775,7 @@ %%WWWDIR%%/doc/user/project/clusters/runbooks/index.md %%WWWDIR%%/doc/user/project/clusters/serverless/img/deploy-stage.png %%WWWDIR%%/doc/user/project/clusters/serverless/img/dns-entry.png +%%WWWDIR%%/doc/user/project/clusters/serverless/img/function-execution.png %%WWWDIR%%/doc/user/project/clusters/serverless/img/install-knative.png %%WWWDIR%%/doc/user/project/clusters/serverless/img/knative-app.png %%WWWDIR%%/doc/user/project/clusters/serverless/img/serverless-page.png @@ -8877,6 +8954,7 @@ %%WWWDIR%%/doc/user/project/issues/confidential_issues.md %%WWWDIR%%/doc/user/project/issues/create_new_issue.md %%WWWDIR%%/doc/user/project/issues/crosslinking_issues.md +%%WWWDIR%%/doc/user/project/issues/csv_import.md %%WWWDIR%%/doc/user/project/issues/deleting_issues.md %%WWWDIR%%/doc/user/project/issues/due_dates.md %%WWWDIR%%/doc/user/project/issues/img/button_close_issue.png @@ -8894,6 +8972,7 @@ %%WWWDIR%%/doc/user/project/issues/img/due_dates_issues_index_page.png %%WWWDIR%%/doc/user/project/issues/img/due_dates_todos.png %%WWWDIR%%/doc/user/project/issues/img/group_issues_list_view.png +%%WWWDIR%%/doc/user/project/issues/img/import_csv_button.png %%WWWDIR%%/doc/user/project/issues/img/issue_board.png %%WWWDIR%%/doc/user/project/issues/img/issue_template.png %%WWWDIR%%/doc/user/project/issues/img/issues_main_view.png @@ -8994,6 +9073,8 @@ %%WWWDIR%%/doc/user/project/milestones/img/milestones_promote_milestone.png %%WWWDIR%%/doc/user/project/milestones/index.md %%WWWDIR%%/doc/user/project/new_ci_build_permissions_model.md +%%WWWDIR%%/doc/user/project/operations/error_tracking.md +%%WWWDIR%%/doc/user/project/operations/img/error_tracking_list.png %%WWWDIR%%/doc/user/project/pages/getting_started_part_four.md %%WWWDIR%%/doc/user/project/pages/getting_started_part_one.md %%WWWDIR%%/doc/user/project/pages/getting_started_part_three.md @@ -9022,6 +9103,7 @@ %%WWWDIR%%/doc/user/project/pages/img/verify_your_domain.png %%WWWDIR%%/doc/user/project/pages/index.md %%WWWDIR%%/doc/user/project/pages/introduction.md *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***