From owner-svn-ports-head@freebsd.org Mon Mar 13 11:07:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE1DBC328F9; Mon, 13 Mar 2017 11:07:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BDD91FDC; Mon, 13 Mar 2017 11:07:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2DB7pWF004781; Mon, 13 Mar 2017 11:07:51 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2DB7ofe004770; Mon, 13 Mar 2017 11:07:50 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703131107.v2DB7ofe004770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 13 Mar 2017 11:07:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436074 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2017 11:07:53 -0000 Author: tz Date: Mon Mar 13 11:07:50 2017 New Revision: 436074 URL: https://svnweb.freebsd.org/changeset/ports/436074 Log: www/gitlab: Update from 8.13.12 to 8.14.9 Changelog: https://github.com/gitlabhq/gitlabhq/blob/v8.14.9/CHANGELOG.md Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/files/patch-Gemfile head/www/gitlab/files/patch-config_database.yml.postgresql head/www/gitlab/files/patch-config_gitlab.yml.example head/www/gitlab/files/patch-config_initializers_1__settings.rb head/www/gitlab/files/patch-config_unicorn.rb.example head/www/gitlab/files/patch-lib_support_nginx_gitlab head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl head/www/gitlab/pkg-message head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/Makefile Mon Mar 13 11:07:50 2017 (r436074) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.13.12 +PORTVERSION= 8.14.9 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= www devel @@ -18,8 +18,8 @@ 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>=3.6.6:devel/gitlab-shell\ - gitlab-workhorse>=0.8.5:www/gitlab-workhorse \ + gitlab-shell>=4.1.1:devel/gitlab-shell\ + gitlab-workhorse>=1.1.1:www/gitlab-workhorse \ redis>=2.8.23:databases/redis \ rubygem-rails4>=4.2.7.1:www/rubygem-rails4 \ rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ @@ -29,7 +29,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \ rubygem-pg>=0.18.2:databases/rubygem-pg \ rubygem-devise>=4.2:devel/rubygem-devise \ - rubygem-doorkeeper>=4.2:security/rubygem-doorkeeper \ + rubygem-doorkeeper>=4.2.0:security/rubygem-doorkeeper \ rubygem-omniauth>=1.3.2: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 \ @@ -37,7 +37,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-omniauth-cas3>=1.1.2:security/rubygem-omniauth-cas3 \ rubygem-omniauth-facebook>=4.0.0:net/rubygem-omniauth-facebook \ rubygem-omniauth-github>=1.1.1:net/rubygem-omniauth-github \ - rubygem-omniauth-gitlab>=1.0.0:security/rubygem-omniauth-gitlab \ + rubygem-omniauth-gitlab>=1.0.2:security/rubygem-omniauth-gitlab \ rubygem-omniauth-google-oauth2>=0.4.1:net/rubygem-omniauth-google-oauth2 \ rubygem-omniauth-saml>=1.7.0:security/rubygem-omniauth-saml \ rubygem-omniauth-shibboleth>=1.2.0:security/rubygem-omniauth-shibboleth \ @@ -74,11 +74,11 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-unf>=0.1.4:textproc/rubygem-unf \ rubygem-seed-fu>=2.3.5:databases/rubygem-seed-fu \ rubygem-html-pipeline1>=1.11.0:textproc/rubygem-html-pipeline1 \ - rubygem-deckar01-task_list>=1.0.5:www/rubygem-deckar01-task_list \ + rubygem-deckar01-task_list>=1.0.6:www/rubygem-deckar01-task_list \ rubygem-gitlab-markup>=1.5.1:textproc/rubygem-gitlab-markup \ rubygem-redcarpet>=3.3.3:textproc/rubygem-redcarpet \ rubygem-redcloth>=4.3.2:www/rubygem-redcloth \ - rubygem-rdoc>=3.6:devel/rubygem-rdoc \ + rubygem-rdoc>=4.2: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 \ @@ -86,23 +86,25 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-rouge>=2.0:textproc/rubygem-rouge \ rubygem-truncato>=0.7.8:textproc/rubygem-truncato \ rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri \ - rubygem-diffy>=3.0.3:textproc/rubygem-diffy \ + rubygem-diffy>=3.1.0:textproc/rubygem-diffy \ rubygem-unicorn>=5.1.0:www/rubygem-unicorn \ rubygem-unicorn-worker-killer>=0.4.4:www/rubygem-unicorn-worker-killer \ rubygem-state_machines-activerecord>=0.4.0:databases/rubygem-state_machines-activerecord \ rubygem-after_commit_queue>=1.3.0:databases/rubygem-after_commit_queue \ rubygem-acts-as-taggable-on>=4.0.0:www/rubygem-acts-as-taggable-on \ rubygem-sidekiq>=4.2:devel/rubygem-sidekiq \ - rubygem-sidekiq-cron>=0.4.0:devel/rubygem-sidekiq-cron \ + rubygem-sidekiq-cron>=0.4.4:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \ + rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \ rubygem-httparty>=0.13.3:www/rubygem-httparty \ rubygem-rainbow>=2.1.0:devel/rubygem-rainbow \ rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \ rubygem-version_sorter>=2.1.0:textproc/rubygem-version_sorter \ - rubygem-redis-rails>=4.0.0:www/rubygem-redis-rails \ + rubygem-redis-rails>=5.0.1:www/rubygem-redis-rails \ rubygem-redis>=3.2:databases/rubygem-redis \ rubygem-connection_pool>=2.0:net/rubygem-connection_pool \ rubygem-hipchat>=1.5.0:net-im/rubygem-hipchat \ + rubygem-jira-ruby>=1.1.2:devel/rubygem-jira-ruby \ rubygem-gitlab-flowdock-git-hook>=1.0.1:www/rubygem-gitlab-flowdock-git-hook \ rubygem-gemnasium-gitlab-service>=0.2:devel/rubygem-gemnasium-gitlab-service \ rubygem-slack-notifier>=1.2.0:devel/rubygem-slack-notifier \ @@ -114,7 +116,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-babosa>=1.0.2:textproc/rubygem-babosa \ rubygem-loofah>=2.0.3:textproc/rubygem-loofah \ rubygem-licensee>=8.0:devel/rubygem-licensee \ - rubygem-rack-attack>=4.3.1:www/rubygem-rack-attack \ + rubygem-rack-attack>=4.4.1:www/rubygem-rack-attack \ rubygem-ace-rails-ap>=4.1.0: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 \ @@ -140,15 +142,12 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-base32>=0.3.2:converters/rubygem-base32 \ rubygem-sentry-raven>=2.0.0:devel/rubygem-sentry-raven \ rubygem-premailer-rails>=1.9.0:mail/rubygem-premailer-rails \ - rubygem-newrelic-grape>=0:devel/rubygem-newrelic-grape \ rubygem-newrelic_rpm>=3.16:devel/rubygem-newrelic_rpm \ rubygem-octokit>=4.3.0:net/rubygem-octokit \ - rubygem-mail_room>=0.8.1:mail/rubygem-mail_room \ + rubygem-mail_room>=0.9.0:mail/rubygem-mail_room \ rubygem-email_reply_parser>=0.5.8:mail/rubygem-email_reply_parser \ + rubygem-html2text>=0:textproc/rubygem-html2text \ rubygem-ruby-prof>=0.16.2:devel/rubygem-ruby-prof \ - rubygem-activerecord-deprecated_finders>=1.0.3:devel/rubygem-activerecord-deprecated_finders \ - 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.2.0:net/rubygem-oauth2 \ rubygem-paranoia>=2.0:databases/rubygem-paranoia \ rubygem-health_check>=2.2.0:devel/rubygem-health_check \ Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/distinfo Mon Mar 13 11:07:50 2017 (r436074) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488376696 -SHA256 (gitlabhq-gitlabhq-v8.13.12_GH0.tar.gz) = 9a01b44ada5e0264759e1e7f9b71c22cbe1bd15ba66d8fea8ce65aac8408c205 -SIZE (gitlabhq-gitlabhq-v8.13.12_GH0.tar.gz) = 27817292 +TIMESTAMP = 1489053342 +SHA256 (gitlabhq-gitlabhq-v8.14.9_GH0.tar.gz) = 7a53f7da1cddba2b7f3a32a0051f66bde69af12fb4291c9da7432f915f95ffb9 +SIZE (gitlabhq-gitlabhq-v8.14.9_GH0.tar.gz) = 29722977 Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/files/patch-Gemfile Mon Mar 13 11:07:50 2017 (r436074) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2017-01-21 16:35:45 UTC +--- Gemfile.orig 2017-02-14 21:48:43 UTC +++ Gemfile @@ -1,20 +1,19 @@ source 'https://rubygems.org' @@ -27,7 +27,7 @@ gem 'devise', '~> 4.2' @@ -28,16 +27,15 @@ gem 'omniauth-facebook', '~> 4.0.0' gem 'omniauth-github', '~> 1.1.1' - gem 'omniauth-gitlab', '~> 1.0.0' + gem 'omniauth-gitlab', '~> 1.0.2' gem 'omniauth-google-oauth2', '~> 0.4.1' -gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos gem 'omniauth-saml', '~> 1.7.0' @@ -75,14 +75,13 @@ # Markdown and HTML processing gem 'html-pipeline', '~> 1.11.0' --gem 'deckar01-task_list', '1.0.5', require: 'task_list/railtie' -+gem 'deckar01-task_list', '>= 1.0.5', require: 'task_list/railtie' +-gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' ++gem 'deckar01-task_list', '>= 1.0.6', require: 'task_list/railtie' gem 'gitlab-markup', '~> 1.5.1' -gem 'redcarpet', '~> 3.3.3' +gem 'redcarpet', '>= 3.3.3' gem 'RedCloth', '~> 4.3.2' --gem 'rdoc', '~>3.6' -+gem 'rdoc', '>= 3.6' + gem 'rdoc', '~> 4.2' gem 'org-ruby', '~> 0.9.12' gem 'creole', '~> 0.5.0' -gem 'wikicloth', '0.8.1' @@ -97,8 +96,8 @@ +gem 'nokogiri', '>= 1.6.7.2' # Diffs --gem 'diffy', '~> 3.0.3' -+gem 'diffy', '>= 3.0.3' +-gem 'diffy', '~> 3.1.0' ++gem 'diffy', '>= 3.1.0' # Application server group :unicorn do @@ -107,8 +106,8 @@ gem 'unicorn-worker-killer', '~> 0.4.4' end -@@ -139,7 +137,7 @@ gem 'sidekiq-cron', '~> 0.4.0' - gem 'redis-namespace', '~> 1.5.2' +@@ -140,7 +138,7 @@ gem 'redis-namespace', '~> 1.5.2' + gem 'sidekiq-limit_fetch', '~> 3.4' # HTTP requests -gem 'httparty', '~> 0.13.3' @@ -116,7 +115,16 @@ # Colored output to console gem 'rainbow', '~> 2.1.0' -@@ -168,10 +166,10 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0. +@@ -163,7 +161,7 @@ gem 'connection_pool', '~> 2.0' + gem 'hipchat', '~> 1.5.0' + + # JIRA integration +-gem 'jira-ruby', '~> 1.1.2' ++gem 'jira-ruby', '>= 1.1.2' + + # Flowdock integration + gem 'gitlab-flowdock-git-hook', '~> 1.0.1' +@@ -172,10 +170,10 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0. gem 'gemnasium-gitlab-service', '~> 0.2' # Slack integration @@ -129,7 +137,7 @@ # FogBugz integration gem 'ruby-fogbugz', '~> 0.2.1' -@@ -183,17 +181,17 @@ gem 'd3_rails', '~> 3.5.0' +@@ -187,17 +185,17 @@ gem 'd3_rails', '~> 3.5.0' gem 'underscore-rails', '~> 1.8.0' # Sanitize user input @@ -145,12 +153,12 @@ +gem 'licensee', '>= 8.0.0' # Protect against bruteforcing --gem 'rack-attack', '~> 4.3.1' -+gem 'rack-attack', '>= 4.3.1' +-gem 'rack-attack', '~> 4.4.1' ++gem 'rack-attack', '>= 4.4.1' # Ace editor gem 'ace-rails-ap', '~> 4.1.0' -@@ -213,117 +211,31 @@ gem 'chronic_duration', '~> 0.10.6' +@@ -217,114 +215,31 @@ gem 'chronic_duration', '~> 0.10.6' gem 'sass-rails', '~> 5.0.6' gem 'coffee-rails', '~> 4.1.0' @@ -204,9 +212,6 @@ - gem 'better_errors', '~> 1.0.1' - gem 'binding_of_caller', '~> 0.7.2' - -- # Docs generator -- gem 'sdoc', '~> 0.3.20' -- - # thin instead webrick - gem 'thin', '~> 1.7.0' -end @@ -274,9 +279,9 @@ -gem 'octokit', '~> 4.3.0' +gem 'octokit', '>= 4.3.0' - gem 'mail_room', '~> 0.8.1' + gem 'mail_room', '~> 0.9.0' -@@ -342,8 +254,10 @@ gem 'oauth2', '~> 1.2.0' +@@ -340,8 +255,10 @@ gem 'oauth2', '~> 1.2.0' gem 'paranoia', '~> 2.0' # Health check Modified: head/www/gitlab/files/patch-config_database.yml.postgresql ============================================================================== --- head/www/gitlab/files/patch-config_database.yml.postgresql Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/files/patch-config_database.yml.postgresql Mon Mar 13 11:07:50 2017 (r436074) @@ -1,4 +1,4 @@ ---- config/database.yml.postgresql.orig 2017-01-21 16:35:45 UTC +--- config/database.yml.postgresql.orig 2017-02-14 21:48:43 UTC +++ config/database.yml.postgresql @@ -6,7 +6,7 @@ production: encoding: unicode Modified: head/www/gitlab/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab/files/patch-config_gitlab.yml.example Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/files/patch-config_gitlab.yml.example Mon Mar 13 11:07:50 2017 (r436074) @@ -1,15 +1,15 @@ ---- config/gitlab.yml.example.orig 2017-01-21 16:35:45 UTC +--- config/gitlab.yml.example.orig 2017-02-14 21:48:43 UTC +++ config/gitlab.yml.example -@@ -434,7 +434,7 @@ production: &base - # Paths where repositories can be stored. Give the canonicalized absolute pathname. - # NOTE: REPOS PATHS MUST NOT CONTAIN ANY SYMLINK!!! +@@ -438,7 +438,7 @@ production: &base + # gitlab-shell invokes Dir.pwd inside the repository path and that results + # real path not the symlink. storages: # You must have at least a `default` storage path. - default: /home/git/repositories/ + default: /usr/home/git/repositories/ ## Backup settings backup: -@@ -459,12 +459,12 @@ production: &base +@@ -463,12 +463,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -25,7 +25,7 @@ # Git over HTTP upload_pack: true -@@ -477,7 +477,7 @@ production: &base +@@ -481,7 +481,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Modified: head/www/gitlab/files/patch-config_initializers_1__settings.rb ============================================================================== --- head/www/gitlab/files/patch-config_initializers_1__settings.rb Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/files/patch-config_initializers_1__settings.rb Mon Mar 13 11:07:50 2017 (r436074) @@ -1,4 +1,4 @@ ---- config/initializers/1_settings.rb.orig 2017-01-21 16:35:45 UTC +--- config/initializers/1_settings.rb.orig 2017-02-14 21:48:43 UTC +++ config/initializers/1_settings.rb @@ -190,12 +190,8 @@ Settings.gitlab['email_subject_suffix'] Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url) Modified: head/www/gitlab/files/patch-config_unicorn.rb.example ============================================================================== --- head/www/gitlab/files/patch-config_unicorn.rb.example Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/files/patch-config_unicorn.rb.example Mon Mar 13 11:07:50 2017 (r436074) @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2017-01-21 16:35:45 UTC +--- config/unicorn.rb.example.orig 2017-02-14 21:48:43 UTC +++ config/unicorn.rb.example @@ -33,12 +33,12 @@ worker_processes 3 Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab ============================================================================== --- head/www/gitlab/files/patch-lib_support_nginx_gitlab Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab Mon Mar 13 11:07:50 2017 (r436074) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab.orig 2017-01-21 16:35:45 UTC +--- lib/support/nginx/gitlab.orig 2017-02-14 21:48:43 UTC +++ lib/support/nginx/gitlab @@ -17,7 +17,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl ============================================================================== --- head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Mon Mar 13 11:07:50 2017 (r436074) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab-ssl.orig 2017-01-21 16:35:45 UTC +--- lib/support/nginx/gitlab-ssl.orig 2017-02-14 21:48:43 UTC +++ lib/support/nginx/gitlab-ssl @@ -21,7 +21,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. Modified: head/www/gitlab/pkg-message ============================================================================== --- head/www/gitlab/pkg-message Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/pkg-message Mon Mar 13 11:07:50 2017 (r436074) @@ -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.12.x to 8.13.x, please follow the instructions in the guide at: +switched from 8.13.x to 8.14.x, please follow the instructions in the guide at: -https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.12-to-8.13-freebsd.md +https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.13-to-8.14-freebsd.md Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Mon Mar 13 11:06:13 2017 (r436073) +++ head/www/gitlab/pkg-plist Mon Mar 13 11:07:50 2017 (r436074) @@ -1,4 +1,6 @@ %%WWWDIR%%/.csscomb.json +%%WWWDIR%%/.eslintignore +%%WWWDIR%%/.eslintrc %%WWWDIR%%/.flayignore %%WWWDIR%%/.foreman %%WWWDIR%%/.gitattributes @@ -94,7 +96,7 @@ %%WWWDIR%%/app/assets/images/touch-icon-iphone.png %%WWWDIR%%/app/assets/images/white-scheme-preview.png %%WWWDIR%%/app/assets/javascripts/abuse_reports.js.es6 -%%WWWDIR%%/app/assets/javascripts/activities.js +%%WWWDIR%%/app/assets/javascripts/activities.js.es6 %%WWWDIR%%/app/assets/javascripts/admin.js %%WWWDIR%%/app/assets/javascripts/api.js %%WWWDIR%%/app/assets/javascripts/application.js @@ -122,11 +124,14 @@ %%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/components/board_list.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/components/board_sidebar.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/components/new_list_dropdown.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/mixins/sortable_default_options.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/models/issue.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/models/label.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/models/list.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/models/milestone.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/models/user.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/services/board_service.js.es6 %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js.es6 @@ -146,8 +151,21 @@ %%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js %%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js %%WWWDIR%%/app/assets/javascripts/create_label.js.es6 -%%WWWDIR%%/app/assets/javascripts/cycle_analytics.js.es6 -%%WWWDIR%%/app/assets/javascripts/diff.js +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_code_component.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_issue_component.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_plan_component.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_review_component.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_staging_component.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/total_time_component.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/cycle_analytics_service.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/cycle_analytics_store.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_branch.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_build_status.js.es6 +%%WWWDIR%%/app/assets/javascripts/cycle_analytics/svg/icon_commit.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff.js.es6 %%WWWDIR%%/app/assets/javascripts/diff_notes/components/comment_resolve_btn.js.es6 %%WWWDIR%%/app/assets/javascripts/diff_notes/components/jump_to_discussion.js.es6 %%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_btn.js.es6 @@ -162,12 +180,24 @@ %%WWWDIR%%/app/assets/javascripts/dispatcher.js.es6 %%WWWDIR%%/app/assets/javascripts/dropzone_input.js %%WWWDIR%%/app/assets/javascripts/due_date_select.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/components/environment.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_rollback.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_stop.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/environments_bundle.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/vue_resource_interceptor.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/array.js +%%WWWDIR%%/app/assets/javascripts/extensions/element.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/jquery.js %%WWWDIR%%/app/assets/javascripts/files_comment_button.js %%WWWDIR%%/app/assets/javascripts/flash.js %%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.es6 %%WWWDIR%%/app/assets/javascripts/gl_dropdown.js +%%WWWDIR%%/app/assets/javascripts/gl_field_error.js.es6 %%WWWDIR%%/app/assets/javascripts/gl_field_errors.js.es6 %%WWWDIR%%/app/assets/javascripts/gl_form.js %%WWWDIR%%/app/assets/javascripts/graphs/graphs_bundle.js @@ -176,7 +206,9 @@ %%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_graph.js %%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_util.js %%WWWDIR%%/app/assets/javascripts/group_avatar.js +%%WWWDIR%%/app/assets/javascripts/group_label_subscription.js.es6 %%WWWDIR%%/app/assets/javascripts/groups_select.js +%%WWWDIR%%/app/assets/javascripts/header.js %%WWWDIR%%/app/assets/javascripts/importer_status.js %%WWWDIR%%/app/assets/javascripts/issuable.js.es6 %%WWWDIR%%/app/assets/javascripts/issuable_context.js @@ -194,11 +226,12 @@ %%WWWDIR%%/app/assets/javascripts/lib/d3.js %%WWWDIR%%/app/assets/javascripts/lib/raphael.js %%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js.es6 %%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/emoji_aliases.js.erb -%%WWWDIR%%/app/assets/javascripts/lib/utils/jquery.timeago.js %%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/pretty_time.js.es6 %%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js @@ -208,7 +241,6 @@ %%WWWDIR%%/app/assets/javascripts/members.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/diff_file_editor.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/inline_conflict_lines.js.es6 -%%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/parallel_conflict_line.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/parallel_conflict_lines.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_conflicts/merge_conflict_service.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_conflicts/merge_conflict_store.js.es6 @@ -216,7 +248,7 @@ %%WWWDIR%%/app/assets/javascripts/merge_conflicts/mixins/line_conflict_actions.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_conflicts/mixins/line_conflict_utils.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_request.js -%%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js +%%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_request_widget.js.es6 %%WWWDIR%%/app/assets/javascripts/merged_buttons.js %%WWWDIR%%/app/assets/javascripts/milestone.js @@ -230,7 +262,7 @@ %%WWWDIR%%/app/assets/javascripts/notes.js %%WWWDIR%%/app/assets/javascripts/notifications_dropdown.js %%WWWDIR%%/app/assets/javascripts/notifications_form.js -%%WWWDIR%%/app/assets/javascripts/pager.js +%%WWWDIR%%/app/assets/javascripts/pager.js.es6 %%WWWDIR%%/app/assets/javascripts/pipelines.js.es6 %%WWWDIR%%/app/assets/javascripts/preview_markdown.js %%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js.es6 @@ -241,6 +273,7 @@ %%WWWDIR%%/app/assets/javascripts/project_find_file.js %%WWWDIR%%/app/assets/javascripts/project_fork.js %%WWWDIR%%/app/assets/javascripts/project_import.js +%%WWWDIR%%/app/assets/javascripts/project_label_subscription.js.es6 %%WWWDIR%%/app/assets/javascripts/project_new.js %%WWWDIR%%/app/assets/javascripts/project_select.js %%WWWDIR%%/app/assets/javascripts/project_show.js @@ -263,9 +296,11 @@ %%WWWDIR%%/app/assets/javascripts/shortcuts_network.js %%WWWDIR%%/app/assets/javascripts/sidebar.js.es6 %%WWWDIR%%/app/assets/javascripts/single_file_diff.js +%%WWWDIR%%/app/assets/javascripts/smart_interval.js.es6 %%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js %%WWWDIR%%/app/assets/javascripts/snippets_list.js.es6 %%WWWDIR%%/app/assets/javascripts/star.js +%%WWWDIR%%/app/assets/javascripts/subbable_resource.js.es6 %%WWWDIR%%/app/assets/javascripts/subscription.js %%WWWDIR%%/app/assets/javascripts/subscription_select.js %%WWWDIR%%/app/assets/javascripts/syntax_highlight.js @@ -283,6 +318,7 @@ %%WWWDIR%%/app/assets/javascripts/users/calendar.js %%WWWDIR%%/app/assets/javascripts/users/users_bundle.js %%WWWDIR%%/app/assets/javascripts/users_select.js +%%WWWDIR%%/app/assets/javascripts/vue_common_component/commit.js.es6 %%WWWDIR%%/app/assets/javascripts/wikis.js %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss @@ -316,6 +352,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/mobile.scss %%WWWDIR%%/app/assets/stylesheets/framework/modal.scss %%WWWDIR%%/app/assets/stylesheets/framework/nav.scss +%%WWWDIR%%/app/assets/stylesheets/framework/page-header.scss %%WWWDIR%%/app/assets/stylesheets/framework/pagination.scss %%WWWDIR%%/app/assets/stylesheets/framework/panels.scss %%WWWDIR%%/app/assets/stylesheets/framework/progress.scss @@ -327,6 +364,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap_variables.scss %%WWWDIR%%/app/assets/stylesheets/framework/typography.scss %%WWWDIR%%/app/assets/stylesheets/framework/variables.scss +%%WWWDIR%%/app/assets/stylesheets/framework/wells.scss %%WWWDIR%%/app/assets/stylesheets/framework/zen.scss %%WWWDIR%%/app/assets/stylesheets/highlight/dark.scss %%WWWDIR%%/app/assets/stylesheets/highlight/monokai.scss @@ -358,6 +396,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/graph.scss %%WWWDIR%%/app/assets/stylesheets/pages/groups.scss %%WWWDIR%%/app/assets/stylesheets/pages/help.scss +%%WWWDIR%%/app/assets/stylesheets/pages/icons.scss %%WWWDIR%%/app/assets/stylesheets/pages/import.scss %%WWWDIR%%/app/assets/stylesheets/pages/issuable.scss %%WWWDIR%%/app/assets/stylesheets/pages/issues.scss @@ -424,9 +463,9 @@ %%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb %%WWWDIR%%/app/controllers/concerns/continue_params.rb %%WWWDIR%%/app/controllers/concerns/creates_commit.rb +%%WWWDIR%%/app/controllers/concerns/cycle_analytics_params.rb %%WWWDIR%%/app/controllers/concerns/diff_for_path.rb %%WWWDIR%%/app/controllers/concerns/filter_projects.rb -%%WWWDIR%%/app/controllers/concerns/global_milestones.rb %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb %%WWWDIR%%/app/controllers/concerns/issuable_collections.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb @@ -477,6 +516,7 @@ %%WWWDIR%%/app/controllers/profiles/accounts_controller.rb %%WWWDIR%%/app/controllers/profiles/application_controller.rb %%WWWDIR%%/app/controllers/profiles/avatars_controller.rb +%%WWWDIR%%/app/controllers/profiles/chat_names_controller.rb %%WWWDIR%%/app/controllers/profiles/emails_controller.rb %%WWWDIR%%/app/controllers/profiles/keys_controller.rb %%WWWDIR%%/app/controllers/profiles/notifications_controller.rb @@ -502,6 +542,7 @@ %%WWWDIR%%/app/controllers/projects/commits_controller.rb %%WWWDIR%%/app/controllers/projects/compare_controller.rb %%WWWDIR%%/app/controllers/projects/container_registry_controller.rb +%%WWWDIR%%/app/controllers/projects/cycle_analytics/events_controller.rb %%WWWDIR%%/app/controllers/projects/cycle_analytics_controller.rb %%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb %%WWWDIR%%/app/controllers/projects/discussions_controller.rb @@ -576,6 +617,7 @@ %%WWWDIR%%/app/finders/tags_finder.rb %%WWWDIR%%/app/finders/todos_finder.rb %%WWWDIR%%/app/finders/union_finder.rb +%%WWWDIR%%/app/helpers/accounts_helper.rb %%WWWDIR%%/app/helpers/appearances_helper.rb %%WWWDIR%%/app/helpers/application_helper.rb %%WWWDIR%%/app/helpers/application_settings_helper.rb @@ -591,10 +633,13 @@ %%WWWDIR%%/app/helpers/ci_status_helper.rb %%WWWDIR%%/app/helpers/commits_helper.rb %%WWWDIR%%/app/helpers/compare_helper.rb +%%WWWDIR%%/app/helpers/components_helper.rb %%WWWDIR%%/app/helpers/dashboard_helper.rb %%WWWDIR%%/app/helpers/diff_helper.rb %%WWWDIR%%/app/helpers/dropdowns_helper.rb %%WWWDIR%%/app/helpers/emails_helper.rb +%%WWWDIR%%/app/helpers/environment_helper.rb +%%WWWDIR%%/app/helpers/environments_helper.rb %%WWWDIR%%/app/helpers/events_helper.rb %%WWWDIR%%/app/helpers/explore_helper.rb %%WWWDIR%%/app/helpers/external_wiki_helper.rb @@ -664,6 +709,7 @@ %%WWWDIR%%/app/models/blob.rb %%WWWDIR%%/app/models/board.rb %%WWWDIR%%/app/models/broadcast_message.rb +%%WWWDIR%%/app/models/chat_name.rb %%WWWDIR%%/app/models/ci/build.rb %%WWWDIR%%/app/models/ci/pipeline.rb %%WWWDIR%%/app/models/ci/runner.rb @@ -692,6 +738,7 @@ %%WWWDIR%%/app/models/concerns/project_features_compatibility.rb %%WWWDIR%%/app/models/concerns/protected_branch_access.rb %%WWWDIR%%/app/models/concerns/referable.rb +%%WWWDIR%%/app/models/concerns/select_for_project_authorization.rb %%WWWDIR%%/app/models/concerns/sortable.rb %%WWWDIR%%/app/models/concerns/spammable.rb %%WWWDIR%%/app/models/concerns/strip_attribute.rb @@ -715,6 +762,7 @@ %%WWWDIR%%/app/models/global_milestone.rb %%WWWDIR%%/app/models/group.rb %%WWWDIR%%/app/models/group_label.rb +%%WWWDIR%%/app/models/group_milestone.rb %%WWWDIR%%/app/models/guest.rb %%WWWDIR%%/app/models/hooks/project_hook.rb %%WWWDIR%%/app/models/hooks/service_hook.rb @@ -723,6 +771,7 @@ %%WWWDIR%%/app/models/identity.rb %%WWWDIR%%/app/models/issue.rb %%WWWDIR%%/app/models/issue/metrics.rb +%%WWWDIR%%/app/models/issue_collection.rb %%WWWDIR%%/app/models/key.rb %%WWWDIR%%/app/models/label.rb %%WWWDIR%%/app/models/label_link.rb @@ -748,6 +797,7 @@ %%WWWDIR%%/app/models/personal_access_token.rb %%WWWDIR%%/app/models/personal_snippet.rb %%WWWDIR%%/app/models/project.rb +%%WWWDIR%%/app/models/project_authorization.rb %%WWWDIR%%/app/models/project_feature.rb %%WWWDIR%%/app/models/project_group_link.rb %%WWWDIR%%/app/models/project_import_data.rb @@ -759,6 +809,7 @@ %%WWWDIR%%/app/models/project_services/buildkite_service.rb %%WWWDIR%%/app/models/project_services/builds_email_service.rb %%WWWDIR%%/app/models/project_services/campfire_service.rb +%%WWWDIR%%/app/models/project_services/chat_service.rb %%WWWDIR%%/app/models/project_services/ci_service.rb %%WWWDIR%%/app/models/project_services/custom_issue_tracker_service.rb %%WWWDIR%%/app/models/project_services/drone_ci_service.rb @@ -772,6 +823,7 @@ %%WWWDIR%%/app/models/project_services/irker_service.rb %%WWWDIR%%/app/models/project_services/issue_tracker_service.rb %%WWWDIR%%/app/models/project_services/jira_service.rb +%%WWWDIR%%/app/models/project_services/mattermost_slash_commands_service.rb %%WWWDIR%%/app/models/project_services/pipelines_email_service.rb %%WWWDIR%%/app/models/project_services/pivotaltracker_service.rb %%WWWDIR%%/app/models/project_services/pushover_service.rb @@ -810,6 +862,7 @@ %%WWWDIR%%/app/models/wiki_page.rb %%WWWDIR%%/app/policies/base_policy.rb %%WWWDIR%%/app/policies/ci/build_policy.rb +%%WWWDIR%%/app/policies/ci/pipeline_policy.rb %%WWWDIR%%/app/policies/ci/runner_policy.rb %%WWWDIR%%/app/policies/commit_status_policy.rb %%WWWDIR%%/app/policies/deployment_policy.rb @@ -830,6 +883,32 @@ %%WWWDIR%%/app/policies/project_policy.rb %%WWWDIR%%/app/policies/project_snippet_policy.rb %%WWWDIR%%/app/policies/user_policy.rb +%%WWWDIR%%/app/serializers/analytics_build_entity.rb +%%WWWDIR%%/app/serializers/analytics_build_serializer.rb +%%WWWDIR%%/app/serializers/analytics_commit_entity.rb +%%WWWDIR%%/app/serializers/analytics_commit_serializer.rb +%%WWWDIR%%/app/serializers/analytics_generic_serializer.rb +%%WWWDIR%%/app/serializers/analytics_issue_entity.rb +%%WWWDIR%%/app/serializers/analytics_issue_serializer.rb +%%WWWDIR%%/app/serializers/analytics_merge_request_entity.rb +%%WWWDIR%%/app/serializers/analytics_merge_request_serializer.rb +%%WWWDIR%%/app/serializers/base_serializer.rb +%%WWWDIR%%/app/serializers/build_entity.rb +%%WWWDIR%%/app/serializers/commit_entity.rb +%%WWWDIR%%/app/serializers/deployment_entity.rb +%%WWWDIR%%/app/serializers/entity_date_helper.rb +%%WWWDIR%%/app/serializers/entity_request.rb +%%WWWDIR%%/app/serializers/environment_entity.rb +%%WWWDIR%%/app/serializers/environment_serializer.rb +%%WWWDIR%%/app/serializers/issuable_entity.rb +%%WWWDIR%%/app/serializers/issue_entity.rb +%%WWWDIR%%/app/serializers/issue_serializer.rb +%%WWWDIR%%/app/serializers/label_entity.rb +%%WWWDIR%%/app/serializers/merge_request_entity.rb +%%WWWDIR%%/app/serializers/merge_request_serializer.rb +%%WWWDIR%%/app/serializers/request_aware_entity.rb +%%WWWDIR%%/app/serializers/user_entity.rb +%%WWWDIR%%/app/services/after_branch_delete_service.rb %%WWWDIR%%/app/services/akismet_service.rb %%WWWDIR%%/app/services/audit_event_service.rb %%WWWDIR%%/app/services/auth/container_registry_authentication_service.rb @@ -844,13 +923,15 @@ %%WWWDIR%%/app/services/boards/lists/generate_service.rb %%WWWDIR%%/app/services/boards/lists/list_service.rb %%WWWDIR%%/app/services/boards/lists/move_service.rb +%%WWWDIR%%/app/services/chat_names/authorize_user_service.rb +%%WWWDIR%%/app/services/chat_names/find_user_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_builds_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_service.rb %%WWWDIR%%/app/services/ci/create_trigger_request_service.rb %%WWWDIR%%/app/services/ci/image_for_build_service.rb %%WWWDIR%%/app/services/ci/process_pipeline_service.rb %%WWWDIR%%/app/services/ci/register_build_service.rb -%%WWWDIR%%/app/services/ci/send_pipeline_notification_service.rb +%%WWWDIR%%/app/services/ci/stop_environments_service.rb %%WWWDIR%%/app/services/commits/change_service.rb %%WWWDIR%%/app/services/commits/cherry_pick_service.rb %%WWWDIR%%/app/services/commits/revert_service.rb @@ -861,6 +942,7 @@ %%WWWDIR%%/app/services/create_snippet_service.rb %%WWWDIR%%/app/services/create_tag_service.rb %%WWWDIR%%/app/services/delete_branch_service.rb +%%WWWDIR%%/app/services/delete_merged_branches_service.rb %%WWWDIR%%/app/services/delete_tag_service.rb %%WWWDIR%%/app/services/delete_user_service.rb %%WWWDIR%%/app/services/destroy_group_service.rb @@ -892,6 +974,7 @@ %%WWWDIR%%/app/services/labels/transfer_service.rb %%WWWDIR%%/app/services/members/approve_access_request_service.rb %%WWWDIR%%/app/services/members/authorized_destroy_service.rb +%%WWWDIR%%/app/services/members/create_service.rb %%WWWDIR%%/app/services/members/destroy_service.rb %%WWWDIR%%/app/services/members/request_access_service.rb %%WWWDIR%%/app/services/merge_requests/add_todo_when_build_fails_service.rb @@ -956,6 +1039,7 @@ %%WWWDIR%%/app/services/update_release_service.rb %%WWWDIR%%/app/services/update_snippet_service.rb %%WWWDIR%%/app/services/user_agent_detail_service.rb +%%WWWDIR%%/app/services/user_project_access_changed_service.rb %%WWWDIR%%/app/services/wiki_pages/base_service.rb %%WWWDIR%%/app/services/wiki_pages/create_service.rb %%WWWDIR%%/app/services/wiki_pages/update_service.rb @@ -1213,7 +1297,6 @@ %%WWWDIR%%/app/views/layouts/_page_title.html.haml %%WWWDIR%%/app/views/layouts/_piwik.html.haml %%WWWDIR%%/app/views/layouts/_search.html.haml -%%WWWDIR%%/app/views/layouts/_user_styles.html.haml %%WWWDIR%%/app/views/layouts/admin.html.haml %%WWWDIR%%/app/views/layouts/application.html.haml %%WWWDIR%%/app/views/layouts/dashboard.html.haml @@ -1260,6 +1343,10 @@ %%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/links/ci/builds/_build.html.haml +%%WWWDIR%%/app/views/notify/links/ci/builds/_build.text.erb +%%WWWDIR%%/app/views/notify/links/generic_commit_statuses/_generic_commit_status.html.haml +%%WWWDIR%%/app/views/notify/links/generic_commit_statuses/_generic_commit_status.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 @@ -1324,6 +1411,9 @@ %%WWWDIR%%/app/views/profiles/_head.html.haml %%WWWDIR%%/app/views/profiles/accounts/show.html.haml %%WWWDIR%%/app/views/profiles/audit_log.html.haml +%%WWWDIR%%/app/views/profiles/chat_names/_chat_name.html.haml +%%WWWDIR%%/app/views/profiles/chat_names/index.html.haml +%%WWWDIR%%/app/views/profiles/chat_names/new.html.haml %%WWWDIR%%/app/views/profiles/emails/index.html.haml %%WWWDIR%%/app/views/profiles/keys/_form.html.haml %%WWWDIR%%/app/views/profiles/keys/_key.html.haml @@ -1357,6 +1447,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_merge_settings.html.haml %%WWWDIR%%/app/views/projects/_merge_request_settings.html.haml %%WWWDIR%%/app/views/projects/_readme.html.haml %%WWWDIR%%/app/views/projects/_wiki.html.haml @@ -1381,9 +1472,17 @@ %%WWWDIR%%/app/views/projects/blob/new.html.haml %%WWWDIR%%/app/views/projects/blob/preview.html.haml %%WWWDIR%%/app/views/projects/blob/show.html.haml +%%WWWDIR%%/app/views/projects/boards/_show.html.haml %%WWWDIR%%/app/views/projects/boards/components/_blank_state.html.haml %%WWWDIR%%/app/views/projects/boards/components/_board.html.haml +%%WWWDIR%%/app/views/projects/boards/components/_board_list.html.haml %%WWWDIR%%/app/views/projects/boards/components/_card.html.haml +%%WWWDIR%%/app/views/projects/boards/components/_sidebar.html.haml +%%WWWDIR%%/app/views/projects/boards/components/sidebar/_assignee.html.haml +%%WWWDIR%%/app/views/projects/boards/components/sidebar/_due_date.html.haml +%%WWWDIR%%/app/views/projects/boards/components/sidebar/_labels.html.haml +%%WWWDIR%%/app/views/projects/boards/components/sidebar/_milestone.html.haml +%%WWWDIR%%/app/views/projects/boards/components/sidebar/_notifications.html.haml %%WWWDIR%%/app/views/projects/boards/index.html.haml %%WWWDIR%%/app/views/projects/boards/show.html.haml %%WWWDIR%%/app/views/projects/branches/_branch.html.haml @@ -1431,6 +1530,9 @@ %%WWWDIR%%/app/views/projects/compare/show.html.haml %%WWWDIR%%/app/views/projects/container_registry/_tag.html.haml %%WWWDIR%%/app/views/projects/container_registry/index.html.haml +%%WWWDIR%%/app/views/projects/cycle_analytics/_empty_stage.html.haml +%%WWWDIR%%/app/views/projects/cycle_analytics/_no_access.html.haml +%%WWWDIR%%/app/views/projects/cycle_analytics/_overview.html.haml %%WWWDIR%%/app/views/projects/cycle_analytics/show.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/_deploy_key.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/_form.html.haml @@ -1452,10 +1554,8 @@ %%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/_external_url.html.haml %%WWWDIR%%/app/views/projects/environments/_form.html.haml -%%WWWDIR%%/app/views/projects/environments/_header_title.html.haml %%WWWDIR%%/app/views/projects/environments/_stop.html.haml %%WWWDIR%%/app/views/projects/environments/edit.html.haml %%WWWDIR%%/app/views/projects/environments/index.html.haml @@ -1518,8 +1618,6 @@ %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_submit_form.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/components/_diff_file_editor.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/components/_inline_conflict_lines.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/conflicts/components/_parallel_conflict_line.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/conflicts/components/_parallel_conflict_lines.html.haml %%WWWDIR%%/app/views/projects/merge_requests/diffs.html.haml %%WWWDIR%%/app/views/projects/merge_requests/dropdowns/_branch.html.haml %%WWWDIR%%/app/views/projects/merge_requests/dropdowns/_project.html.haml @@ -1556,6 +1654,7 @@ %%WWWDIR%%/app/views/projects/merge_requests/widget/open/_nothing.html.haml %%WWWDIR%%/app/views/projects/merge_requests/widget/open/_reload.html.haml %%WWWDIR%%/app/views/projects/merge_requests/widget/open/_sha_mismatch.html.haml +%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_unresolved_discussions.html.haml %%WWWDIR%%/app/views/projects/merge_requests/widget/open/_wip.html.haml %%WWWDIR%%/app/views/projects/milestones/_form.html.haml %%WWWDIR%%/app/views/projects/milestones/_milestone.html.haml @@ -1578,6 +1677,7 @@ %%WWWDIR%%/app/views/projects/notes/_notes_with_form.html.haml %%WWWDIR%%/app/views/projects/pipelines/_head.html.haml %%WWWDIR%%/app/views/projects/pipelines/_info.html.haml +%%WWWDIR%%/app/views/projects/pipelines/_with_tabs.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 @@ -1613,6 +1713,7 @@ %%WWWDIR%%/app/views/projects/services/_form.html.haml %%WWWDIR%%/app/views/projects/services/edit.html.haml %%WWWDIR%%/app/views/projects/services/index.html.haml +%%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_help.html.haml %%WWWDIR%%/app/views/projects/show.atom.builder %%WWWDIR%%/app/views/projects/show.html.haml %%WWWDIR%%/app/views/projects/snippets/_actions.html.haml @@ -1706,25 +1807,35 @@ %%WWWDIR%%/app/views/shared/_visibility_level.html.haml %%WWWDIR%%/app/views/shared/_visibility_radios.html.haml %%WWWDIR%%/app/views/shared/builds/_tabs.html.haml +%%WWWDIR%%/app/views/shared/empty_states/_issues.html.haml +%%WWWDIR%%/app/views/shared/empty_states/_todos_all_done.svg +%%WWWDIR%%/app/views/shared/empty_states/_todos_empty.svg +%%WWWDIR%%/app/views/shared/empty_states/icons/_issues.svg %%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/_delta.svg %%WWWDIR%%/app/views/shared/icons/_files.svg %%WWWDIR%%/app/views/shared/icons/_group.svg.erb +%%WWWDIR%%/app/views/shared/icons/_icon_close.svg %%WWWDIR%%/app/views/shared/icons/_icon_commit.svg +%%WWWDIR%%/app/views/shared/icons/_icon_cycle_analytics_overview.svg %%WWWDIR%%/app/views/shared/icons/_icon_cycle_analytics_splash.svg %%WWWDIR%%/app/views/shared/icons/_icon_empty_groups.svg %%WWWDIR%%/app/views/shared/icons/_icon_fork.svg +%%WWWDIR%%/app/views/shared/icons/_icon_lock.svg +%%WWWDIR%%/app/views/shared/icons/_icon_no_data.svg %%WWWDIR%%/app/views/shared/icons/_icon_no_wrap.svg %%WWWDIR%%/app/views/shared/icons/_icon_play.svg %%WWWDIR%%/app/views/shared/icons/_icon_soft_wrap.svg -%%WWWDIR%%/app/views/shared/icons/_icon_status_cancel.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_canceled.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_created.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_failed.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_pending.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_running.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_skipped.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_success.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_warning.svg %%WWWDIR%%/app/views/shared/icons/_icon_timer.svg @@ -1747,6 +1858,8 @@ %%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/issuable/form/_template_selector.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_title.html.haml %%WWWDIR%%/app/views/shared/labels/_form.html.haml %%WWWDIR%%/app/views/shared/members/_access_request_buttons.html.haml %%WWWDIR%%/app/views/shared/members/_group.html.haml @@ -1796,6 +1909,7 @@ %%WWWDIR%%/app/views/users/show.atom.builder %%WWWDIR%%/app/views/users/show.html.haml %%WWWDIR%%/app/workers/admin_email_worker.rb +%%WWWDIR%%/app/workers/authorized_projects_worker.rb %%WWWDIR%%/app/workers/build_coverage_worker.rb %%WWWDIR%%/app/workers/build_email_worker.rb %%WWWDIR%%/app/workers/build_finished_worker.rb @@ -1807,6 +1921,7 @@ %%WWWDIR%%/app/workers/concerns/dedicated_sidekiq_queue.rb %%WWWDIR%%/app/workers/concerns/pipeline_queue.rb %%WWWDIR%%/app/workers/concerns/repository_check_queue.rb +%%WWWDIR%%/app/workers/delete_merged_branches_worker.rb %%WWWDIR%%/app/workers/delete_user_worker.rb %%WWWDIR%%/app/workers/email_receiver_worker.rb %%WWWDIR%%/app/workers/emails_on_push_worker.rb @@ -1821,10 +1936,12 @@ %%WWWDIR%%/app/workers/new_note_worker.rb %%WWWDIR%%/app/workers/pipeline_hooks_worker.rb %%WWWDIR%%/app/workers/pipeline_metrics_worker.rb +%%WWWDIR%%/app/workers/pipeline_notification_worker.rb %%WWWDIR%%/app/workers/pipeline_process_worker.rb %%WWWDIR%%/app/workers/pipeline_success_worker.rb %%WWWDIR%%/app/workers/pipeline_update_worker.rb %%WWWDIR%%/app/workers/post_receive.rb +%%WWWDIR%%/app/workers/process_commit_worker.rb %%WWWDIR%%/app/workers/project_cache_worker.rb %%WWWDIR%%/app/workers/project_destroy_worker.rb %%WWWDIR%%/app/workers/project_export_worker.rb @@ -1833,6 +1950,7 @@ %%WWWDIR%%/app/workers/prune_old_events_worker.rb %%WWWDIR%%/app/workers/remove_expired_group_links_worker.rb %%WWWDIR%%/app/workers/remove_expired_members_worker.rb +%%WWWDIR%%/app/workers/remove_unreferenced_lfs_objects_worker.rb %%WWWDIR%%/app/workers/repository_archive_cache_worker.rb %%WWWDIR%%/app/workers/repository_check/batch_worker.rb %%WWWDIR%%/app/workers/repository_check/clear_worker.rb @@ -1846,6 +1964,7 @@ %%WWWDIR%%/app/workers/update_merge_requests_worker.rb @(git,,544) %%WWWDIR%%/bin/background_jobs @(git,,544) %%WWWDIR%%/bin/bundle +@(git,,544) %%WWWDIR%%/bin/changelog @(git,,544) %%WWWDIR%%/bin/check @(git,,544) %%WWWDIR%%/bin/ci/upgrade.rb @(git,,544) %%WWWDIR%%/bin/daemon_with_pidfile @@ -1862,6 +1981,7 @@ @(git,,544) %%WWWDIR%%/bin/upgrade.rb @(git,,544) %%WWWDIR%%/bin/web %%WWWDIR%%/changelogs/archive.md +%%WWWDIR%%/changelogs/unreleased/repository-name-emojis %%WWWDIR%%/config.ru %%WWWDIR%%/config/application.rb %%WWWDIR%%/config/aws.yml.example @@ -1874,6 +1994,7 @@ %%WWWDIR%%/config/environments/development.rb %%WWWDIR%%/config/environments/production.rb %%WWWDIR%%/config/environments/test.rb +%%WWWDIR%%/config/initializers/0_post_deployment_migrations.rb %%WWWDIR%%/config/initializers/1_settings.rb %%WWWDIR%%/config/initializers/2_app.rb %%WWWDIR%%/config/initializers/4_ci_app.rb @@ -1914,10 +2035,12 @@ %%WWWDIR%%/config/initializers/premailer.rb %%WWWDIR%%/config/initializers/public_key.rb %%WWWDIR%%/config/initializers/rack_attack_git_basic_auth.rb +%%WWWDIR%%/config/initializers/rack_attack_logging.rb %%WWWDIR%%/config/initializers/rack_lineprof.rb %%WWWDIR%%/config/initializers/relative_naming_ci_namespace.rb %%WWWDIR%%/config/initializers/relative_url.rb.sample %%WWWDIR%%/config/initializers/request_profiler.rb +%%WWWDIR%%/config/initializers/routing_draw.rb %%WWWDIR%%/config/initializers/secret_token.rb %%WWWDIR%%/config/initializers/sentry.rb %%WWWDIR%%/config/initializers/session_store.rb @@ -1935,6 +2058,7 @@ %%WWWDIR%%/config/locales/sherlock.en.yml %%WWWDIR%%/config/mail_room.yml %%WWWDIR%%/config/newrelic.yml +%%WWWDIR%%/config/no_todos_messages.yml %%WWWDIR%%/config/routes.rb %%WWWDIR%%/config/routes/admin.rb %%WWWDIR%%/config/routes/api.rb @@ -1942,16 +2066,19 @@ %%WWWDIR%%/config/routes/dashboard.rb %%WWWDIR%%/config/routes/development.rb %%WWWDIR%%/config/routes/explore.rb +%%WWWDIR%%/config/routes/git_http.rb %%WWWDIR%%/config/routes/group.rb %%WWWDIR%%/config/routes/help.rb %%WWWDIR%%/config/routes/import.rb %%WWWDIR%%/config/routes/profile.rb %%WWWDIR%%/config/routes/project.rb +%%WWWDIR%%/config/routes/repository.rb %%WWWDIR%%/config/routes/sherlock.rb %%WWWDIR%%/config/routes/sidekiq.rb %%WWWDIR%%/config/routes/snippets.rb %%WWWDIR%%/config/routes/uploads.rb %%WWWDIR%%/config/routes/user.rb +%%WWWDIR%%/config/routes/wiki.rb %%WWWDIR%%/config/sidekiq.yml.example %%WWWDIR%%/config/sidekiq_queues.yml %%WWWDIR%%/config/unicorn.rb.example.development @@ -2390,6 +2517,7 @@ %%WWWDIR%%/db/migrate/20160818205718_add_expires_at_to_project_group_links.rb %%WWWDIR%%/db/migrate/20160819221631_add_index_to_note_discussion_id.rb %%WWWDIR%%/db/migrate/20160819221833_reset_diff_note_discussion_id_because_it_was_calculated_wrongly.rb +%%WWWDIR%%/db/migrate/20160819232256_add_incoming_email_token_to_users.rb %%WWWDIR%%/db/migrate/20160823081327_change_merge_error_to_text.rb %%WWWDIR%%/db/migrate/20160823213309_add_lfs_enabled_to_projects.rb %%WWWDIR%%/db/migrate/20160824103857_drop_unused_ci_tables.rb @@ -2409,6 +2537,7 @@ %%WWWDIR%%/db/migrate/20160907131111_add_environment_type_to_environments.rb %%WWWDIR%%/db/migrate/20160913162434_remove_projects_pushes_since_gc.rb %%WWWDIR%%/db/migrate/20160913212128_change_artifacts_size_column.rb +%%WWWDIR%%/db/migrate/20160914131004_only_allow_merge_if_all_discussions_are_resolved.rb %%WWWDIR%%/db/migrate/20160915042921_create_merge_requests_closing_issues.rb %%WWWDIR%%/db/migrate/20160919144305_add_type_to_labels.rb %%WWWDIR%%/db/migrate/20160919145149_add_group_id_to_labels.rb @@ -2416,8 +2545,10 @@ %%WWWDIR%%/db/migrate/20160926145521_add_organization_to_user.rb %%WWWDIR%%/db/migrate/20161006104309_add_state_to_environment.rb %%WWWDIR%%/db/migrate/20161007133303_precalculate_trending_projects.rb +%%WWWDIR%%/db/migrate/20161010142410_create_project_authorizations.rb %%WWWDIR%%/db/migrate/20161012180455_add_repository_access_level_to_project_feature.rb %%WWWDIR%%/db/migrate/20161014173530_create_label_priorities.rb +%%WWWDIR%%/db/migrate/20161017091941_add_authorized_projects_populated_to_users.rb %%WWWDIR%%/db/migrate/20161017095000_add_properties_to_deployment.rb %%WWWDIR%%/db/migrate/20161017125927_add_unique_index_to_labels.rb %%WWWDIR%%/db/migrate/20161018024215_migrate_labels_priority.rb @@ -2425,9 +2556,26 @@ %%WWWDIR%%/db/migrate/20161018124658_make_project_owners_masters.rb %%WWWDIR%%/db/migrate/20161019190736_migrate_sidekiq_queues_from_default.rb %%WWWDIR%%/db/migrate/20161019213545_generate_project_feature_for_projects.rb +%%WWWDIR%%/db/migrate/20161020075734_default_request_access_groups.rb +%%WWWDIR%%/db/migrate/20161020075830_default_request_access_projects.rb +%%WWWDIR%%/db/migrate/20161020083353_add_pipeline_id_to_merge_request_metrics.rb +%%WWWDIR%%/db/migrate/20161021114307_add_lock_version_to_build_and_pipelines.rb %%WWWDIR%%/db/migrate/20161024042317_migrate_mailroom_queue_from_default.rb +%%WWWDIR%%/db/migrate/20161025231710_migrate_jira_to_gem.rb +%%WWWDIR%%/db/migrate/20161031155516_add_housekeeping_to_application_settings.rb +%%WWWDIR%%/db/migrate/20161031171301_add_project_id_to_subscriptions.rb +%%WWWDIR%%/db/migrate/20161031174110_migrate_subscriptions_project_id.rb +%%WWWDIR%%/db/migrate/20161031181638_add_unique_index_to_subscriptions.rb %%WWWDIR%%/db/migrate/20161103171205_rename_repository_storage_column.rb +%%WWWDIR%%/db/migrate/20161103191444_add_sidekiq_throttling_to_application_settings.rb +%%WWWDIR%%/db/migrate/20161106185620_add_project_import_data_project_index.rb +%%WWWDIR%%/db/migrate/20161113184239_create_user_chat_names_table.rb +%%WWWDIR%%/db/migrate/20161117114805_remove_undeleted_groups.rb +%%WWWDIR%%/db/migrate/20161118183841_add_commit_events_to_services.rb +%%WWWDIR%%/db/migrate/20161124141322_migrate_process_commit_worker_jobs.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***