From owner-svn-ports-head@freebsd.org Sun Sep 23 18:25:14 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 DD5D31094A04; Sun, 23 Sep 2018 18:25:13 +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 8263B7E298; Sun, 23 Sep 2018 18:25:13 +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 7792C66A1; Sun, 23 Sep 2018 18:25:13 +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 w8NIPDoc008876; Sun, 23 Sep 2018 18:25:13 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8NIPCuM008871; Sun, 23 Sep 2018 18:25:12 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201809231825.w8NIPCuM008871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sun, 23 Sep 2018 18:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480522 - 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: 480522 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 23 Sep 2018 18:25:14 -0000 Author: mfechner Date: Sun Sep 23 18:25:11 2018 New Revision: 480522 URL: https://svnweb.freebsd.org/changeset/ports/480522 Log: Update www/gitlab-ce to version 11.3.0. Changelog: https://about.gitlab.com/2018/09/22/gitlab-11-3-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/pkg-message head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Sun Sep 23 18:23:41 2018 (r480521) +++ head/www/gitlab-ce/Makefile Sun Sep 23 18:25:11 2018 (r480522) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.2.3 -PORTREVISION= 2 +PORTVERSION= 11.3.0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -17,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.1.1:devel/gitlab-shell \ - gitlab-workhorse>=5.1.0:www/gitlab-workhorse \ - gitaly>=0.117.2:devel/gitaly \ - gitlab-pages>=1.0.0:www/gitlab-pages \ + gitlab-shell>=8.3.3:devel/gitlab-shell \ + gitlab-workhorse>=6.1.0:www/gitlab-workhorse \ + gitaly>=0.120.0:devel/gitaly \ + gitlab-pages>=1.1.0:www/gitlab-pages \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ yarn>=0.17.0:www/yarn \ @@ -59,7 +58,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-attr_encrypted>=3.1.0:security/rubygem-attr_encrypted \ rubygem-u2f0>=0.2.1:net/rubygem-u2f0 \ rubygem-validates_hostname>=1.0.6:dns/rubygem-validates_hostname \ - rubygem-browser>=2.2:www/rubygem-browser \ + rubygem-browser>=2.5:www/rubygem-browser \ 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 \ @@ -74,17 +73,17 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-hashie-forbidden_attributes>=0:devel/rubygem-hashie-forbidden_attributes \ rubygem-kaminari-rails4>=1.0:www/rubygem-kaminari-rails4 \ rubygem-hamlit>=2.8.8:www/rubygem-hamlit \ - rubygem-carrierwave>=1.1:www/rubygem-carrierwave \ + rubygem-carrierwave>=1.2.3:www/rubygem-carrierwave \ rubygem-mini_magick>=0:graphics/rubygem-mini_magick \ rubygem-dropzonejs-rails07>=0.7.1:www/rubygem-dropzonejs-rails07 \ rubygem-fog-aws2>=2.0.1:net/rubygem-fog-aws2 \ rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \ - rubygem-fog-google13>=1.3.3:net/rubygem-fog-google13 \ + rubygem-fog-google>=1.7.1:net/rubygem-fog-google \ rubygem-fog-local>=0.3:net/rubygem-fog-local \ rubygem-fog-openstack02>=0.1:net/rubygem-fog-openstack02 \ rubygem-fog-rackspace>=0.1.1:net/rubygem-fog-rackspace \ rubygem-fog-aliyun02>=0.2.0:net/rubygem-fog-aliyun02 \ - rubygem-google-api-client>=0.19.8:devel/rubygem-google-api-client \ + rubygem-google-api-client>=0.23:devel/rubygem-google-api-client \ rubygem-unf>=0.1.4:textproc/rubygem-unf \ rubygem-seed-fu>=2.3.7:databases/rubygem-seed-fu \ rubygem-html-pipeline>=2.8:textproc/rubygem-html-pipeline \ @@ -115,11 +114,12 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \ rubygem-rufus-scheduler342>=3.4.0:devel/rubygem-rufus-scheduler342 \ rubygem-httparty>=0.13.3:www/rubygem-httparty \ - rubygem-rainbow2>=2.2:devel/rubygem-rainbow2 \ + rubygem-rainbow>=3.0:devel/rubygem-rainbow \ rubygem-ruby-progressbar>=0:devel/rubygem-ruby-progressbar \ rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \ rubygem-re2>=1.1.1:devel/rubygem-re2 \ rubygem-version_sorter21>=2.1.0:textproc/rubygem-version_sorter21 \ + rubygem-js_regex>=2.2.1:textproc/rubygem-js_regex \ rubygem-device_detector>=0:devel/rubygem-device_detector \ rubygem-redis-rails>=5.0.1:www/rubygem-redis-rails \ rubygem-redis3>=3.2:databases/rubygem-redis3 \ @@ -127,7 +127,6 @@ MY_DEPENDS= git>=2.16.2:devel/git \ 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-gemnasium-gitlab-service>=0.2:devel/rubygem-gemnasium-gitlab-service \ 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 \ @@ -185,7 +184,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>=0.113.0:net/rubygem-gitaly-proto \ + rubygem-gitaly-proto>=0.117.0:net/rubygem-gitaly-proto \ rubygem-grpc>=1.11.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 \ @@ -219,7 +218,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= 06cbee3bf9dd960380390c0a5df9b67a52a85ba9 +GL_COMMIT= 17bd59adecf525e5e0a42101d241d05e29228338 USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Sun Sep 23 18:23:41 2018 (r480521) +++ head/www/gitlab-ce/distinfo Sun Sep 23 18:25:11 2018 (r480522) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535876579 -SHA256 (gitlab-org-gitlab-ce-06cbee3bf9dd960380390c0a5df9b67a52a85ba9_GL0.tar.gz) = b7735a0589b4eaba762ee28e3d6ba2a3a3f788c82de1c3dffd57a5ad2b35dda5 -SIZE (gitlab-org-gitlab-ce-06cbee3bf9dd960380390c0a5df9b67a52a85ba9_GL0.tar.gz) = 52777352 +TIMESTAMP = 1537563375 +SHA256 (gitlab-org-gitlab-ce-17bd59adecf525e5e0a42101d241d05e29228338_GL0.tar.gz) = 7a3615de5c2359f10f5f0ec606871a3034546e7f5cf41f41809665fe56a11464 +SIZE (gitlab-org-gitlab-ce-17bd59adecf525e5e0a42101d241d05e29228338_GL0.tar.gz) = 42430478 Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Sun Sep 23 18:23:41 2018 (r480521) +++ head/www/gitlab-ce/files/patch-Gemfile Sun Sep 23 18:25:11 2018 (r480522) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-08-22 22:40:32 UTC +--- Gemfile.orig 2018-09-21 11:36:34 UTC +++ Gemfile @@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', gem_versions['default_value_for'] @@ -9,16 +9,7 @@ gem 'pg', '~> 0.18.2', group: :postgres gem 'rugged', '~> 0.27' -@@ -123,7 +123,7 @@ gem 'fog-rackspace', '~> 0.1.1' - gem 'fog-aliyun', '~> 0.2.0' - - # for Google storage --gem 'google-api-client', '~> 0.19.8' -+gem 'google-api-client', '>= 0.19.8' - - # for aws storage - gem 'unf', '~> 0.1.4' -@@ -177,7 +177,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req +@@ -179,7 +179,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -26,8 +17,8 @@ +gem 'httparty', '>= 0.13.3' # Colored output to console - gem 'rainbow', '~> 2.2' -@@ -294,7 +294,7 @@ gem 'batch-loader', '~> 1.2.1' + gem 'rainbow', '~> 3.0' +@@ -296,7 +296,7 @@ gem 'batch-loader', '~> 1.2.1' # Perf bar gem 'peek', '~> 1.0.1' gem 'peek-gc', '~> 0.0.2' @@ -36,7 +27,7 @@ gem 'peek-pg', '~> 1.3.0', group: :postgres gem 'peek-rblineprof', '~> 0.2.0' gem 'peek-redis', '~> 1.2.0' -@@ -302,96 +302,11 @@ gem 'peek-sidekiq', '~> 1.0.3' +@@ -304,96 +304,11 @@ gem 'peek-sidekiq', '~> 1.0.3' # Metrics group :metrics do @@ -101,12 +92,11 @@ - gem 'scss_lint', '~> 0.56.0', require: false - gem 'haml_lint', '~> 0.26.0', require: false - gem 'simplecov', '~> 0.14.0', require: false -- gem 'flay', '~> 2.10.0', require: false - gem 'bundler-audit', '~> 0.5.0', require: false - - gem 'benchmark-ips', '~> 2.3.0', require: false - -- gem 'license_finder', '~> 3.1', require: false +- gem 'license_finder', '~> 5.4', require: false - gem 'knapsack', '~> 1.16' - - gem 'activerecord_sane_schema_dumper', gem_versions['activerecord_sane_schema_dumper'] @@ -128,6 +118,7 @@ - gem 'sham_rack', '~> 1.3.6' - gem 'concurrent-ruby', '~> 1.0.5' - gem 'test-prof', '~> 0.2.5' +- gem 'rspec_junit_formatter' -end - gem 'octokit', '~> 4.9' Modified: head/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_gitlab.yml.example Sun Sep 23 18:23:41 2018 (r480521) +++ head/www/gitlab-ce/files/patch-config_gitlab.yml.example Sun Sep 23 18:25:11 2018 (r480522) @@ -1,4 +1,4 @@ ---- config/gitlab.yml.example.orig 2018-08-22 22:40:32 UTC +--- config/gitlab.yml.example.orig 2018-09-21 11:36:34 UTC +++ config/gitlab.yml.example @@ -223,7 +223,7 @@ production: &base # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages @@ -9,7 +9,7 @@ ## Mattermost ## For enabling Add to Mattermost button -@@ -582,7 +582,7 @@ production: &base +@@ -585,7 +585,7 @@ production: &base # Gitaly settings gitaly: # Path to the directory containing Gitaly client executables. @@ -18,7 +18,7 @@ # Default Gitaly authentication token. Can be overriden per storage. Can # be left blank when Gitaly is running locally on a Unix socket, which # is the normal way to deploy Gitaly. -@@ -600,8 +600,8 @@ production: &base +@@ -603,8 +603,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 -@@ -629,12 +629,12 @@ production: &base +@@ -632,12 +632,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -45,7 +45,7 @@ # Git over HTTP upload_pack: true -@@ -655,7 +655,7 @@ production: &base +@@ -658,7 +658,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Modified: head/www/gitlab-ce/pkg-message ============================================================================== --- head/www/gitlab-ce/pkg-message Sun Sep 23 18:23:41 2018 (r480521) +++ head/www/gitlab-ce/pkg-message Sun Sep 23 18:25:11 2018 (r480522) @@ -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.2-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/11.3-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 11.1.x to 11.2.x, please follow the instructions in the guide at: +switched from 11.2.x to 11.3.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.1-11.2-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.2-11.3-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 Sun Sep 23 18:23:41 2018 (r480521) +++ head/www/gitlab-ce/pkg-plist Sun Sep 23 18:25:11 2018 (r480522) @@ -3,16 +3,20 @@ %%WWWDIR%%/.csscomb.json %%WWWDIR%%/.eslintignore %%WWWDIR%%/.eslintrc.yml -%%WWWDIR%%/.flayignore %%WWWDIR%%/.foreman %%WWWDIR%%/.gitattributes %%WWWDIR%%/.github/ISSUE_TEMPLATE.md %%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md %%WWWDIR%%/.gitlab-ci.yml +%%WWWDIR%%/.gitlab/CODEOWNERS +%%WWWDIR%%/.gitlab/issue_templates/Acceptance_Testing.md %%WWWDIR%%/.gitlab/issue_templates/Bug.md +%%WWWDIR%%/.gitlab/issue_templates/Documentation.md %%WWWDIR%%/.gitlab/issue_templates/Feature proposal.md %%WWWDIR%%/.gitlab/issue_templates/Research proposal.md %%WWWDIR%%/.gitlab/issue_templates/Security developer workflow.md +%%WWWDIR%%/.gitlab/issue_templates/Test plan.md +%%WWWDIR%%/.gitlab/merge_request_templates/Change documentation location.md %%WWWDIR%%/.gitlab/merge_request_templates/Database changes.md %%WWWDIR%%/.gitlab/merge_request_templates/Documentation.md %%WWWDIR%%/.gitlab/route-map.yml @@ -44,6 +48,7 @@ %%WWWDIR%%/README.md %%WWWDIR%%/Rakefile %%WWWDIR%%/VERSION +%%WWWDIR%%/app/assets/images/auth_buttons/auth0_64.png %%WWWDIR%%/app/assets/images/auth_buttons/authentiq_64.png %%WWWDIR%%/app/assets/images/auth_buttons/azure_64.png %%WWWDIR%%/app/assets/images/auth_buttons/bitbucket_64.png @@ -51,6 +56,8 @@ %%WWWDIR%%/app/assets/images/auth_buttons/github_64.png %%WWWDIR%%/app/assets/images/auth_buttons/gitlab_64.png %%WWWDIR%%/app/assets/images/auth_buttons/google_64.png +%%WWWDIR%%/app/assets/images/auth_buttons/jwt_64.png +%%WWWDIR%%/app/assets/images/auth_buttons/shibboleth_64.png %%WWWDIR%%/app/assets/images/auth_buttons/signin_with_google.png %%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png %%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_canceled.ico @@ -2001,7 +2008,6 @@ %%WWWDIR%%/app/assets/javascripts/boards/services/board_service.js %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js %%WWWDIR%%/app/assets/javascripts/boards/stores/modal_store.js -%%WWWDIR%%/app/assets/javascripts/boards/utils/query_data.js %%WWWDIR%%/app/assets/javascripts/branches/branches_delete_modal.js %%WWWDIR%%/app/assets/javascripts/breadcrumb.js %%WWWDIR%%/app/assets/javascripts/breakpoints.js @@ -2015,7 +2021,6 @@ %%WWWDIR%%/app/assets/javascripts/clusters/clusters_index.js %%WWWDIR%%/app/assets/javascripts/clusters/components/application_row.vue %%WWWDIR%%/app/assets/javascripts/clusters/components/applications.vue -%%WWWDIR%%/app/assets/javascripts/clusters/components/gcp_signup_offer.js %%WWWDIR%%/app/assets/javascripts/clusters/constants.js %%WWWDIR%%/app/assets/javascripts/clusters/event_hub.js %%WWWDIR%%/app/assets/javascripts/clusters/services/clusters_service.js @@ -2114,6 +2119,7 @@ %%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/dismissable_callout.js %%WWWDIR%%/app/assets/javascripts/dispatcher.js %%WWWDIR%%/app/assets/javascripts/docs/docs_bundle.js %%WWWDIR%%/app/assets/javascripts/droplab/constants.js @@ -2232,6 +2238,7 @@ %%WWWDIR%%/app/assets/javascripts/ide/components/branches/search_list.vue %%WWWDIR%%/app/assets/javascripts/ide/components/changed_file_icon.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/actions.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/editor_header.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/empty_state.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/form.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list.vue @@ -2247,6 +2254,8 @@ %%WWWDIR%%/app/assets/javascripts/ide/components/external_link.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_finder/index.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_finder/item.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/file_templates/bar.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/file_templates/dropdown.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_header.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_review.vue @@ -2319,6 +2328,12 @@ %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutation_types.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutations.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/file_templates/actions.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/file_templates/getters.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/file_templates/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/file_templates/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/file_templates/mutations.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/file_templates/state.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/actions.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/constants.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/index.js @@ -2386,12 +2401,28 @@ %%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/header.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 %%WWWDIR%%/app/assets/javascripts/jobs/components/sidebar_detail_row.vue %%WWWDIR%%/app/assets/javascripts/jobs/components/sidebar_details_block.vue +%%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/job_details_mediator.js %%WWWDIR%%/app/assets/javascripts/jobs/services/job_service.js +%%WWWDIR%%/app/assets/javascripts/jobs/store/actions.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/stores/job_store.js %%WWWDIR%%/app/assets/javascripts/label_manager.js %%WWWDIR%%/app/assets/javascripts/labels.js @@ -2431,6 +2462,7 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/users_cache.js %%WWWDIR%%/app/assets/javascripts/line_highlighter.js +%%WWWDIR%%/app/assets/javascripts/locale/ensure_single_line.js @(git,,) %%WWWDIR%%/app/assets/javascripts/locale/index.js %%WWWDIR%%/app/assets/javascripts/locale/sprintf.js %%WWWDIR%%/app/assets/javascripts/logo.js @@ -2531,7 +2563,9 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/abuse_reports.js %%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/admin.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/account_and_limits.js %%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/index.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/usage_ping_payload.js %%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/broadcast_message.js %%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/groups/edit/index.js @@ -2548,6 +2582,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/admin/users/index.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/users/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/constants.js %%WWWDIR%%/app/assets/javascripts/pages/dashboard/activity/index.js %%WWWDIR%%/app/assets/javascripts/pages/dashboard/groups/index/index.js @@ -2575,6 +2610,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/groups/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/groups/show/group_tabs.js %%WWWDIR%%/app/assets/javascripts/pages/groups/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/help/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/help/show/index.js @@ -2582,8 +2618,6 @@ %%WWWDIR%%/app/assets/javascripts/pages/ide/index.js %%WWWDIR%%/app/assets/javascripts/pages/import/fogbugz/new_user_map/index.js %%WWWDIR%%/app/assets/javascripts/pages/import/gitlab_projects/new/index.js -%%WWWDIR%%/app/assets/javascripts/pages/instance_statistics/cohorts/index.js -%%WWWDIR%%/app/assets/javascripts/pages/instance_statistics/cohorts/usage_ping.js %%WWWDIR%%/app/assets/javascripts/pages/instance_statistics/conversational_development_index/index.js %%WWWDIR%%/app/assets/javascripts/pages/ldap/omniauth_callbacks/index.js %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/components/delete_milestone_modal.vue @@ -2697,11 +2731,11 @@ %%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/services/edit/index.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/badges/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/ci_cd/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/create_deploy_token/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/form.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/show/mirror_repos.js %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_feature_setting.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_setting_row.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue @@ -2817,6 +2851,7 @@ %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit_list.js %%WWWDIR%%/app/assets/javascripts/raven/index.js %%WWWDIR%%/app/assets/javascripts/raven/raven_config.js +%%WWWDIR%%/app/assets/javascripts/read_more.js %%WWWDIR%%/app/assets/javascripts/ref_select_dropdown.js %%WWWDIR%%/app/assets/javascripts/registry/components/app.vue %%WWWDIR%%/app/assets/javascripts/registry/components/collapsible_container.vue @@ -2829,7 +2864,15 @@ %%WWWDIR%%/app/assets/javascripts/registry/stores/mutation_types.js %%WWWDIR%%/app/assets/javascripts/registry/stores/mutations.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 +%%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_link.vue +%%WWWDIR%%/app/assets/javascripts/reports/components/report_section.vue +%%WWWDIR%%/app/assets/javascripts/reports/components/summary_row.vue %%WWWDIR%%/app/assets/javascripts/reports/components/test_issue_body.vue %%WWWDIR%%/app/assets/javascripts/reports/constants.js %%WWWDIR%%/app/assets/javascripts/reports/store/actions.js @@ -2906,6 +2949,7 @@ %%WWWDIR%%/app/assets/javascripts/u2f/register.js %%WWWDIR%%/app/assets/javascripts/u2f/util.js %%WWWDIR%%/app/assets/javascripts/ui_development_kit.js +%%WWWDIR%%/app/assets/javascripts/usage_ping_consent.js %%WWWDIR%%/app/assets/javascripts/user_callout.js %%WWWDIR%%/app/assets/javascripts/users_select.js %%WWWDIR%%/app/assets/javascripts/version_check_image.js @@ -2999,15 +3043,6 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/project_avatar/default.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/project_avatar/image.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/recaptcha_modal.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/constants.js -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/issue_body.js -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/issue_status_icon.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/issues_list.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/modal_open_name.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/report_issues.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/report_link.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/report_section.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/reports/summary_row.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_calendar_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_grouped_date_picker.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/date_picker.vue @@ -3029,6 +3064,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/tabs/tabs.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/time_ago_tooltip.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/toggle_button.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/tooltip_on_truncate.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/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_svg.vue @@ -3095,6 +3131,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/pagination.scss %%WWWDIR%%/app/assets/stylesheets/framework/panels.scss %%WWWDIR%%/app/assets/stylesheets/framework/popup.scss +%%WWWDIR%%/app/assets/stylesheets/framework/read_more.scss %%WWWDIR%%/app/assets/stylesheets/framework/responsive_tables.scss %%WWWDIR%%/app/assets/stylesheets/framework/secondary_navigation_elements.scss %%WWWDIR%%/app/assets/stylesheets/framework/selects.scss @@ -3109,6 +3146,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/tooltips.scss %%WWWDIR%%/app/assets/stylesheets/framework/typography.scss %%WWWDIR%%/app/assets/stylesheets/framework/variables.scss +%%WWWDIR%%/app/assets/stylesheets/framework/variables_overrides.scss %%WWWDIR%%/app/assets/stylesheets/framework/vue_transitions.scss %%WWWDIR%%/app/assets/stylesheets/framework/wells.scss %%WWWDIR%%/app/assets/stylesheets/framework/zen.scss @@ -3247,6 +3285,7 @@ %%WWWDIR%%/app/controllers/concerns/requires_whitelisted_monitoring_client.rb %%WWWDIR%%/app/controllers/concerns/routable_actions.rb %%WWWDIR%%/app/controllers/concerns/send_file_upload.rb +%%WWWDIR%%/app/controllers/concerns/sends_blob.rb %%WWWDIR%%/app/controllers/concerns/service_params.rb %%WWWDIR%%/app/controllers/concerns/snippets_actions.rb %%WWWDIR%%/app/controllers/concerns/spammable_actions.rb @@ -3279,7 +3318,6 @@ %%WWWDIR%%/app/controllers/groups/labels_controller.rb %%WWWDIR%%/app/controllers/groups/milestones_controller.rb %%WWWDIR%%/app/controllers/groups/runners_controller.rb -%%WWWDIR%%/app/controllers/groups/settings/badges_controller.rb %%WWWDIR%%/app/controllers/groups/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/groups/shared_projects_controller.rb %%WWWDIR%%/app/controllers/groups/uploads_controller.rb @@ -3397,7 +3435,6 @@ %%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb %%WWWDIR%%/app/controllers/projects/runners_controller.rb %%WWWDIR%%/app/controllers/projects/services_controller.rb -%%WWWDIR%%/app/controllers/projects/settings/badges_controller.rb %%WWWDIR%%/app/controllers/projects/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/projects/settings/integrations_controller.rb %%WWWDIR%%/app/controllers/projects/settings/repository_controller.rb @@ -3429,7 +3466,11 @@ %%WWWDIR%%/app/finders/README.md %%WWWDIR%%/app/finders/access_requests_finder.rb %%WWWDIR%%/app/finders/admin/projects_finder.rb -%%WWWDIR%%/app/finders/autocomplete_users_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 +%%WWWDIR%%/app/finders/autocomplete/users_finder.rb +%%WWWDIR%%/app/finders/awarded_emoji_finder.rb %%WWWDIR%%/app/finders/branches_finder.rb %%WWWDIR%%/app/finders/clusters_finder.rb %%WWWDIR%%/app/finders/concerns/created_at_filter.rb @@ -3449,11 +3490,11 @@ %%WWWDIR%%/app/finders/issues_finder.rb %%WWWDIR%%/app/finders/joined_groups_finder.rb %%WWWDIR%%/app/finders/labels_finder.rb +%%WWWDIR%%/app/finders/license_template_finder.rb %%WWWDIR%%/app/finders/members_finder.rb %%WWWDIR%%/app/finders/merge_request_target_project_finder.rb %%WWWDIR%%/app/finders/merge_requests_finder.rb %%WWWDIR%%/app/finders/milestones_finder.rb -%%WWWDIR%%/app/finders/move_to_project_finder.rb %%WWWDIR%%/app/finders/notes_finder.rb %%WWWDIR%%/app/finders/personal_access_tokens_finder.rb %%WWWDIR%%/app/finders/personal_projects_finder.rb @@ -3463,8 +3504,10 @@ %%WWWDIR%%/app/finders/runner_jobs_finder.rb %%WWWDIR%%/app/finders/snippets_finder.rb %%WWWDIR%%/app/finders/tags_finder.rb +%%WWWDIR%%/app/finders/template_finder.rb %%WWWDIR%%/app/finders/todos_finder.rb %%WWWDIR%%/app/finders/union_finder.rb +%%WWWDIR%%/app/finders/user_finder.rb %%WWWDIR%%/app/finders/user_recent_events_finder.rb %%WWWDIR%%/app/finders/users_finder.rb %%WWWDIR%%/app/graphql/functions/base_function.rb @@ -3524,6 +3567,7 @@ %%WWWDIR%%/app/helpers/compare_helper.rb %%WWWDIR%%/app/helpers/components_helper.rb %%WWWDIR%%/app/helpers/conversational_development_index_helper.rb +%%WWWDIR%%/app/helpers/cookies_helper.rb %%WWWDIR%%/app/helpers/count_helper.rb %%WWWDIR%%/app/helpers/dashboard_helper.rb %%WWWDIR%%/app/helpers/defer_script_tag_helper.rb @@ -3559,6 +3603,7 @@ %%WWWDIR%%/app/helpers/merge_requests_helper.rb %%WWWDIR%%/app/helpers/milestones_helper.rb %%WWWDIR%%/app/helpers/milestones_routing_helper.rb +%%WWWDIR%%/app/helpers/mirror_helper.rb %%WWWDIR%%/app/helpers/namespaces_helper.rb %%WWWDIR%%/app/helpers/nav_helper.rb %%WWWDIR%%/app/helpers/notes_helper.rb @@ -3603,6 +3648,7 @@ %%WWWDIR%%/app/mailers/base_mailer.rb %%WWWDIR%%/app/mailers/devise_mailer.rb %%WWWDIR%%/app/mailers/email_rejection_mailer.rb +%%WWWDIR%%/app/mailers/emails/auto_devops.rb %%WWWDIR%%/app/mailers/emails/issues.rb %%WWWDIR%%/app/mailers/emails/members.rb %%WWWDIR%%/app/mailers/emails/merge_requests.rb @@ -3754,9 +3800,11 @@ %%WWWDIR%%/app/models/concerns/milestoneish.rb %%WWWDIR%%/app/models/concerns/note_on_diff.rb %%WWWDIR%%/app/models/concerns/noteable.rb +%%WWWDIR%%/app/models/concerns/optionally_search.rb %%WWWDIR%%/app/models/concerns/participable.rb %%WWWDIR%%/app/models/concerns/presentable.rb %%WWWDIR%%/app/models/concerns/project_features_compatibility.rb +%%WWWDIR%%/app/models/concerns/project_services_loggable.rb %%WWWDIR%%/app/models/concerns/prometheus_adapter.rb %%WWWDIR%%/app/models/concerns/protected_branch_access.rb %%WWWDIR%%/app/models/concerns/protected_ref.rb @@ -3838,6 +3886,7 @@ %%WWWDIR%%/app/models/group_label.rb %%WWWDIR%%/app/models/group_milestone.rb %%WWWDIR%%/app/models/guest.rb +%%WWWDIR%%/app/models/hooks/active_hook_filter.rb %%WWWDIR%%/app/models/hooks/project_hook.rb %%WWWDIR%%/app/models/hooks/service_hook.rb %%WWWDIR%%/app/models/hooks/system_hook.rb @@ -3855,12 +3904,14 @@ %%WWWDIR%%/app/models/key.rb %%WWWDIR%%/app/models/label.rb %%WWWDIR%%/app/models/label_link.rb +%%WWWDIR%%/app/models/label_note.rb %%WWWDIR%%/app/models/label_priority.rb %%WWWDIR%%/app/models/legacy_diff_discussion.rb %%WWWDIR%%/app/models/legacy_diff_note.rb %%WWWDIR%%/app/models/lfs_file_lock.rb %%WWWDIR%%/app/models/lfs_object.rb %%WWWDIR%%/app/models/lfs_objects_project.rb +%%WWWDIR%%/app/models/license_template.rb %%WWWDIR%%/app/models/list.rb %%WWWDIR%%/app/models/member.rb %%WWWDIR%%/app/models/members/group_member.rb @@ -3921,7 +3972,6 @@ %%WWWDIR%%/app/models/project_services/emails_on_push_service.rb %%WWWDIR%%/app/models/project_services/external_wiki_service.rb %%WWWDIR%%/app/models/project_services/flowdock_service.rb -%%WWWDIR%%/app/models/project_services/gemnasium_service.rb %%WWWDIR%%/app/models/project_services/gitlab_issue_tracker_service.rb %%WWWDIR%%/app/models/project_services/hangouts_chat_service.rb %%WWWDIR%%/app/models/project_services/hipchat_service.rb @@ -3950,17 +4000,18 @@ %%WWWDIR%%/app/models/project_statistics.rb %%WWWDIR%%/app/models/project_team.rb %%WWWDIR%%/app/models/project_wiki.rb +%%WWWDIR%%/app/models/prometheus_metric.rb %%WWWDIR%%/app/models/protectable_dropdown.rb %%WWWDIR%%/app/models/protected_branch.rb %%WWWDIR%%/app/models/protected_branch/merge_access_level.rb %%WWWDIR%%/app/models/protected_branch/push_access_level.rb -%%WWWDIR%%/app/models/protected_ref_matcher.rb %%WWWDIR%%/app/models/protected_tag.rb %%WWWDIR%%/app/models/protected_tag/create_access_level.rb %%WWWDIR%%/app/models/push_event.rb %%WWWDIR%%/app/models/push_event_payload.rb %%WWWDIR%%/app/models/readme_blob.rb %%WWWDIR%%/app/models/redirect_route.rb +%%WWWDIR%%/app/models/ref_matcher.rb %%WWWDIR%%/app/models/release.rb %%WWWDIR%%/app/models/remote_mirror.rb %%WWWDIR%%/app/models/repository.rb @@ -4003,6 +4054,7 @@ %%WWWDIR%%/app/policies/ci/runner_policy.rb %%WWWDIR%%/app/policies/ci/trigger_policy.rb %%WWWDIR%%/app/policies/clusters/cluster_policy.rb +%%WWWDIR%%/app/policies/commit_policy.rb %%WWWDIR%%/app/policies/commit_status_policy.rb %%WWWDIR%%/app/policies/concerns/policy_actor.rb %%WWWDIR%%/app/policies/deploy_key_policy.rb @@ -4088,6 +4140,9 @@ %%WWWDIR%%/app/serializers/deployment_entity.rb %%WWWDIR%%/app/serializers/deployment_serializer.rb %%WWWDIR%%/app/serializers/diff_file_entity.rb +%%WWWDIR%%/app/serializers/diff_line_entity.rb +%%WWWDIR%%/app/serializers/diff_line_parallel_entity.rb +%%WWWDIR%%/app/serializers/diff_line_serializer.rb %%WWWDIR%%/app/serializers/diffs_entity.rb %%WWWDIR%%/app/serializers/diffs_serializer.rb %%WWWDIR%%/app/serializers/discussion_entity.rb @@ -4122,6 +4177,8 @@ %%WWWDIR%%/app/serializers/merge_request_serializer.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 +%%WWWDIR%%/app/serializers/move_to_project_serializer.rb %%WWWDIR%%/app/serializers/note_attachment_entity.rb %%WWWDIR%%/app/serializers/note_entity.rb %%WWWDIR%%/app/serializers/note_user_entity.rb @@ -4130,6 +4187,7 @@ %%WWWDIR%%/app/serializers/pipeline_serializer.rb %%WWWDIR%%/app/serializers/project_entity.rb %%WWWDIR%%/app/serializers/project_mirror_entity.rb +%%WWWDIR%%/app/serializers/project_mirror_serializer.rb %%WWWDIR%%/app/serializers/project_note_entity.rb %%WWWDIR%%/app/serializers/project_note_serializer.rb %%WWWDIR%%/app/serializers/project_serializer.rb @@ -4182,6 +4240,7 @@ %%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 +%%WWWDIR%%/app/services/ci/enqueue_build_service.rb %%WWWDIR%%/app/services/ci/ensure_stage_service.rb %%WWWDIR%%/app/services/ci/extract_sections_from_build_trace_service.rb %%WWWDIR%%/app/services/ci/fetch_kubernetes_token_service.rb @@ -4210,6 +4269,7 @@ %%WWWDIR%%/app/services/commits/cherry_pick_service.rb %%WWWDIR%%/app/services/commits/create_service.rb %%WWWDIR%%/app/services/commits/revert_service.rb +%%WWWDIR%%/app/services/commits/tag_service.rb %%WWWDIR%%/app/services/compare_service.rb %%WWWDIR%%/app/services/concerns/exclusive_lease_guard.rb %%WWWDIR%%/app/services/concerns/issues/resolve_discussions.rb @@ -4260,8 +4320,8 @@ %%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/fetch_referenced_merge_requests_service.rb %%WWWDIR%%/app/services/issues/move_service.rb +%%WWWDIR%%/app/services/issues/referenced_merge_requests_service.rb %%WWWDIR%%/app/services/issues/reopen_service.rb %%WWWDIR%%/app/services/issues/update_service.rb %%WWWDIR%%/app/services/keys/base_service.rb @@ -4331,11 +4391,13 @@ %%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/auto_devops/disable_service.rb %%WWWDIR%%/app/services/projects/autocomplete_service.rb %%WWWDIR%%/app/services/projects/base_move_relations_service.rb %%WWWDIR%%/app/services/projects/batch_count_service.rb %%WWWDIR%%/app/services/projects/batch_forks_count_service.rb %%WWWDIR%%/app/services/projects/batch_open_issues_count_service.rb +%%WWWDIR%%/app/services/projects/container_repository/destroy_service.rb %%WWWDIR%%/app/services/projects/count_service.rb %%WWWDIR%%/app/services/projects/create_from_template_service.rb %%WWWDIR%%/app/services/projects/create_service.rb @@ -4392,10 +4454,12 @@ %%WWWDIR%%/app/services/protected_tags/update_service.rb %%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/repair_ldap_blocked_user_service.rb %%WWWDIR%%/app/services/repository_archive_clean_up_service.rb %%WWWDIR%%/app/services/reset_project_cache_service.rb %%WWWDIR%%/app/services/resource_events/change_labels_service.rb +%%WWWDIR%%/app/services/resource_events/merge_into_notes_service.rb %%WWWDIR%%/app/services/search/global_service.rb %%WWWDIR%%/app/services/search/group_service.rb %%WWWDIR%%/app/services/search/project_service.rb @@ -4441,6 +4505,7 @@ %%WWWDIR%%/app/services/wiki_pages/create_service.rb %%WWWDIR%%/app/services/wiki_pages/destroy_service.rb %%WWWDIR%%/app/services/wiki_pages/update_service.rb +%%WWWDIR%%/app/services/wikis/create_attachment_service.rb %%WWWDIR%%/app/uploaders/attachment_uploader.rb %%WWWDIR%%/app/uploaders/avatar_uploader.rb %%WWWDIR%%/app/uploaders/favicon_uploader.rb @@ -4458,6 +4523,7 @@ %%WWWDIR%%/app/uploaders/uploader_helper.rb %%WWWDIR%%/app/uploaders/workhorse.rb %%WWWDIR%%/app/validators/abstract_path_validator.rb +%%WWWDIR%%/app/validators/branch_filter_validator.rb %%WWWDIR%%/app/validators/certificate_fingerprint_validator.rb %%WWWDIR%%/app/validators/certificate_key_validator.rb %%WWWDIR%%/app/validators/certificate_validator.rb @@ -4467,6 +4533,7 @@ %%WWWDIR%%/app/validators/cron_validator.rb %%WWWDIR%%/app/validators/duration_validator.rb %%WWWDIR%%/app/validators/email_validator.rb +%%WWWDIR%%/app/validators/js_regex_validator.rb %%WWWDIR%%/app/validators/key_restriction_validator.rb %%WWWDIR%%/app/validators/line_code_validator.rb %%WWWDIR%%/app/validators/namespace_name_validator.rb @@ -4694,6 +4761,7 @@ %%WWWDIR%%/app/views/events/event/_common.html.haml %%WWWDIR%%/app/views/events/event/_created_project.html.haml %%WWWDIR%%/app/views/events/event/_note.html.haml +%%WWWDIR%%/app/views/events/event/_private.html.haml %%WWWDIR%%/app/views/events/event/_push.html.haml %%WWWDIR%%/app/views/explore/_head.html.haml %%WWWDIR%%/app/views/explore/groups/_groups.html.haml @@ -4707,11 +4775,13 @@ %%WWWDIR%%/app/views/explore/projects/trending.html.haml %%WWWDIR%%/app/views/explore/snippets/index.html.haml %%WWWDIR%%/app/views/groups/_activities.html.haml -%%WWWDIR%%/app/views/groups/_children.html.haml +%%WWWDIR%%/app/views/groups/_archived_projects.html.haml %%WWWDIR%%/app/views/groups/_create_chat_team.html.haml %%WWWDIR%%/app/views/groups/_group_admin_settings.html.haml %%WWWDIR%%/app/views/groups/_home_panel.html.haml %%WWWDIR%%/app/views/groups/_projects.html.haml +%%WWWDIR%%/app/views/groups/_shared_projects.html.haml +%%WWWDIR%%/app/views/groups/_subgroups_and_projects.html.haml %%WWWDIR%%/app/views/groups/activity.html.haml %%WWWDIR%%/app/views/groups/boards/index.html.haml %%WWWDIR%%/app/views/groups/boards/show.html.haml @@ -4815,6 +4885,7 @@ %%WWWDIR%%/app/views/layouts/devise_empty.html.haml %%WWWDIR%%/app/views/layouts/errors.html.haml %%WWWDIR%%/app/views/layouts/explore.html.haml +%%WWWDIR%%/app/views/layouts/fullscreen.html.haml %%WWWDIR%%/app/views/layouts/group.html.haml %%WWWDIR%%/app/views/layouts/group_settings.html.haml %%WWWDIR%%/app/views/layouts/header/_current_user_dropdown.html.haml @@ -4839,7 +4910,6 @@ %%WWWDIR%%/app/views/layouts/nav/sidebar/_instance_statistics.html.haml %%WWWDIR%%/app/views/layouts/nav/sidebar/_profile.html.haml %%WWWDIR%%/app/views/layouts/nav/sidebar/_project.html.haml -%%WWWDIR%%/app/views/layouts/nav_only.html.haml %%WWWDIR%%/app/views/layouts/notify.html.haml %%WWWDIR%%/app/views/layouts/notify.text.erb %%WWWDIR%%/app/views/layouts/oauth_error.html.haml @@ -4850,10 +4920,13 @@ %%WWWDIR%%/app/views/layouts/snippets.html.haml %%WWWDIR%%/app/views/layouts/terms.html.haml %%WWWDIR%%/app/views/layouts/xml.atom.builder +%%WWWDIR%%/app/views/notify/_failed_builds.html.haml %%WWWDIR%%/app/views/notify/_note_email.html.haml %%WWWDIR%%/app/views/notify/_note_email.text.erb %%WWWDIR%%/app/views/notify/_relabeled_issuable_email.html.haml %%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/closed_issue_email.html.haml %%WWWDIR%%/app/views/notify/closed_issue_email.text.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml @@ -5121,6 +5194,7 @@ %%WWWDIR%%/app/views/projects/cycle_analytics/_no_access.html.haml %%WWWDIR%%/app/views/projects/cycle_analytics/_overview.html.haml %%WWWDIR%%/app/views/projects/cycle_analytics/show.html.haml +%%WWWDIR%%/app/views/projects/default_branch/_show.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/_form.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/_index.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/edit.html.haml @@ -5256,6 +5330,7 @@ %%WWWDIR%%/app/views/projects/merge_requests/show.html.haml %%WWWDIR%%/app/views/projects/merge_requests/widget/_commit_change_content.html.haml %%WWWDIR%%/app/views/projects/merge_requests/widget/open/_error.html.haml +%%WWWDIR%%/app/views/projects/milestones/_deprecation_message.html.haml %%WWWDIR%%/app/views/projects/milestones/_form.html.haml %%WWWDIR%%/app/views/projects/milestones/_milestone.html.haml %%WWWDIR%%/app/views/projects/milestones/edit.html.haml @@ -5264,7 +5339,8 @@ %%WWWDIR%%/app/views/projects/milestones/show.html.haml %%WWWDIR%%/app/views/projects/milestones/update.js.haml %%WWWDIR%%/app/views/projects/mirrors/_instructions.html.haml -%%WWWDIR%%/app/views/projects/mirrors/_push.html.haml +%%WWWDIR%%/app/views/projects/mirrors/_mirror_repos.html.haml +%%WWWDIR%%/app/views/projects/mirrors/_mirror_repos_form.html.haml %%WWWDIR%%/app/views/projects/mirrors/_show.html.haml %%WWWDIR%%/app/views/projects/network/_head.html.haml %%WWWDIR%%/app/views/projects/network/show.html.haml @@ -5303,8 +5379,8 @@ %%WWWDIR%%/app/views/projects/pipelines/new.html.haml %%WWWDIR%%/app/views/projects/pipelines/show.html.haml %%WWWDIR%%/app/views/projects/project_members/_groups.html.haml +%%WWWDIR%%/app/views/projects/project_members/_new_project_group.html.haml %%WWWDIR%%/app/views/projects/project_members/_new_project_member.html.haml -%%WWWDIR%%/app/views/projects/project_members/_new_shared_group.html.haml %%WWWDIR%%/app/views/projects/project_members/_team.html.haml %%WWWDIR%%/app/views/projects/project_members/import.html.haml %%WWWDIR%%/app/views/projects/project_members/index.html.haml @@ -5376,8 +5452,10 @@ %%WWWDIR%%/app/views/projects/snippets/show.html.haml %%WWWDIR%%/app/views/projects/snippets/verify.html.haml %%WWWDIR%%/app/views/projects/stage/_stage.html.haml +%%WWWDIR%%/app/views/projects/tags/_tag.atom.builder %%WWWDIR%%/app/views/projects/tags/_tag.html.haml %%WWWDIR%%/app/views/projects/tags/destroy.js.haml +%%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/show.html.haml @@ -5434,6 +5512,7 @@ %%WWWDIR%%/app/views/sent_notifications/unsubscribe.html.haml %%WWWDIR%%/app/views/shared/_allow_request_access.html.haml %%WWWDIR%%/app/views/shared/_auto_devops_callout.html.haml +%%WWWDIR%%/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml %%WWWDIR%%/app/views/shared/_choose_group_avatar_button.html.haml %%WWWDIR%%/app/views/shared/_clone_panel.html.haml %%WWWDIR%%/app/views/shared/_commit_message_container.html.haml @@ -5459,6 +5538,7 @@ %%WWWDIR%%/app/views/shared/_milestones_filter.html.haml %%WWWDIR%%/app/views/shared/_milestones_sort_dropdown.html.haml %%WWWDIR%%/app/views/shared/_mini_pipeline_graph.html.haml +%%WWWDIR%%/app/views/shared/_mobile_clone_panel.html.haml %%WWWDIR%%/app/views/shared/_new_commit_form.html.haml %%WWWDIR%%/app/views/shared/_new_merge_request_checkbox.html.haml %%WWWDIR%%/app/views/shared/_new_project_item_select.html.haml @@ -5467,6 +5547,7 @@ %%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 +%%WWWDIR%%/app/views/shared/_ping_consent.html.haml %%WWWDIR%%/app/views/shared/_project_limit.html.haml %%WWWDIR%%/app/views/shared/_promo.html.haml %%WWWDIR%%/app/views/shared/_recaptcha_form.html.haml @@ -5681,6 +5762,7 @@ %%WWWDIR%%/app/views/shared/members/_requests.html.haml %%WWWDIR%%/app/views/shared/members/_sort_dropdown.html.haml %%WWWDIR%%/app/views/shared/members/update.js.haml +%%WWWDIR%%/app/views/shared/milestones/_delete_button.html.haml %%WWWDIR%%/app/views/shared/milestones/_deprecation_message.html.haml %%WWWDIR%%/app/views/shared/milestones/_form_dates.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuable.html.haml @@ -5754,6 +5836,7 @@ %%WWWDIR%%/app/workers/all_queues.yml %%WWWDIR%%/app/workers/archive_trace_worker.rb %%WWWDIR%%/app/workers/authorized_projects_worker.rb +%%WWWDIR%%/app/workers/auto_devops/disable_worker.rb %%WWWDIR%%/app/workers/background_migration_worker.rb %%WWWDIR%%/app/workers/build_coverage_worker.rb %%WWWDIR%%/app/workers/build_finished_worker.rb @@ -5768,6 +5851,7 @@ %%WWWDIR%%/app/workers/cluster_wait_for_app_installation_worker.rb %%WWWDIR%%/app/workers/cluster_wait_for_ingress_ip_address_worker.rb %%WWWDIR%%/app/workers/concerns/application_worker.rb +%%WWWDIR%%/app/workers/concerns/auto_devops_queue.rb %%WWWDIR%%/app/workers/concerns/cluster_applications.rb %%WWWDIR%%/app/workers/concerns/cluster_queue.rb %%WWWDIR%%/app/workers/concerns/cronjob_queue.rb @@ -5791,6 +5875,7 @@ %%WWWDIR%%/app/workers/create_gpg_signature_worker.rb %%WWWDIR%%/app/workers/create_note_diff_file_worker.rb %%WWWDIR%%/app/workers/create_pipeline_worker.rb +%%WWWDIR%%/app/workers/delete_container_repository_worker.rb %%WWWDIR%%/app/workers/delete_diff_files_worker.rb %%WWWDIR%%/app/workers/delete_merged_branches_worker.rb %%WWWDIR%%/app/workers/delete_user_worker.rb @@ -5956,6 +6041,7 @@ %%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 @@ -6031,7 +6117,7 @@ %%WWWDIR%%/config/mail_room.yml %%WWWDIR%%/config/no_todos_messages.yml %%WWWDIR%%/config/object_store_settings.rb -%%WWWDIR%%/config/prometheus/additional_metrics.yml +%%WWWDIR%%/config/prometheus/common_metrics.yml %%WWWDIR%%/config/redis.cache.yml.example %%WWWDIR%%/config/redis.queues.yml.example %%WWWDIR%%/config/redis.shared_state.yml.example @@ -6067,6 +6153,7 @@ %%WWWDIR%%/danger/changelog/Dangerfile %%WWWDIR%%/danger/changes_size/Dangerfile %%WWWDIR%%/danger/database/Dangerfile +%%WWWDIR%%/danger/documentation/Dangerfile %%WWWDIR%%/danger/frozen_string/Dangerfile %%WWWDIR%%/danger/gemfile/Dangerfile %%WWWDIR%%/danger/metadata/Dangerfile @@ -6091,8 +6178,12 @@ %%WWWDIR%%/db/fixtures/development/20_nested_groups.rb %%WWWDIR%%/db/fixtures/development/21_conversational_development_index_metrics.rb %%WWWDIR%%/db/fixtures/development/22_labeled_issues_seed.rb +%%WWWDIR%%/db/fixtures/development/23_spam_logs.rb +%%WWWDIR%%/db/fixtures/development/99_common_metrics.rb %%WWWDIR%%/db/fixtures/production/001_admin.rb %%WWWDIR%%/db/fixtures/production/010_settings.rb +%%WWWDIR%%/db/fixtures/production/999_common_metrics.rb +%%WWWDIR%%/db/importers/common_metrics_importer.rb %%WWWDIR%%/db/migrate/20140313092127_init_schema.rb %%WWWDIR%%/db/migrate/20140407135544_fix_namespaces.rb %%WWWDIR%%/db/migrate/20140414131055_change_state_to_allow_empty_merge_request_diffs.rb @@ -6803,6 +6894,8 @@ %%WWWDIR%%/db/migrate/20171222183504_add_jobs_cache_index_to_project.rb %%WWWDIR%%/db/migrate/20171229225929_change_user_project_limit_not_null_and_remove_default.rb %%WWWDIR%%/db/migrate/20171230123729_add_rebase_commit_sha_to_merge_requests_ce.rb +%%WWWDIR%%/db/migrate/20180101160629_create_prometheus_metrics.rb +%%WWWDIR%%/db/migrate/20180101160630_change_project_id_for_prometheus_metrics.rb %%WWWDIR%%/db/migrate/20180102220145_add_pages_https_only_to_projects.rb %%WWWDIR%%/db/migrate/20180103123548_add_confidential_note_events_to_services.rb %%WWWDIR%%/db/migrate/20180105212544_add_commits_count_to_merge_request_diff.rb @@ -6839,12 +6932,14 @@ %%WWWDIR%%/db/migrate/20180223144945_add_allow_local_requests_from_hooks_and_services_to_application_settings.rb %%WWWDIR%%/db/migrate/20180226050030_add_checksum_to_ci_job_artifacts.rb %%WWWDIR%%/db/migrate/20180227182112_add_group_id_to_boards_ce.rb +%%WWWDIR%%/db/migrate/20180228172924_add_include_private_contributions_to_users.rb %%WWWDIR%%/db/migrate/20180301010859_create_ci_builds_metadata_table.rb %%WWWDIR%%/db/migrate/20180302152117_ensure_foreign_keys_on_clusters_applications.rb %%WWWDIR%%/db/migrate/20180305095250_create_internal_ids_table.rb %%WWWDIR%%/db/migrate/20180305144721_add_privileged_to_runner.rb %%WWWDIR%%/db/migrate/20180306134842_add_missing_indexes_acts_as_taggable_on_engine.rb %%WWWDIR%%/db/migrate/20180308052825_add_section_name_id_index_on_ci_build_trace_sections.rb +%%WWWDIR%%/db/migrate/20180308125206_add_user_internal_regex_to_application_setting.rb %%WWWDIR%%/db/migrate/20180309121820_reschedule_commits_count_for_merge_request_diff.rb %%WWWDIR%%/db/migrate/20180309160427_add_partial_indexes_on_todos.rb %%WWWDIR%%/db/migrate/20180319190020_create_deploy_tokens.rb @@ -6900,6 +6995,7 @@ %%WWWDIR%%/db/migrate/20180531185349_add_repository_languages.rb %%WWWDIR%%/db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb %%WWWDIR%%/db/migrate/20180601213245_add_deploy_strategy_to_project_auto_devops.rb +%%WWWDIR%%/db/migrate/20180607071808_add_push_events_branch_filter_to_web_hooks.rb %%WWWDIR%%/db/migrate/20180608091413_add_group_to_todos.rb %%WWWDIR%%/db/migrate/20180608110058_rename_merge_requests_allow_collaboration.rb %%WWWDIR%%/db/migrate/20180612103626_add_columns_for_helm_tiller_certificates.rb @@ -6913,17 +7009,38 @@ %%WWWDIR%%/db/migrate/20180704204006_add_hide_third_party_offers_to_application_settings.rb %%WWWDIR%%/db/migrate/20180705160945_add_file_format_to_ci_job_artifacts.rb %%WWWDIR%%/db/migrate/20180710162338_add_foreign_key_from_notification_settings_to_users.rb +%%WWWDIR%%/db/migrate/20180711103851_drop_duplicate_protected_tags.rb +%%WWWDIR%%/db/migrate/20180711103922_add_protected_tags_index.rb %%WWWDIR%%/db/migrate/20180713092803_create_user_statuses.rb %%WWWDIR%%/db/migrate/20180717125853_remove_restricted_todos.rb %%WWWDIR%%/db/migrate/20180718005113_add_instance_statistics_visibility_to_application_setting.rb +%%WWWDIR%%/db/migrate/20180720023512_add_receive_max_input_size_to_application_settings.rb %%WWWDIR%%/db/migrate/20180722103201_add_private_profile_to_users.rb %%WWWDIR%%/db/migrate/20180723135214_add_web_ide_client_side_preview_enabled_to_application_settings.rb %%WWWDIR%%/db/migrate/20180726172057_create_resource_label_events.rb +%%WWWDIR%%/db/migrate/20180807153545_remove_redundant_status_index_on_ci_builds.rb +%%WWWDIR%%/db/migrate/20180808162000_add_user_show_add_ssh_key_message_to_application_settings.rb +%%WWWDIR%%/db/migrate/20180813101999_change_default_of_auto_devops_instance_wide.rb +%%WWWDIR%%/db/migrate/20180813102000_enable_auto_devops_instance_wide_for_everyone.rb +%%WWWDIR%%/db/migrate/20180815040323_add_authorization_type_to_cluster_platforms_kubernetes.rb +%%WWWDIR%%/db/migrate/20180815160409_add_file_location_to_ci_job_artifacts.rb +%%WWWDIR%%/db/migrate/20180815170510_add_partial_index_to_ci_builds_artifacts_file.rb +%%WWWDIR%%/db/migrate/20180815175440_add_index_on_list_type.rb +%%WWWDIR%%/db/migrate/20180831164904_fix_prometheus_metric_query_limits.rb +%%WWWDIR%%/db/migrate/20180831164905_add_common_to_prometheus_metrics.rb +%%WWWDIR%%/db/migrate/20180831164907_add_index_on_common_for_prometheus_metrics.rb +%%WWWDIR%%/db/migrate/20180831164908_add_identifier_to_prometheus_metric.rb +%%WWWDIR%%/db/migrate/20180831164909_add_index_for_identifier_to_prometheus_metric.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***