diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 6f0806951dcd..0b89548b8f06 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.8.7 +PORTVERSION= 8.9.6 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -12,9 +12,12 @@ COMMENT= Web GUI for managing git repositories LICENSE= MIT BUILD_DEPENDS= gem:devel/ruby-gems + +# the rubygems of RUN_DEPENDS matches the order of the Gemfile +# which makes maintaining this long list much easier! RUN_DEPENDS= git>=2.7.4:devel/git \ - gitlab-shell>=2.7.0:devel/gitlab-shell\ - gitlab-workhorse>=0.7.1:www/gitlab-workhorse \ + gitlab-shell>=3.0.0:devel/gitlab-shell\ + gitlab-workhorse>=0.7.5:www/gitlab-workhorse \ redis>=2.8.23:databases/redis \ rubygem-rails4>=4.2.6:www/rubygem-rails4 \ rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ @@ -22,9 +25,8 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-sprockets3>=3.6:devel/rubygem-sprockets3 \ rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \ rubygem-pg>=0.18.2:databases/rubygem-pg \ - rubygem-devise-rails4>=3.5.4:devel/rubygem-devise-rails4 \ + rubygem-devise-rails4>=4.0:devel/rubygem-devise-rails4 \ rubygem-doorkeeper>=3.1:security/rubygem-doorkeeper \ - rubygem-devise-async-rails4>=0.9.0:devel/rubygem-devise-async-rails4 \ rubygem-omniauth>=1.3.1:security/rubygem-omniauth \ rubygem-omniauth-auth0>=1.4.1:net/rubygem-omniauth-auth0 \ rubygem-omniauth-azure-oauth2>=0.0.6:net/rubygem-omniauth-azure-oauth2 \ @@ -40,13 +42,14 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-omniauth_crowd>=2.2.0:devel/rubygem-omniauth_crowd \ rubygem-rack-oauth2>=1.2.1:security/rubygem-rack-oauth2 \ rubygem-jwt>=1.0:www/rubygem-jwt \ - rubygem-recaptcha>=0:devel/rubygem-recaptcha \ + rubygem-recaptcha>=3.0:devel/rubygem-recaptcha \ rubygem-akismet>=2.0:devel/rubygem-akismet \ - rubygem-devise-two-factor>=2.0.0:security/rubygem-devise-two-factor \ + rubygem-devise-two-factor>=3.0.0:security/rubygem-devise-two-factor \ rubygem-rqrcode-rails3>=0.1.7:www/rubygem-rqrcode-rails3 \ - rubygem-attr_encrypted>=1.3.4:security/rubygem-attr_encrypted \ - rubygem-browser>=1.0.0:www/rubygem-browser \ - rubygem-gitlab_git>=10.0:devel/rubygem-gitlab_git \ + rubygem-attr_encrypted>=3.0.0:security/rubygem-attr_encrypted \ + rubygem-u2f>=0.2.1:net/rubygem-u2f \ + rubygem-browser>=2.2:www/rubygem-browser \ + rubygem-gitlab_git>=10.2:devel/rubygem-gitlab_git \ rubygem-gitlab_omniauth-ldap>=1.2.1:net/rubygem-gitlab_omniauth-ldap \ rubygem-gollum-lib>=4.1.0:www/rubygem-gollum-lib \ rubygem-gollum-rugged_adapter>=0.4.2:www/rubygem-gollum-rugged_adapter \ @@ -54,11 +57,16 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-grape>=0.13.0:devel/rubygem-grape \ rubygem-grape-entity>=0.4.2:devel/rubygem-grape-entity \ rubygem-rack-cors>=0.4.0:www/rubygem-rack-cors \ - rubygem-kaminari-rails4>=0.16.3:www/rubygem-kaminari-rails4 \ + rubygem-kaminari-rails4>=0.17.0:www/rubygem-kaminari-rails4 \ rubygem-haml-rails-rails4>=0.9.0:www/rubygem-haml-rails-rails4 \ rubygem-carrierwave>=0.10.0:www/rubygem-carrierwave \ rubygem-dropzonejs-rails>=0.7.1:www/rubygem-dropzonejs-rails \ - rubygem-fog>=1.36:devel/rubygem-fog \ + rubygem-fog-aws>=0.9:net/rubygem-fog-aws \ + rubygem-fog-azure>=0.0:net/rubygem-fog-azure \ + rubygem-fog-core>=1.40:devel/rubygem-fog-core \ + rubygem-fog-local>=0.3:net/rubygem-fog-local \ + rubygem-fog-google>=0.3:net/rubygem-fog-google \ + rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \ rubygem-unf>=0.1.4:textproc/rubygem-unf \ rubygem-six>=0.2.0:security/rubygem-six \ rubygem-seed-fu>=2.3.5:databases/rubygem-seed-fu \ @@ -66,18 +74,18 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-task_list>=1.0.2:www/rubygem-task_list \ rubygem-github-markup>=1.3.1:textproc/rubygem-github-markup \ rubygem-redcarpet>=3.3.3:textproc/rubygem-redcarpet \ - rubygem-redcloth>=4.2.9:www/rubygem-redcloth \ + rubygem-redcloth>=4.3.2:www/rubygem-redcloth \ rubygem-rdoc>=3.6:devel/rubygem-rdoc \ rubygem-org-ruby>=0.9.12:textproc/rubygem-org-ruby \ rubygem-creole>=0.5.0:textproc/rubygem-creole \ rubygem-wikicloth>=0.8.1:textproc/rubygem-wikicloth \ rubygem-asciidoctor>=1.5.2:textproc/rubygem-asciidoctor \ - rubygem-rouge>=1.10.1:textproc/rubygem-rouge \ + rubygem-rouge>=1.11:textproc/rubygem-rouge \ rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri \ rubygem-diffy>=3.0.3:textproc/rubygem-diffy \ rubygem-unicorn>=4.9.0:www/rubygem-unicorn \ rubygem-unicorn-worker-killer>=0.4.2:www/rubygem-unicorn-worker-killer \ - rubygem-state_machines-activerecord>=0.3.0:databases/rubygem-state_machines-activerecord \ + rubygem-state_machines-activerecord>=0.4.0:databases/rubygem-state_machines-activerecord \ rubygem-after_commit_queue>=0:databases/rubygem-after_commit_queue \ rubygem-acts-as-taggable-on3>=3.4.0:www/rubygem-acts-as-taggable-on3 \ rubygem-sinatra>=1.4.4:www/rubygem-sinatra \ @@ -85,7 +93,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-sidekiq-cron>=0.4.0:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace>=0:databases/rubygem-redis-namespace \ rubygem-httparty>=0.13.3:www/rubygem-httparty \ - rubygem-colorize>=0.7.0:devel/rubygem-colorize \ + rubygem-rainbow>=2.1.0:devel/rubygem-rainbow \ rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \ rubygem-version_sorter>=2.0.0:textproc/rubygem-version_sorter \ rubygem-redis-rails>=4.0.0:www/rubygem-redis-rails \ @@ -99,7 +107,6 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-asana>=0.4.0:www/rubygem-asana \ rubygem-ruby-fogbugz>=0.2.1:devel/rubygem-ruby-fogbugz \ rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \ - rubygem-cal-heatmap-rails-rails4>=3.6.0:www/rubygem-cal-heatmap-rails-rails4 \ rubygem-underscore-rails>=1.8.0:www/rubygem-underscore-rails \ rubygem-sanitize>=2.0:textproc/rubygem-sanitize \ rubygem-babosa>=1.0.2:textproc/rubygem-babosa \ @@ -109,6 +116,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-ace-rails-ap>=4.0.2:www/rubygem-ace-rails-ap \ rubygem-mousetrap-rails>=1.4.6:www/rubygem-mousetrap-rails \ rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ + rubygem-chronic_duration>=0.10.6:devel/rubygem-chronic_duration \ rubygem-sass-rails5>=5.0.0:textproc/rubygem-sass-rails5 \ rubygem-coffee-rails4>=4.1.0:devel/rubygem-coffee-rails4 \ rubygem-uglifier>=2.7.2:www/rubygem-uglifier \ @@ -116,13 +124,12 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-jquery-turbolinks>=2.1.0:www/rubygem-jquery-turbolinks \ rubygem-addressable>=2.3.8:www/rubygem-addressable \ rubygem-bootstrap-sass>=3.3.0:www/rubygem-bootstrap-sass \ - rubygem-font-awesome-rails-rails4>=4.2:devel/rubygem-font-awesome-rails-rails4 \ + rubygem-font-awesome-rails-rails4>=4.6.1:devel/rubygem-font-awesome-rails-rails4 \ rubygem-gitlab_emoji>=0.3:graphics/rubygem-gitlab_emoji \ rubygem-gon>=6.0.1:www/rubygem-gon \ rubygem-jquery-atwho-rails-rails4>=1.3.2:www/rubygem-jquery-atwho-rails-rails4 \ rubygem-jquery-rails4>=4.1.0:www/rubygem-jquery-rails4 \ rubygem-jquery-ui-rails-rails4>=5.0.0:www/rubygem-jquery-ui-rails-rails4 \ - rubygem-raphael-rails>=2.1.2:www/rubygem-raphael-rails \ rubygem-request_store>=1.3.0:devel/rubygem-request_store \ rubygem-select2-rails>=3.5.9:www/rubygem-select2-rails \ rubygem-virtus>=1.0.1:devel/rubygem-virtus \ @@ -135,10 +142,10 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-newrelic-grape>=0:devel/rubygem-newrelic-grape \ rubygem-newrelic_rpm>=3.14:devel/rubygem-newrelic_rpm \ rubygem-octokit>=4.3.0:net/rubygem-octokit \ - rubygem-mail_room>=0.7:mail/rubygem-mail_room \ + rubygem-mail_room>=0.8:mail/rubygem-mail_room \ rubygem-email_reply_parser>=0.5.8:mail/rubygem-email_reply_parser \ rubygem-activerecord-deprecated_finders>=1.0.3:devel/rubygem-activerecord-deprecated_finders \ - rubygem-activerecord-session_store>=0.1.0:databases/rubygem-activerecord-session_store \ + rubygem-activerecord-session_store>=1.0.0:databases/rubygem-activerecord-session_store \ rubygem-nested_form>=0.3.2:www/rubygem-nested_form \ rubygem-oauth2>=1.0.0:net/rubygem-oauth2 \ rubygem-paranoia>=2.0:databases/rubygem-paranoia \ diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo index 462afd9401d5..aec14f171661 100644 --- a/www/gitlab/distinfo +++ b/www/gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467811812 -SHA256 (gitlabhq-gitlabhq-v8.8.7_GH0.tar.gz) = 42ecd49943c879006d6042583b2e55f31a8f4b11d04faf693e1b1fe594697e4d -SIZE (gitlabhq-gitlabhq-v8.8.7_GH0.tar.gz) = 18479391 +TIMESTAMP = 1468919497 +SHA256 (gitlabhq-gitlabhq-v8.9.6_GH0.tar.gz) = 1b357ed1157a2a20b647004f588b67d72416df805a385fa7b605905bafb26f55 +SIZE (gitlabhq-gitlabhq-v8.9.6_GH0.tar.gz) = 21555571 diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 6c4b2ffd4863..6c7f018cfeeb 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2016-06-15 01:41:18 UTC +--- Gemfile.orig 2016-07-11 19:38:44 UTC +++ Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" @@ -8,7 +8,7 @@ gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with -@@ -8,19 +8,18 @@ gem 'responders', '~> 2.0' +@@ -8,13 +8,12 @@ gem 'responders', '~> 2.0' # Specify a sprockets version due to increased performance # See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069 @@ -24,14 +24,7 @@ gem "pg", '~> 0.18.2', group: :postgres # Authentication libraries - gem 'devise', '~> 3.5.4' - gem 'doorkeeper', '~> 3.1' --gem 'devise-async', '~> 0.9.0' -+gem 'devise-async', '>= 0.9.0' - gem 'omniauth', '~> 1.3.1' - gem 'omniauth-auth0', '~> 1.4.1' - gem 'omniauth-azure-oauth2', '~> 0.0.6' -@@ -29,13 +28,12 @@ gem 'omniauth-cas3', '~> 1.1.2' +@@ -28,13 +27,12 @@ gem 'omniauth-cas3', '~> 1.1.2' gem 'omniauth-facebook', '~> 3.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.0' @@ -47,22 +40,6 @@ gem 'jwt' # Spam and anti-bot protection -@@ -43,12 +41,12 @@ gem 'recaptcha', require: 'recaptcha/rai - gem 'akismet', '~> 2.0' - - # Two-factor authentication --gem 'devise-two-factor', '~> 2.0.0' -+gem 'devise-two-factor', '>= 2.0.0' - gem 'rqrcode-rails3', '~> 0.1.7' --gem 'attr_encrypted', '~> 1.3.4' -+gem 'attr_encrypted', '>= 1.3.4' - - # Browser detection --gem "browser", '~> 1.0.0' -+gem "browser", '>= 1.0.0' - - # Extracting information from a git repository - # Provide access to Gitlab::Git library @@ -61,15 +59,15 @@ gem 'gitlab_omniauth-ldap', '~> 1.2.1', # Git Wiki @@ -83,7 +60,7 @@ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' # Pagination -@@ -79,13 +77,13 @@ gem "kaminari", "~> 0.16.3" +@@ -79,7 +77,7 @@ gem "kaminari", "~> 0.17.0" gem "haml-rails", '~> 0.9.0' # Files attachments @@ -92,21 +69,14 @@ # Drag and Drop UI gem 'dropzonejs-rails', '~> 0.7.1' - - # for aws storage --gem "fog", "~> 1.36.0" -+gem "fog", ">= 1.36.0" - gem "unf", '~> 0.1.4' - - # Authorization -@@ -97,13 +95,13 @@ gem "seed-fu", '~> 2.3.5' +@@ -104,26 +102,26 @@ gem "seed-fu", '~> 2.3.5' # Markdown and HTML processing gem 'html-pipeline', '~> 1.11.0' gem 'task_list', '~> 1.0.2', require: 'task_list/railtie' -gem 'github-markup', '~> 1.3.1' +gem 'github-markup', '>= 1.3.1' gem 'redcarpet', '~> 3.3.3' - gem 'RedCloth', '~> 4.2.9' + gem 'RedCloth', '~> 4.3.2' -gem 'rdoc', '~>3.6' +gem 'rdoc', '>= 3.6' gem 'org-ruby', '~> 0.9.12' @@ -114,9 +84,11 @@ -gem 'wikicloth', '0.8.1' +gem 'wikicloth', '>= 0.8.1' gem 'asciidoctor', '~> 1.5.2' - gem 'rouge', '~> 1.10.1' +-gem 'rouge', '~> 1.11' ++gem 'rouge', '>= 1.11' -@@ -112,16 +110,16 @@ gem 'rouge', '~> 1.10.1' + # 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' # Diffs @@ -130,13 +102,7 @@ gem 'unicorn-worker-killer', '~> 0.4.2' end - # State machine --gem "state_machines-activerecord", '~> 0.3.0' -+gem "state_machines-activerecord", '>= 0.3.0' - # Run events after state machine commits - gem 'after_commit_queue' - -@@ -167,10 +165,10 @@ gem "gitlab-flowdock-git-hook", "~> 1.0. +@@ -174,10 +172,10 @@ gem "gitlab-flowdock-git-hook", "~> 1.0. gem "gemnasium-gitlab-service", "~> 0.2" # Slack integration @@ -149,7 +115,7 @@ # FogBugz integration gem 'ruby-fogbugz', '~> 0.2.1' -@@ -185,17 +183,17 @@ gem 'cal-heatmap-rails', '~> 3.6.0' +@@ -189,17 +187,17 @@ gem 'd3_rails', '~> 3.5.0' gem "underscore-rails", "~> 1.8.0" # Sanitize user input @@ -170,7 +136,7 @@ # Ace editor gem 'ace-rails-ap', '~> 4.0.2' -@@ -208,11 +206,11 @@ gem 'charlock_holmes', '~> 0.7.3' +@@ -215,11 +213,11 @@ gem 'chronic_duration', '~> 0.10.6' gem "sass-rails", '~> 5.0.0' gem "coffee-rails", '~> 4.1.0' @@ -182,12 +148,12 @@ -gem 'addressable', '~> 2.3.8' +gem 'addressable', '>= 2.3.8' gem 'bootstrap-sass', '~> 3.3.0' - gem 'font-awesome-rails', '~> 4.2' + gem 'font-awesome-rails', '~> 4.6.1' gem 'gitlab_emoji', '~> 0.3.0' -@@ -221,10 +219,10 @@ gem 'jquery-atwho-rails', '~> 1.3.2' +@@ -227,10 +225,10 @@ gem 'gon', '~> 6.0.1' + gem 'jquery-atwho-rails', '~> 1.3.2' gem 'jquery-rails', '~> 4.1.0' gem 'jquery-ui-rails', '~> 5.0.0' - gem 'raphael-rails', '~> 2.1.2' -gem 'request_store', '~> 1.3.0' +gem 'request_store', '>= 1.3.0' gem 'select2-rails', '~> 3.5.9' @@ -197,7 +163,7 @@ gem 'base32', '~> 0.3.0' # Sentry integration -@@ -232,86 +230,6 @@ gem 'sentry-raven', '~> 0.15' +@@ -238,90 +236,6 @@ gem 'sentry-raven', '~> 0.15' gem 'premailer-rails', '~> 1.9.0' @@ -210,7 +176,7 @@ - -group :development do - gem "foreman" -- gem 'brakeman', '~> 3.2.0', require: false +- gem 'brakeman', '~> 3.3.0', require: false - - gem 'letter_opener_web', '~> 1.3.0' - gem 'quiet_assets', '~> 1.0.2' @@ -262,15 +228,19 @@ - gem 'spring-commands-spinach', '~> 1.1.0' - gem 'spring-commands-teaspoon', '~> 0.0.2' - -- gem 'rubocop', '~> 0.38.0', require: false +- gem 'rubocop', '~> 0.40.0', require: false +- gem 'rubocop-rspec', '~> 1.5.0', require: false - gem 'scss_lint', '~> 0.47.0', require: false -- gem 'coveralls', '~> 0.8.2', require: false +- gem 'coveralls', '~> 0.8.2', require: false - gem 'simplecov', '~> 0.11.0', require: false - gem 'flog', require: false - gem 'flay', require: false - gem 'bundler-audit', require: false - - gem 'benchmark-ips', require: false +- +- gem "license_finder", require: false +- gem 'knapsack' -end - -group :test do @@ -284,7 +254,7 @@ group :production do gem "gitlab_meta", '7.0' end -@@ -329,10 +247,12 @@ gem 'activerecord-session_store', '~> 0. +@@ -339,10 +253,12 @@ gem 'activerecord-session_store', '~> 1. gem "nested_form", '~> 0.3.2' # OAuth diff --git a/www/gitlab/files/patch-config_database.yml.postgresql b/www/gitlab/files/patch-config_database.yml.postgresql index 3b87520115b9..e5f6f4ca9680 100644 --- a/www/gitlab/files/patch-config_database.yml.postgresql +++ b/www/gitlab/files/patch-config_database.yml.postgresql @@ -1,4 +1,4 @@ ---- config/database.yml.postgresql.orig 2016-04-22 10:01:37 UTC +--- config/database.yml.postgresql.orig 2016-07-11 19:38:44 UTC +++ config/database.yml.postgresql @@ -6,7 +6,7 @@ production: encoding: unicode diff --git a/www/gitlab/files/patch-config_gitlab.yml.example b/www/gitlab/files/patch-config_gitlab.yml.example index e2ab46bd4b59..dfda93f33c82 100644 --- a/www/gitlab/files/patch-config_gitlab.yml.example +++ b/www/gitlab/files/patch-config_gitlab.yml.example @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2016-06-15 01:41:18 UTC +--- config/gitlab.yml.example.orig 2016-07-11 19:38:44 UTC +++ config/gitlab.yml.example -@@ -448,11 +448,11 @@ production: &base +@@ -451,11 +451,11 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -15,7 +15,7 @@ # File that contains the secret key for verifying access for gitlab-shell. # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app). -@@ -469,7 +469,7 @@ production: &base +@@ -472,7 +472,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: diff --git a/www/gitlab/files/patch-config_initializers_1__settings.rb b/www/gitlab/files/patch-config_initializers_1__settings.rb index cbc3ca9a04c4..e4fb36ad57c3 100644 --- a/www/gitlab/files/patch-config_initializers_1__settings.rb +++ b/www/gitlab/files/patch-config_initializers_1__settings.rb @@ -1,4 +1,4 @@ ---- config/initializers/1_settings.rb.orig 2016-06-15 01:41:18 UTC +--- config/initializers/1_settings.rb.orig 2016-07-11 19:38:44 UTC +++ config/initializers/1_settings.rb @@ -191,12 +191,8 @@ Settings.gitlab['email_reply_to'] ||= EN Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url) diff --git a/www/gitlab/files/patch-config_unicorn.rb.example b/www/gitlab/files/patch-config_unicorn.rb.example index a4a64779c56d..53b8f1ef81cc 100644 --- a/www/gitlab/files/patch-config_unicorn.rb.example +++ b/www/gitlab/files/patch-config_unicorn.rb.example @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2016-04-22 10:01:37 UTC +--- config/unicorn.rb.example.orig 2016-07-11 19:38:44 UTC +++ config/unicorn.rb.example @@ -33,12 +33,12 @@ worker_processes 3 diff --git a/www/gitlab/files/patch-lib_support_nginx_gitlab b/www/gitlab/files/patch-lib_support_nginx_gitlab index 5ab7a3d38834..fe45ce41432e 100644 --- a/www/gitlab/files/patch-lib_support_nginx_gitlab +++ b/www/gitlab/files/patch-lib_support_nginx_gitlab @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab.orig 2016-06-15 01:41:18 UTC +--- lib/support/nginx/gitlab.orig 2016-07-11 19:38:44 UTC +++ lib/support/nginx/gitlab @@ -17,7 +17,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. diff --git a/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl index b75cbee0f409..5fa34926d460 100644 --- a/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl +++ b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab-ssl.orig 2016-06-15 01:41:18 UTC +--- lib/support/nginx/gitlab-ssl.orig 2016-07-11 19:38:44 UTC +++ lib/support/nginx/gitlab-ssl @@ -21,7 +21,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. diff --git a/www/gitlab/pkg-message b/www/gitlab/pkg-message index b15f3ddc915d..0288d60ae15d 100644 --- a/www/gitlab/pkg-message +++ b/www/gitlab/pkg-message @@ -11,6 +11,6 @@ the instructions in the guide at: https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/freebsd_patch_versions.md If you just installed an major upgrade of GitLab, for example you -switched from 8.6.x to 8.7.x, please follow the instructions in the guide at: +switched from 8.8.x to 8.9.x, please follow the instructions in the guide at: -https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.6-to-8.7-freebsd.md +https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.8-to-8.9-freebsd.md diff --git a/www/gitlab/pkg-plist b/www/gitlab/pkg-plist index ed9a610e3f65..e8eca8893d6b 100644 --- a/www/gitlab/pkg-plist +++ b/www/gitlab/pkg-plist @@ -2,6 +2,8 @@ %%WWWDIR%%/.flayignore %%WWWDIR%%/.foreman %%WWWDIR%%/.gitattributes +%%WWWDIR%%/.github/ISSUE_TEMPLATE.md +%%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md %%WWWDIR%%/.gitlab-ci.yml %%WWWDIR%%/.hound.yml %%WWWDIR%%/.pkgr.yml @@ -11,6 +13,7 @@ %%WWWDIR%%/.scss-lint.yml %%WWWDIR%%/.simplecov %%WWWDIR%%/.teatro.yml +%%WWWDIR%%/.vagrant_enabled %%WWWDIR%%/CHANGELOG %%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/GITLAB_SHELL_VERSION @@ -72,6 +75,8 @@ %%WWWDIR%%/app/assets/images/images.png %%WWWDIR%%/app/assets/images/logo.svg %%WWWDIR%%/app/assets/images/logo_wordmark.svg +%%WWWDIR%%/app/assets/images/mailers/gitlab_header_logo.png +%%WWWDIR%%/app/assets/images/mailers/gitlab_tanuki_2x.png %%WWWDIR%%/app/assets/images/monokai-scheme-preview.png %%WWWDIR%%/app/assets/images/move.png %%WWWDIR%%/app/assets/images/msapplication-tile.png @@ -90,6 +95,7 @@ %%WWWDIR%%/app/assets/images/touch-icon-iphone.png %%WWWDIR%%/app/assets/images/trans_bg.gif %%WWWDIR%%/app/assets/images/white-scheme-preview.png +%%WWWDIR%%/app/assets/javascripts/LabelManager.js.coffee %%WWWDIR%%/app/assets/javascripts/activities.js.coffee %%WWWDIR%%/app/assets/javascripts/admin.js.coffee %%WWWDIR%%/app/assets/javascripts/api.js.coffee @@ -102,15 +108,17 @@ %%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js.coffee %%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js.coffee %%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.coffee +%%WWWDIR%%/app/assets/javascripts/blob/blob_ci_yaml.js.coffee %%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js.coffee %%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selector.js.coffee +%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selectors.js.coffee %%WWWDIR%%/app/assets/javascripts/blob/blob_license_selector.js.coffee +%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selectors.js.coffee %%WWWDIR%%/app/assets/javascripts/blob/edit_blob.js.coffee -%%WWWDIR%%/app/assets/javascripts/branch-graph.js.coffee +%%WWWDIR%%/app/assets/javascripts/blob/template_selector.js.coffee %%WWWDIR%%/app/assets/javascripts/breakpoints.coffee %%WWWDIR%%/app/assets/javascripts/broadcast_message.js.coffee %%WWWDIR%%/app/assets/javascripts/build_artifacts.js.coffee -%%WWWDIR%%/app/assets/javascripts/calendar.js.coffee %%WWWDIR%%/app/assets/javascripts/ci/application.js.coffee %%WWWDIR%%/app/assets/javascripts/ci/build.coffee %%WWWDIR%%/app/assets/javascripts/ci/projects.js.coffee @@ -132,6 +140,11 @@ %%WWWDIR%%/app/assets/javascripts/gl_crop.js.coffee %%WWWDIR%%/app/assets/javascripts/gl_dropdown.js.coffee %%WWWDIR%%/app/assets/javascripts/gl_form.js.coffee +%%WWWDIR%%/app/assets/javascripts/graphs/application.js.coffee +%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph.js.coffee +%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors.js.coffee +%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_graph.js.coffee +%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_util.js.coffee %%WWWDIR%%/app/assets/javascripts/group_avatar.js.coffee %%WWWDIR%%/app/assets/javascripts/groups.js.coffee %%WWWDIR%%/app/assets/javascripts/groups_select.js.coffee @@ -141,11 +154,14 @@ %%WWWDIR%%/app/assets/javascripts/issuable_form.js.coffee %%WWWDIR%%/app/assets/javascripts/issue.js.coffee %%WWWDIR%%/app/assets/javascripts/issue_status_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/issues.js.coffee +%%WWWDIR%%/app/assets/javascripts/issues-bulk-assignment.js.coffee %%WWWDIR%%/app/assets/javascripts/labels.js.coffee %%WWWDIR%%/app/assets/javascripts/labels_select.js.coffee +%%WWWDIR%%/app/assets/javascripts/layout_nav.js.coffee %%WWWDIR%%/app/assets/javascripts/lib/animate.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/common_utils.js.coffee %%WWWDIR%%/app/assets/javascripts/lib/datetime_utility.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/emoji_aliases.js.coffee.erb %%WWWDIR%%/app/assets/javascripts/lib/jquery.timeago.js %%WWWDIR%%/app/assets/javascripts/lib/md5.js %%WWWDIR%%/app/assets/javascripts/lib/notify.js.coffee @@ -158,13 +174,18 @@ %%WWWDIR%%/app/assets/javascripts/merge_request.js.coffee %%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js.coffee %%WWWDIR%%/app/assets/javascripts/merge_request_widget.js.coffee +%%WWWDIR%%/app/assets/javascripts/merged_buttons.js.coffee %%WWWDIR%%/app/assets/javascripts/milestone.js.coffee %%WWWDIR%%/app/assets/javascripts/milestone_select.js.coffee %%WWWDIR%%/app/assets/javascripts/namespace_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/network.js.coffee +%%WWWDIR%%/app/assets/javascripts/network/application.js.coffee +%%WWWDIR%%/app/assets/javascripts/network/branch-graph.js.coffee +%%WWWDIR%%/app/assets/javascripts/network/network.js.coffee %%WWWDIR%%/app/assets/javascripts/new_branch_form.js.coffee %%WWWDIR%%/app/assets/javascripts/new_commit_form.js.coffee %%WWWDIR%%/app/assets/javascripts/notes.js.coffee +%%WWWDIR%%/app/assets/javascripts/notifications_dropdown.js.coffee +%%WWWDIR%%/app/assets/javascripts/notifications_form.js.coffee %%WWWDIR%%/app/assets/javascripts/pager.js.coffee %%WWWDIR%%/app/assets/javascripts/profile.js.coffee %%WWWDIR%%/app/assets/javascripts/project.js.coffee @@ -182,6 +203,7 @@ %%WWWDIR%%/app/assets/javascripts/search.js.coffee %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js.coffee %%WWWDIR%%/app/assets/javascripts/shortcuts.js.coffee +%%WWWDIR%%/app/assets/javascripts/shortcuts_blob.coffee %%WWWDIR%%/app/assets/javascripts/shortcuts_dashboard_navigation.js.coffee %%WWWDIR%%/app/assets/javascripts/shortcuts_find_file.js.coffee %%WWWDIR%%/app/assets/javascripts/shortcuts_issuable.coffee @@ -189,16 +211,18 @@ %%WWWDIR%%/app/assets/javascripts/shortcuts_network.js.coffee %%WWWDIR%%/app/assets/javascripts/sidebar.js.coffee %%WWWDIR%%/app/assets/javascripts/star.js.coffee -%%WWWDIR%%/app/assets/javascripts/stat_graph.js.coffee -%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors.js.coffee -%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors_graph.js.coffee -%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors_util.js.coffee %%WWWDIR%%/app/assets/javascripts/subscription.js.coffee %%WWWDIR%%/app/assets/javascripts/syntax_highlight.coffee %%WWWDIR%%/app/assets/javascripts/todos.js.coffee %%WWWDIR%%/app/assets/javascripts/tree.js.coffee +%%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js.coffee +%%WWWDIR%%/app/assets/javascripts/u2f/error.js.coffee +%%WWWDIR%%/app/assets/javascripts/u2f/register.js.coffee +%%WWWDIR%%/app/assets/javascripts/u2f/util.js.coffee.erb %%WWWDIR%%/app/assets/javascripts/user.js.coffee %%WWWDIR%%/app/assets/javascripts/user_tabs.js.coffee +%%WWWDIR%%/app/assets/javascripts/users/application.js.coffee +%%WWWDIR%%/app/assets/javascripts/users/calendar.js.coffee %%WWWDIR%%/app/assets/javascripts/users_select.js.coffee %%WWWDIR%%/app/assets/javascripts/wikis.js.coffee %%WWWDIR%%/app/assets/javascripts/zen_mode.js.coffee @@ -207,6 +231,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework.scss %%WWWDIR%%/app/assets/stylesheets/framework/animations.scss %%WWWDIR%%/app/assets/stylesheets/framework/avatar.scss +%%WWWDIR%%/app/assets/stylesheets/framework/blank.scss %%WWWDIR%%/app/assets/stylesheets/framework/blocks.scss %%WWWDIR%%/app/assets/stylesheets/framework/buttons.scss %%WWWDIR%%/app/assets/stylesheets/framework/calendar.scss @@ -248,6 +273,7 @@ %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_dark.scss %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_light.scss %%WWWDIR%%/app/assets/stylesheets/highlight/white.scss +%%WWWDIR%%/app/assets/stylesheets/mailers/devise.scss %%WWWDIR%%/app/assets/stylesheets/mailers/repository_push_email.scss %%WWWDIR%%/app/assets/stylesheets/notify.scss %%WWWDIR%%/app/assets/stylesheets/pages/admin.scss @@ -263,6 +289,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/diff.scss %%WWWDIR%%/app/assets/stylesheets/pages/editor.scss %%WWWDIR%%/app/assets/stylesheets/pages/emojis.scss +%%WWWDIR%%/app/assets/stylesheets/pages/environments.scss %%WWWDIR%%/app/assets/stylesheets/pages/errors.scss %%WWWDIR%%/app/assets/stylesheets/pages/events.scss %%WWWDIR%%/app/assets/stylesheets/pages/explore.scss @@ -335,7 +362,9 @@ %%WWWDIR%%/app/controllers/concerns/global_milestones.rb %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb +%%WWWDIR%%/app/controllers/concerns/membership_actions.rb %%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb +%%WWWDIR%%/app/controllers/concerns/toggle_award_emoji.rb %%WWWDIR%%/app/controllers/concerns/toggle_subscription_action.rb %%WWWDIR%%/app/controllers/confirmations_controller.rb %%WWWDIR%%/app/controllers/dashboard/application_controller.rb @@ -355,7 +384,6 @@ %%WWWDIR%%/app/controllers/groups/avatars_controller.rb %%WWWDIR%%/app/controllers/groups/group_members_controller.rb %%WWWDIR%%/app/controllers/groups/milestones_controller.rb -%%WWWDIR%%/app/controllers/groups/notification_settings_controller.rb %%WWWDIR%%/app/controllers/groups_controller.rb %%WWWDIR%%/app/controllers/health_check_controller.rb %%WWWDIR%%/app/controllers/help_controller.rb @@ -364,11 +392,13 @@ %%WWWDIR%%/app/controllers/import/fogbugz_controller.rb %%WWWDIR%%/app/controllers/import/github_controller.rb %%WWWDIR%%/app/controllers/import/gitlab_controller.rb +%%WWWDIR%%/app/controllers/import/gitlab_projects_controller.rb %%WWWDIR%%/app/controllers/import/gitorious_controller.rb %%WWWDIR%%/app/controllers/import/google_code_controller.rb %%WWWDIR%%/app/controllers/invites_controller.rb %%WWWDIR%%/app/controllers/jwt_controller.rb %%WWWDIR%%/app/controllers/namespaces_controller.rb +%%WWWDIR%%/app/controllers/notification_settings_controller.rb %%WWWDIR%%/app/controllers/oauth/applications_controller.rb %%WWWDIR%%/app/controllers/oauth/authorizations_controller.rb %%WWWDIR%%/app/controllers/oauth/authorized_applications_controller.rb @@ -381,6 +411,7 @@ %%WWWDIR%%/app/controllers/profiles/keys_controller.rb %%WWWDIR%%/app/controllers/profiles/notifications_controller.rb %%WWWDIR%%/app/controllers/profiles/passwords_controller.rb +%%WWWDIR%%/app/controllers/profiles/personal_access_tokens_controller.rb %%WWWDIR%%/app/controllers/profiles/preferences_controller.rb %%WWWDIR%%/app/controllers/profiles/two_factor_auths_controller.rb %%WWWDIR%%/app/controllers/profiles_controller.rb @@ -397,8 +428,10 @@ %%WWWDIR%%/app/controllers/projects/compare_controller.rb %%WWWDIR%%/app/controllers/projects/container_registry_controller.rb %%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb +%%WWWDIR%%/app/controllers/projects/environments_controller.rb %%WWWDIR%%/app/controllers/projects/find_file_controller.rb %%WWWDIR%%/app/controllers/projects/forks_controller.rb +%%WWWDIR%%/app/controllers/projects/git_http_controller.rb %%WWWDIR%%/app/controllers/projects/graphs_controller.rb %%WWWDIR%%/app/controllers/projects/group_links_controller.rb %%WWWDIR%%/app/controllers/projects/hooks_controller.rb @@ -409,7 +442,6 @@ %%WWWDIR%%/app/controllers/projects/milestones_controller.rb %%WWWDIR%%/app/controllers/projects/network_controller.rb %%WWWDIR%%/app/controllers/projects/notes_controller.rb -%%WWWDIR%%/app/controllers/projects/notification_settings_controller.rb %%WWWDIR%%/app/controllers/projects/pipelines_controller.rb %%WWWDIR%%/app/controllers/projects/project_members_controller.rb %%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb @@ -422,6 +454,7 @@ %%WWWDIR%%/app/controllers/projects/services_controller.rb %%WWWDIR%%/app/controllers/projects/snippets_controller.rb %%WWWDIR%%/app/controllers/projects/tags_controller.rb +%%WWWDIR%%/app/controllers/projects/todos_controller.rb %%WWWDIR%%/app/controllers/projects/tree_controller.rb %%WWWDIR%%/app/controllers/projects/triggers_controller.rb %%WWWDIR%%/app/controllers/projects/uploads_controller.rb @@ -485,7 +518,9 @@ %%WWWDIR%%/app/helpers/import_helper.rb %%WWWDIR%%/app/helpers/issuables_helper.rb %%WWWDIR%%/app/helpers/issues_helper.rb +%%WWWDIR%%/app/helpers/javascript_helper.rb %%WWWDIR%%/app/helpers/labels_helper.rb +%%WWWDIR%%/app/helpers/members_helper.rb %%WWWDIR%%/app/helpers/merge_requests_helper.rb %%WWWDIR%%/app/helpers/milestones_helper.rb %%WWWDIR%%/app/helpers/namespaces_helper.rb @@ -509,13 +544,14 @@ %%WWWDIR%%/app/helpers/triggers_helper.rb %%WWWDIR%%/app/helpers/version_check_helper.rb %%WWWDIR%%/app/helpers/visibility_level_helper.rb +%%WWWDIR%%/app/helpers/workhorse_helper.rb %%WWWDIR%%/app/mailers/abuse_report_mailer.rb %%WWWDIR%%/app/mailers/base_mailer.rb %%WWWDIR%%/app/mailers/devise_mailer.rb %%WWWDIR%%/app/mailers/email_rejection_mailer.rb %%WWWDIR%%/app/mailers/emails/builds.rb -%%WWWDIR%%/app/mailers/emails/groups.rb %%WWWDIR%%/app/mailers/emails/issues.rb +%%WWWDIR%%/app/mailers/emails/members.rb %%WWWDIR%%/app/mailers/emails/merge_requests.rb %%WWWDIR%%/app/mailers/emails/notes.rb %%WWWDIR%%/app/mailers/emails/profile.rb @@ -527,10 +563,11 @@ %%WWWDIR%%/app/models/appearance.rb %%WWWDIR%%/app/models/application_setting.rb %%WWWDIR%%/app/models/audit_event.rb +%%WWWDIR%%/app/models/award_emoji.rb %%WWWDIR%%/app/models/blob.rb %%WWWDIR%%/app/models/broadcast_message.rb %%WWWDIR%%/app/models/ci/build.rb -%%WWWDIR%%/app/models/ci/commit.rb +%%WWWDIR%%/app/models/ci/pipeline.rb %%WWWDIR%%/app/models/ci/runner.rb %%WWWDIR%%/app/models/ci/runner_project.rb %%WWWDIR%%/app/models/ci/trigger.rb @@ -539,7 +576,10 @@ %%WWWDIR%%/app/models/commit.rb %%WWWDIR%%/app/models/commit_range.rb %%WWWDIR%%/app/models/commit_status.rb +%%WWWDIR%%/app/models/concerns/access_requestable.rb +%%WWWDIR%%/app/models/concerns/awardable.rb %%WWWDIR%%/app/models/concerns/case_sensitivity.rb +%%WWWDIR%%/app/models/concerns/importable.rb %%WWWDIR%%/app/models/concerns/internal_id.rb %%WWWDIR%%/app/models/concerns/issuable.rb %%WWWDIR%%/app/models/concerns/mentionable.rb @@ -554,7 +594,9 @@ %%WWWDIR%%/app/models/concerns/token_authenticatable.rb %%WWWDIR%%/app/models/deploy_key.rb %%WWWDIR%%/app/models/deploy_keys_project.rb +%%WWWDIR%%/app/models/deployment.rb %%WWWDIR%%/app/models/email.rb +%%WWWDIR%%/app/models/environment.rb %%WWWDIR%%/app/models/event.rb %%WWWDIR%%/app/models/external_issue.rb %%WWWDIR%%/app/models/forked_project_link.rb @@ -568,7 +610,6 @@ %%WWWDIR%%/app/models/hooks/web_hook.rb %%WWWDIR%%/app/models/identity.rb %%WWWDIR%%/app/models/issue.rb -%%WWWDIR%%/app/models/jira_issue.rb %%WWWDIR%%/app/models/key.rb %%WWWDIR%%/app/models/label.rb %%WWWDIR%%/app/models/label_link.rb @@ -587,6 +628,7 @@ %%WWWDIR%%/app/models/note.rb %%WWWDIR%%/app/models/notification_setting.rb %%WWWDIR%%/app/models/oauth_access_token.rb +%%WWWDIR%%/app/models/personal_access_token.rb %%WWWDIR%%/app/models/personal_snippet.rb %%WWWDIR%%/app/models/project.rb %%WWWDIR%%/app/models/project_group_link.rb @@ -637,6 +679,7 @@ %%WWWDIR%%/app/models/subscription.rb %%WWWDIR%%/app/models/todo.rb %%WWWDIR%%/app/models/tree.rb +%%WWWDIR%%/app/models/u2f_registration.rb %%WWWDIR%%/app/models/user.rb %%WWWDIR%%/app/models/users_star_project.rb %%WWWDIR%%/app/models/wiki_page.rb @@ -655,6 +698,7 @@ %%WWWDIR%%/app/services/compare_service.rb %%WWWDIR%%/app/services/create_branch_service.rb %%WWWDIR%%/app/services/create_commit_builds_service.rb +%%WWWDIR%%/app/services/create_deployment_service.rb %%WWWDIR%%/app/services/create_release_service.rb %%WWWDIR%%/app/services/create_snippet_service.rb %%WWWDIR%%/app/services/create_spam_log_service.rb @@ -684,6 +728,7 @@ %%WWWDIR%%/app/services/issues/move_service.rb %%WWWDIR%%/app/services/issues/reopen_service.rb %%WWWDIR%%/app/services/issues/update_service.rb +%%WWWDIR%%/app/services/members/destroy_service.rb %%WWWDIR%%/app/services/merge_requests/add_todo_when_build_fails_service.rb %%WWWDIR%%/app/services/merge_requests/base_service.rb %%WWWDIR%%/app/services/merge_requests/build_service.rb @@ -713,6 +758,7 @@ %%WWWDIR%%/app/services/projects/download_service.rb %%WWWDIR%%/app/services/projects/fork_service.rb %%WWWDIR%%/app/services/projects/housekeeping_service.rb +%%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/transfer_service.rb @@ -760,6 +806,7 @@ %%WWWDIR%%/app/views/admin/applications/index.html.haml %%WWWDIR%%/app/views/admin/applications/new.html.haml %%WWWDIR%%/app/views/admin/applications/show.html.haml +%%WWWDIR%%/app/views/admin/background_jobs/_head.html.haml %%WWWDIR%%/app/views/admin/background_jobs/show.html.haml %%WWWDIR%%/app/views/admin/broadcast_messages/_form.html.haml %%WWWDIR%%/app/views/admin/broadcast_messages/edit.html.haml @@ -767,6 +814,7 @@ %%WWWDIR%%/app/views/admin/broadcast_messages/preview.js.haml %%WWWDIR%%/app/views/admin/builds/_build.html.haml %%WWWDIR%%/app/views/admin/builds/index.html.haml +%%WWWDIR%%/app/views/admin/dashboard/_head.html.haml %%WWWDIR%%/app/views/admin/dashboard/index.html.haml %%WWWDIR%%/app/views/admin/deploy_keys/index.html.haml %%WWWDIR%%/app/views/admin/deploy_keys/new.html.haml @@ -813,6 +861,7 @@ %%WWWDIR%%/app/views/admin/users/new.html.haml %%WWWDIR%%/app/views/admin/users/projects.html.haml %%WWWDIR%%/app/views/admin/users/show.html.haml +%%WWWDIR%%/app/views/award_emoji/_awards_block.html.haml %%WWWDIR%%/app/views/ci/errors/show.haml %%WWWDIR%%/app/views/ci/lints/_create.html.haml %%WWWDIR%%/app/views/ci/lints/show.html.haml @@ -842,9 +891,14 @@ %%WWWDIR%%/app/views/dashboard/todos/index.html.haml %%WWWDIR%%/app/views/devise/confirmations/almost_there.haml %%WWWDIR%%/app/views/devise/confirmations/new.html.haml -%%WWWDIR%%/app/views/devise/mailer/confirmation_instructions.html.erb -%%WWWDIR%%/app/views/devise/mailer/reset_password_instructions.html.erb +%%WWWDIR%%/app/views/devise/mailer/confirmation_instructions.html.haml +%%WWWDIR%%/app/views/devise/mailer/confirmation_instructions.text.erb +%%WWWDIR%%/app/views/devise/mailer/password_change.html.haml +%%WWWDIR%%/app/views/devise/mailer/password_change.text.erb +%%WWWDIR%%/app/views/devise/mailer/reset_password_instructions.html.haml +%%WWWDIR%%/app/views/devise/mailer/reset_password_instructions.text.erb %%WWWDIR%%/app/views/devise/mailer/unlock_instructions.html.haml +%%WWWDIR%%/app/views/devise/mailer/unlock_instructions.text.erb %%WWWDIR%%/app/views/devise/passwords/edit.html.haml %%WWWDIR%%/app/views/devise/passwords/new.html.haml %%WWWDIR%%/app/views/devise/registrations/edit.html.erb @@ -880,6 +934,7 @@ %%WWWDIR%%/app/views/errors/not_found.html.haml %%WWWDIR%%/app/views/errors/omniauth_error.html.haml %%WWWDIR%%/app/views/events/_commit.html.haml +%%WWWDIR%%/app/views/events/_event.atom.builder %%WWWDIR%%/app/views/events/_event.html.haml %%WWWDIR%%/app/views/events/_event_issue.atom.haml %%WWWDIR%%/app/views/events/_event_last_push.html.haml @@ -905,7 +960,6 @@ %%WWWDIR%%/app/views/groups/_shared_projects.html.haml %%WWWDIR%%/app/views/groups/activity.html.haml %%WWWDIR%%/app/views/groups/edit.html.haml -%%WWWDIR%%/app/views/groups/group_members/_group_member.html.haml %%WWWDIR%%/app/views/groups/group_members/_new_group_member.html.haml %%WWWDIR%%/app/views/groups/group_members/index.html.haml %%WWWDIR%%/app/views/groups/group_members/update.js.haml @@ -933,11 +987,13 @@ %%WWWDIR%%/app/views/import/fogbugz/status.html.haml %%WWWDIR%%/app/views/import/github/status.html.haml %%WWWDIR%%/app/views/import/gitlab/status.html.haml +%%WWWDIR%%/app/views/import/gitlab_projects/new.html.haml %%WWWDIR%%/app/views/import/gitorious/status.html.haml %%WWWDIR%%/app/views/import/google_code/new.html.haml %%WWWDIR%%/app/views/import/google_code/new_user_map.html.haml %%WWWDIR%%/app/views/import/google_code/status.html.haml %%WWWDIR%%/app/views/invites/show.html.haml +%%WWWDIR%%/app/views/issues/_issue.atom.builder %%WWWDIR%%/app/views/kaminari/gitlab/_first_page.html.haml %%WWWDIR%%/app/views/kaminari/gitlab/_gap.html.haml %%WWWDIR%%/app/views/kaminari/gitlab/_last_page.html.haml @@ -965,6 +1021,7 @@ %%WWWDIR%%/app/views/layouts/dashboard.html.haml %%WWWDIR%%/app/views/layouts/devise.html.haml %%WWWDIR%%/app/views/layouts/devise_empty.html.haml +%%WWWDIR%%/app/views/layouts/devise_mailer.html.haml %%WWWDIR%%/app/views/layouts/errors.html.haml %%WWWDIR%%/app/views/layouts/explore.html.haml %%WWWDIR%%/app/views/layouts/group.html.haml @@ -973,6 +1030,7 @@ %%WWWDIR%%/app/views/layouts/header/_empty.html.haml %%WWWDIR%%/app/views/layouts/help.html.haml %%WWWDIR%%/app/views/layouts/nav/_admin.html.haml +%%WWWDIR%%/app/views/layouts/nav/_admin_settings.html.haml %%WWWDIR%%/app/views/layouts/nav/_dashboard.html.haml %%WWWDIR%%/app/views/layouts/nav/_explore.html.haml %%WWWDIR%%/app/views/layouts/nav/_group.html.haml @@ -999,18 +1057,22 @@ %%WWWDIR%%/app/views/notify/closed_issue_email.text.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.text.haml -%%WWWDIR%%/app/views/notify/group_access_granted_email.html.haml -%%WWWDIR%%/app/views/notify/group_access_granted_email.text.erb -%%WWWDIR%%/app/views/notify/group_invite_accepted_email.html.haml -%%WWWDIR%%/app/views/notify/group_invite_accepted_email.text.erb -%%WWWDIR%%/app/views/notify/group_invite_declined_email.html.haml -%%WWWDIR%%/app/views/notify/group_invite_declined_email.text.erb -%%WWWDIR%%/app/views/notify/group_member_invited_email.html.haml -%%WWWDIR%%/app/views/notify/group_member_invited_email.text.erb %%WWWDIR%%/app/views/notify/issue_moved_email.html.haml %%WWWDIR%%/app/views/notify/issue_moved_email.text.erb %%WWWDIR%%/app/views/notify/issue_status_changed_email.html.haml %%WWWDIR%%/app/views/notify/issue_status_changed_email.text.erb +%%WWWDIR%%/app/views/notify/member_access_denied_email.html.haml +%%WWWDIR%%/app/views/notify/member_access_denied_email.text.erb +%%WWWDIR%%/app/views/notify/member_access_granted_email.html.haml +%%WWWDIR%%/app/views/notify/member_access_granted_email.text.erb +%%WWWDIR%%/app/views/notify/member_access_requested_email.html.haml +%%WWWDIR%%/app/views/notify/member_access_requested_email.text.erb +%%WWWDIR%%/app/views/notify/member_invite_accepted_email.html.haml +%%WWWDIR%%/app/views/notify/member_invite_accepted_email.text.erb +%%WWWDIR%%/app/views/notify/member_invite_declined_email.html.haml +%%WWWDIR%%/app/views/notify/member_invite_declined_email.text.erb +%%WWWDIR%%/app/views/notify/member_invited_email.html.haml +%%WWWDIR%%/app/views/notify/member_invited_email.text.erb %%WWWDIR%%/app/views/notify/merge_request_status_email.html.haml %%WWWDIR%%/app/views/notify/merge_request_status_email.text.haml %%WWWDIR%%/app/views/notify/merged_merge_request_email.html.haml @@ -1033,16 +1095,12 @@ %%WWWDIR%%/app/views/notify/note_merge_request_email.text.erb %%WWWDIR%%/app/views/notify/note_snippet_email.html.haml %%WWWDIR%%/app/views/notify/note_snippet_email.text.erb -%%WWWDIR%%/app/views/notify/project_access_granted_email.html.haml -%%WWWDIR%%/app/views/notify/project_access_granted_email.text.erb -%%WWWDIR%%/app/views/notify/project_invite_accepted_email.html.haml -%%WWWDIR%%/app/views/notify/project_invite_accepted_email.text.erb -%%WWWDIR%%/app/views/notify/project_invite_declined_email.html.haml -%%WWWDIR%%/app/views/notify/project_invite_declined_email.text.erb -%%WWWDIR%%/app/views/notify/project_member_invited_email.html.haml -%%WWWDIR%%/app/views/notify/project_member_invited_email.text.erb +%%WWWDIR%%/app/views/notify/project_was_exported_email.html.haml +%%WWWDIR%%/app/views/notify/project_was_exported_email.text.erb %%WWWDIR%%/app/views/notify/project_was_moved_email.html.haml %%WWWDIR%%/app/views/notify/project_was_moved_email.text.erb +%%WWWDIR%%/app/views/notify/project_was_not_exported_email.html.haml +%%WWWDIR%%/app/views/notify/project_was_not_exported_email.text.haml %%WWWDIR%%/app/views/notify/reassigned_issue_email.html.haml %%WWWDIR%%/app/views/notify/reassigned_issue_email.text.erb %%WWWDIR%%/app/views/notify/reassigned_merge_request_email.html.haml @@ -1068,13 +1126,14 @@ %%WWWDIR%%/app/views/profiles/notifications/show.html.haml %%WWWDIR%%/app/views/profiles/passwords/edit.html.haml %%WWWDIR%%/app/views/profiles/passwords/new.html.haml +%%WWWDIR%%/app/views/profiles/personal_access_tokens/index.html.haml %%WWWDIR%%/app/views/profiles/preferences/show.html.haml %%WWWDIR%%/app/views/profiles/preferences/update.js.erb %%WWWDIR%%/app/views/profiles/show.html.haml %%WWWDIR%%/app/views/profiles/two_factor_auths/_codes.html.haml %%WWWDIR%%/app/views/profiles/two_factor_auths/codes.html.haml %%WWWDIR%%/app/views/profiles/two_factor_auths/create.html.haml -%%WWWDIR%%/app/views/profiles/two_factor_auths/new.html.haml +%%WWWDIR%%/app/views/profiles/two_factor_auths/show.html.haml %%WWWDIR%%/app/views/profiles/update_username.js.haml %%WWWDIR%%/app/views/projects/_activity.html.haml %%WWWDIR%%/app/views/projects/_bitbucket_import_modal.html.haml @@ -1089,6 +1148,7 @@ %%WWWDIR%%/app/views/projects/_last_commit.html.haml %%WWWDIR%%/app/views/projects/_last_push.html.haml %%WWWDIR%%/app/views/projects/_md_preview.html.haml +%%WWWDIR%%/app/views/projects/_merge_request_settings.html.haml %%WWWDIR%%/app/views/projects/_readme.html.haml %%WWWDIR%%/app/views/projects/_zen.html.haml %%WWWDIR%%/app/views/projects/activity.html.haml @@ -1101,7 +1161,6 @@ %%WWWDIR%%/app/views/projects/blob/_blob.html.haml %%WWWDIR%%/app/views/projects/blob/_download.html.haml %%WWWDIR%%/app/views/projects/blob/_editor.html.haml -%%WWWDIR%%/app/views/projects/blob/_header_title.html.haml %%WWWDIR%%/app/views/projects/blob/_image.html.haml %%WWWDIR%%/app/views/projects/blob/_new_dir.html.haml %%WWWDIR%%/app/views/projects/blob/_remove.html.haml @@ -1114,46 +1173,47 @@ %%WWWDIR%%/app/views/projects/blob/show.html.haml %%WWWDIR%%/app/views/projects/branches/_branch.html.haml %%WWWDIR%%/app/views/projects/branches/_commit.html.haml -%%WWWDIR%%/app/views/projects/branches/destroy.js.haml %%WWWDIR%%/app/views/projects/branches/index.html.haml %%WWWDIR%%/app/views/projects/branches/new.html.haml -%%WWWDIR%%/app/views/projects/builds/_header_title.html.haml +%%WWWDIR%%/app/views/projects/builds/_header.html.haml +%%WWWDIR%%/app/views/projects/builds/_sidebar.html.haml +%%WWWDIR%%/app/views/projects/builds/_user.html.haml %%WWWDIR%%/app/views/projects/builds/index.html.haml %%WWWDIR%%/app/views/projects/builds/show.html.haml %%WWWDIR%%/app/views/projects/buttons/_download.html.haml %%WWWDIR%%/app/views/projects/buttons/_dropdown.html.haml %%WWWDIR%%/app/views/projects/buttons/_fork.html.haml -%%WWWDIR%%/app/views/projects/buttons/_notifications.html.haml %%WWWDIR%%/app/views/projects/buttons/_star.html.haml %%WWWDIR%%/app/views/projects/ci/builds/_build.html.haml -%%WWWDIR%%/app/views/projects/ci/commits/_commit.html.haml +%%WWWDIR%%/app/views/projects/ci/pipelines/_pipeline.html.haml %%WWWDIR%%/app/views/projects/commit/_builds.html.haml %%WWWDIR%%/app/views/projects/commit/_change.html.haml -%%WWWDIR%%/app/views/projects/commit/_ci_commit.html.haml %%WWWDIR%%/app/views/projects/commit/_ci_menu.html.haml %%WWWDIR%%/app/views/projects/commit/_ci_stage.html.haml %%WWWDIR%%/app/views/projects/commit/_commit_box.html.haml +%%WWWDIR%%/app/views/projects/commit/_pipeline.html.haml %%WWWDIR%%/app/views/projects/commit/branches.html.haml %%WWWDIR%%/app/views/projects/commit/builds.html.haml %%WWWDIR%%/app/views/projects/commit/show.html.haml +%%WWWDIR%%/app/views/projects/commits/_commit.atom.builder %%WWWDIR%%/app/views/projects/commits/_commit.html.haml %%WWWDIR%%/app/views/projects/commits/_commit_list.html.haml %%WWWDIR%%/app/views/projects/commits/_commits.html.haml %%WWWDIR%%/app/views/projects/commits/_head.html.haml -%%WWWDIR%%/app/views/projects/commits/_header_title.html.haml %%WWWDIR%%/app/views/projects/commits/_inline_commit.html.haml %%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/index.html.haml %%WWWDIR%%/app/views/projects/compare/show.html.haml -%%WWWDIR%%/app/views/projects/container_registry/_header_title.html.haml %%WWWDIR%%/app/views/projects/container_registry/_tag.html.haml %%WWWDIR%%/app/views/projects/container_registry/index.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/_deploy_key.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/_form.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/index.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/new.html.haml +%%WWWDIR%%/app/views/projects/deployments/_commit.html.haml +%%WWWDIR%%/app/views/projects/deployments/_deployment.html.haml %%WWWDIR%%/app/views/projects/diffs/_diffs.html.haml %%WWWDIR%%/app/views/projects/diffs/_file.html.haml %%WWWDIR%%/app/views/projects/diffs/_image.html.haml @@ -1166,6 +1226,12 @@ %%WWWDIR%%/app/views/projects/diffs/_warning.html.haml %%WWWDIR%%/app/views/projects/edit.html.haml %%WWWDIR%%/app/views/projects/empty.html.haml +%%WWWDIR%%/app/views/projects/environments/_environment.html.haml +%%WWWDIR%%/app/views/projects/environments/_form.html.haml +%%WWWDIR%%/app/views/projects/environments/_header_title.html.haml +%%WWWDIR%%/app/views/projects/environments/index.html.haml +%%WWWDIR%%/app/views/projects/environments/new.html.haml +%%WWWDIR%%/app/views/projects/environments/show.html.haml %%WWWDIR%%/app/views/projects/find_file/show.html.haml %%WWWDIR%%/app/views/projects/forks/_projects.html.haml %%WWWDIR%%/app/views/projects/forks/error.html.haml @@ -1173,7 +1239,6 @@ %%WWWDIR%%/app/views/projects/forks/new.html.haml %%WWWDIR%%/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml %%WWWDIR%%/app/views/projects/graphs/_head.html.haml -%%WWWDIR%%/app/views/projects/graphs/_header_title.html.haml %%WWWDIR%%/app/views/projects/graphs/ci.html.haml %%WWWDIR%%/app/views/projects/graphs/ci/_build_times.haml %%WWWDIR%%/app/views/projects/graphs/ci/_builds.haml @@ -1189,7 +1254,7 @@ %%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml %%WWWDIR%%/app/views/projects/issues/_discussion.html.haml %%WWWDIR%%/app/views/projects/issues/_form.html.haml -%%WWWDIR%%/app/views/projects/issues/_header_title.html.haml +%%WWWDIR%%/app/views/projects/issues/_head.html.haml %%WWWDIR%%/app/views/projects/issues/_issue.html.haml %%WWWDIR%%/app/views/projects/issues/_issues.html.haml %%WWWDIR%%/app/views/projects/issues/_merge_requests.html.haml @@ -1201,7 +1266,6 @@ %%WWWDIR%%/app/views/projects/issues/new.html.haml %%WWWDIR%%/app/views/projects/issues/show.html.haml %%WWWDIR%%/app/views/projects/labels/_form.html.haml -%%WWWDIR%%/app/views/projects/labels/_header_title.html.haml %%WWWDIR%%/app/views/projects/labels/_label.html.haml %%WWWDIR%%/app/views/projects/labels/destroy.js.haml %%WWWDIR%%/app/views/projects/labels/edit.html.haml @@ -1209,8 +1273,6 @@ %%WWWDIR%%/app/views/projects/labels/new.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_discussion.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_form.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/_head.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/_header_title.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_merge_request.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_merge_requests.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_new_compare.html.haml @@ -1244,6 +1306,7 @@ %%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/open/_merge_when_build_succeeds.html.haml @@ -1251,9 +1314,9 @@ %%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/_wip.html.haml %%WWWDIR%%/app/views/projects/milestones/_form.html.haml -%%WWWDIR%%/app/views/projects/milestones/_header_title.html.haml %%WWWDIR%%/app/views/projects/milestones/_milestone.html.haml %%WWWDIR%%/app/views/projects/milestones/edit.html.haml %%WWWDIR%%/app/views/projects/milestones/index.html.haml @@ -1277,15 +1340,13 @@ %%WWWDIR%%/app/views/projects/notes/_notes_with_form.html.haml %%WWWDIR%%/app/views/projects/notes/discussions/_diff_with_notes.html.haml %%WWWDIR%%/app/views/projects/notes/discussions/_notes.html.haml -%%WWWDIR%%/app/views/projects/pipelines/_header_title.html.haml +%%WWWDIR%%/app/views/projects/pipelines/_head.html.haml %%WWWDIR%%/app/views/projects/pipelines/_info.html.haml %%WWWDIR%%/app/views/projects/pipelines/index.html.haml %%WWWDIR%%/app/views/projects/pipelines/new.html.haml %%WWWDIR%%/app/views/projects/pipelines/show.html.haml %%WWWDIR%%/app/views/projects/project_members/_group_members.html.haml -%%WWWDIR%%/app/views/projects/project_members/_header_title.html.haml %%WWWDIR%%/app/views/projects/project_members/_new_project_member.html.haml -%%WWWDIR%%/app/views/projects/project_members/_project_member.html.haml %%WWWDIR%%/app/views/projects/project_members/_shared_group_members.html.haml %%WWWDIR%%/app/views/projects/project_members/_team.html.haml %%WWWDIR%%/app/views/projects/project_members/import.html.haml @@ -1311,7 +1372,6 @@ %%WWWDIR%%/app/views/projects/show.atom.builder %%WWWDIR%%/app/views/projects/show.html.haml %%WWWDIR%%/app/views/projects/snippets/_actions.html.haml -%%WWWDIR%%/app/views/projects/snippets/_header_title.html.haml %%WWWDIR%%/app/views/projects/snippets/edit.html.haml %%WWWDIR%%/app/views/projects/snippets/index.html.haml %%WWWDIR%%/app/views/projects/snippets/new.html.haml @@ -1341,7 +1401,6 @@ %%WWWDIR%%/app/views/projects/variables/index.html.haml %%WWWDIR%%/app/views/projects/variables/show.html.haml %%WWWDIR%%/app/views/projects/wikis/_form.html.haml -%%WWWDIR%%/app/views/projects/wikis/_header_title.html.haml %%WWWDIR%%/app/views/projects/wikis/_main_links.html.haml %%WWWDIR%%/app/views/projects/wikis/_nav.html.haml %%WWWDIR%%/app/views/projects/wikis/_new.html.haml @@ -1400,6 +1459,18 @@ %%WWWDIR%%/app/views/shared/_visibility_radios.html.haml %%WWWDIR%%/app/views/shared/groups/_group.html.haml %%WWWDIR%%/app/views/shared/groups/_list.html.haml +%%WWWDIR%%/app/views/shared/icons/_activity.svg +%%WWWDIR%%/app/views/shared/icons/_commits.svg +%%WWWDIR%%/app/views/shared/icons/_contributionanalytics.svg +%%WWWDIR%%/app/views/shared/icons/_files.svg +%%WWWDIR%%/app/views/shared/icons/_group.svg +%%WWWDIR%%/app/views/shared/icons/_issues.svg +%%WWWDIR%%/app/views/shared/icons/_members.svg +%%WWWDIR%%/app/views/shared/icons/_milestones.svg +%%WWWDIR%%/app/views/shared/icons/_mr.svg +%%WWWDIR%%/app/views/shared/icons/_pipelines.svg +%%WWWDIR%%/app/views/shared/icons/_project.svg +%%WWWDIR%%/app/views/shared/icons/_wiki.svg %%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 @@ -1410,6 +1481,9 @@ %%WWWDIR%%/app/views/shared/issuable/_participants.html.haml %%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml +%%WWWDIR%%/app/views/shared/members/_access_request_buttons.html.haml +%%WWWDIR%%/app/views/shared/members/_member.html.haml +%%WWWDIR%%/app/views/shared/members/_requests.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuable.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuables.html.haml %%WWWDIR%%/app/views/shared/milestones/_issues_tab.html.haml @@ -1420,6 +1494,9 @@ %%WWWDIR%%/app/views/shared/milestones/_summary.html.haml %%WWWDIR%%/app/views/shared/milestones/_tabs.html.haml %%WWWDIR%%/app/views/shared/milestones/_top.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 %%WWWDIR%%/app/views/shared/projects/_dropdown.html.haml %%WWWDIR%%/app/views/shared/projects/_list.html.haml %%WWWDIR%%/app/views/shared/projects/_project.html.haml @@ -1427,6 +1504,7 @@ %%WWWDIR%%/app/views/shared/snippets/_form.html.haml %%WWWDIR%%/app/views/shared/snippets/_header.html.haml %%WWWDIR%%/app/views/shared/snippets/_snippet.html.haml +%%WWWDIR%%/app/views/shared/web_hooks/_form.html.haml %%WWWDIR%%/app/views/sherlock/file_samples/show.html.haml %%WWWDIR%%/app/views/sherlock/queries/_backtrace.html.haml %%WWWDIR%%/app/views/sherlock/queries/_general.html.haml @@ -1442,17 +1520,20 @@ %%WWWDIR%%/app/views/snippets/index.html.haml %%WWWDIR%%/app/views/snippets/new.html.haml %%WWWDIR%%/app/views/snippets/show.html.haml +%%WWWDIR%%/app/views/u2f/_authenticate.html.haml +%%WWWDIR%%/app/views/u2f/_register.html.haml %%WWWDIR%%/app/views/users/_groups.html.haml %%WWWDIR%%/app/views/users/calendar.html.haml %%WWWDIR%%/app/views/users/calendar_activities.html.haml %%WWWDIR%%/app/views/users/show.atom.builder %%WWWDIR%%/app/views/users/show.html.haml -%%WWWDIR%%/app/views/votes/_votes_block.html.haml %%WWWDIR%%/app/workers/admin_email_worker.rb %%WWWDIR%%/app/workers/build_email_worker.rb %%WWWDIR%%/app/workers/delete_user_worker.rb %%WWWDIR%%/app/workers/email_receiver_worker.rb %%WWWDIR%%/app/workers/emails_on_push_worker.rb +%%WWWDIR%%/app/workers/expire_build_artifacts_worker.rb +%%WWWDIR%%/app/workers/gitlab_remove_project_export_worker.rb %%WWWDIR%%/app/workers/gitlab_shell_one_shot_worker.rb %%WWWDIR%%/app/workers/gitlab_shell_worker.rb %%WWWDIR%%/app/workers/irker_worker.rb @@ -1461,6 +1542,7 @@ %%WWWDIR%%/app/workers/post_receive.rb %%WWWDIR%%/app/workers/project_cache_worker.rb %%WWWDIR%%/app/workers/project_destroy_worker.rb +%%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/repository_archive_cache_worker.rb @@ -1495,6 +1577,7 @@ %%WWWDIR%%/config/database.yml.env %%WWWDIR%%/config/database.yml.mysql %%WWWDIR%%/config/database.yml.postgresql +%%WWWDIR%%/config/dependency_decisions.yml %%WWWDIR%%/config/environment.rb %%WWWDIR%%/config/environments/development.rb %%WWWDIR%%/config/environments/production.rb @@ -1509,12 +1592,12 @@ %%WWWDIR%%/config/initializers/backtrace_silencers.rb %%WWWDIR%%/config/initializers/bullet.rb %%WWWDIR%%/config/initializers/carrierwave.rb +%%WWWDIR%%/config/initializers/chronic_duration.rb %%WWWDIR%%/config/initializers/connection_fix.rb %%WWWDIR%%/config/initializers/cookies_serializer.rb %%WWWDIR%%/config/initializers/date_time_formats.rb %%WWWDIR%%/config/initializers/default_url_options.rb %%WWWDIR%%/config/initializers/devise.rb -%%WWWDIR%%/config/initializers/devise_async.rb %%WWWDIR%%/config/initializers/devise_password_length.rb.example %%WWWDIR%%/config/initializers/disable_email_interceptor.rb %%WWWDIR%%/config/initializers/doorkeeper.rb @@ -1546,6 +1629,7 @@ %%WWWDIR%%/config/initializers/time_zone.rb %%WWWDIR%%/config/initializers/trusted_proxies.rb %%WWWDIR%%/config/initializers/wrap_parameters.rb +%%WWWDIR%%/config/license_finder.yml %%WWWDIR%%/config/locales/devise.en.yml %%WWWDIR%%/config/locales/doorkeeper.en.yml %%WWWDIR%%/config/locales/en.yml @@ -1566,6 +1650,7 @@ %%WWWDIR%%/db/fixtures/development/12_snippets.rb %%WWWDIR%%/db/fixtures/development/13_comments.rb %%WWWDIR%%/db/fixtures/development/14_builds.rb +%%WWWDIR%%/db/fixtures/development/15_award_emoji.rb %%WWWDIR%%/db/fixtures/production/001_admin.rb %%WWWDIR%%/db/fixtures/test/001_repo.rb %%WWWDIR%%/db/migrate/20121220064453_init_schema.rb @@ -1867,6 +1952,8 @@ %%WWWDIR%%/db/migrate/20160309140734_fix_todos.rb %%WWWDIR%%/db/migrate/20160310124959_add_due_date_to_issues.rb %%WWWDIR%%/db/migrate/20160310185910_add_external_flag_to_users.rb +%%WWWDIR%%/db/migrate/20160314094147_add_priority_to_label.rb +%%WWWDIR%%/db/migrate/20160314114439_add_requested_at_to_members.rb %%WWWDIR%%/db/migrate/20160314143402_projects_add_pushes_since_gc.rb %%WWWDIR%%/db/migrate/20160315135439_project_add_repository_check.rb %%WWWDIR%%/db/migrate/20160316123110_ci_runners_token_index.rb @@ -1887,17 +1974,47 @@ %%WWWDIR%%/db/migrate/20160412173417_update_ci_commit.rb %%WWWDIR%%/db/migrate/20160412173418_add_ci_commit_indexes.rb %%WWWDIR%%/db/migrate/20160413115152_add_token_to_web_hooks.rb +%%WWWDIR%%/db/migrate/20160415062917_create_personal_access_tokens.rb %%WWWDIR%%/db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb +%%WWWDIR%%/db/migrate/20160416180807_add_award_emoji.rb +%%WWWDIR%%/db/migrate/20160416182152_convert_award_note_to_emoji_award.rb %%WWWDIR%%/db/migrate/20160419120017_add_metrics_packet_size.rb +%%WWWDIR%%/db/migrate/20160419122101_add_only_allow_merge_if_build_succeeds_to_projects.rb %%WWWDIR%%/db/migrate/20160421130527_disable_repository_checks.rb +%%WWWDIR%%/db/migrate/20160425045124_create_u2f_registrations.rb %%WWWDIR%%/db/migrate/20160504091942_add_disabled_oauth_sign_in_sources_to_application_settings.rb %%WWWDIR%%/db/migrate/20160504112519_add_run_untagged_to_ci_runner.rb %%WWWDIR%%/db/migrate/20160508194200_remove_wall_enabled_from_projects.rb %%WWWDIR%%/db/migrate/20160508215820_add_type_to_notes.rb %%WWWDIR%%/db/migrate/20160508221410_set_type_on_legacy_diff_notes.rb +%%WWWDIR%%/db/migrate/20160509091049_add_locked_to_ci_runner.rb %%WWWDIR%%/db/migrate/20160509201028_add_health_check_access_token_to_application_settings.rb %%WWWDIR%%/db/migrate/20160516174813_add_send_user_confirmation_email_to_application_settings.rb +%%WWWDIR%%/db/migrate/20160518200441_add_artifacts_expire_date_to_ci_builds.rb +%%WWWDIR%%/db/migrate/20160525205328_remove_main_language_from_projects.rb +%%WWWDIR%%/db/migrate/20160527020117_remove_notification_settings_for_deleted_projects.rb +%%WWWDIR%%/db/migrate/20160528043124_add_users_state_index.rb %%WWWDIR%%/db/migrate/20160530150109_add_container_registry_token_expire_delay_to_application_settings.rb +%%WWWDIR%%/db/migrate/20160603075128_add_has_external_issue_tracker_to_projects.rb +%%WWWDIR%%/db/migrate/20160603180330_remove_duplicated_notification_settings.rb +%%WWWDIR%%/db/migrate/20160603182247_add_index_to_notification_settings.rb +%%WWWDIR%%/db/migrate/20160608155312_add_after_sign_up_text_to_application_settings.rb +%%WWWDIR%%/db/migrate/20160610140403_remove_notification_setting_not_null_constraints.rb +%%WWWDIR%%/db/migrate/20160610194713_remove_deprecated_issues_tracker_columns_from_projects.rb +%%WWWDIR%%/db/migrate/20160610201627_migrate_users_notification_level.rb +%%WWWDIR%%/db/migrate/20160610204157_add_deployments.rb +%%WWWDIR%%/db/migrate/20160610204158_add_environments.rb +%%WWWDIR%%/db/migrate/20160610211845_add_environment_to_builds.rb +%%WWWDIR%%/db/migrate/20160610301627_remove_notification_level_from_users.rb +%%WWWDIR%%/db/migrate/20160615142710_add_index_on_requested_at_to_members.rb +%%WWWDIR%%/db/migrate/20160615191922_set_missing_stage_on_ci_builds.rb +%%WWWDIR%%/db/migrate/20160616084004_change_project_of_environment.rb +%%WWWDIR%%/db/migrate/20160616102642_remove_duplicated_keys.rb +%%WWWDIR%%/db/migrate/20160616103005_remove_keys_fingerprint_index_if_exists.rb +%%WWWDIR%%/db/migrate/20160616103948_add_unique_index_to_keys_fingerprint.rb +%%WWWDIR%%/db/migrate/20160617301627_add_events_to_notification_settings.rb +%%WWWDIR%%/db/migrate/20160620115026_add_index_on_runners_locked.rb +%%WWWDIR%%/db/migrate/20160703180340_add_index_on_award_emoji_user_and_name.rb %%WWWDIR%%/db/migrate/limits_to_mysql.rb %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb @@ -1913,15 +2030,23 @@ %%WWWDIR%%/doc/administration/high_availability/nfs.md %%WWWDIR%%/doc/administration/high_availability/redis.md %%WWWDIR%%/doc/administration/housekeeping.md +%%WWWDIR%%/doc/administration/img/high_availability/active-active-diagram.png +%%WWWDIR%%/doc/administration/img/high_availability/active-passive-diagram.png %%WWWDIR%%/doc/administration/img/housekeeping_settings.png +%%WWWDIR%%/doc/administration/logs.md +%%WWWDIR%%/doc/administration/raketasks/project_import_export.md %%WWWDIR%%/doc/administration/repository_checks.md %%WWWDIR%%/doc/administration/restart_gitlab.md %%WWWDIR%%/doc/administration/troubleshooting/sidekiq.md %%WWWDIR%%/doc/api/README.md +%%WWWDIR%%/doc/api/award_emoji.md %%WWWDIR%%/doc/api/branches.md %%WWWDIR%%/doc/api/build_triggers.md %%WWWDIR%%/doc/api/build_variables.md %%WWWDIR%%/doc/api/builds.md +%%WWWDIR%%/doc/api/ci/README.md +%%WWWDIR%%/doc/api/ci/builds.md +%%WWWDIR%%/doc/api/ci/runners.md %%WWWDIR%%/doc/api/commits.md %%WWWDIR%%/doc/api/deploy_key_multiple_projects.md %%WWWDIR%%/doc/api/deploy_keys.md @@ -1943,6 +2068,7 @@ %%WWWDIR%%/doc/api/services.md %%WWWDIR%%/doc/api/session.md %%WWWDIR%%/doc/api/settings.md +%%WWWDIR%%/doc/api/sidekiq_metrics.md %%WWWDIR%%/doc/api/system_hooks.md %%WWWDIR%%/doc/api/tags.md %%WWWDIR%%/doc/api/users.md @@ -1957,19 +2083,23 @@ %%WWWDIR%%/doc/ci/docker/using_docker_build.md %%WWWDIR%%/doc/ci/docker/using_docker_images.md %%WWWDIR%%/doc/ci/enable_or_disable_ci.md +%%WWWDIR%%/doc/ci/environments.md %%WWWDIR%%/doc/ci/examples/README.md %%WWWDIR%%/doc/ci/examples/deployment/README.md %%WWWDIR%%/doc/ci/examples/php.md %%WWWDIR%%/doc/ci/examples/test-and-deploy-python-application-to-heroku.md %%WWWDIR%%/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md %%WWWDIR%%/doc/ci/examples/test-clojure-application.md +%%WWWDIR%%/doc/ci/examples/test-scala-application.md %%WWWDIR%%/doc/ci/img/builds_tab.png %%WWWDIR%%/doc/ci/img/features_settings.png %%WWWDIR%%/doc/ci/permissions/README.md +%%WWWDIR%%/doc/ci/pipelines.md %%WWWDIR%%/doc/ci/quick_start/README.md %%WWWDIR%%/doc/ci/quick_start/img/build_log.png %%WWWDIR%%/doc/ci/quick_start/img/builds_status.png %%WWWDIR%%/doc/ci/quick_start/img/new_commit.png +%%WWWDIR%%/doc/ci/quick_start/img/pipelines_status.png %%WWWDIR%%/doc/ci/quick_start/img/runners_activated.png %%WWWDIR%%/doc/ci/quick_start/img/single_commit_status_pending.png %%WWWDIR%%/doc/ci/quick_start/img/status_pending.png @@ -2010,6 +2140,7 @@ %%WWWDIR%%/doc/development/gitlab_diagram_overview.png %%WWWDIR%%/doc/development/gotchas.md %%WWWDIR%%/doc/development/instrumentation.md +%%WWWDIR%%/doc/development/licensing.md %%WWWDIR%%/doc/development/migration_style_guide.md %%WWWDIR%%/doc/development/omnibus.md %%WWWDIR%%/doc/development/performance.md @@ -2157,13 +2288,17 @@ %%WWWDIR%%/doc/permissions/permissions.md %%WWWDIR%%/doc/profile/2fa.png %%WWWDIR%%/doc/profile/2fa_auth.png +%%WWWDIR%%/doc/profile/2fa_u2f_authenticate.png +%%WWWDIR%%/doc/profile/2fa_u2f_register.png %%WWWDIR%%/doc/profile/README.md %%WWWDIR%%/doc/profile/preferences.md %%WWWDIR%%/doc/profile/two_factor_authentication.md %%WWWDIR%%/doc/project_services/bamboo.md %%WWWDIR%%/doc/project_services/builds_emails.md +%%WWWDIR%%/doc/project_services/emails_on_push.md %%WWWDIR%%/doc/project_services/hipchat.md %%WWWDIR%%/doc/project_services/img/builds_emails_service.png +%%WWWDIR%%/doc/project_services/img/emails_on_push_service.png %%WWWDIR%%/doc/project_services/img/jira_add_gitlab_commit_message.png %%WWWDIR%%/doc/project_services/img/jira_add_user_to_group.png %%WWWDIR%%/doc/project_services/img/jira_create_new_group.png @@ -2263,15 +2398,38 @@ %%WWWDIR%%/doc/update/8.5-to-8.6.md %%WWWDIR%%/doc/update/8.6-to-8.7.md %%WWWDIR%%/doc/update/8.7-to-8.8.md +%%WWWDIR%%/doc/update/8.8-to-8.9.md %%WWWDIR%%/doc/update/README.md %%WWWDIR%%/doc/update/mysql_to_postgresql.md %%WWWDIR%%/doc/update/patch_versions.md %%WWWDIR%%/doc/update/restore_after_failure.md %%WWWDIR%%/doc/update/upgrader.md +%%WWWDIR%%/doc/user/project/img/labels_assign_label_in_new_issue.png +%%WWWDIR%%/doc/user/project/img/labels_assign_label_sidebar.png +%%WWWDIR%%/doc/user/project/img/labels_assign_label_sidebar_saved.png +%%WWWDIR%%/doc/user/project/img/labels_default.png +%%WWWDIR%%/doc/user/project/img/labels_description_tooltip.png +%%WWWDIR%%/doc/user/project/img/labels_filter.png +%%WWWDIR%%/doc/user/project/img/labels_filter_by_priority.png +%%WWWDIR%%/doc/user/project/img/labels_generate.png +%%WWWDIR%%/doc/user/project/img/labels_new_label.png +%%WWWDIR%%/doc/user/project/img/labels_new_label_on_the_fly.png +%%WWWDIR%%/doc/user/project/img/labels_new_label_on_the_fly_create.png +%%WWWDIR%%/doc/user/project/img/labels_prioritize.png +%%WWWDIR%%/doc/user/project/img/labels_subscribe.png +%%WWWDIR%%/doc/user/project/labels.md +%%WWWDIR%%/doc/user/project/settings/img/import_export_download_export.png +%%WWWDIR%%/doc/user/project/settings/img/import_export_export_button.png +%%WWWDIR%%/doc/user/project/settings/img/import_export_mail_link.png +%%WWWDIR%%/doc/user/project/settings/img/import_export_new_project.png +%%WWWDIR%%/doc/user/project/settings/img/import_export_select_file.png +%%WWWDIR%%/doc/user/project/settings/img/settings_edit_button.png +%%WWWDIR%%/doc/user/project/settings/import_export.md %%WWWDIR%%/doc/web_hooks/ssl.png %%WWWDIR%%/doc/web_hooks/web_hooks.md %%WWWDIR%%/doc/workflow/README.md %%WWWDIR%%/doc/workflow/add-user/add-user.md +%%WWWDIR%%/doc/workflow/add-user/img/access_requests_management.png %%WWWDIR%%/doc/workflow/add-user/img/add_new_user_to_project_settings.png %%WWWDIR%%/doc/workflow/add-user/img/add_user_email_accept.png %%WWWDIR%%/doc/workflow/add-user/img/add_user_email_ready.png @@ -2282,6 +2440,8 @@ %%WWWDIR%%/doc/workflow/add-user/img/add_user_list_members.png %%WWWDIR%%/doc/workflow/add-user/img/add_user_members_menu.png %%WWWDIR%%/doc/workflow/add-user/img/add_user_search_people.png +%%WWWDIR%%/doc/workflow/add-user/img/request_access_button.png +%%WWWDIR%%/doc/workflow/add-user/img/withdraw_access_request_button.png %%WWWDIR%%/doc/workflow/authorization_for_merge_requests.md %%WWWDIR%%/doc/workflow/award_emoji.md %%WWWDIR%%/doc/workflow/award_emoji.png @@ -2301,6 +2461,7 @@ %%WWWDIR%%/doc/workflow/gitlab_flow.png %%WWWDIR%%/doc/workflow/good_commit.png %%WWWDIR%%/doc/workflow/groups.md +%%WWWDIR%%/doc/workflow/groups/access_requests_management.png %%WWWDIR%%/doc/workflow/groups/add_member_to_group.png %%WWWDIR%%/doc/workflow/groups/group_dashboard.png %%WWWDIR%%/doc/workflow/groups/group_with_two_projects.png @@ -2310,8 +2471,12 @@ %%WWWDIR%%/doc/workflow/groups/other_group_sees_shared_project.png %%WWWDIR%%/doc/workflow/groups/override_access_level.png %%WWWDIR%%/doc/workflow/groups/project_members_via_group.png +%%WWWDIR%%/doc/workflow/groups/request_access_button.png %%WWWDIR%%/doc/workflow/groups/share_project_with_groups.png %%WWWDIR%%/doc/workflow/groups/transfer_project.png +%%WWWDIR%%/doc/workflow/groups/withdraw_access_request_button.png +%%WWWDIR%%/doc/workflow/img/award_emoji_comment_awarded.png +%%WWWDIR%%/doc/workflow/img/award_emoji_comment_picker.png %%WWWDIR%%/doc/workflow/img/award_emoji_select.png %%WWWDIR%%/doc/workflow/img/award_emoji_votes_least_popular.png %%WWWDIR%%/doc/workflow/img/award_emoji_votes_most_popular.png @@ -2330,8 +2495,11 @@ %%WWWDIR%%/doc/workflow/img/revert_changes_commit_modal.png %%WWWDIR%%/doc/workflow/img/revert_changes_mr.png %%WWWDIR%%/doc/workflow/img/revert_changes_mr_modal.png +%%WWWDIR%%/doc/workflow/img/todo_list_item.png +%%WWWDIR%%/doc/workflow/img/todos_add_todo_sidebar.png %%WWWDIR%%/doc/workflow/img/todos_icon.png %%WWWDIR%%/doc/workflow/img/todos_index.png +%%WWWDIR%%/doc/workflow/img/todos_mark_done_sidebar.png %%WWWDIR%%/doc/workflow/img/web_editor_new_branch_dropdown.png %%WWWDIR%%/doc/workflow/img/web_editor_new_branch_page.png %%WWWDIR%%/doc/workflow/img/web_editor_new_directory_dialog.png @@ -2364,9 +2532,6 @@ %%WWWDIR%%/doc/workflow/importing/import_projects_from_gitlab_com.md %%WWWDIR%%/doc/workflow/importing/migrating_from_svn.md %%WWWDIR%%/doc/workflow/labels.md -%%WWWDIR%%/doc/workflow/labels/label1.png -%%WWWDIR%%/doc/workflow/labels/label2.png -%%WWWDIR%%/doc/workflow/labels/label3.png %%WWWDIR%%/doc/workflow/lfs/lfs_administration.md %%WWWDIR%%/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md %%WWWDIR%%/doc/workflow/merge_commits.png @@ -2375,6 +2540,7 @@ %%WWWDIR%%/doc/workflow/merge_requests/commit_compare.png %%WWWDIR%%/doc/workflow/merge_requests/merge_request_diff.png %%WWWDIR%%/doc/workflow/merge_requests/merge_request_diff_without_whitespace.png +%%WWWDIR%%/doc/workflow/merge_requests/only_allow_merge_if_build_succeeds.png %%WWWDIR%%/doc/workflow/merge_when_build_succeeds.md %%WWWDIR%%/doc/workflow/merge_when_build_succeeds/enable.png %%WWWDIR%%/doc/workflow/merge_when_build_succeeds/status.png @@ -2600,6 +2766,7 @@ %%WWWDIR%%/features/steps/shared/project_tab.rb %%WWWDIR%%/features/steps/shared/search.rb %%WWWDIR%%/features/steps/shared/shortcuts.rb +%%WWWDIR%%/features/steps/shared/sidebar_active_tab.rb %%WWWDIR%%/features/steps/shared/snippet.rb %%WWWDIR%%/features/steps/shared/user.rb %%WWWDIR%%/features/steps/snippet_search.rb @@ -2621,6 +2788,7 @@ %%WWWDIR%%/generator_templates/active_record/migration/migration.rb %%WWWDIR%%/lib/api/api.rb %%WWWDIR%%/lib/api/api_guard.rb +%%WWWDIR%%/lib/api/award_emoji.rb %%WWWDIR%%/lib/api/branches.rb %%WWWDIR%%/lib/api/builds.rb %%WWWDIR%%/lib/api/commit_statuses.rb @@ -2628,7 +2796,6 @@ %%WWWDIR%%/lib/api/deploy_keys.rb %%WWWDIR%%/lib/api/entities.rb %%WWWDIR%%/lib/api/files.rb -%%WWWDIR%%/lib/api/gitignores.rb %%WWWDIR%%/lib/api/group_members.rb %%WWWDIR%%/lib/api/groups.rb %%WWWDIR%%/lib/api/helpers.rb @@ -2650,13 +2817,14 @@ %%WWWDIR%%/lib/api/services.rb %%WWWDIR%%/lib/api/session.rb %%WWWDIR%%/lib/api/settings.rb +%%WWWDIR%%/lib/api/sidekiq_metrics.rb %%WWWDIR%%/lib/api/subscriptions.rb %%WWWDIR%%/lib/api/system_hooks.rb %%WWWDIR%%/lib/api/tags.rb +%%WWWDIR%%/lib/api/templates.rb %%WWWDIR%%/lib/api/triggers.rb %%WWWDIR%%/lib/api/users.rb %%WWWDIR%%/lib/api/variables.rb -%%WWWDIR%%/lib/award_emoji.rb %%WWWDIR%%/lib/backup/artifacts.rb %%WWWDIR%%/lib/backup/builds.rb %%WWWDIR%%/lib/backup/database.rb @@ -2686,7 +2854,6 @@ %%WWWDIR%%/lib/banzai/filter/milestone_reference_filter.rb %%WWWDIR%%/lib/banzai/filter/redactor_filter.rb %%WWWDIR%%/lib/banzai/filter/reference_filter.rb -%%WWWDIR%%/lib/banzai/filter/reference_gatherer_filter.rb %%WWWDIR%%/lib/banzai/filter/relative_link_filter.rb %%WWWDIR%%/lib/banzai/filter/sanitization_filter.rb %%WWWDIR%%/lib/banzai/filter/snippet_reference_filter.rb @@ -2696,9 +2863,11 @@ %%WWWDIR%%/lib/banzai/filter/upload_link_filter.rb %%WWWDIR%%/lib/banzai/filter/user_reference_filter.rb %%WWWDIR%%/lib/banzai/filter/wiki_link_filter.rb +%%WWWDIR%%/lib/banzai/filter/wiki_link_filter/rewriter.rb %%WWWDIR%%/lib/banzai/filter/yaml_front_matter_filter.rb %%WWWDIR%%/lib/banzai/filter_array.rb -%%WWWDIR%%/lib/banzai/lazy_reference.rb +%%WWWDIR%%/lib/banzai/note_renderer.rb +%%WWWDIR%%/lib/banzai/object_renderer.rb %%WWWDIR%%/lib/banzai/pipeline.rb %%WWWDIR%%/lib/banzai/pipeline/atom_pipeline.rb %%WWWDIR%%/lib/banzai/pipeline/base_pipeline.rb @@ -2712,11 +2881,23 @@ %%WWWDIR%%/lib/banzai/pipeline/plain_markdown_pipeline.rb %%WWWDIR%%/lib/banzai/pipeline/post_process_pipeline.rb %%WWWDIR%%/lib/banzai/pipeline/pre_process_pipeline.rb -%%WWWDIR%%/lib/banzai/pipeline/reference_extraction_pipeline.rb +%%WWWDIR%%/lib/banzai/pipeline/relative_link_pipeline.rb %%WWWDIR%%/lib/banzai/pipeline/single_line_pipeline.rb %%WWWDIR%%/lib/banzai/pipeline/wiki_pipeline.rb %%WWWDIR%%/lib/banzai/querying.rb +%%WWWDIR%%/lib/banzai/redactor.rb %%WWWDIR%%/lib/banzai/reference_extractor.rb +%%WWWDIR%%/lib/banzai/reference_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/base_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/commit_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/commit_range_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/external_issue_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/issue_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/label_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/merge_request_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/milestone_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/snippet_parser.rb +%%WWWDIR%%/lib/banzai/reference_parser/user_parser.rb %%WWWDIR%%/lib/banzai/renderer.rb %%WWWDIR%%/lib/ci/ansi2html.rb %%WWWDIR%%/lib/ci/api/api.rb @@ -2747,10 +2928,11 @@ %%WWWDIR%%/lib/gitlab/app_logger.rb %%WWWDIR%%/lib/gitlab/asciidoc.rb %%WWWDIR%%/lib/gitlab/auth.rb +%%WWWDIR%%/lib/gitlab/auth/ip_rate_limiter.rb +%%WWWDIR%%/lib/gitlab/award_emoji.rb %%WWWDIR%%/lib/gitlab/backend/grack_auth.rb %%WWWDIR%%/lib/gitlab/backend/shell.rb %%WWWDIR%%/lib/gitlab/backend/shell_adapter.rb -%%WWWDIR%%/lib/gitlab/backend/shell_env.rb %%WWWDIR%%/lib/gitlab/badge/build.rb %%WWWDIR%%/lib/gitlab/bitbucket_import.rb %%WWWDIR%%/lib/gitlab/bitbucket_import/client.rb @@ -2762,6 +2944,15 @@ %%WWWDIR%%/lib/gitlab/build_data_builder.rb %%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata.rb %%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata/entry.rb +%%WWWDIR%%/lib/gitlab/ci/config.rb +%%WWWDIR%%/lib/gitlab/ci/config/loader.rb +%%WWWDIR%%/lib/gitlab/ci/config/node/configurable.rb +%%WWWDIR%%/lib/gitlab/ci/config/node/entry.rb +%%WWWDIR%%/lib/gitlab/ci/config/node/factory.rb +%%WWWDIR%%/lib/gitlab/ci/config/node/global.rb +%%WWWDIR%%/lib/gitlab/ci/config/node/null.rb +%%WWWDIR%%/lib/gitlab/ci/config/node/script.rb +%%WWWDIR%%/lib/gitlab/ci/config/node/validation_helpers.rb %%WWWDIR%%/lib/gitlab/closing_issue_extractor.rb %%WWWDIR%%/lib/gitlab/color_schemes.rb %%WWWDIR%%/lib/gitlab/config_helper.rb @@ -2811,7 +3002,6 @@ %%WWWDIR%%/lib/gitlab/github_import/project_creator.rb %%WWWDIR%%/lib/gitlab/github_import/pull_request_formatter.rb %%WWWDIR%%/lib/gitlab/github_import/wiki_formatter.rb -%%WWWDIR%%/lib/gitlab/gitignore.rb %%WWWDIR%%/lib/gitlab/gitlab_import/client.rb %%WWWDIR%%/lib/gitlab/gitlab_import/importer.rb %%WWWDIR%%/lib/gitlab/gitlab_import/project_creator.rb @@ -2819,6 +3009,7 @@ %%WWWDIR%%/lib/gitlab/gitorious_import/client.rb %%WWWDIR%%/lib/gitlab/gitorious_import/project_creator.rb %%WWWDIR%%/lib/gitlab/gitorious_import/repository.rb +%%WWWDIR%%/lib/gitlab/gl_id.rb %%WWWDIR%%/lib/gitlab/gon_helper.rb %%WWWDIR%%/lib/gitlab/google_code_import/client.rb %%WWWDIR%%/lib/gitlab/google_code_import/importer.rb @@ -2827,11 +3018,34 @@ %%WWWDIR%%/lib/gitlab/graphs/commits.rb %%WWWDIR%%/lib/gitlab/highlight.rb %%WWWDIR%%/lib/gitlab/identifier.rb +%%WWWDIR%%/lib/gitlab/import_export.rb +%%WWWDIR%%/lib/gitlab/import_export/attributes_finder.rb +%%WWWDIR%%/lib/gitlab/import_export/command_line_util.rb +%%WWWDIR%%/lib/gitlab/import_export/error.rb +%%WWWDIR%%/lib/gitlab/import_export/file_importer.rb +%%WWWDIR%%/lib/gitlab/import_export/import_export.yml +%%WWWDIR%%/lib/gitlab/import_export/importer.rb +%%WWWDIR%%/lib/gitlab/import_export/members_mapper.rb +%%WWWDIR%%/lib/gitlab/import_export/project_creator.rb +%%WWWDIR%%/lib/gitlab/import_export/project_tree_restorer.rb +%%WWWDIR%%/lib/gitlab/import_export/project_tree_saver.rb +%%WWWDIR%%/lib/gitlab/import_export/reader.rb +%%WWWDIR%%/lib/gitlab/import_export/relation_factory.rb +%%WWWDIR%%/lib/gitlab/import_export/repo_restorer.rb +%%WWWDIR%%/lib/gitlab/import_export/repo_saver.rb +%%WWWDIR%%/lib/gitlab/import_export/saver.rb +%%WWWDIR%%/lib/gitlab/import_export/shared.rb +%%WWWDIR%%/lib/gitlab/import_export/uploads_restorer.rb +%%WWWDIR%%/lib/gitlab/import_export/uploads_saver.rb +%%WWWDIR%%/lib/gitlab/import_export/version_checker.rb +%%WWWDIR%%/lib/gitlab/import_export/version_saver.rb +%%WWWDIR%%/lib/gitlab/import_export/wiki_repo_saver.rb %%WWWDIR%%/lib/gitlab/import_formatter.rb %%WWWDIR%%/lib/gitlab/import_sources.rb %%WWWDIR%%/lib/gitlab/incoming_email.rb %%WWWDIR%%/lib/gitlab/issues_labels.rb %%WWWDIR%%/lib/gitlab/key_fingerprint.rb +%%WWWDIR%%/lib/gitlab/lazy.rb %%WWWDIR%%/lib/gitlab/ldap/access.rb %%WWWDIR%%/lib/gitlab/ldap/adapter.rb %%WWWDIR%%/lib/gitlab/ldap/auth_hash.rb @@ -2847,6 +3061,7 @@ %%WWWDIR%%/lib/gitlab/metrics.rb %%WWWDIR%%/lib/gitlab/metrics/delta.rb %%WWWDIR%%/lib/gitlab/metrics/instrumentation.rb +%%WWWDIR%%/lib/gitlab/metrics/method_call.rb %%WWWDIR%%/lib/gitlab/metrics/metric.rb %%WWWDIR%%/lib/gitlab/metrics/rack_middleware.rb %%WWWDIR%%/lib/gitlab/metrics/sampler.rb @@ -2857,6 +3072,7 @@ %%WWWDIR%%/lib/gitlab/metrics/system.rb %%WWWDIR%%/lib/gitlab/metrics/transaction.rb %%WWWDIR%%/lib/gitlab/middleware/go.rb +%%WWWDIR%%/lib/gitlab/middleware/rails_queue_duration.rb %%WWWDIR%%/lib/gitlab/middleware/static.rb %%WWWDIR%%/lib/gitlab/note_data_builder.rb %%WWWDIR%%/lib/gitlab/o_auth/auth_hash.rb @@ -2895,6 +3111,9 @@ %%WWWDIR%%/lib/gitlab/sidekiq_middleware/memory_killer.rb %%WWWDIR%%/lib/gitlab/snippet_search_results.rb %%WWWDIR%%/lib/gitlab/sql/union.rb +%%WWWDIR%%/lib/gitlab/template/base_template.rb +%%WWWDIR%%/lib/gitlab/template/gitignore.rb +%%WWWDIR%%/lib/gitlab/template/gitlab_ci_yml.rb %%WWWDIR%%/lib/gitlab/themes.rb %%WWWDIR%%/lib/gitlab/upgrader.rb %%WWWDIR%%/lib/gitlab/uploads_transfer.rb @@ -2934,6 +3153,7 @@ %%WWWDIR%%/lib/tasks/gitlab/generate_docs.rake %%WWWDIR%%/lib/tasks/gitlab/git.rake %%WWWDIR%%/lib/tasks/gitlab/import.rake +%%WWWDIR%%/lib/tasks/gitlab/import_export.rake %%WWWDIR%%/lib/tasks/gitlab/info.rake %%WWWDIR%%/lib/tasks/gitlab/list_repos.rake %%WWWDIR%%/lib/tasks/gitlab/setup.rake @@ -2943,7 +3163,7 @@ %%WWWDIR%%/lib/tasks/gitlab/test.rake %%WWWDIR%%/lib/tasks/gitlab/two_factor.rake %%WWWDIR%%/lib/tasks/gitlab/update_commit_count.rake -%%WWWDIR%%/lib/tasks/gitlab/update_gitignore.rake +%%WWWDIR%%/lib/tasks/gitlab/update_templates.rake %%WWWDIR%%/lib/tasks/gitlab/web_hook.rake %%WWWDIR%%/lib/tasks/grape.rake %%WWWDIR%%/lib/tasks/migrate/add_limits_mysql.rake @@ -2978,6 +3198,7 @@ %%WWWDIR%%/public/deploy.html %%WWWDIR%%/public/favicon.ico %%WWWDIR%%/public/robots.txt +%%WWWDIR%%/scripts/merge-reports %%WWWDIR%%/scripts/notify_slack.sh %%WWWDIR%%/scripts/prepare_build.sh %%WWWDIR%%/spec/config/mail_room_spec.rb @@ -2995,7 +3216,6 @@ %%WWWDIR%%/spec/controllers/groups/avatars_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/group_members_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/milestones_controller_spec.rb -%%WWWDIR%%/spec/controllers/groups/notification_settings_controller_spec.rb %%WWWDIR%%/spec/controllers/groups_controller_spec.rb %%WWWDIR%%/spec/controllers/health_check_controller_spec.rb %%WWWDIR%%/spec/controllers/help_controller_spec.rb @@ -3005,9 +3225,11 @@ %%WWWDIR%%/spec/controllers/import/gitlab_controller_spec.rb %%WWWDIR%%/spec/controllers/import/gitorious_controller_spec.rb %%WWWDIR%%/spec/controllers/import/google_code_controller_spec.rb -%%WWWDIR%%/spec/controllers/import/import_spec_helper.rb %%WWWDIR%%/spec/controllers/invites_controller_spec.rb %%WWWDIR%%/spec/controllers/namespaces_controller_spec.rb +%%WWWDIR%%/spec/controllers/notification_settings_controller_spec.rb +%%WWWDIR%%/spec/controllers/oauth/applications_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/preferences_controller_spec.rb @@ -3023,9 +3245,10 @@ %%WWWDIR%%/spec/controllers/projects/group_links_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/imports_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/issues_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/labels_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/merge_requests_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/milestones_controller_spec.rb -%%WWWDIR%%/spec/controllers/projects/notification_settings_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/notes_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/project_members_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/protected_branches_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/raw_controller_spec.rb @@ -3033,6 +3256,7 @@ %%WWWDIR%%/spec/controllers/projects/repositories_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/services_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/snippets_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/todo_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/tree_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/uploads_controller_spec.rb %%WWWDIR%%/spec/controllers/projects_controller_spec.rb @@ -3045,9 +3269,10 @@ %%WWWDIR%%/spec/controllers/users_controller_spec.rb %%WWWDIR%%/spec/factories/abuse_reports.rb %%WWWDIR%%/spec/factories/appearances.rb +%%WWWDIR%%/spec/factories/award_emoji.rb %%WWWDIR%%/spec/factories/broadcast_messages.rb %%WWWDIR%%/spec/factories/ci/builds.rb -%%WWWDIR%%/spec/factories/ci/commits.rb +%%WWWDIR%%/spec/factories/ci/pipelines.rb %%WWWDIR%%/spec/factories/ci/runner_projects.rb %%WWWDIR%%/spec/factories/ci/runners.rb %%WWWDIR%%/spec/factories/ci/trigger_requests.rb @@ -3056,7 +3281,9 @@ %%WWWDIR%%/spec/factories/commit_statuses.rb %%WWWDIR%%/spec/factories/commits.rb %%WWWDIR%%/spec/factories/deploy_keys_projects.rb +%%WWWDIR%%/spec/factories/deployments.rb %%WWWDIR%%/spec/factories/emails.rb +%%WWWDIR%%/spec/factories/environments.rb %%WWWDIR%%/spec/factories/events.rb %%WWWDIR%%/spec/factories/file_uploader.rb %%WWWDIR%%/spec/factories/forked_project_links.rb @@ -3075,6 +3302,7 @@ %%WWWDIR%%/spec/factories/notes.rb %%WWWDIR%%/spec/factories/oauth_access_tokens.rb %%WWWDIR%%/spec/factories/oauth_applications.rb +%%WWWDIR%%/spec/factories/personal_access_tokens.rb %%WWWDIR%%/spec/factories/personal_snippets.rb %%WWWDIR%%/spec/factories/project_group_links.rb %%WWWDIR%%/spec/factories/project_hooks.rb @@ -3091,6 +3319,7 @@ %%WWWDIR%%/spec/factories/spam_logs.rb %%WWWDIR%%/spec/factories/system_hooks.rb %%WWWDIR%%/spec/factories/todos.rb +%%WWWDIR%%/spec/factories/u2f_registrations.rb %%WWWDIR%%/spec/factories/users.rb %%WWWDIR%%/spec/factories/wiki_pages.rb %%WWWDIR%%/spec/factories_spec.rb @@ -3110,14 +3339,22 @@ %%WWWDIR%%/spec/features/ci_lint_spec.rb %%WWWDIR%%/spec/features/commits_spec.rb %%WWWDIR%%/spec/features/container_registry_spec.rb +%%WWWDIR%%/spec/features/dashboard/datetime_on_tooltips_spec.rb %%WWWDIR%%/spec/features/dashboard/label_filter_spec.rb %%WWWDIR%%/spec/features/dashboard/user_filters_projects_spec.rb %%WWWDIR%%/spec/features/dashboard_issues_spec.rb %%WWWDIR%%/spec/features/dashboard_milestones_spec.rb +%%WWWDIR%%/spec/features/environments_spec.rb %%WWWDIR%%/spec/features/gitlab_flavored_markdown_spec.rb +%%WWWDIR%%/spec/features/groups/members/last_owner_cannot_leave_group_spec.rb +%%WWWDIR%%/spec/features/groups/members/member_leaves_group_spec.rb +%%WWWDIR%%/spec/features/groups/members/owner_manages_access_requests_spec.rb +%%WWWDIR%%/spec/features/groups/members/user_requests_access_spec.rb %%WWWDIR%%/spec/features/groups_spec.rb %%WWWDIR%%/spec/features/help_pages_spec.rb %%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/filter_by_labels_spec.rb %%WWWDIR%%/spec/features/issues/filter_by_milestone_spec.rb %%WWWDIR%%/spec/features/issues/filter_issues_spec.rb @@ -3125,16 +3362,19 @@ %%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/todo_spec.rb %%WWWDIR%%/spec/features/issues/update_issues_spec.rb %%WWWDIR%%/spec/features/issues_spec.rb %%WWWDIR%%/spec/features/login_spec.rb %%WWWDIR%%/spec/features/markdown_spec.rb +%%WWWDIR%%/spec/features/merge_requests/award_spec.rb %%WWWDIR%%/spec/features/merge_requests/cherry_pick_spec.rb %%WWWDIR%%/spec/features/merge_requests/create_new_mr_spec.rb %%WWWDIR%%/spec/features/merge_requests/created_from_fork_spec.rb %%WWWDIR%%/spec/features/merge_requests/edit_mr_spec.rb %%WWWDIR%%/spec/features/merge_requests/filter_by_milestone_spec.rb %%WWWDIR%%/spec/features/merge_requests/merge_when_build_succeeds_spec.rb +%%WWWDIR%%/spec/features/merge_requests/only_allow_merge_if_build_succeeds.rb %%WWWDIR%%/spec/features/merge_requests/toggle_whitespace_changes.rb %%WWWDIR%%/spec/features/merge_requests/user_lists_merge_requests_spec.rb %%WWWDIR%%/spec/features/milestone_spec.rb @@ -3144,16 +3384,29 @@ %%WWWDIR%%/spec/features/pipelines_spec.rb %%WWWDIR%%/spec/features/profile_spec.rb %%WWWDIR%%/spec/features/profiles/oauth_applications_spec.rb +%%WWWDIR%%/spec/features/profiles/personal_access_tokens_spec.rb %%WWWDIR%%/spec/features/profiles/preferences_spec.rb -%%WWWDIR%%/spec/features/project/shortcuts_spec.rb %%WWWDIR%%/spec/features/projects/badges/list_spec.rb %%WWWDIR%%/spec/features/projects/commit/builds_spec.rb %%WWWDIR%%/spec/features/projects/commits/cherry_pick_spec.rb %%WWWDIR%%/spec/features/projects/developer_views_empty_project_instructions_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 %%WWWDIR%%/spec/features/projects/files/project_owner_sees_link_to_create_license_file_in_empty_project_spec.rb +%%WWWDIR%%/spec/features/projects/import_export/import_file_spec.rb +%%WWWDIR%%/spec/features/projects/import_export/test_project_export.tar.gz +%%WWWDIR%%/spec/features/projects/labels/issues_sorted_by_priority_spec.rb +%%WWWDIR%%/spec/features/projects/labels/update_prioritization_spec.rb %%WWWDIR%%/spec/features/projects/members/anonymous_user_sees_members_spec.rb +%%WWWDIR%%/spec/features/projects/members/group_member_cannot_leave_group_project_spec.rb +%%WWWDIR%%/spec/features/projects/members/group_member_cannot_request_access_to_his_group_project_spec.rb +%%WWWDIR%%/spec/features/projects/members/group_requester_cannot_request_access_to_project_spec.rb +%%WWWDIR%%/spec/features/projects/members/master_manages_access_requests_spec.rb +%%WWWDIR%%/spec/features/projects/members/member_leaves_project_spec.rb +%%WWWDIR%%/spec/features/projects/members/owner_cannot_leave_project_spec.rb +%%WWWDIR%%/spec/features/projects/members/user_requests_access_spec.rb +%%WWWDIR%%/spec/features/projects/shortcuts_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_creates_wiki_page_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_updates_wiki_page_spec.rb %%WWWDIR%%/spec/features/projects_spec.rb @@ -3177,8 +3430,10 @@ %%WWWDIR%%/spec/features/tags/master_updates_tag_spec.rb %%WWWDIR%%/spec/features/tags/master_views_tags_spec.rb %%WWWDIR%%/spec/features/task_lists_spec.rb +%%WWWDIR%%/spec/features/todos/target_state_spec.rb %%WWWDIR%%/spec/features/todos/todos_spec.rb %%WWWDIR%%/spec/features/triggers_spec.rb +%%WWWDIR%%/spec/features/u2f_spec.rb %%WWWDIR%%/spec/features/users_spec.rb %%WWWDIR%%/spec/features/variables_spec.rb %%WWWDIR%%/spec/finders/contributed_projects_finder_spec.rb @@ -3198,6 +3453,7 @@ %%WWWDIR%%/spec/fixtures/ci_build_artifacts_metadata.gz %%WWWDIR%%/spec/fixtures/container_registry/config_blob.json %%WWWDIR%%/spec/fixtures/container_registry/tag_manifest.json +%%WWWDIR%%/spec/fixtures/container_registry/tag_manifest_1.json %%WWWDIR%%/spec/fixtures/dk.png %%WWWDIR%%/spec/fixtures/doc_sample.txt %%WWWDIR%%/spec/fixtures/emails/android_gmail.eml @@ -3237,12 +3493,14 @@ %%WWWDIR%%/spec/helpers/events_helper_spec.rb %%WWWDIR%%/spec/helpers/form_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 %%WWWDIR%%/spec/helpers/icons_helper_spec.rb %%WWWDIR%%/spec/helpers/import_helper_spec.rb %%WWWDIR%%/spec/helpers/issues_helper_spec.rb %%WWWDIR%%/spec/helpers/labels_helper_spec.rb +%%WWWDIR%%/spec/helpers/members_helper_spec.rb %%WWWDIR%%/spec/helpers/merge_requests_helper_spec.rb %%WWWDIR%%/spec/helpers/nav_helper_spec.rb %%WWWDIR%%/spec/helpers/notifications_helper_spec.rb @@ -3258,13 +3516,18 @@ %%WWWDIR%%/spec/helpers/visibility_level_helper_spec.rb %%WWWDIR%%/spec/initializers/settings_spec.rb %%WWWDIR%%/spec/initializers/trusted_proxies_spec.rb +%%WWWDIR%%/spec/javascripts/application_spec.js.coffee +%%WWWDIR%%/spec/javascripts/awards_handler_spec.js.coffee %%WWWDIR%%/spec/javascripts/behaviors/autosize_spec.js.coffee %%WWWDIR%%/spec/javascripts/behaviors/quick_submit_spec.js.coffee %%WWWDIR%%/spec/javascripts/behaviors/requires_input_spec.js.coffee %%WWWDIR%%/spec/javascripts/extensions/array_spec.js.coffee %%WWWDIR%%/spec/javascripts/extensions/jquery_spec.js.coffee +%%WWWDIR%%/spec/javascripts/fixtures/application.html.haml +%%WWWDIR%%/spec/javascripts/fixtures/awards_handler.html.haml %%WWWDIR%%/spec/javascripts/fixtures/behaviors/quick_submit.html.haml %%WWWDIR%%/spec/javascripts/fixtures/behaviors/requires_input.html.haml +%%WWWDIR%%/spec/javascripts/fixtures/emoji_menu.coffee %%WWWDIR%%/spec/javascripts/fixtures/issuable.html.haml %%WWWDIR%%/spec/javascripts/fixtures/issue_note.html.haml %%WWWDIR%%/spec/javascripts/fixtures/issues_show.html.haml @@ -3274,7 +3537,14 @@ %%WWWDIR%%/spec/javascripts/fixtures/new_branch.html.haml %%WWWDIR%%/spec/javascripts/fixtures/project_title.html.haml %%WWWDIR%%/spec/javascripts/fixtures/projects.json +%%WWWDIR%%/spec/javascripts/fixtures/right_sidebar.html.haml +%%WWWDIR%%/spec/javascripts/fixtures/search_autocomplete.html.haml +%%WWWDIR%%/spec/javascripts/fixtures/u2f/authenticate.html.haml +%%WWWDIR%%/spec/javascripts/fixtures/u2f/register.html.haml %%WWWDIR%%/spec/javascripts/fixtures/zen_mode.html.haml +%%WWWDIR%%/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js +%%WWWDIR%%/spec/javascripts/graphs/stat_graph_contributors_util_spec.js +%%WWWDIR%%/spec/javascripts/graphs/stat_graph_spec.js %%WWWDIR%%/spec/javascripts/issue_spec.js.coffee %%WWWDIR%%/spec/javascripts/line_highlighter_spec.js.coffee %%WWWDIR%%/spec/javascripts/merge_request_spec.js.coffee @@ -3283,15 +3553,17 @@ %%WWWDIR%%/spec/javascripts/new_branch_spec.js.coffee %%WWWDIR%%/spec/javascripts/notes_spec.js.coffee %%WWWDIR%%/spec/javascripts/project_title_spec.js.coffee +%%WWWDIR%%/spec/javascripts/right_sidebar_spec.js.coffee +%%WWWDIR%%/spec/javascripts/search_autocomplete_spec.js.coffee %%WWWDIR%%/spec/javascripts/shortcuts_issuable_spec.js.coffee %%WWWDIR%%/spec/javascripts/spec_helper.coffee -%%WWWDIR%%/spec/javascripts/stat_graph_contributors_graph_spec.js -%%WWWDIR%%/spec/javascripts/stat_graph_contributors_util_spec.js -%%WWWDIR%%/spec/javascripts/stat_graph_spec.js %%WWWDIR%%/spec/javascripts/syntax_highlight_spec.js.coffee +%%WWWDIR%%/spec/javascripts/u2f/authenticate_spec.coffee +%%WWWDIR%%/spec/javascripts/u2f/mock_u2f_device.js.coffee +%%WWWDIR%%/spec/javascripts/u2f/register_spec.js.coffee %%WWWDIR%%/spec/javascripts/zen_mode_spec.js.coffee -%%WWWDIR%%/spec/lib/award_emoji_spec.rb %%WWWDIR%%/spec/lib/banzai/cross_project_reference_spec.rb +%%WWWDIR%%/spec/lib/banzai/filter/abstract_link_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/autolink_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/commit_range_reference_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/commit_reference_filter_spec.rb @@ -3306,7 +3578,7 @@ %%WWWDIR%%/spec/lib/banzai/filter/merge_request_reference_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/milestone_reference_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/redactor_filter_spec.rb -%%WWWDIR%%/spec/lib/banzai/filter/reference_gatherer_filter_spec.rb +%%WWWDIR%%/spec/lib/banzai/filter/reference_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/relative_link_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/sanitization_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/snippet_reference_filter_spec.rb @@ -3318,9 +3590,22 @@ %%WWWDIR%%/spec/lib/banzai/filter/wiki_link_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter/yaml_front_matter_filter_spec.rb %%WWWDIR%%/spec/lib/banzai/filter_array_spec.rb +%%WWWDIR%%/spec/lib/banzai/note_renderer_spec.rb +%%WWWDIR%%/spec/lib/banzai/object_renderer_spec.rb %%WWWDIR%%/spec/lib/banzai/pipeline/description_pipeline_spec.rb %%WWWDIR%%/spec/lib/banzai/pipeline/wiki_pipeline_spec.rb %%WWWDIR%%/spec/lib/banzai/querying_spec.rb +%%WWWDIR%%/spec/lib/banzai/redactor_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/base_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/commit_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/commit_range_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/external_issue_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/issue_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/label_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/merge_request_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/milestone_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/snippet_parser_spec.rb +%%WWWDIR%%/spec/lib/banzai/reference_parser/user_parser_spec.rb %%WWWDIR%%/spec/lib/ci/ansi2html_spec.rb %%WWWDIR%%/spec/lib/ci/charts_spec.rb %%WWWDIR%%/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb @@ -3335,7 +3620,7 @@ %%WWWDIR%%/spec/lib/gitlab/akismet_helper_spec.rb %%WWWDIR%%/spec/lib/gitlab/asciidoc_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth_spec.rb -%%WWWDIR%%/spec/lib/gitlab/backend/grack_auth_spec.rb +%%WWWDIR%%/spec/lib/gitlab/award_emoji_spec.rb %%WWWDIR%%/spec/lib/gitlab/backend/shell_spec.rb %%WWWDIR%%/spec/lib/gitlab/badge/build_spec.rb %%WWWDIR%%/spec/lib/gitlab/bitbucket_import/client_spec.rb @@ -3345,6 +3630,13 @@ %%WWWDIR%%/spec/lib/gitlab/build_data_builder_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata/entry_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config/loader_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config/node/configurable_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config/node/factory_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config/node/global_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config/node/null_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config/node/script_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config_spec.rb %%WWWDIR%%/spec/lib/gitlab/closing_issue_extractor_spec.rb %%WWWDIR%%/spec/lib/gitlab/color_schemes_spec.rb %%WWWDIR%%/spec/lib/gitlab/database/migration_helpers_spec.rb @@ -3375,7 +3667,6 @@ %%WWWDIR%%/spec/lib/gitlab/github_import/project_creator_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/pull_request_formatter_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/wiki_formatter_spec.rb -%%WWWDIR%%/spec/lib/gitlab/gitignore_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitlab_import/client_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitlab_import/project_creator_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitorious_import/project_creator_spec.rb @@ -3383,8 +3674,16 @@ %%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/highlight_spec.rb +%%WWWDIR%%/spec/lib/gitlab/import_export/members_mapper_spec.rb +%%WWWDIR%%/spec/lib/gitlab/import_export/project.json +%%WWWDIR%%/spec/lib/gitlab/import_export/project_tree_restorer_spec.rb +%%WWWDIR%%/spec/lib/gitlab/import_export/project_tree_saver_spec.rb +%%WWWDIR%%/spec/lib/gitlab/import_export/reader_spec.rb +%%WWWDIR%%/spec/lib/gitlab/import_export/repo_bundler_spec.rb +%%WWWDIR%%/spec/lib/gitlab/import_export/wiki_repo_bundler_spec.rb %%WWWDIR%%/spec/lib/gitlab/incoming_email_spec.rb %%WWWDIR%%/spec/lib/gitlab/key_fingerprint_spec.rb +%%WWWDIR%%/spec/lib/gitlab/lazy_spec.rb %%WWWDIR%%/spec/lib/gitlab/ldap/access_spec.rb %%WWWDIR%%/spec/lib/gitlab/ldap/adapter_spec.rb %%WWWDIR%%/spec/lib/gitlab/ldap/auth_hash_spec.rb @@ -3395,6 +3694,7 @@ %%WWWDIR%%/spec/lib/gitlab/markup_helper_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/delta_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/instrumentation_spec.rb +%%WWWDIR%%/spec/lib/gitlab/metrics/method_call_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/metric_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/rack_middleware_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/sampler_spec.rb @@ -3406,6 +3706,7 @@ %%WWWDIR%%/spec/lib/gitlab/metrics/transaction_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics_spec.rb %%WWWDIR%%/spec/lib/gitlab/middleware/go_spec.rb +%%WWWDIR%%/spec/lib/gitlab/middleware/rails_queue_duration_spec.rb %%WWWDIR%%/spec/lib/gitlab/note_data_builder_spec.rb %%WWWDIR%%/spec/lib/gitlab/o_auth/auth_hash_spec.rb %%WWWDIR%%/spec/lib/gitlab/o_auth/user_spec.rb @@ -3415,6 +3716,7 @@ %%WWWDIR%%/spec/lib/gitlab/reference_extractor_spec.rb %%WWWDIR%%/spec/lib/gitlab/regex_spec.rb %%WWWDIR%%/spec/lib/gitlab/saml/user_spec.rb +%%WWWDIR%%/spec/lib/gitlab/sanitizers/svg_spec.rb %%WWWDIR%%/spec/lib/gitlab/search_results_spec.rb %%WWWDIR%%/spec/lib/gitlab/sherlock/collection_spec.rb %%WWWDIR%%/spec/lib/gitlab/sherlock/file_sample_spec.rb @@ -3426,6 +3728,7 @@ %%WWWDIR%%/spec/lib/gitlab/sherlock/transaction_spec.rb %%WWWDIR%%/spec/lib/gitlab/snippet_search_results_spec.rb %%WWWDIR%%/spec/lib/gitlab/sql/union_spec.rb +%%WWWDIR%%/spec/lib/gitlab/template/gitignore_spec.rb %%WWWDIR%%/spec/lib/gitlab/themes_spec.rb %%WWWDIR%%/spec/lib/gitlab/upgrader_spec.rb %%WWWDIR%%/spec/lib/gitlab/uploads_transfer_spec.rb @@ -3441,34 +3744,41 @@ %%WWWDIR%%/spec/mailers/emails/builds_spec.rb %%WWWDIR%%/spec/mailers/emails/profile_spec.rb %%WWWDIR%%/spec/mailers/notify_spec.rb +%%WWWDIR%%/spec/mailers/previews/devise_mailer_preview.rb %%WWWDIR%%/spec/mailers/repository_check_mailer_spec.rb %%WWWDIR%%/spec/mailers/shared/notify.rb +%%WWWDIR%%/spec/models/ability_spec.rb %%WWWDIR%%/spec/models/abuse_report_spec.rb %%WWWDIR%%/spec/models/appearance_spec.rb %%WWWDIR%%/spec/models/application_setting_spec.rb +%%WWWDIR%%/spec/models/award_emoji_spec.rb %%WWWDIR%%/spec/models/blob_spec.rb %%WWWDIR%%/spec/models/broadcast_message_spec.rb %%WWWDIR%%/spec/models/build_spec.rb %%WWWDIR%%/spec/models/ci/build_spec.rb -%%WWWDIR%%/spec/models/ci/commit_spec.rb -%%WWWDIR%%/spec/models/ci/runner_project_spec.rb +%%WWWDIR%%/spec/models/ci/pipeline_spec.rb %%WWWDIR%%/spec/models/ci/runner_spec.rb %%WWWDIR%%/spec/models/ci/trigger_spec.rb %%WWWDIR%%/spec/models/ci/variable_spec.rb %%WWWDIR%%/spec/models/commit_range_spec.rb %%WWWDIR%%/spec/models/commit_spec.rb %%WWWDIR%%/spec/models/commit_status_spec.rb +%%WWWDIR%%/spec/models/concerns/access_requestable_spec.rb +%%WWWDIR%%/spec/models/concerns/awardable_spec.rb %%WWWDIR%%/spec/models/concerns/case_sensitivity_spec.rb %%WWWDIR%%/spec/models/concerns/issuable_spec.rb %%WWWDIR%%/spec/models/concerns/mentionable_spec.rb %%WWWDIR%%/spec/models/concerns/milestoneish_spec.rb +%%WWWDIR%%/spec/models/concerns/participable_spec.rb %%WWWDIR%%/spec/models/concerns/statuseable_spec.rb %%WWWDIR%%/spec/models/concerns/strip_attribute_spec.rb %%WWWDIR%%/spec/models/concerns/subscribable_spec.rb %%WWWDIR%%/spec/models/concerns/token_authenticatable_spec.rb %%WWWDIR%%/spec/models/deploy_key_spec.rb %%WWWDIR%%/spec/models/deploy_keys_project_spec.rb +%%WWWDIR%%/spec/models/deployment_spec.rb %%WWWDIR%%/spec/models/email_spec.rb +%%WWWDIR%%/spec/models/environment_spec.rb %%WWWDIR%%/spec/models/event_spec.rb %%WWWDIR%%/spec/models/external_issue_spec.rb %%WWWDIR%%/spec/models/forked_project_link_spec.rb @@ -3481,7 +3791,6 @@ %%WWWDIR%%/spec/models/hooks/web_hook_spec.rb %%WWWDIR%%/spec/models/identity_spec.rb %%WWWDIR%%/spec/models/issue_spec.rb -%%WWWDIR%%/spec/models/jira_issue_spec.rb %%WWWDIR%%/spec/models/key_spec.rb %%WWWDIR%%/spec/models/label_link_spec.rb %%WWWDIR%%/spec/models/label_spec.rb @@ -3494,6 +3803,7 @@ %%WWWDIR%%/spec/models/namespace_spec.rb %%WWWDIR%%/spec/models/note_spec.rb %%WWWDIR%%/spec/models/notification_setting_spec.rb +%%WWWDIR%%/spec/models/personal_access_token_spec.rb %%WWWDIR%%/spec/models/project_group_link_spec.rb %%WWWDIR%%/spec/models/project_security_spec.rb %%WWWDIR%%/spec/models/project_services/asana_service_spec.rb @@ -3539,6 +3849,7 @@ %%WWWDIR%%/spec/models/wiki_page_spec.rb %%WWWDIR%%/spec/rails_helper.rb %%WWWDIR%%/spec/requests/api/api_helpers_spec.rb +%%WWWDIR%%/spec/requests/api/award_emoji_spec.rb %%WWWDIR%%/spec/requests/api/branches_spec.rb %%WWWDIR%%/spec/requests/api/builds_spec.rb %%WWWDIR%%/spec/requests/api/commit_statuses_spec.rb @@ -3546,7 +3857,6 @@ %%WWWDIR%%/spec/requests/api/doorkeeper_access_spec.rb %%WWWDIR%%/spec/requests/api/files_spec.rb %%WWWDIR%%/spec/requests/api/fork_spec.rb -%%WWWDIR%%/spec/requests/api/gitignores_spec.rb %%WWWDIR%%/spec/requests/api/group_members_spec.rb %%WWWDIR%%/spec/requests/api/groups_spec.rb %%WWWDIR%%/spec/requests/api/internal_spec.rb @@ -3567,14 +3877,17 @@ %%WWWDIR%%/spec/requests/api/services_spec.rb %%WWWDIR%%/spec/requests/api/session_spec.rb %%WWWDIR%%/spec/requests/api/settings_spec.rb +%%WWWDIR%%/spec/requests/api/sidekiq_metrics_spec.rb %%WWWDIR%%/spec/requests/api/system_hooks_spec.rb %%WWWDIR%%/spec/requests/api/tags_spec.rb +%%WWWDIR%%/spec/requests/api/templates_spec.rb %%WWWDIR%%/spec/requests/api/triggers_spec.rb %%WWWDIR%%/spec/requests/api/users_spec.rb %%WWWDIR%%/spec/requests/api/variables_spec.rb %%WWWDIR%%/spec/requests/ci/api/builds_spec.rb %%WWWDIR%%/spec/requests/ci/api/runners_spec.rb %%WWWDIR%%/spec/requests/ci/api/triggers_spec.rb +%%WWWDIR%%/spec/requests/git_http_spec.rb %%WWWDIR%%/spec/requests/jwt_controller_spec.rb %%WWWDIR%%/spec/routing/admin_routing_spec.rb %%WWWDIR%%/spec/routing/notifications_routing_spec.rb @@ -3586,6 +3899,7 @@ %%WWWDIR%%/spec/services/ci/image_for_build_service_spec.rb %%WWWDIR%%/spec/services/ci/register_build_service_spec.rb %%WWWDIR%%/spec/services/create_commit_builds_service_spec.rb +%%WWWDIR%%/spec/services/create_deployment_service_spec.rb %%WWWDIR%%/spec/services/create_release_service_spec.rb %%WWWDIR%%/spec/services/create_snippet_service_spec.rb %%WWWDIR%%/spec/services/create_tag_service_spec.rb @@ -3603,6 +3917,7 @@ %%WWWDIR%%/spec/services/issues/create_service_spec.rb %%WWWDIR%%/spec/services/issues/move_service_spec.rb %%WWWDIR%%/spec/services/issues/update_service_spec.rb +%%WWWDIR%%/spec/services/members/destroy_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/add_todo_when_build_fails_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/build_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/close_service_spec.rb @@ -3631,8 +3946,8 @@ %%WWWDIR%%/spec/services/projects/update_service_spec.rb %%WWWDIR%%/spec/services/projects/upload_service_spec.rb %%WWWDIR%%/spec/services/repair_ldap_blocked_user_service_spec.rb -%%WWWDIR%%/spec/services/search_service_spec.rb %%WWWDIR%%/spec/services/search/snippet_service_spec.rb +%%WWWDIR%%/spec/services/search_service_spec.rb %%WWWDIR%%/spec/services/system_hooks_service_spec.rb %%WWWDIR%%/spec/services/system_note_service_spec.rb %%WWWDIR%%/spec/services/test_hook_service_spec.rb @@ -3649,6 +3964,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_u2f_device.rb %%WWWDIR%%/spec/support/filter_spec_helper.rb %%WWWDIR%%/spec/support/fixture_helpers.rb %%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci.yml @@ -3657,6 +3973,8 @@ %%WWWDIR%%/spec/support/gitlab_stubs/projects.json %%WWWDIR%%/spec/support/gitlab_stubs/session.json %%WWWDIR%%/spec/support/gitlab_stubs/user.json +%%WWWDIR%%/spec/support/import_export/import_export.yml +%%WWWDIR%%/spec/support/import_spec_helper.rb %%WWWDIR%%/spec/support/issue_tracker_service_shared_example.rb %%WWWDIR%%/spec/support/jira_service_helper.rb %%WWWDIR%%/spec/support/login_helpers.rb @@ -3667,6 +3985,7 @@ %%WWWDIR%%/spec/support/matchers/markdown_matchers.rb %%WWWDIR%%/spec/support/mentionable_shared_examples.rb %%WWWDIR%%/spec/support/project_hook_data_shared_example.rb +%%WWWDIR%%/spec/support/reference_parser_helpers.rb %%WWWDIR%%/spec/support/relative_url.rb %%WWWDIR%%/spec/support/repo_helpers.rb %%WWWDIR%%/spec/support/select2_helper.rb @@ -3681,14 +4000,17 @@ %%WWWDIR%%/spec/support/webmock.rb %%WWWDIR%%/spec/support/workhorse_helpers.rb %%WWWDIR%%/spec/tasks/gitlab/backup_rake_spec.rb +%%WWWDIR%%/spec/tasks/gitlab/db_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/mail_google_schema_whitelisting.rb %%WWWDIR%%/spec/teaspoon_env.rb %%WWWDIR%%/spec/views/devise/shared/_signin_box.html.haml_spec.rb %%WWWDIR%%/spec/views/help/index.html.haml_spec.rb +%%WWWDIR%%/spec/views/projects/builds/show.html.haml_spec.rb %%WWWDIR%%/spec/workers/build_email_worker_spec.rb %%WWWDIR%%/spec/workers/delete_user_worker_spec.rb %%WWWDIR%%/spec/workers/email_receiver_worker_spec.rb %%WWWDIR%%/spec/workers/emails_on_push_worker_spec.rb +%%WWWDIR%%/spec/workers/expire_build_artifacts_worker_spec.rb %%WWWDIR%%/spec/workers/merge_worker_spec.rb %%WWWDIR%%/spec/workers/post_receive_spec.rb %%WWWDIR%%/spec/workers/project_cache_worker_spec.rb @@ -3714,7 +4036,31 @@ %%WWWDIR%%/vendor/assets/javascripts/jquery.scrollTo.js %%WWWDIR%%/vendor/assets/javascripts/jquery.waitforimages.js %%WWWDIR%%/vendor/assets/javascripts/latinise.js +%%WWWDIR%%/vendor/assets/javascripts/raphael.js +%%WWWDIR%%/vendor/assets/javascripts/task_list.js.coffee +%%WWWDIR%%/vendor/assets/javascripts/u2f.js %%WWWDIR%%/vendor/assets/stylesheets/cropper.css +%%WWWDIR%%/vendor/gitignore/Global/README.md +%%WWWDIR%%/vendor/gitignore/LICENSE +%%WWWDIR%%/vendor/gitlab-ci-yml/Docker.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Elixir.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/LICENSE +%%WWWDIR%%/vendor/gitlab-ci-yml/Nodejs.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/brunch.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/doxygen.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/harp.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/hexo.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/html.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/hugo.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/hyde.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/jekyll.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/lektor.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/metalsmith.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/middleman.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/nanoc.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/octopress.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Pages/pelican.gitlab-ci.yml +%%WWWDIR%%/vendor/gitlab-ci-yml/Ruby.gitlab-ci.yml @owner git @group www @dir(git,git) %%WWWDIR%%/