Date: Thu, 21 Jun 2018 15:45:20 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472981 - in head/www/gitlab: . files Message-ID: <201806211545.w5LFjKPc083956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Thu Jun 21 15:45:20 2018 New Revision: 472981 URL: https://svnweb.freebsd.org/changeset/ports/472981 Log: Update www/gitlab to 10.8.4. Incremental rollouts, plus open source push mirroring See here for all details: https://about.gitlab.com/2018/05/22/gitlab-10-8-released/ Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15950 Added: head/www/gitlab/files/patch-lib_tasks_gitlab_setup.rake (contents, props changed) Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/files/patch-Gemfile head/www/gitlab/files/patch-config_gitlab.yml.example head/www/gitlab/files/patch-config_initializers_1__settings.rb head/www/gitlab/pkg-message head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu Jun 21 15:40:23 2018 (r472980) +++ head/www/gitlab/Makefile Thu Jun 21 15:45:20 2018 (r472981) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 10.7.5 +PORTVERSION= 10.8.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -28,7 +27,7 @@ BUILD_DEPENDS= gem:devel/ruby-gems RUN_DEPENDS= git>=2.16.2:devel/git \ gitlab-shell>=7.1.2:devel/gitlab-shell \ gitlab-workhorse>=4.1.0:www/gitlab-workhorse \ - gitaly>=0.96.1:devel/gitaly \ + gitaly>=0.100.0:devel/gitaly \ gitlab-pages>=0.9.1:www/gitlab-pages \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ @@ -41,7 +40,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-rugged>=0.27.0:devel/rubygem-rugged \ rubygem-grape-route-helpers>=2.1.0:devel/rubygem-grape-route-helpers \ rubygem-faraday>=0.12.0:www/rubygem-faraday \ - rubygem-devise>=4.2:devel/rubygem-devise \ + 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-omniauth>=1.8:security/rubygem-omniauth \ @@ -49,7 +48,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-omniauth-azure-oauth2>=0.0.9:net/rubygem-omniauth-azure-oauth2 \ rubygem-omniauth-cas3>=1.1.4:security/rubygem-omniauth-cas3 \ rubygem-omniauth-facebook4>=4.0.0:net/rubygem-omniauth-facebook4 \ - rubygem-omniauth-github11>=1.1.1:net/rubygem-omniauth-github11 \ + rubygem-omniauth-github>=1.3.0:net/rubygem-omniauth-github \ rubygem-omniauth-gitlab>=1.0.2:security/rubygem-omniauth-gitlab \ rubygem-omniauth-google-oauth2>=0.5.3:net/rubygem-omniauth-google-oauth2 \ rubygem-omniauth-kerberos>=0.3.0:net/rubygem-omniauth-kerberos \ @@ -72,11 +71,11 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-gpgme>=2.0.13:security/rubygem-gpgme \ rubygem-gitlab_omniauth-ldap>=2.0.4:net/rubygem-gitlab_omniauth-ldap \ rubygem-net-ldap>=0.16.0:net/rubygem-net-ldap \ - rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ - rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ + rubygem-gitlab-gollum-lib>=4.2.0:www/rubygem-gitlab-gollum-lib \ + rubygem-gitlab-gollum-rugged_adapter>=0.4.4:www/rubygem-gitlab-gollum-rugged_adapter \ rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \ rubygem-grape>=1.0:devel/rubygem-grape \ - rubygem-grape-entity060>=0.6.0:devel/rubygem-grape-entity060 \ + rubygem-grape-entity>=0.7.1:devel/rubygem-grape-entity \ rubygem-rack-cors>=1.0.0:www/rubygem-rack-cors \ rubygem-hashie-forbidden_attributes>=0:devel/rubygem-hashie-forbidden_attributes \ rubygem-kaminari-rails4>=1.0:www/rubygem-kaminari-rails4 \ @@ -105,7 +104,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-wikicloth081>=0.8.1:textproc/rubygem-wikicloth081 \ rubygem-asciidoctor>=1.5.6:textproc/rubygem-asciidoctor \ rubygem-asciidoctor-plantuml>=0.0.8:textproc/rubygem-asciidoctor-plantuml \ - rubygem-rouge2>=2.0:textproc/rubygem-rouge2 \ + rubygem-rouge>=3.1:textproc/rubygem-rouge \ rubygem-truncato>=0.7.9:textproc/rubygem-truncato \ rubygem-bootstrap_form>=2.7.0:devel/rubygem-bootstrap_form \ rubygem-nokogiri>=1.8.2:textproc/rubygem-nokogiri \ @@ -124,6 +123,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ 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-device_detector>=0:devel/rubygem-device_detector \ rubygem-redis-rails>=5.0.1:www/rubygem-redis-rails \ rubygem-redis3>=3.2:databases/rubygem-redis3 \ rubygem-connection_pool>=2.0:net/rubygem-connection_pool \ @@ -172,11 +172,10 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-batch-loader>=1.2.1:devel/rubygem-batch-loader \ rubygem-peek>=1.0.1:devel/rubygem-peek \ rubygem-peek-gc>=0.0.2:devel/rubygem-peek-gc \ - rubygem-peek-performance_bar>=1.3.0:devel/rubygem-peek-performance_bar \ rubygem-peek-rblineprof>=0.2.0:devel/rubygem-peek-rblineprof \ rubygem-peek-redis>=1.2.0:devel/rubygem-peek-redis \ rubygem-peek-sidekiq>=1.0.3:devel/rubygem-peek-sidekiq \ - rubygem-prometheus-client-mmap>=0.9.1:devel/rubygem-prometheus-client-mmap \ + rubygem-prometheus-client-mmap>=0.9.3:devel/rubygem-prometheus-client-mmap \ rubygem-octokit>=4.8:net/rubygem-octokit \ rubygem-mail_room>=0.9.1:mail/rubygem-mail_room \ rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \ @@ -191,7 +190,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-rbnacl4<=4.0.2:security/rubygem-rbnacl4 \ rubygem-rbnacl-libsodium>=0:security/rubygem-rbnacl-libsodium \ rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly-proto096>=0.96.0:net/rubygem-gitaly-proto096 \ + rubygem-gitaly-proto099>=0.99.0:net/rubygem-gitaly-proto099 \ 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 \ Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Thu Jun 21 15:40:23 2018 (r472980) +++ head/www/gitlab/distinfo Thu Jun 21 15:45:20 2018 (r472981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527763488 -SHA256 (gitlabhq-gitlabhq-v10.7.5_GH0.tar.gz) = 69829e44acec5622b98a957874bd0426779540866bfd5ac6637b2bb331101f30 -SIZE (gitlabhq-gitlabhq-v10.7.5_GH0.tar.gz) = 47807879 +TIMESTAMP = 1529480195 +SHA256 (gitlabhq-gitlabhq-v10.8.4_GH0.tar.gz) = 36c9680e92387507a64d599cf3e464328857efa84fc971a93dca0b3c1ffd8ace +SIZE (gitlabhq-gitlabhq-v10.8.4_GH0.tar.gz) = 48448250 Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Thu Jun 21 15:40:23 2018 (r472980) +++ head/www/gitlab/files/patch-Gemfile Thu Jun 21 15:45:20 2018 (r472981) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-05-28 11:47:11 UTC +--- Gemfile.orig 2018-06-20 17:48:20 UTC +++ Gemfile @@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', gem_versions['default_value_for'] @@ -9,7 +9,7 @@ gem 'pg', '~> 0.18.2', group: :postgres gem 'rugged', '~> 0.27' -@@ -125,7 +125,7 @@ gem 'fog-rackspace', '~> 0.1.1' +@@ -118,7 +118,7 @@ gem 'fog-rackspace', '~> 0.1.1' gem 'fog-aliyun', '~> 0.2.0' # for Google storage @@ -18,7 +18,7 @@ # for aws storage gem 'unf', '~> 0.1.4' -@@ -176,7 +176,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req +@@ -169,7 +169,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -27,7 +27,7 @@ # Colored output to console gem 'rainbow', '~> 2.2' -@@ -226,7 +226,7 @@ gem 'kubeclient', '~> 3.0' +@@ -222,7 +222,7 @@ gem 'kubeclient', '~> 3.0' gem 'd3_rails', '~> 3.5.0' # Sanitize user input @@ -36,16 +36,16 @@ gem 'babosa', '~> 1.0.2' # Sanitizes SVG input -@@ -288,7 +288,7 @@ gem 'batch-loader', '~> 1.2.1' +@@ -284,7 +284,7 @@ gem 'batch-loader', '~> 1.2.1' # Perf bar gem 'peek', '~> 1.0.1' gem 'peek-gc', '~> 0.0.2' -gem 'peek-mysql2', '~> 1.1.0', group: :mysql +gem 'peek-mysql2', '>= 1.1.0', group: :mysql - gem 'peek-performance_bar', '~> 1.3.0' gem 'peek-pg', '~> 1.3.0', group: :postgres gem 'peek-rblineprof', '~> 0.2.0' -@@ -297,98 +297,11 @@ gem 'peek-sidekiq', '~> 1.0.3' + gem 'peek-redis', '~> 1.2.0' +@@ -292,99 +292,11 @@ gem 'peek-sidekiq', '~> 1.0.3' # Metrics group :metrics do @@ -54,7 +54,7 @@ - gem 'influxdb', '~> 0.2', require: false - # Prometheus - gem 'prometheus-client-mmap', '~> 0.9.1' + gem 'prometheus-client-mmap', '~> 0.9.3' gem 'raindrops', '~> 0.18' end @@ -135,6 +135,7 @@ - gem 'email_spec', '~> 1.6.0' - gem 'json-schema', '~> 2.8.0' - gem 'webmock', '~> 2.3.2' +- gem 'rails-controller-testing' if rails5? # Rails5 only gem. - gem 'test_after_commit', '~> 1.1' unless rails5? # Remove this gem when migrated to rails 5.0. It's been integrated to rails 5.0. - gem 'sham_rack', '~> 1.3.6' - gem 'concurrent-ruby', '~> 1.0.5' @@ -144,8 +145,3 @@ gem 'octokit', '~> 4.8' gem 'mail_room', '~> 0.9.1' -@@ -439,3 +352,4 @@ gem 'grape_logging', '~> 1.7' - - # Asset synchronization - gem 'asset_sync', '~> 2.2.0' -+ Modified: head/www/gitlab/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab/files/patch-config_gitlab.yml.example Thu Jun 21 15:40:23 2018 (r472980) +++ head/www/gitlab/files/patch-config_gitlab.yml.example Thu Jun 21 15:45:20 2018 (r472981) @@ -1,6 +1,15 @@ ---- config/gitlab.yml.example.orig 2018-05-28 11:47:11 UTC +--- config/gitlab.yml.example.orig 2018-06-06 20:30:27 UTC +++ config/gitlab.yml.example -@@ -570,7 +570,7 @@ production: &base +@@ -213,7 +213,7 @@ production: &base + # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages + # external_https: ["1.1.1.1:443", "[2001::1]:443"] # If defined, enables custom domain and certificate support in GitLab Pages + admin: +- address: unix:/home/git/gitlab/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) ++ address: unix:/usr/local/www/gitlab/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) + + ## Mattermost + ## For enabling Add to Mattermost button +@@ -572,7 +572,7 @@ production: &base # Gitaly settings gitaly: # Path to the directory containing Gitaly client executables. @@ -9,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. -@@ -588,8 +588,8 @@ production: &base +@@ -590,8 +590,8 @@ production: &base # real path not the symlink. storages: # You must have at least a `default` storage path. default: @@ -20,7 +29,7 @@ # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings -@@ -617,12 +617,12 @@ production: &base +@@ -619,12 +619,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -36,7 +45,7 @@ # Git over HTTP upload_pack: true -@@ -643,7 +643,7 @@ production: &base +@@ -645,7 +645,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Modified: head/www/gitlab/files/patch-config_initializers_1__settings.rb ============================================================================== --- head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Jun 21 15:40:23 2018 (r472980) +++ head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Jun 21 15:45:20 2018 (r472981) @@ -1,6 +1,6 @@ ---- config/initializers/1_settings.rb.orig 2018-02-22 10:46:29 UTC +--- config/initializers/1_settings.rb.orig 2018-06-06 20:30:27 UTC +++ config/initializers/1_settings.rb -@@ -252,12 +252,8 @@ Settings.gitlab['email_subject_suffix'] +@@ -125,12 +125,8 @@ Settings.gitlab['email_subject_suffix'] Settings.gitlab['base_url'] ||= Settings.__send__(:build_base_gitlab_url) Settings.gitlab['url'] ||= Settings.__send__(:build_gitlab_url) Settings.gitlab['user'] ||= 'git' Added: head/www/gitlab/files/patch-lib_tasks_gitlab_setup.rake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab/files/patch-lib_tasks_gitlab_setup.rake Thu Jun 21 15:45:20 2018 (r472981) @@ -0,0 +1,12 @@ +--- lib/tasks/gitlab/setup.rake.orig 2018-06-21 08:18:34 UTC ++++ lib/tasks/gitlab/setup.rake +@@ -1,7 +1,8 @@ + namespace :gitlab do + desc "GitLab | Setup production application" + task setup: :gitlab_environment do +- check_gitaly_connection ++ # Remove this check, see https://gitlab.com/gitlab-org/gitlab-ce/issues/47483 ++ #check_gitaly_connection + setup_db + end + Modified: head/www/gitlab/pkg-message ============================================================================== --- head/www/gitlab/pkg-message Thu Jun 21 15:40:23 2018 (r472980) +++ head/www/gitlab/pkg-message Thu Jun 21 15:45:20 2018 (r472981) @@ -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.7-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.8-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 10.6.x to 10.7.x, please follow the instructions in the guide at: +switched from 10.7.x to 10.8.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.6-10.7-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.7-10.8-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Thu Jun 21 15:40:23 2018 (r472980) +++ head/www/gitlab/pkg-plist Thu Jun 21 15:45:20 2018 (r472981) @@ -11,6 +11,7 @@ %%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/merge_request_templates/Documentation.md %%WWWDIR%%/.gitlab/route-map.yml @@ -1876,6 +1877,8 @@ %%WWWDIR%%/app/assets/images/emoji/zipper_mouth.png %%WWWDIR%%/app/assets/images/emoji/zzz.png %%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-yellow.ico %%WWWDIR%%/app/assets/images/favicon.ico @@ -1974,7 +1977,7 @@ %%WWWDIR%%/app/assets/javascripts/blob_edit/blob_bundle.js %%WWWDIR%%/app/assets/javascripts/blob_edit/edit_blob.js %%WWWDIR%%/app/assets/javascripts/boards/components/board.js -%%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.js +%%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_card.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js %%WWWDIR%%/app/assets/javascripts/boards/components/board_list.vue @@ -2020,6 +2023,7 @@ %%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 @@ -2039,7 +2043,6 @@ %%WWWDIR%%/app/assets/javascripts/commons/polyfills/event.js %%WWWDIR%%/app/assets/javascripts/commons/polyfills/nodelist.js %%WWWDIR%%/app/assets/javascripts/commons/vue.js -%%WWWDIR%%/app/assets/javascripts/compare.js %%WWWDIR%%/app/assets/javascripts/compare_autocomplete.js %%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js %%WWWDIR%%/app/assets/javascripts/contextual_sidebar.js @@ -2181,22 +2184,29 @@ %%WWWDIR%%/app/assets/javascripts/help/help.js %%WWWDIR%%/app/assets/javascripts/helpers/issuables_helper.js %%WWWDIR%%/app/assets/javascripts/how_to_merge.js +%%WWWDIR%%/app/assets/javascripts/ide/components/activity_bar.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/empty_state.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/form.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_collapsed.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_item.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/radio_group.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/stage_button.vue +%%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/file_finder/index.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/file_finder/item.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_context_bar.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_external_links.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_file_buttons.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_branches_tree.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_tree.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_repo_tree.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_review.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_side_bar.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_status_bar.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_tree.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_tree_list.vue %%WWWDIR%%/app/assets/javascripts/ide/components/mr_file_icon.vue %%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/index.vue %%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/modal.vue @@ -2209,6 +2219,7 @@ %%WWWDIR%%/app/assets/javascripts/ide/components/repo_tab.vue %%WWWDIR%%/app/assets/javascripts/ide/components/repo_tabs.vue %%WWWDIR%%/app/assets/javascripts/ide/components/resizable_panel.vue +%%WWWDIR%%/app/assets/javascripts/ide/constants.js %%WWWDIR%%/app/assets/javascripts/ide/eventhub.js %%WWWDIR%%/app/assets/javascripts/ide/ide_router.js %%WWWDIR%%/app/assets/javascripts/ide/index.js @@ -2221,6 +2232,7 @@ %%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff_worker.js %%WWWDIR%%/app/assets/javascripts/ide/lib/editor.js %%WWWDIR%%/app/assets/javascripts/ide/lib/editor_options.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/keymap.json %%WWWDIR%%/app/assets/javascripts/ide/lib/themes/gl_theme.js %%WWWDIR%%/app/assets/javascripts/ide/monaco_loader.js %%WWWDIR%%/app/assets/javascripts/ide/services/index.js @@ -2318,6 +2330,7 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/dom_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/http_status.js %%WWWDIR%%/app/assets/javascripts/lib/utils/image_utility.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/keycodes.js %%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js %%WWWDIR%%/app/assets/javascripts/lib/utils/number_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/poll.js @@ -2474,8 +2487,10 @@ %%WWWDIR%%/app/assets/javascripts/pages/help/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/help/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/help/ui/index.js +%%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/ldap/omniauth_callbacks/index.js %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/components/delete_milestone_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/components/promote_milestone_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/delete_milestone_modal_init.js @@ -2504,7 +2519,9 @@ %%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/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 @@ -2544,7 +2561,9 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/labels/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/conflicts/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/creations/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/creations/new/compare.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/creations/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/creations/new/target_project_dropdown.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/init_merge_request.js @@ -2592,7 +2611,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/external.js %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/project_avatar.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/shared/project_new.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/shared/save_project_loader.js %%WWWDIR%%/app/assets/javascripts/pages/projects/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/new/index.js @@ -2624,7 +2643,6 @@ %%WWWDIR%%/app/assets/javascripts/performance_bar/components/performance_bar_app.vue %%WWWDIR%%/app/assets/javascripts/performance_bar/components/request_selector.vue %%WWWDIR%%/app/assets/javascripts/performance_bar/components/simple_metric.vue -%%WWWDIR%%/app/assets/javascripts/performance_bar/components/upstream_performance_bar.vue %%WWWDIR%%/app/assets/javascripts/performance_bar/index.js %%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js %%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js @@ -2633,7 +2651,6 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/components/blank_state.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/action_component.vue -%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/dropdown_action_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/graph_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/job_component.vue @@ -2649,6 +2666,7 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_table_row.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/stage.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/time_ago.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/constants.js %%WWWDIR%%/app/assets/javascripts/pipelines/event_hub.js %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/pipelines.js %%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_bundle.js @@ -2713,6 +2731,7 @@ %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js %%WWWDIR%%/app/assets/javascripts/settings_panels.js %%WWWDIR%%/app/assets/javascripts/shared/milestones/form.js +%%WWWDIR%%/app/assets/javascripts/shared/popover.js %%WWWDIR%%/app/assets/javascripts/shared/sessions/u2f.js %%WWWDIR%%/app/assets/javascripts/shortcuts.js %%WWWDIR%%/app/assets/javascripts/shortcuts_blob.js @@ -2737,11 +2756,11 @@ %%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/subscriptions.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.vue -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/help_state.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/sidebar_time_tracking.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/spent_only_pane.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.vue +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/help_state.vue +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.vue +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/sidebar_time_tracking.vue +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/spent_only_pane.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/time_tracker.vue %%WWWDIR%%/app/assets/javascripts/sidebar/event_hub.js %%WWWDIR%%/app/assets/javascripts/sidebar/lib/sidebar_move_issue.js @@ -2754,6 +2773,7 @@ %%WWWDIR%%/app/assets/javascripts/single_file_diff.js %%WWWDIR%%/app/assets/javascripts/smart_interval.js %%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js +%%WWWDIR%%/app/assets/javascripts/snippet/snippet_embed.js %%WWWDIR%%/app/assets/javascripts/sortable/sortable_config.js %%WWWDIR%%/app/assets/javascripts/star.js %%WWWDIR%%/app/assets/javascripts/subscription_select.js @@ -2776,7 +2796,6 @@ %%WWWDIR%%/app/assets/javascripts/user_callout.js %%WWWDIR%%/app/assets/javascripts/users_select.js %%WWWDIR%%/app/assets/javascripts/version_check_image.js -%%WWWDIR%%/app/assets/javascripts/visibility_select.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/memory_usage.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author.vue @@ -2800,14 +2819,14 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.vue %%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_pipeline_failed.js -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_ready_to_merge.js %%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_wip.js %%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 +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/ready_to_merge.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/sha_mismatch.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/unresolved_discussions.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/work_in_progress.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/dependencies.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/event_hub.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/index.js @@ -2816,6 +2835,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/get_state_key.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/state_maps.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/callout.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_badge_link.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/clipboard_button.vue @@ -2885,6 +2905,7 @@ %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss %%WWWDIR%%/app/assets/stylesheets/behaviors.scss +%%WWWDIR%%/app/assets/stylesheets/emoji_sprites.scss %%WWWDIR%%/app/assets/stylesheets/framework.scss %%WWWDIR%%/app/assets/stylesheets/framework/animations.scss %%WWWDIR%%/app/assets/stylesheets/framework/asciidoctor.scss @@ -2902,7 +2923,6 @@ %%WWWDIR%%/app/assets/stylesheets/framework/common.scss %%WWWDIR%%/app/assets/stylesheets/framework/contextual_sidebar.scss %%WWWDIR%%/app/assets/stylesheets/framework/dropdowns.scss -%%WWWDIR%%/app/assets/stylesheets/framework/emoji_sprites.scss %%WWWDIR%%/app/assets/stylesheets/framework/emojis.scss %%WWWDIR%%/app/assets/stylesheets/framework/feature_highlight.scss %%WWWDIR%%/app/assets/stylesheets/framework/files.scss @@ -2939,6 +2959,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/stacked_progress_bar.scss %%WWWDIR%%/app/assets/stylesheets/framework/tables.scss %%WWWDIR%%/app/assets/stylesheets/framework/tabs.scss +%%WWWDIR%%/app/assets/stylesheets/framework/terms.scss %%WWWDIR%%/app/assets/stylesheets/framework/timeline.scss %%WWWDIR%%/app/assets/stylesheets/framework/toggle.scss %%WWWDIR%%/app/assets/stylesheets/framework/tooltips.scss @@ -2950,10 +2971,12 @@ %%WWWDIR%%/app/assets/stylesheets/framework/wells.scss %%WWWDIR%%/app/assets/stylesheets/framework/zen.scss %%WWWDIR%%/app/assets/stylesheets/highlight/dark.scss +%%WWWDIR%%/app/assets/stylesheets/highlight/embedded.scss %%WWWDIR%%/app/assets/stylesheets/highlight/monokai.scss %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_dark.scss %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_light.scss %%WWWDIR%%/app/assets/stylesheets/highlight/white.scss +%%WWWDIR%%/app/assets/stylesheets/highlight/white_base.scss %%WWWDIR%%/app/assets/stylesheets/mailers/highlighted_diff_email.scss %%WWWDIR%%/app/assets/stylesheets/notify.scss %%WWWDIR%%/app/assets/stylesheets/pages/admin.scss @@ -3009,6 +3032,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/xterm.scss %%WWWDIR%%/app/assets/stylesheets/performance_bar.scss %%WWWDIR%%/app/assets/stylesheets/print.scss +%%WWWDIR%%/app/assets/stylesheets/snippets.scss %%WWWDIR%%/app/assets/stylesheets/test.scss %%WWWDIR%%/app/controllers/abuse_reports_controller.rb %%WWWDIR%%/app/controllers/admin/abuse_reports_controller.rb @@ -3059,6 +3083,7 @@ %%WWWDIR%%/app/controllers/concerns/enforces_two_factor_authentication.rb %%WWWDIR%%/app/controllers/concerns/group_tree.rb %%WWWDIR%%/app/controllers/concerns/hooks_execution.rb +%%WWWDIR%%/app/controllers/concerns/internal_redirect.rb %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb %%WWWDIR%%/app/controllers/concerns/issuable_collections.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb @@ -3108,6 +3133,7 @@ %%WWWDIR%%/app/controllers/groups/group_members_controller.rb %%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/uploads_controller.rb @@ -3128,6 +3154,7 @@ %%WWWDIR%%/app/controllers/invites_controller.rb %%WWWDIR%%/app/controllers/jwt_controller.rb %%WWWDIR%%/app/controllers/koding_controller.rb +%%WWWDIR%%/app/controllers/ldap/omniauth_callbacks_controller.rb %%WWWDIR%%/app/controllers/metrics_controller.rb %%WWWDIR%%/app/controllers/notification_settings_controller.rb %%WWWDIR%%/app/controllers/oauth/applications_controller.rb @@ -3136,6 +3163,7 @@ %%WWWDIR%%/app/controllers/omniauth_callbacks_controller.rb %%WWWDIR%%/app/controllers/passwords_controller.rb %%WWWDIR%%/app/controllers/profiles/accounts_controller.rb +%%WWWDIR%%/app/controllers/profiles/active_sessions_controller.rb %%WWWDIR%%/app/controllers/profiles/application_controller.rb %%WWWDIR%%/app/controllers/profiles/avatars_controller.rb %%WWWDIR%%/app/controllers/profiles/chat_names_controller.rb @@ -3197,6 +3225,7 @@ %%WWWDIR%%/app/controllers/projects/merge_requests/diffs_controller.rb %%WWWDIR%%/app/controllers/projects/merge_requests_controller.rb %%WWWDIR%%/app/controllers/projects/milestones_controller.rb +%%WWWDIR%%/app/controllers/projects/mirrors_controller.rb %%WWWDIR%%/app/controllers/projects/network_controller.rb %%WWWDIR%%/app/controllers/projects/notes_controller.rb %%WWWDIR%%/app/controllers/projects/pages_controller.rb @@ -3246,6 +3275,7 @@ %%WWWDIR%%/app/controllers/snippets_controller.rb %%WWWDIR%%/app/controllers/uploads_controller.rb %%WWWDIR%%/app/controllers/user_callouts_controller.rb +%%WWWDIR%%/app/controllers/users/terms_controller.rb %%WWWDIR%%/app/controllers/users_controller.rb %%WWWDIR%%/app/finders/README.md %%WWWDIR%%/app/finders/access_requests_finder.rb @@ -3289,6 +3319,7 @@ %%WWWDIR%%/app/finders/user_recent_events_finder.rb %%WWWDIR%%/app/finders/users_finder.rb %%WWWDIR%%/app/helpers/accounts_helper.rb +%%WWWDIR%%/app/helpers/active_sessions_helper.rb %%WWWDIR%%/app/helpers/appearances_helper.rb %%WWWDIR%%/app/helpers/application_helper.rb %%WWWDIR%%/app/helpers/application_settings_helper.rb @@ -3310,6 +3341,7 @@ %%WWWDIR%%/app/helpers/compare_helper.rb %%WWWDIR%%/app/helpers/components_helper.rb %%WWWDIR%%/app/helpers/conversational_development_index_helper.rb +%%WWWDIR%%/app/helpers/count_helper.rb %%WWWDIR%%/app/helpers/dashboard_helper.rb %%WWWDIR%%/app/helpers/defer_script_tag_helper.rb %%WWWDIR%%/app/helpers/deploy_tokens_helper.rb @@ -3357,6 +3389,7 @@ %%WWWDIR%%/app/helpers/projects_helper.rb %%WWWDIR%%/app/helpers/rss_helper.rb %%WWWDIR%%/app/helpers/runners_helper.rb +%%WWWDIR%%/app/helpers/safe_params_helper.rb %%WWWDIR%%/app/helpers/search_helper.rb %%WWWDIR%%/app/helpers/selects_helper.rb %%WWWDIR%%/app/helpers/sentry_helper.rb @@ -3397,8 +3430,10 @@ %%WWWDIR%%/app/mailers/repository_check_mailer.rb %%WWWDIR%%/app/models/ability.rb %%WWWDIR%%/app/models/abuse_report.rb +%%WWWDIR%%/app/models/active_session.rb %%WWWDIR%%/app/models/appearance.rb %%WWWDIR%%/app/models/application_setting.rb +%%WWWDIR%%/app/models/application_setting/term.rb %%WWWDIR%%/app/models/audit_event.rb %%WWWDIR%%/app/models/award_emoji.rb %%WWWDIR%%/app/models/badge.rb @@ -3450,6 +3485,7 @@ %%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_trace_chunk.rb %%WWWDIR%%/app/models/ci/build_trace_section.rb %%WWWDIR%%/app/models/ci/build_trace_section_name.rb %%WWWDIR%%/app/models/ci/group.rb @@ -3461,6 +3497,7 @@ %%WWWDIR%%/app/models/ci/pipeline_schedule_variable.rb %%WWWDIR%%/app/models/ci/pipeline_variable.rb %%WWWDIR%%/app/models/ci/runner.rb +%%WWWDIR%%/app/models/ci/runner_namespace.rb %%WWWDIR%%/app/models/ci/runner_project.rb %%WWWDIR%%/app/models/ci/stage.rb %%WWWDIR%%/app/models/ci/trigger.rb @@ -3499,6 +3536,7 @@ %%WWWDIR%%/app/models/concerns/each_batch.rb %%WWWDIR%%/app/models/concerns/editable.rb %%WWWDIR%%/app/models/concerns/expirable.rb +%%WWWDIR%%/app/models/concerns/fast_destroy_all.rb %%WWWDIR%%/app/models/concerns/faster_cache_keys.rb %%WWWDIR%%/app/models/concerns/feature_gate.rb %%WWWDIR%%/app/models/concerns/ghost_user.rb @@ -3513,7 +3551,6 @@ %%WWWDIR%%/app/models/concerns/mentionable.rb %%WWWDIR%%/app/models/concerns/mentionable/reference_regexes.rb %%WWWDIR%%/app/models/concerns/milestoneish.rb -%%WWWDIR%%/app/models/concerns/nonatomic_internal_id.rb %%WWWDIR%%/app/models/concerns/note_on_diff.rb %%WWWDIR%%/app/models/concerns/noteable.rb %%WWWDIR%%/app/models/concerns/participable.rb @@ -3647,11 +3684,13 @@ %%WWWDIR%%/app/models/project.rb %%WWWDIR%%/app/models/project_authorization.rb %%WWWDIR%%/app/models/project_auto_devops.rb +%%WWWDIR%%/app/models/project_ci_cd_setting.rb %%WWWDIR%%/app/models/project_custom_attribute.rb %%WWWDIR%%/app/models/project_deploy_token.rb %%WWWDIR%%/app/models/project_feature.rb %%WWWDIR%%/app/models/project_group_link.rb %%WWWDIR%%/app/models/project_import_data.rb +%%WWWDIR%%/app/models/project_import_state.rb %%WWWDIR%%/app/models/project_label.rb %%WWWDIR%%/app/models/project_services/asana_service.rb %%WWWDIR%%/app/models/project_services/assembla_service.rb @@ -3715,6 +3754,7 @@ %%WWWDIR%%/app/models/readme_blob.rb %%WWWDIR%%/app/models/redirect_route.rb %%WWWDIR%%/app/models/release.rb +%%WWWDIR%%/app/models/remote_mirror.rb %%WWWDIR%%/app/models/repository.rb %%WWWDIR%%/app/models/route.rb %%WWWDIR%%/app/models/security_event.rb @@ -3727,6 +3767,7 @@ %%WWWDIR%%/app/models/storage/legacy_project.rb %%WWWDIR%%/app/models/subscription.rb %%WWWDIR%%/app/models/system_note_metadata.rb +%%WWWDIR%%/app/models/term_agreement.rb %%WWWDIR%%/app/models/timelog.rb %%WWWDIR%%/app/models/todo.rb %%WWWDIR%%/app/models/tree.rb @@ -3742,6 +3783,7 @@ %%WWWDIR%%/app/models/users_star_project.rb %%WWWDIR%%/app/models/wiki_directory.rb %%WWWDIR%%/app/models/wiki_page.rb +%%WWWDIR%%/app/policies/application_setting/term_policy.rb %%WWWDIR%%/app/policies/base_policy.rb %%WWWDIR%%/app/policies/ci/build_policy.rb %%WWWDIR%%/app/policies/ci/pipeline_policy.rb @@ -3780,7 +3822,9 @@ %%WWWDIR%%/app/presenters/ci/pipeline_presenter.rb %%WWWDIR%%/app/presenters/ci/variable_presenter.rb %%WWWDIR%%/app/presenters/clusters/cluster_presenter.rb +%%WWWDIR%%/app/presenters/commit_status_presenter.rb %%WWWDIR%%/app/presenters/conversational_development_index/metric_presenter.rb +%%WWWDIR%%/app/presenters/generic_commit_status_presenter.rb %%WWWDIR%%/app/presenters/group_member_presenter.rb %%WWWDIR%%/app/presenters/member_presenter.rb %%WWWDIR%%/app/presenters/members_presenter.rb @@ -3866,12 +3910,14 @@ %%WWWDIR%%/app/serializers/pipeline_entity.rb %%WWWDIR%%/app/serializers/pipeline_serializer.rb %%WWWDIR%%/app/serializers/project_entity.rb +%%WWWDIR%%/app/serializers/project_mirror_entity.rb %%WWWDIR%%/app/serializers/project_note_entity.rb %%WWWDIR%%/app/serializers/project_note_serializer.rb %%WWWDIR%%/app/serializers/project_serializer.rb %%WWWDIR%%/app/serializers/request_aware_entity.rb %%WWWDIR%%/app/serializers/runner_entity.rb %%WWWDIR%%/app/serializers/stage_entity.rb +%%WWWDIR%%/app/serializers/stage_serializer.rb %%WWWDIR%%/app/serializers/status_entity.rb %%WWWDIR%%/app/serializers/submodule_entity.rb %%WWWDIR%%/app/serializers/time_trackable_entity.rb @@ -3942,9 +3988,11 @@ %%WWWDIR%%/app/services/commits/create_service.rb %%WWWDIR%%/app/services/commits/revert_service.rb %%WWWDIR%%/app/services/compare_service.rb +%%WWWDIR%%/app/services/concerns/exclusive_lease_guard.rb %%WWWDIR%%/app/services/concerns/issues/resolve_discussions.rb %%WWWDIR%%/app/services/concerns/update_visibility_level.rb %%WWWDIR%%/app/services/concerns/users/new_user_notifier.rb +%%WWWDIR%%/app/services/concerns/users/participable_service.rb %%WWWDIR%%/app/services/create_branch_service.rb %%WWWDIR%%/app/services/create_deployment_service.rb %%WWWDIR%%/app/services/create_release_service.rb @@ -4051,6 +4099,7 @@ %%WWWDIR%%/app/services/notes/post_process_service.rb %%WWWDIR%%/app/services/notes/quick_actions_service.rb %%WWWDIR%%/app/services/notes/render_service.rb +%%WWWDIR%%/app/services/notes/resolve_service.rb %%WWWDIR%%/app/services/notes/update_service.rb %%WWWDIR%%/app/services/notification_recipient_service.rb %%WWWDIR%%/app/services/notification_service.rb @@ -4097,6 +4146,7 @@ %%WWWDIR%%/app/services/projects/unlink_fork_service.rb %%WWWDIR%%/app/services/projects/update_pages_configuration_service.rb %%WWWDIR%%/app/services/projects/update_pages_service.rb +%%WWWDIR%%/app/services/projects/update_remote_mirror_service.rb %%WWWDIR%%/app/services/projects/update_service.rb %%WWWDIR%%/app/services/prometheus/adapter_service.rb %%WWWDIR%%/app/services/protected_branches/access_level_params.rb @@ -4143,6 +4193,7 @@ %%WWWDIR%%/app/services/users/last_push_event_service.rb %%WWWDIR%%/app/services/users/migrate_to_ghost_user_service.rb %%WWWDIR%%/app/services/users/refresh_authorized_projects_service.rb +%%WWWDIR%%/app/services/users/respond_to_terms_service.rb %%WWWDIR%%/app/services/users/update_service.rb %%WWWDIR%%/app/services/validate_new_branch_service.rb %%WWWDIR%%/app/services/verify_pages_domain_service.rb @@ -4214,11 +4265,13 @@ %%WWWDIR%%/app/views/admin/application_settings/_realtime.html.haml %%WWWDIR%%/app/views/admin/application_settings/_registry.html.haml %%WWWDIR%%/app/views/admin/application_settings/_repository_check.html.haml +%%WWWDIR%%/app/views/admin/application_settings/_repository_mirrors_form.html.haml %%WWWDIR%%/app/views/admin/application_settings/_repository_storage.html.haml %%WWWDIR%%/app/views/admin/application_settings/_signin.html.haml %%WWWDIR%%/app/views/admin/application_settings/_signup.html.haml %%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/_usage.html.haml %%WWWDIR%%/app/views/admin/application_settings/_visibility_and_access.html.haml %%WWWDIR%%/app/views/admin/application_settings/show.html.haml @@ -4447,6 +4500,10 @@ %%WWWDIR%%/app/views/groups/milestones/show.html.haml %%WWWDIR%%/app/views/groups/new.html.haml %%WWWDIR%%/app/views/groups/projects.html.haml +%%WWWDIR%%/app/views/groups/runners/_group_runners.html.haml +%%WWWDIR%%/app/views/groups/runners/_index.html.haml +%%WWWDIR%%/app/views/groups/runners/_runner.html.haml +%%WWWDIR%%/app/views/groups/runners/edit.html.haml %%WWWDIR%%/app/views/groups/settings/badges/index.html.haml %%WWWDIR%%/app/views/groups/settings/ci_cd/show.html.haml %%WWWDIR%%/app/views/groups/show.atom.builder @@ -4507,6 +4564,7 @@ %%WWWDIR%%/app/views/layouts/explore.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 %%WWWDIR%%/app/views/layouts/header/_default.html.haml %%WWWDIR%%/app/views/layouts/header/_empty.html.haml %%WWWDIR%%/app/views/layouts/header/_new_dropdown.haml @@ -4534,6 +4592,7 @@ %%WWWDIR%%/app/views/layouts/project_settings.html.haml %%WWWDIR%%/app/views/layouts/search.html.haml %%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/_note_email.html.haml %%WWWDIR%%/app/views/notify/_note_email.text.erb @@ -4543,6 +4602,8 @@ %%WWWDIR%%/app/views/notify/closed_issue_email.text.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.text.haml +%%WWWDIR%%/app/views/notify/issue_due_email.html.haml +%%WWWDIR%%/app/views/notify/issue_due_email.text.erb %%WWWDIR%%/app/views/notify/issue_moved_email.html.haml %%WWWDIR%%/app/views/notify/issue_moved_email.text.erb %%WWWDIR%%/app/views/notify/issue_status_changed_email.html.haml @@ -4629,6 +4690,8 @@ %%WWWDIR%%/app/views/peek/views/_sidekiq.html.haml %%WWWDIR%%/app/views/profiles/_event_table.html.haml %%WWWDIR%%/app/views/profiles/accounts/show.html.haml +%%WWWDIR%%/app/views/profiles/active_sessions/_active_session.html.haml +%%WWWDIR%%/app/views/profiles/active_sessions/index.html.haml %%WWWDIR%%/app/views/profiles/audit_log.html.haml %%WWWDIR%%/app/views/profiles/chat_names/_chat_name.html.haml %%WWWDIR%%/app/views/profiles/chat_names/index.html.haml @@ -4670,6 +4733,7 @@ %%WWWDIR%%/app/views/projects/_fork_suggestion.html.haml %%WWWDIR%%/app/views/projects/_gitlab_import_modal.html.haml %%WWWDIR%%/app/views/projects/_home_panel.html.haml +%%WWWDIR%%/app/views/projects/_import_project_pane.html.haml %%WWWDIR%%/app/views/projects/_issuable_by_email.html.haml %%WWWDIR%%/app/views/projects/_last_push.html.haml %%WWWDIR%%/app/views/projects/_md_preview.html.haml @@ -4682,7 +4746,6 @@ %%WWWDIR%%/app/views/projects/_project_templates.html.haml %%WWWDIR%%/app/views/projects/_readme.html.haml %%WWWDIR%%/app/views/projects/_stat_anchor_list.html.haml -%%WWWDIR%%/app/views/projects/_visibility_select.html.haml %%WWWDIR%%/app/views/projects/_wiki.html.haml %%WWWDIR%%/app/views/projects/_zen.html.haml %%WWWDIR%%/app/views/projects/activity.html.haml @@ -4720,6 +4783,7 @@ %%WWWDIR%%/app/views/projects/blob/viewers/_empty.html.haml %%WWWDIR%%/app/views/projects/blob/viewers/_gitlab_ci_yml.html.haml %%WWWDIR%%/app/views/projects/blob/viewers/_gitlab_ci_yml_loading.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_highlight_embed.html.haml %%WWWDIR%%/app/views/projects/blob/viewers/_image.html.haml %%WWWDIR%%/app/views/projects/blob/viewers/_license.html.haml %%WWWDIR%%/app/views/projects/blob/viewers/_loading.html.haml @@ -4756,6 +4820,7 @@ %%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 %%WWWDIR%%/app/views/projects/clusters/_sidebar.html.haml %%WWWDIR%%/app/views/projects/clusters/gcp/_form.html.haml @@ -4942,6 +5007,9 @@ %%WWWDIR%%/app/views/projects/milestones/new.html.haml %%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/_show.html.haml %%WWWDIR%%/app/views/projects/network/_head.html.haml %%WWWDIR%%/app/views/projects/network/show.html.haml %%WWWDIR%%/app/views/projects/network/show.json.erb @@ -5014,13 +5082,12 @@ %%WWWDIR%%/app/views/projects/releases/edit.html.haml %%WWWDIR%%/app/views/projects/remove_fork.js.haml %%WWWDIR%%/app/views/projects/repositories/_feed.html.haml -%%WWWDIR%%/app/views/projects/runners/_form.html.haml +%%WWWDIR%%/app/views/projects/runners/_group_runners.html.haml %%WWWDIR%%/app/views/projects/runners/_index.html.haml %%WWWDIR%%/app/views/projects/runners/_runner.html.haml %%WWWDIR%%/app/views/projects/runners/_shared_runners.html.haml %%WWWDIR%%/app/views/projects/runners/_specific_runners.html.haml %%WWWDIR%%/app/views/projects/runners/edit.html.haml -%%WWWDIR%%/app/views/projects/runners/show.html.haml %%WWWDIR%%/app/views/projects/services/_deprecated_message.html.haml %%WWWDIR%%/app/views/projects/services/_form.html.haml %%WWWDIR%%/app/views/projects/services/_index.html.haml @@ -5033,6 +5100,7 @@ %%WWWDIR%%/app/views/projects/services/prometheus/_show.html.haml %%WWWDIR%%/app/views/projects/services/slack_slash_commands/_help.html.haml %%WWWDIR%%/app/views/projects/settings/badges/index.html.haml +%%WWWDIR%%/app/views/projects/settings/ci_cd/_autodevops_form.html.haml %%WWWDIR%%/app/views/projects/settings/ci_cd/_badge.html.haml %%WWWDIR%%/app/views/projects/settings/ci_cd/_form.html.haml %%WWWDIR%%/app/views/projects/settings/ci_cd/show.html.haml @@ -5144,6 +5212,7 @@ %%WWWDIR%%/app/views/shared/_recaptcha_form.html.haml %%WWWDIR%%/app/views/shared/_ref_dropdown.html.haml %%WWWDIR%%/app/views/shared/_ref_switcher.html.haml +%%WWWDIR%%/app/views/shared/_remote_mirror_update_button.html.haml %%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 @@ -5343,6 +5412,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/_deprecation_message.html.haml %%WWWDIR%%/app/views/shared/milestones/_form_dates.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuable.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuables.html.haml @@ -5372,10 +5442,15 @@ %%WWWDIR%%/app/views/shared/projects/_list.html.haml %%WWWDIR%%/app/views/shared/projects/_project.html.haml %%WWWDIR%%/app/views/shared/projects/_search_form.html.haml +%%WWWDIR%%/app/views/shared/runners/_form.html.haml +%%WWWDIR%%/app/views/shared/runners/_runner_description.html.haml +%%WWWDIR%%/app/views/shared/runners/show.html.haml %%WWWDIR%%/app/views/shared/snippets/_blob.html.haml +%%WWWDIR%%/app/views/shared/snippets/_embed.html.haml %%WWWDIR%%/app/views/shared/snippets/_form.html.haml %%WWWDIR%%/app/views/shared/snippets/_header.html.haml %%WWWDIR%%/app/views/shared/snippets/_snippet.html.haml +%%WWWDIR%%/app/views/shared/snippets/show.js.haml %%WWWDIR%%/app/views/shared/tokens/_scopes_form.html.haml %%WWWDIR%%/app/views/shared/tokens/_scopes_list.html.haml %%WWWDIR%%/app/views/shared/web_hooks/_form.html.haml @@ -5405,6 +5480,7 @@ %%WWWDIR%%/app/views/users/calendar_activities.html.haml %%WWWDIR%%/app/views/users/show.atom.builder %%WWWDIR%%/app/views/users/show.html.haml +%%WWWDIR%%/app/views/users/terms/index.html.haml %%WWWDIR%%/app/workers/admin_email_worker.rb %%WWWDIR%%/app/workers/all_queues.yml %%WWWDIR%%/app/workers/archive_trace_worker.rb @@ -5417,6 +5493,7 @@ %%WWWDIR%%/app/workers/build_success_worker.rb %%WWWDIR%%/app/workers/build_trace_sections_worker.rb %%WWWDIR%%/app/workers/check_gcp_project_billing_worker.rb +%%WWWDIR%%/app/workers/ci/build_trace_chunk_flush_worker.rb %%WWWDIR%%/app/workers/cluster_install_app_worker.rb %%WWWDIR%%/app/workers/cluster_provision_worker.rb %%WWWDIR%%/app/workers/cluster_wait_for_app_installation_worker.rb @@ -5431,6 +5508,7 @@ %%WWWDIR%%/app/workers/concerns/gitlab/github_import/queue.rb %%WWWDIR%%/app/workers/concerns/gitlab/github_import/rescheduling_methods.rb %%WWWDIR%%/app/workers/concerns/gitlab/github_import/stage_methods.rb +%%WWWDIR%%/app/workers/concerns/mail_scheduler_queue.rb %%WWWDIR%%/app/workers/concerns/new_issuable.rb %%WWWDIR%%/app/workers/concerns/object_storage_queue.rb %%WWWDIR%%/app/workers/concerns/pipeline_background_queue.rb @@ -5468,6 +5546,9 @@ %%WWWDIR%%/app/workers/import_export_project_cleanup_worker.rb %%WWWDIR%%/app/workers/invalid_gpg_signature_update_worker.rb %%WWWDIR%%/app/workers/irker_worker.rb +%%WWWDIR%%/app/workers/issue_due_scheduler_worker.rb +%%WWWDIR%%/app/workers/mail_scheduler/issue_due_worker.rb +%%WWWDIR%%/app/workers/mail_scheduler/notification_service_worker.rb %%WWWDIR%%/app/workers/merge_worker.rb %%WWWDIR%%/app/workers/namespaceless_project_destroy_worker.rb %%WWWDIR%%/app/workers/new_issue_worker.rb @@ -5508,6 +5589,8 @@ %%WWWDIR%%/app/workers/repository_check/single_repository_worker.rb %%WWWDIR%%/app/workers/repository_fork_worker.rb %%WWWDIR%%/app/workers/repository_import_worker.rb +%%WWWDIR%%/app/workers/repository_remove_remote_worker.rb +%%WWWDIR%%/app/workers/repository_update_remote_mirror_worker.rb %%WWWDIR%%/app/workers/requests_profiles_worker.rb %%WWWDIR%%/app/workers/run_pipeline_schedule_worker.rb %%WWWDIR%%/app/workers/schedule_update_user_activity_worker.rb @@ -5537,6 +5620,7 @@ @(git,,544) %%WWWDIR%%/bin/rake @(git,,544) %%WWWDIR%%/bin/rspec @(git,,544) %%WWWDIR%%/bin/rspec-stackprof +@(git,,544) %%WWWDIR%%/bin/secpick @(git,,544) %%WWWDIR%%/bin/setup @(git,,544) %%WWWDIR%%/bin/spinach @(git,,544) %%WWWDIR%%/bin/spring @@ -5545,6 +5629,7 @@ @(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 @@ -5563,7 +5648,7 @@ %%WWWDIR%%/config/initializers/0_inflections.rb %%WWWDIR%%/config/initializers/0_post_deployment_migrations.rb %%WWWDIR%%/config/initializers/1_settings.rb -%%WWWDIR%%/config/initializers/2_app.rb +%%WWWDIR%%/config/initializers/2_gitlab.rb %%WWWDIR%%/config/initializers/5_backend.rb %%WWWDIR%%/config/initializers/6_validations.rb %%WWWDIR%%/config/initializers/7_prometheus_metrics.rb @@ -5572,6 +5657,7 @@ %%WWWDIR%%/config/initializers/8_metrics.rb %%WWWDIR%%/config/initializers/9_fast_gettext.rb %%WWWDIR%%/config/initializers/active_record_array_type_casting.rb +%%WWWDIR%%/config/initializers/active_record_avoid_type_casting_in_uniqueness_validator.rb %%WWWDIR%%/config/initializers/active_record_data_types.rb %%WWWDIR%%/config/initializers/active_record_locking.rb %%WWWDIR%%/config/initializers/active_record_mysql_timestamp.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806211545.w5LFjKPc083956>