svn commit: r445153 - in head/www/gitlab: . files
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Jul 6 14:10:17 UTC 2017
Author: tz
Date: Thu Jul 6 14:10:14 2017
New Revision: 445153
URL: https://svnweb.freebsd.org/changeset/ports/445153
Log:
www/gitlab: Update from 9.0.10 to 9.1.7
Changelog: https://github.com/gitlabhq/gitlabhq/blob/v9.1.7/CHANGELOG.md
Reviewed by: Matthias Fechner <idefix at fechner.net>
Deleted:
head/www/gitlab/files/patch-config_initializers_8__gitaly.rb
head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake
Modified:
head/www/gitlab/Makefile
head/www/gitlab/distinfo
head/www/gitlab/files/gitlab.in
head/www/gitlab/files/patch-Gemfile
head/www/gitlab/files/patch-config_gitlab.yml.example
head/www/gitlab/files/patch-config_initializers_1__settings.rb
head/www/gitlab/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 Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/Makefile Thu Jul 6 14:10:14 2017 (r445153)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= gitlab
-PORTVERSION= 9.0.10
+PORTVERSION= 9.1.7
DISTVERSIONPREFIX= v
-PORTREVISION= 2
CATEGORIES= www devel
MAINTAINER= tz at FreeBSD.org
@@ -26,8 +25,8 @@ BUILD_DEPENDS= gem:devel/ruby-gems
# only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS
# for the options
RUN_DEPENDS= git>=2.8.4:devel/git \
- gitlab-shell>=5.0.0:devel/gitlab-shell\
- gitlab-workhorse>=1.4.2:www/gitlab-workhorse \
+ gitlab-shell>=5.0.2:devel/gitlab-shell\
+ gitlab-workhorse>=1.4.3:www/gitlab-workhorse \
redis>=2.8.23:databases/redis \
npm>=4.3.0:www/npm \
yarn>=0.17.0:www/yarn \
@@ -36,7 +35,8 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-responders>=2.0:www/rubygem-responders \
rubygem-sprockets3>=3.7:devel/rubygem-sprockets3 \
rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \
- rubygem-rugged>=0.24:devel/rubygem-rugged \
+ rubygem-rugged>=0.25.1.1:devel/rubygem-rugged \
+ rubygem-faraday>=0.11.0:www/rubygem-faraday \
rubygem-devise>=4.2:devel/rubygem-devise \
rubygem-doorkeeper>=4.2:security/rubygem-doorkeeper \
rubygem-doorkeeper-openid_connect>=1.1.0:security/rubygem-doorkeeper-openid_connect \
@@ -66,7 +66,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-browser>=2.2:www/rubygem-browser \
rubygem-gitlab_omniauth-ldap1>=1.2.1:net/rubygem-gitlab_omniauth-ldap1 \
rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \
- rubygem-gollum-rugged_adapter>=0.4.2:www/rubygem-gollum-rugged_adapter \
+ rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \
rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \
rubygem-grape>=0.19.0:devel/rubygem-grape \
rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \
@@ -108,6 +108,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-sidekiq-cron04>=0.4.4:devel/rubygem-sidekiq-cron04 \
rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \
rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \
+ rubygem-rufus-scheduler>=3.1.10:devel/rubygem-rufus-scheduler \
rubygem-httparty>=0.13.3:www/rubygem-httparty \
rubygem-rainbow>=2.1.0:devel/rubygem-rainbow \
rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \
@@ -120,7 +121,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
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-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \
- rubygem-asana>=0.4.0:www/rubygem-asana \
+ rubygem-asana>=0.6.0:www/rubygem-asana \
rubygem-ruby-fogbugz>=0.2.1:devel/rubygem-ruby-fogbugz \
rubygem-kubeclient>=2.2.0:www/rubygem-kubeclient \
rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \
@@ -136,7 +137,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-oj2>=2.17.4:devel/rubygem-oj2 \
rubygem-chronic>=0.10.2:devel/rubygem-chronic \
rubygem-chronic_duration>=0.10.6:devel/rubygem-chronic_duration \
- rubygem-webpack-rails>=0.9.9:www/rubygem-webpack-rails \
+ rubygem-webpack-rails>=0.9.10:www/rubygem-webpack-rails \
rubygem-rack-proxy>=0.6.0:www/rubygem-rack-proxy \
rubygem-sass-rails5>=5.0.6:textproc/rubygem-sass-rails5 \
rubygem-coffee-rails4>=4.1.0:devel/rubygem-coffee-rails4 \
@@ -153,19 +154,20 @@ RUN_DEPENDS= git>=2.8.4:devel/git \
rubygem-virtus>=1.0.1:devel/rubygem-virtus \
rubygem-net-ssh>=3.0.1:security/rubygem-net-ssh \
rubygem-base32>=0.3.2:converters/rubygem-base32 \
- rubygem-sentry-raven>=2.0.0:devel/rubygem-sentry-raven \
+ rubygem-sentry-raven>=2.4.0:devel/rubygem-sentry-raven \
rubygem-premailer-rails>=1.9.0:mail/rubygem-premailer-rails \
rubygem-octokit>=4.6.2:net/rubygem-octokit \
rubygem-mail_room>=0.9.1:mail/rubygem-mail_room \
rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \
rubygem-html2text>=0:textproc/rubygem-html2text \
rubygem-ruby-prof>=0.16.2:devel/rubygem-ruby-prof \
- rubygem-oauth212>=1.2.0:net/rubygem-oauth212 \
+ rubygem-oauth2>=1.3.0:net/rubygem-oauth212 \
rubygem-paranoia>=2.2:databases/rubygem-paranoia \
rubygem-health_check>=2.6.0:devel/rubygem-health_check \
rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \
rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \
- rubygem-gitaly>=0.2.1:net/rubygem-gitaly \
+ rubygem-gitaly>=0.5.0:net/rubygem-gitaly \
+ rubygem-toml-rb>=0.3.15:www/rubygem-toml-rb \
rubygem-rinku>=1.7.3:www/rubygem-rinku
PGSQL_RUN_DEPENDS= rubygem-pg>=0.18.2:databases/rubygem-pg
Modified: head/www/gitlab/distinfo
==============================================================================
--- head/www/gitlab/distinfo Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/distinfo Thu Jul 6 14:10:14 2017 (r445153)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497354650
-SHA256 (gitlabhq-gitlabhq-v9.0.10_GH0.tar.gz) = 99422056f86a8ada3177cfd4e06985ef7db51494940bebcc08886b61a5221e48
-SIZE (gitlabhq-gitlabhq-v9.0.10_GH0.tar.gz) = 26359584
+TIMESTAMP = 1498552753
+SHA256 (gitlabhq-gitlabhq-v9.1.7_GH0.tar.gz) = 195f39ea7e3c0714df13403b2cc6311fecc437bf28b9f9cc619dd5b3a49634b0
+SIZE (gitlabhq-gitlabhq-v9.1.7_GH0.tar.gz) = 30511727
Modified: head/www/gitlab/files/gitlab.in
==============================================================================
--- head/www/gitlab/files/gitlab.in Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/files/gitlab.in Thu Jul 6 14:10:14 2017 (r445153)
@@ -390,7 +390,7 @@ restart_gitlab(){
### Finally the input handling.
case "$1" in
- start|quietstart)
+ start|quietstart|faststart)
start_gitlab
;;
stop|faststop)
Modified: head/www/gitlab/files/patch-Gemfile
==============================================================================
--- head/www/gitlab/files/patch-Gemfile Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/files/patch-Gemfile Thu Jul 6 14:10:14 2017 (r445153)
@@ -1,6 +1,6 @@
---- Gemfile.orig 2017-06-07 20:58:14 UTC
+--- Gemfile.orig 2017-06-07 20:48:31 UTC
+++ Gemfile
-@@ -1,46 +1,41 @@
+@@ -1,48 +1,43 @@
source 'https://rubygems.org'
-gem 'rails', '4.2.8'
@@ -21,9 +21,11 @@
-gem 'pg', '~> 0.18.2', group: :postgres
+gem 'default_value_for', '>= 3.0.0'
--gem 'rugged', '~> 0.24.0'
-+gem 'rugged', '>= 0.24.0'
+ gem 'rugged', '~> 0.25.1.1'
+-gem 'faraday', '~> 0.11.0'
++gem 'faraday', '>= 0.11.0'
+
# Authentication libraries
gem 'devise', '~> 4.2'
gem 'doorkeeper', '~> 4.2.0'
@@ -56,8 +58,8 @@
gem 'akismet', '~> 2.0'
# Two-factor authentication
-@@ -66,7 +61,7 @@ gem 'gollum-lib', '~> 4.2', require: fal
- gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
+@@ -68,7 +63,7 @@ gem 'gollum-lib', '~> 4.2', require: fal
+ gem 'gollum-rugged_adapter', '~> 0.4.4', require: false
# Language detection
-gem 'github-linguist', '~> 4.7.0', require: 'linguist'
@@ -65,7 +67,7 @@
# API
gem 'grape', '~> 0.19.0'
-@@ -77,13 +72,13 @@ gem 'rack-cors', '~> 0.4.0', require: 'r
+@@ -79,13 +74,13 @@ gem 'rack-cors', '~> 0.4.0', require: 'r
gem 'kaminari', '~> 0.17.0'
# HAML
@@ -82,7 +84,7 @@
# for backups
gem 'fog-aws', '~> 0.9'
-@@ -94,7 +89,7 @@ gem 'fog-openstack', '~> 0.1'
+@@ -96,7 +91,7 @@ gem 'fog-openstack', '~> 0.1'
gem 'fog-rackspace', '~> 0.1.1'
# for Google storage
@@ -91,7 +93,7 @@
# for aws storage
gem 'unf', '~> 0.1.4'
-@@ -104,34 +99,34 @@ gem 'seed-fu', '~> 2.3.5'
+@@ -106,34 +101,34 @@ gem 'seed-fu', '~> 2.3.5'
# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
@@ -134,9 +136,13 @@
# Run events after state machine commits
gem 'after_commit_queue', '~> 1.3.0'
-@@ -145,17 +140,17 @@ gem 'redis-namespace', '~> 1.5.2'
+@@ -147,20 +142,20 @@ gem 'redis-namespace', '~> 1.5.2'
gem 'sidekiq-limit_fetch', '~> 3.4'
+ # Cron Parser
+-gem 'rufus-scheduler', '~> 3.1.10'
++gem 'rufus-scheduler', '>= 3.1.10'
+
# HTTP requests
-gem 'httparty', '~> 0.13.3'
+gem 'httparty', '>= 0.13.3'
@@ -155,7 +161,7 @@
# Cache
gem 'redis-rails', '~> 5.0.1'
-@@ -168,7 +163,7 @@ gem 'connection_pool', '~> 2.0'
+@@ -173,7 +168,7 @@ gem 'connection_pool', '~> 2.0'
gem 'hipchat', '~> 1.5.0'
# JIRA integration
@@ -164,14 +170,7 @@
# Flowdock integration
gem 'gitlab-flowdock-git-hook', '~> 1.0.1'
-@@ -180,13 +175,13 @@ gem 'gemnasium-gitlab-service', '~> 0.2'
- gem 'slack-notifier', '~> 1.5.1'
-
- # Asana integration
--gem 'asana', '~> 0.4.0'
-+gem 'asana', '>= 0.4.0'
-
- # FogBugz integration
+@@ -191,7 +186,7 @@ gem 'asana', '~> 0.6.0'
gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration
@@ -180,7 +179,7 @@
# d3
gem 'd3_rails', '~> 3.5.0'
-@@ -195,7 +190,7 @@ gem 'd3_rails', '~> 3.5.0'
+@@ -200,7 +195,7 @@ gem 'd3_rails', '~> 3.5.0'
gem 'underscore-rails', '~> 1.8.0'
# Sanitize user input
@@ -189,7 +188,7 @@
gem 'babosa', '~> 1.0.2'
# Sanitizes SVG input
-@@ -205,7 +200,7 @@ gem 'loofah', '~> 2.0.3'
+@@ -210,7 +205,7 @@ gem 'loofah', '~> 2.0.3'
gem 'licensee', '~> 8.7.0'
# Protect against bruteforcing
@@ -198,10 +197,10 @@
# Ace editor
gem 'ace-rails-ap', '~> 4.1.0'
-@@ -224,122 +219,41 @@ gem 'chronic', '~> 0.10.2'
+@@ -229,122 +224,41 @@ gem 'chronic', '~> 0.10.2'
gem 'chronic_duration', '~> 0.10.6'
- gem 'webpack-rails', '~> 0.9.9'
+ gem 'webpack-rails', '~> 0.9.10'
-gem 'rack-proxy', '~> 0.6.0'
+gem 'rack-proxy', '>= 0.6.0'
@@ -228,8 +227,8 @@
gem 'base32', '~> 0.3.0'
# Sentry integration
--gem 'sentry-raven', '~> 2.0.0'
-+gem 'sentry-raven', '>= 2.0.0'
+-gem 'sentry-raven', '~> 2.4.0'
++gem 'sentry-raven', '>= 2.4.0'
gem 'premailer-rails', '~> 1.9.0'
@@ -242,15 +241,13 @@
-
-group :development do
- gem 'foreman', '~> 0.78.0'
-- gem 'brakeman', '~> 3.4.0', require: false
+- gem 'brakeman', '~> 3.6.0', require: false
-
- gem 'letter_opener_web', '~> 1.3.0'
-- gem 'bullet', '~> 5.2.0', require: false
- gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
-- gem 'web-console', '~> 2.0'
-
- # Better errors handler
-- gem 'better_errors', '~> 1.0.1'
+- gem 'better_errors', '~> 2.1.0'
- gem 'binding_of_caller', '~> 0.7.2'
-
- # thin instead webrick
@@ -258,6 +255,7 @@
-end
-
-group :development, :test do
+- gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET']
- gem 'pry-byebug', '~> 3.4.1', platform: :mri
- gem 'pry-rails', '~> 0.3.4'
-
@@ -282,16 +280,16 @@
- gem 'capybara-screenshot', '~> 1.0.0'
- gem 'poltergeist', '~> 1.9.0'
-
-- gem 'spring', '~> 1.7.0'
+- gem 'spring', '~> 2.0.0'
- gem 'spring-commands-rspec', '~> 1.0.4'
- gem 'spring-commands-spinach', '~> 1.1.0'
-
- gem 'rubocop', '~> 0.47.1', require: false
-- gem 'rubocop-rspec', '~> 1.12.0', require: false
+- gem 'rubocop-rspec', '~> 1.15.0', require: false
- gem 'scss_lint', '~> 0.47.0', require: false
- gem 'haml_lint', '~> 0.21.0', require: false
-- gem 'simplecov', '0.12.0', require: false
-- gem 'flay', '~> 2.6.1', require: false
+- gem 'simplecov', '~> 0.14.0', require: false
+- gem 'flay', '~> 2.8.0', require: false
- gem 'bundler-audit', '~> 0.5.0', require: false
-
- gem 'benchmark-ips', '~> 2.3.0', require: false
@@ -308,10 +306,11 @@
- gem 'shoulda-matchers', '~> 2.8.0', require: false
- gem 'email_spec', '~> 1.6.0'
- gem 'json-schema', '~> 2.6.2'
-- gem 'webmock', '~> 1.21.0'
+- gem 'webmock', '~> 1.24.0'
- gem 'test_after_commit', '~> 1.1'
- gem 'sham_rack', '~> 1.3.6'
- gem 'timecop', '~> 0.8.0'
+- gem 'concurrent-ruby', '~> 1.0.5'
-end
-
-gem 'octokit', '~> 4.6.2'
@@ -326,14 +325,16 @@
gem 'ruby-prof', '~> 0.16.2'
# OAuth
--gem 'oauth2', '~> 1.2.0'
-+gem 'oauth2', '>= 1.2.0'
+-gem 'oauth2', '~> 1.3.0'
++gem 'oauth2', '>= 1.3.0'
# Soft deletion
gem 'paranoia', '~> 2.2'
-@@ -353,3 +267,5 @@ gem 'sys-filesystem', '~> 1.1.6'
-
+@@ -359,4 +273,6 @@ gem 'sys-filesystem', '~> 1.1.6'
# Gitaly GRPC client
- gem 'gitaly', '~> 0.2.1'
+ gem 'gitaly', '~> 0.5.0'
+
+-gem 'toml-rb', '~> 0.3.15', require: false
++gem 'toml-rb', '>= 0.3.15', require: false
+
+gem 'rinku'
Modified: head/www/gitlab/files/patch-config_gitlab.yml.example
==============================================================================
--- head/www/gitlab/files/patch-config_gitlab.yml.example Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/files/patch-config_gitlab.yml.example Thu Jul 6 14:10:14 2017 (r445153)
@@ -1,15 +1,17 @@
---- config/gitlab.yml.example.orig 2017-06-07 20:58:14 UTC
+--- config/gitlab.yml.example.orig 2017-06-07 20:48:31 UTC
+++ config/gitlab.yml.example
-@@ -472,7 +472,7 @@ production: &base
+@@ -463,8 +463,8 @@ production: &base
# real path not the symlink.
storages: # You must have at least a `default` storage path.
default:
- path: /home/git/repositories/
+- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
+ path: /usr/home/git/repositories/
++ gitaly_address: unix:/usr/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
## Backup settings
backup:
-@@ -499,12 +499,12 @@ production: &base
+@@ -491,12 +491,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
@@ -25,7 +27,7 @@
# Git over HTTP
upload_pack: true
-@@ -517,7 +517,7 @@ production: &base
+@@ -509,7 +509,7 @@ production: &base
# CAUTION!
# Use the default values unless you really know what you are doing
git:
Modified: head/www/gitlab/files/patch-config_initializers_1__settings.rb
==============================================================================
--- head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Jul 6 14:10:14 2017 (r445153)
@@ -1,8 +1,8 @@
---- config/initializers/1_settings.rb.orig 2017-06-07 20:58:14 UTC
+--- config/initializers/1_settings.rb.orig 2017-06-07 20:48:31 UTC
+++ config/initializers/1_settings.rb
-@@ -203,12 +203,8 @@ Settings.gitlab['email_subject_suffix']
- Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url)
- Settings.gitlab['url'] ||= Settings.send(:build_gitlab_url)
+@@ -215,12 +215,8 @@ Settings.gitlab['email_subject_suffix']
+ Settings.gitlab['base_url'] ||= Settings.__send__(:build_base_gitlab_url)
+ Settings.gitlab['url'] ||= Settings.__send__(:build_gitlab_url)
Settings.gitlab['user'] ||= 'git'
-Settings.gitlab['user_home'] ||= begin
- Etc.getpwnam(Settings.gitlab['user']).dir
@@ -14,4 +14,4 @@
+Settings.gitlab['time_zone'] ||= nil
Settings.gitlab['signup_enabled'] ||= true if Settings.gitlab['signup_enabled'].nil?
Settings.gitlab['signin_enabled'] ||= true if Settings.gitlab['signin_enabled'].nil?
- Settings.gitlab['restricted_visibility_levels'] = Settings.send(:verify_constant_array, Gitlab::VisibilityLevel, Settings.gitlab['restricted_visibility_levels'], [])
+ Settings.gitlab['restricted_visibility_levels'] = Settings.__send__(:verify_constant_array, Gitlab::VisibilityLevel, Settings.gitlab['restricted_visibility_levels'], [])
Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab
==============================================================================
--- head/www/gitlab/files/patch-lib_support_nginx_gitlab Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/files/patch-lib_support_nginx_gitlab Thu Jul 6 14:10:14 2017 (r445153)
@@ -1,4 +1,4 @@
---- lib/support/nginx/gitlab.orig 2017-06-07 20:58:14 UTC
+--- lib/support/nginx/gitlab.orig 2017-06-07 20:48:31 UTC
+++ lib/support/nginx/gitlab
@@ -17,7 +17,7 @@
## See installation.md#using-https for additional HTTPS configuration details.
@@ -9,7 +9,7 @@
}
map $http_upgrade $connection_upgrade_gitlab {
-@@ -70,7 +70,7 @@ server {
+@@ -77,7 +77,7 @@ server {
error_page 502 /502.html;
error_page 503 /503.html;
location ~ ^/(404|422|500|502|503)\.html$ {
Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
==============================================================================
--- head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Thu Jul 6 14:10:14 2017 (r445153)
@@ -1,4 +1,4 @@
---- lib/support/nginx/gitlab-ssl.orig 2017-06-07 20:58:14 UTC
+--- lib/support/nginx/gitlab-ssl.orig 2017-06-07 20:48:31 UTC
+++ lib/support/nginx/gitlab-ssl
@@ -21,7 +21,7 @@
## See installation.md#using-https for additional HTTPS configuration details.
@@ -9,7 +9,7 @@
}
map $http_upgrade $connection_upgrade_gitlab_ssl {
-@@ -118,7 +118,7 @@ server {
+@@ -125,7 +125,7 @@ server {
error_page 502 /502.html;
error_page 503 /503.html;
location ~ ^/(404|422|500|502|503)\.html$ {
Modified: head/www/gitlab/pkg-message
==============================================================================
--- head/www/gitlab/pkg-message Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/pkg-message Thu Jul 6 14:10:14 2017 (r445153)
@@ -3,7 +3,7 @@ Gitlab was installed successfully.
You now need to set up the various components of Gitlab, so please
follow the instructions in the guide at:
-http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/install/9.0-freebsd.md
+http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/install/9.1-freebsd.md
If you just installed an minor upgrade of GitLab please follow
the instructions in the guide at:
@@ -11,6 +11,6 @@ the instructions in the guide at:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/freebsd_patch_versions.md
If you just installed an major upgrade of GitLab, for example you
-switched from 8.17.x to 9.0.x, please follow the instructions in the guide at:
+switched from 9.0.x to 9.1.x, please follow the instructions in the guide at:
-http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/8.17-to-9.0-freebsd.md
+http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/9.0-to-9.1-freebsd.md
Modified: head/www/gitlab/pkg-plist
==============================================================================
--- head/www/gitlab/pkg-plist Thu Jul 6 14:05:40 2017 (r445152)
+++ head/www/gitlab/pkg-plist Thu Jul 6 14:10:14 2017 (r445153)
@@ -1,9 +1,9 @@
+%%WWWDIR%%/.babelrc
%%WWWDIR%%/.csscomb.json
%%WWWDIR%%/.eslintignore
%%WWWDIR%%/.eslintrc
%%WWWDIR%%/.flayignore
%%WWWDIR%%/.foreman
-%%WWWDIR%%/.gitattributes
%%WWWDIR%%/.github/ISSUE_TEMPLATE.md
%%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md
%%WWWDIR%%/.gitlab-ci.yml
@@ -41,6 +41,16 @@
%%WWWDIR%%/app/assets/images/auth_buttons/gitlab_64.png
%%WWWDIR%%/app/assets/images/auth_buttons/google_64.png
%%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_canceled.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_created.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_failed.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_manual.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_not_found.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_pending.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_running.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_skipped.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_success.ico
+%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_warning.ico
%%WWWDIR%%/app/assets/images/dark-scheme-preview.png
%%WWWDIR%%/app/assets/images/emoji.png
%%WWWDIR%%/app/assets/images/emoji/100.png
@@ -1884,21 +1894,34 @@
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji.js
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji/is_emoji_name_valid.js
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji/is_emoji_unicode_supported.js
-%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji/spread_string.js
%%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji/unicode_support_map.js
+%%WWWDIR%%/app/assets/javascripts/behaviors/index.js
%%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js
%%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js
%%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_ci_yaml.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_dockerfile_selector.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_dockerfile_selectors.js
+%%WWWDIR%%/app/assets/javascripts/blob/3d_viewer/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/3d_viewer/mesh_object.js
%%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selector.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selectors.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selector.js
-%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selectors.js
+%%WWWDIR%%/app/assets/javascripts/blob/blob_fork_suggestion.js
+%%WWWDIR%%/app/assets/javascripts/blob/blob_line_permalink_updater.js
+%%WWWDIR%%/app/assets/javascripts/blob/create_branch_dropdown.js
+%%WWWDIR%%/app/assets/javascripts/blob/file_template_mediator.js
+%%WWWDIR%%/app/assets/javascripts/blob/file_template_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/notebook/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/notebook_viewer.js
+%%WWWDIR%%/app/assets/javascripts/blob/pdf/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/pdf_viewer.js
+%%WWWDIR%%/app/assets/javascripts/blob/sketch/index.js
+%%WWWDIR%%/app/assets/javascripts/blob/sketch_viewer.js
+%%WWWDIR%%/app/assets/javascripts/blob/stl_viewer.js
+%%WWWDIR%%/app/assets/javascripts/blob/target_branch_dropdown.js
%%WWWDIR%%/app/assets/javascripts/blob/template_selector.js
-%%WWWDIR%%/app/assets/javascripts/blob_edit/blob_edit_bundle.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/ci_yaml_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/dockerfile_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/gitignore_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/license_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob/template_selectors/type_selector.js
+%%WWWDIR%%/app/assets/javascripts/blob_edit/blob_bundle.js
%%WWWDIR%%/app/assets/javascripts/blob_edit/edit_blob.js
%%WWWDIR%%/app/assets/javascripts/boards/boards_bundle.js
%%WWWDIR%%/app/assets/javascripts/boards/components/board.js
@@ -1911,9 +1934,6 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/issue_card_inner.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/empty_state.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters.js
-%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters/label.js
-%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters/milestone.js
-%%WWWDIR%%/app/assets/javascripts/boards/components/modal/filters/user.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/footer.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/header.js
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/index.js
@@ -1922,6 +1942,8 @@
%%WWWDIR%%/app/assets/javascripts/boards/components/modal/tabs.js
%%WWWDIR%%/app/assets/javascripts/boards/components/new_list_dropdown.js
%%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/remove_issue.js
+%%WWWDIR%%/app/assets/javascripts/boards/eventhub.js
+%%WWWDIR%%/app/assets/javascripts/boards/filtered_search_boards.js
%%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_mixins.js
%%WWWDIR%%/app/assets/javascripts/boards/mixins/sortable_default_options.js
@@ -1933,29 +1955,34 @@
%%WWWDIR%%/app/assets/javascripts/boards/services/board_service.js
%%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js
%%WWWDIR%%/app/assets/javascripts/boards/stores/modal_store.js
+%%WWWDIR%%/app/assets/javascripts/boards/utils/query_data.js
%%WWWDIR%%/app/assets/javascripts/breakpoints.js
%%WWWDIR%%/app/assets/javascripts/broadcast_message.js
%%WWWDIR%%/app/assets/javascripts/build.js
%%WWWDIR%%/app/assets/javascripts/build_artifacts.js
%%WWWDIR%%/app/assets/javascripts/build_variables.js
%%WWWDIR%%/app/assets/javascripts/ci_lint_editor.js
+%%WWWDIR%%/app/assets/javascripts/ci_status_icons.js
+%%WWWDIR%%/app/assets/javascripts/comment_type_toggle.js
%%WWWDIR%%/app/assets/javascripts/commit.js
%%WWWDIR%%/app/assets/javascripts/commit/file.js
%%WWWDIR%%/app/assets/javascripts/commit/image_file.js
%%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_bundle.js
-%%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_service.js
-%%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_store.js
%%WWWDIR%%/app/assets/javascripts/commit/pipelines/pipelines_table.js
%%WWWDIR%%/app/assets/javascripts/commits.js
%%WWWDIR%%/app/assets/javascripts/commons/bootstrap.js
%%WWWDIR%%/app/assets/javascripts/commons/index.js
%%WWWDIR%%/app/assets/javascripts/commons/jquery.js
+%%WWWDIR%%/app/assets/javascripts/commons/polyfills.js
+%%WWWDIR%%/app/assets/javascripts/commons/polyfills/custom_event.js
+%%WWWDIR%%/app/assets/javascripts/commons/polyfills/element.js
%%WWWDIR%%/app/assets/javascripts/compare.js
%%WWWDIR%%/app/assets/javascripts/compare_autocomplete.js
%%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js
%%WWWDIR%%/app/assets/javascripts/copy_as_gfm.js
%%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js
%%WWWDIR%%/app/assets/javascripts/create_label.js
+%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/limit_warning_component.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_code_component.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_issue_component.js
%%WWWDIR%%/app/assets/javascripts/cycle_analytics/components/stage_plan_component.js
@@ -1975,6 +2002,7 @@
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/comment_resolve_btn.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/diff_note_avatars.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/jump_to_discussion.js
+%%WWWDIR%%/app/assets/javascripts/diff_notes/components/new_issue_for_discussion.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_btn.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_count.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_discussion_btn.js
@@ -1986,37 +2014,45 @@
%%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js
%%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js
%%WWWDIR%%/app/assets/javascripts/dispatcher.js
-%%WWWDIR%%/app/assets/javascripts/droplab/droplab.js
-%%WWWDIR%%/app/assets/javascripts/droplab/droplab_ajax.js
-%%WWWDIR%%/app/assets/javascripts/droplab/droplab_ajax_filter.js
-%%WWWDIR%%/app/assets/javascripts/droplab/droplab_filter.js
+%%WWWDIR%%/app/assets/javascripts/droplab/constants.js
+%%WWWDIR%%/app/assets/javascripts/droplab/drop_down.js
+%%WWWDIR%%/app/assets/javascripts/droplab/drop_lab.js
+%%WWWDIR%%/app/assets/javascripts/droplab/hook.js
+%%WWWDIR%%/app/assets/javascripts/droplab/hook_button.js
+%%WWWDIR%%/app/assets/javascripts/droplab/hook_input.js
+%%WWWDIR%%/app/assets/javascripts/droplab/keyboard.js
+%%WWWDIR%%/app/assets/javascripts/droplab/plugins/ajax.js
+%%WWWDIR%%/app/assets/javascripts/droplab/plugins/ajax_filter.js
+%%WWWDIR%%/app/assets/javascripts/droplab/plugins/filter.js
+%%WWWDIR%%/app/assets/javascripts/droplab/plugins/input_setter.js
+%%WWWDIR%%/app/assets/javascripts/droplab/utils.js
%%WWWDIR%%/app/assets/javascripts/dropzone_input.js
%%WWWDIR%%/app/assets/javascripts/due_date_select.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_actions.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_external_url.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.js
+%%WWWDIR%%/app/assets/javascripts/environments/components/environment_monitoring.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_rollback.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_stop.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environment_terminal_button.js
%%WWWDIR%%/app/assets/javascripts/environments/components/environments_table.js
%%WWWDIR%%/app/assets/javascripts/environments/environments_bundle.js
+%%WWWDIR%%/app/assets/javascripts/environments/event_hub.js
%%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_bundle.js
%%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_view.js
%%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js
%%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js
%%WWWDIR%%/app/assets/javascripts/extensions/array.js
-%%WWWDIR%%/app/assets/javascripts/extensions/custom_event.js
-%%WWWDIR%%/app/assets/javascripts/extensions/element.js
-%%WWWDIR%%/app/assets/javascripts/extensions/jquery.js
-%%WWWDIR%%/app/assets/javascripts/extensions/object.js
-%%WWWDIR%%/app/assets/javascripts/extensions/string.js
%%WWWDIR%%/app/assets/javascripts/files_comment_button.js
%%WWWDIR%%/app/assets/javascripts/filterable_list.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/components/recent_searches_dropdown_content.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/container.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_hint.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_non_user.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_user.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_utils.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/event_hub.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_bundle.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown_manager.js
@@ -2024,6 +2060,10 @@
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_token_keys.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_tokenizer.js
%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_visual_tokens.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/recent_searches_root.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/services/recent_searches_service.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/services/recent_searches_service_error.js
+%%WWWDIR%%/app/assets/javascripts/filtered_search/stores/recent_searches_store.js
%%WWWDIR%%/app/assets/javascripts/flash.js
%%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js
%%WWWDIR%%/app/assets/javascripts/gl_dropdown.js
@@ -2034,13 +2074,16 @@
%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors.js
%%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.js
%%WWWDIR%%/app/assets/javascripts/group_avatar.js
%%WWWDIR%%/app/assets/javascripts/group_label_subscription.js
+%%WWWDIR%%/app/assets/javascripts/group_name.js
%%WWWDIR%%/app/assets/javascripts/groups_list.js
%%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
+%%WWWDIR%%/app/assets/javascripts/issuable/auto_width_dropdown_select.js
%%WWWDIR%%/app/assets/javascripts/issuable/issuable_bundle.js
%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/collapsed_state.js
%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/comparison_pane.js
@@ -2053,6 +2096,9 @@
%%WWWDIR%%/app/assets/javascripts/issuable_context.js
%%WWWDIR%%/app/assets/javascripts/issuable_form.js
%%WWWDIR%%/app/assets/javascripts/issue.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/index.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/issue_title.js
+%%WWWDIR%%/app/assets/javascripts/issue_show/services/index.js
%%WWWDIR%%/app/assets/javascripts/issue_status_select.js
%%WWWDIR%%/app/assets/javascripts/issues_bulk_assignment.js
%%WWWDIR%%/app/assets/javascripts/label_manager.js
@@ -2061,12 +2107,16 @@
%%WWWDIR%%/app/assets/javascripts/layout_nav.js
%%WWWDIR%%/app/assets/javascripts/lib/ace.js
%%WWWDIR%%/app/assets/javascripts/lib/ace/ace_config_paths.js.erb
+%%WWWDIR%%/app/assets/javascripts/lib/utils/accessor.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/constants.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/http_status.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/number_utils.js
+%%WWWDIR%%/app/assets/javascripts/lib/utils/poll.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/pretty_time.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js
%%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js
@@ -2127,6 +2177,12 @@
%%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_edit.js
%%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_edit_list.js
%%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branches_bundle.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/index.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_access_dropdown.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_create.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_dropdown.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit.js
+%%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit_list.js
%%WWWDIR%%/app/assets/javascripts/render_gfm.js
%%WWWDIR%%/app/assets/javascripts/render_math.js
%%WWWDIR%%/app/assets/javascripts/right_sidebar.js
@@ -2154,6 +2210,7 @@
%%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selectors.js
%%WWWDIR%%/app/assets/javascripts/terminal/terminal.js
%%WWWDIR%%/app/assets/javascripts/terminal/terminal_bundle.js
+%%WWWDIR%%/app/assets/javascripts/test_utils/index.js
%%WWWDIR%%/app/assets/javascripts/test_utils/simulate_drag.js
%%WWWDIR%%/app/assets/javascripts/todos.js
%%WWWDIR%%/app/assets/javascripts/tree.js
@@ -2161,6 +2218,7 @@
%%WWWDIR%%/app/assets/javascripts/u2f/error.js
%%WWWDIR%%/app/assets/javascripts/u2f/register.js
%%WWWDIR%%/app/assets/javascripts/u2f/util.js
+%%WWWDIR%%/app/assets/javascripts/usage_ping.js
%%WWWDIR%%/app/assets/javascripts/user.js
%%WWWDIR%%/app/assets/javascripts/user_callout.js
%%WWWDIR%%/app/assets/javascripts/user_tabs.js
@@ -2170,15 +2228,24 @@
%%WWWDIR%%/app/assets/javascripts/users_select.js
%%WWWDIR%%/app/assets/javascripts/version_check_image.js
%%WWWDIR%%/app/assets/javascripts/visibility_select.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/async_button.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/empty_state.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/error_state.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/nav_controls.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/navigation_tabs.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipeline_url.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/pipelines_artifacts.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/stage.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/status.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/components/time_ago.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/event_hub.js
%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/index.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipeline_url.js
%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipelines.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stage.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/status.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/store.js
-%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/time_ago.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/services/pipelines_service.js
+%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stores/pipelines_store.js
%%WWWDIR%%/app/assets/javascripts/vue_realtime_listener/index.js
+%%WWWDIR%%/app/assets/javascripts/vue_shared/common_vue.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/commit.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pipelines_table.js
%%WWWDIR%%/app/assets/javascripts/vue_shared/components/pipelines_table_row.js
@@ -2250,6 +2317,7 @@
%%WWWDIR%%/app/assets/stylesheets/pages/builds.scss
%%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss
%%WWWDIR%%/app/assets/stylesheets/pages/commits.scss
+%%WWWDIR%%/app/assets/stylesheets/pages/container_registry.scss
%%WWWDIR%%/app/assets/stylesheets/pages/cycle_analytics.scss
%%WWWDIR%%/app/assets/stylesheets/pages/deploy_keys.scss
%%WWWDIR%%/app/assets/stylesheets/pages/detail_page.scss
@@ -2299,6 +2367,7 @@
%%WWWDIR%%/app/controllers/admin/background_jobs_controller.rb
%%WWWDIR%%/app/controllers/admin/broadcast_messages_controller.rb
%%WWWDIR%%/app/controllers/admin/builds_controller.rb
+%%WWWDIR%%/app/controllers/admin/cohorts_controller.rb
%%WWWDIR%%/app/controllers/admin/dashboard_controller.rb
%%WWWDIR%%/app/controllers/admin/deploy_keys_controller.rb
%%WWWDIR%%/app/controllers/admin/groups_controller.rb
@@ -2326,7 +2395,7 @@
%%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/enforces_two_factor_authentication.rb
%%WWWDIR%%/app/controllers/concerns/issuable_actions.rb
%%WWWDIR%%/app/controllers/concerns/issuable_collections.rb
%%WWWDIR%%/app/controllers/concerns/issues_action.rb
@@ -2334,7 +2403,10 @@
%%WWWDIR%%/app/controllers/concerns/membership_actions.rb
%%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb
%%WWWDIR%%/app/controllers/concerns/oauth_applications.rb
+%%WWWDIR%%/app/controllers/concerns/params_backward_compatibility.rb
+%%WWWDIR%%/app/controllers/concerns/renders_notes.rb
%%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb
+%%WWWDIR%%/app/controllers/concerns/requires_health_token.rb
%%WWWDIR%%/app/controllers/concerns/service_params.rb
%%WWWDIR%%/app/controllers/concerns/snippets_actions.rb
%%WWWDIR%%/app/controllers/concerns/spammable_actions.rb
@@ -2361,6 +2433,7 @@
%%WWWDIR%%/app/controllers/groups/milestones_controller.rb
%%WWWDIR%%/app/controllers/groups_controller.rb
%%WWWDIR%%/app/controllers/health_check_controller.rb
+%%WWWDIR%%/app/controllers/health_controller.rb
%%WWWDIR%%/app/controllers/help_controller.rb
%%WWWDIR%%/app/controllers/import/base_controller.rb
%%WWWDIR%%/app/controllers/import/bitbucket_controller.rb
@@ -2408,7 +2481,6 @@
%%WWWDIR%%/app/controllers/projects/commit_controller.rb
%%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
@@ -2437,8 +2509,13 @@
%%WWWDIR%%/app/controllers/projects/pipelines_settings_controller.rb
%%WWWDIR%%/app/controllers/projects/project_members_controller.rb
%%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb
+%%WWWDIR%%/app/controllers/projects/protected_refs_controller.rb
+%%WWWDIR%%/app/controllers/projects/protected_tags_controller.rb
%%WWWDIR%%/app/controllers/projects/raw_controller.rb
%%WWWDIR%%/app/controllers/projects/refs_controller.rb
+%%WWWDIR%%/app/controllers/projects/registry/application_controller.rb
+%%WWWDIR%%/app/controllers/projects/registry/repositories_controller.rb
+%%WWWDIR%%/app/controllers/projects/registry/tags_controller.rb
%%WWWDIR%%/app/controllers/projects/releases_controller.rb
%%WWWDIR%%/app/controllers/projects/repositories_controller.rb
%%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb
@@ -2558,6 +2635,7 @@
%%WWWDIR%%/app/helpers/sorting_helper.rb
%%WWWDIR%%/app/helpers/storage_helper.rb
%%WWWDIR%%/app/helpers/submodule_helper.rb
+%%WWWDIR%%/app/helpers/system_note_helper.rb
%%WWWDIR%%/app/helpers/tab_helper.rb
%%WWWDIR%%/app/helpers/tags_helper.rb
%%WWWDIR%%/app/helpers/time_helper.rb
@@ -2565,6 +2643,7 @@
%%WWWDIR%%/app/helpers/tree_helper.rb
%%WWWDIR%%/app/helpers/triggers_helper.rb
%%WWWDIR%%/app/helpers/u2f_helper.rb
+%%WWWDIR%%/app/helpers/users_helper.rb
%%WWWDIR%%/app/helpers/version_check_helper.rb
%%WWWDIR%%/app/helpers/visibility_level_helper.rb
%%WWWDIR%%/app/helpers/wiki_helper.rb
@@ -2595,12 +2674,12 @@
%%WWWDIR%%/app/models/chat_team.rb
%%WWWDIR%%/app/models/ci/build.rb
%%WWWDIR%%/app/models/ci/pipeline.rb
-%%WWWDIR%%/app/models/ci/pipeline_status.rb
%%WWWDIR%%/app/models/ci/runner.rb
%%WWWDIR%%/app/models/ci/runner_project.rb
%%WWWDIR%%/app/models/ci/stage.rb
%%WWWDIR%%/app/models/ci/trigger.rb
%%WWWDIR%%/app/models/ci/trigger_request.rb
+%%WWWDIR%%/app/models/ci/trigger_schedule.rb
%%WWWDIR%%/app/models/ci/variable.rb
%%WWWDIR%%/app/models/commit.rb
%%WWWDIR%%/app/models/commit_range.rb
@@ -2610,23 +2689,33 @@
%%WWWDIR%%/app/models/concerns/awardable.rb
%%WWWDIR%%/app/models/concerns/cache_markdown_field.rb
%%WWWDIR%%/app/models/concerns/case_sensitivity.rb
+%%WWWDIR%%/app/models/concerns/discussion_on_diff.rb
%%WWWDIR%%/app/models/concerns/expirable.rb
%%WWWDIR%%/app/models/concerns/faster_cache_keys.rb
+%%WWWDIR%%/app/models/concerns/ghost_user.rb
%%WWWDIR%%/app/models/concerns/has_status.rb
+%%WWWDIR%%/app/models/concerns/ignorable_column.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
%%WWWDIR%%/app/models/concerns/milestoneish.rb
%%WWWDIR%%/app/models/concerns/note_on_diff.rb
+%%WWWDIR%%/app/models/concerns/noteable.rb
%%WWWDIR%%/app/models/concerns/participable.rb
%%WWWDIR%%/app/models/concerns/presentable.rb
%%WWWDIR%%/app/models/concerns/project_features_compatibility.rb
%%WWWDIR%%/app/models/concerns/protected_branch_access.rb
+%%WWWDIR%%/app/models/concerns/protected_ref.rb
+%%WWWDIR%%/app/models/concerns/protected_ref_access.rb
+%%WWWDIR%%/app/models/concerns/protected_tag_access.rb
%%WWWDIR%%/app/models/concerns/reactive_caching.rb
%%WWWDIR%%/app/models/concerns/reactive_service.rb
%%WWWDIR%%/app/models/concerns/referable.rb
%%WWWDIR%%/app/models/concerns/relative_positioning.rb
+%%WWWDIR%%/app/models/concerns/repository_mirroring.rb
+%%WWWDIR%%/app/models/concerns/resolvable_discussion.rb
+%%WWWDIR%%/app/models/concerns/resolvable_note.rb
%%WWWDIR%%/app/models/concerns/routable.rb
%%WWWDIR%%/app/models/concerns/select_for_project_authorization.rb
%%WWWDIR%%/app/models/concerns/sortable.rb
@@ -2638,15 +2727,18 @@
%%WWWDIR%%/app/models/concerns/token_authenticatable.rb
%%WWWDIR%%/app/models/concerns/uniquify.rb
%%WWWDIR%%/app/models/concerns/valid_attribute.rb
+%%WWWDIR%%/app/models/container_repository.rb
%%WWWDIR%%/app/models/cycle_analytics.rb
%%WWWDIR%%/app/models/cycle_analytics/summary.rb
%%WWWDIR%%/app/models/dashboard_milestone.rb
%%WWWDIR%%/app/models/deploy_key.rb
%%WWWDIR%%/app/models/deploy_keys_project.rb
%%WWWDIR%%/app/models/deployment.rb
+%%WWWDIR%%/app/models/diff_discussion.rb
%%WWWDIR%%/app/models/diff_note.rb
%%WWWDIR%%/app/models/directly_addressed_user.rb
%%WWWDIR%%/app/models/discussion.rb
+%%WWWDIR%%/app/models/discussion_note.rb
%%WWWDIR%%/app/models/email.rb
%%WWWDIR%%/app/models/environment.rb
%%WWWDIR%%/app/models/event.rb
@@ -2664,6 +2756,7 @@
%%WWWDIR%%/app/models/hooks/system_hook.rb
%%WWWDIR%%/app/models/hooks/web_hook.rb
%%WWWDIR%%/app/models/identity.rb
+%%WWWDIR%%/app/models/individual_note_discussion.rb
%%WWWDIR%%/app/models/issue.rb
%%WWWDIR%%/app/models/issue/metrics.rb
%%WWWDIR%%/app/models/issue_collection.rb
@@ -2671,6 +2764,7 @@
%%WWWDIR%%/app/models/label.rb
%%WWWDIR%%/app/models/label_link.rb
%%WWWDIR%%/app/models/label_priority.rb
+%%WWWDIR%%/app/models/legacy_diff_discussion.rb
%%WWWDIR%%/app/models/legacy_diff_note.rb
%%WWWDIR%%/app/models/lfs_object.rb
%%WWWDIR%%/app/models/lfs_objects_project.rb
@@ -2690,6 +2784,7 @@
%%WWWDIR%%/app/models/notification_setting.rb
%%WWWDIR%%/app/models/oauth_access_grant.rb
%%WWWDIR%%/app/models/oauth_access_token.rb
+%%WWWDIR%%/app/models/out_of_context_discussion.rb
%%WWWDIR%%/app/models/pages_domain.rb
%%WWWDIR%%/app/models/personal_access_token.rb
%%WWWDIR%%/app/models/personal_snippet.rb
@@ -2731,7 +2826,10 @@
%%WWWDIR%%/app/models/project_services/kubernetes_service.rb
%%WWWDIR%%/app/models/project_services/mattermost_service.rb
%%WWWDIR%%/app/models/project_services/mattermost_slash_commands_service.rb
+%%WWWDIR%%/app/models/project_services/microsoft_teams_service.rb
%%WWWDIR%%/app/models/project_services/mock_ci_service.rb
+%%WWWDIR%%/app/models/project_services/mock_deployment_service.rb
+%%WWWDIR%%/app/models/project_services/mock_monitoring_service.rb
%%WWWDIR%%/app/models/project_services/monitoring_service.rb
%%WWWDIR%%/app/models/project_services/pipelines_email_service.rb
%%WWWDIR%%/app/models/project_services/pivotaltracker_service.rb
@@ -2745,9 +2843,13 @@
%%WWWDIR%%/app/models/project_statistics.rb
%%WWWDIR%%/app/models/project_team.rb
%%WWWDIR%%/app/models/project_wiki.rb
+%%WWWDIR%%/app/models/protectable_dropdown.rb
%%WWWDIR%%/app/models/protected_branch.rb
%%WWWDIR%%/app/models/protected_branch/merge_access_level.rb
%%WWWDIR%%/app/models/protected_branch/push_access_level.rb
+%%WWWDIR%%/app/models/protected_ref_matcher.rb
+%%WWWDIR%%/app/models/protected_tag.rb
+%%WWWDIR%%/app/models/protected_tag/create_access_level.rb
%%WWWDIR%%/app/models/release.rb
%%WWWDIR%%/app/models/repository.rb
%%WWWDIR%%/app/models/route.rb
@@ -2757,6 +2859,7 @@
%%WWWDIR%%/app/models/snippet.rb
%%WWWDIR%%/app/models/spam_log.rb
%%WWWDIR%%/app/models/subscription.rb
+%%WWWDIR%%/app/models/system_note_metadata.rb
%%WWWDIR%%/app/models/timelog.rb
%%WWWDIR%%/app/models/todo.rb
%%WWWDIR%%/app/models/tree.rb
@@ -2794,6 +2897,7 @@
%%WWWDIR%%/app/policies/user_policy.rb
%%WWWDIR%%/app/presenters/README.md
%%WWWDIR%%/app/presenters/ci/build_presenter.rb
+%%WWWDIR%%/app/presenters/ci/pipeline_presenter.rb
%%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb
%%WWWDIR%%/app/serializers/analytics_build_entity.rb
%%WWWDIR%%/app/serializers/analytics_build_serializer.rb
@@ -2812,6 +2916,11 @@
%%WWWDIR%%/app/serializers/build_action_entity.rb
%%WWWDIR%%/app/serializers/build_artifact_entity.rb
%%WWWDIR%%/app/serializers/build_entity.rb
+%%WWWDIR%%/app/serializers/build_serializer.rb
+%%WWWDIR%%/app/serializers/cohort_activity_month_entity.rb
+%%WWWDIR%%/app/serializers/cohort_entity.rb
+%%WWWDIR%%/app/serializers/cohorts_entity.rb
+%%WWWDIR%%/app/serializers/cohorts_serializer.rb
%%WWWDIR%%/app/serializers/commit_entity.rb
%%WWWDIR%%/app/serializers/deployment_entity.rb
%%WWWDIR%%/app/serializers/entity_date_helper.rb
@@ -2860,10 +2969,12 @@
%%WWWDIR%%/app/services/ci/stop_environments_service.rb
%%WWWDIR%%/app/services/ci/update_build_queue_service.rb
%%WWWDIR%%/app/services/ci/update_runner_service.rb
+%%WWWDIR%%/app/services/cohorts_service.rb
%%WWWDIR%%/app/services/commits/change_service.rb
%%WWWDIR%%/app/services/commits/cherry_pick_service.rb
%%WWWDIR%%/app/services/commits/revert_service.rb
%%WWWDIR%%/app/services/compare_service.rb
+%%WWWDIR%%/app/services/concerns/issues/resolve_discussions.rb
%%WWWDIR%%/app/services/create_branch_service.rb
%%WWWDIR%%/app/services/create_deployment_service.rb
%%WWWDIR%%/app/services/create_release_service.rb
@@ -2899,9 +3010,12 @@
%%WWWDIR%%/app/services/issues/move_service.rb
%%WWWDIR%%/app/services/issues/reopen_service.rb
%%WWWDIR%%/app/services/issues/update_service.rb
+%%WWWDIR%%/app/services/labels/base_service.rb
+%%WWWDIR%%/app/services/labels/create_service.rb
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-head
mailing list