diff options
author | tz <tz@FreeBSD.org> | 2017-08-09 17:15:13 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-08-09 17:15:13 +0800 |
commit | 26c5873941f8e20e31d8794e9f5d6a92dcbb2912 (patch) | |
tree | 1d4f0c88ebacbc2500ece9125037b4a479629962 | |
parent | 077a62971727df39d426878c0153866f8f076aa2 (diff) | |
download | freebsd-ports-gnome-26c5873941f8e20e31d8794e9f5d6a92dcbb2912.tar.gz freebsd-ports-gnome-26c5873941f8e20e31d8794e9f5d6a92dcbb2912.tar.zst freebsd-ports-gnome-26c5873941f8e20e31d8794e9f5d6a92dcbb2912.zip |
www/gitlab: Update from 9.1.9 to 9.2.9
Changelog: https://github.com/gitlabhq/gitlabhq/blob/v9.2.9/CHANGELOG.md
Submitted by: Matthias Fechner <idefix@fechner.net>, tz
-rw-r--r-- | www/gitlab/Makefile | 21 | ||||
-rw-r--r-- | www/gitlab/distinfo | 6 | ||||
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 76 | ||||
-rw-r--r-- | www/gitlab/pkg-message | 4 | ||||
-rw-r--r-- | www/gitlab/pkg-plist | 794 |
5 files changed, 699 insertions, 202 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 29bc4be2db4a..b6d5c309c97f 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 9.1.9 +PORTVERSION= 9.2.9 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -25,8 +25,8 @@ BUILD_DEPENDS= gem:devel/ruby-gems # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS # for the options RUN_DEPENDS= git>=2.8.4:devel/git \ - gitlab-shell>=5.0.2:devel/gitlab-shell\ - gitlab-workhorse>=1.4.3:www/gitlab-workhorse \ + gitlab-shell>=5.0.4:devel/gitlab-shell\ + gitlab-workhorse>=2.0.0:www/gitlab-workhorse \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ yarn>=0.17.0:www/yarn \ @@ -70,13 +70,14 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \ rubygem-grape0>=0.19.0:devel/rubygem-grape0 \ rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \ + rubygem-hashie-forbidden_attributes>=0:security/rubygem-hashie-forbidden_attributes \ rubygem-rack-cors0>=0.4.0:www/rubygem-rack-cors0 \ rubygem-kaminari-rails4>=0.17.0:www/rubygem-kaminari-rails4 \ rubygem-hamlit>=2.6.1:www/rubygem-hamlit \ - rubygem-carrierwave>=0.11.0:www/rubygem-carrierwave \ + rubygem-carrierwave>=1.0:www/rubygem-carrierwave \ rubygem-dropzonejs-rails>=0.7.1:www/rubygem-dropzonejs-rails \ rubygem-fog-aws0>=0.9:net/rubygem-fog-aws0 \ - rubygem-fog-core>=1.40:devel/rubygem-fog-core \ + rubygem-fog-core>=1.44:devel/rubygem-fog-core \ rubygem-fog-google>=0.3:net/rubygem-fog-google \ rubygem-fog-local>=0.3:net/rubygem-fog-local \ rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \ @@ -104,8 +105,8 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-state_machines-activerecord>=0.4.0:databases/rubygem-state_machines-activerecord \ rubygem-after_commit_queue>=1.3.0:databases/rubygem-after_commit_queue \ rubygem-acts-as-taggable-on>=4.0.0:www/rubygem-acts-as-taggable-on \ - rubygem-sidekiq4>=4.2.7:devel/rubygem-sidekiq4 \ - rubygem-sidekiq-cron04>=0.4.4:devel/rubygem-sidekiq-cron04 \ + rubygem-sidekiq>=5.0.0:devel/rubygem-sidekiq \ + rubygem-sidekiq-cron>=0.4.4:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \ rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \ rubygem-rufus-scheduler>=3.1.10:devel/rubygem-rufus-scheduler \ @@ -157,6 +158,10 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-base32>=0.3.2:converters/rubygem-base32 \ rubygem-sentry-raven>=2.4.0:devel/rubygem-sentry-raven \ rubygem-premailer-rails>=1.9.0:mail/rubygem-premailer-rails \ + rubygem-ruby_parser>=3.8.4:devel/rubygem-ruby_parser \ + rubygem-gettext_i18n_rails>=1.8.0:devel/rubygem-gettext_i18n_rails \ + rubygem-gettext_i18n_rails_js>=1.2.0:devel/rubygem-gettext_i18n_rails_js \ + rubygem-gettext>=3.2.2:devel/rubygem-gettext \ rubygem-octokit>=4.6.2:net/rubygem-octokit \ rubygem-mail_room>=0.9.1:mail/rubygem-mail_room \ rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \ @@ -167,7 +172,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-health_check>=2.6.0:devel/rubygem-health_check \ rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ - rubygem-gitaly>=0.5.0:net/rubygem-gitaly \ + rubygem-gitaly>=0.6.0:net/rubygem-gitaly \ rubygem-toml-rb>=0.3.15:www/rubygem-toml-rb \ rubygem-rinku>=1.7.3:www/rubygem-rinku diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo index 1639dfe2b9c2..b4f03681144b 100644 --- a/www/gitlab/distinfo +++ b/www/gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500625034 -SHA256 (gitlabhq-gitlabhq-v9.1.9_GH0.tar.gz) = f7db8e1a1f807fd2bbf0e1afc997e44aea343feb849153e5eb6a908c9ee595dc -SIZE (gitlabhq-gitlabhq-v9.1.9_GH0.tar.gz) = 30514631 +TIMESTAMP = 1500635141 +SHA256 (gitlabhq-gitlabhq-v9.2.9_GH0.tar.gz) = 586db6cca90c8d1545468fc759518f1eff9a95da6efc6031ce9125f59077a36b +SIZE (gitlabhq-gitlabhq-v9.2.9_GH0.tar.gz) = 30980893 diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 66718110711a..d9b969eae746 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,10 +1,10 @@ ---- Gemfile.orig 2017-07-19 22:34:22 UTC -+++ Gemfile +--- Gemfile.orig 2017-07-20 19:20:16.056471000 +0200 ++++ Gemfile 2017-07-20 19:28:14.691625000 +0200 @@ -1,48 +1,43 @@ source 'https://rubygems.org' -gem 'rails', '4.2.8' -+gem 'rails', '>= 4.2.8' ++gem 'rails', '>=4.2.8' gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with @@ -14,13 +14,12 @@ +gem 'sprockets', '>= 3.7.0' # Default values for AR models --gem 'default_value_for', '~> 3.0.0' -- + gem 'default_value_for', '~> 3.0.0' + -# Supported DBs -gem 'mysql2', '~> 0.3.16', group: :mysql -gem 'pg', '~> 0.18.2', group: :postgres -+gem 'default_value_for', '>= 3.0.0' - +- gem 'rugged', '~> 0.25.1.1' -gem 'faraday', '~> 0.11.0' @@ -58,7 +57,7 @@ gem 'akismet', '~> 2.0' # Two-factor authentication -@@ -68,7 +63,7 @@ gem 'gollum-lib', '~> 4.2', require: fal +@@ -68,7 +63,7 @@ gem 'gollum-rugged_adapter', '~> 0.4.4', require: false # Language detection @@ -67,7 +66,7 @@ # API gem 'grape', '~> 0.19.0' -@@ -79,13 +74,13 @@ gem 'rack-cors', '~> 0.4.0', require: 'r +@@ -82,13 +77,13 @@ gem 'kaminari', '~> 0.17.0' # HAML @@ -75,8 +74,8 @@ +gem 'hamlit', '>= 2.6.1' # Files attachments --gem 'carrierwave', '~> 0.11.0' -+gem 'carrierwave', '>= 0.11.0' +-gem 'carrierwave', '~> 1.0' ++gem 'carrierwave', '>= 1.0' # Drag and Drop UI -gem 'dropzonejs-rails', '~> 0.7.1' @@ -84,7 +83,7 @@ # for backups gem 'fog-aws', '~> 0.9' -@@ -96,7 +91,7 @@ gem 'fog-openstack', '~> 0.1' +@@ -99,7 +94,7 @@ gem 'fog-rackspace', '~> 0.1.1' # for Google storage @@ -93,13 +92,13 @@ # for aws storage gem 'unf', '~> 0.1.4' -@@ -106,34 +101,34 @@ gem 'seed-fu', '~> 2.3.5' +@@ -109,34 +104,34 @@ # Markdown and HTML processing gem 'html-pipeline', '~> 1.11.0' -gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' -gem 'gitlab-markup', '~> 1.5.1' -+gem 'deckar01-task_list', '>= 1.0.6', require: 'task_list/railtie' ++gem 'deckar01-task_list', '>=1.0.6', require: 'task_list/railtie' +gem 'gitlab-markup', '>= 1.5.1' gem 'redcarpet', '~> 3.4' gem 'RedCloth', '~> 4.3.2' @@ -107,17 +106,17 @@ gem 'org-ruby', '~> 0.9.12' gem 'creole', '~> 0.5.0' -gem 'wikicloth', '0.8.1' -+gem 'wikicloth', '>= 0.8.1' ++gem 'wikicloth', '>=0.8.1' gem 'asciidoctor', '~> 1.5.2' -gem 'asciidoctor-plantuml', '0.0.7' -+gem 'asciidoctor-plantuml', '>= 0.0.7' ++gem 'asciidoctor-plantuml', '>=0.0.7' gem 'rouge', '~> 2.0' gem 'truncato', '~> 0.7.8' # See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s # and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM -gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2' -+gem 'nokogiri', '>= 1.6.7.2' ++gem 'nokogiri', '>= 1.6.7', '>= 1.6.7.2' # Diffs -gem 'diffy', '~> 3.1.0' @@ -136,7 +135,13 @@ # Run events after state machine commits gem 'after_commit_queue', '~> 1.3.0' -@@ -147,13 +142,13 @@ gem 'redis-namespace', '~> 1.5.2' +@@ -145,18 +140,18 @@ + + # Background jobs + gem 'sidekiq', '~> 5.0' +-gem 'sidekiq-cron', '~> 0.4.4' ++gem 'sidekiq-cron', '>= 0.4.4' + gem 'redis-namespace', '~> 1.5.2' gem 'sidekiq-limit_fetch', '~> 3.4' # Cron Parser @@ -153,7 +158,7 @@ # GitLab settings gem 'settingslogic', '~> 2.0.9' -@@ -163,7 +158,7 @@ gem 're2', '~> 1.0.0' +@@ -166,7 +161,7 @@ # Misc @@ -162,12 +167,12 @@ # Cache gem 'redis-rails', '~> 5.0.1' -@@ -173,10 +168,10 @@ gem 'redis', '~> 3.2' +@@ -176,10 +171,10 @@ gem 'connection_pool', '~> 2.0' # HipChat integration -gem 'hipchat', '~> 1.5.0' -+gem 'hipchat', '~> 1.5' ++gem 'hipchat', '>= 1.5.0' # JIRA integration -gem 'jira-ruby', '~> 1.1.2' @@ -175,7 +180,7 @@ # Flowdock integration gem 'gitlab-flowdock-git-hook', '~> 1.0.1' -@@ -194,7 +189,7 @@ gem 'asana', '~> 0.6.0' +@@ -197,7 +192,7 @@ gem 'ruby-fogbugz', '~> 0.2.1' # Kubernetes integration @@ -184,7 +189,7 @@ # d3 gem 'd3_rails', '~> 3.5.0' -@@ -203,7 +198,7 @@ gem 'd3_rails', '~> 3.5.0' +@@ -206,7 +201,7 @@ gem 'underscore-rails', '~> 1.8.0' # Sanitize user input @@ -193,7 +198,7 @@ gem 'babosa', '~> 1.0.2' # Sanitizes SVG input -@@ -213,7 +208,7 @@ gem 'loofah', '~> 2.0.3' +@@ -216,7 +211,7 @@ gem 'licensee', '~> 8.7.0' # Protect against bruteforcing @@ -202,7 +207,7 @@ # Ace editor gem 'ace-rails-ap', '~> 4.1.0' -@@ -232,122 +227,41 @@ gem 'chronic', '~> 0.10.2' +@@ -235,129 +230,47 @@ gem 'chronic_duration', '~> 0.10.6' gem 'webpack-rails', '~> 0.9.10' @@ -237,6 +242,13 @@ gem 'premailer-rails', '~> 1.9.0' + # I18n + gem 'ruby_parser', '~> 3.8.4', require: false + gem 'gettext_i18n_rails', '~> 1.8.0' +-gem 'gettext_i18n_rails_js', '~> 1.2.0' ++gem 'gettext_i18n_rails_js', '>= 1.2.0' + gem 'gettext', '~> 3.2.2', require: false, group: :development + -# Metrics -group :metrics do - gem 'allocations', '~> 1.0', require: false, platform: :mri @@ -274,6 +286,7 @@ - gem 'spinach-rails', '~> 0.2.1' - gem 'spinach-rerun-reporter', '~> 0.0.2' - gem 'rspec_profiling', '~> 0.0.5' +- gem 'rspec-set', '~> 0.1.3' - - # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) - gem 'minitest', '~> 5.7.0' @@ -335,11 +348,16 @@ # Soft deletion gem 'paranoia', '~> 2.2' -@@ -362,4 +276,6 @@ gem 'sys-filesystem', '~> 1.1.6' +@@ -366,10 +279,11 @@ + gem 'health_check', '~> 2.6.0' + + # System information ++gem 'rinku' + gem 'vmstat', '~> 2.3.0' + gem 'sys-filesystem', '~> 1.1.6' + # Gitaly GRPC client - gem 'gitaly', '~> 0.5.0' + gem 'gitaly', '~> 0.6.0' -gem 'toml-rb', '~> 0.3.15', require: false +gem 'toml-rb', '>= 0.3.15', require: false -+ -+gem 'rinku' diff --git a/www/gitlab/pkg-message b/www/gitlab/pkg-message index 5908c38e15a5..0926153f6d62 100644 --- a/www/gitlab/pkg-message +++ b/www/gitlab/pkg-message @@ -11,6 +11,6 @@ the instructions in the guide at: http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/freebsd_patch_versions.md If you just installed an major upgrade of GitLab, for example you -switched from 9.0.x to 9.1.x, please follow the instructions in the guide at: +switched from 9.1.x to 9.2.x, please follow the instructions in the guide at: -http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/9.0-to-9.1-freebsd.md +http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/9.1-to-9.2-freebsd.md diff --git a/www/gitlab/pkg-plist b/www/gitlab/pkg-plist index 6d71ef483153..7ddc9136d4fd 100644 --- a/www/gitlab/pkg-plist +++ b/www/gitlab/pkg-plist @@ -41,6 +41,16 @@ %%WWWDIR%%/app/assets/images/auth_buttons/gitlab_64.png %%WWWDIR%%/app/assets/images/auth_buttons/google_64.png %%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_canceled.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_created.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_failed.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_manual.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_not_found.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_pending.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_running.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_skipped.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_success.ico +%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_warning.ico %%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_canceled.ico %%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_created.ico %%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_failed.ico @@ -1901,6 +1911,8 @@ %%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.js %%WWWDIR%%/app/assets/javascripts/blob/3d_viewer/index.js %%WWWDIR%%/app/assets/javascripts/blob/3d_viewer/mesh_object.js +%%WWWDIR%%/app/assets/javascripts/blob/balsamiq/balsamiq_viewer.js +%%WWWDIR%%/app/assets/javascripts/blob/balsamiq_viewer.js %%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js %%WWWDIR%%/app/assets/javascripts/blob/blob_fork_suggestion.js %%WWWDIR%%/app/assets/javascripts/blob/blob_line_permalink_updater.js @@ -1921,6 +1933,7 @@ %%WWWDIR%%/app/assets/javascripts/blob/template_selectors/gitignore_selector.js %%WWWDIR%%/app/assets/javascripts/blob/template_selectors/license_selector.js %%WWWDIR%%/app/assets/javascripts/blob/template_selectors/type_selector.js +%%WWWDIR%%/app/assets/javascripts/blob/viewer/index.js %%WWWDIR%%/app/assets/javascripts/blob_edit/blob_bundle.js %%WWWDIR%%/app/assets/javascripts/blob_edit/edit_blob.js %%WWWDIR%%/app/assets/javascripts/boards/boards_bundle.js @@ -1947,11 +1960,11 @@ %%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js %%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_mixins.js %%WWWDIR%%/app/assets/javascripts/boards/mixins/sortable_default_options.js +%%WWWDIR%%/app/assets/javascripts/boards/models/assignee.js %%WWWDIR%%/app/assets/javascripts/boards/models/issue.js %%WWWDIR%%/app/assets/javascripts/boards/models/label.js %%WWWDIR%%/app/assets/javascripts/boards/models/list.js %%WWWDIR%%/app/assets/javascripts/boards/models/milestone.js -%%WWWDIR%%/app/assets/javascripts/boards/models/user.js %%WWWDIR%%/app/assets/javascripts/boards/services/board_service.js %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js %%WWWDIR%%/app/assets/javascripts/boards/stores/modal_store.js @@ -1962,7 +1975,6 @@ %%WWWDIR%%/app/assets/javascripts/build_artifacts.js %%WWWDIR%%/app/assets/javascripts/build_variables.js %%WWWDIR%%/app/assets/javascripts/ci_lint_editor.js -%%WWWDIR%%/app/assets/javascripts/ci_status_icons.js %%WWWDIR%%/app/assets/javascripts/comment_type_toggle.js %%WWWDIR%%/app/assets/javascripts/commit.js %%WWWDIR%%/app/assets/javascripts/commit/file.js @@ -1982,6 +1994,7 @@ %%WWWDIR%%/app/assets/javascripts/copy_as_gfm.js %%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js %%WWWDIR%%/app/assets/javascripts/create_label.js +%%WWWDIR%%/app/assets/javascripts/create_merge_request_dropdown.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/limit_warning_component.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_code_component.js %%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_issue_component.js @@ -1998,6 +2011,14 @@ %%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_branch.svg %%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_build_status.svg %%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_commit.svg +%%WWWDIR%%/app/assets/javascripts/deploy_keys/components/action_btn.vue +%%WWWDIR%%/app/assets/javascripts/deploy_keys/components/app.vue +%%WWWDIR%%/app/assets/javascripts/deploy_keys/components/key.vue +%%WWWDIR%%/app/assets/javascripts/deploy_keys/components/keys_panel.vue +%%WWWDIR%%/app/assets/javascripts/deploy_keys/eventhub.js +%%WWWDIR%%/app/assets/javascripts/deploy_keys/index.js +%%WWWDIR%%/app/assets/javascripts/deploy_keys/service/index.js +%%WWWDIR%%/app/assets/javascripts/deploy_keys/store/index.js %%WWWDIR%%/app/assets/javascripts/diff.js %%WWWDIR%%/app/assets/javascripts/diff_notes/components/comment_resolve_btn.js %%WWWDIR%%/app/assets/javascripts/diff_notes/components/diff_note_avatars.js @@ -2028,19 +2049,19 @@ %%WWWDIR%%/app/assets/javascripts/droplab/utils.js %%WWWDIR%%/app/assets/javascripts/dropzone_input.js %%WWWDIR%%/app/assets/javascripts/due_date_select.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environment.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environment_monitoring.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environment_rollback.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environment_stop.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environment_terminal_button.js -%%WWWDIR%%/app/assets/javascripts/environments/components/environments_table.js +%%WWWDIR%%/app/assets/javascripts/environments/components/environment.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_monitoring.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_rollback.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_stop.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_terminal_button.vue +%%WWWDIR%%/app/assets/javascripts/environments/components/environments_table.vue %%WWWDIR%%/app/assets/javascripts/environments/environments_bundle.js %%WWWDIR%%/app/assets/javascripts/environments/event_hub.js %%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_bundle.js -%%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_view.js +%%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_view.vue %%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js %%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js %%WWWDIR%%/app/assets/javascripts/extensions/array.js @@ -2084,44 +2105,46 @@ %%WWWDIR%%/app/assets/javascripts/importer_status.js %%WWWDIR%%/app/assets/javascripts/issuable.js %%WWWDIR%%/app/assets/javascripts/issuable/auto_width_dropdown_select.js -%%WWWDIR%%/app/assets/javascripts/issuable/issuable_bundle.js -%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/collapsed_state.js -%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/comparison_pane.js -%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/estimate_only_pane.js -%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/help_state.js -%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/no_tracking_pane.js -%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/spent_only_pane.js -%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/time_tracker.js -%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/time_tracking_bundle.js %%WWWDIR%%/app/assets/javascripts/issuable_context.js %%WWWDIR%%/app/assets/javascripts/issuable_form.js %%WWWDIR%%/app/assets/javascripts/issue.js +%%WWWDIR%%/app/assets/javascripts/issue_show/actions/tasks.js +%%WWWDIR%%/app/assets/javascripts/issue_show/components/edited.vue %%WWWDIR%%/app/assets/javascripts/issue_show/index.js -%%WWWDIR%%/app/assets/javascripts/issue_show/issue_title.js +%%WWWDIR%%/app/assets/javascripts/issue_show/issue_title_description.vue %%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js %%WWWDIR%%/app/assets/javascripts/issue_status_select.js %%WWWDIR%%/app/assets/javascripts/issues_bulk_assignment.js %%WWWDIR%%/app/assets/javascripts/label_manager.js %%WWWDIR%%/app/assets/javascripts/labels.js %%WWWDIR%%/app/assets/javascripts/labels_select.js +%%WWWDIR%%/app/assets/javascripts/landing.js %%WWWDIR%%/app/assets/javascripts/layout_nav.js %%WWWDIR%%/app/assets/javascripts/lib/ace.js %%WWWDIR%%/app/assets/javascripts/lib/ace/ace_config_paths.js.erb %%WWWDIR%%/app/assets/javascripts/lib/utils/accessor.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/ajax_cache.js %%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js %%WWWDIR%%/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js %%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/constants.js %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/http_status.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/normalize_newlines.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 %%WWWDIR%%/app/assets/javascripts/lib/utils/pretty_time.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/regexp.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/simple_poll.js %%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js %%WWWDIR%%/app/assets/javascripts/line_highlighter.js +%%WWWDIR%%/app/assets/javascripts/locale/de/app.js +%%WWWDIR%%/app/assets/javascripts/locale/en/app.js +%%WWWDIR%%/app/assets/javascripts/locale/es/app.js +%%WWWDIR%%/app/assets/javascripts/locale/index.js %%WWWDIR%%/app/assets/javascripts/logo.js %%WWWDIR%%/app/assets/javascripts/main.js %%WWWDIR%%/app/assets/javascripts/member_expiration_date.js @@ -2137,11 +2160,11 @@ %%WWWDIR%%/app/assets/javascripts/merge_request.js %%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js %%WWWDIR%%/app/assets/javascripts/merge_request_widget.js -%%WWWDIR%%/app/assets/javascripts/merge_request_widget/ci_bundle.js -%%WWWDIR%%/app/assets/javascripts/merged_buttons.js %%WWWDIR%%/app/assets/javascripts/milestone.js %%WWWDIR%%/app/assets/javascripts/milestone_select.js %%WWWDIR%%/app/assets/javascripts/mini_pipeline_graph_dropdown.js +%%WWWDIR%%/app/assets/javascripts/monitoring/constants.js +%%WWWDIR%%/app/assets/javascripts/monitoring/deployments.js %%WWWDIR%%/app/assets/javascripts/monitoring/monitoring_bundle.js %%WWWDIR%%/app/assets/javascripts/monitoring/prometheus_graph.js %%WWWDIR%%/app/assets/javascripts/namespace_select.js @@ -2151,11 +2174,56 @@ %%WWWDIR%%/app/assets/javascripts/network/raphael.js %%WWWDIR%%/app/assets/javascripts/new_branch_form.js %%WWWDIR%%/app/assets/javascripts/new_commit_form.js +%%WWWDIR%%/app/assets/javascripts/notebook/cells/code.vue +%%WWWDIR%%/app/assets/javascripts/notebook/cells/code/index.vue +%%WWWDIR%%/app/assets/javascripts/notebook/cells/index.js +%%WWWDIR%%/app/assets/javascripts/notebook/cells/markdown.vue +%%WWWDIR%%/app/assets/javascripts/notebook/cells/output/html.vue +%%WWWDIR%%/app/assets/javascripts/notebook/cells/output/image.vue +%%WWWDIR%%/app/assets/javascripts/notebook/cells/output/index.vue +%%WWWDIR%%/app/assets/javascripts/notebook/cells/prompt.vue +%%WWWDIR%%/app/assets/javascripts/notebook/index.vue +%%WWWDIR%%/app/assets/javascripts/notebook/lib/highlight.js %%WWWDIR%%/app/assets/javascripts/notes.js %%WWWDIR%%/app/assets/javascripts/notifications_dropdown.js %%WWWDIR%%/app/assets/javascripts/notifications_form.js %%WWWDIR%%/app/assets/javascripts/pager.js +%%WWWDIR%%/app/assets/javascripts/pdf/assets/img/bg.gif +%%WWWDIR%%/app/assets/javascripts/pdf/index.vue +%%WWWDIR%%/app/assets/javascripts/pdf/page/index.vue +%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/components/interval_pattern_input.js +%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/components/pipeline_schedules_callout.js +%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/components/target_branch_dropdown.js +%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/components/timezone_dropdown.js +%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/icons/intro_illustration.svg +%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/pipeline_schedule_form_bundle.js +%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/pipeline_schedules_index_bundle.js %%WWWDIR%%/app/assets/javascripts/pipelines.js +%%WWWDIR%%/app/assets/javascripts/pipelines/components/async_button.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/empty_state.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/error_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 +%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/job_name_component.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/nav_controls.js +%%WWWDIR%%/app/assets/javascripts/pipelines/components/navigation_tabs.js +%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipeline_url.js +%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_actions.js +%%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_artifacts.js +%%WWWDIR%%/app/assets/javascripts/pipelines/components/stage.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/time_ago.js +%%WWWDIR%%/app/assets/javascripts/pipelines/event_hub.js +%%WWWDIR%%/app/assets/javascripts/pipelines/graph_bundle.js +%%WWWDIR%%/app/assets/javascripts/pipelines/index.js +%%WWWDIR%%/app/assets/javascripts/pipelines/pipelines.js +%%WWWDIR%%/app/assets/javascripts/pipelines/services/pipeline_service.js +%%WWWDIR%%/app/assets/javascripts/pipelines/services/pipelines_service.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/pipeline_store.js +%%WWWDIR%%/app/assets/javascripts/pipelines/stores/pipelines_store.js %%WWWDIR%%/app/assets/javascripts/preview_markdown.js %%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js %%WWWDIR%%/app/assets/javascripts/profile/profile.js @@ -2183,6 +2251,9 @@ %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_dropdown.js %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit.js %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit_list.js +%%WWWDIR%%/app/assets/javascripts/raven/index.js +%%WWWDIR%%/app/assets/javascripts/raven/raven_config.js +%%WWWDIR%%/app/assets/javascripts/ref_select_dropdown.js %%WWWDIR%%/app/assets/javascripts/render_gfm.js %%WWWDIR%%/app/assets/javascripts/render_math.js %%WWWDIR%%/app/assets/javascripts/right_sidebar.js @@ -2195,13 +2266,29 @@ %%WWWDIR%%/app/assets/javascripts/shortcuts_issuable.js %%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.js %%WWWDIR%%/app/assets/javascripts/shortcuts_network.js +%%WWWDIR%%/app/assets/javascripts/shortcuts_wiki.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.js +%%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/time_tracker.js +%%WWWDIR%%/app/assets/javascripts/sidebar/event_hub.js +%%WWWDIR%%/app/assets/javascripts/sidebar/services/sidebar_service.js +%%WWWDIR%%/app/assets/javascripts/sidebar/sidebar_bundle.js +%%WWWDIR%%/app/assets/javascripts/sidebar/sidebar_mediator.js +%%WWWDIR%%/app/assets/javascripts/sidebar/stores/sidebar_store.js %%WWWDIR%%/app/assets/javascripts/signin_tabs_memoizer.js %%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/snippets_list.js %%WWWDIR%%/app/assets/javascripts/star.js -%%WWWDIR%%/app/assets/javascripts/subbable_resource.js %%WWWDIR%%/app/assets/javascripts/subscription.js %%WWWDIR%%/app/assets/javascripts/subscription_select.js %%WWWDIR%%/app/assets/javascripts/syntax_highlight.js @@ -2210,6 +2297,7 @@ %%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selectors.js %%WWWDIR%%/app/assets/javascripts/terminal/terminal.js %%WWWDIR%%/app/assets/javascripts/terminal/terminal_bundle.js +%%WWWDIR%%/app/assets/javascripts/test.js %%WWWDIR%%/app/assets/javascripts/test_utils/index.js %%WWWDIR%%/app/assets/javascripts/test_utils/simulate_drag.js %%WWWDIR%%/app/assets/javascripts/todos.js @@ -2228,28 +2316,54 @@ %%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_pipelines_index/components/async_button.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/empty_state.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/error_state.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/nav_controls.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/navigation_tabs.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipeline_url.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipelines_artifacts.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/stage.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/status.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/time_ago.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/event_hub.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/index.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipelines.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/services/pipelines_service.js -%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stores/pipelines_store.js -%%WWWDIR%%/app/assets/javascripts/vue_realtime_listener/index.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author_time.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_deployment.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_memory_usage.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_merge_help.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_archived.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_auto_merge_failed.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_checking.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_closed.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_conflicts.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_failed_to_merge.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_locked.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merge_when_pipeline_succeeds.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merged.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_not_allowed.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_nothing_to_merge.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.js +%%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_sha_mismatch.js +%%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_unresolved_discussions.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_wip.js +%%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 +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/mr_widget_options.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/services/mr_widget_service.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/get_state_key.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/state_maps.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/ci_action_icons.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/ci_status_icons.js %%WWWDIR%%/app/assets/javascripts/vue_shared/common_vue.js +%%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/commit.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/memory_graph.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/pipelines_table.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/pipelines_table_row.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/table_pagination.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/time_ago_tooltip.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/tooltip.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/translate.js %%WWWDIR%%/app/assets/javascripts/vue_shared/vue_resource_interceptor.js %%WWWDIR%%/app/assets/javascripts/wikis.js %%WWWDIR%%/app/assets/javascripts/zen_mode.js @@ -2286,6 +2400,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/lists.scss %%WWWDIR%%/app/assets/stylesheets/framework/logo.scss %%WWWDIR%%/app/assets/stylesheets/framework/markdown_area.scss +%%WWWDIR%%/app/assets/stylesheets/framework/memory_graph.scss %%WWWDIR%%/app/assets/stylesheets/framework/mixins.scss %%WWWDIR%%/app/assets/stylesheets/framework/mobile.scss %%WWWDIR%%/app/assets/stylesheets/framework/modal.scss @@ -2341,6 +2456,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss %%WWWDIR%%/app/assets/stylesheets/pages/notes.scss %%WWWDIR%%/app/assets/stylesheets/pages/notifications.scss +%%WWWDIR%%/app/assets/stylesheets/pages/pipeline_schedules.scss %%WWWDIR%%/app/assets/stylesheets/pages/pipelines.scss %%WWWDIR%%/app/assets/stylesheets/pages/profile.scss %%WWWDIR%%/app/assets/stylesheets/pages/profiles/preferences.scss @@ -2358,6 +2474,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/wiki.scss %%WWWDIR%%/app/assets/stylesheets/pages/xterm.scss %%WWWDIR%%/app/assets/stylesheets/print.scss +%%WWWDIR%%/app/assets/stylesheets/test.scss %%WWWDIR%%/app/controllers/abuse_reports_controller.rb %%WWWDIR%%/app/controllers/admin/abuse_reports_controller.rb %%WWWDIR%%/app/controllers/admin/appearances_controller.rb @@ -2402,16 +2519,21 @@ %%WWWDIR%%/app/controllers/concerns/lfs_request.rb %%WWWDIR%%/app/controllers/concerns/membership_actions.rb %%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb +%%WWWDIR%%/app/controllers/concerns/milestone_actions.rb +%%WWWDIR%%/app/controllers/concerns/notes_actions.rb %%WWWDIR%%/app/controllers/concerns/oauth_applications.rb %%WWWDIR%%/app/controllers/concerns/params_backward_compatibility.rb +%%WWWDIR%%/app/controllers/concerns/renders_blob.rb %%WWWDIR%%/app/controllers/concerns/renders_notes.rb %%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb %%WWWDIR%%/app/controllers/concerns/requires_health_token.rb +%%WWWDIR%%/app/controllers/concerns/routable_actions.rb %%WWWDIR%%/app/controllers/concerns/service_params.rb %%WWWDIR%%/app/controllers/concerns/snippets_actions.rb %%WWWDIR%%/app/controllers/concerns/spammable_actions.rb %%WWWDIR%%/app/controllers/concerns/toggle_award_emoji.rb %%WWWDIR%%/app/controllers/concerns/toggle_subscription_action.rb +%%WWWDIR%%/app/controllers/concerns/uploads_actions.rb %%WWWDIR%%/app/controllers/concerns/workhorse_request.rb %%WWWDIR%%/app/controllers/confirmations_controller.rb %%WWWDIR%%/app/controllers/dashboard/application_controller.rb @@ -2484,6 +2606,7 @@ %%WWWDIR%%/app/controllers/projects/cycle_analytics/events_controller.rb %%WWWDIR%%/app/controllers/projects/cycle_analytics_controller.rb %%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb +%%WWWDIR%%/app/controllers/projects/deployments_controller.rb %%WWWDIR%%/app/controllers/projects/discussions_controller.rb %%WWWDIR%%/app/controllers/projects/environments_controller.rb %%WWWDIR%%/app/controllers/projects/find_file_controller.rb @@ -2505,6 +2628,7 @@ %%WWWDIR%%/app/controllers/projects/notes_controller.rb %%WWWDIR%%/app/controllers/projects/pages_controller.rb %%WWWDIR%%/app/controllers/projects/pages_domains_controller.rb +%%WWWDIR%%/app/controllers/projects/pipeline_schedules_controller.rb %%WWWDIR%%/app/controllers/projects/pipelines_controller.rb %%WWWDIR%%/app/controllers/projects/pipelines_settings_controller.rb %%WWWDIR%%/app/controllers/projects/project_members_controller.rb @@ -2544,7 +2668,9 @@ %%WWWDIR%%/app/controllers/sherlock/file_samples_controller.rb %%WWWDIR%%/app/controllers/sherlock/queries_controller.rb %%WWWDIR%%/app/controllers/sherlock/transactions_controller.rb +%%WWWDIR%%/app/controllers/snippets/notes_controller.rb %%WWWDIR%%/app/controllers/snippets_controller.rb +%%WWWDIR%%/app/controllers/unicorn_test_controller.rb %%WWWDIR%%/app/controllers/uploads_controller.rb %%WWWDIR%%/app/controllers/users_controller.rb %%WWWDIR%%/app/finders/README.md @@ -2567,6 +2693,7 @@ %%WWWDIR%%/app/finders/notes_finder.rb %%WWWDIR%%/app/finders/personal_access_tokens_finder.rb %%WWWDIR%%/app/finders/personal_projects_finder.rb +%%WWWDIR%%/app/finders/pipeline_schedules_finder.rb %%WWWDIR%%/app/finders/pipelines_finder.rb %%WWWDIR%%/app/finders/projects_finder.rb %%WWWDIR%%/app/finders/snippets_finder.rb @@ -2602,7 +2729,6 @@ %%WWWDIR%%/app/helpers/external_wiki_helper.rb %%WWWDIR%%/app/helpers/form_helper.rb %%WWWDIR%%/app/helpers/git_helper.rb -%%WWWDIR%%/app/helpers/gitlab_markdown_helper.rb %%WWWDIR%%/app/helpers/gitlab_routing_helper.rb %%WWWDIR%%/app/helpers/graph_helper.rb %%WWWDIR%%/app/helpers/groups_helper.rb @@ -2613,6 +2739,7 @@ %%WWWDIR%%/app/helpers/javascript_helper.rb %%WWWDIR%%/app/helpers/kerberos_spnego_helper.rb %%WWWDIR%%/app/helpers/labels_helper.rb +%%WWWDIR%%/app/helpers/markup_helper.rb %%WWWDIR%%/app/helpers/mattermost_helper.rb %%WWWDIR%%/app/helpers/members_helper.rb %%WWWDIR%%/app/helpers/merge_requests_helper.rb @@ -2622,6 +2749,7 @@ %%WWWDIR%%/app/helpers/notes_helper.rb %%WWWDIR%%/app/helpers/notifications_helper.rb %%WWWDIR%%/app/helpers/page_layout_helper.rb +%%WWWDIR%%/app/helpers/pipeline_schedules_helper.rb %%WWWDIR%%/app/helpers/preferences_helper.rb %%WWWDIR%%/app/helpers/projects_helper.rb %%WWWDIR%%/app/helpers/rss_helper.rb @@ -2646,6 +2774,7 @@ %%WWWDIR%%/app/helpers/users_helper.rb %%WWWDIR%%/app/helpers/version_check_helper.rb %%WWWDIR%%/app/helpers/visibility_level_helper.rb +%%WWWDIR%%/app/helpers/webpack_helper.rb %%WWWDIR%%/app/helpers/wiki_helper.rb %%WWWDIR%%/app/helpers/workhorse_helper.rb %%WWWDIR%%/app/mailers/abuse_report_mailer.rb @@ -2668,18 +2797,38 @@ %%WWWDIR%%/app/models/audit_event.rb %%WWWDIR%%/app/models/award_emoji.rb %%WWWDIR%%/app/models/blob.rb +%%WWWDIR%%/app/models/blob_viewer/balsamiq.rb +%%WWWDIR%%/app/models/blob_viewer/base.rb +%%WWWDIR%%/app/models/blob_viewer/binary_stl.rb +%%WWWDIR%%/app/models/blob_viewer/client_side.rb +%%WWWDIR%%/app/models/blob_viewer/download.rb +%%WWWDIR%%/app/models/blob_viewer/empty.rb +%%WWWDIR%%/app/models/blob_viewer/image.rb +%%WWWDIR%%/app/models/blob_viewer/markup.rb +%%WWWDIR%%/app/models/blob_viewer/notebook.rb +%%WWWDIR%%/app/models/blob_viewer/pdf.rb +%%WWWDIR%%/app/models/blob_viewer/rich.rb +%%WWWDIR%%/app/models/blob_viewer/server_side.rb +%%WWWDIR%%/app/models/blob_viewer/simple.rb +%%WWWDIR%%/app/models/blob_viewer/sketch.rb +%%WWWDIR%%/app/models/blob_viewer/svg.rb +%%WWWDIR%%/app/models/blob_viewer/text.rb +%%WWWDIR%%/app/models/blob_viewer/text_stl.rb +%%WWWDIR%%/app/models/blob_viewer/video.rb %%WWWDIR%%/app/models/board.rb %%WWWDIR%%/app/models/broadcast_message.rb %%WWWDIR%%/app/models/chat_name.rb %%WWWDIR%%/app/models/chat_team.rb +%%WWWDIR%%/app/models/ci/artifact_blob.rb %%WWWDIR%%/app/models/ci/build.rb +%%WWWDIR%%/app/models/ci/group.rb %%WWWDIR%%/app/models/ci/pipeline.rb +%%WWWDIR%%/app/models/ci/pipeline_schedule.rb %%WWWDIR%%/app/models/ci/runner.rb %%WWWDIR%%/app/models/ci/runner_project.rb %%WWWDIR%%/app/models/ci/stage.rb %%WWWDIR%%/app/models/ci/trigger.rb %%WWWDIR%%/app/models/ci/trigger_request.rb -%%WWWDIR%%/app/models/ci/trigger_schedule.rb %%WWWDIR%%/app/models/ci/variable.rb %%WWWDIR%%/app/models/commit.rb %%WWWDIR%%/app/models/commit_range.rb @@ -2687,9 +2836,11 @@ %%WWWDIR%%/app/models/compare.rb %%WWWDIR%%/app/models/concerns/access_requestable.rb %%WWWDIR%%/app/models/concerns/awardable.rb +%%WWWDIR%%/app/models/concerns/blob_like.rb %%WWWDIR%%/app/models/concerns/cache_markdown_field.rb %%WWWDIR%%/app/models/concerns/case_sensitivity.rb %%WWWDIR%%/app/models/concerns/discussion_on_diff.rb +%%WWWDIR%%/app/models/concerns/editable.rb %%WWWDIR%%/app/models/concerns/expirable.rb %%WWWDIR%%/app/models/concerns/faster_cache_keys.rb %%WWWDIR%%/app/models/concerns/ghost_user.rb @@ -2759,6 +2910,7 @@ %%WWWDIR%%/app/models/individual_note_discussion.rb %%WWWDIR%%/app/models/issue.rb %%WWWDIR%%/app/models/issue/metrics.rb +%%WWWDIR%%/app/models/issue_assignee.rb %%WWWDIR%%/app/models/issue_collection.rb %%WWWDIR%%/app/models/key.rb %%WWWDIR%%/app/models/label.rb @@ -2850,6 +3002,7 @@ %%WWWDIR%%/app/models/protected_ref_matcher.rb %%WWWDIR%%/app/models/protected_tag.rb %%WWWDIR%%/app/models/protected_tag/create_access_level.rb +%%WWWDIR%%/app/models/redirect_route.rb %%WWWDIR%%/app/models/release.rb %%WWWDIR%%/app/models/repository.rb %%WWWDIR%%/app/models/route.rb @@ -2857,6 +3010,7 @@ %%WWWDIR%%/app/models/sent_notification.rb %%WWWDIR%%/app/models/service.rb %%WWWDIR%%/app/models/snippet.rb +%%WWWDIR%%/app/models/snippet_blob.rb %%WWWDIR%%/app/models/spam_log.rb %%WWWDIR%%/app/models/subscription.rb %%WWWDIR%%/app/models/system_note_metadata.rb @@ -2874,6 +3028,7 @@ %%WWWDIR%%/app/policies/base_policy.rb %%WWWDIR%%/app/policies/ci/build_policy.rb %%WWWDIR%%/app/policies/ci/pipeline_policy.rb +%%WWWDIR%%/app/policies/ci/pipeline_schedule_policy.rb %%WWWDIR%%/app/policies/ci/runner_policy.rb %%WWWDIR%%/app/policies/ci/trigger_policy.rb %%WWWDIR%%/app/policies/commit_status_policy.rb @@ -2898,7 +3053,9 @@ %%WWWDIR%%/app/presenters/README.md %%WWWDIR%%/app/presenters/ci/build_presenter.rb %%WWWDIR%%/app/presenters/ci/pipeline_presenter.rb +%%WWWDIR%%/app/presenters/merge_request_presenter.rb %%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb +%%WWWDIR%%/app/serializers/README.md %%WWWDIR%%/app/serializers/analytics_build_entity.rb %%WWWDIR%%/app/serializers/analytics_build_serializer.rb %%WWWDIR%%/app/serializers/analytics_commit_entity.rb @@ -2922,19 +3079,30 @@ %%WWWDIR%%/app/serializers/cohorts_entity.rb %%WWWDIR%%/app/serializers/cohorts_serializer.rb %%WWWDIR%%/app/serializers/commit_entity.rb +%%WWWDIR%%/app/serializers/deploy_key_entity.rb +%%WWWDIR%%/app/serializers/deploy_key_serializer.rb %%WWWDIR%%/app/serializers/deployment_entity.rb +%%WWWDIR%%/app/serializers/deployment_serializer.rb %%WWWDIR%%/app/serializers/entity_date_helper.rb %%WWWDIR%%/app/serializers/entity_request.rb %%WWWDIR%%/app/serializers/environment_entity.rb %%WWWDIR%%/app/serializers/environment_serializer.rb +%%WWWDIR%%/app/serializers/event_entity.rb %%WWWDIR%%/app/serializers/issuable_entity.rb %%WWWDIR%%/app/serializers/issue_entity.rb %%WWWDIR%%/app/serializers/issue_serializer.rb +%%WWWDIR%%/app/serializers/job_group_entity.rb %%WWWDIR%%/app/serializers/label_entity.rb +%%WWWDIR%%/app/serializers/label_serializer.rb +%%WWWDIR%%/app/serializers/merge_request_basic_entity.rb +%%WWWDIR%%/app/serializers/merge_request_basic_serializer.rb +%%WWWDIR%%/app/serializers/merge_request_create_entity.rb +%%WWWDIR%%/app/serializers/merge_request_create_serializer.rb %%WWWDIR%%/app/serializers/merge_request_entity.rb %%WWWDIR%%/app/serializers/merge_request_serializer.rb %%WWWDIR%%/app/serializers/pipeline_entity.rb %%WWWDIR%%/app/serializers/pipeline_serializer.rb +%%WWWDIR%%/app/serializers/project_entity.rb %%WWWDIR%%/app/serializers/request_aware_entity.rb %%WWWDIR%%/app/serializers/stage_entity.rb %%WWWDIR%%/app/serializers/status_entity.rb @@ -2960,8 +3128,10 @@ %%WWWDIR%%/app/services/chat_names/authorize_user_service.rb %%WWWDIR%%/app/services/chat_names/find_user_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_builds_service.rb +%%WWWDIR%%/app/services/ci/create_pipeline_schedule_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_service.rb %%WWWDIR%%/app/services/ci/create_trigger_request_service.rb +%%WWWDIR%%/app/services/ci/play_build_service.rb %%WWWDIR%%/app/services/ci/process_pipeline_service.rb %%WWWDIR%%/app/services/ci/register_job_service.rb %%WWWDIR%%/app/services/ci/retry_build_service.rb @@ -2972,6 +3142,7 @@ %%WWWDIR%%/app/services/cohorts_service.rb %%WWWDIR%%/app/services/commits/change_service.rb %%WWWDIR%%/app/services/commits/cherry_pick_service.rb +%%WWWDIR%%/app/services/commits/create_service.rb %%WWWDIR%%/app/services/commits/revert_service.rb %%WWWDIR%%/app/services/compare_service.rb %%WWWDIR%%/app/services/concerns/issues/resolve_discussions.rb @@ -2987,7 +3158,7 @@ %%WWWDIR%%/app/services/files/base_service.rb %%WWWDIR%%/app/services/files/create_dir_service.rb %%WWWDIR%%/app/services/files/create_service.rb -%%WWWDIR%%/app/services/files/destroy_service.rb +%%WWWDIR%%/app/services/files/delete_service.rb %%WWWDIR%%/app/services/files/multi_service.rb %%WWWDIR%%/app/services/files/update_service.rb %%WWWDIR%%/app/services/git_hooks_service.rb @@ -3006,6 +3177,10 @@ %%WWWDIR%%/app/services/issues/base_service.rb %%WWWDIR%%/app/services/issues/build_service.rb %%WWWDIR%%/app/services/issues/close_service.rb +%%WWWDIR%%/app/services/merge_requests/conflicts/base_service.rb +%%WWWDIR%%/app/services/merge_requests/conflicts/list_service.rb +%%WWWDIR%%/app/services/merge_requests/conflicts/resolve_service.rb +%%WWWDIR%%/app/services/merge_requests/create_from_issue_service.rb %%WWWDIR%%/app/services/issues/create_service.rb %%WWWDIR%%/app/services/issues/move_service.rb %%WWWDIR%%/app/services/issues/reopen_service.rb @@ -3035,7 +3210,6 @@ %%WWWDIR%%/app/services/merge_requests/post_merge_service.rb %%WWWDIR%%/app/services/merge_requests/refresh_service.rb %%WWWDIR%%/app/services/merge_requests/reopen_service.rb -%%WWWDIR%%/app/services/merge_requests/resolve_service.rb %%WWWDIR%%/app/services/merge_requests/resolved_discussion_notification_service.rb %%WWWDIR%%/app/services/merge_requests/update_service.rb %%WWWDIR%%/app/services/milestones/base_service.rb @@ -3055,6 +3229,7 @@ %%WWWDIR%%/app/services/notification_recipient_service.rb %%WWWDIR%%/app/services/notification_service.rb %%WWWDIR%%/app/services/pages_service.rb +%%WWWDIR%%/app/services/preview_markdown_service.rb %%WWWDIR%%/app/services/projects/autocomplete_service.rb %%WWWDIR%%/app/services/projects/create_service.rb %%WWWDIR%%/app/services/projects/destroy_service.rb @@ -3065,12 +3240,12 @@ %%WWWDIR%%/app/services/projects/import_export/export_service.rb %%WWWDIR%%/app/services/projects/import_service.rb %%WWWDIR%%/app/services/projects/participants_service.rb +%%WWWDIR%%/app/services/projects/propagate_service_template.rb %%WWWDIR%%/app/services/projects/transfer_service.rb %%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_service.rb -%%WWWDIR%%/app/services/projects/upload_service.rb %%WWWDIR%%/app/services/protected_branches/api_create_service.rb %%WWWDIR%%/app/services/protected_branches/api_update_service.rb %%WWWDIR%%/app/services/protected_branches/create_service.rb @@ -3080,6 +3255,7 @@ %%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb %%WWWDIR%%/app/services/repository_archive_clean_up_service.rb %%WWWDIR%%/app/services/search/global_service.rb +%%WWWDIR%%/app/services/search/group_service.rb %%WWWDIR%%/app/services/search/project_service.rb %%WWWDIR%%/app/services/search/snippet_service.rb %%WWWDIR%%/app/services/search_service.rb @@ -3094,9 +3270,11 @@ %%WWWDIR%%/app/services/todo_service.rb %%WWWDIR%%/app/services/update_release_service.rb %%WWWDIR%%/app/services/update_snippet_service.rb +%%WWWDIR%%/app/services/upload_service.rb %%WWWDIR%%/app/services/user_agent_detail_service.rb %%WWWDIR%%/app/services/user_project_access_changed_service.rb %%WWWDIR%%/app/services/users/activity_service.rb +%%WWWDIR%%/app/services/users/build_service.rb %%WWWDIR%%/app/services/users/create_service.rb %%WWWDIR%%/app/services/users/destroy_service.rb %%WWWDIR%%/app/services/users/migrate_to_ghost_user_service.rb @@ -3112,6 +3290,7 @@ %%WWWDIR%%/app/uploaders/file_uploader.rb %%WWWDIR%%/app/uploaders/gitlab_uploader.rb %%WWWDIR%%/app/uploaders/lfs_object_uploader.rb +%%WWWDIR%%/app/uploaders/personal_file_uploader.rb %%WWWDIR%%/app/uploaders/records_uploads.rb %%WWWDIR%%/app/uploaders/uploader_helper.rb %%WWWDIR%%/app/validators/addressable_url_validator.rb @@ -3121,12 +3300,11 @@ %%WWWDIR%%/app/validators/cron_timezone_validator.rb %%WWWDIR%%/app/validators/cron_validator.rb %%WWWDIR%%/app/validators/duration_validator.rb +%%WWWDIR%%/app/validators/dynamic_path_validator.rb %%WWWDIR%%/app/validators/email_validator.rb %%WWWDIR%%/app/validators/importable_url_validator.rb %%WWWDIR%%/app/validators/line_code_validator.rb %%WWWDIR%%/app/validators/namespace_name_validator.rb -%%WWWDIR%%/app/validators/namespace_validator.rb -%%WWWDIR%%/app/validators/project_path_validator.rb %%WWWDIR%%/app/validators/url_validator.rb %%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml %%WWWDIR%%/app/views/abuse_report_mailer/notify.text.haml @@ -3136,6 +3314,8 @@ %%WWWDIR%%/app/views/admin/appearances/_form.html.haml %%WWWDIR%%/app/views/admin/appearances/preview.html.haml %%WWWDIR%%/app/views/admin/appearances/show.html.haml +%%WWWDIR%%/app/views/admin/hooks/_form.html.haml +%%WWWDIR%%/app/views/admin/hooks/edit.html.haml %%WWWDIR%%/app/views/admin/application_settings/_form.html.haml %%WWWDIR%%/app/views/admin/application_settings/show.html.haml %%WWWDIR%%/app/views/admin/applications/_delete_form.html.haml @@ -3211,7 +3391,6 @@ %%WWWDIR%%/app/views/ci/lints/show.html.haml %%WWWDIR%%/app/views/ci/status/_badge.html.haml %%WWWDIR%%/app/views/ci/status/_dropdown_graph_badge.html.haml -%%WWWDIR%%/app/views/ci/status/_graph_badge.html.haml %%WWWDIR%%/app/views/dashboard/_activities.html.haml %%WWWDIR%%/app/views/dashboard/_activity_head.html.haml %%WWWDIR%%/app/views/dashboard/_groups_head.html.haml @@ -3417,6 +3596,7 @@ %%WWWDIR%%/app/views/layouts/nav/_project.html.haml %%WWWDIR%%/app/views/layouts/notify.html.haml %%WWWDIR%%/app/views/layouts/notify.text.erb +%%WWWDIR%%/app/views/layouts/oauth_error.html.haml %%WWWDIR%%/app/views/layouts/profile.html.haml %%WWWDIR%%/app/views/layouts/project.html.haml %%WWWDIR%%/app/views/layouts/project_settings.html.haml @@ -3424,8 +3604,6 @@ %%WWWDIR%%/app/views/layouts/snippets.html.haml %%WWWDIR%%/app/views/notify/_note_email.html.haml %%WWWDIR%%/app/views/notify/_note_email.text.erb -%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.html.haml -%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.text.erb %%WWWDIR%%/app/views/notify/_relabeled_issuable_email.html.haml %%WWWDIR%%/app/views/notify/_relabeled_issuable_email.text.erb %%WWWDIR%%/app/views/notify/closed_issue_email.html.haml @@ -3536,6 +3714,7 @@ %%WWWDIR%%/app/views/projects/_errors.html.haml %%WWWDIR%%/app/views/projects/_files.html.haml %%WWWDIR%%/app/views/projects/_find_file_link.html.haml +%%WWWDIR%%/app/views/projects/_fork_suggestion.html.haml %%WWWDIR%%/app/views/projects/_gitlab_import_modal.html.haml %%WWWDIR%%/app/views/projects/_head.html.haml %%WWWDIR%%/app/views/projects/_home_panel.html.haml @@ -3552,30 +3731,39 @@ %%WWWDIR%%/app/views/projects/artifacts/_tree_directory.html.haml %%WWWDIR%%/app/views/projects/artifacts/_tree_file.html.haml %%WWWDIR%%/app/views/projects/artifacts/browse.html.haml +%%WWWDIR%%/app/views/projects/artifacts/file.html.haml %%WWWDIR%%/app/views/projects/badges/badge.svg.erb %%WWWDIR%%/app/views/projects/blame/show.html.haml %%WWWDIR%%/app/views/projects/blob/_blob.html.haml -%%WWWDIR%%/app/views/projects/blob/_download.html.haml +%%WWWDIR%%/app/views/projects/blob/_content.html.haml %%WWWDIR%%/app/views/projects/blob/_editor.html.haml %%WWWDIR%%/app/views/projects/blob/_header.html.haml -%%WWWDIR%%/app/views/projects/blob/_image.html.haml +%%WWWDIR%%/app/views/projects/blob/_header_content.html.haml %%WWWDIR%%/app/views/projects/blob/_markup.html.haml %%WWWDIR%%/app/views/projects/blob/_new_dir.html.haml -%%WWWDIR%%/app/views/projects/blob/_notebook.html.haml -%%WWWDIR%%/app/views/projects/blob/_pdf.html.haml %%WWWDIR%%/app/views/projects/blob/_remove.html.haml -%%WWWDIR%%/app/views/projects/blob/_sketch.html.haml -%%WWWDIR%%/app/views/projects/blob/_stl.html.haml -%%WWWDIR%%/app/views/projects/blob/_svg.html.haml +%%WWWDIR%%/app/views/projects/blob/_render_error.html.haml %%WWWDIR%%/app/views/projects/blob/_template_selectors.html.haml -%%WWWDIR%%/app/views/projects/blob/_text.html.haml -%%WWWDIR%%/app/views/projects/blob/_too_large.html.haml %%WWWDIR%%/app/views/projects/blob/_upload.html.haml +%%WWWDIR%%/app/views/projects/blob/_viewer.html.haml +%%WWWDIR%%/app/views/projects/blob/_viewer_switcher.html.haml %%WWWDIR%%/app/views/projects/blob/diff.html.haml %%WWWDIR%%/app/views/projects/blob/edit.html.haml %%WWWDIR%%/app/views/projects/blob/new.html.haml %%WWWDIR%%/app/views/projects/blob/preview.html.haml %%WWWDIR%%/app/views/projects/blob/show.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_balsamiq.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_download.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_empty.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_image.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_markup.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_notebook.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_pdf.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_sketch.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_stl.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_svg.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_text.html.haml +%%WWWDIR%%/app/views/projects/blob/viewers/_video.html.haml %%WWWDIR%%/app/views/projects/boards/_show.html.haml %%WWWDIR%%/app/views/projects/boards/components/_board.html.haml %%WWWDIR%%/app/views/projects/boards/components/_sidebar.html.haml @@ -3619,7 +3807,6 @@ %%WWWDIR%%/app/views/projects/commits/show.atom.builder %%WWWDIR%%/app/views/projects/commits/show.html.haml %%WWWDIR%%/app/views/projects/compare/_form.html.haml -%%WWWDIR%%/app/views/projects/compare/_ref_dropdown.html.haml %%WWWDIR%%/app/views/projects/compare/index.html.haml %%WWWDIR%%/app/views/projects/compare/show.html.haml %%WWWDIR%%/app/views/projects/cycle_analytics/_empty_stage.html.haml @@ -3669,6 +3856,7 @@ %%WWWDIR%%/app/views/projects/group_links/_index.html.haml %%WWWDIR%%/app/views/projects/group_links/update.js.haml %%WWWDIR%%/app/views/projects/hooks/_index.html.haml +%%WWWDIR%%/app/views/projects/hooks/edit.html.haml %%WWWDIR%%/app/views/projects/imports/new.html.haml %%WWWDIR%%/app/views/projects/imports/show.html.haml %%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml @@ -3704,7 +3892,6 @@ %%WWWDIR%%/app/views/projects/merge_requests/_show.html.haml %%WWWDIR%%/app/views/projects/merge_requests/branch_from.html.haml %%WWWDIR%%/app/views/projects/merge_requests/branch_to.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/cancel_merge_when_pipeline_succeeds.js.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_file_actions.html.haml @@ -3717,7 +3904,6 @@ %%WWWDIR%%/app/views/projects/merge_requests/edit.html.haml %%WWWDIR%%/app/views/projects/merge_requests/index.html.haml %%WWWDIR%%/app/views/projects/merge_requests/invalid.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/merge.js.haml %%WWWDIR%%/app/views/projects/merge_requests/new.html.haml %%WWWDIR%%/app/views/projects/merge_requests/show.html.haml %%WWWDIR%%/app/views/projects/merge_requests/show/_commits.html.haml @@ -3728,28 +3914,8 @@ %%WWWDIR%%/app/views/projects/merge_requests/show/_pipelines.html.haml %%WWWDIR%%/app/views/projects/merge_requests/show/_versions.html.haml %%WWWDIR%%/app/views/projects/merge_requests/update_branches.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/_closed.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/_heading.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/_locked.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/_merged.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/_merged_buttons.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/_open.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/_show.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_accept.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_archived.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_build_failed.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_check.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_conflicts.html.haml +%%WWWDIR%%/app/views/projects/merge_requests/widget/_commit_change_content.html.haml %%WWWDIR%%/app/views/projects/merge_requests/widget/open/_error.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_manual.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_merge_when_pipeline_succeeds.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_missing_branch.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_not_allowed.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_nothing.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_reload.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_sha_mismatch.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_unresolved_discussions.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_wip.html.haml %%WWWDIR%%/app/views/projects/milestones/_form.html.haml %%WWWDIR%%/app/views/projects/milestones/_milestone.html.haml %%WWWDIR%%/app/views/projects/milestones/edit.html.haml @@ -3762,17 +3928,10 @@ %%WWWDIR%%/app/views/projects/network/show.json.erb %%WWWDIR%%/app/views/projects/new.html.haml %%WWWDIR%%/app/views/projects/no_repo.html.haml -%%WWWDIR%%/app/views/projects/notes/_comment_button.html.haml -%%WWWDIR%%/app/views/projects/notes/_edit_form.html.haml -%%WWWDIR%%/app/views/projects/notes/_form.html.haml +%%WWWDIR%%/app/views/projects/notes/_actions.html.haml %%WWWDIR%%/app/views/projects/notes/_form_errors.html.haml -%%WWWDIR%%/app/views/projects/notes/_hints.html.haml -%%WWWDIR%%/app/views/projects/notes/_note.html.haml -%%WWWDIR%%/app/views/projects/notes/_notes.html.haml -%%WWWDIR%%/app/views/projects/notes/_notes_with_form.html.haml %%WWWDIR%%/app/views/projects/pages/_access.html.haml %%WWWDIR%%/app/views/projects/pages/_destroy.haml -%%WWWDIR%%/app/views/projects/pages/_disabled.html.haml %%WWWDIR%%/app/views/projects/pages/_list.html.haml %%WWWDIR%%/app/views/projects/pages/_no_domains.html.haml %%WWWDIR%%/app/views/projects/pages/_use.html.haml @@ -3780,7 +3939,13 @@ %%WWWDIR%%/app/views/projects/pages_domains/_form.html.haml %%WWWDIR%%/app/views/projects/pages_domains/new.html.haml %%WWWDIR%%/app/views/projects/pages_domains/show.html.haml -%%WWWDIR%%/app/views/projects/pipelines/_graph.html.haml +%%WWWDIR%%/app/views/projects/pipeline_schedules/_form.html.haml +%%WWWDIR%%/app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml +%%WWWDIR%%/app/views/projects/pipeline_schedules/_table.html.haml +%%WWWDIR%%/app/views/projects/pipeline_schedules/_tabs.html.haml +%%WWWDIR%%/app/views/projects/pipeline_schedules/edit.html.haml +%%WWWDIR%%/app/views/projects/pipeline_schedules/index.html.haml +%%WWWDIR%%/app/views/projects/pipeline_schedules/new.html.haml %%WWWDIR%%/app/views/projects/pipelines/_head.html.haml %%WWWDIR%%/app/views/projects/pipelines/_info.html.haml %%WWWDIR%%/app/views/projects/pipelines/_stage.html.haml @@ -3853,8 +4018,6 @@ %%WWWDIR%%/app/views/projects/snippets/new.html.haml %%WWWDIR%%/app/views/projects/snippets/show.html.haml %%WWWDIR%%/app/views/projects/snippets/verify.html.haml -%%WWWDIR%%/app/views/projects/stage/_graph.html.haml -%%WWWDIR%%/app/views/projects/stage/_in_stage_group.html.haml %%WWWDIR%%/app/views/projects/stage/_stage.html.haml %%WWWDIR%%/app/views/projects/tags/_tag.html.haml %%WWWDIR%%/app/views/projects/tags/destroy.js.haml @@ -3949,6 +4112,7 @@ %%WWWDIR%%/app/views/shared/_personal_access_tokens_table.html.haml %%WWWDIR%%/app/views/shared/_project_limit.html.haml %%WWWDIR%%/app/views/shared/_promo.html.haml +%%WWWDIR%%/app/views/shared/_ref_dropdown.html.haml %%WWWDIR%%/app/views/shared/_ref_switcher.html.haml %%WWWDIR%%/app/views/shared/_service_settings.html.haml %%WWWDIR%%/app/views/shared/_show_aside.html.haml @@ -3972,6 +4136,7 @@ %%WWWDIR%%/app/views/shared/empty_states/monitoring/_getting_started.svg %%WWWDIR%%/app/views/shared/empty_states/monitoring/_loading.svg %%WWWDIR%%/app/views/shared/empty_states/monitoring/_unable_to_connect.svg +%%WWWDIR%%/app/views/shared/errors/_graphic_422.svg %%WWWDIR%%/app/views/shared/groups/_dropdown.html.haml %%WWWDIR%%/app/views/shared/groups/_group.html.haml %%WWWDIR%%/app/views/shared/groups/_list.html.haml @@ -3998,6 +4163,7 @@ %%WWWDIR%%/app/views/shared/icons/_icon_cycle_analytics_splash.svg %%WWWDIR%%/app/views/shared/icons/_icon_edit.svg %%WWWDIR%%/app/views/shared/icons/_icon_empty_groups.svg +%%WWWDIR%%/app/views/shared/icons/_icon_explore_groups_splash.svg %%WWWDIR%%/app/views/shared/icons/_icon_eye.svg %%WWWDIR%%/app/views/shared/icons/_icon_eye_slash.svg %%WWWDIR%%/app/views/shared/icons/_icon_fork.svg @@ -4048,6 +4214,7 @@ %%WWWDIR%%/app/views/shared/icons/_scroll_down_hover_active.svg %%WWWDIR%%/app/views/shared/icons/_scroll_up.svg %%WWWDIR%%/app/views/shared/icons/_scroll_up_hover_active.svg +%%WWWDIR%%/app/views/shared/issuable/_assignees.html.haml %%WWWDIR%%/app/views/shared/issuable/_filter.html.haml %%WWWDIR%%/app/views/shared/issuable/_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_label_dropdown.html.haml @@ -4059,11 +4226,16 @@ %%WWWDIR%%/app/views/shared/issuable/_search_bar.html.haml %%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml +%%WWWDIR%%/app/views/shared/issuable/_sidebar_assignees.html.haml %%WWWDIR%%/app/views/shared/issuable/_sidebar_todo.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_branch_chooser.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_description.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_issue_assignee.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_merge_params.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_merge_request_assignee.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_metadata.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_metadata_issue_assignee.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_metadata_merge_request_assignee.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_template_selector.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_title.html.haml %%WWWDIR%%/app/views/shared/labels/_form.html.haml @@ -4081,8 +4253,17 @@ %%WWWDIR%%/app/views/shared/milestones/_milestone.html.haml %%WWWDIR%%/app/views/shared/milestones/_participants_tab.html.haml %%WWWDIR%%/app/views/shared/milestones/_sidebar.html.haml +%%WWWDIR%%/app/views/shared/milestones/_tab_loading.html.haml %%WWWDIR%%/app/views/shared/milestones/_tabs.html.haml %%WWWDIR%%/app/views/shared/milestones/_top.html.haml +%%WWWDIR%%/app/views/shared/notes/_comment_button.html.haml +%%WWWDIR%%/app/views/shared/notes/_edit.html.haml +%%WWWDIR%%/app/views/shared/notes/_edit_form.html.haml +%%WWWDIR%%/app/views/shared/notes/_form.html.haml +%%WWWDIR%%/app/views/shared/notes/_hints.html.haml +%%WWWDIR%%/app/views/shared/notes/_note.html.haml +%%WWWDIR%%/app/views/shared/notes/_notes.html.haml +%%WWWDIR%%/app/views/shared/notes/_notes_with_form.html.haml %%WWWDIR%%/app/views/shared/notifications/_button.html.haml %%WWWDIR%%/app/views/shared/notifications/_custom_notifications.html.haml %%WWWDIR%%/app/views/shared/notifications/_notification_dropdown.html.haml @@ -4114,10 +4295,12 @@ %%WWWDIR%%/app/views/snippets/edit.html.haml %%WWWDIR%%/app/views/snippets/index.html.haml %%WWWDIR%%/app/views/snippets/new.html.haml +%%WWWDIR%%/app/views/snippets/notes/_actions.html.haml %%WWWDIR%%/app/views/snippets/show.html.haml %%WWWDIR%%/app/views/snippets/verify.html.haml %%WWWDIR%%/app/views/u2f/_authenticate.html.haml %%WWWDIR%%/app/views/u2f/_register.html.haml +%%WWWDIR%%/app/views/users/_deletion_guidance.html.haml %%WWWDIR%%/app/views/users/_groups.html.haml %%WWWDIR%%/app/views/users/calendar.html.haml %%WWWDIR%%/app/views/users/calendar_activities.html.haml @@ -4130,7 +4313,6 @@ %%WWWDIR%%/app/workers/build_hooks_worker.rb %%WWWDIR%%/app/workers/build_queue_worker.rb %%WWWDIR%%/app/workers/build_success_worker.rb -%%WWWDIR%%/app/workers/clear_database_cache_worker.rb %%WWWDIR%%/app/workers/concerns/build_queue.rb %%WWWDIR%%/app/workers/concerns/cronjob_queue.rb %%WWWDIR%%/app/workers/concerns/dedicated_sidekiq_queue.rb @@ -4142,6 +4324,7 @@ %%WWWDIR%%/app/workers/emails_on_push_worker.rb %%WWWDIR%%/app/workers/expire_build_artifacts_worker.rb %%WWWDIR%%/app/workers/expire_build_instance_artifacts_worker.rb +%%WWWDIR%%/app/workers/expire_job_cache_worker.rb %%WWWDIR%%/app/workers/expire_pipeline_cache_worker.rb %%WWWDIR%%/app/workers/git_garbage_collect_worker.rb %%WWWDIR%%/app/workers/gitlab_shell_worker.rb @@ -4156,6 +4339,7 @@ %%WWWDIR%%/app/workers/pipeline_metrics_worker.rb %%WWWDIR%%/app/workers/pipeline_notification_worker.rb %%WWWDIR%%/app/workers/pipeline_process_worker.rb +%%WWWDIR%%/app/workers/pipeline_schedule_worker.rb %%WWWDIR%%/app/workers/pipeline_success_worker.rb %%WWWDIR%%/app/workers/pipeline_update_worker.rb %%WWWDIR%%/app/workers/post_receive.rb @@ -4165,6 +4349,7 @@ %%WWWDIR%%/app/workers/project_export_worker.rb %%WWWDIR%%/app/workers/project_service_worker.rb %%WWWDIR%%/app/workers/project_web_hook_worker.rb +%%WWWDIR%%/app/workers/propagate_service_template_worker.rb %%WWWDIR%%/app/workers/prune_old_events_worker.rb %%WWWDIR%%/app/workers/reactive_caching_worker.rb %%WWWDIR%%/app/workers/remove_expired_group_links_worker.rb @@ -4183,7 +4368,6 @@ %%WWWDIR%%/app/workers/system_hook_push_worker.rb %%WWWDIR%%/app/workers/system_hook_worker.rb %%WWWDIR%%/app/workers/trending_projects_worker.rb -%%WWWDIR%%/app/workers/trigger_schedule_worker.rb %%WWWDIR%%/app/workers/update_merge_requests_worker.rb %%WWWDIR%%/app/workers/update_user_activity_worker.rb %%WWWDIR%%/app/workers/upload_checksum_worker.rb @@ -4234,7 +4418,6 @@ %%WWWDIR%%/config/initializers/7_redis.rb %%WWWDIR%%/config/initializers/8_gitaly.rb %%WWWDIR%%/config/initializers/8_metrics.rb -%%WWWDIR%%/config/initializers/active_record_query_trace.rb %%WWWDIR%%/config/initializers/acts_as_taggable.rb %%WWWDIR%%/config/initializers/additional_headers_interceptor.rb %%WWWDIR%%/config/initializers/ar5_batching.rb @@ -4256,7 +4439,9 @@ %%WWWDIR%%/config/initializers/doorkeeper_openid_connect.rb %%WWWDIR%%/config/initializers/email_template_interceptor.rb %%WWWDIR%%/config/initializers/etag_caching.rb +%%WWWDIR%%/config/initializers/fast_gettext.rb %%WWWDIR%%/config/initializers/fix_local_cache_middleware.rb +%%WWWDIR%%/config/initializers/gettext_rails_i18n_patch.rb %%WWWDIR%%/config/initializers/gitlab_shell_secret_token.rb %%WWWDIR%%/config/initializers/gitlab_workhorse_secret.rb %%WWWDIR%%/config/initializers/go_get.rb @@ -4295,9 +4480,11 @@ %%WWWDIR%%/config/initializers/wrap_parameters.rb %%WWWDIR%%/config/karma.config.js %%WWWDIR%%/config/license_finder.yml +%%WWWDIR%%/config/locales/de.yml %%WWWDIR%%/config/locales/devise.en.yml %%WWWDIR%%/config/locales/doorkeeper.en.yml %%WWWDIR%%/config/locales/en.yml +%%WWWDIR%%/config/locales/es.yml %%WWWDIR%%/config/locales/sherlock.en.yml %%WWWDIR%%/config/mail_room.yml %%WWWDIR%%/config/no_todos_messages.yml @@ -4318,6 +4505,7 @@ %%WWWDIR%%/config/routes/sherlock.rb %%WWWDIR%%/config/routes/sidekiq.rb %%WWWDIR%%/config/routes/snippets.rb +%%WWWDIR%%/config/routes/test.rb %%WWWDIR%%/config/routes/uploads.rb %%WWWDIR%%/config/routes/user.rb %%WWWDIR%%/config/routes/wiki.rb @@ -4906,7 +5094,9 @@ %%WWWDIR%%/db/migrate/20170316163800_rename_system_namespaces.rb %%WWWDIR%%/db/migrate/20170316163845_move_uploads_to_system_dir.rb %%WWWDIR%%/db/migrate/20170317203554_index_routes_path_for_like.rb +%%WWWDIR%%/db/migrate/20170320173259_migrate_assignees.rb %%WWWDIR%%/db/migrate/20170322013926_create_container_repository.rb +%%WWWDIR%%/db/migrate/20170327091750_add_created_at_index_to_deployments.rb %%WWWDIR%%/db/migrate/20170328010804_add_uuid_to_application_settings.rb %%WWWDIR%%/db/migrate/20170329095325_add_ref_to_triggers.rb %%WWWDIR%%/db/migrate/20170329095907_create_ci_trigger_schedules.rb @@ -4921,12 +5111,36 @@ %%WWWDIR%%/db/migrate/20170407122426_add_active_to_ci_trigger_schedule.rb %%WWWDIR%%/db/migrate/20170407135259_add_foreigh_key_trigger_requests_trigger.rb %%WWWDIR%%/db/migrate/20170407140450_add_index_to_next_run_at_and_active.rb +%%WWWDIR%%/db/migrate/20170410133135_add_version_field_to_markdown_cache.rb +%%WWWDIR%%/db/migrate/20170413035209_add_preferred_language_to_users.rb %%WWWDIR%%/db/migrate/20170418103908_delete_orphan_notification_settings.rb %%WWWDIR%%/db/migrate/20170419001229_add_index_to_system_note_metadata.rb +%%WWWDIR%%/db/migrate/20170421102337_remove_nil_type_services.rb %%WWWDIR%%/db/migrate/20170423064036_add_index_on_ci_builds_updated_at.rb +%%WWWDIR%%/db/migrate/20170424095707_add_index_on_ci_builds_user_id.rb +%%WWWDIR%%/db/migrate/20170424142900_add_index_to_web_hooks_type.rb +%%WWWDIR%%/db/migrate/20170425112128_create_pipeline_schedules_table.rb +%%WWWDIR%%/db/migrate/20170425112628_remove_foreigh_key_ci_trigger_schedules.rb +%%WWWDIR%%/db/migrate/20170425114731_add_pipeline_schedule_id_to_pipelines.rb %%WWWDIR%%/db/migrate/20170426175636_fill_missing_uuid_on_application_settings.rb %%WWWDIR%%/db/migrate/20170426181740_add_index_on_ci_runners_contacted_at.rb +%%WWWDIR%%/db/migrate/20170427215854_create_redirect_routes.rb +%%WWWDIR%%/db/migrate/20170502091007_markdown_cache_limits_to_mysql.rb +%%WWWDIR%%/db/migrate/20170503004125_add_last_repository_updated_at_to_projects.rb +%%WWWDIR%%/db/migrate/20170503004425_add_index_to_last_repository_updated_at_on_projects.rb +%%WWWDIR%%/db/migrate/20170503004426_add_retried_to_ci_build.rb +%%WWWDIR%%/db/migrate/20170503021915_add_last_edited_at_and_last_edited_by_id_to_issues.rb +%%WWWDIR%%/db/migrate/20170503022548_add_last_edited_at_and_last_edited_by_id_to_merge_requests.rb +%%WWWDIR%%/db/migrate/20170503184421_add_index_to_redirect_routes.rb +%%WWWDIR%%/db/migrate/20170503185032_index_redirect_routes_path_for_like.rb +%%WWWDIR%%/db/migrate/20170504102911_add_clientside_sentry_to_application_settings.rb +%%WWWDIR%%/db/migrate/20170506085040_add_index_to_pipeline_pipeline_schedule_id.rb +%%WWWDIR%%/db/migrate/20170506091344_add_foreign_key_to_pipeline_schedules.rb +%%WWWDIR%%/db/migrate/20170506185517_add_foreign_key_pipeline_schedules_and_pipelines.rb +%%WWWDIR%%/db/migrate/20170516153305_migrate_assignee_to_separate_table.rb +%%WWWDIR%%/db/migrate/20170516183131_add_indices_to_issue_assignees.rb %%WWWDIR%%/db/migrate/limits_to_mysql.rb +%%WWWDIR%%/db/migrate/markdown_cache_limits_to_mysql.rb %%WWWDIR%%/db/post_migrate/20160824121037_change_personal_access_tokens_default_back_to_empty_array.rb %%WWWDIR%%/db/post_migrate/20161011222551_remove_inactive_jira_service_properties.rb %%WWWDIR%%/db/post_migrate/20161109150329_fix_project_records_with_invalid_visibility.rb @@ -4954,6 +5168,14 @@ %%WWWDIR%%/db/post_migrate/20170406111121_clean_upload_symlinks.rb %%WWWDIR%%/db/post_migrate/20170406142253_migrate_user_project_view.rb %%WWWDIR%%/db/post_migrate/20170408033905_remove_old_cache_directories.rb +%%WWWDIR%%/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb +%%WWWDIR%%/db/post_migrate/20170425121605_migrate_trigger_schedules_to_pipeline_schedules.rb +%%WWWDIR%%/db/post_migrate/20170425130047_drop_ci_trigger_schedules_table.rb +%%WWWDIR%%/db/post_migrate/20170503004427_update_retried_for_ci_build.rb +%%WWWDIR%%/db/post_migrate/20170516165%%RUBY_SUFFIX%%8_cleanup_trigger_for_issues.rb +%%WWWDIR%%/db/post_migrate/20170516181025_add_constraints_to_issue_assignees_table.rb +%%WWWDIR%%/db/post_migrate/20170518200835_rename_users_with_renamed_namespace.rb +%%WWWDIR%%/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb %%WWWDIR%%/db/post_migrate/20170606202615_move_appearance_to_system_dir.rb %%WWWDIR%%/db/post_migrate/20170613111224_clean_appearance_symlinks.rb @(git,,) %%WWWDIR%%/db/schema.rb @@ -5088,6 +5310,11 @@ %%WWWDIR%%/doc/api/users.md %%WWWDIR%%/doc/api/v3_to_v4.md %%WWWDIR%%/doc/api/version.md +%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/img/gitlab_ou.png +%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/img/ldap_ou.gif +%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/img/user_auth.gif +%%WWWDIR%%/doc/articles/how_to_configure_ldap_gitlab_ce/index.md +%%WWWDIR%%/doc/articles/index.md %%WWWDIR%%/doc/ci/README.md %%WWWDIR%%/doc/ci/api/README.md %%WWWDIR%%/doc/ci/api/builds.md @@ -5124,6 +5351,7 @@ %%WWWDIR%%/doc/ci/img/environments_manual_action_environments.png %%WWWDIR%%/doc/ci/img/environments_manual_action_pipelines.png %%WWWDIR%%/doc/ci/img/environments_manual_action_single_pipeline.png +%%WWWDIR%%/doc/ci/img/environments_monitoring.png %%WWWDIR%%/doc/ci/img/environments_mr_review_app.png %%WWWDIR%%/doc/ci/img/environments_terminal_button_on_index.png %%WWWDIR%%/doc/ci/img/environments_terminal_button_on_show.png @@ -5132,6 +5360,12 @@ %%WWWDIR%%/doc/ci/img/permissions_settings.png %%WWWDIR%%/doc/ci/img/pipelines-goal.svg %%WWWDIR%%/doc/ci/img/pipelines.png +%%WWWDIR%%/doc/ci/img/pipelines_grouped.png +%%WWWDIR%%/doc/ci/img/pipelines_index.png +%%WWWDIR%%/doc/ci/img/pipelines_mini_graph.png +%%WWWDIR%%/doc/ci/img/pipelines_mini_graph_simple.png +%%WWWDIR%%/doc/ci/img/pipelines_mini_graph_sorting.png +%%WWWDIR%%/doc/ci/img/prometheus_environment_detail_with_metrics.png %%WWWDIR%%/doc/ci/img/types-of-pipelines.svg %%WWWDIR%%/doc/ci/img/view_on_env_blob.png %%WWWDIR%%/doc/ci/img/view_on_env_mr.png @@ -5158,9 +5392,6 @@ %%WWWDIR%%/doc/ci/ssh_keys/README.md %%WWWDIR%%/doc/ci/triggers/README.md %%WWWDIR%%/doc/ci/triggers/img/builds_page.png -%%WWWDIR%%/doc/ci/triggers/img/trigger_schedule_create.png -%%WWWDIR%%/doc/ci/triggers/img/trigger_schedule_edit.png -%%WWWDIR%%/doc/ci/triggers/img/trigger_schedule_updated_next_run_at.png %%WWWDIR%%/doc/ci/triggers/img/trigger_single_build.png %%WWWDIR%%/doc/ci/triggers/img/trigger_variables.png %%WWWDIR%%/doc/ci/triggers/img/triggers_page.png @@ -5183,14 +5414,20 @@ %%WWWDIR%%/doc/development/adding_database_indexes.md %%WWWDIR%%/doc/development/api_styleguide.md %%WWWDIR%%/doc/development/architecture.md +%%WWWDIR%%/doc/development/build_test_package.md %%WWWDIR%%/doc/development/changelog.md -%%WWWDIR%%/doc/development/ci_setup.md %%WWWDIR%%/doc/development/code_review.md %%WWWDIR%%/doc/development/db_dump.md %%WWWDIR%%/doc/development/doc_styleguide.md %%WWWDIR%%/doc/development/fe_guide/accessibility.md %%WWWDIR%%/doc/development/fe_guide/architecture.md %%WWWDIR%%/doc/development/fe_guide/design_patterns.md +%%WWWDIR%%/doc/development/fe_guide/droplab/droplab.md +%%WWWDIR%%/doc/development/fe_guide/droplab/plugins/ajax.md +%%WWWDIR%%/doc/development/fe_guide/droplab/plugins/filter.md +%%WWWDIR%%/doc/development/fe_guide/droplab/plugins/input_setter.md +%%WWWDIR%%/doc/development/fe_guide/img/boards_diagram.png +%%WWWDIR%%/doc/development/fe_guide/img/vue_arch.png %%WWWDIR%%/doc/development/fe_guide/index.md %%WWWDIR%%/doc/development/fe_guide/performance.md %%WWWDIR%%/doc/development/fe_guide/security.md @@ -5203,6 +5440,7 @@ %%WWWDIR%%/doc/development/gitlab_architecture_diagram.png %%WWWDIR%%/doc/development/gitlab_diagram_overview.odg %%WWWDIR%%/doc/development/gotchas.md +%%WWWDIR%%/doc/development/i18n_guide.md %%WWWDIR%%/doc/development/img/cache-hit.svg %%WWWDIR%%/doc/development/img/cache-miss.svg %%WWWDIR%%/doc/development/img/state-model-issue.png @@ -5389,6 +5627,9 @@ %%WWWDIR%%/doc/install/google_cloud_platform/img/ssh_via_button.png %%WWWDIR%%/doc/install/google_cloud_platform/index.md %%WWWDIR%%/doc/install/installation.md +%%WWWDIR%%/doc/install/kubernetes/gitlab_chart.md +%%WWWDIR%%/doc/install/kubernetes/gitlab_runner_chart.md +%%WWWDIR%%/doc/install/kubernetes/index.md %%WWWDIR%%/doc/install/redis.md %%WWWDIR%%/doc/install/relative_url.md %%WWWDIR%%/doc/install/requirements.md @@ -5623,6 +5864,7 @@ %%WWWDIR%%/doc/update/8.8-to-8.9.md %%WWWDIR%%/doc/update/8.9-to-8.10.md %%WWWDIR%%/doc/update/9.0-to-9.1.md +%%WWWDIR%%/doc/update/9.1-to-9.2.md %%WWWDIR%%/doc/update/README.md %%WWWDIR%%/doc/update/mysql_to_postgresql.md %%WWWDIR%%/doc/update/patch_versions.md @@ -5672,6 +5914,7 @@ %%WWWDIR%%/doc/user/img/award_emoji_comment_picker.png %%WWWDIR%%/doc/user/img/award_emoji_select.png %%WWWDIR%%/doc/user/img/award_emoji_votes_sort_options.png +%%WWWDIR%%/doc/user/img/gitlab_snippet.png %%WWWDIR%%/doc/user/img/markdown_logo.png %%WWWDIR%%/doc/user/img/markdown_video.mp4 %%WWWDIR%%/doc/user/markdown.md @@ -5774,9 +6017,9 @@ %%WWWDIR%%/doc/user/project/integrations/img/mattermost_slash_command_configuration.png %%WWWDIR%%/doc/user/project/integrations/img/mattermost_slash_command_token.png %%WWWDIR%%/doc/user/project/integrations/img/mattermost_team_integrations.png +%%WWWDIR%%/doc/user/project/integrations/img/merge_request_performance.png %%WWWDIR%%/doc/user/project/integrations/img/microsoft_teams_configuration.png %%WWWDIR%%/doc/user/project/integrations/img/project_services.png -%%WWWDIR%%/doc/user/project/integrations/img/prometheus_environment_detail_with_metrics.png %%WWWDIR%%/doc/user/project/integrations/img/prometheus_gcp_firewall_rule.png %%WWWDIR%%/doc/user/project/integrations/img/prometheus_gcp_node_name.png %%WWWDIR%%/doc/user/project/integrations/img/prometheus_service_configuration.png @@ -5804,8 +6047,14 @@ %%WWWDIR%%/doc/user/project/integrations/webhooks.md %%WWWDIR%%/doc/user/project/issue_board.md %%WWWDIR%%/doc/user/project/issues/automatic_issue_closing.md +%%WWWDIR%%/doc/user/project/issues/closing_issues.md %%WWWDIR%%/doc/user/project/issues/confidential_issues.md +%%WWWDIR%%/doc/user/project/issues/create_new_issue.md +%%WWWDIR%%/doc/user/project/issues/crosslinking_issues.md %%WWWDIR%%/doc/user/project/issues/due_dates.md +%%WWWDIR%%/doc/user/project/issues/img/button_close_issue.png +%%WWWDIR%%/doc/user/project/issues/img/close_issue_from_board.gif +%%WWWDIR%%/doc/user/project/issues/img/closing_and_related_issues.png %%WWWDIR%%/doc/user/project/issues/img/confidential_issues_create.png %%WWWDIR%%/doc/user/project/issues/img/confidential_issues_index_page.png %%WWWDIR%%/doc/user/project/issues/img/confidential_issues_issue_page.png @@ -5816,6 +6065,22 @@ %%WWWDIR%%/doc/user/project/issues/img/due_dates_edit_sidebar.png %%WWWDIR%%/doc/user/project/issues/img/due_dates_issues_index_page.png %%WWWDIR%%/doc/user/project/issues/img/due_dates_todos.png +%%WWWDIR%%/doc/user/project/issues/img/issue_board.png +%%WWWDIR%%/doc/user/project/issues/img/issue_template.png +%%WWWDIR%%/doc/user/project/issues/img/issue_tracker.png +%%WWWDIR%%/doc/user/project/issues/img/issues_main_view.png +%%WWWDIR%%/doc/user/project/issues/img/issues_main_view_numbered.jpg +%%WWWDIR%%/doc/user/project/issues/img/issues_main_view_numbered.png +%%WWWDIR%%/doc/user/project/issues/img/mention_in_issue.png +%%WWWDIR%%/doc/user/project/issues/img/mention_in_merge_request.png +%%WWWDIR%%/doc/user/project/issues/img/merge_request_closes_issue.png +%%WWWDIR%%/doc/user/project/issues/img/new_issue.png +%%WWWDIR%%/doc/user/project/issues/img/new_issue_from_issue_board.png +%%WWWDIR%%/doc/user/project/issues/img/new_issue_from_open_issue.png +%%WWWDIR%%/doc/user/project/issues/img/new_issue_from_projects_dashboard.png +%%WWWDIR%%/doc/user/project/issues/img/new_issue_from_tracker_list.png +%%WWWDIR%%/doc/user/project/issues/index.md +%%WWWDIR%%/doc/user/project/issues/issues_functionalities.md %%WWWDIR%%/doc/user/project/koding.md %%WWWDIR%%/doc/user/project/labels.md %%WWWDIR%%/doc/user/project/merge_requests.md @@ -5881,11 +6146,15 @@ %%WWWDIR%%/doc/user/project/pipelines/img/job_artifacts_builds_page.png %%WWWDIR%%/doc/user/project/pipelines/img/job_artifacts_pipelines_page.png %%WWWDIR%%/doc/user/project/pipelines/img/job_latest_artifacts_browser.png +%%WWWDIR%%/doc/user/project/pipelines/img/pipeline_schedules_list.png +%%WWWDIR%%/doc/user/project/pipelines/img/pipeline_schedules_new_form.png +%%WWWDIR%%/doc/user/project/pipelines/img/pipeline_schedules_ownership.png %%WWWDIR%%/doc/user/project/pipelines/img/pipelines_settings_badges.png %%WWWDIR%%/doc/user/project/pipelines/img/pipelines_settings_test_coverage.png %%WWWDIR%%/doc/user/project/pipelines/img/pipelines_test_coverage_build.png %%WWWDIR%%/doc/user/project/pipelines/img/pipelines_test_coverage_mr_widget.png %%WWWDIR%%/doc/user/project/pipelines/job_artifacts.md +%%WWWDIR%%/doc/user/project/pipelines/schedules.md %%WWWDIR%%/doc/user/project/pipelines/settings.md %%WWWDIR%%/doc/user/project/protected_branches.md %%WWWDIR%%/doc/user/project/protected_tags.md @@ -5914,7 +6183,13 @@ %%WWWDIR%%/doc/user/project/settings/img/settings_edit_button.png %%WWWDIR%%/doc/user/project/settings/import_export.md %%WWWDIR%%/doc/user/project/slash_commands.md -%%WWWDIR%%/doc/user/search/img/filter_issues_project.gif +%%WWWDIR%%/doc/user/project/wiki/img/wiki_create_home_page.png +%%WWWDIR%%/doc/user/project/wiki/img/wiki_create_new_page.png +%%WWWDIR%%/doc/user/project/wiki/img/wiki_create_new_page_modal.png +%%WWWDIR%%/doc/user/project/wiki/img/wiki_page_history.png +%%WWWDIR%%/doc/user/project/wiki/img/wiki_sidebar.png +%%WWWDIR%%/doc/user/project/wiki/index.md +%%WWWDIR%%/doc/user/search/img/issue_search_filter.png %%WWWDIR%%/doc/user/search/img/issues_any_assignee.png %%WWWDIR%%/doc/user/search/img/issues_assigned_to_you.png %%WWWDIR%%/doc/user/search/img/issues_author.png @@ -6187,6 +6462,7 @@ %%WWWDIR%%/features/support/capybara.rb %%WWWDIR%%/features/support/db_cleaner.rb %%WWWDIR%%/features/support/env.rb +%%WWWDIR%%/features/support/login_helpers.rb %%WWWDIR%%/features/support/rerun.rb %%WWWDIR%%/features/user.feature %%WWWDIR%%/fixtures/emojis/aliases.json @@ -6214,6 +6490,7 @@ %%WWWDIR%%/lib/api/files.rb %%WWWDIR%%/lib/api/groups.rb %%WWWDIR%%/lib/api/helpers.rb +%%WWWDIR%%/lib/api/helpers/common_helpers.rb %%WWWDIR%%/lib/api/helpers/custom_validators.rb %%WWWDIR%%/lib/api/helpers/internal_helpers.rb %%WWWDIR%%/lib/api/helpers/members_helpers.rb @@ -6524,6 +6801,7 @@ %%WWWDIR%%/lib/gitlab/ci/config/loader.rb %%WWWDIR%%/lib/gitlab/ci/cron_parser.rb %%WWWDIR%%/lib/gitlab/ci/pipeline_duration.rb +%%WWWDIR%%/lib/gitlab/ci/status/build/action.rb %%WWWDIR%%/lib/gitlab/ci/status/build/cancelable.rb %%WWWDIR%%/lib/gitlab/ci/status/build/common.rb %%WWWDIR%%/lib/gitlab/ci/status/build/factory.rb @@ -6539,6 +6817,8 @@ %%WWWDIR%%/lib/gitlab/ci/status/external/factory.rb %%WWWDIR%%/lib/gitlab/ci/status/factory.rb %%WWWDIR%%/lib/gitlab/ci/status/failed.rb +%%WWWDIR%%/lib/gitlab/ci/status/group/common.rb +%%WWWDIR%%/lib/gitlab/ci/status/group/factory.rb %%WWWDIR%%/lib/gitlab/ci/status/manual.rb %%WWWDIR%%/lib/gitlab/ci/status/pending.rb %%WWWDIR%%/lib/gitlab/ci/status/pipeline/blocked.rb @@ -6601,6 +6881,11 @@ %%WWWDIR%%/lib/gitlab/database/median.rb %%WWWDIR%%/lib/gitlab/database/migration_helpers.rb %%WWWDIR%%/lib/gitlab/database/multi_threaded_migration.rb +%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1.rb +%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/migration_classes.rb +%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_base.rb +%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb +%%WWWDIR%%/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_projects.rb %%WWWDIR%%/lib/gitlab/devise_failure.rb %%WWWDIR%%/lib/gitlab/diff/diff_refs.rb %%WWWDIR%%/lib/gitlab/diff/file.rb @@ -6697,6 +6982,7 @@ %%WWWDIR%%/lib/gitlab/gitlab_import/importer.rb %%WWWDIR%%/lib/gitlab/gitlab_import/project_creator.rb %%WWWDIR%%/lib/gitlab/gl_id.rb +%%WWWDIR%%/lib/gitlab/gl_repository.rb %%WWWDIR%%/lib/gitlab/gon_helper.rb %%WWWDIR%%/lib/gitlab/google_code_import/client.rb %%WWWDIR%%/lib/gitlab/google_code_import/importer.rb @@ -6711,6 +6997,7 @@ %%WWWDIR%%/lib/gitlab/health_checks/result.rb %%WWWDIR%%/lib/gitlab/health_checks/simple_abstract_check.rb %%WWWDIR%%/lib/gitlab/highlight.rb +%%WWWDIR%%/lib/gitlab/i18n.rb %%WWWDIR%%/lib/gitlab/identifier.rb %%WWWDIR%%/lib/gitlab/import_export.rb %%WWWDIR%%/lib/gitlab/import_export/attribute_cleaner.rb @@ -6743,6 +7030,7 @@ %%WWWDIR%%/lib/gitlab/import_formatter.rb %%WWWDIR%%/lib/gitlab/import_sources.rb %%WWWDIR%%/lib/gitlab/incoming_email.rb +%%WWWDIR%%/lib/gitlab/issuable_sorter.rb %%WWWDIR%%/lib/gitlab/issues_labels.rb %%WWWDIR%%/lib/gitlab/job_waiter.rb %%WWWDIR%%/lib/gitlab/key_fingerprint.rb @@ -6901,6 +7189,7 @@ %%WWWDIR%%/lib/tasks/eslint.rake %%WWWDIR%%/lib/tasks/flay.rake %%WWWDIR%%/lib/tasks/gemojione.rake +%%WWWDIR%%/lib/tasks/gettext.rake %%WWWDIR%%/lib/tasks/gitlab/assets.rake %%WWWDIR%%/lib/tasks/gitlab/backup.rake %%WWWDIR%%/lib/tasks/gitlab/bulk_add_permission.rake @@ -6948,6 +7237,13 @@ %%WWWDIR%%/lib/unfold_form.rb %%WWWDIR%%/lib/uploaded_file.rb %%WWWDIR%%/lib/version_check.rb +%%WWWDIR%%/locale/de/gitlab.po +%%WWWDIR%%/locale/de/gitlab.po.time_stamp +%%WWWDIR%%/locale/en/gitlab.po +%%WWWDIR%%/locale/en/gitlab.po.time_stamp +%%WWWDIR%%/locale/es/gitlab.po +%%WWWDIR%%/locale/es/gitlab.po.time_stamp +%%WWWDIR%%/locale/gitlab.pot %%WWWDIR%%/package.json %%WWWDIR%%/public/404.html %%WWWDIR%%/public/422.html @@ -6997,20 +7293,22 @@ %%WWWDIR%%/rubocop/cop/custom_error_class.rb %%WWWDIR%%/rubocop/cop/gem_fetcher.rb %%WWWDIR%%/rubocop/cop/migration/add_column.rb -%%WWWDIR%%/rubocop/cop/migration/add_column_with_default.rb +%%WWWDIR%%/rubocop/cop/migration/add_column_with_default_to_large_table.rb %%WWWDIR%%/rubocop/cop/migration/add_concurrent_foreign_key.rb %%WWWDIR%%/rubocop/cop/migration/add_concurrent_index.rb %%WWWDIR%%/rubocop/cop/migration/add_index.rb %%WWWDIR%%/rubocop/cop/migration/remove_concurrent_index.rb %%WWWDIR%%/rubocop/cop/migration/remove_index.rb +%%WWWDIR%%/rubocop/cop/migration/reversible_add_column_with_default.rb %%WWWDIR%%/rubocop/migration_helpers.rb %%WWWDIR%%/rubocop/rubocop.rb %%WWWDIR%%/scripts/lint-doc.sh %%WWWDIR%%/scripts/merge-reports %%WWWDIR%%/scripts/merge-simplecov -%%WWWDIR%%/scripts/notify_slack.sh %%WWWDIR%%/scripts/prepare_build.sh +%%WWWDIR%%/scripts/static-analysis %%WWWDIR%%/scripts/sync-reports +%%WWWDIR%%/scripts/utils.sh %%WWWDIR%%/spec/bin/changelog_spec.rb %%WWWDIR%%/spec/config/mail_room_spec.rb %%WWWDIR%%/spec/controllers/abuse_reports_controller_spec.rb @@ -7026,7 +7324,6 @@ %%WWWDIR%%/spec/controllers/admin/users_controller_spec.rb %%WWWDIR%%/spec/controllers/application_controller_spec.rb %%WWWDIR%%/spec/controllers/autocomplete_controller_spec.rb -%%WWWDIR%%/spec/controllers/blob_controller_spec.rb %%WWWDIR%%/spec/controllers/dashboard/todos_controller_spec.rb %%WWWDIR%%/spec/controllers/dashboard_controller_spec.rb %%WWWDIR%%/spec/controllers/explore/projects_controller_spec.rb @@ -7047,13 +7344,15 @@ %%WWWDIR%%/spec/controllers/invites_controller_spec.rb %%WWWDIR%%/spec/controllers/notification_settings_controller_spec.rb %%WWWDIR%%/spec/controllers/oauth/applications_controller_spec.rb +%%WWWDIR%%/spec/controllers/oauth/authorizations_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/accounts_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/avatars_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/keys_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/notifications_controller_spec.rb -%%WWWDIR%%/spec/controllers/profiles/personal_access_tokens_spec.rb +%%WWWDIR%%/spec/controllers/profiles/personal_access_tokens_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/preferences_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/two_factor_auths_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/artifacts_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/avatars_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/blame_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/blob_controller_spec.rb @@ -7062,11 +7361,12 @@ %%WWWDIR%%/spec/controllers/projects/boards_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/branches_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/builds_controller_spec.rb -%%WWWDIR%%/spec/controllers/projects/builds_controller_specs.rb %%WWWDIR%%/spec/controllers/projects/commit_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/commits_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/compare_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/cycle_analytics_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/deploy_keys_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/deployments_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/discussions_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/environments_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/find_file_controller_spec.rb @@ -7080,7 +7380,9 @@ %%WWWDIR%%/spec/controllers/projects/merge_requests_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/milestones_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/notes_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/pages_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/pages_domains_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/pipeline_schedules_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/pipelines_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/project_members_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/protected_branches_controller_spec.rb @@ -7099,16 +7401,18 @@ %%WWWDIR%%/spec/controllers/projects/snippets_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/tags_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/templates_controller_spec.rb -%%WWWDIR%%/spec/controllers/projects/todo_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/todos_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/tree_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/uploads_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/variables_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/wikis_controller_spec.rb %%WWWDIR%%/spec/controllers/projects_controller_spec.rb %%WWWDIR%%/spec/controllers/registrations_controller_spec.rb %%WWWDIR%%/spec/controllers/root_controller_spec.rb %%WWWDIR%%/spec/controllers/search_controller_spec.rb %%WWWDIR%%/spec/controllers/sent_notifications_controller_spec.rb %%WWWDIR%%/spec/controllers/sessions_controller_spec.rb +%%WWWDIR%%/spec/controllers/snippets/notes_controller_spec.rb %%WWWDIR%%/spec/controllers/snippets_controller_spec.rb %%WWWDIR%%/spec/controllers/uploads_controller_spec.rb %%WWWDIR%%/spec/controllers/users_controller_spec.rb @@ -7121,12 +7425,12 @@ %%WWWDIR%%/spec/factories/chat_names.rb %%WWWDIR%%/spec/factories/chat_teams.rb %%WWWDIR%%/spec/factories/ci/builds.rb +%%WWWDIR%%/spec/factories/ci/pipeline_schedule.rb %%WWWDIR%%/spec/factories/ci/pipelines.rb %%WWWDIR%%/spec/factories/ci/runner_projects.rb %%WWWDIR%%/spec/factories/ci/runners.rb %%WWWDIR%%/spec/factories/ci/stages.rb %%WWWDIR%%/spec/factories/ci/trigger_requests.rb -%%WWWDIR%%/spec/factories/ci/trigger_schedules.rb %%WWWDIR%%/spec/factories/ci/triggers.rb %%WWWDIR%%/spec/factories/ci/variables.rb %%WWWDIR%%/spec/factories/commit_statuses.rb @@ -7151,6 +7455,7 @@ %%WWWDIR%%/spec/factories/lfs_objects_projects.rb %%WWWDIR%%/spec/factories/lists.rb %%WWWDIR%%/spec/factories/merge_requests.rb +%%WWWDIR%%/spec/factories/merge_requests_closing_issues.rb %%WWWDIR%%/spec/factories/milestones.rb %%WWWDIR%%/spec/factories/namespaces.rb %%WWWDIR%%/spec/factories/notes.rb @@ -7198,6 +7503,7 @@ %%WWWDIR%%/spec/features/admin/admin_browse_spam_logs_spec.rb %%WWWDIR%%/spec/features/admin/admin_browses_logs_spec.rb %%WWWDIR%%/spec/features/admin/admin_builds_spec.rb +%%WWWDIR%%/spec/features/admin/admin_cohorts_spec.rb %%WWWDIR%%/spec/features/admin/admin_deploy_keys_spec.rb %%WWWDIR%%/spec/features/admin/admin_disables_git_access_protocol_spec.rb %%WWWDIR%%/spec/features/admin/admin_disables_two_factor_spec.rb @@ -7207,6 +7513,7 @@ %%WWWDIR%%/spec/features/admin/admin_labels_spec.rb %%WWWDIR%%/spec/features/admin/admin_manage_applications_spec.rb %%WWWDIR%%/spec/features/admin/admin_projects_spec.rb +%%WWWDIR%%/spec/features/admin/admin_requests_profiles_spec.rb %%WWWDIR%%/spec/features/admin/admin_runners_spec.rb %%WWWDIR%%/spec/features/admin/admin_settings_spec.rb %%WWWDIR%%/spec/features/admin/admin_system_info_spec.rb @@ -7225,6 +7532,7 @@ %%WWWDIR%%/spec/features/boards/modal_filter_spec.rb %%WWWDIR%%/spec/features/boards/new_issue_spec.rb %%WWWDIR%%/spec/features/boards/sidebar_spec.rb +%%WWWDIR%%/spec/features/boards/sub_group_project_spec.rb %%WWWDIR%%/spec/features/calendar_spec.rb %%WWWDIR%%/spec/features/ci_lint_spec.rb %%WWWDIR%%/spec/features/commits_spec.rb @@ -7260,6 +7568,7 @@ %%WWWDIR%%/spec/features/groups/activity_spec.rb %%WWWDIR%%/spec/features/groups/empty_states_spec.rb %%WWWDIR%%/spec/features/groups/group_name_toggle_spec.rb +%%WWWDIR%%/spec/features/groups/group_settings_spec.rb %%WWWDIR%%/spec/features/groups/issues_spec.rb %%WWWDIR%%/spec/features/groups/labels/edit_spec.rb %%WWWDIR%%/spec/features/groups/members/last_owner_cannot_leave_group_spec.rb @@ -7279,8 +7588,9 @@ %%WWWDIR%%/spec/features/issues/award_emoji_spec.rb %%WWWDIR%%/spec/features/issues/award_spec.rb %%WWWDIR%%/spec/features/issues/bulk_assignment_labels_spec.rb +%%WWWDIR%%/spec/features/issues/create_branch_merge_request_spec.rb %%WWWDIR%%/spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb -%%WWWDIR%%/spec/features/issues/create_issue_for_single_discussion_in_merge_request.rb +%%WWWDIR%%/spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb %%WWWDIR%%/spec/features/issues/filtered_search/dropdown_assignee_spec.rb %%WWWDIR%%/spec/features/issues/filtered_search/dropdown_author_spec.rb %%WWWDIR%%/spec/features/issues/filtered_search/dropdown_hint_spec.rb @@ -7296,7 +7606,6 @@ %%WWWDIR%%/spec/features/issues/issue_sidebar_spec.rb %%WWWDIR%%/spec/features/issues/markdown_toolbar_spec.rb %%WWWDIR%%/spec/features/issues/move_spec.rb -%%WWWDIR%%/spec/features/issues/new_branch_button_spec.rb %%WWWDIR%%/spec/features/issues/note_polling_spec.rb %%WWWDIR%%/spec/features/issues/notes_on_issues_spec.rb %%WWWDIR%%/spec/features/issues/spam_issues_spec.rb @@ -7317,8 +7626,8 @@ %%WWWDIR%%/spec/features/merge_requests/deleted_source_branch_spec.rb %%WWWDIR%%/spec/features/merge_requests/diff_notes_avatars_spec.rb %%WWWDIR%%/spec/features/merge_requests/diff_notes_resolve_spec.rb -%%WWWDIR%%/spec/features/merge_requests/diff_notes_spec.rb %%WWWDIR%%/spec/features/merge_requests/diffs_spec.rb +%%WWWDIR%%/spec/features/merge_requests/discussion_spec.rb %%WWWDIR%%/spec/features/merge_requests/edit_mr_spec.rb %%WWWDIR%%/spec/features/merge_requests/filter_by_labels_spec.rb %%WWWDIR%%/spec/features/merge_requests/filter_by_milestone_spec.rb @@ -7326,7 +7635,6 @@ %%WWWDIR%%/spec/features/merge_requests/form_spec.rb %%WWWDIR%%/spec/features/merge_requests/merge_commit_message_toggle_spec.rb %%WWWDIR%%/spec/features/merge_requests/merge_immediately_with_pipeline_spec.rb -%%WWWDIR%%/spec/features/merge_requests/merge_request_versions_spec.rb %%WWWDIR%%/spec/features/merge_requests/merge_when_pipeline_succeeds_spec.rb %%WWWDIR%%/spec/features/merge_requests/mini_pipeline_graph_spec.rb %%WWWDIR%%/spec/features/merge_requests/only_allow_merge_if_build_succeeds_spec.rb @@ -7337,17 +7645,21 @@ %%WWWDIR%%/spec/features/merge_requests/toggler_behavior_spec.rb %%WWWDIR%%/spec/features/merge_requests/update_merge_requests_spec.rb %%WWWDIR%%/spec/features/merge_requests/user_lists_merge_requests_spec.rb +%%WWWDIR%%/spec/features/merge_requests/user_posts_diff_notes_spec.rb +%%WWWDIR%%/spec/features/merge_requests/user_posts_notes_spec.rb +%%WWWDIR%%/spec/features/merge_requests/user_sees_system_notes_spec.rb %%WWWDIR%%/spec/features/merge_requests/user_uses_slash_commands_spec.rb +%%WWWDIR%%/spec/features/merge_requests/versions_spec.rb %%WWWDIR%%/spec/features/merge_requests/widget_deployments_spec.rb %%WWWDIR%%/spec/features/merge_requests/widget_spec.rb %%WWWDIR%%/spec/features/merge_requests/wip_message_spec.rb %%WWWDIR%%/spec/features/milestone_spec.rb %%WWWDIR%%/spec/features/milestones/milestones_spec.rb %%WWWDIR%%/spec/features/milestones/show_spec.rb -%%WWWDIR%%/spec/features/notes_on_merge_requests_spec.rb %%WWWDIR%%/spec/features/participants_autocomplete_spec.rb %%WWWDIR%%/spec/features/password_reset_spec.rb %%WWWDIR%%/spec/features/profile_spec.rb +%%WWWDIR%%/spec/features/profiles/account_spec.rb %%WWWDIR%%/spec/features/profiles/chat_names_spec.rb %%WWWDIR%%/spec/features/profiles/keys_spec.rb %%WWWDIR%%/spec/features/profiles/oauth_applications_spec.rb @@ -7356,6 +7668,7 @@ %%WWWDIR%%/spec/features/profiles/preferences_spec.rb %%WWWDIR%%/spec/features/profiles/user_changes_notified_of_own_activity_spec.rb %%WWWDIR%%/spec/features/projects/activity/rss_spec.rb +%%WWWDIR%%/spec/features/projects/artifacts/file_spec.rb %%WWWDIR%%/spec/features/projects/badges/coverage_spec.rb %%WWWDIR%%/spec/features/projects/badges/list_spec.rb %%WWWDIR%%/spec/features/projects/blobs/blob_line_permalink_updater_spec.rb @@ -7364,6 +7677,7 @@ %%WWWDIR%%/spec/features/projects/blobs/shortcuts_blob_spec.rb %%WWWDIR%%/spec/features/projects/blobs/user_create_spec.rb %%WWWDIR%%/spec/features/projects/branches/download_buttons_spec.rb +%%WWWDIR%%/spec/features/projects/branches/new_branch_ref_dropdown_spec.rb %%WWWDIR%%/spec/features/projects/branches_spec.rb %%WWWDIR%%/spec/features/projects/builds_spec.rb %%WWWDIR%%/spec/features/projects/commit/builds_spec.rb @@ -7386,6 +7700,7 @@ %%WWWDIR%%/spec/features/projects/files/editing_a_file_spec.rb %%WWWDIR%%/spec/features/projects/files/files_sort_submodules_with_folders_spec.rb %%WWWDIR%%/spec/features/projects/files/find_file_keyboard_spec.rb +%%WWWDIR%%/spec/features/projects/files/find_files_spec.rb %%WWWDIR%%/spec/features/projects/files/gitignore_dropdown_spec.rb %%WWWDIR%%/spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb %%WWWDIR%%/spec/features/projects/files/project_owner_creates_license_file_spec.rb @@ -7413,6 +7728,7 @@ %%WWWDIR%%/spec/features/projects/members/group_member_cannot_request_access_to_his_group_project_spec.rb %%WWWDIR%%/spec/features/projects/members/group_members_spec.rb %%WWWDIR%%/spec/features/projects/members/group_requester_cannot_request_access_to_project_spec.rb +%%WWWDIR%%/spec/features/projects/members/list_spec.rb %%WWWDIR%%/spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb %%WWWDIR%%/spec/features/projects/members/master_manages_access_requests_spec.rb %%WWWDIR%%/spec/features/projects/members/member_cannot_request_access_to_his_project_spec.rb @@ -7427,6 +7743,7 @@ %%WWWDIR%%/spec/features/projects/milestones/milestones_sorting_spec.rb %%WWWDIR%%/spec/features/projects/new_project_spec.rb %%WWWDIR%%/spec/features/projects/pages_spec.rb +%%WWWDIR%%/spec/features/projects/pipeline_schedules_spec.rb %%WWWDIR%%/spec/features/projects/pipelines/pipeline_spec.rb %%WWWDIR%%/spec/features/projects/pipelines/pipelines_spec.rb %%WWWDIR%%/spec/features/projects/project_settings_spec.rb @@ -7434,16 +7751,20 @@ %%WWWDIR%%/spec/features/projects/services/mattermost_slash_command_spec.rb %%WWWDIR%%/spec/features/projects/services/slack_service_spec.rb %%WWWDIR%%/spec/features/projects/services/slack_slash_command_spec.rb +%%WWWDIR%%/spec/features/projects/settings/integration_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/merge_requests_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/pipelines_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/visibility_settings_spec.rb %%WWWDIR%%/spec/features/projects/shortcuts_spec.rb +%%WWWDIR%%/spec/features/projects/snippets/show_spec.rb %%WWWDIR%%/spec/features/projects/snippets_spec.rb +%%WWWDIR%%/spec/features/projects/sub_group_issuables_spec.rb %%WWWDIR%%/spec/features/projects/tags/download_buttons_spec.rb %%WWWDIR%%/spec/features/projects/tree/rss_spec.rb %%WWWDIR%%/spec/features/projects/user_create_dir_spec.rb %%WWWDIR%%/spec/features/projects/view_on_env_spec.rb %%WWWDIR%%/spec/features/projects/wiki/markdown_preview_spec.rb +%%WWWDIR%%/spec/features/projects/wiki/shortcuts_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_creates_wiki_page_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_git_access_wiki_page_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_updates_wiki_page_spec.rb @@ -7454,6 +7775,7 @@ %%WWWDIR%%/spec/features/protected_branches_spec.rb %%WWWDIR%%/spec/features/protected_tags/access_control_ce_spec.rb %%WWWDIR%%/spec/features/protected_tags_spec.rb +%%WWWDIR%%/spec/features/raven_js_spec.rb %%WWWDIR%%/spec/features/runners_spec.rb %%WWWDIR%%/spec/features/search_spec.rb %%WWWDIR%%/spec/features/security/admin_access_spec.rb @@ -7472,8 +7794,10 @@ %%WWWDIR%%/spec/features/snippets/create_snippet_spec.rb %%WWWDIR%%/spec/features/snippets/explore_spec.rb %%WWWDIR%%/spec/features/snippets/internal_snippet_spec.rb +%%WWWDIR%%/spec/features/snippets/notes_on_personal_snippets_spec.rb %%WWWDIR%%/spec/features/snippets/public_snippets_spec.rb %%WWWDIR%%/spec/features/snippets/search_snippets_spec.rb +%%WWWDIR%%/spec/features/snippets/show_spec.rb %%WWWDIR%%/spec/features/snippets/user_snippets_spec.rb %%WWWDIR%%/spec/features/snippets_spec.rb %%WWWDIR%%/spec/features/tags/master_creates_tag_spec.rb @@ -7513,6 +7837,7 @@ %%WWWDIR%%/spec/finders/notes_finder_spec.rb %%WWWDIR%%/spec/finders/personal_access_tokens_finder_spec.rb %%WWWDIR%%/spec/finders/personal_projects_finder_spec.rb +%%WWWDIR%%/spec/finders/pipeline_schedules_finder_spec.rb %%WWWDIR%%/spec/finders/pipelines_finder_spec.rb %%WWWDIR%%/spec/finders/projects_finder_spec.rb %%WWWDIR%%/spec/finders/snippets_finder_spec.rb @@ -7521,11 +7846,17 @@ %%WWWDIR%%/spec/fixtures/GoogleCodeProjectHosting.json %%WWWDIR%%/spec/fixtures/api/schemas/board.json %%WWWDIR%%/spec/fixtures/api/schemas/boards.json +%%WWWDIR%%/spec/fixtures/api/schemas/branch.json %%WWWDIR%%/spec/fixtures/api/schemas/conflicts.json +%%WWWDIR%%/spec/fixtures/api/schemas/deployments.json +%%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request.json +%%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_basic.json %%WWWDIR%%/spec/fixtures/api/schemas/issue.json %%WWWDIR%%/spec/fixtures/api/schemas/issues.json %%WWWDIR%%/spec/fixtures/api/schemas/list.json %%WWWDIR%%/spec/fixtures/api/schemas/lists.json +%%WWWDIR%%/spec/fixtures/api/schemas/merge_request.json +%%WWWDIR%%/spec/fixtures/api/schemas/pipeline.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v3/issues.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v3/merge_requests.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/issues.json @@ -7595,6 +7926,7 @@ %%WWWDIR%%/spec/helpers/application_helper_spec.rb %%WWWDIR%%/spec/helpers/auth_helper_spec.rb %%WWWDIR%%/spec/helpers/avatars_helper_spec.rb +%%WWWDIR%%/spec/helpers/award_emoji_helper_spec.rb %%WWWDIR%%/spec/helpers/blob_helper_spec.rb %%WWWDIR%%/spec/helpers/broadcast_messages_helper_spec.rb %%WWWDIR%%/spec/helpers/ci_status_helper_spec.rb @@ -7605,7 +7937,6 @@ %%WWWDIR%%/spec/helpers/events_helper_spec.rb %%WWWDIR%%/spec/helpers/form_helper_spec.rb %%WWWDIR%%/spec/helpers/git_helper_spec.rb -%%WWWDIR%%/spec/helpers/gitlab_markdown_helper_spec.rb %%WWWDIR%%/spec/helpers/gitlab_routing_helper_spec.rb %%WWWDIR%%/spec/helpers/graph_helper_spec.rb %%WWWDIR%%/spec/helpers/groups_helper_spec.rb @@ -7614,6 +7945,7 @@ %%WWWDIR%%/spec/helpers/issuables_helper_spec.rb %%WWWDIR%%/spec/helpers/issues_helper_spec.rb %%WWWDIR%%/spec/helpers/labels_helper_spec.rb +%%WWWDIR%%/spec/helpers/markup_helper_spec.rb %%WWWDIR%%/spec/helpers/members_helper_spec.rb %%WWWDIR%%/spec/helpers/merge_requests_helper_spec.rb %%WWWDIR%%/spec/helpers/milestones_helper_spec.rb @@ -7655,12 +7987,14 @@ %%WWWDIR%%/spec/javascripts/behaviors/quick_submit_spec.js %%WWWDIR%%/spec/javascripts/behaviors/requires_input_spec.js %%WWWDIR%%/spec/javascripts/blob/3d_viewer/mesh_object_spec.js +%%WWWDIR%%/spec/javascripts/blob/balsamiq/balsamiq_viewer_spec.js +%%WWWDIR%%/spec/javascripts/blob/blob_fork_suggestion_spec.js %%WWWDIR%%/spec/javascripts/blob/create_branch_dropdown_spec.js %%WWWDIR%%/spec/javascripts/blob/notebook/index_spec.js %%WWWDIR%%/spec/javascripts/blob/pdf/index_spec.js -%%WWWDIR%%/spec/javascripts/blob/pdf/test.pdf %%WWWDIR%%/spec/javascripts/blob/sketch/index_spec.js %%WWWDIR%%/spec/javascripts/blob/target_branch_dropdown_spec.js +%%WWWDIR%%/spec/javascripts/blob/viewer/index_spec.js %%WWWDIR%%/spec/javascripts/boards/board_blank_state_spec.js %%WWWDIR%%/spec/javascripts/boards/board_card_spec.js %%WWWDIR%%/spec/javascripts/boards/board_list_spec.js @@ -7674,7 +8008,6 @@ %%WWWDIR%%/spec/javascripts/bootstrap_jquery_spec.js %%WWWDIR%%/spec/javascripts/bootstrap_linked_tabs_spec.js %%WWWDIR%%/spec/javascripts/build_spec.js -%%WWWDIR%%/spec/javascripts/ci_status_icon_spec.js %%WWWDIR%%/spec/javascripts/collapsed_sidebar_todo_spec.js %%WWWDIR%%/spec/javascripts/comment_type_toggle_spec.js %%WWWDIR%%/spec/javascripts/commit/pipelines/mock_data.js @@ -7682,6 +8015,10 @@ %%WWWDIR%%/spec/javascripts/commits_spec.js %%WWWDIR%%/spec/javascripts/cycle_analytics/limit_warning_component_spec.js %%WWWDIR%%/spec/javascripts/datetime_utility_spec.js +%%WWWDIR%%/spec/javascripts/deploy_keys/components/action_btn_spec.js +%%WWWDIR%%/spec/javascripts/deploy_keys/components/app_spec.js +%%WWWDIR%%/spec/javascripts/deploy_keys/components/key_spec.js +%%WWWDIR%%/spec/javascripts/deploy_keys/components/keys_panel_spec.js %%WWWDIR%%/spec/javascripts/diff_comments_store_spec.js %%WWWDIR%%/spec/javascripts/droplab/constants_spec.js %%WWWDIR%%/spec/javascripts/droplab/drop_down_spec.js @@ -7714,26 +8051,31 @@ %%WWWDIR%%/spec/javascripts/filtered_search/stores/recent_searches_store_spec.js %%WWWDIR%%/spec/javascripts/fixtures/abuse_reports.rb %%WWWDIR%%/spec/javascripts/fixtures/ajax_loading_spinner.html.haml +%%WWWDIR%%/spec/javascripts/fixtures/blob.rb %%WWWDIR%%/spec/javascripts/fixtures/branches.rb %%WWWDIR%%/spec/javascripts/fixtures/builds.rb %%WWWDIR%%/spec/javascripts/fixtures/dashboard.rb +%%WWWDIR%%/spec/javascripts/fixtures/deploy_keys.rb +%%WWWDIR%%/spec/javascripts/fixtures/environments.rb %%WWWDIR%%/spec/javascripts/fixtures/environments/element.html.haml %%WWWDIR%%/spec/javascripts/fixtures/environments/environments.html.haml %%WWWDIR%%/spec/javascripts/fixtures/environments/environments_folder_view.html.haml -%%WWWDIR%%/spec/javascripts/fixtures/environments/metrics.html.haml %%WWWDIR%%/spec/javascripts/fixtures/environments/table.html.haml %%WWWDIR%%/spec/javascripts/fixtures/event_filter.html.haml %%WWWDIR%%/spec/javascripts/fixtures/gl_dropdown.html.haml %%WWWDIR%%/spec/javascripts/fixtures/gl_field_errors.html.haml +%%WWWDIR%%/spec/javascripts/fixtures/graph.html.haml %%WWWDIR%%/spec/javascripts/fixtures/issuable_filter.html.haml %%WWWDIR%%/spec/javascripts/fixtures/issue_sidebar_label.html.haml %%WWWDIR%%/spec/javascripts/fixtures/issues.rb +%%WWWDIR%%/spec/javascripts/fixtures/labels.rb %%WWWDIR%%/spec/javascripts/fixtures/line_highlighter.html.haml %%WWWDIR%%/spec/javascripts/fixtures/linked_tabs.html.haml %%WWWDIR%%/spec/javascripts/fixtures/merge_requests.rb %%WWWDIR%%/spec/javascripts/fixtures/merge_requests_show.html.haml %%WWWDIR%%/spec/javascripts/fixtures/mini_dropdown_graph.html.haml %%WWWDIR%%/spec/javascripts/fixtures/notebook_viewer.html.haml +%%WWWDIR%%/spec/javascripts/fixtures/pdf.rb %%WWWDIR%%/spec/javascripts/fixtures/pdf_viewer.html.haml %%WWWDIR%%/spec/javascripts/fixtures/pipeline_graph.html.haml %%WWWDIR%%/spec/javascripts/fixtures/pipelines.html.haml @@ -7741,6 +8083,7 @@ %%WWWDIR%%/spec/javascripts/fixtures/project_branches.json %%WWWDIR%%/spec/javascripts/fixtures/projects.json %%WWWDIR%%/spec/javascripts/fixtures/projects.rb +%%WWWDIR%%/spec/javascripts/fixtures/raw.rb %%WWWDIR%%/spec/javascripts/fixtures/search_autocomplete.html.haml %%WWWDIR%%/spec/javascripts/fixtures/signin_tabs.html.haml %%WWWDIR%%/spec/javascripts/fixtures/sketch_viewer.html.haml @@ -7759,12 +8102,17 @@ %%WWWDIR%%/spec/javascripts/helpers/class_spec_helper.js %%WWWDIR%%/spec/javascripts/helpers/class_spec_helper_spec.js %%WWWDIR%%/spec/javascripts/helpers/filtered_search_spec_helper.js +%%WWWDIR%%/spec/javascripts/helpers/user_mock_data_helper.js %%WWWDIR%%/spec/javascripts/issuable_spec.js %%WWWDIR%%/spec/javascripts/issuable_time_tracker_spec.js -%%WWWDIR%%/spec/javascripts/issue_show/issue_title_spec.js +%%WWWDIR%%/spec/javascripts/issue_show/components/edited_spec.js +%%WWWDIR%%/spec/javascripts/issue_show/issue_title_description_spec.js +%%WWWDIR%%/spec/javascripts/issue_show/mock_data.js %%WWWDIR%%/spec/javascripts/issue_spec.js %%WWWDIR%%/spec/javascripts/labels_issue_sidebar_spec.js +%%WWWDIR%%/spec/javascripts/landing_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/accessor_spec.js +%%WWWDIR%%/spec/javascripts/lib/utils/ajax_cache_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/common_utils_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/number_utility_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/poll_spec.js @@ -7772,23 +8120,62 @@ %%WWWDIR%%/spec/javascripts/line_highlighter_spec.js %%WWWDIR%%/spec/javascripts/merge_request_spec.js %%WWWDIR%%/spec/javascripts/merge_request_tabs_spec.js -%%WWWDIR%%/spec/javascripts/merge_request_widget_spec.js %%WWWDIR%%/spec/javascripts/mini_pipeline_graph_dropdown_spec.js +%%WWWDIR%%/spec/javascripts/monitoring/deployments_spec.js %%WWWDIR%%/spec/javascripts/monitoring/prometheus_graph_spec.js %%WWWDIR%%/spec/javascripts/monitoring/prometheus_mock_data.js %%WWWDIR%%/spec/javascripts/new_branch_spec.js +%%WWWDIR%%/spec/javascripts/notebook/cells/code_spec.js +%%WWWDIR%%/spec/javascripts/notebook/cells/markdown_spec.js +%%WWWDIR%%/spec/javascripts/notebook/cells/output/index_spec.js +%%WWWDIR%%/spec/javascripts/notebook/cells/prompt_spec.js +%%WWWDIR%%/spec/javascripts/notebook/index_spec.js +%%WWWDIR%%/spec/javascripts/notebook/lib/highlight_spec.js %%WWWDIR%%/spec/javascripts/notes_spec.js %%WWWDIR%%/spec/javascripts/pager_spec.js +%%WWWDIR%%/spec/javascripts/pdf/index_spec.js +%%WWWDIR%%/spec/javascripts/pdf/page_spec.js +%%WWWDIR%%/spec/javascripts/pipeline_schedules/interval_pattern_input_spec.js +%%WWWDIR%%/spec/javascripts/pipeline_schedules/pipeline_schedule_callout_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/async_button_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/empty_state_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/error_state_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/graph/action_component_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/graph/dropdown_action_component_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/graph/graph_component_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/graph/job_component_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/graph/job_name_component_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/graph/mock_data.js +%%WWWDIR%%/spec/javascripts/pipelines/graph/stage_column_component_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/mock_data.js +%%WWWDIR%%/spec/javascripts/pipelines/nav_controls_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/pipeline_url_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/pipelines_actions_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/pipelines_artifacts_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/pipelines_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/pipelines_store_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/stage_spec.js +%%WWWDIR%%/spec/javascripts/pipelines/time_ago_spec.js %%WWWDIR%%/spec/javascripts/pipelines_spec.js %%WWWDIR%%/spec/javascripts/polyfills/element_spec.js %%WWWDIR%%/spec/javascripts/pretty_time_spec.js %%WWWDIR%%/spec/javascripts/project_title_spec.js +%%WWWDIR%%/spec/javascripts/raven/index_spec.js +%%WWWDIR%%/spec/javascripts/raven/raven_config_spec.js %%WWWDIR%%/spec/javascripts/right_sidebar_spec.js %%WWWDIR%%/spec/javascripts/search_autocomplete_spec.js %%WWWDIR%%/spec/javascripts/shortcuts_issuable_spec.js +%%WWWDIR%%/spec/javascripts/shortcuts_spec.js +%%WWWDIR%%/spec/javascripts/sidebar/assignee_title_spec.js +%%WWWDIR%%/spec/javascripts/sidebar/assignees_spec.js +%%WWWDIR%%/spec/javascripts/sidebar/mock_data.js +%%WWWDIR%%/spec/javascripts/sidebar/sidebar_assignees_spec.js +%%WWWDIR%%/spec/javascripts/sidebar/sidebar_bundle_spec.js +%%WWWDIR%%/spec/javascripts/sidebar/sidebar_mediator_spec.js +%%WWWDIR%%/spec/javascripts/sidebar/sidebar_service_spec.js +%%WWWDIR%%/spec/javascripts/sidebar/sidebar_store_spec.js %%WWWDIR%%/spec/javascripts/signin_tabs_memoizer_spec.js %%WWWDIR%%/spec/javascripts/smart_interval_spec.js -%%WWWDIR%%/spec/javascripts/subbable_resource_spec.js %%WWWDIR%%/spec/javascripts/syntax_highlight_spec.js %%WWWDIR%%/spec/javascripts/test_bundle.js %%WWWDIR%%/spec/javascripts/todos_spec.js @@ -7798,21 +8185,48 @@ %%WWWDIR%%/spec/javascripts/user_callout_spec.js %%WWWDIR%%/spec/javascripts/version_check_image_spec.js %%WWWDIR%%/spec/javascripts/visibility_select_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/async_button_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/empty_state_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/error_state_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/mock_data.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/nav_controls_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipeline_url_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipelines_actions_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipelines_artifacts_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipelines_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/pipelines_store_spec.js -%%WWWDIR%%/spec/javascripts/vue_pipelines_index/stage_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_time_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_deployment_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_header_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_merge_help_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_pipeline_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_related_links_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_archived_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_checking_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_closed_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_conflicts_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_failed_to_merge_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_locked_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_merge_when_pipeline_succeeds_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_merged_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_missing_branch_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_not_allowed_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_nothing_to_merge_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_pipeline_blocked_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_pipeline_failed_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_ready_to_merge_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_sha_mismatch_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_unresolved_discussions_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/states/mr_widget_wip_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/mock_data.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/mr_widget_options_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/services/mr_widget_service_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/stores/get_state_key_spec.js +%%WWWDIR%%/spec/javascripts/vue_mr_widget/stores/mr_widget_store_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/ci_action_icons_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/ci_status_icon_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/ci_badge_link_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/ci_icon_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/commit_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/memory_graph_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/mock_data.js %%WWWDIR%%/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/pipelines_table_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/table_pagination_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/translate_spec.js %%WWWDIR%%/spec/javascripts/zen_mode_spec.js %%WWWDIR%%/spec/lib/additional_email_headers_interceptor_spec.rb %%WWWDIR%%/spec/lib/api/helpers/pagination_spec.rb @@ -7896,13 +8310,12 @@ %%WWWDIR%%/spec/lib/expand_variables_spec.rb %%WWWDIR%%/spec/lib/extracts_path_spec.rb %%WWWDIR%%/spec/lib/file_size_validator_spec.rb -%%WWWDIR%%/spec/lib/git_ref_validator_spec.rb %%WWWDIR%%/spec/lib/gitlab/allowable_spec.rb %%WWWDIR%%/spec/lib/gitlab/asciidoc_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth/unique_ips_limiter_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth_spec.rb -%%WWWDIR%%/spec/lib/gitlab/backend/shell_spec.rb %%WWWDIR%%/spec/lib/gitlab/backup/manager_spec.rb +%%WWWDIR%%/spec/lib/gitlab/backup/repository_spec.rb %%WWWDIR%%/spec/lib/gitlab/badge/build/metadata_spec.rb %%WWWDIR%%/spec/lib/gitlab/badge/build/status_spec.rb %%WWWDIR%%/spec/lib/gitlab/badge/build/template_spec.rb @@ -7964,6 +8377,7 @@ %%WWWDIR%%/spec/lib/gitlab/ci/config_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/cron_parser_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline_duration_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/status/build/action_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/build/cancelable_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/build/common_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/build/factory_spec.rb @@ -7978,6 +8392,8 @@ %%WWWDIR%%/spec/lib/gitlab/ci/status/external/factory_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/factory_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/failed_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/status/group/common_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/status/group/factory_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/manual_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/pending_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/pipeline/blocked_spec.rb @@ -8025,6 +8441,10 @@ %%WWWDIR%%/spec/lib/gitlab/data_builder/push_spec.rb %%WWWDIR%%/spec/lib/gitlab/database/migration_helpers_spec.rb %%WWWDIR%%/spec/lib/gitlab/database/multi_threaded_migration_spec.rb +%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_base_spec.rb +%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces_spec.rb +%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_projects_spec.rb +%%WWWDIR%%/spec/lib/gitlab/database/rename_reserved_paths_migration/v1_spec.rb %%WWWDIR%%/spec/lib/gitlab/database_spec.rb %%WWWDIR%%/spec/lib/gitlab/diff/file_collection/merge_request_diff_spec.rb %%WWWDIR%%/spec/lib/gitlab/diff/file_spec.rb @@ -8073,6 +8493,7 @@ %%WWWDIR%%/spec/lib/gitlab/git/util_spec.rb %%WWWDIR%%/spec/lib/gitlab/git_access_spec.rb %%WWWDIR%%/spec/lib/gitlab/git_access_wiki_spec.rb +%%WWWDIR%%/spec/lib/gitlab/git_ref_validator_spec.rb %%WWWDIR%%/spec/lib/gitlab/git_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitaly_client/commit_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitaly_client/notifications_spec.rb @@ -8087,6 +8508,7 @@ %%WWWDIR%%/spec/lib/gitlab/github_import/label_formatter_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/milestone_formatter_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/project_creator_spec.rb +%%WWWDIR%%/spec/lib/gitlab/gl_repository_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/pull_request_formatter_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/release_formatter_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/user_formatter_spec.rb @@ -8098,11 +8520,12 @@ %%WWWDIR%%/spec/lib/gitlab/google_code_import/importer_spec.rb %%WWWDIR%%/spec/lib/gitlab/google_code_import/project_creator_spec.rb %%WWWDIR%%/spec/lib/gitlab/graphs/commits_spec.rb -%%WWWDIR%%/spec/lib/gitlab/healthchecks/db_check_spec.rb -%%WWWDIR%%/spec/lib/gitlab/healthchecks/fs_shards_check_spec.rb -%%WWWDIR%%/spec/lib/gitlab/healthchecks/redis_check_spec.rb -%%WWWDIR%%/spec/lib/gitlab/healthchecks/simple_check_shared.rb +%%WWWDIR%%/spec/lib/gitlab/health_checks/db_check_spec.rb +%%WWWDIR%%/spec/lib/gitlab/health_checks/fs_shards_check_spec.rb +%%WWWDIR%%/spec/lib/gitlab/health_checks/redis_check_spec.rb +%%WWWDIR%%/spec/lib/gitlab/health_checks/simple_check_shared.rb %%WWWDIR%%/spec/lib/gitlab/highlight_spec.rb +%%WWWDIR%%/spec/lib/gitlab/i18n_spec.rb %%WWWDIR%%/spec/lib/gitlab/identifier_spec.rb %%WWWDIR%%/spec/lib/gitlab/import_export/all_models.yml %%WWWDIR%%/spec/lib/gitlab/import_export/attribute_cleaner_spec.rb @@ -8126,9 +8549,10 @@ %%WWWDIR%%/spec/lib/gitlab/import_export/repo_saver_spec.rb %%WWWDIR%%/spec/lib/gitlab/import_export/safe_model_attributes.yml %%WWWDIR%%/spec/lib/gitlab/import_export/version_checker_spec.rb -%%WWWDIR%%/spec/lib/gitlab/import_export/wiki_repo_bundler_spec.rb +%%WWWDIR%%/spec/lib/gitlab/import_export/wiki_repo_saver_spec.rb %%WWWDIR%%/spec/lib/gitlab/import_sources_spec.rb %%WWWDIR%%/spec/lib/gitlab/incoming_email_spec.rb +%%WWWDIR%%/spec/lib/gitlab/issuable_sorter_spec.rb %%WWWDIR%%/spec/lib/gitlab/job_waiter_spec.rb %%WWWDIR%%/spec/lib/gitlab/key_fingerprint_spec.rb %%WWWDIR%%/spec/lib/gitlab/kubernetes_spec.rb @@ -8172,6 +8596,7 @@ %%WWWDIR%%/spec/lib/gitlab/regex_spec.rb %%WWWDIR%%/spec/lib/gitlab/repo_path_spec.rb %%WWWDIR%%/spec/lib/gitlab/request_context_spec.rb +%%WWWDIR%%/spec/lib/gitlab/request_profiler_spec.rb %%WWWDIR%%/spec/lib/gitlab/route_map_spec.rb %%WWWDIR%%/spec/lib/gitlab/routing_spec.rb %%WWWDIR%%/spec/lib/gitlab/saml/user_spec.rb @@ -8179,6 +8604,7 @@ %%WWWDIR%%/spec/lib/gitlab/search_results_spec.rb %%WWWDIR%%/spec/lib/gitlab/serializer/ci/variables_spec.rb %%WWWDIR%%/spec/lib/gitlab/serializer/pagination_spec.rb +%%WWWDIR%%/spec/lib/gitlab/shell_spec.rb %%WWWDIR%%/spec/lib/gitlab/sherlock/collection_spec.rb %%WWWDIR%%/spec/lib/gitlab/sherlock/file_sample_spec.rb %%WWWDIR%%/spec/lib/gitlab/sherlock/line_profiler_spec.rb @@ -8220,7 +8646,6 @@ %%WWWDIR%%/spec/lib/gitlab_spec.rb %%WWWDIR%%/spec/lib/json_web_token/rsa_token_spec.rb %%WWWDIR%%/spec/lib/json_web_token/token_spec.rb -%%WWWDIR%%/spec/lib/light_url_builder_spec.rb %%WWWDIR%%/spec/lib/mattermost/client_spec.rb %%WWWDIR%%/spec/lib/mattermost/command_spec.rb %%WWWDIR%%/spec/lib/mattermost/session_spec.rb @@ -8235,9 +8660,11 @@ %%WWWDIR%%/spec/mailers/previews/devise_mailer_preview.rb %%WWWDIR%%/spec/mailers/previews/notify_preview.rb %%WWWDIR%%/spec/mailers/repository_check_mailer_spec.rb +%%WWWDIR%%/spec/migrations/active_record/schema_spec.rb %%WWWDIR%%/spec/migrations/clean_appearance_symlinks_spec.rb %%WWWDIR%%/spec/migrations/clean_upload_symlinks_spec.rb %%WWWDIR%%/spec/migrations/fill_authorized_projects_spec.rb +%%WWWDIR%%/spec/migrations/fix_wrongly_renamed_routes_spec.rb %%WWWDIR%%/spec/migrations/migrate_build_events_to_pipeline_events_spec.rb %%WWWDIR%%/spec/migrations/migrate_process_commit_worker_jobs_spec.rb %%WWWDIR%%/spec/migrations/migrate_user_activities_to_users_last_activity_on_spec.rb @@ -8247,6 +8674,8 @@ %%WWWDIR%%/spec/migrations/rename_more_reserved_project_names_spec.rb %%WWWDIR%%/spec/migrations/rename_reserved_project_names_spec.rb %%WWWDIR%%/spec/migrations/rename_system_namespaces_spec.rb +%%WWWDIR%%/spec/migrations/rename_users_with_renamed_namespace_spec.rb +%%WWWDIR%%/spec/migrations/update_retried_for_ci_builds_spec.rb %%WWWDIR%%/spec/migrations/update_upload_paths_to_system_spec.rb %%WWWDIR%%/spec/models/ability_spec.rb %%WWWDIR%%/spec/models/abuse_report_spec.rb @@ -8254,15 +8683,18 @@ %%WWWDIR%%/spec/models/application_setting_spec.rb %%WWWDIR%%/spec/models/award_emoji_spec.rb %%WWWDIR%%/spec/models/blob_spec.rb +%%WWWDIR%%/spec/models/blob_viewer/base_spec.rb %%WWWDIR%%/spec/models/board_spec.rb %%WWWDIR%%/spec/models/broadcast_message_spec.rb %%WWWDIR%%/spec/models/chat_name_spec.rb %%WWWDIR%%/spec/models/chat_team_spec.rb +%%WWWDIR%%/spec/models/ci/artifact_blob_spec.rb %%WWWDIR%%/spec/models/ci/build_spec.rb +%%WWWDIR%%/spec/models/ci/group_spec.rb +%%WWWDIR%%/spec/models/ci/pipeline_schedule_spec.rb %%WWWDIR%%/spec/models/ci/pipeline_spec.rb %%WWWDIR%%/spec/models/ci/runner_spec.rb %%WWWDIR%%/spec/models/ci/stage_spec.rb -%%WWWDIR%%/spec/models/ci/trigger_schedule_spec.rb %%WWWDIR%%/spec/models/ci/trigger_spec.rb %%WWWDIR%%/spec/models/ci/variable_spec.rb %%WWWDIR%%/spec/models/commit_range_spec.rb @@ -8274,6 +8706,7 @@ %%WWWDIR%%/spec/models/concerns/cache_markdown_field_spec.rb %%WWWDIR%%/spec/models/concerns/case_sensitivity_spec.rb %%WWWDIR%%/spec/models/concerns/discussion_on_diff_spec.rb +%%WWWDIR%%/spec/models/concerns/editable_spec.rb %%WWWDIR%%/spec/models/concerns/expirable_spec.rb %%WWWDIR%%/spec/models/concerns/faster_cache_keys_spec.rb %%WWWDIR%%/spec/models/concerns/has_status_spec.rb @@ -8380,7 +8813,7 @@ %%WWWDIR%%/spec/models/project_services/mattermost_service_spec.rb %%WWWDIR%%/spec/models/project_services/mattermost_slash_commands_service_spec.rb %%WWWDIR%%/spec/models/project_services/microsoft_teams_service_spec.rb -%%WWWDIR%%/spec/models/project_services/pipeline_email_service_spec.rb +%%WWWDIR%%/spec/models/project_services/pipelines_email_service_spec.rb %%WWWDIR%%/spec/models/project_services/pivotaltracker_service_spec.rb %%WWWDIR%%/spec/models/project_services/prometheus_service_spec.rb %%WWWDIR%%/spec/models/project_services/pushover_service_spec.rb @@ -8396,11 +8829,13 @@ %%WWWDIR%%/spec/models/protectable_dropdown_spec.rb %%WWWDIR%%/spec/models/protected_branch_spec.rb %%WWWDIR%%/spec/models/protected_tag_spec.rb +%%WWWDIR%%/spec/models/redirect_route_spec.rb %%WWWDIR%%/spec/models/release_spec.rb %%WWWDIR%%/spec/models/repository_spec.rb %%WWWDIR%%/spec/models/route_spec.rb %%WWWDIR%%/spec/models/sent_notification_spec.rb %%WWWDIR%%/spec/models/service_spec.rb +%%WWWDIR%%/spec/models/snippet_blob_spec.rb %%WWWDIR%%/spec/models/snippet_spec.rb %%WWWDIR%%/spec/models/spam_log_spec.rb %%WWWDIR%%/spec/models/subscription_spec.rb @@ -8417,19 +8852,20 @@ %%WWWDIR%%/spec/policies/base_policy_spec.rb %%WWWDIR%%/spec/policies/ci/build_policy_spec.rb %%WWWDIR%%/spec/policies/ci/trigger_policy_spec.rb +%%WWWDIR%%/spec/policies/environment_policy_spec.rb %%WWWDIR%%/spec/policies/group_policy_spec.rb %%WWWDIR%%/spec/policies/issue_policy_spec.rb -%%WWWDIR%%/spec/policies/issues_policy_spec.rb +%%WWWDIR%%/spec/policies/personal_snippet_policy_spec.rb %%WWWDIR%%/spec/policies/project_policy_spec.rb %%WWWDIR%%/spec/policies/project_snippet_policy_spec.rb %%WWWDIR%%/spec/policies/user_policy_spec.rb %%WWWDIR%%/spec/presenters/ci/build_presenter_spec.rb %%WWWDIR%%/spec/presenters/ci/pipeline_presenter_spec.rb +%%WWWDIR%%/spec/presenters/merge_request_presenter_spec.rb %%WWWDIR%%/spec/presenters/projects/settings/deploy_keys_presenter_spec.rb %%WWWDIR%%/spec/rails_helper.rb %%WWWDIR%%/spec/rake_helper.rb %%WWWDIR%%/spec/requests/api/access_requests_spec.rb -%%WWWDIR%%/spec/requests/api/api_internal_helpers_spec.rb %%WWWDIR%%/spec/requests/api/award_emoji_spec.rb %%WWWDIR%%/spec/requests/api/boards_spec.rb %%WWWDIR%%/spec/requests/api/branches_spec.rb @@ -8517,8 +8953,8 @@ %%WWWDIR%%/spec/requests/jwt_controller_spec.rb %%WWWDIR%%/spec/requests/lfs_http_spec.rb %%WWWDIR%%/spec/requests/openid_connect_spec.rb -%%WWWDIR%%/spec/requests/projects/artifacts_controller_spec.rb %%WWWDIR%%/spec/requests/projects/cycle_analytics_events_spec.rb +%%WWWDIR%%/spec/requests/request_profiler_spec.rb %%WWWDIR%%/spec/routing/admin_routing_spec.rb %%WWWDIR%%/spec/routing/environments_spec.rb %%WWWDIR%%/spec/routing/import_routing_spec.rb @@ -8528,14 +8964,15 @@ %%WWWDIR%%/spec/routing/routing_spec.rb %%WWWDIR%%/spec/rubocop/cop/custom_error_class_spec.rb %%WWWDIR%%/spec/rubocop/cop/gem_fetcher_spec.rb -%%WWWDIR%%/spec/rubocop/cop/migration/add_column_with_default_spec.rb +%%WWWDIR%%/spec/rubocop/cop/migration/add_column_with_default_to_large_table_spec.rb %%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_foreign_key_spec.rb %%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_index_spec.rb %%WWWDIR%%/spec/rubocop/cop/migration/remove_concurrent_index_spec.rb %%WWWDIR%%/spec/rubocop/cop/migration/remove_index_spec.rb +%%WWWDIR%%/spec/rubocop/cop/migration/reversible_add_column_with_default_spec.rb %%WWWDIR%%/spec/serializers/analytics_build_entity_spec.rb %%WWWDIR%%/spec/serializers/analytics_build_serializer_spec.rb -%%WWWDIR%%/spec/serializers/analytics_generic_entity_spec.rb +%%WWWDIR%%/spec/serializers/analytics_issue_entity_spec.rb %%WWWDIR%%/spec/serializers/analytics_issue_serializer_spec.rb %%WWWDIR%%/spec/serializers/analytics_merge_request_serializer_spec.rb %%WWWDIR%%/spec/serializers/analytics_stage_serializer_spec.rb @@ -8545,11 +8982,17 @@ %%WWWDIR%%/spec/serializers/build_entity_spec.rb %%WWWDIR%%/spec/serializers/build_serializer_spec.rb %%WWWDIR%%/spec/serializers/commit_entity_spec.rb +%%WWWDIR%%/spec/serializers/deploy_key_entity_spec.rb %%WWWDIR%%/spec/serializers/deployment_entity_spec.rb %%WWWDIR%%/spec/serializers/entity_date_helper_spec.rb %%WWWDIR%%/spec/serializers/entity_request_spec.rb %%WWWDIR%%/spec/serializers/environment_entity_spec.rb %%WWWDIR%%/spec/serializers/environment_serializer_spec.rb +%%WWWDIR%%/spec/serializers/event_entity_spec.rb +%%WWWDIR%%/spec/serializers/label_serializer_spec.rb +%%WWWDIR%%/spec/serializers/merge_request_basic_serializer_spec.rb +%%WWWDIR%%/spec/serializers/merge_request_entity_spec.rb +%%WWWDIR%%/spec/serializers/merge_request_serializer_spec.rb %%WWWDIR%%/spec/serializers/pipeline_entity_spec.rb %%WWWDIR%%/spec/serializers/pipeline_serializer_spec.rb %%WWWDIR%%/spec/serializers/request_aware_entity_spec.rb @@ -8573,6 +9016,7 @@ %%WWWDIR%%/spec/services/chat_names/find_user_service_spec.rb %%WWWDIR%%/spec/services/ci/create_pipeline_service_spec.rb %%WWWDIR%%/spec/services/ci/create_trigger_request_service_spec.rb +%%WWWDIR%%/spec/services/ci/play_build_service_spec.rb %%WWWDIR%%/spec/services/ci/process_pipeline_service_spec.rb %%WWWDIR%%/spec/services/ci/register_job_service_spec.rb %%WWWDIR%%/spec/services/ci/retry_build_service_spec.rb @@ -8612,6 +9056,7 @@ %%WWWDIR%%/spec/services/labels/transfer_service_spec.rb %%WWWDIR%%/spec/services/labels/update_service_spec.rb %%WWWDIR%%/spec/services/members/approve_access_request_service_spec.rb +%%WWWDIR%%/spec/services/members/authorized_destroy_service_spec.rb %%WWWDIR%%/spec/services/members/create_service_spec.rb %%WWWDIR%%/spec/services/members/destroy_service_spec.rb %%WWWDIR%%/spec/services/members/request_access_service_spec.rb @@ -8619,15 +9064,18 @@ %%WWWDIR%%/spec/services/merge_requests/assign_issues_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/build_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/close_service_spec.rb +%%WWWDIR%%/spec/services/merge_requests/conflicts/list_service_spec.rb +%%WWWDIR%%/spec/services/merge_requests/conflicts/resolve_service_spec.rb +%%WWWDIR%%/spec/services/merge_requests/create_from_issue_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/create_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/get_urls_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/merge_request_diff_cache_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/merge_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb +%%WWWDIR%%/spec/services/merge_requests/post_merge_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/refresh_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/reopen_service_spec.rb -%%WWWDIR%%/spec/services/merge_requests/resolve_service_spec.rb -%%WWWDIR%%/spec/services/merge_requests/resolved_discussion_notification_service.rb +%%WWWDIR%%/spec/services/merge_requests/resolved_discussion_notification_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/update_service_spec.rb %%WWWDIR%%/spec/services/milestones/close_service_spec.rb %%WWWDIR%%/spec/services/milestones/create_service_spec.rb @@ -8641,6 +9089,7 @@ %%WWWDIR%%/spec/services/notes/update_service_spec.rb %%WWWDIR%%/spec/services/notification_service_spec.rb %%WWWDIR%%/spec/services/pages_service_spec.rb +%%WWWDIR%%/spec/services/preview_markdown_service_spec.rb %%WWWDIR%%/spec/services/projects/autocomplete_service_spec.rb %%WWWDIR%%/spec/services/projects/create_service_spec.rb %%WWWDIR%%/spec/services/projects/destroy_service_spec.rb @@ -8650,12 +9099,12 @@ %%WWWDIR%%/spec/services/projects/housekeeping_service_spec.rb %%WWWDIR%%/spec/services/projects/import_service_spec.rb %%WWWDIR%%/spec/services/projects/participants_service_spec.rb +%%WWWDIR%%/spec/services/projects/propagate_service_template_spec.rb %%WWWDIR%%/spec/services/projects/transfer_service_spec.rb %%WWWDIR%%/spec/services/projects/unlink_fork_service_spec.rb %%WWWDIR%%/spec/services/projects/update_pages_configuration_service_spec.rb %%WWWDIR%%/spec/services/projects/update_pages_service_spec.rb %%WWWDIR%%/spec/services/projects/update_service_spec.rb -%%WWWDIR%%/spec/services/projects/upload_service_spec.rb %%WWWDIR%%/spec/services/protected_branches/create_service_spec.rb %%WWWDIR%%/spec/services/protected_branches/update_service_spec.rb %%WWWDIR%%/spec/services/protected_tags/create_service_spec.rb @@ -8663,6 +9112,7 @@ %%WWWDIR%%/spec/services/repair_ldap_blocked_user_service_spec.rb %%WWWDIR%%/spec/services/repository_archive_clean_up_service_spec.rb %%WWWDIR%%/spec/services/search/global_service_spec.rb +%%WWWDIR%%/spec/services/search/group_service_spec.rb %%WWWDIR%%/spec/services/search/snippet_service_spec.rb %%WWWDIR%%/spec/services/search_service_spec.rb %%WWWDIR%%/spec/services/slash_commands/interpret_service_spec.rb @@ -8675,8 +9125,10 @@ %%WWWDIR%%/spec/services/todo_service_spec.rb %%WWWDIR%%/spec/services/update_release_service_spec.rb %%WWWDIR%%/spec/services/update_snippet_service_spec.rb +%%WWWDIR%%/spec/services/upload_service_spec.rb %%WWWDIR%%/spec/services/user_project_access_changed_service_spec.rb %%WWWDIR%%/spec/services/users/activity_service_spec.rb +%%WWWDIR%%/spec/services/users/build_service_spec.rb %%WWWDIR%%/spec/services/users/create_service_spec.rb %%WWWDIR%%/spec/services/users/destroy_service_spec.rb %%WWWDIR%%/spec/services/users/migrate_to_ghost_user_service_spec.rb @@ -8710,6 +9162,7 @@ %%WWWDIR%%/spec/support/email_format_shared_examples.rb %%WWWDIR%%/spec/support/email_helpers.rb %%WWWDIR%%/spec/support/factory_girl.rb +%%WWWDIR%%/spec/support/fake_migration_classes.rb %%WWWDIR%%/spec/support/fake_u2f_device.rb %%WWWDIR%%/spec/support/features/discussion_comments_shared_example.rb %%WWWDIR%%/spec/support/features/issuable_slash_commands_shared_examples.rb @@ -8719,17 +9172,20 @@ %%WWWDIR%%/spec/support/filtered_search_helpers.rb %%WWWDIR%%/spec/support/fixture_helpers.rb %%WWWDIR%%/spec/support/git_http_helpers.rb +%%WWWDIR%%/spec/support/gitaly.rb %%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci.yml %%WWWDIR%%/spec/support/gitlab_stubs/project_8.json %%WWWDIR%%/spec/support/gitlab_stubs/project_8_hooks.json %%WWWDIR%%/spec/support/gitlab_stubs/projects.json %%WWWDIR%%/spec/support/gitlab_stubs/session.json %%WWWDIR%%/spec/support/gitlab_stubs/user.json +%%WWWDIR%%/spec/support/helpers/fake_blob_helpers.rb %%WWWDIR%%/spec/support/import_export/common_util.rb %%WWWDIR%%/spec/support/import_export/configuration_helper.rb %%WWWDIR%%/spec/support/import_export/export_file_helper.rb %%WWWDIR%%/spec/support/import_export/import_export.yml %%WWWDIR%%/spec/support/import_spec_helper.rb +%%WWWDIR%%/spec/support/issuable_shared_examples.rb %%WWWDIR%%/spec/support/issuables_list_metadata_shared_examples.rb %%WWWDIR%%/spec/support/issue_helpers.rb %%WWWDIR%%/spec/support/issue_tracker_service_shared_example.rb @@ -8747,6 +9203,7 @@ %%WWWDIR%%/spec/support/matchers/be_valid_commit.rb %%WWWDIR%%/spec/support/matchers/email_matchers.rb %%WWWDIR%%/spec/support/matchers/gitaly_matchers.rb +%%WWWDIR%%/spec/support/matchers/gitlab_git_matchers.rb %%WWWDIR%%/spec/support/matchers/have_issuable_counts.rb %%WWWDIR%%/spec/support/matchers/include_module.rb %%WWWDIR%%/spec/support/matchers/markdown_matchers.rb @@ -8757,6 +9214,7 @@ %%WWWDIR%%/spec/support/matchers/user_activity_matchers.rb %%WWWDIR%%/spec/support/mentionable_shared_examples.rb %%WWWDIR%%/spec/support/merge_request_helpers.rb +%%WWWDIR%%/spec/support/milestone_tabs_examples.rb %%WWWDIR%%/spec/support/mobile_helpers.rb %%WWWDIR%%/spec/support/notify_shared_examples.rb %%WWWDIR%%/spec/support/omni_auth.rb @@ -8773,7 +9231,6 @@ %%WWWDIR%%/spec/support/seed_helper.rb %%WWWDIR%%/spec/support/seed_repo.rb %%WWWDIR%%/spec/support/select2_helper.rb -%%WWWDIR%%/spec/support/services/issuable_create_service_shared_examples.rb %%WWWDIR%%/spec/support/services/issuable_create_service_slash_commands_shared_examples.rb %%WWWDIR%%/spec/support/services/issuable_update_service_shared_examples.rb %%WWWDIR%%/spec/support/services/migrate_to_ghost_user_service_shared_examples.rb @@ -8815,11 +9272,15 @@ %%WWWDIR%%/spec/tasks/gitlab/users_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/workhorse_rake_spec.rb %%WWWDIR%%/spec/tasks/tokens_spec.rb +%%WWWDIR%%/spec/unicorn/unicorn_spec.rb %%WWWDIR%%/spec/uploaders/attachment_uploader_spec.rb %%WWWDIR%%/spec/uploaders/avatar_uploader_spec.rb %%WWWDIR%%/spec/uploaders/file_uploader_spec.rb +%%WWWDIR%%/spec/uploaders/lfs_object_uploader_spec.rb +%%WWWDIR%%/spec/uploaders/personal_file_uploader_spec.rb %%WWWDIR%%/spec/uploaders/records_uploads_spec.rb %%WWWDIR%%/spec/uploaders/uploader_helper_spec.rb +%%WWWDIR%%/spec/validators/dynamic_path_validator_spec.rb %%WWWDIR%%/spec/views/admin/dashboard/index.html.haml_spec.rb %%WWWDIR%%/spec/views/ci/lints/show.html.haml_spec.rb %%WWWDIR%%/spec/views/ci/status/_badge.html.haml_spec.rb @@ -8831,23 +9292,26 @@ %%WWWDIR%%/spec/views/notify/pipeline_success_email.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/_home_panel.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/_last_commit.html.haml_spec.rb +%%WWWDIR%%/spec/views/projects/blob/_viewer.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/builds/_build.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/builds/_generic_commit_status.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/builds/show.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/commit/_commit_box.html.haml_spec.rb +%%WWWDIR%%/spec/views/projects/commit/show.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/edit.html.haml_spec.rb +%%WWWDIR%%/spec/views/projects/environments/terminal.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/imports/new.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/issues/_related_branches.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/merge_requests/_commits.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/merge_requests/_new_submit.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/merge_requests/edit.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/merge_requests/show.html.haml_spec.rb -%%WWWDIR%%/spec/views/projects/notes/_form.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/pipelines/_stage.html.haml_spec.rb -%%WWWDIR%%/spec/views/projects/pipelines/show.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/registry/repositories/index.html.haml_spec.rb +%%WWWDIR%%/spec/views/projects/tags/index.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/tree/show.html.haml_spec.rb %%WWWDIR%%/spec/views/shared/milestones/_issuables.html.haml.rb +%%WWWDIR%%/spec/views/shared/notes/_form.html.haml_spec.rb %%WWWDIR%%/spec/workers/authorized_projects_worker_spec.rb %%WWWDIR%%/spec/workers/build_coverage_worker_spec.rb %%WWWDIR%%/spec/workers/build_finished_worker_spec.rb @@ -8865,6 +9329,7 @@ %%WWWDIR%%/spec/workers/every_sidekiq_worker_spec.rb %%WWWDIR%%/spec/workers/expire_build_artifacts_worker_spec.rb %%WWWDIR%%/spec/workers/expire_build_instance_artifacts_worker_spec.rb +%%WWWDIR%%/spec/workers/expire_job_cache_worker_spec.rb %%WWWDIR%%/spec/workers/expire_pipeline_cache_worker_spec.rb %%WWWDIR%%/spec/workers/git_garbage_collect_worker_spec.rb %%WWWDIR%%/spec/workers/gitlab_usage_ping_worker_spec.rb @@ -8874,13 +9339,15 @@ %%WWWDIR%%/spec/workers/pipeline_hooks_worker_spec.rb %%WWWDIR%%/spec/workers/pipeline_metrics_worker_spec.rb %%WWWDIR%%/spec/workers/pipeline_notification_worker_spec.rb -%%WWWDIR%%/spec/workers/pipeline_proccess_worker_spec.rb +%%WWWDIR%%/spec/workers/pipeline_process_worker_spec.rb +%%WWWDIR%%/spec/workers/pipeline_schedule_worker_spec.rb %%WWWDIR%%/spec/workers/pipeline_success_worker_spec.rb %%WWWDIR%%/spec/workers/pipeline_update_worker_spec.rb %%WWWDIR%%/spec/workers/post_receive_spec.rb %%WWWDIR%%/spec/workers/process_commit_worker_spec.rb %%WWWDIR%%/spec/workers/project_cache_worker_spec.rb %%WWWDIR%%/spec/workers/project_destroy_worker_spec.rb +%%WWWDIR%%/spec/workers/propagate_service_template_worker_spec.rb %%WWWDIR%%/spec/workers/prune_old_events_worker_spec.rb %%WWWDIR%%/spec/workers/reactive_caching_worker_spec.rb %%WWWDIR%%/spec/workers/remove_expired_group_links_worker_spec.rb @@ -8896,11 +9363,19 @@ %%WWWDIR%%/spec/workers/stuck_import_jobs_worker_spec.rb %%WWWDIR%%/spec/workers/system_hook_push_worker_spec.rb %%WWWDIR%%/spec/workers/trending_projects_worker_spec.rb -%%WWWDIR%%/spec/workers/trigger_schedule_worker_spec.rb %%WWWDIR%%/spec/workers/update_merge_requests_worker_spec.rb %%WWWDIR%%/spec/workers/update_user_activity_worker_spec.rb %%WWWDIR%%/spec/workers/upload_checksum_worker_spec.rb %%WWWDIR%%/spec/workers/use_key_worker_spec.rb +%%WWWDIR%%/vendor/Dockerfile/CONTRIBUTING.md +%%WWWDIR%%/vendor/Dockerfile/HTTPd.Dockerfile +%%WWWDIR%%/vendor/Dockerfile/LICENSE +%%WWWDIR%%/vendor/Dockerfile/OpenJDK-alpine.Dockerfile +%%WWWDIR%%/vendor/Dockerfile/OpenJDK.Dockerfile +%%WWWDIR%%/vendor/Dockerfile/PHP.Dockerfile +%%WWWDIR%%/vendor/Dockerfile/Python-alpine.Dockerfile +%%WWWDIR%%/vendor/Dockerfile/Python.Dockerfile +%%WWWDIR%%/vendor/Dockerfile/Python2.Dockerfile %%WWWDIR%%/vendor/assets/fonts/KaTeX_AMS-Regular.eot %%WWWDIR%%/vendor/assets/fonts/KaTeX_AMS-Regular.ttf %%WWWDIR%%/vendor/assets/fonts/KaTeX_AMS-Regular.woff @@ -8996,7 +9471,6 @@ %%WWWDIR%%/vendor/assets/javascripts/jquery.waitforimages.js %%WWWDIR%%/vendor/assets/javascripts/katex.js %%WWWDIR%%/vendor/assets/javascripts/latinise.js -%%WWWDIR%%/vendor/assets/javascripts/notebooklab.js %%WWWDIR%%/vendor/assets/javascripts/pdf.worker.js %%WWWDIR%%/vendor/assets/javascripts/pdflab.js %%WWWDIR%%/vendor/assets/javascripts/task_list.js @@ -9008,13 +9482,13 @@ %%WWWDIR%%/vendor/assets/stylesheets/cropper.css %%WWWDIR%%/vendor/assets/stylesheets/katex.scss %%WWWDIR%%/vendor/assets/stylesheets/xterm/xterm.css -%%WWWDIR%%/vendor/dockerfile/HTTPdDockerfile %%WWWDIR%%/vendor/gitignore/Global/README.md %%WWWDIR%%/vendor/gitignore/LICENSE %%WWWDIR%%/vendor/gitlab-ci-yml/.gitlab-ci.yml %%WWWDIR%%/vendor/gitlab-ci-yml/Android.gitlab-ci.yml %%WWWDIR%%/vendor/gitlab-ci-yml/Bash.gitlab-ci.yml %%WWWDIR%%/vendor/gitlab-ci-yml/C++.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/CONTRIBUTING.md %%WWWDIR%%/vendor/gitlab-ci-yml/Clojure.gitlab-ci.yml %%WWWDIR%%/vendor/gitlab-ci-yml/Crystal.gitlab-ci.yml %%WWWDIR%%/vendor/gitlab-ci-yml/Django.gitlab-ci.yml |