From owner-svn-ports-head@freebsd.org Fri Nov 23 15:04:59 2018 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 1A131114907F; Fri, 23 Nov 2018 15:04:59 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7ED28D5E3; Fri, 23 Nov 2018 15:04:58 +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 98761202A8; Fri, 23 Nov 2018 15:04:58 +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 wANF4wYe082383; Fri, 23 Nov 2018 15:04:58 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wANF4uXh082375; Fri, 23 Nov 2018 15:04:56 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201811231504.wANF4uXh082375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 23 Nov 2018 15:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485672 - 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: 485672 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B7ED28D5E3 X-Spamd-Result: default: False [1.30 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.04)[0.038,0]; NEURAL_SPAM_MEDIUM(0.78)[0.783,0]; NEURAL_SPAM_LONG(0.48)[0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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: Fri, 23 Nov 2018 15:04:59 -0000 Author: mfechner Date: Fri Nov 23 15:04:56 2018 New Revision: 485672 URL: https://svnweb.freebsd.org/changeset/ports/485672 Log: Upgrade to version 11.5. For details see here please: https://about.gitlab.com/2018/11/22/gitlab-11-5-released/ Approved by: mentors (implicit) 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/files/patch-config_unicorn.rb.example head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl head/www/gitlab-ce/pkg-message head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/Makefile Fri Nov 23 15:04:56 2018 (r485672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.4.7 +PORTVERSION= 11.5.0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -16,10 +16,10 @@ 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.3.3:devel/gitlab-shell \ - gitlab-workhorse>=7.0.0:www/gitlab-workhorse \ - gitaly>=0.125.1:devel/gitaly \ - gitlab-pages>=1.1.0:www/gitlab-pages \ + gitlab-shell>=8.4.1:devel/gitlab-shell \ + gitlab-workhorse>=7.1.0:www/gitlab-workhorse \ + gitaly>=0.129.0:devel/gitaly \ + gitlab-pages>=1.3.0:www/gitlab-pages \ redis>=3.2.12:databases/redis \ npm>=4.3.0:www/npm \ yarn>=0.17.0:www/yarn \ @@ -62,8 +62,6 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-gpgme>=2.0.13:security/rubygem-gpgme \ rubygem-gitlab_omniauth-ldap20>=2.0.4:net/rubygem-gitlab_omniauth-ldap20 \ rubygem-net-ldap>=0.16.0:net/rubygem-net-ldap \ - rubygem-gitlab-gollum-lib>=4.2.0:www/rubygem-gitlab-gollum-lib \ - rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \ rubygem-grape>=1.1:devel/rubygem-grape \ rubygem-grape-entity>=0.7.1:devel/rubygem-grape-entity \ rubygem-rack-cors>=1.0.0:www/rubygem-rack-cors \ @@ -101,10 +99,13 @@ MY_DEPENDS= git>=2.16.2:devel/git \ 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-escape_utils>=1.1:textproc/rubygem-escape_utils \ rubygem-icalendar>=0:devel/rubygem-icalendar \ rubygem-diffy31>=3.1.0:textproc/rubygem-diffy31 \ rubygem-unicorn51>=5.1.0:www/rubygem-unicorn51 \ rubygem-unicorn-worker-killer044>=0.4.4:www/rubygem-unicorn-worker-killer044 \ + rubygem-puma>=3.12:www/rubygem-puma \ + rubygem-puma_worker_killer>=0:www/rubygem-puma_worker_killer \ rubygem-state_machines-activerecord>=0.5.1:databases/rubygem-state_machines-activerecord \ rubygem-acts-as-taggable-on>=5.0:www/rubygem-acts-as-taggable-on \ rubygem-sidekiq>=5.2.1:devel/rubygem-sidekiq \ @@ -124,7 +125,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-connection_pool>=2.0:net/rubygem-connection_pool \ rubygem-hipchat15>=1.5.0:net-im/rubygem-hipchat15 \ rubygem-jira-ruby>=1.4:devel/rubygem-jira-ruby \ - rubygem-gitlab-flowdock-git-hook>=1.0.1:www/rubygem-gitlab-flowdock-git-hook \ + rubygem-flowdock>=0.7:www/rubygem-flowdock \ rubygem-slack-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \ rubygem-hangouts-chat>=0.0.5:net/rubygem-hangouts-chat \ rubygem-asana>=0.6.0:www/rubygem-asana \ @@ -136,7 +137,6 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-licensee8>=8.9:devel/rubygem-licensee8 \ rubygem-rack-attack44>=4.4.1:www/rubygem-rack-attack44 \ rubygem-ace-rails-ap>=4.1.0:www/rubygem-ace-rails-ap \ - rubygem-mousetrap-rails>=1.4.6:www/rubygem-mousetrap-rails \ rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \ rubygem-fast_blank>=0:devel/rubygem-fast_blank \ rubygem-chronic>=0.10.2:devel/rubygem-chronic \ @@ -182,17 +182,16 @@ 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>=0.118.1:net/rubygem-gitaly-proto \ - rubygem-grpc>=1.11.0:net/rubygem-grpc \ + rubygem-gitaly-proto>=0.123.0:net/rubygem-gitaly-proto \ + rubygem-grpc>=1.15.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ - rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 \ + rubygem-google-protobuf>=3.6:devel/rubygem-google-protobuf \ rubygem-toml-rb10>=1.0.0:www/rubygem-toml-rb10 \ rubygem-flipper013>=0.13.0:devel/rubygem-flipper013 \ rubygem-flipper-active_record013>=0.13.0:databases/rubygem-flipper-active_record013 \ rubygem-flipper-active_support_cache_store013>=0.13.0:devel/rubygem-flipper-active_support_cache_store013 \ rubygem-lograge>=0.5:www/rubygem-lograge \ - rubygem-grape_logging>=1.7:devel/rubygem-grape_logging \ - rubygem-asset_sync>=2.4:net/rubygem-asset_sync + rubygem-grape_logging>=1.7:devel/rubygem-grape_logging BUILD_DEPENDS= gem:devel/ruby-gems \ ${MY_DEPENDS} @@ -216,7 +215,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= 98f84238230c94a46a9864a5a267becd67d30b50 +GL_COMMIT= b7b1e8ecdf7407c8ec887a88a92c4a3eb57299d2 USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/distinfo Fri Nov 23 15:04:56 2018 (r485672) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542725881 -SHA256 (gitlab-org-gitlab-ce-98f84238230c94a46a9864a5a267becd67d30b50_GL0.tar.gz) = 3636f7c98c6510c794dea1bcc9e925741c57311d85a809cfbc91582ed5fde494 -SIZE (gitlab-org-gitlab-ce-98f84238230c94a46a9864a5a267becd67d30b50_GL0.tar.gz) = 43343407 +TIMESTAMP = 1542966190 +SHA256 (gitlab-org-gitlab-ce-b7b1e8ecdf7407c8ec887a88a92c4a3eb57299d2_GL0.tar.gz) = 82f849054a67a9370cdbbd362dcafbe319df69bd313e404c9788ac52c9c9e55b +SIZE (gitlab-org-gitlab-ce-b7b1e8ecdf7407c8ec887a88a92c4a3eb57299d2_GL0.tar.gz) = 50398862 Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/files/patch-Gemfile Fri Nov 23 15:04:56 2018 (r485672) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-09-21 11:36:34 UTC +--- Gemfile.orig 2018-11-21 10:39:57 UTC +++ Gemfile @@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', gem_versions['default_value_for'] @@ -9,7 +9,7 @@ gem 'pg', '~> 0.18.2', group: :postgres gem 'rugged', '~> 0.27' -@@ -179,7 +179,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req +@@ -173,7 +173,7 @@ gem 'redis-namespace', '~> 1.6.0' gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -18,7 +18,7 @@ # Colored output to console gem 'rainbow', '~> 3.0' -@@ -296,7 +296,7 @@ gem 'batch-loader', '~> 1.2.1' +@@ -287,7 +287,7 @@ gem 'batch-loader', '~> 1.2.1' # Perf bar gem 'peek', '~> 1.0.1' gem 'peek-gc', '~> 0.0.2' @@ -27,7 +27,7 @@ gem 'peek-pg', '~> 1.3.0', group: :postgres gem 'peek-rblineprof', '~> 0.2.0' gem 'peek-redis', '~> 1.2.0' -@@ -304,96 +304,11 @@ gem 'peek-sidekiq', '~> 1.0.3' +@@ -295,96 +295,11 @@ gem 'gitlab-sidekiq-fetcher', require: ' # Metrics group :metrics do Modified: head/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_gitlab.yml.example Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/files/patch-config_gitlab.yml.example Fri Nov 23 15:04:56 2018 (r485672) @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2018-09-21 11:36:34 UTC +--- config/gitlab.yml.example.orig 2018-11-21 10:39:57 UTC +++ config/gitlab.yml.example -@@ -223,7 +223,7 @@ production: &base +@@ -228,7 +228,7 @@ production: &base # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages # external_https: ["1.1.1.1:443", "[2001::1]:443"] # If defined, enables custom domain and certificate support in GitLab Pages admin: @@ -9,16 +9,16 @@ ## Mattermost ## For enabling Add to Mattermost button -@@ -585,7 +585,7 @@ production: &base +@@ -590,7 +590,7 @@ production: &base # Gitaly settings gitaly: # Path to the directory containing Gitaly client executables. - client_path: /home/git/gitaly/bin + client_path: %%PREFIX%%/share/gitaly/bin - # Default Gitaly authentication token. Can be overriden per storage. Can + # 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. -@@ -603,8 +603,8 @@ production: &base +@@ -608,8 +608,8 @@ production: &base # real path not the symlink. storages: # You must have at least a `default` storage path. default: @@ -29,7 +29,7 @@ # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings -@@ -632,12 +632,12 @@ production: &base +@@ -637,12 +637,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -45,7 +45,7 @@ # Git over HTTP upload_pack: true -@@ -658,7 +658,7 @@ production: &base +@@ -663,7 +663,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Modified: head/www/gitlab-ce/files/patch-config_unicorn.rb.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_unicorn.rb.example Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/files/patch-config_unicorn.rb.example Fri Nov 23 15:04:56 2018 (r485672) @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2018-08-22 22:40:32 UTC +--- config/unicorn.rb.example.orig 2018-11-21 10:39:57 UTC +++ config/unicorn.rb.example @@ -33,12 +33,12 @@ worker_processes 3 @@ -32,3 +32,12 @@ # Save memory by sharing the application code among multiple Unicorn workers # with "preload_app true". See: +@@ -81,7 +81,7 @@ preload_app true + # fast LAN. + check_client_connection false + +-require_relative "/home/git/gitlab/lib/gitlab/cluster/lifecycle_events" ++require_relative "%%PREFIX%%/www/gitlab-ce/lib/gitlab/cluster/lifecycle_events" + + before_exec do |server| + # Signal application hooks that we're about to restart Modified: head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab ============================================================================== --- head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab Fri Nov 23 15:04:56 2018 (r485672) @@ -1,8 +1,8 @@ ---- lib/support/nginx/gitlab.orig 2018-02-22 10:46:29 UTC +--- lib/support/nginx/gitlab.orig 2018-11-21 10:39:57 UTC +++ lib/support/nginx/gitlab @@ -19,7 +19,7 @@ upstream gitlab-workhorse { - # Gitlab socket file, + # GitLab socket file, # for Omnibus this would be: unix:/var/opt/gitlab/gitlab-workhorse/socket - server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; + server unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; @@ -11,7 +11,7 @@ map $http_upgrade $connection_upgrade_gitlab { @@ -114,7 +114,7 @@ server { location ~ ^/(404|422|500|502|503)\.html$ { - # Location to the Gitlab's public directory, + # Location to the GitLab's public directory, # for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public. - root /home/git/gitlab/public; + root %%PREFIX%%/www/gitlab-ce/public; Modified: head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl ============================================================================== --- head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl Fri Nov 23 15:04:56 2018 (r485672) @@ -1,8 +1,8 @@ ---- lib/support/nginx/gitlab-ssl.orig 2018-02-22 10:46:29 UTC +--- lib/support/nginx/gitlab-ssl.orig 2018-11-21 10:39:57 UTC +++ lib/support/nginx/gitlab-ssl @@ -23,7 +23,7 @@ upstream gitlab-workhorse { - # Gitlab socket file, + # GitLab socket file, # for Omnibus this would be: unix:/var/opt/gitlab/gitlab-workhorse/socket - server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; + server unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; @@ -11,7 +11,7 @@ map $http_upgrade $connection_upgrade_gitlab_ssl { @@ -164,7 +164,7 @@ server { location ~ ^/(404|422|500|502|503)\.html$ { - # Location to the Gitlab's public directory, + # Location to the GitLab's public directory, # for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public - root /home/git/gitlab/public; + root %%PREFIX%%/www/gitlab-ce/public; Modified: head/www/gitlab-ce/pkg-message ============================================================================== --- head/www/gitlab-ce/pkg-message Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/pkg-message Fri Nov 23 15:04:56 2018 (r485672) @@ -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.4-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/11.5-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 11.2.x to 11.3.x, please follow the instructions in the guide at: +switched from 11.4.x to 11.5.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.3-11.4-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.4-11.5-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Fri Nov 23 15:03:22 2018 (r485671) +++ head/www/gitlab-ce/pkg-plist Fri Nov 23 15:04:56 2018 (r485672) @@ -8,7 +8,7 @@ %%WWWDIR%%/.github/ISSUE_TEMPLATE.md %%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md %%WWWDIR%%/.gitlab-ci.yml -%%WWWDIR%%/.gitlab/CODEOWNERS +%%WWWDIR%%/.gitlab/CODEOWNERS.disabled %%WWWDIR%%/.gitlab/issue_templates/Acceptance_Testing.md %%WWWDIR%%/.gitlab/issue_templates/Bug.md %%WWWDIR%%/.gitlab/issue_templates/Documentation.md @@ -33,6 +33,7 @@ %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/Dangerfile +%%WWWDIR%%/Dockerfile.assets %%WWWDIR%%/GITALY_SERVER_VERSION %%WWWDIR%%/GITLAB_PAGES_VERSION %%WWWDIR%%/GITLAB_SHELL_VERSION @@ -87,6 +88,7 @@ %%WWWDIR%%/app/assets/images/cluster_app_logos/helm.png %%WWWDIR%%/app/assets/images/cluster_app_logos/jeager.png %%WWWDIR%%/app/assets/images/cluster_app_logos/jupyterhub.png +%%WWWDIR%%/app/assets/images/cluster_app_logos/knative.png %%WWWDIR%%/app/assets/images/cluster_app_logos/kubernetes.png %%WWWDIR%%/app/assets/images/cluster_app_logos/meltano.png %%WWWDIR%%/app/assets/images/cluster_app_logos/prometheus.png @@ -1899,7 +1901,6 @@ %%WWWDIR%%/app/assets/images/i2p-step.svg %%WWWDIR%%/app/assets/images/icon-merge-request-unmerged.svg %%WWWDIR%%/app/assets/images/icon_anchor.svg -%%WWWDIR%%/app/assets/images/koding-logo.svg %%WWWDIR%%/app/assets/images/logo.svg %%WWWDIR%%/app/assets/images/logo_wordmark.svg %%WWWDIR%%/app/assets/images/mailers/ci_pipeline_notif_v1/gitlab-logo-full-horizontal.gif @@ -2005,6 +2006,8 @@ %%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_sidebar.js %%WWWDIR%%/app/assets/javascripts/boards/components/issue_card_inner.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/issue_due_date.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/issue_time_estimate.vue %%WWWDIR%%/app/assets/javascripts/boards/components/modal/empty_state.vue %%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters.js %%WWWDIR%%/app/assets/javascripts/boards/components/modal/footer.vue @@ -2052,7 +2055,6 @@ %%WWWDIR%%/app/assets/javascripts/commit_merge_requests.js %%WWWDIR%%/app/assets/javascripts/commits.js %%WWWDIR%%/app/assets/javascripts/commons/bootstrap.js -%%WWWDIR%%/app/assets/javascripts/commons/gitlab_ui.js %%WWWDIR%%/app/assets/javascripts/commons/index.js %%WWWDIR%%/app/assets/javascripts/commons/jquery.js %%WWWDIR%%/app/assets/javascripts/commons/polyfills.js @@ -2124,6 +2126,7 @@ %%WWWDIR%%/app/assets/javascripts/diffs/components/edit_button.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/file_row_stats.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/hidden_files_warning.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/image_diff_overlay.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/inline_diff_comment_row.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/inline_diff_table_row.vue %%WWWDIR%%/app/assets/javascripts/diffs/components/inline_diff_view.vue @@ -2141,6 +2144,10 @@ %%WWWDIR%%/app/assets/javascripts/diffs/store/mutation_types.js %%WWWDIR%%/app/assets/javascripts/diffs/store/mutations.js %%WWWDIR%%/app/assets/javascripts/diffs/store/utils.js +%%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 @@ -2427,13 +2434,13 @@ %%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js %%WWWDIR%%/app/assets/javascripts/issue_show/stores/index.js %%WWWDIR%%/app/assets/javascripts/issue_status_select.js -%%WWWDIR%%/app/assets/javascripts/job.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 %%WWWDIR%%/app/assets/javascripts/jobs/components/environments_block.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/erased_block.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/job_app.vue +%%WWWDIR%%/app/assets/javascripts/jobs/components/job_container_item.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/job_log.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/job_log_controllers.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/jobs_container.vue @@ -2442,13 +2449,15 @@ %%WWWDIR%%/app/assets/javascripts/jobs/components/stages_dropdown.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/stuck_block.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/trigger_block.vue -%%WWWDIR%%/app/assets/javascripts/jobs/job_details_bundle.js +%%WWWDIR%%/app/assets/javascripts/jobs/index.js +%%WWWDIR%%/app/assets/javascripts/jobs/mixins/delayed_job_mixin.js %%WWWDIR%%/app/assets/javascripts/jobs/store/actions.js %%WWWDIR%%/app/assets/javascripts/jobs/store/getters.js %%WWWDIR%%/app/assets/javascripts/jobs/store/index.js %%WWWDIR%%/app/assets/javascripts/jobs/store/mutation_types.js %%WWWDIR%%/app/assets/javascripts/jobs/store/mutations.js %%WWWDIR%%/app/assets/javascripts/jobs/store/state.js +%%WWWDIR%%/app/assets/javascripts/jobs/svg/scroll_down.svg %%WWWDIR%%/app/assets/javascripts/label_manager.js %%WWWDIR%%/app/assets/javascripts/labels.js %%WWWDIR%%/app/assets/javascripts/labels_select.js @@ -2458,6 +2467,7 @@ %%WWWDIR%%/app/assets/javascripts/lib/ace.js %%WWWDIR%%/app/assets/javascripts/lib/ace/ace_config_paths.js.erb %%WWWDIR%%/app/assets/javascripts/lib/utils/accessor.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/ace_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/ajax_cache.js %%WWWDIR%%/app/assets/javascripts/lib/utils/axios_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js @@ -2465,7 +2475,6 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/constants.js %%WWWDIR%%/app/assets/javascripts/lib/utils/csrf.js -%%WWWDIR%%/app/assets/javascripts/lib/utils/datefix.js %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/dom_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/http_status.js @@ -2476,7 +2485,6 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js %%WWWDIR%%/app/assets/javascripts/lib/utils/number_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/poll.js -%%WWWDIR%%/app/assets/javascripts/lib/utils/pretty_time.js %%WWWDIR%%/app/assets/javascripts/lib/utils/regexp.js %%WWWDIR%%/app/assets/javascripts/lib/utils/scroll_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/simple_poll.js @@ -2553,6 +2561,7 @@ %%WWWDIR%%/app/assets/javascripts/notes/components/comment_form.vue %%WWWDIR%%/app/assets/javascripts/notes/components/diff_with_note.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_counter.vue +%%WWWDIR%%/app/assets/javascripts/notes/components/discussion_filter.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_locked_widget.vue %%WWWDIR%%/app/assets/javascripts/notes/components/note_actions.vue %%WWWDIR%%/app/assets/javascripts/notes/components/note_attachment.vue @@ -2565,7 +2574,9 @@ %%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/toggle_replies_widget.vue %%WWWDIR%%/app/assets/javascripts/notes/constants.js +%%WWWDIR%%/app/assets/javascripts/notes/discussion_filters.js %%WWWDIR%%/app/assets/javascripts/notes/event_hub.js %%WWWDIR%%/app/assets/javascripts/notes/index.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/autosave.js @@ -2678,7 +2689,6 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/destroy/index.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/gcp/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/update/index.js @@ -2711,6 +2721,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/issues/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/issues/show.js %%WWWDIR%%/app/assets/javascripts/pages/projects/issues/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/jobs/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/jobs/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/jobs/terminal/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/labels/components/promote_label_modal.vue @@ -2780,7 +2791,6 @@ %%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 @@ -2808,14 +2818,13 @@ %%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 %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/action_component.vue -%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/graph_component.vue -%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/job_component.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/job_group_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/job_item.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/job_name_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/header_component.vue @@ -2898,7 +2907,7 @@ %%WWWDIR%%/app/assets/javascripts/reports/components/issues_list.vue %%WWWDIR%%/app/assets/javascripts/reports/components/modal.vue %%WWWDIR%%/app/assets/javascripts/reports/components/modal_open_name.vue -%%WWWDIR%%/app/assets/javascripts/reports/components/report_issues.vue +%%WWWDIR%%/app/assets/javascripts/reports/components/report_item.vue %%WWWDIR%%/app/assets/javascripts/reports/components/report_link.vue %%WWWDIR%%/app/assets/javascripts/reports/components/report_section.vue %%WWWDIR%%/app/assets/javascripts/reports/components/summary_row.vue @@ -2987,6 +2996,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue %%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/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/mr_widget_archived.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_auto_merge_failed.vue @@ -3008,11 +3018,15 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/squash_before_merge.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/unresolved_discussions.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/work_in_progress.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/dependencies.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/ee_switch_mr_widget_options.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/event_hub.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/index.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/mr_widget_options.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/services/ee_switch_mr_widget_service.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/services/mr_widget_service.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/ee_switch_get_state_key.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/ee_switch_mr_widget_store.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/ee_switch_state_maps.js %%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 @@ -3045,6 +3059,8 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon/file_icon_map.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_row.vue +%%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/header_ci_component.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/help_popover.vue @@ -3082,6 +3098,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_collapsed.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/toggle_sidebar.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/smart_virtual_list.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/stacked_progress_bar.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/svg_gradient.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/table_pagination.vue @@ -3152,6 +3169,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/modal.scss %%WWWDIR%%/app/assets/stylesheets/framework/notes.scss %%WWWDIR%%/app/assets/stylesheets/framework/page_header.scss +%%WWWDIR%%/app/assets/stylesheets/framework/page_title.scss %%WWWDIR%%/app/assets/stylesheets/framework/pagination.scss %%WWWDIR%%/app/assets/stylesheets/framework/panels.scss %%WWWDIR%%/app/assets/stylesheets/framework/popup.scss @@ -3274,7 +3292,11 @@ %%WWWDIR%%/app/controllers/boards/application_controller.rb %%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 %%WWWDIR%%/app/controllers/concerns/accepts_pending_invitations.rb %%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb %%WWWDIR%%/app/controllers/concerns/boards_responses.rb @@ -3303,6 +3325,7 @@ %%WWWDIR%%/app/controllers/concerns/oauth_applications.rb %%WWWDIR%%/app/controllers/concerns/params_backward_compatibility.rb %%WWWDIR%%/app/controllers/concerns/preview_markdown.rb +%%WWWDIR%%/app/controllers/concerns/project_unauthorized.rb %%WWWDIR%%/app/controllers/concerns/renders_blob.rb %%WWWDIR%%/app/controllers/concerns/renders_commits.rb %%WWWDIR%%/app/controllers/concerns/renders_member_access.rb @@ -3368,7 +3391,6 @@ %%WWWDIR%%/app/controllers/instance_statistics/conversational_development_index_controller.rb %%WWWDIR%%/app/controllers/invites_controller.rb %%WWWDIR%%/app/controllers/jwt_controller.rb -%%WWWDIR%%/app/controllers/koding_controller.rb %%WWWDIR%%/app/controllers/ldap/omniauth_callbacks_controller.rb %%WWWDIR%%/app/controllers/metrics_controller.rb %%WWWDIR%%/app/controllers/notification_settings_controller.rb @@ -3493,6 +3515,7 @@ %%WWWDIR%%/app/finders/access_requests_finder.rb %%WWWDIR%%/app/finders/admin/projects_finder.rb %%WWWDIR%%/app/finders/admin/runners_finder.rb +%%WWWDIR%%/app/finders/applications_finder.rb %%WWWDIR%%/app/finders/autocomplete/group_finder.rb %%WWWDIR%%/app/finders/autocomplete/move_to_project_finder.rb %%WWWDIR%%/app/finders/autocomplete/project_finder.rb @@ -3524,6 +3547,7 @@ %%WWWDIR%%/app/finders/merge_requests_finder.rb %%WWWDIR%%/app/finders/milestones_finder.rb %%WWWDIR%%/app/finders/notes_finder.rb +%%WWWDIR%%/app/finders/pending_todos_finder.rb %%WWWDIR%%/app/finders/personal_access_tokens_finder.rb %%WWWDIR%%/app/finders/personal_projects_finder.rb %%WWWDIR%%/app/finders/pipeline_schedules_finder.rb @@ -3538,6 +3562,7 @@ %%WWWDIR%%/app/finders/user_finder.rb %%WWWDIR%%/app/finders/user_recent_events_finder.rb %%WWWDIR%%/app/finders/users_finder.rb +%%WWWDIR%%/app/finders/users_with_pending_todos_finder.rb %%WWWDIR%%/app/graphql/functions/base_function.rb %%WWWDIR%%/app/graphql/functions/echo.rb %%WWWDIR%%/app/graphql/gitlab_schema.rb @@ -3655,7 +3680,6 @@ %%WWWDIR%%/app/helpers/sidekiq_helper.rb %%WWWDIR%%/app/helpers/snippets_helper.rb %%WWWDIR%%/app/helpers/sorting_helper.rb -%%WWWDIR%%/app/helpers/storage_health_helper.rb %%WWWDIR%%/app/helpers/storage_helper.rb %%WWWDIR%%/app/helpers/submodule_helper.rb %%WWWDIR%%/app/helpers/system_note_helper.rb @@ -3742,6 +3766,8 @@ %%WWWDIR%%/app/models/blob_viewer/video.rb %%WWWDIR%%/app/models/blob_viewer/yarn_lock.rb %%WWWDIR%%/app/models/board.rb +%%WWWDIR%%/app/models/board_group_recent_visit.rb +%%WWWDIR%%/app/models/board_project_recent_visit.rb %%WWWDIR%%/app/models/broadcast_message.rb %%WWWDIR%%/app/models/chat_name.rb %%WWWDIR%%/app/models/chat_team.rb @@ -3773,6 +3799,7 @@ %%WWWDIR%%/app/models/clusters/applications/helm.rb %%WWWDIR%%/app/models/clusters/applications/ingress.rb %%WWWDIR%%/app/models/clusters/applications/jupyter.rb +%%WWWDIR%%/app/models/clusters/applications/knative.rb %%WWWDIR%%/app/models/clusters/applications/prometheus.rb %%WWWDIR%%/app/models/clusters/applications/runner.rb %%WWWDIR%%/app/models/clusters/cluster.rb @@ -3780,6 +3807,8 @@ %%WWWDIR%%/app/models/clusters/concerns/application_data.rb %%WWWDIR%%/app/models/clusters/concerns/application_status.rb %%WWWDIR%%/app/models/clusters/concerns/application_version.rb +%%WWWDIR%%/app/models/clusters/group.rb +%%WWWDIR%%/app/models/clusters/kubernetes_namespace.rb %%WWWDIR%%/app/models/clusters/platforms/kubernetes.rb %%WWWDIR%%/app/models/clusters/project.rb %%WWWDIR%%/app/models/clusters/providers/gcp.rb @@ -3794,6 +3823,7 @@ %%WWWDIR%%/app/models/concerns/avatarable.rb %%WWWDIR%%/app/models/concerns/awardable.rb %%WWWDIR%%/app/models/concerns/batch_destroy_dependent_associations.rb +%%WWWDIR%%/app/models/concerns/blob_language_from_git_attributes.rb %%WWWDIR%%/app/models/concerns/blob_like.rb %%WWWDIR%%/app/models/concerns/blocks_json_serialization.rb %%WWWDIR%%/app/models/concerns/bulk_member_access_load.rb @@ -3802,6 +3832,7 @@ %%WWWDIR%%/app/models/concerns/case_sensitivity.rb %%WWWDIR%%/app/models/concerns/chronic_duration_attribute.rb %%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/diff_file.rb %%WWWDIR%%/app/models/concerns/diff_positionable_note.rb @@ -3902,13 +3933,13 @@ %%WWWDIR%%/app/models/discussion_note.rb %%WWWDIR%%/app/models/email.rb %%WWWDIR%%/app/models/environment.rb +%%WWWDIR%%/app/models/environment_status.rb %%WWWDIR%%/app/models/epic.rb %%WWWDIR%%/app/models/event.rb %%WWWDIR%%/app/models/event_collection.rb %%WWWDIR%%/app/models/external_issue.rb %%WWWDIR%%/app/models/fork_network.rb %%WWWDIR%%/app/models/fork_network_member.rb -%%WWWDIR%%/app/models/forked_project_link.rb %%WWWDIR%%/app/models/generic_commit_status.rb %%WWWDIR%%/app/models/global_label.rb %%WWWDIR%%/app/models/global_milestone.rb @@ -3950,6 +3981,7 @@ %%WWWDIR%%/app/models/member.rb %%WWWDIR%%/app/models/members/group_member.rb %%WWWDIR%%/app/models/members/project_member.rb +%%WWWDIR%%/app/models/members_preloader.rb %%WWWDIR%%/app/models/merge_request.rb %%WWWDIR%%/app/models/merge_request/metrics.rb %%WWWDIR%%/app/models/merge_request_diff.rb @@ -3971,6 +4003,7 @@ %%WWWDIR%%/app/models/pages_domain.rb %%WWWDIR%%/app/models/personal_access_token.rb %%WWWDIR%%/app/models/personal_snippet.rb +%%WWWDIR%%/app/models/pool_repository.rb %%WWWDIR%%/app/models/postgresql/replication_slot.rb %%WWWDIR%%/app/models/programming_language.rb %%WWWDIR%%/app/models/project.rb @@ -4055,10 +4088,12 @@ %%WWWDIR%%/app/models/security_event.rb %%WWWDIR%%/app/models/sent_notification.rb %%WWWDIR%%/app/models/service.rb +%%WWWDIR%%/app/models/shard.rb %%WWWDIR%%/app/models/site_statistic.rb %%WWWDIR%%/app/models/snippet.rb %%WWWDIR%%/app/models/snippet_blob.rb %%WWWDIR%%/app/models/spam_log.rb +%%WWWDIR%%/app/models/ssh_host_key.rb %%WWWDIR%%/app/models/storage/hashed_project.rb %%WWWDIR%%/app/models/storage/legacy_project.rb %%WWWDIR%%/app/models/subscription.rb @@ -4075,6 +4110,7 @@ %%WWWDIR%%/app/models/user_callout.rb %%WWWDIR%%/app/models/user_custom_attribute.rb %%WWWDIR%%/app/models/user_interacted_project.rb +%%WWWDIR%%/app/models/user_preference.rb %%WWWDIR%%/app/models/user_status.rb %%WWWDIR%%/app/models/user_synced_attributes_metadata.rb %%WWWDIR%%/app/models/users_star_project.rb @@ -4115,12 +4151,14 @@ %%WWWDIR%%/app/policies/protected_branch_policy.rb %%WWWDIR%%/app/policies/user_policy.rb %%WWWDIR%%/app/presenters/README.md +%%WWWDIR%%/app/presenters/blob_presenter.rb %%WWWDIR%%/app/presenters/ci/build_metadata_presenter.rb %%WWWDIR%%/app/presenters/ci/build_presenter.rb %%WWWDIR%%/app/presenters/ci/build_runner_presenter.rb %%WWWDIR%%/app/presenters/ci/group_variable_presenter.rb %%WWWDIR%%/app/presenters/ci/pipeline_presenter.rb %%WWWDIR%%/app/presenters/ci/variable_presenter.rb +%%WWWDIR%%/app/presenters/clusterable_presenter.rb %%WWWDIR%%/app/presenters/clusters/cluster_presenter.rb %%WWWDIR%%/app/presenters/commit_status_presenter.rb %%WWWDIR%%/app/presenters/conversational_development_index/metric_presenter.rb @@ -4129,6 +4167,7 @@ %%WWWDIR%%/app/presenters/member_presenter.rb %%WWWDIR%%/app/presenters/members_presenter.rb %%WWWDIR%%/app/presenters/merge_request_presenter.rb +%%WWWDIR%%/app/presenters/project_clusterable_presenter.rb %%WWWDIR%%/app/presenters/project_member_presenter.rb %%WWWDIR%%/app/presenters/project_presenter.rb %%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb @@ -4168,6 +4207,7 @@ %%WWWDIR%%/app/serializers/container_repository_entity.rb %%WWWDIR%%/app/serializers/container_tag_entity.rb %%WWWDIR%%/app/serializers/container_tags_serializer.rb +%%WWWDIR%%/app/serializers/current_user_entity.rb %%WWWDIR%%/app/serializers/deploy_key_entity.rb %%WWWDIR%%/app/serializers/deploy_key_serializer.rb %%WWWDIR%%/app/serializers/deploy_keys_project_entity.rb @@ -4187,6 +4227,8 @@ %%WWWDIR%%/app/serializers/entity_request.rb %%WWWDIR%%/app/serializers/environment_entity.rb %%WWWDIR%%/app/serializers/environment_serializer.rb +%%WWWDIR%%/app/serializers/environment_status_entity.rb +%%WWWDIR%%/app/serializers/environment_status_serializer.rb %%WWWDIR%%/app/serializers/group_child_entity.rb %%WWWDIR%%/app/serializers/group_child_serializer.rb %%WWWDIR%%/app/serializers/group_entity.rb @@ -4242,6 +4284,7 @@ %%WWWDIR%%/app/serializers/tree_serializer.rb %%WWWDIR%%/app/serializers/trigger_variable_entity.rb %%WWWDIR%%/app/serializers/user_entity.rb +%%WWWDIR%%/app/serializers/user_preference_entity.rb %%WWWDIR%%/app/serializers/user_serializer.rb %%WWWDIR%%/app/serializers/variable_entity.rb %%WWWDIR%%/app/serializers/variable_serializer.rb @@ -4271,6 +4314,8 @@ %%WWWDIR%%/app/services/boards/lists/generate_service.rb %%WWWDIR%%/app/services/boards/lists/list_service.rb %%WWWDIR%%/app/services/boards/lists/move_service.rb +%%WWWDIR%%/app/services/boards/visits/create_service.rb +%%WWWDIR%%/app/services/boards/visits/latest_service.rb %%WWWDIR%%/app/services/chat_names/authorize_user_service.rb %%WWWDIR%%/app/services/chat_names/find_user_service.rb %%WWWDIR%%/app/services/ci/compare_test_reports_service.rb @@ -4292,12 +4337,14 @@ %%WWWDIR%%/app/services/clusters/applications/base_helm_service.rb %%WWWDIR%%/app/services/clusters/applications/check_ingress_ip_address_service.rb %%WWWDIR%%/app/services/clusters/applications/check_installation_progress_service.rb +%%WWWDIR%%/app/services/clusters/applications/create_service.rb %%WWWDIR%%/app/services/clusters/applications/install_service.rb %%WWWDIR%%/app/services/clusters/applications/schedule_installation_service.rb %%WWWDIR%%/app/services/clusters/create_service.rb %%WWWDIR%%/app/services/clusters/gcp/fetch_operation_service.rb %%WWWDIR%%/app/services/clusters/gcp/finalize_creation_service.rb %%WWWDIR%%/app/services/clusters/gcp/kubernetes.rb +%%WWWDIR%%/app/services/clusters/gcp/kubernetes/create_or_update_namespace_service.rb %%WWWDIR%%/app/services/clusters/gcp/kubernetes/create_service_account_service.rb %%WWWDIR%%/app/services/clusters/gcp/kubernetes/fetch_kubernetes_token_service.rb %%WWWDIR%%/app/services/clusters/gcp/provision_service.rb @@ -4306,6 +4353,7 @@ %%WWWDIR%%/app/services/cohorts_service.rb %%WWWDIR%%/app/services/commits/change_service.rb %%WWWDIR%%/app/services/commits/cherry_pick_service.rb +%%WWWDIR%%/app/services/commits/commit_patch_service.rb %%WWWDIR%%/app/services/commits/create_service.rb %%WWWDIR%%/app/services/commits/revert_service.rb %%WWWDIR%%/app/services/commits/tag_service.rb @@ -4316,7 +4364,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_deployment_service.rb %%WWWDIR%%/app/services/create_release_service.rb %%WWWDIR%%/app/services/create_snippet_service.rb %%WWWDIR%%/app/services/delete_branch_service.rb @@ -4419,6 +4466,7 @@ %%WWWDIR%%/app/services/milestones/reopen_service.rb %%WWWDIR%%/app/services/milestones/update_service.rb %%WWWDIR%%/app/services/note_summary.rb +%%WWWDIR%%/app/services/notes/base_service.rb %%WWWDIR%%/app/services/notes/build_service.rb %%WWWDIR%%/app/services/notes/create_service.rb %%WWWDIR%%/app/services/notes/destroy_service.rb @@ -4431,6 +4479,7 @@ %%WWWDIR%%/app/services/notification_service.rb %%WWWDIR%%/app/services/preview_markdown_service.rb %%WWWDIR%%/app/services/projects/after_import_service.rb +%%WWWDIR%%/app/services/projects/after_rename_service.rb %%WWWDIR%%/app/services/projects/auto_devops/disable_service.rb %%WWWDIR%%/app/services/projects/autocomplete_service.rb %%WWWDIR%%/app/services/projects/base_move_relations_service.rb @@ -4508,6 +4557,7 @@ %%WWWDIR%%/app/services/spam_check_service.rb %%WWWDIR%%/app/services/spam_service.rb %%WWWDIR%%/app/services/submit_usage_ping_service.rb +%%WWWDIR%%/app/services/submodules/update_service.rb %%WWWDIR%%/app/services/system_hooks_service.rb %%WWWDIR%%/app/services/system_note_service.rb %%WWWDIR%%/app/services/tags/create_service.rb @@ -4522,6 +4572,7 @@ %%WWWDIR%%/app/services/todos/destroy/group_private_service.rb %%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 @@ -4600,7 +4651,6 @@ %%WWWDIR%%/app/views/admin/application_settings/_help_page.html.haml %%WWWDIR%%/app/views/admin/application_settings/_influx.html.haml %%WWWDIR%%/app/views/admin/application_settings/_ip_limits.html.haml -%%WWWDIR%%/app/views/admin/application_settings/_koding.html.haml %%WWWDIR%%/app/views/admin/application_settings/_logging.html.haml %%WWWDIR%%/app/views/admin/application_settings/_outbound.html.haml %%WWWDIR%%/app/views/admin/application_settings/_pages.html.haml @@ -4650,7 +4700,6 @@ %%WWWDIR%%/app/views/admin/groups/index.html.haml %%WWWDIR%%/app/views/admin/groups/new.html.haml %%WWWDIR%%/app/views/admin/groups/show.html.haml -%%WWWDIR%%/app/views/admin/health_check/_failing_storages.html.haml %%WWWDIR%%/app/views/admin/health_check/show.html.haml %%WWWDIR%%/app/views/admin/hook_logs/_index.html.haml %%WWWDIR%%/app/views/admin/hook_logs/show.html.haml @@ -4707,6 +4756,22 @@ %%WWWDIR%%/app/views/ci/variables/_content.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 +%%WWWDIR%%/app/views/clusters/clusters/_banner.html.haml +%%WWWDIR%%/app/views/clusters/clusters/_cluster.html.haml +%%WWWDIR%%/app/views/clusters/clusters/_empty_state.html.haml +%%WWWDIR%%/app/views/clusters/clusters/_gcp_signup_offer_banner.html.haml +%%WWWDIR%%/app/views/clusters/clusters/_integration_form.html.haml +%%WWWDIR%%/app/views/clusters/clusters/_sidebar.html.haml +%%WWWDIR%%/app/views/clusters/clusters/gcp/_form.html.haml +%%WWWDIR%%/app/views/clusters/clusters/gcp/_header.html.haml +%%WWWDIR%%/app/views/clusters/clusters/gcp/_show.html.haml +%%WWWDIR%%/app/views/clusters/clusters/index.html.haml +%%WWWDIR%%/app/views/clusters/clusters/new.html.haml +%%WWWDIR%%/app/views/clusters/clusters/show.html.haml +%%WWWDIR%%/app/views/clusters/clusters/user/_form.html.haml +%%WWWDIR%%/app/views/clusters/clusters/user/_header.html.haml +%%WWWDIR%%/app/views/clusters/clusters/user/_show.html.haml %%WWWDIR%%/app/views/dashboard/_activities.html.haml %%WWWDIR%%/app/views/dashboard/_activity_head.html.haml %%WWWDIR%%/app/views/dashboard/_groups_head.html.haml @@ -4858,7 +4923,9 @@ %%WWWDIR%%/app/views/groups/runners/edit.html.haml %%WWWDIR%%/app/views/groups/settings/_advanced.html.haml %%WWWDIR%%/app/views/groups/settings/_general.html.haml +%%WWWDIR%%/app/views/groups/settings/_lfs.html.haml %%WWWDIR%%/app/views/groups/settings/_permissions.html.haml +%%WWWDIR%%/app/views/groups/settings/_two_factor_auth.html.haml %%WWWDIR%%/app/views/groups/settings/badges/index.html.haml %%WWWDIR%%/app/views/groups/settings/ci_cd/show.html.haml %%WWWDIR%%/app/views/groups/show.atom.builder @@ -4913,7 +4980,6 @@ %%WWWDIR%%/app/views/kaminari/gitlab/_paginator.html.haml %%WWWDIR%%/app/views/kaminari/gitlab/_prev_page.html.haml %%WWWDIR%%/app/views/kaminari/gitlab/_without_count.html.haml -%%WWWDIR%%/app/views/koding/index.html.haml %%WWWDIR%%/app/views/layouts/_broadcast.html.haml %%WWWDIR%%/app/views/layouts/_flash.html.haml %%WWWDIR%%/app/views/layouts/_google_analytics.html.haml @@ -4938,11 +5004,11 @@ %%WWWDIR%%/app/views/layouts/header/_current_user_dropdown.html.haml %%WWWDIR%%/app/views/layouts/header/_default.html.haml %%WWWDIR%%/app/views/layouts/header/_empty.html.haml +%%WWWDIR%%/app/views/layouts/header/_help_dropdown.html.haml %%WWWDIR%%/app/views/layouts/header/_new_dropdown.haml %%WWWDIR%%/app/views/layouts/header/_read_only_banner.html.haml %%WWWDIR%%/app/views/layouts/help.html.haml %%WWWDIR%%/app/views/layouts/instance_statistics.html.haml -%%WWWDIR%%/app/views/layouts/koding.html.haml %%WWWDIR%%/app/views/layouts/mailer.html.haml %%WWWDIR%%/app/views/layouts/mailer.text.erb %%WWWDIR%%/app/views/layouts/mailer/devise.html.haml @@ -4974,6 +5040,10 @@ %%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/closed_issue_email.html.haml %%WWWDIR%%/app/views/notify/closed_issue_email.text.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml @@ -5058,6 +5128,10 @@ %%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/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 +%%WWWDIR%%/app/views/notify/removed_milestone_merge_request_email.text.erb %%WWWDIR%%/app/views/notify/repository_push_email.html.haml %%WWWDIR%%/app/views/notify/repository_push_email.text.haml %%WWWDIR%%/app/views/notify/resolved_all_discussions_email.html.haml @@ -5187,28 +5261,11 @@ %%WWWDIR%%/app/views/projects/buttons/_download.html.haml %%WWWDIR%%/app/views/projects/buttons/_dropdown.html.haml %%WWWDIR%%/app/views/projects/buttons/_fork.html.haml -%%WWWDIR%%/app/views/projects/buttons/_koding.html.haml %%WWWDIR%%/app/views/projects/buttons/_star.html.haml %%WWWDIR%%/app/views/projects/buttons/_xcode_link.html.haml %%WWWDIR%%/app/views/projects/ci/builds/_build.html.haml %%WWWDIR%%/app/views/projects/ci/lints/_create.html.haml %%WWWDIR%%/app/views/projects/ci/lints/show.html.haml -%%WWWDIR%%/app/views/projects/clusters/_advanced_settings.html.haml -%%WWWDIR%%/app/views/projects/clusters/_banner.html.haml -%%WWWDIR%%/app/views/projects/clusters/_cluster.html.haml -%%WWWDIR%%/app/views/projects/clusters/_empty_state.html.haml -%%WWWDIR%%/app/views/projects/clusters/_gcp_signup_offer_banner.html.haml -%%WWWDIR%%/app/views/projects/clusters/_integration_form.html.haml -%%WWWDIR%%/app/views/projects/clusters/_sidebar.html.haml -%%WWWDIR%%/app/views/projects/clusters/gcp/_form.html.haml -%%WWWDIR%%/app/views/projects/clusters/gcp/_header.html.haml -%%WWWDIR%%/app/views/projects/clusters/gcp/_show.html.haml -%%WWWDIR%%/app/views/projects/clusters/index.html.haml -%%WWWDIR%%/app/views/projects/clusters/new.html.haml -%%WWWDIR%%/app/views/projects/clusters/show.html.haml -%%WWWDIR%%/app/views/projects/clusters/user/_form.html.haml -%%WWWDIR%%/app/views/projects/clusters/user/_header.html.haml -%%WWWDIR%%/app/views/projects/clusters/user/_show.html.haml %%WWWDIR%%/app/views/projects/commit/_ajax_signature.html.haml %%WWWDIR%%/app/views/projects/commit/_change.html.haml %%WWWDIR%%/app/views/projects/commit/_ci_menu.html.haml @@ -5504,14 +5561,10 @@ %%WWWDIR%%/app/views/projects/tags/new.html.haml %%WWWDIR%%/app/views/projects/tags/show.html.haml %%WWWDIR%%/app/views/projects/transfer.js.haml -%%WWWDIR%%/app/views/projects/tree/_blob_item.html.haml %%WWWDIR%%/app/views/projects/tree/_readme.html.haml -%%WWWDIR%%/app/views/projects/tree/_spinner.html.haml -%%WWWDIR%%/app/views/projects/tree/_submodule_item.html.haml %%WWWDIR%%/app/views/projects/tree/_tree_commit_column.html.haml %%WWWDIR%%/app/views/projects/tree/_tree_content.html.haml %%WWWDIR%%/app/views/projects/tree/_tree_header.html.haml -%%WWWDIR%%/app/views/projects/tree/_tree_item.html.haml %%WWWDIR%%/app/views/projects/tree/_tree_row.html.haml %%WWWDIR%%/app/views/projects/tree/_truncated_notice_tree_row.html.haml %%WWWDIR%%/app/views/projects/tree/show.html.haml @@ -5588,6 +5641,7 @@ %%WWWDIR%%/app/views/shared/_new_project_item_select.html.haml %%WWWDIR%%/app/views/shared/_no_password.html.haml %%WWWDIR%%/app/views/shared/_no_ssh.html.haml +%%WWWDIR%%/app/views/shared/_old_visibility_level.html.haml %%WWWDIR%%/app/views/shared/_outdated_browser.html.haml %%WWWDIR%%/app/views/shared/_personal_access_tokens_form.html.haml %%WWWDIR%%/app/views/shared/_personal_access_tokens_table.html.haml @@ -5897,6 +5951,7 @@ %%WWWDIR%%/app/workers/ci/build_schedule_worker.rb %%WWWDIR%%/app/workers/ci/build_trace_chunk_flush_worker.rb %%WWWDIR%%/app/workers/cluster_install_app_worker.rb +%%WWWDIR%%/app/workers/cluster_platform_configure_worker.rb %%WWWDIR%%/app/workers/cluster_provision_worker.rb %%WWWDIR%%/app/workers/cluster_wait_for_app_installation_worker.rb %%WWWDIR%%/app/workers/cluster_wait_for_ingress_ip_address_worker.rb @@ -5929,6 +5984,7 @@ %%WWWDIR%%/app/workers/delete_diff_files_worker.rb %%WWWDIR%%/app/workers/delete_merged_branches_worker.rb %%WWWDIR%%/app/workers/delete_user_worker.rb +%%WWWDIR%%/app/workers/deployments/success_worker.rb %%WWWDIR%%/app/workers/detect_repository_languages_worker.rb %%WWWDIR%%/app/workers/email_receiver_worker.rb %%WWWDIR%%/app/workers/emails_on_push_worker.rb @@ -6038,9 +6094,9 @@ @(git,,544) %%WWWDIR%%/bin/secpick @(git,,544) %%WWWDIR%%/bin/setup @(git,,544) %%WWWDIR%%/bin/spring -@(git,,544) %%WWWDIR%%/bin/storage_check @(git,,544) %%WWWDIR%%/bin/update @(git,,544) %%WWWDIR%%/bin/web +@(git,,544) %%WWWDIR%%/bin/web_puma @(git,,544) %%WWWDIR%%/bin/with_env %%WWWDIR%%/changelogs/archive.md %%WWWDIR%%/config.ru @@ -6073,6 +6129,7 @@ %%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 %%WWWDIR%%/config/initializers/active_record_locking.rb %%WWWDIR%%/config/initializers/active_record_migration.rb %%WWWDIR%%/config/initializers/active_record_mysql_timestamp.rb @@ -6085,7 +6142,6 @@ %%WWWDIR%%/config/initializers/ar5_pg_10_support.rb %%WWWDIR%%/config/initializers/ar_native_database_types.rb %%WWWDIR%%/config/initializers/ar_speed_up_migration_checking.rb -%%WWWDIR%%/config/initializers/asset_sync.rb %%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb %%WWWDIR%%/config/initializers/backtrace_silencers.rb %%WWWDIR%%/config/initializers/batch_loader.rb @@ -6105,6 +6161,7 @@ %%WWWDIR%%/config/initializers/doorkeeper.rb %%WWWDIR%%/config/initializers/doorkeeper_openid_connect.rb %%WWWDIR%%/config/initializers/etag_caching.rb +%%WWWDIR%%/config/initializers/fill_shards.rb %%WWWDIR%%/config/initializers/fix_local_cache_middleware.rb %%WWWDIR%%/config/initializers/flipper.rb %%WWWDIR%%/config/initializers/fog_google_https_private_urls.rb @@ -6120,6 +6177,7 @@ %%WWWDIR%%/config/initializers/kaminari_config.rb %%WWWDIR%%/config/initializers/kubeclient.rb %%WWWDIR%%/config/initializers/lograge.rb +%%WWWDIR%%/config/initializers/macos.rb %%WWWDIR%%/config/initializers/mime_types.rb %%WWWDIR%%/config/initializers/mini_magick.rb %%WWWDIR%%/config/initializers/mysql_ignore_postgresql_options.rb @@ -6137,6 +6195,7 @@ %%WWWDIR%%/config/initializers/rack_attack_global.rb %%WWWDIR%%/config/initializers/rack_attack_logging.rb %%WWWDIR%%/config/initializers/rack_lineprof.rb +%%WWWDIR%%/config/initializers/rbtrace.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***