From owner-svn-ports-branches@freebsd.org Sat Jul 28 20:07:55 2018 Return-Path: Delivered-To: svn-ports-branches@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 71480105C968; Sat, 28 Jul 2018 20:07:55 +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 268267DEEC; Sat, 28 Jul 2018 20:07:55 +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 048073953; Sat, 28 Jul 2018 20:07:55 +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 w6SK7sqU021753; Sat, 28 Jul 2018 20:07:54 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6SK7rPF021748; Sat, 28 Jul 2018 20:07:53 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807282007.w6SK7rPF021748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sat, 28 Jul 2018 20:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475609 - in branches/2018Q3/www/gitlab-ce: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q3/www/gitlab-ce: . files X-SVN-Commit-Revision: 475609 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2018 20:07:56 -0000 Author: mfechner Date: Sat Jul 28 20:07:53 2018 New Revision: 475609 URL: https://svnweb.freebsd.org/changeset/ports/475609 Log: MFH: r475377 r475417 - Update to 11.1.1, for more details please check: https://about.gitlab.com/2018/07/22/gitlab-11-1-released/ - Fixed a typo in config/gitlab.yml.example that was introduced by the prefix update. Approved by: mentors (implicit) Security update to 11.1.2. For more info see here: https://about.gitlab.com/2018/07/26/security-release-gitlab-11-dot-1-dot-2-released/ Approved by: mentors (implicit) Security: 2da838f9-9168-11e8-8c75-d8cb8abf62dd Approved by: ports-secteam (miwi) Modified: branches/2018Q3/www/gitlab-ce/Makefile branches/2018Q3/www/gitlab-ce/distinfo branches/2018Q3/www/gitlab-ce/files/patch-Gemfile branches/2018Q3/www/gitlab-ce/files/patch-config_gitlab.yml.example branches/2018Q3/www/gitlab-ce/pkg-message branches/2018Q3/www/gitlab-ce/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/gitlab-ce/Makefile ============================================================================== --- branches/2018Q3/www/gitlab-ce/Makefile Sat Jul 28 20:05:23 2018 (r475608) +++ branches/2018Q3/www/gitlab-ce/Makefile Sat Jul 28 20:07:53 2018 (r475609) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.0.4 +PORTVERSION= 11.1.2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -25,9 +25,9 @@ BUILD_DEPENDS= gem:devel/ruby-gems # for the options RUN_DEPENDS= git>=2.16.2:devel/git \ gitlab-shell>=7.1.4:devel/gitlab-shell \ - gitlab-workhorse>=4.3.1:www/gitlab-workhorse \ - gitaly>=0.105.0:devel/gitaly \ - gitlab-pages>=0.9.1:www/gitlab-pages \ + gitlab-workhorse>=5.0.0:www/gitlab-workhorse \ + gitaly>=0.111.2:devel/gitaly \ + gitlab-pages>=1.0.0:www/gitlab-pages \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ yarn>=0.17.0:www/yarn \ @@ -41,7 +41,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-faraday>=0.12.0:www/rubygem-faraday \ rubygem-devise>=4.4:devel/rubygem-devise \ rubygem-doorkeeper>=4.3:security/rubygem-doorkeeper \ - rubygem-doorkeeper-openid_connect>=1.3:security/rubygem-doorkeeper-openid_connect \ + rubygem-doorkeeper-openid_connect>=1.5:security/rubygem-doorkeeper-openid_connect \ rubygem-omniauth>=1.8:security/rubygem-omniauth \ rubygem-omniauth-auth0>=2.0.0:net/rubygem-omniauth-auth0 \ rubygem-omniauth-azure-oauth2>=0.0.9:net/rubygem-omniauth-azure-oauth2 \ @@ -53,7 +53,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-omniauth-kerberos>=0.3.0:net/rubygem-omniauth-kerberos \ rubygem-omniauth-oauth2-generic>=0.2.2:security/rubygem-omniauth-oauth2-generic \ rubygem-omniauth-saml>=1.10:security/rubygem-omniauth-saml \ - rubygem-omniauth-shibboleth12>=1.2.0:security/rubygem-omniauth-shibboleth12 \ + rubygem-omniauth-shibboleth>=1.3.0:security/rubygem-omniauth-shibboleth \ rubygem-omniauth-twitter>=1.4:net/rubygem-omniauth-twitter \ rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \ rubygem-omniauth-authentiq>=0.3.3:net/rubygem-omniauth-authentiq \ @@ -94,9 +94,9 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-google-api-client>=0.19.8: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-gitlab>=2.7.1:textproc/rubygem-html-pipeline-gitlab \ + rubygem-html-pipeline>=2.8:textproc/rubygem-html-pipeline \ rubygem-deckar01-task_list>=2.0.0:www/rubygem-deckar01-task_list \ - rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ + rubygem-gitlab-markup>=1.6.4:textproc/rubygem-gitlab-markup \ rubygem-redcarpet>=3.4:textproc/rubygem-redcarpet \ rubygem-commonmarker>=0.17:textproc/rubygem-commonmarker \ rubygem-redcloth>=4.3.2:www/rubygem-redcloth \ @@ -190,7 +190,7 @@ RUN_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.101.0:net/rubygem-gitaly-proto \ + rubygem-gitaly-proto>=0.105.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 \ @@ -213,7 +213,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= edb037cbc85225261e8ede5455be4aad771ba3bb +GL_COMMIT= 35936b0b6282db026128d21abe8f3490c1d376f2 USERS= git GROUPS= git Modified: branches/2018Q3/www/gitlab-ce/distinfo ============================================================================== --- branches/2018Q3/www/gitlab-ce/distinfo Sat Jul 28 20:05:23 2018 (r475608) +++ branches/2018Q3/www/gitlab-ce/distinfo Sat Jul 28 20:07:53 2018 (r475609) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531901551 -SHA256 (gitlab-org-gitlab-ce-edb037cbc85225261e8ede5455be4aad771ba3bb_GL0.tar.gz) = e93a0e8b8dc7f759830eccfdef4cba12223644d2abbf36b0487d37d5491f5d54 -SIZE (gitlab-org-gitlab-ce-edb037cbc85225261e8ede5455be4aad771ba3bb_GL0.tar.gz) = 49742351 +TIMESTAMP = 1532671627 +SHA256 (gitlab-org-gitlab-ce-35936b0b6282db026128d21abe8f3490c1d376f2_GL0.tar.gz) = 732295b8fa10381ae867042fd1173e86033014b8f76ddbc8f5cc70bc324a718e +SIZE (gitlab-org-gitlab-ce-35936b0b6282db026128d21abe8f3490c1d376f2_GL0.tar.gz) = 51962312 Modified: branches/2018Q3/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- branches/2018Q3/www/gitlab-ce/files/patch-Gemfile Sat Jul 28 20:05:23 2018 (r475608) +++ branches/2018Q3/www/gitlab-ce/files/patch-Gemfile Sat Jul 28 20:07:53 2018 (r475609) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-06-21 15:14:17 UTC +--- Gemfile.orig 2018-07-20 09:55:24 UTC +++ Gemfile @@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', gem_versions['default_value_for'] @@ -36,11 +36,10 @@ gem 'peek-pg', '~> 1.3.0', group: :postgres gem 'peek-rblineprof', '~> 0.2.0' gem 'peek-redis', '~> 1.2.0' -@@ -299,96 +299,11 @@ gem 'peek-sidekiq', '~> 1.0.3' +@@ -299,95 +299,11 @@ gem 'peek-sidekiq', '~> 1.0.3' # Metrics group :metrics do -- gem 'allocations', '~> 1.0', require: false, platform: :mri - gem 'method_source', '~> 0.8', require: false - gem 'influxdb', '~> 0.2', require: false - @@ -74,7 +73,7 @@ - - gem 'database_cleaner', '~> 1.5.0' - gem 'factory_bot_rails', '~> 4.8.2' -- gem 'rspec-rails', '~> 3.6.0' +- gem 'rspec-rails', '~> 3.7.0' - gem 'rspec-retry', '~> 0.4.5' - gem 'rspec_profiling', '~> 0.0.5' - gem 'rspec-set', '~> 0.1.3' @@ -133,12 +132,3 @@ gem 'octokit', '~> 4.9' gem 'mail_room', '~> 0.9.1' -@@ -419,7 +334,7 @@ group :ed25519 do - end - - # Gitaly GRPC client --gem 'gitaly-proto', '~> 0.100.0', require: 'gitaly' -+gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly' - gem 'grpc', '~> 1.11.0' - - # Locked until https://github.com/google/protobuf/issues/4210 is closed Modified: branches/2018Q3/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- branches/2018Q3/www/gitlab-ce/files/patch-config_gitlab.yml.example Sat Jul 28 20:05:23 2018 (r475608) +++ branches/2018Q3/www/gitlab-ce/files/patch-config_gitlab.yml.example Sat Jul 28 20:07:53 2018 (r475609) @@ -36,7 +36,7 @@ - path: /home/git/gitlab-shell/ - hooks_path: /home/git/gitlab-shell/hooks/ + path: %%PREFIX%%/share/gitlab-shell/ -+ hooks_path: %%PREFIX/share/gitlab-shell/hooks/ ++ hooks_path: %%PREFIX%%/share/gitlab-shell/hooks/ # File that contains the secret key for verifying access for gitlab-shell. # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app). Modified: branches/2018Q3/www/gitlab-ce/pkg-message ============================================================================== --- branches/2018Q3/www/gitlab-ce/pkg-message Sat Jul 28 20:05:23 2018 (r475608) +++ branches/2018Q3/www/gitlab-ce/pkg-message Sat Jul 28 20:07:53 2018 (r475609) @@ -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/10.8-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/11.1-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 10.8.x to 11.0.x, please follow the instructions in the guide at: +switched from 11.0.x to 11.1.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.8-11.0-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.0-11.1-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Modified: branches/2018Q3/www/gitlab-ce/pkg-plist ============================================================================== --- branches/2018Q3/www/gitlab-ce/pkg-plist Sat Jul 28 20:05:23 2018 (r475608) +++ branches/2018Q3/www/gitlab-ce/pkg-plist Sat Jul 28 20:07:53 2018 (r475609) @@ -9,10 +9,10 @@ %%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md %%WWWDIR%%/.gitlab-ci.yml %%WWWDIR%%/.gitlab/issue_templates/Bug.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/merge_request_templates/Database Changes.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/merge_request_templates/Database changes.md %%WWWDIR%%/.gitlab/merge_request_templates/Documentation.md %%WWWDIR%%/.gitlab/route-map.yml %%WWWDIR%%/.haml-lint.yml @@ -1870,7 +1870,6 @@ %%WWWDIR%%/app/assets/images/emoji@2x.png %%WWWDIR%%/app/assets/images/ext_snippet_icons/ext_snippet_icons.png %%WWWDIR%%/app/assets/images/ext_snippet_icons/logo.png -%%WWWDIR%%/app/assets/images/favicon-blue.ico %%WWWDIR%%/app/assets/images/favicon-blue.png %%WWWDIR%%/app/assets/images/favicon-yellow.png %%WWWDIR%%/app/assets/images/favicon.png @@ -1975,18 +1974,18 @@ %%WWWDIR%%/app/assets/javascripts/boards/components/board_list.vue %%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.js -%%WWWDIR%%/app/assets/javascripts/boards/components/modal/empty_state.js +%%WWWDIR%%/app/assets/javascripts/boards/components/issue_card_inner.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.js -%%WWWDIR%%/app/assets/javascripts/boards/components/modal/header.js -%%WWWDIR%%/app/assets/javascripts/boards/components/modal/index.js -%%WWWDIR%%/app/assets/javascripts/boards/components/modal/list.js -%%WWWDIR%%/app/assets/javascripts/boards/components/modal/lists_dropdown.js -%%WWWDIR%%/app/assets/javascripts/boards/components/modal/tabs.js +%%WWWDIR%%/app/assets/javascripts/boards/components/modal/footer.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/modal/header.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/modal/index.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/modal/list.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/modal/lists_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/boards/components/modal/tabs.vue %%WWWDIR%%/app/assets/javascripts/boards/components/new_list_dropdown.js %%WWWDIR%%/app/assets/javascripts/boards/components/project_select.vue -%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/remove_issue.js +%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/remove_issue.vue %%WWWDIR%%/app/assets/javascripts/boards/eventhub.js %%WWWDIR%%/app/assets/javascripts/boards/filtered_search_boards.js %%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js @@ -2079,6 +2078,38 @@ %%WWWDIR%%/app/assets/javascripts/diff_notes/models/note.js %%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js %%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js +%%WWWDIR%%/app/assets/javascripts/diffs/components/app.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/changed_files.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/changed_files_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/compare_versions.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/compare_versions_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_content.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_discussions.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_file.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_file_header.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_gutter_avatars.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_line_note_form.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/diff_table_cell.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/edit_button.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/hidden_files_warning.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 +%%WWWDIR%%/app/assets/javascripts/diffs/components/no_changes.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/parallel_diff_comment_row.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/parallel_diff_table_row.vue +%%WWWDIR%%/app/assets/javascripts/diffs/components/parallel_diff_view.vue +%%WWWDIR%%/app/assets/javascripts/diffs/constants.js +%%WWWDIR%%/app/assets/javascripts/diffs/index.js +%%WWWDIR%%/app/assets/javascripts/diffs/mixins/changed_files.js +%%WWWDIR%%/app/assets/javascripts/diffs/store/actions.js +%%WWWDIR%%/app/assets/javascripts/diffs/store/getters.js +%%WWWDIR%%/app/assets/javascripts/diffs/store/modules/diff_state.js +%%WWWDIR%%/app/assets/javascripts/diffs/store/modules/index.js +%%WWWDIR%%/app/assets/javascripts/diffs/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/diffs/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/diffs/store/utils.js %%WWWDIR%%/app/assets/javascripts/dispatcher.js %%WWWDIR%%/app/assets/javascripts/docs/docs_bundle.js %%WWWDIR%%/app/assets/javascripts/droplab/constants.js @@ -2143,6 +2174,21 @@ %%WWWDIR%%/app/assets/javascripts/filtered_search/stores/recent_searches_store.js %%WWWDIR%%/app/assets/javascripts/flash.js %%WWWDIR%%/app/assets/javascripts/fly_out_nav.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/components/app.vue +%%WWWDIR%%/app/assets/javascripts/frequent_items/components/frequent_items_list.vue +%%WWWDIR%%/app/assets/javascripts/frequent_items/components/frequent_items_list_item.vue +%%WWWDIR%%/app/assets/javascripts/frequent_items/components/frequent_items_mixin.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/components/frequent_items_search_input.vue +%%WWWDIR%%/app/assets/javascripts/frequent_items/constants.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/event_hub.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/index.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/store/actions.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/store/getters.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/store/index.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/store/state.js +%%WWWDIR%%/app/assets/javascripts/frequent_items/utils.js %%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js %%WWWDIR%%/app/assets/javascripts/gl_dropdown.js %%WWWDIR%%/app/assets/javascripts/gl_field_error.js @@ -2189,6 +2235,7 @@ %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/success_message.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/unstage_button.vue %%WWWDIR%%/app/assets/javascripts/ide/components/editor_mode_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/error_message.vue %%WWWDIR%%/app/assets/javascripts/ide/components/external_link.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_finder/index.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_finder/item.vue @@ -2205,6 +2252,7 @@ %%WWWDIR%%/app/assets/javascripts/ide/components/jobs/list.vue %%WWWDIR%%/app/assets/javascripts/ide/components/jobs/stage.vue %%WWWDIR%%/app/assets/javascripts/ide/components/merge_requests/dropdown.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/merge_requests/info.vue %%WWWDIR%%/app/assets/javascripts/ide/components/merge_requests/item.vue %%WWWDIR%%/app/assets/javascripts/ide/components/merge_requests/list.vue %%WWWDIR%%/app/assets/javascripts/ide/components/mr_file_icon.vue @@ -2402,6 +2450,12 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/utils/measurements.js %%WWWDIR%%/app/assets/javascripts/monitoring/utils/multiple_time_series.js %%WWWDIR%%/app/assets/javascripts/mr_notes/index.js +%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/actions.js +%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/getters.js +%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/index.js +%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/modules/index.js +%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/mr_notes/stores/mutations.js %%WWWDIR%%/app/assets/javascripts/namespace_select.js %%WWWDIR%%/app/assets/javascripts/network/branch_graph.js %%WWWDIR%%/app/assets/javascripts/network/raphael.js @@ -2446,6 +2500,7 @@ %%WWWDIR%%/app/assets/javascripts/notes/stores/collapse_utils.js %%WWWDIR%%/app/assets/javascripts/notes/stores/getters.js %%WWWDIR%%/app/assets/javascripts/notes/stores/index.js +%%WWWDIR%%/app/assets/javascripts/notes/stores/modules/index.js %%WWWDIR%%/app/assets/javascripts/notes/stores/mutation_types.js %%WWWDIR%%/app/assets/javascripts/notes/stores/mutations.js %%WWWDIR%%/app/assets/javascripts/notes/stores/utils.js @@ -2521,6 +2576,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/profiles/accounts/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/profiles/index.js %%WWWDIR%%/app/assets/javascripts/pages/profiles/index/index.js +%%WWWDIR%%/app/assets/javascripts/pages/profiles/keys/index.js %%WWWDIR%%/app/assets/javascripts/pages/profiles/notifications/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/profiles/personal_access_tokens/index.js %%WWWDIR%%/app/assets/javascripts/pages/profiles/two_factor_auths/index.js @@ -2538,10 +2594,8 @@ %%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/login/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/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/update/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/commit/pipelines/index.js @@ -2574,6 +2628,7 @@ %%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/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 %%WWWDIR%%/app/assets/javascripts/pages/projects/labels/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/labels/event_hub.js @@ -2699,6 +2754,7 @@ %%WWWDIR%%/app/assets/javascripts/profile/account/components/delete_account_modal.vue %%WWWDIR%%/app/assets/javascripts/profile/account/components/update_username.vue %%WWWDIR%%/app/assets/javascripts/profile/account/index.js +%%WWWDIR%%/app/assets/javascripts/profile/add_ssh_key_validation.js %%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js %%WWWDIR%%/app/assets/javascripts/profile/profile.js %%WWWDIR%%/app/assets/javascripts/project_edit.js @@ -2725,16 +2781,6 @@ %%WWWDIR%%/app/assets/javascripts/projects/project_new.js %%WWWDIR%%/app/assets/javascripts/projects/tree/components/commit_pipeline_status_component.vue %%WWWDIR%%/app/assets/javascripts/projects/tree/services/commit_pipeline_service.js -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/components/app.vue -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/components/projects_list_frequent.vue -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/components/projects_list_item.vue -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/components/projects_list_search.vue -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/components/search.vue -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/constants.js -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/event_hub.js -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/index.js -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/service/projects_service.js -%%WWWDIR%%/app/assets/javascripts/projects_dropdown/store/projects_store.js %%WWWDIR%%/app/assets/javascripts/projects_list.js %%WWWDIR%%/app/assets/javascripts/prometheus_metrics/constants.js %%WWWDIR%%/app/assets/javascripts/prometheus_metrics/prometheus_metrics.js @@ -2851,6 +2897,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_not_allowed.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_squash_before_merge.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_squash_before_merge.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/nothing_to_merge.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/pipeline_failed.vue @@ -2877,6 +2924,13 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/markdown_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/deprecated_modal.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/constants.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/diff_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/download_diff_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/onion_skin_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/swipe_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/two_up_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_hidden_input.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_search_input.vue @@ -2888,6 +2942,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/identicon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/issue/issue_warning.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/lib/utils/dom_utils.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/loading_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/loading_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/field.vue @@ -2941,6 +2996,7 @@ %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss %%WWWDIR%%/app/assets/stylesheets/behaviors.scss +%%WWWDIR%%/app/assets/stylesheets/bootstrap.scss %%WWWDIR%%/app/assets/stylesheets/bootstrap_migration.scss %%WWWDIR%%/app/assets/stylesheets/emoji_sprites.scss %%WWWDIR%%/app/assets/stylesheets/errors.scss @@ -3230,8 +3286,6 @@ %%WWWDIR%%/app/controllers/projects/builds_controller.rb %%WWWDIR%%/app/controllers/projects/ci/lints_controller.rb %%WWWDIR%%/app/controllers/projects/clusters/applications_controller.rb -%%WWWDIR%%/app/controllers/projects/clusters/gcp_controller.rb -%%WWWDIR%%/app/controllers/projects/clusters/user_controller.rb %%WWWDIR%%/app/controllers/projects/clusters_controller.rb %%WWWDIR%%/app/controllers/projects/commit_controller.rb %%WWWDIR%%/app/controllers/projects/commits_controller.rb @@ -3363,8 +3417,11 @@ %%WWWDIR%%/app/graphql/gitlab_schema.rb %%WWWDIR%%/app/graphql/mutations/.keep %%WWWDIR%%/app/graphql/resolvers/base_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/concerns/resolves_pipelines.rb %%WWWDIR%%/app/graphql/resolvers/full_path_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/merge_request_pipelines_resolver.rb %%WWWDIR%%/app/graphql/resolvers/merge_request_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/project_pipelines_resolver.rb %%WWWDIR%%/app/graphql/resolvers/project_resolver.rb %%WWWDIR%%/app/graphql/types/base_enum.rb %%WWWDIR%%/app/graphql/types/base_field.rb @@ -3373,8 +3430,14 @@ %%WWWDIR%%/app/graphql/types/base_object.rb %%WWWDIR%%/app/graphql/types/base_scalar.rb %%WWWDIR%%/app/graphql/types/base_union.rb +%%WWWDIR%%/app/graphql/types/ci/pipeline_status_enum.rb +%%WWWDIR%%/app/graphql/types/ci/pipeline_type.rb %%WWWDIR%%/app/graphql/types/merge_request_type.rb %%WWWDIR%%/app/graphql/types/mutation_type.rb +%%WWWDIR%%/app/graphql/types/permission_types/base_permission_type.rb +%%WWWDIR%%/app/graphql/types/permission_types/ci/pipeline.rb +%%WWWDIR%%/app/graphql/types/permission_types/merge_request.rb +%%WWWDIR%%/app/graphql/types/permission_types/project.rb %%WWWDIR%%/app/graphql/types/project_type.rb %%WWWDIR%%/app/graphql/types/query_type.rb %%WWWDIR%%/app/graphql/types/time_type.rb @@ -3489,6 +3552,10 @@ %%WWWDIR%%/app/mailers/emails/profile.rb %%WWWDIR%%/app/mailers/emails/projects.rb %%WWWDIR%%/app/mailers/notify.rb +%%WWWDIR%%/app/mailers/previews/devise_mailer_preview.rb +%%WWWDIR%%/app/mailers/previews/email_rejection_mailer_preview.rb +%%WWWDIR%%/app/mailers/previews/notify_preview.rb +%%WWWDIR%%/app/mailers/previews/repository_check_mailer_preview.rb %%WWWDIR%%/app/mailers/repository_check_mailer.rb %%WWWDIR%%/app/models/ability.rb %%WWWDIR%%/app/models/abuse_report.rb @@ -3547,7 +3614,11 @@ %%WWWDIR%%/app/models/ci/artifact_blob.rb %%WWWDIR%%/app/models/ci/build.rb %%WWWDIR%%/app/models/ci/build_metadata.rb +%%WWWDIR%%/app/models/ci/build_runner_session.rb %%WWWDIR%%/app/models/ci/build_trace_chunk.rb +%%WWWDIR%%/app/models/ci/build_trace_chunks/database.rb +%%WWWDIR%%/app/models/ci/build_trace_chunks/fog.rb +%%WWWDIR%%/app/models/ci/build_trace_chunks/redis.rb %%WWWDIR%%/app/models/ci/build_trace_section.rb %%WWWDIR%%/app/models/ci/build_trace_section_name.rb %%WWWDIR%%/app/models/ci/group.rb @@ -3601,6 +3672,7 @@ %%WWWDIR%%/app/models/concerns/discussion_on_diff.rb %%WWWDIR%%/app/models/concerns/each_batch.rb %%WWWDIR%%/app/models/concerns/editable.rb +%%WWWDIR%%/app/models/concerns/enum_with_nil.rb %%WWWDIR%%/app/models/concerns/expirable.rb %%WWWDIR%%/app/models/concerns/fast_destroy_all.rb %%WWWDIR%%/app/models/concerns/faster_cache_keys.rb @@ -3709,6 +3781,7 @@ %%WWWDIR%%/app/models/hooks/web_hook.rb %%WWWDIR%%/app/models/hooks/web_hook_log.rb %%WWWDIR%%/app/models/identity.rb +%%WWWDIR%%/app/models/import_export_upload.rb %%WWWDIR%%/app/models/individual_note_discussion.rb %%WWWDIR%%/app/models/instance_configuration.rb %%WWWDIR%%/app/models/internal_id.rb @@ -3942,6 +4015,8 @@ %%WWWDIR%%/app/serializers/deployment_entity.rb %%WWWDIR%%/app/serializers/deployment_serializer.rb %%WWWDIR%%/app/serializers/diff_file_entity.rb +%%WWWDIR%%/app/serializers/diffs_entity.rb +%%WWWDIR%%/app/serializers/diffs_serializer.rb %%WWWDIR%%/app/serializers/discussion_entity.rb %%WWWDIR%%/app/serializers/discussion_serializer.rb %%WWWDIR%%/app/serializers/entity_date_helper.rb @@ -3969,8 +4044,10 @@ %%WWWDIR%%/app/serializers/merge_request_basic_serializer.rb %%WWWDIR%%/app/serializers/merge_request_create_entity.rb %%WWWDIR%%/app/serializers/merge_request_create_serializer.rb +%%WWWDIR%%/app/serializers/merge_request_diff_entity.rb %%WWWDIR%%/app/serializers/merge_request_metrics_entity.rb %%WWWDIR%%/app/serializers/merge_request_serializer.rb +%%WWWDIR%%/app/serializers/merge_request_user_entity.rb %%WWWDIR%%/app/serializers/merge_request_widget_entity.rb %%WWWDIR%%/app/serializers/note_attachment_entity.rb %%WWWDIR%%/app/serializers/note_entity.rb @@ -4141,14 +4218,15 @@ %%WWWDIR%%/app/services/merge_requests/conflicts/resolve_service.rb %%WWWDIR%%/app/services/merge_requests/create_from_issue_service.rb %%WWWDIR%%/app/services/merge_requests/create_service.rb +%%WWWDIR%%/app/services/merge_requests/delete_non_latest_diffs_service.rb %%WWWDIR%%/app/services/merge_requests/ff_merge_service.rb %%WWWDIR%%/app/services/merge_requests/get_urls_service.rb -%%WWWDIR%%/app/services/merge_requests/merge_request_diff_cache_service.rb %%WWWDIR%%/app/services/merge_requests/merge_service.rb %%WWWDIR%%/app/services/merge_requests/merge_when_pipeline_succeeds_service.rb %%WWWDIR%%/app/services/merge_requests/post_merge_service.rb %%WWWDIR%%/app/services/merge_requests/rebase_service.rb %%WWWDIR%%/app/services/merge_requests/refresh_service.rb +%%WWWDIR%%/app/services/merge_requests/reload_diffs_service.rb %%WWWDIR%%/app/services/merge_requests/reopen_service.rb %%WWWDIR%%/app/services/merge_requests/resolved_discussion_notification_service.rb %%WWWDIR%%/app/services/merge_requests/squash_service.rb @@ -4282,6 +4360,7 @@ %%WWWDIR%%/app/uploaders/file_mover.rb %%WWWDIR%%/app/uploaders/file_uploader.rb %%WWWDIR%%/app/uploaders/gitlab_uploader.rb +%%WWWDIR%%/app/uploaders/import_export_uploader.rb %%WWWDIR%%/app/uploaders/job_artifact_uploader.rb %%WWWDIR%%/app/uploaders/legacy_artifact_uploader.rb %%WWWDIR%%/app/uploaders/lfs_object_uploader.rb @@ -4345,6 +4424,7 @@ %%WWWDIR%%/app/views/admin/application_settings/_spam.html.haml %%WWWDIR%%/app/views/admin/application_settings/_terminal.html.haml %%WWWDIR%%/app/views/admin/application_settings/_terms.html.haml +%%WWWDIR%%/app/views/admin/application_settings/_third_party_offers.html.haml %%WWWDIR%%/app/views/admin/application_settings/_usage.html.haml %%WWWDIR%%/app/views/admin/application_settings/_visibility_and_access.html.haml %%WWWDIR%%/app/views/admin/application_settings/show.html.haml @@ -4658,6 +4738,7 @@ %%WWWDIR%%/app/views/layouts/nav/_dashboard.html.haml %%WWWDIR%%/app/views/layouts/nav/_explore.html.haml %%WWWDIR%%/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml +%%WWWDIR%%/app/views/layouts/nav/groups_dropdown/_show.html.haml %%WWWDIR%%/app/views/layouts/nav/projects_dropdown/_show.html.haml %%WWWDIR%%/app/views/layouts/nav/sidebar/_admin.html.haml %%WWWDIR%%/app/views/layouts/nav/sidebar/_group.html.haml @@ -4900,7 +4981,6 @@ %%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/_dropdown.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 @@ -4908,15 +4988,12 @@ %%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/gcp/login.html.haml -%%WWWDIR%%/app/views/projects/clusters/gcp/new.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/clusters/user/new.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 @@ -4992,6 +5069,7 @@ %%WWWDIR%%/app/views/projects/environments/_stop.html.haml %%WWWDIR%%/app/views/projects/environments/_terminal_button.html.haml %%WWWDIR%%/app/views/projects/environments/edit.html.haml +%%WWWDIR%%/app/views/projects/environments/empty.html.haml %%WWWDIR%%/app/views/projects/environments/folder.html.haml %%WWWDIR%%/app/views/projects/environments/index.html.haml %%WWWDIR%%/app/views/projects/environments/metrics.html.haml @@ -5039,6 +5117,7 @@ %%WWWDIR%%/app/views/projects/jobs/_user.html.haml %%WWWDIR%%/app/views/projects/jobs/index.html.haml %%WWWDIR%%/app/views/projects/jobs/show.html.haml +%%WWWDIR%%/app/views/projects/jobs/terminal.html.haml %%WWWDIR%%/app/views/projects/labels/edit.html.haml %%WWWDIR%%/app/views/projects/labels/index.html.haml %%WWWDIR%%/app/views/projects/labels/new.html.haml @@ -5300,6 +5379,7 @@ %%WWWDIR%%/app/views/shared/_service_settings.html.haml %%WWWDIR%%/app/views/shared/_sidebar_toggle_button.html.haml %%WWWDIR%%/app/views/shared/_sort_dropdown.html.haml +%%WWWDIR%%/app/views/shared/_user_dropdown_contributing_link.html.haml %%WWWDIR%%/app/views/shared/_visibility_level.html.haml %%WWWDIR%%/app/views/shared/_visibility_radios.html.haml %%WWWDIR%%/app/views/shared/badges/_badge_settings.html.haml @@ -5594,6 +5674,7 @@ %%WWWDIR%%/app/workers/concerns/cluster_applications.rb %%WWWDIR%%/app/workers/concerns/cluster_queue.rb %%WWWDIR%%/app/workers/concerns/cronjob_queue.rb +%%WWWDIR%%/app/workers/concerns/each_shard_worker.rb %%WWWDIR%%/app/workers/concerns/exception_backtrace.rb %%WWWDIR%%/app/workers/concerns/gitlab/github_import/notify_upon_death.rb %%WWWDIR%%/app/workers/concerns/gitlab/github_import/object_importer.rb @@ -5612,6 +5693,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_diff_files_worker.rb %%WWWDIR%%/app/workers/delete_merged_branches_worker.rb %%WWWDIR%%/app/workers/delete_user_worker.rb %%WWWDIR%%/app/workers/email_receiver_worker.rb @@ -5651,7 +5733,6 @@ %%WWWDIR%%/app/workers/new_note_worker.rb %%WWWDIR%%/app/workers/object_storage/background_move_worker.rb %%WWWDIR%%/app/workers/object_storage/migrate_uploads_worker.rb -%%WWWDIR%%/app/workers/object_storage_upload_worker.rb %%WWWDIR%%/app/workers/pages_domain_verification_cron_worker.rb %%WWWDIR%%/app/workers/pages_domain_verification_worker.rb %%WWWDIR%%/app/workers/pages_worker.rb @@ -5672,6 +5753,7 @@ %%WWWDIR%%/app/workers/project_service_worker.rb %%WWWDIR%%/app/workers/propagate_service_template_worker.rb %%WWWDIR%%/app/workers/prune_old_events_worker.rb +%%WWWDIR%%/app/workers/prune_web_hook_logs_worker.rb %%WWWDIR%%/app/workers/reactive_caching_worker.rb %%WWWDIR%%/app/workers/rebase_worker.rb %%WWWDIR%%/app/workers/remove_expired_group_links_worker.rb @@ -5681,6 +5763,7 @@ %%WWWDIR%%/app/workers/repository_archive_cache_worker.rb %%WWWDIR%%/app/workers/repository_check/batch_worker.rb %%WWWDIR%%/app/workers/repository_check/clear_worker.rb +%%WWWDIR%%/app/workers/repository_check/dispatch_worker.rb %%WWWDIR%%/app/workers/repository_check/single_repository_worker.rb %%WWWDIR%%/app/workers/repository_fork_worker.rb %%WWWDIR%%/app/workers/repository_import_worker.rb @@ -5723,11 +5806,9 @@ @(git,,544) %%WWWDIR%%/bin/web @(git,,544) %%WWWDIR%%/bin/with_env %%WWWDIR%%/changelogs/archive.md -%%WWWDIR%%/changelogs/no-rm-rf-gitlab-basics.yml %%WWWDIR%%/config.ru %%WWWDIR%%/config/README.md %%WWWDIR%%/config/application.rb -%%WWWDIR%%/config/aws.yml.example %%WWWDIR%%/config/boot.rb %%WWWDIR%%/config/database.yml.env %%WWWDIR%%/config/database.yml.mysql @@ -5755,6 +5836,7 @@ %%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_locking.rb +%%WWWDIR%%/config/initializers/active_record_migration.rb %%WWWDIR%%/config/initializers/active_record_mysql_timestamp.rb %%WWWDIR%%/config/initializers/active_record_preloader.rb %%WWWDIR%%/config/initializers/active_record_schema_ignore_tables.rb @@ -5771,8 +5853,6 @@ %%WWWDIR%%/config/initializers/batch_loader.rb %%WWWDIR%%/config/initializers/bootstrap_form.rb %%WWWDIR%%/config/initializers/bullet.rb -%%WWWDIR%%/config/initializers/carrierwave.rb -%%WWWDIR%%/config/initializers/carrierwave_monkey_patch.rb %%WWWDIR%%/config/initializers/chronic_duration.rb %%WWWDIR%%/config/initializers/connection_fix.rb %%WWWDIR%%/config/initializers/console_message.rb @@ -6710,6 +6790,11 @@ %%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/20180608110058_rename_merge_requests_allow_collaboration.rb +%%WWWDIR%%/db/migrate/20180613081317_create_ci_builds_runner_session.rb +%%WWWDIR%%/db/migrate/20180625113853_create_import_export_uploads.rb +%%WWWDIR%%/db/migrate/20180626125654_add_index_on_deployable_for_deployments.rb +%%WWWDIR%%/db/migrate/20180628124813_alter_web_hook_logs_indexes.rb +%%WWWDIR%%/db/migrate/20180704204006_add_hide_third_party_offers_to_application_settings.rb %%WWWDIR%%/db/migrate/gpg_keys_limits_to_mysql.rb %%WWWDIR%%/db/migrate/limits_ci_build_trace_chunks_raw_data_for_mysql.rb %%WWWDIR%%/db/migrate/limits_to_mysql.rb @@ -6859,7 +6944,10 @@ %%WWWDIR%%/db/post_migrate/20180523125103_cleanup_merge_requests_allow_maintainer_to_push_rename.rb %%WWWDIR%%/db/post_migrate/20180529152628_schedule_to_archive_legacy_traces.rb %%WWWDIR%%/db/post_migrate/20180603190921_migrate_object_storage_upload_sidekiq_queue.rb +%%WWWDIR%%/db/post_migrate/20180604123514_cleanup_stages_position_migration.rb %%WWWDIR%%/db/post_migrate/20180608201435_cleanup_merge_requests_allow_collaboration_rename.rb +%%WWWDIR%%/db/post_migrate/20180629191052_add_partial_index_to_projects_for_last_repository_check_at.rb +%%WWWDIR%%/db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -7070,6 +7158,7 @@ %%WWWDIR%%/doc/ci/examples/artifactory_and_gitlab/index.md %%WWWDIR%%/doc/ci/examples/browser_performance.md %%WWWDIR%%/doc/ci/examples/code_climate.md +%%WWWDIR%%/doc/ci/examples/code_quality.md %%WWWDIR%%/doc/ci/examples/container_scanning.md %%WWWDIR%%/doc/ci/examples/dast.md %%WWWDIR%%/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/img/cloud_foundry_secret_variables.png @@ -7772,6 +7861,7 @@ %%WWWDIR%%/doc/update/10.6-to-10.7.md %%WWWDIR%%/doc/update/10.7-to-10.8.md %%WWWDIR%%/doc/update/10.8-to-11.0.md +%%WWWDIR%%/doc/update/11.0-to-11.1.md %%WWWDIR%%/doc/update/2.6-to-3.0.md %%WWWDIR%%/doc/update/2.9-to-3.0.md %%WWWDIR%%/doc/update/3.0-to-3.1.md @@ -7865,6 +7955,7 @@ %%WWWDIR%%/doc/user/admin_area/settings/img/update-available.png %%WWWDIR%%/doc/user/admin_area/settings/sign_up_restrictions.md %%WWWDIR%%/doc/user/admin_area/settings/terms.md +%%WWWDIR%%/doc/user/admin_area/settings/third_party_offers.md %%WWWDIR%%/doc/user/admin_area/settings/usage_statistics.md %%WWWDIR%%/doc/user/admin_area/settings/visibility_and_access_controls.md %%WWWDIR%%/doc/user/admin_area/user_cohorts.md @@ -7970,12 +8061,19 @@ %%WWWDIR%%/doc/user/project/img/container_registry.png %%WWWDIR%%/doc/user/project/img/cycle_analytics_landing_page.png %%WWWDIR%%/doc/user/project/img/description_templates.png +%%WWWDIR%%/doc/user/project/img/group_issue_board.png %%WWWDIR%%/doc/user/project/img/issue_board.png %%WWWDIR%%/doc/user/project/img/issue_board_add_list.png +%%WWWDIR%%/doc/user/project/img/issue_board_assignee_lists.png +%%WWWDIR%%/doc/user/project/img/issue_board_creation.png +%%WWWDIR%%/doc/user/project/img/issue_board_edit_button.png +%%WWWDIR%%/doc/user/project/img/issue_board_focus_mode.gif %%WWWDIR%%/doc/user/project/img/issue_board_move_issue_card_list.png %%WWWDIR%%/doc/user/project/img/issue_board_system_notes.png +%%WWWDIR%%/doc/user/project/img/issue_board_view_scope.png %%WWWDIR%%/doc/user/project/img/issue_board_welcome_message.png %%WWWDIR%%/doc/user/project/img/issue_boards_add_issues_modal.png +%%WWWDIR%%/doc/user/project/img/issue_boards_multiple.png %%WWWDIR%%/doc/user/project/img/issue_boards_remove_issue.png %%WWWDIR%%/doc/user/project/img/koding_build-in-progress.png %%WWWDIR%%/doc/user/project/img/koding_build-logs.png @@ -8480,6 +8578,7 @@ %%WWWDIR%%/lib/api/helpers/common_helpers.rb %%WWWDIR%%/lib/api/helpers/custom_attributes.rb %%WWWDIR%%/lib/api/helpers/custom_validators.rb +%%WWWDIR%%/lib/api/helpers/headers_helpers.rb %%WWWDIR%%/lib/api/helpers/internal_helpers.rb %%WWWDIR%%/lib/api/helpers/members_helpers.rb %%WWWDIR%%/lib/api/helpers/notes_helpers.rb @@ -8726,15 +8825,19 @@ %%WWWDIR%%/lib/gitlab/background_migration/.rubocop.yml %%WWWDIR%%/lib/gitlab/background_migration/add_merge_request_diff_commits_count.rb %%WWWDIR%%/lib/gitlab/background_migration/archive_legacy_traces.rb +%%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_rename.rb +%%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_schema_change.rb %%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_type_change.rb %%WWWDIR%%/lib/gitlab/background_migration/copy_column.rb %%WWWDIR%%/lib/gitlab/background_migration/create_fork_network_memberships_range.rb %%WWWDIR%%/lib/gitlab/background_migration/create_gpg_key_subkeys_from_gpg_keys.rb %%WWWDIR%%/lib/gitlab/background_migration/delete_conflicting_redirect_routes_range.rb +%%WWWDIR%%/lib/gitlab/background_migration/delete_diff_files.rb %%WWWDIR%%/lib/gitlab/background_migration/deserialize_merge_request_diffs_and_commits.rb %%WWWDIR%%/lib/gitlab/background_migration/fill_file_store_job_artifact.rb %%WWWDIR%%/lib/gitlab/background_migration/fill_file_store_lfs_object.rb %%WWWDIR%%/lib/gitlab/background_migration/fill_store_upload.rb +%%WWWDIR%%/lib/gitlab/background_migration/fix_cross_project_label_links.rb %%WWWDIR%%/lib/gitlab/background_migration/migrate_build_stage.rb %%WWWDIR%%/lib/gitlab/background_migration/migrate_build_stage_id_reference.rb %%WWWDIR%%/lib/gitlab/background_migration/migrate_events_to_push_event_payloads.rb @@ -9029,6 +9132,7 @@ %%WWWDIR%%/lib/gitlab/etag_caching/router.rb %%WWWDIR%%/lib/gitlab/etag_caching/store.rb %%WWWDIR%%/lib/gitlab/exclusive_lease.rb +%%WWWDIR%%/lib/gitlab/exclusive_lease_helpers.rb %%WWWDIR%%/lib/gitlab/fake_application_settings.rb %%WWWDIR%%/lib/gitlab/favicon.rb %%WWWDIR%%/lib/gitlab/file_detector.rb @@ -9067,6 +9171,7 @@ %%WWWDIR%%/lib/gitlab/git/operation_service.rb %%WWWDIR%%/lib/gitlab/git/path_helper.rb %%WWWDIR%%/lib/gitlab/git/popen.rb +%%WWWDIR%%/lib/gitlab/git/pre_receive_error.rb %%WWWDIR%%/lib/gitlab/git/raw_diff_change.rb %%WWWDIR%%/lib/gitlab/git/ref.rb %%WWWDIR%%/lib/gitlab/git/remote_mirror.rb @@ -9087,6 +9192,7 @@ %%WWWDIR%%/lib/gitlab/git/tree.rb %%WWWDIR%%/lib/gitlab/git/user.rb %%WWWDIR%%/lib/gitlab/git/util.rb +%%WWWDIR%%/lib/gitlab/git/version.rb %%WWWDIR%%/lib/gitlab/git/wiki.rb %%WWWDIR%%/lib/gitlab/git/wiki_file.rb %%WWWDIR%%/lib/gitlab/git/wiki_page.rb @@ -9178,6 +9284,10 @@ %%WWWDIR%%/lib/gitlab/graphql.rb %%WWWDIR%%/lib/gitlab/graphql/authorize.rb %%WWWDIR%%/lib/gitlab/graphql/authorize/instrumentation.rb +%%WWWDIR%%/lib/gitlab/graphql/connections.rb +%%WWWDIR%%/lib/gitlab/graphql/connections/keyset_connection.rb +%%WWWDIR%%/lib/gitlab/graphql/errors.rb +%%WWWDIR%%/lib/gitlab/graphql/expose_permissions.rb %%WWWDIR%%/lib/gitlab/graphql/present.rb %%WWWDIR%%/lib/gitlab/graphql/present/instrumentation.rb %%WWWDIR%%/lib/gitlab/graphql/variables.rb @@ -9187,7 +9297,6 @@ %%WWWDIR%%/lib/gitlab/hashed_storage/rake_helper.rb %%WWWDIR%%/lib/gitlab/health_checks/base_abstract_check.rb %%WWWDIR%%/lib/gitlab/health_checks/db_check.rb -%%WWWDIR%%/lib/gitlab/health_checks/fs_shards_check.rb %%WWWDIR%%/lib/gitlab/health_checks/gitaly_check.rb %%WWWDIR%%/lib/gitlab/health_checks/metric.rb %%WWWDIR%%/lib/gitlab/health_checks/prometheus_text_format.rb @@ -9219,6 +9328,7 @@ %%WWWDIR%%/lib/gitlab/import_export/command_line_util.rb %%WWWDIR%%/lib/gitlab/import_export/error.rb %%WWWDIR%%/lib/gitlab/import_export/file_importer.rb +%%WWWDIR%%/lib/gitlab/import_export/group_project_object_builder.rb %%WWWDIR%%/lib/gitlab/import_export/hash_util.rb %%WWWDIR%%/lib/gitlab/import_export/import_export.yml %%WWWDIR%%/lib/gitlab/import_export/importer.rb @@ -9236,6 +9346,7 @@ %%WWWDIR%%/lib/gitlab/import_export/saver.rb %%WWWDIR%%/lib/gitlab/import_export/shared.rb %%WWWDIR%%/lib/gitlab/import_export/statistics_restorer.rb +%%WWWDIR%%/lib/gitlab/import_export/uploads_manager.rb %%WWWDIR%%/lib/gitlab/import_export/uploads_restorer.rb %%WWWDIR%%/lib/gitlab/import_export/uploads_saver.rb %%WWWDIR%%/lib/gitlab/import_export/version_checker.rb @@ -9378,12 +9489,15 @@ %%WWWDIR%%/lib/gitlab/routing.rb %%WWWDIR%%/lib/gitlab/sanitizers/svg.rb %%WWWDIR%%/lib/gitlab/sanitizers/svg/whitelist.rb +%%WWWDIR%%/lib/gitlab/search/parsed_query.rb +%%WWWDIR%%/lib/gitlab/search/query.rb %%WWWDIR%%/lib/gitlab/search_results.rb %%WWWDIR%%/lib/gitlab/seeder.rb %%WWWDIR%%/lib/gitlab/sentry.rb %%WWWDIR%%/lib/gitlab/serializer/ci/variables.rb %%WWWDIR%%/lib/gitlab/serializer/pagination.rb %%WWWDIR%%/lib/gitlab/setup_helper.rb +%%WWWDIR%%/lib/gitlab/shard_health_cache.rb %%WWWDIR%%/lib/gitlab/shell.rb %%WWWDIR%%/lib/gitlab/shell_adapter.rb %%WWWDIR%%/lib/gitlab/sherlock.rb @@ -9428,6 +9542,7 @@ %%WWWDIR%%/lib/gitlab/slash_commands/presenters/issue_show.rb %%WWWDIR%%/lib/gitlab/slash_commands/result.rb %%WWWDIR%%/lib/gitlab/snippet_search_results.rb +%%WWWDIR%%/lib/gitlab/sql/cte.rb %%WWWDIR%%/lib/gitlab/sql/glob.rb %%WWWDIR%%/lib/gitlab/sql/pattern.rb %%WWWDIR%%/lib/gitlab/sql/recursive_cte.rb @@ -9501,6 +9616,7 @@ %%WWWDIR%%/lib/microsoft_teams/activity.rb %%WWWDIR%%/lib/microsoft_teams/notifier.rb %%WWWDIR%%/lib/milestone_array.rb +%%WWWDIR%%/lib/mysql_zero_date.rb %%WWWDIR%%/lib/object_storage/direct_upload.rb %%WWWDIR%%/lib/omni_auth/strategies/bitbucket.rb %%WWWDIR%%/lib/omni_auth/strategies/jwt.rb @@ -9621,6 +9737,7 @@ %%WWWDIR%%/lib/version_check.rb @(git,,) %%WWWDIR%%/locale/bg/gitlab.po @(git,,) %%WWWDIR%%/locale/bg/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/cs_CZ/gitlab.po @(git,,) %%WWWDIR%%/locale/de/gitlab.po @(git,,) %%WWWDIR%%/locale/de/gitlab.po.time_stamp @(git,,) %%WWWDIR%%/locale/en/gitlab.po @@ -9633,6 +9750,7 @@ @(git,,) %%WWWDIR%%/locale/fr/gitlab.po @(git,,) %%WWWDIR%%/locale/fr/gitlab.po.time_stamp @(git,,) %%WWWDIR%%/locale/gitlab.pot +@(git,,) %%WWWDIR%%/locale/gl_ES/gitlab.po @(git,,) %%WWWDIR%%/locale/id_ID/gitlab.po @(git,,) %%WWWDIR%%/locale/it/gitlab.po @(git,,) %%WWWDIR%%/locale/it/gitlab.po.time_stamp @@ -9690,6 +9808,7 @@ %%WWWDIR%%/qa/qa/factory/resource/merge_request.rb %%WWWDIR%%/qa/qa/factory/resource/personal_access_token.rb %%WWWDIR%%/qa/qa/factory/resource/project.rb +%%WWWDIR%%/qa/qa/factory/resource/project_imported_from_github.rb %%WWWDIR%%/qa/qa/factory/resource/runner.rb %%WWWDIR%%/qa/qa/factory/resource/sandbox.rb %%WWWDIR%%/qa/qa/factory/resource/secret_variable.rb @@ -9705,11 +9824,13 @@ %%WWWDIR%%/qa/qa/page/admin/settings/repository_storage.rb %%WWWDIR%%/qa/qa/page/base.rb %%WWWDIR%%/qa/qa/page/component/dropzone.rb +%%WWWDIR%%/qa/qa/page/component/select2.rb %%WWWDIR%%/qa/qa/page/dashboard/groups.rb %%WWWDIR%%/qa/qa/page/dashboard/projects.rb %%WWWDIR%%/qa/qa/page/element.rb %%WWWDIR%%/qa/qa/page/group/new.rb %%WWWDIR%%/qa/qa/page/group/show.rb +%%WWWDIR%%/qa/qa/page/issuable/sidebar.rb %%WWWDIR%%/qa/qa/page/main/login.rb %%WWWDIR%%/qa/qa/page/main/oauth.rb %%WWWDIR%%/qa/qa/page/mattermost/login.rb @@ -9722,6 +9843,7 @@ %%WWWDIR%%/qa/qa/page/merge_request/show.rb %%WWWDIR%%/qa/qa/page/profile/personal_access_tokens.rb %%WWWDIR%%/qa/qa/page/project/activity.rb +%%WWWDIR%%/qa/qa/page/project/import/github.rb %%WWWDIR%%/qa/qa/page/project/issue/index.rb %%WWWDIR%%/qa/qa/page/project/issue/new.rb %%WWWDIR%%/qa/qa/page/project/issue/show.rb @@ -9769,6 +9891,7 @@ %%WWWDIR%%/qa/qa/scenario/taggable.rb %%WWWDIR%%/qa/qa/scenario/template.rb %%WWWDIR%%/qa/qa/scenario/test/instance.rb +%%WWWDIR%%/qa/qa/scenario/test/integration/github.rb %%WWWDIR%%/qa/qa/scenario/test/integration/kubernetes.rb %%WWWDIR%%/qa/qa/scenario/test/integration/ldap.rb %%WWWDIR%%/qa/qa/scenario/test/integration/mattermost.rb @@ -9793,6 +9916,7 @@ %%WWWDIR%%/qa/qa/specs/features/project/create_issue_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/create_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/deploy_key_clone_spec.rb +%%WWWDIR%%/qa/qa/specs/features/project/import_from_github_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/pipelines_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/wikis_spec.rb %%WWWDIR%%/qa/qa/specs/features/repository/clone_spec.rb @@ -9826,6 +9950,7 @@ %%WWWDIR%%/qa/spec/support/stub_env.rb %%WWWDIR%%/rubocop/cop/avoid_break_from_strong_memoize.rb %%WWWDIR%%/rubocop/cop/avoid_return_from_blocks.rb +%%WWWDIR%%/rubocop/cop/gitlab/finder_with_find_by.rb %%WWWDIR%%/rubocop/cop/gitlab/httparty.rb %%WWWDIR%%/rubocop/cop/gitlab/module_with_instance_variables.rb %%WWWDIR%%/rubocop/cop/gitlab/predicate_memoization.rb @@ -9857,6 +9982,7 @@ %%WWWDIR%%/scripts/create_postgres_user.sh %%WWWDIR%%/scripts/detect-new-flaky-examples %%WWWDIR%%/scripts/frontend/frontend_script_utils.js +%%WWWDIR%%/scripts/frontend/postinstall.js %%WWWDIR%%/scripts/frontend/prettier.js %%WWWDIR%%/scripts/gitaly-test-build %%WWWDIR%%/scripts/gitaly-test-spawn @@ -9870,13 +9996,13 @@ %%WWWDIR%%/scripts/no-ee-check %%WWWDIR%%/scripts/prepare_build.sh %%WWWDIR%%/scripts/prune-old-flaky-specs +%%WWWDIR%%/scripts/rails5-gemfile-lock-check %%WWWDIR%%/scripts/schema_changed.sh %%WWWDIR%%/scripts/security-harness %%WWWDIR%%/scripts/static-analysis %%WWWDIR%%/scripts/sync-reports -%%WWWDIR%%/scripts/trigger-build-cloud-native +%%WWWDIR%%/scripts/trigger-build %%WWWDIR%%/scripts/trigger-build-docs -%%WWWDIR%%/scripts/trigger-build-omnibus %%WWWDIR%%/scripts/utils.sh %%WWWDIR%%/spec/bin/changelog_spec.rb %%WWWDIR%%/spec/bin/storage_check_spec.rb @@ -9965,8 +10091,6 @@ %%WWWDIR%%/spec/controllers/projects/branches_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/ci/lints_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/clusters/applications_controller_spec.rb -%%WWWDIR%%/spec/controllers/projects/clusters/gcp_controller_spec.rb -%%WWWDIR%%/spec/controllers/projects/clusters/user_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/clusters_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/commit_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/commits_controller_spec.rb @@ -10034,6 +10158,7 @@ %%WWWDIR%%/spec/controllers/users/terms_controller_spec.rb %%WWWDIR%%/spec/controllers/users_controller_spec.rb %%WWWDIR%%/spec/db/production/settings_spec.rb +%%WWWDIR%%/spec/dependencies/omniauth_saml_spec.rb %%WWWDIR%%/spec/factories/abuse_reports.rb %%WWWDIR%%/spec/factories/appearances.rb %%WWWDIR%%/spec/factories/application_settings.rb @@ -10086,6 +10211,7 @@ %%WWWDIR%%/spec/factories/group_members.rb %%WWWDIR%%/spec/factories/groups.rb %%WWWDIR%%/spec/factories/identities.rb +%%WWWDIR%%/spec/factories/import_export_uploads.rb %%WWWDIR%%/spec/factories/import_state.rb %%WWWDIR%%/spec/factories/instance_configuration.rb %%WWWDIR%%/spec/factories/internal_ids.rb @@ -10418,6 +10544,7 @@ %%WWWDIR%%/spec/features/projects/commit/comments/user_edits_comments_spec.rb %%WWWDIR%%/spec/features/projects/commit/diff_notes_spec.rb %%WWWDIR%%/spec/features/projects/commit/mini_pipeline_graph_spec.rb +%%WWWDIR%%/spec/features/projects/commit/user_comments_on_commit_spec.rb %%WWWDIR%%/spec/features/projects/commit/user_reverts_commit_spec.rb %%WWWDIR%%/spec/features/projects/commits/rss_spec.rb %%WWWDIR%%/spec/features/projects/commits/user_browses_commits_spec.rb @@ -10562,6 +10689,7 @@ %%WWWDIR%%/spec/features/projects/settings/user_manages_merge_requests_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_manages_project_members_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_renames_a_project_spec.rb +%%WWWDIR%%/spec/features/projects/settings/user_sees_revoke_deploy_token_modal_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_tags_project_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_transfers_a_project_spec.rb %%WWWDIR%%/spec/features/projects/settings/visibility_settings_spec.rb @@ -10745,11 +10873,13 @@ %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/comment.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commit/basic.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commit/detail.json +%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commit/with_stats.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commit_note.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commit_notes.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commit_stats.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commits.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commits_details.json +%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/commits_with_stats.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/issue.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/issues.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/merge_requests.json @@ -10780,6 +10910,7 @@ %%WWWDIR%%/spec/fixtures/api/schemas/registry/tags.json %%WWWDIR%%/spec/fixtures/api/schemas/variable.json %%WWWDIR%%/spec/fixtures/api/schemas/variables.json +%%WWWDIR%%/spec/fixtures/authentication/saml_response.xml %%WWWDIR%%/spec/fixtures/banana_sample.gif %%WWWDIR%%/spec/fixtures/big-image.png %%WWWDIR%%/spec/fixtures/blockquote_fence_after.md @@ -10850,7 +10981,6 @@ %%WWWDIR%%/spec/fixtures/emails/wrong_incoming_email_token.eml %%WWWDIR%%/spec/fixtures/emails/wrong_mail_key.eml %%WWWDIR%%/spec/fixtures/encoding/Japanese.md -%%WWWDIR%%/spec/fixtures/exported-project.gz %%WWWDIR%%/spec/fixtures/fuzzy.po %%WWWDIR%%/spec/fixtures/invalid.po %%WWWDIR%%/spec/fixtures/logo_sample.svg @@ -10866,6 +10996,7 @@ %%WWWDIR%%/spec/fixtures/pages_empty.tar.gz *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***