Date: Thu, 30 Mar 2017 14:21:00 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437297 - in head/www/gitlab: . files Message-ID: <201703301421.v2UEL0N4005171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Mar 30 14:20:59 2017 New Revision: 437297 URL: https://svnweb.freebsd.org/changeset/ports/437297 Log: www/gitlab: Update from 8.15.8 to 8.16.8 Changelog: https://github.com/gitlabhq/gitlabhq/blob/v8.16.8/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/files/patch-lib_tasks_gitlab_check.rake head/www/gitlab/pkg-message head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/Makefile Thu Mar 30 14:20:59 2017 (r437297) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.15.8 +PORTVERSION= 8.16.8 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org @@ -35,6 +34,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-sprockets3>=3.7:devel/rubygem-sprockets3 \ rubygem-sprockets-es6>=0.9.2:devel/rubygem-sprockets-es6 \ rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \ + rubygem-rugged>=0.24:devel/rubygem-rugged \ rubygem-devise>=4.2:devel/rubygem-devise \ rubygem-doorkeeper>=4.2.0:security/rubygem-doorkeeper \ rubygem-omniauth>=1.3.2:security/rubygem-omniauth \ @@ -59,7 +59,6 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-attr_encrypted>=3.0.0:security/rubygem-attr_encrypted \ rubygem-u2f0>=0.2.1:net/rubygem-u2f0 \ rubygem-browser>=2.2:www/rubygem-browser \ - rubygem-gitlab_git>=10.7.0:devel/rubygem-gitlab_git \ rubygem-gitlab_omniauth-ldap>=1.2.1:net/rubygem-gitlab_omniauth-ldap \ rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ rubygem-gollum-rugged_adapter>=0.4.2:www/rubygem-gollum-rugged_adapter \ @@ -90,6 +89,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-creole>=0.5.0:textproc/rubygem-creole \ rubygem-wikicloth>=0.8.1:textproc/rubygem-wikicloth \ rubygem-asciidoctor>=1.5.2:textproc/rubygem-asciidoctor \ + rubygem-asciidoctor-plantuml>=0.0.6:textproc/rubygem-asciidoctor-plantuml \ rubygem-rouge>=2.0:textproc/rubygem-rouge \ rubygem-truncato>=0.7.8:textproc/rubygem-truncato \ rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri \ @@ -151,15 +151,15 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-sentry-raven>=2.0.0:devel/rubygem-sentry-raven \ rubygem-premailer-rails>=1.9.0:mail/rubygem-premailer-rails \ rubygem-newrelic_rpm>=3.16:devel/rubygem-newrelic_rpm \ - rubygem-octokit>=4.3.0:net/rubygem-octokit \ + rubygem-octokit>=4.6.2:net/rubygem-octokit \ rubygem-mail_room>=0.9.0:mail/rubygem-mail_room \ - rubygem-email_reply_parser>=0.5.8:mail/rubygem-email_reply_parser \ + 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-oauth2>=1.2.0:net/rubygem-oauth2 \ rubygem-paranoia>=2.2:databases/rubygem-paranoia \ rubygem-health_check22>=2.2.0:devel/rubygem-health_check22 \ - rubygem-vmstat>=2.2:sysutils/rubygem-vmstat \ + rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ rubygem-rinku>=1.7.3:www/rubygem-rinku Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/distinfo Thu Mar 30 14:20:59 2017 (r437297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490115158 -SHA256 (gitlabhq-gitlabhq-v8.15.8_GH0.tar.gz) = a7ca42ff5a7a7258638f91e45586b47365da74100762049c9a47caee4df3de5e -SIZE (gitlabhq-gitlabhq-v8.15.8_GH0.tar.gz) = 20031222 +TIMESTAMP = 1490690913 +SHA256 (gitlabhq-gitlabhq-v8.16.8_GH0.tar.gz) = c487f7a0235dd907703aa762d85af4a30875e5d219e51cdde70e10a8be4a0f49 +SIZE (gitlabhq-gitlabhq-v8.16.8_GH0.tar.gz) = 20904296 Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-Gemfile Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2017-03-19 14:19:38 UTC +--- Gemfile.orig 2017-03-19 20:06:47 UTC +++ Gemfile @@ -1,20 +1,16 @@ source 'https://rubygems.org' @@ -22,9 +22,9 @@ -gem 'pg', '~> 0.18.2', group: :postgres +gem 'default_value_for', '>= 3.0.0' - # Authentication libraries - gem 'devise', '~> 4.2' -@@ -27,17 +23,16 @@ gem 'omniauth-facebook', '~> 4.0.0' + gem 'rugged', '~> 0.24.0' + +@@ -29,17 +25,16 @@ gem 'omniauth-facebook', '~> 4.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.2' gem 'omniauth-google-oauth2', '~> 0.4.1' @@ -46,7 +46,7 @@ gem 'akismet', '~> 2.0' # Two-factor authentication -@@ -64,10 +59,10 @@ gem 'gollum-lib', '~> 4.2', require: fal +@@ -62,10 +57,10 @@ gem 'gollum-lib', '~> 4.2', require: fal gem 'gollum-rugged_adapter', '~> 0.4.2', require: false # Language detection @@ -59,7 +59,7 @@ gem 'grape-entity', '~> 0.6.0' gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' -@@ -75,10 +70,10 @@ gem 'rack-cors', '~> 0.4.0', require: +@@ -73,10 +68,10 @@ gem 'rack-cors', '~> 0.4.0', require: gem 'kaminari', '~> 0.17.0' # HAML @@ -72,7 +72,7 @@ # Drag and Drop UI gem 'dropzonejs-rails', '~> 0.7.1' -@@ -92,7 +87,7 @@ gem 'fog-openstack', '~> 0.1' +@@ -90,7 +85,7 @@ gem 'fog-openstack', '~> 0.1' gem 'fog-rackspace', '~> 0.1.1' # for Google storage @@ -81,24 +81,26 @@ # for aws storage gem 'unf', '~> 0.1.4' -@@ -102,28 +97,28 @@ gem 'seed-fu', '~> 2.3.5' +@@ -100,29 +95,29 @@ gem 'seed-fu', '~> 2.3.5' # Markdown and HTML processing - gem 'html-pipeline', '~> 1.11.0' --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', '~> 4.2' - gem 'org-ruby', '~> 0.9.12' - gem 'creole', '~> 0.5.0' --gem 'wikicloth', '0.8.1' -+gem 'wikicloth', '>= 0.8.1' - gem 'asciidoctor', '~> 1.5.2' - gem 'rouge', '~> 2.0' - gem 'truncato', '~> 0.7.8' + gem 'html-pipeline', '~> 1.11.0' +-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', '~> 4.2' + gem 'org-ruby', '~> 0.9.12' + gem 'creole', '~> 0.5.0' +-gem 'wikicloth', '0.8.1' ++gem 'wikicloth', '>= 0.8.1' + gem 'asciidoctor', '~> 1.5.2' +-gem 'asciidoctor-plantuml', '0.0.6' ++gem 'asciidoctor-plantuml', '>= 0.0.6' + gem 'rouge', '~> 2.0' + gem 'truncato', '~> 0.7.8' # See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s # and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM @@ -116,7 +118,7 @@ gem 'unicorn-worker-killer', '~> 0.4.4' end -@@ -142,7 +137,7 @@ gem 'redis-namespace', '~> 1.5.2' +@@ -141,7 +136,7 @@ gem 'redis-namespace', '~> 1.5.2' gem 'sidekiq-limit_fetch', '~> 3.4' # HTTP requests @@ -125,7 +127,7 @@ # Colored output to console gem 'rainbow', '~> 2.1.0' -@@ -165,7 +160,7 @@ gem 'connection_pool', '~> 2.0' +@@ -164,7 +159,7 @@ gem 'connection_pool', '~> 2.0' gem 'hipchat', '~> 1.5.0' # JIRA integration @@ -134,7 +136,7 @@ # Flowdock integration gem 'gitlab-flowdock-git-hook', '~> 1.0.1' -@@ -177,13 +172,13 @@ gem 'gemnasium-gitlab-service', '~> 0.2' +@@ -176,13 +171,13 @@ gem 'gemnasium-gitlab-service', '~> 0.2' gem 'slack-notifier', '~> 1.5.1' # Asana integration @@ -150,7 +152,7 @@ # d3 gem 'd3_rails', '~> 3.5.0' -@@ -192,17 +187,17 @@ gem 'd3_rails', '~> 3.5.0' +@@ -191,17 +186,17 @@ gem 'd3_rails', '~> 3.5.0' gem 'underscore-rails', '~> 1.8.0' # Sanitize user input @@ -171,7 +173,7 @@ # Ace editor gem 'ace-rails-ap', '~> 4.1.0' -@@ -222,116 +217,31 @@ gem 'chronic_duration', '~> 0.10.6' +@@ -221,119 +216,35 @@ gem 'chronic_duration', '~> 0.10.6' gem 'sass-rails', '~> 5.0.6' gem 'coffee-rails', '~> 4.1.0' @@ -213,10 +215,9 @@ - -group :development do - gem 'foreman', '~> 0.78.0' -- gem 'brakeman', '~> 3.3.0', require: false +- gem 'brakeman', '~> 3.4.0', require: false - - gem 'letter_opener_web', '~> 1.3.0' -- gem 'rerun', '~> 0.11.0' - gem 'bullet', '~> 5.2.0', require: false - gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false - gem 'web-console', '~> 2.0' @@ -247,7 +248,7 @@ - gem 'minitest', '~> 5.7.0' - - # Generate Fake data -- gem 'ffaker', '~> 2.0.0' +- gem 'ffaker', '~> 2.4' - - gem 'capybara', '~> 2.6.2' - gem 'capybara-screenshot', '~> 1.0.0' @@ -261,8 +262,8 @@ - gem 'spring-commands-spinach', '~> 1.1.0' - gem 'spring-commands-teaspoon', '~> 0.0.2' - -- gem 'rubocop', '~> 0.43.0', require: false -- gem 'rubocop-rspec', '~> 1.5.0', require: false +- gem 'rubocop', '~> 0.46.0', require: false +- gem 'rubocop-rspec', '~> 1.9.1', require: false - gem 'scss_lint', '~> 0.47.0', require: false - gem 'haml_lint', '~> 0.18.2', require: false - gem 'simplecov', '0.12.0', require: false @@ -284,19 +285,24 @@ - gem 'email_spec', '~> 1.6.0' - gem 'json-schema', '~> 2.6.2' - gem 'webmock', '~> 1.21.0' -- gem 'test_after_commit', '~> 0.4.2' +- gem 'test_after_commit', '~> 1.1' - gem 'sham_rack', '~> 1.3.6' - gem 'timecop', '~> 0.8.0' -end - gem 'newrelic_rpm', '~> 3.16' --gem 'octokit', '~> 4.3.0' -+gem 'octokit', '>= 4.3.0' +-gem 'octokit', '~> 4.6.2' ++gem 'octokit', '>= 4.6.2' gem 'mail_room', '~> 0.9.0' -@@ -347,8 +257,10 @@ gem 'oauth2', '~> 1.2.0' +-gem 'email_reply_trimmer', '~> 0.1' ++gem 'email_reply_trimmer', '>= 0.1' + gem 'html2text' + + gem 'ruby-prof', '~> 0.16.2' +@@ -345,8 +256,10 @@ gem 'oauth2', '~> 1.2.0' gem 'paranoia', '~> 2.2' # Health check @@ -304,7 +310,7 @@ +gem 'health_check', '>= 2.2.0' # System information - gem 'vmstat', '~> 2.2' + gem 'vmstat', '~> 2.3.0' gem 'sys-filesystem', '~> 1.1.6' + +gem 'rinku' Modified: head/www/gitlab/files/patch-config_database.yml.postgresql ============================================================================== --- head/www/gitlab/files/patch-config_database.yml.postgresql Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-config_database.yml.postgresql Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- config/database.yml.postgresql.orig 2017-03-19 14:19:38 UTC +--- config/database.yml.postgresql.orig 2017-03-19 20:06:47 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 Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-config_gitlab.yml.example Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- config/gitlab.yml.example.orig 2017-03-19 14:19:38 UTC +--- config/gitlab.yml.example.orig 2017-03-19 20:06:47 UTC +++ config/gitlab.yml.example @@ -454,7 +454,7 @@ production: &base # gitlab-shell invokes Dir.pwd inside the repository path and that results Modified: head/www/gitlab/files/patch-config_initializers_1__settings.rb ============================================================================== --- head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- config/initializers/1_settings.rb.orig 2017-03-19 14:19:38 UTC +--- config/initializers/1_settings.rb.orig 2017-03-19 20:06:47 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 Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-config_unicorn.rb.example Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2017-03-19 14:19:38 UTC +--- config/unicorn.rb.example.orig 2017-03-19 20:06:47 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 Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab.orig 2017-03-19 14:19:38 UTC +--- lib/support/nginx/gitlab.orig 2017-03-19 20:06:47 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 Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab-ssl.orig 2017-03-19 14:19:38 UTC +--- lib/support/nginx/gitlab-ssl.orig 2017-03-19 20:06:47 UTC +++ lib/support/nginx/gitlab-ssl @@ -21,7 +21,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. Modified: head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake ============================================================================== --- head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- lib/tasks/gitlab/check.rake.orig 2017-03-19 14:19:38 UTC +--- lib/tasks/gitlab/check.rake.orig 2017-03-19 20:06:47 UTC +++ lib/tasks/gitlab/check.rake @@ -621,7 +621,7 @@ namespace :gitlab do end Modified: head/www/gitlab/pkg-message ============================================================================== --- head/www/gitlab/pkg-message Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/pkg-message Thu Mar 30 14:20:59 2017 (r437297) @@ -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.14.x to 8.15.x, please follow the instructions in the guide at: +switched from 8.15.x to 8.16.x, please follow the instructions in the guide at: -https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.14-to-8.15-freebsd.md +https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.15-to-8.16-freebsd.md Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/pkg-plist Thu Mar 30 14:20:59 2017 (r437297) @@ -120,6 +120,7 @@ %%WWWDIR%%/app/assets/javascripts/build.js %%WWWDIR%%/app/assets/javascripts/build_artifacts.js %%WWWDIR%%/app/assets/javascripts/build_variables.js.es6 +%%WWWDIR%%/app/assets/javascripts/ci_lint_editor.js.es6 %%WWWDIR%%/app/assets/javascripts/commit.js %%WWWDIR%%/app/assets/javascripts/commit/file.js %%WWWDIR%%/app/assets/javascripts/commit/image_file.js @@ -156,6 +157,10 @@ %%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js.es6 %%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js.es6 %%WWWDIR%%/app/assets/javascripts/dispatcher.js.es6 +%%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/dropzone_input.js %%WWWDIR%%/app/assets/javascripts/due_date_select.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/components/environment.js.es6 @@ -170,10 +175,21 @@ %%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.es6 +%%WWWDIR%%/app/assets/javascripts/extensions/custom_event.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/element.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/jquery.js %%WWWDIR%%/app/assets/javascripts/extensions/object.js.es6 %%WWWDIR%%/app/assets/javascripts/files_comment_button.js +%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_hint.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_non_user.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_user.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_utils.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_bundle.js +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown_manager.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_manager.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_token_keys.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_tokenizer.js.es6 %%WWWDIR%%/app/assets/javascripts/flash.js %%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.es6 %%WWWDIR%%/app/assets/javascripts/gl_dropdown.js @@ -191,6 +207,15 @@ %%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/issuable_bundle.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/collapsed_state.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/comparison_pane.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/estimate_only_pane.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/help_state.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/no_tracking_pane.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/spent_only_pane.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/time_tracker.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/time_tracking_bundle.js.es6 %%WWWDIR%%/app/assets/javascripts/issuable_context.js %%WWWDIR%%/app/assets/javascripts/issuable_form.js %%WWWDIR%%/app/assets/javascripts/issue.js @@ -207,8 +232,7 @@ %%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/custom_event_polyfill.js.es6 +%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js.es6 %%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/notify.js @@ -216,9 +240,10 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js +%%WWWDIR%%/app/assets/javascripts/lib/vue_resource.js.es6 %%WWWDIR%%/app/assets/javascripts/line_highlighter.js %%WWWDIR%%/app/assets/javascripts/logo.js -%%WWWDIR%%/app/assets/javascripts/member_expiration_date.js +%%WWWDIR%%/app/assets/javascripts/member_expiration_date.js.es6 %%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 @@ -231,6 +256,7 @@ %%WWWDIR%%/app/assets/javascripts/merge_request.js %%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_request_widget.js.es6 +%%WWWDIR%%/app/assets/javascripts/merge_request_widget/ci_bundle.js.es6 %%WWWDIR%%/app/assets/javascripts/merged_buttons.js %%WWWDIR%%/app/assets/javascripts/milestone.js %%WWWDIR%%/app/assets/javascripts/milestone_select.js @@ -296,7 +322,7 @@ %%WWWDIR%%/app/assets/javascripts/terminal/terminal_bundle.js.es6 %%WWWDIR%%/app/assets/javascripts/todos.js.es6 %%WWWDIR%%/app/assets/javascripts/tree.js -%%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js +%%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js.es6 %%WWWDIR%%/app/assets/javascripts/u2f/error.js %%WWWDIR%%/app/assets/javascripts/u2f/register.js %%WWWDIR%%/app/assets/javascripts/u2f/util.js @@ -306,7 +332,19 @@ %%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/visibility_select.js.es6 %%WWWDIR%%/app/assets/javascripts/vue_common_component/commit.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pagination/index.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/index.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipeline_url.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stage.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stages.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/status.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/store.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/time_ago.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_realtime_listener/index.js.es6 %%WWWDIR%%/app/assets/javascripts/wikis.js.es6 %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss @@ -316,6 +354,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/asciidoctor.scss %%WWWDIR%%/app/assets/stylesheets/framework/avatar.scss %%WWWDIR%%/app/assets/stylesheets/framework/awards.scss +%%WWWDIR%%/app/assets/stylesheets/framework/badges.scss %%WWWDIR%%/app/assets/stylesheets/framework/blank.scss %%WWWDIR%%/app/assets/stylesheets/framework/blocks.scss %%WWWDIR%%/app/assets/stylesheets/framework/broadcast-messages.scss @@ -369,11 +408,12 @@ %%WWWDIR%%/app/assets/stylesheets/mailers/highlighted_diff_email.scss %%WWWDIR%%/app/assets/stylesheets/notify.scss %%WWWDIR%%/app/assets/stylesheets/pages/boards.scss +%%WWWDIR%%/app/assets/stylesheets/pages/branches.scss %%WWWDIR%%/app/assets/stylesheets/pages/builds.scss %%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss -%%WWWDIR%%/app/assets/stylesheets/pages/commit.scss %%WWWDIR%%/app/assets/stylesheets/pages/commits.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 %%WWWDIR%%/app/assets/stylesheets/pages/diff.scss %%WWWDIR%%/app/assets/stylesheets/pages/editor.scss @@ -562,6 +602,8 @@ %%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb %%WWWDIR%%/app/controllers/projects/runners_controller.rb %%WWWDIR%%/app/controllers/projects/services_controller.rb +%%WWWDIR%%/app/controllers/projects/settings/integrations_controller.rb +%%WWWDIR%%/app/controllers/projects/settings/members_controller.rb %%WWWDIR%%/app/controllers/projects/snippets_controller.rb %%WWWDIR%%/app/controllers/projects/tags_controller.rb %%WWWDIR%%/app/controllers/projects/templates_controller.rb @@ -594,6 +636,7 @@ %%WWWDIR%%/app/finders/issues_finder.rb %%WWWDIR%%/app/finders/joined_groups_finder.rb %%WWWDIR%%/app/finders/labels_finder.rb +%%WWWDIR%%/app/finders/members_finder.rb %%WWWDIR%%/app/finders/merge_requests_finder.rb %%WWWDIR%%/app/finders/milestones_finder.rb %%WWWDIR%%/app/finders/move_to_project_finder.rb @@ -663,6 +706,7 @@ %%WWWDIR%%/app/helpers/sidekiq_helper.rb %%WWWDIR%%/app/helpers/snippets_helper.rb %%WWWDIR%%/app/helpers/sorting_helper.rb +%%WWWDIR%%/app/helpers/storage_helper.rb %%WWWDIR%%/app/helpers/submodule_helper.rb %%WWWDIR%%/app/helpers/tab_helper.rb %%WWWDIR%%/app/helpers/tags_helper.rb @@ -727,6 +771,7 @@ %%WWWDIR%%/app/models/concerns/project_features_compatibility.rb %%WWWDIR%%/app/models/concerns/protected_branch_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/routable.rb %%WWWDIR%%/app/models/concerns/select_for_project_authorization.rb @@ -735,9 +780,12 @@ %%WWWDIR%%/app/models/concerns/strip_attribute.rb %%WWWDIR%%/app/models/concerns/subscribable.rb %%WWWDIR%%/app/models/concerns/taskable.rb +%%WWWDIR%%/app/models/concerns/time_trackable.rb %%WWWDIR%%/app/models/concerns/token_authenticatable.rb +%%WWWDIR%%/app/models/concerns/valid_attribute.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 @@ -835,6 +883,7 @@ %%WWWDIR%%/app/models/project_services/slack_slash_commands_service.rb %%WWWDIR%%/app/models/project_services/teamcity_service.rb %%WWWDIR%%/app/models/project_snippet.rb +%%WWWDIR%%/app/models/project_statistics.rb %%WWWDIR%%/app/models/project_team.rb %%WWWDIR%%/app/models/project_wiki.rb %%WWWDIR%%/app/models/protected_branch.rb @@ -849,6 +898,7 @@ %%WWWDIR%%/app/models/snippet.rb %%WWWDIR%%/app/models/spam_log.rb %%WWWDIR%%/app/models/subscription.rb +%%WWWDIR%%/app/models/timelog.rb %%WWWDIR%%/app/models/todo.rb %%WWWDIR%%/app/models/tree.rb %%WWWDIR%%/app/models/trending_project.rb @@ -889,7 +939,13 @@ %%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/analytics_stage_entity.rb +%%WWWDIR%%/app/serializers/analytics_stage_serializer.rb +%%WWWDIR%%/app/serializers/analytics_summary_entity.rb +%%WWWDIR%%/app/serializers/analytics_summary_serializer.rb %%WWWDIR%%/app/serializers/base_serializer.rb +%%WWWDIR%%/app/serializers/build_action_entity.rb +%%WWWDIR%%/app/serializers/build_artifact_entity.rb %%WWWDIR%%/app/serializers/build_entity.rb %%WWWDIR%%/app/serializers/commit_entity.rb %%WWWDIR%%/app/serializers/deployment_entity.rb @@ -903,7 +959,11 @@ %%WWWDIR%%/app/serializers/label_entity.rb %%WWWDIR%%/app/serializers/merge_request_entity.rb %%WWWDIR%%/app/serializers/merge_request_serializer.rb +%%WWWDIR%%/app/serializers/pipeline_entity.rb +%%WWWDIR%%/app/serializers/pipeline_serializer.rb %%WWWDIR%%/app/serializers/request_aware_entity.rb +%%WWWDIR%%/app/serializers/stage_entity.rb +%%WWWDIR%%/app/serializers/status_entity.rb %%WWWDIR%%/app/serializers/user_entity.rb %%WWWDIR%%/app/services/access_token_validation_service.rb %%WWWDIR%%/app/services/after_branch_delete_service.rb @@ -930,6 +990,7 @@ %%WWWDIR%%/app/services/ci/process_pipeline_service.rb %%WWWDIR%%/app/services/ci/register_build_service.rb %%WWWDIR%%/app/services/ci/stop_environments_service.rb +%%WWWDIR%%/app/services/ci/update_build_queue_service.rb %%WWWDIR%%/app/services/commits/change_service.rb %%WWWDIR%%/app/services/commits/cherry_pick_service.rb %%WWWDIR%%/app/services/commits/revert_service.rb @@ -1127,7 +1188,6 @@ %%WWWDIR%%/app/views/admin/users/_projects.html.haml %%WWWDIR%%/app/views/admin/users/_user.html.haml %%WWWDIR%%/app/views/admin/users/edit.html.haml -%%WWWDIR%%/app/views/admin/users/groups.html.haml %%WWWDIR%%/app/views/admin/users/index.html.haml %%WWWDIR%%/app/views/admin/users/keys.html.haml %%WWWDIR%%/app/views/admin/users/new.html.haml @@ -1137,6 +1197,7 @@ %%WWWDIR%%/app/views/ci/lints/_create.html.haml %%WWWDIR%%/app/views/ci/lints/show.html.haml %%WWWDIR%%/app/views/ci/status/_badge.html.haml +%%WWWDIR%%/app/views/ci/status/_dropdown_graph_badge.html.haml %%WWWDIR%%/app/views/ci/status/_graph_badge.html.haml %%WWWDIR%%/app/views/dashboard/_activities.html.haml %%WWWDIR%%/app/views/dashboard/_activity_head.html.haml @@ -1464,6 +1525,7 @@ %%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/_visibility_select.html.haml %%WWWDIR%%/app/views/projects/_wiki.html.haml %%WWWDIR%%/app/views/projects/_zen.html.haml %%WWWDIR%%/app/views/projects/activity.html.haml @@ -1587,10 +1649,9 @@ %%WWWDIR%%/app/views/projects/graphs/commits.html.haml %%WWWDIR%%/app/views/projects/graphs/languages.html.haml %%WWWDIR%%/app/views/projects/graphs/show.html.haml -%%WWWDIR%%/app/views/projects/group_links/index.html.haml +%%WWWDIR%%/app/views/projects/group_links/_index.html.haml %%WWWDIR%%/app/views/projects/group_links/update.js.haml -%%WWWDIR%%/app/views/projects/hooks/_project_hook.html.haml -%%WWWDIR%%/app/views/projects/hooks/index.html.haml +%%WWWDIR%%/app/views/projects/hooks/_index.html.haml %%WWWDIR%%/app/views/projects/imports/new.html.haml %%WWWDIR%%/app/views/projects/imports/show.html.haml %%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml @@ -1701,11 +1762,11 @@ %%WWWDIR%%/app/views/projects/pipelines_settings/show.html.haml %%WWWDIR%%/app/views/projects/project_members/_group_members.html.haml %%WWWDIR%%/app/views/projects/project_members/_groups.html.haml +%%WWWDIR%%/app/views/projects/project_members/_index.html.haml %%WWWDIR%%/app/views/projects/project_members/_new_project_member.html.haml %%WWWDIR%%/app/views/projects/project_members/_shared_group_members.html.haml %%WWWDIR%%/app/views/projects/project_members/_team.html.haml %%WWWDIR%%/app/views/projects/project_members/import.html.haml -%%WWWDIR%%/app/views/projects/project_members/index.html.haml %%WWWDIR%%/app/views/projects/project_members/update.js.haml %%WWWDIR%%/app/views/projects/protected_branches/_branches_list.html.haml %%WWWDIR%%/app/views/projects/protected_branches/_create_protected_branch.html.haml @@ -1727,12 +1788,15 @@ %%WWWDIR%%/app/views/projects/runners/index.html.haml %%WWWDIR%%/app/views/projects/runners/show.html.haml %%WWWDIR%%/app/views/projects/services/_form.html.haml +%%WWWDIR%%/app/views/projects/services/_index.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/_detailed_help.html.haml %%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_help.html.haml %%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml %%WWWDIR%%/app/views/projects/services/slack_slash_commands/_help.html.haml +%%WWWDIR%%/app/views/projects/settings/integrations/_project_hook.html.haml +%%WWWDIR%%/app/views/projects/settings/integrations/show.html.haml +%%WWWDIR%%/app/views/projects/settings/members/show.html.haml %%WWWDIR%%/app/views/projects/show.atom.builder %%WWWDIR%%/app/views/projects/show.html.haml %%WWWDIR%%/app/views/projects/snippets/_actions.html.haml @@ -1871,6 +1935,7 @@ %%WWWDIR%%/app/views/shared/icons/_icon_status_success_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_warning.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_warning_borderless.svg +%%WWWDIR%%/app/views/shared/icons/_icon_stopwatch.svg %%WWWDIR%%/app/views/shared/icons/_icon_terminal.svg %%WWWDIR%%/app/views/shared/icons/_icon_timer.svg %%WWWDIR%%/app/views/shared/icons/_illustration_no_commits.svg @@ -1895,6 +1960,7 @@ %%WWWDIR%%/app/views/shared/issuable/_milestone_dropdown.html.haml %%WWWDIR%%/app/views/shared/issuable/_nav.html.haml %%WWWDIR%%/app/views/shared/issuable/_participants.html.haml +%%WWWDIR%%/app/views/shared/issuable/_search_bar.html.haml %%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_branch_chooser.html.haml @@ -1961,6 +2027,7 @@ %%WWWDIR%%/app/workers/build_email_worker.rb %%WWWDIR%%/app/workers/build_finished_worker.rb %%WWWDIR%%/app/workers/build_hooks_worker.rb +%%WWWDIR%%/app/workers/build_queue_worker.rb %%WWWDIR%%/app/workers/build_success_worker.rb %%WWWDIR%%/app/workers/clear_database_cache_worker.rb %%WWWDIR%%/app/workers/concerns/build_queue.rb @@ -2010,6 +2077,7 @@ %%WWWDIR%%/app/workers/system_hook_worker.rb %%WWWDIR%%/app/workers/trending_projects_worker.rb %%WWWDIR%%/app/workers/update_merge_requests_worker.rb +%%WWWDIR%%/app/workers/use_key_worker.rb @(git,,544) %%WWWDIR%%/bin/background_jobs @(git,,544) %%WWWDIR%%/bin/bundle @(git,,544) %%WWWDIR%%/bin/changelog @@ -2563,6 +2631,7 @@ %%WWWDIR%%/db/migrate/20160808085602_add_index_for_build_token.rb %%WWWDIR%%/db/migrate/20160810102349_remove_ci_runner_trigram_indexes.rb %%WWWDIR%%/db/migrate/20160810142633_remove_redundant_indexes.rb +%%WWWDIR%%/db/migrate/20160811172945_add_can_push_to_keys.rb %%WWWDIR%%/db/migrate/20160816161312_add_column_name_to_u2f_registrations.rb %%WWWDIR%%/db/migrate/20160817133006_add_koding_to_application_settings.rb %%WWWDIR%%/db/migrate/20160817154936_add_discussion_ids_to_notes.rb @@ -2634,8 +2703,12 @@ %%WWWDIR%%/db/migrate/20161128161412_add_html_emails_enabled_to_application_settings.rb %%WWWDIR%%/db/migrate/20161130095245_fill_routes_table.rb %%WWWDIR%%/db/migrate/20161130101252_fill_projects_routes_table.rb +%%WWWDIR%%/db/migrate/20161201001911_add_plant_uml_url_to_application_settings.rb +%%WWWDIR%%/db/migrate/20161201155511_create_project_statistics.rb +%%WWWDIR%%/db/migrate/20161201160452_migrate_project_statistics.rb %%WWWDIR%%/db/migrate/20161202152031_remove_duplicates_from_routes.rb %%WWWDIR%%/db/migrate/20161202152035_add_index_to_routes.rb +%%WWWDIR%%/db/migrate/20161206003819_add_plant_uml_enabled_to_application_settings.rb %%WWWDIR%%/db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb %%WWWDIR%%/db/migrate/20161206153751_add_path_index_to_namespace.rb %%WWWDIR%%/db/migrate/20161206153753_remove_uniq_name_index_from_namespace.rb @@ -2647,13 +2720,23 @@ %%WWWDIR%%/db/migrate/20161212142807_add_lower_path_index_to_routes.rb %%WWWDIR%%/db/migrate/20161213172958_change_slack_service_to_slack_notification_service.rb %%WWWDIR%%/db/migrate/20161220141214_remove_dot_git_from_group_names.rb +%%WWWDIR%%/db/migrate/20161221152132_add_last_used_at_to_key.rb +%%WWWDIR%%/db/migrate/20161223034433_add_estimate_to_issuables_ce.rb +%%WWWDIR%%/db/migrate/20161223034646_create_timelogs_ce.rb +%%WWWDIR%%/db/migrate/20161226122833_remove_dot_git_from_usernames.rb %%WWWDIR%%/db/migrate/20161227192806_rename_slack_and_mattermost_notification_services.rb +%%WWWDIR%%/db/migrate/20170121123724_add_index_to_ci_builds_for_status_runner_id_and_type.rb +%%WWWDIR%%/db/migrate/20170121130655_add_index_to_ci_runners_for_is_shared.rb +%%WWWDIR%%/db/migrate/20170130204620_add_index_to_project_authorizations.rb +%%WWWDIR%%/db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb %%WWWDIR%%/db/migrate/limits_to_mysql.rb %%WWWDIR%%/db/post_migrate/20160824121037_change_personal_access_tokens_default_back_to_empty_array.rb %%WWWDIR%%/db/post_migrate/20161011222551_remove_inactive_jira_service_properties.rb %%WWWDIR%%/db/post_migrate/20161109150329_fix_project_records_with_invalid_visibility.rb %%WWWDIR%%/db/post_migrate/20161221140236_remove_unneeded_services.rb %%WWWDIR%%/db/post_migrate/20161221153951_rename_reserved_project_names.rb +%%WWWDIR%%/db/post_migrate/20170106142508_fill_authorized_projects.rb +%%WWWDIR%%/db/post_migrate/20170106172224_remove_project_authorizations_id_column.rb %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -2679,9 +2762,11 @@ %%WWWDIR%%/doc/administration/img/high_availability/active-active-diagram.png %%WWWDIR%%/doc/administration/img/high_availability/active-passive-diagram.png %%WWWDIR%%/doc/administration/img/housekeeping_settings.png +%%WWWDIR%%/doc/administration/img/integration/plantuml-example.png %%WWWDIR%%/doc/administration/img/raketasks/check_repos_output.png %%WWWDIR%%/doc/administration/img/repository_storages_admin_ui.png %%WWWDIR%%/doc/administration/integration/koding.md +%%WWWDIR%%/doc/administration/integration/plantuml.md %%WWWDIR%%/doc/administration/integration/terminal.md %%WWWDIR%%/doc/administration/issue_closing_pattern.md %%WWWDIR%%/doc/administration/logs.md @@ -2698,6 +2783,7 @@ %%WWWDIR%%/doc/administration/monitoring/performance/influxdb_configuration.md %%WWWDIR%%/doc/administration/monitoring/performance/influxdb_schema.md %%WWWDIR%%/doc/administration/monitoring/performance/introduction.md +%%WWWDIR%%/doc/administration/monitoring/performance/prometheus.md %%WWWDIR%%/doc/administration/monitoring/performance/request_profiling.md %%WWWDIR%%/doc/administration/operations.md %%WWWDIR%%/doc/administration/operations/cleaning_up_redis_sessions.md @@ -2707,6 +2793,7 @@ %%WWWDIR%%/doc/administration/operations/sidekiq_memory_killer.md %%WWWDIR%%/doc/administration/operations/unicorn.md %%WWWDIR%%/doc/administration/raketasks/check.md +%%WWWDIR%%/doc/administration/raketasks/ldap.md %%WWWDIR%%/doc/administration/raketasks/maintenance.md %%WWWDIR%%/doc/administration/raketasks/project_import_export.md %%WWWDIR%%/doc/administration/reply_by_email.md @@ -2885,9 +2972,11 @@ %%WWWDIR%%/doc/development/ux_guide/components.md %%WWWDIR%%/doc/development/ux_guide/copy.md %%WWWDIR%%/doc/development/ux_guide/features.md +%%WWWDIR%%/doc/development/ux_guide/img/animation-autoscroll.gif %%WWWDIR%%/doc/development/ux_guide/img/animation-dropdown.gif %%WWWDIR%%/doc/development/ux_guide/img/animation-hover.gif %%WWWDIR%%/doc/development/ux_guide/img/animation-quickupdate.gif +%%WWWDIR%%/doc/development/ux_guide/img/animation-reorder.gif %%WWWDIR%%/doc/development/ux_guide/img/button-close--active.png %%WWWDIR%%/doc/development/ux_guide/img/button-close--hover.png %%WWWDIR%%/doc/development/ux_guide/img/button-close--resting.png @@ -2916,6 +3005,8 @@ %%WWWDIR%%/doc/development/ux_guide/img/color-grey.png %%WWWDIR%%/doc/development/ux_guide/img/color-orange.png %%WWWDIR%%/doc/development/ux_guide/img/color-red.png +%%WWWDIR%%/doc/development/ux_guide/img/color-textprimary.png +%%WWWDIR%%/doc/development/ux_guide/img/color-textsecondary.png %%WWWDIR%%/doc/development/ux_guide/img/components-alerts.png %%WWWDIR%%/doc/development/ux_guide/img/components-anchorlinks.png %%WWWDIR%%/doc/development/ux_guide/img/components-contentblock.png @@ -2937,6 +3028,8 @@ %%WWWDIR%%/doc/development/ux_guide/img/components-referencemrs.png %%WWWDIR%%/doc/development/ux_guide/img/components-referencepeople.png %%WWWDIR%%/doc/development/ux_guide/img/components-rowcontentblock.png +%%WWWDIR%%/doc/development/ux_guide/img/components-searchbox.png +%%WWWDIR%%/doc/development/ux_guide/img/components-searchboxscoped.png %%WWWDIR%%/doc/development/ux_guide/img/components-simplelist.png %%WWWDIR%%/doc/development/ux_guide/img/components-table.png %%WWWDIR%%/doc/development/ux_guide/img/components-verticalform.png @@ -3143,6 +3236,7 @@ %%WWWDIR%%/doc/project_services/services_templates.md %%WWWDIR%%/doc/project_services/slack.md %%WWWDIR%%/doc/project_services/slack_slash_commands.md +%%WWWDIR%%/doc/public_access/img/restrict_visibility_levels.png %%WWWDIR%%/doc/public_access/public_access.md %%WWWDIR%%/doc/raketasks/README.md %%WWWDIR%%/doc/raketasks/backup_hrz.png @@ -3264,6 +3358,7 @@ %%WWWDIR%%/doc/update/8.12-to-8.13.md %%WWWDIR%%/doc/update/8.13-to-8.14.md %%WWWDIR%%/doc/update/8.14-to-8.15.md +%%WWWDIR%%/doc/update/8.15-to-8.16.md %%WWWDIR%%/doc/update/8.2-to-8.3.md %%WWWDIR%%/doc/update/8.3-to-8.4.md %%WWWDIR%%/doc/update/8.4-to-8.5.md @@ -3546,6 +3641,9 @@ %%WWWDIR%%/doc/workflow/share_with_group.md %%WWWDIR%%/doc/workflow/share_with_group.png %%WWWDIR%%/doc/workflow/shortcuts.md +%%WWWDIR%%/doc/workflow/time-tracking/time-tracking-example.png +%%WWWDIR%%/doc/workflow/time-tracking/time-tracking-sidebar.png +%%WWWDIR%%/doc/workflow/time_tracking.md %%WWWDIR%%/doc/workflow/timezone.md %%WWWDIR%%/doc/workflow/todos.md %%WWWDIR%%/doc/workflow/web_editor.md @@ -3554,20 +3652,8 @@ %%WWWDIR%%/doc_styleguide.md %%WWWDIR%%/docker-compose.yml %%WWWDIR%%/docker/README.md -%%WWWDIR%%/features/admin/appearance.feature -%%WWWDIR%%/features/admin/applications.feature -%%WWWDIR%%/features/admin/broadcast_messages.feature -%%WWWDIR%%/features/admin/deploy_keys.feature -%%WWWDIR%%/features/admin/groups.feature -%%WWWDIR%%/features/admin/labels.feature -%%WWWDIR%%/features/admin/projects.feature -%%WWWDIR%%/features/admin/users.feature -%%WWWDIR%%/features/dashboard/active_tab.feature -%%WWWDIR%%/features/dashboard/archived_projects.feature %%WWWDIR%%/features/dashboard/dashboard.feature %%WWWDIR%%/features/dashboard/event_filters.feature -%%WWWDIR%%/features/dashboard/group.feature -%%WWWDIR%%/features/dashboard/help.feature %%WWWDIR%%/features/dashboard/issues.feature %%WWWDIR%%/features/dashboard/merge_requests.feature %%WWWDIR%%/features/dashboard/new_project.feature @@ -3605,7 +3691,6 @@ %%WWWDIR%%/features/project/group_links.feature %%WWWDIR%%/features/project/hooks.feature %%WWWDIR%%/features/project/issues/award_emoji.feature -%%WWWDIR%%/features/project/issues/filter_labels.feature %%WWWDIR%%/features/project/issues/issues.feature %%WWWDIR%%/features/project/issues/labels.feature %%WWWDIR%%/features/project/issues/milestones.feature @@ -3631,20 +3716,8 @@ %%WWWDIR%%/features/search.feature %%WWWDIR%%/features/snippets/snippets.feature %%WWWDIR%%/features/snippets/user.feature -%%WWWDIR%%/features/steps/admin/appearance.rb -%%WWWDIR%%/features/steps/admin/applications.rb -%%WWWDIR%%/features/steps/admin/broadcast_messages.rb -%%WWWDIR%%/features/steps/admin/deploy_keys.rb -%%WWWDIR%%/features/steps/admin/groups.rb -%%WWWDIR%%/features/steps/admin/labels.rb -%%WWWDIR%%/features/steps/admin/projects.rb -%%WWWDIR%%/features/steps/admin/users.rb -%%WWWDIR%%/features/steps/dashboard/active_tab.rb -%%WWWDIR%%/features/steps/dashboard/archived_projects.rb %%WWWDIR%%/features/steps/dashboard/dashboard.rb %%WWWDIR%%/features/steps/dashboard/event_filters.rb -%%WWWDIR%%/features/steps/dashboard/group.rb -%%WWWDIR%%/features/steps/dashboard/help.rb %%WWWDIR%%/features/steps/dashboard/issues.rb %%WWWDIR%%/features/steps/dashboard/merge_requests.rb %%WWWDIR%%/features/steps/dashboard/new_project.rb @@ -3757,6 +3830,7 @@ %%WWWDIR%%/lib/api/helpers/custom_validators.rb %%WWWDIR%%/lib/api/helpers/internal_helpers.rb %%WWWDIR%%/lib/api/helpers/members_helpers.rb +%%WWWDIR%%/lib/api/helpers/pagination.rb %%WWWDIR%%/lib/api/internal.rb %%WWWDIR%%/lib/api/issues.rb %%WWWDIR%%/lib/api/keys.rb @@ -3785,6 +3859,7 @@ %%WWWDIR%%/lib/api/system_hooks.rb %%WWWDIR%%/lib/api/tags.rb %%WWWDIR%%/lib/api/templates.rb +%%WWWDIR%%/lib/api/time_tracking_endpoints.rb %%WWWDIR%%/lib/api/todos.rb %%WWWDIR%%/lib/api/triggers.rb %%WWWDIR%%/lib/api/users.rb @@ -3993,6 +4068,8 @@ %%WWWDIR%%/lib/gitlab/ci/status/core.rb %%WWWDIR%%/lib/gitlab/ci/status/created.rb %%WWWDIR%%/lib/gitlab/ci/status/extended.rb +%%WWWDIR%%/lib/gitlab/ci/status/external/common.rb +%%WWWDIR%%/lib/gitlab/ci/status/external/factory.rb %%WWWDIR%%/lib/gitlab/ci/status/factory.rb %%WWWDIR%%/lib/gitlab/ci/status/failed.rb %%WWWDIR%%/lib/gitlab/ci/status/pending.rb @@ -4015,21 +4092,35 @@ %%WWWDIR%%/lib/gitlab/contributions_calendar.rb %%WWWDIR%%/lib/gitlab/contributor.rb %%WWWDIR%%/lib/gitlab/current_settings.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/base_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/code_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/events.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/events_query.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/base_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/base_query.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/base_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/code_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/code_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/event_fetcher.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/issue_allowed.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/issue_event.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/issue_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/issue_stage.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/merge_request_allowed.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/metrics_fetcher.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/metrics_tables.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/permissions.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/plan_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/production_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/review_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/staging_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/test_event.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/plan_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/plan_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/production_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/production_helper.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/production_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/review_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/review_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/stage_summary.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/staging_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/staging_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/base.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/commit.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/deploy.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/issue.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/test_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/test_stage.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/updater.rb %%WWWDIR%%/lib/gitlab/data_builder/build.rb %%WWWDIR%%/lib/gitlab/data_builder/note.rb @@ -4079,8 +4170,26 @@ %%WWWDIR%%/lib/gitlab/gfm/reference_rewriter.rb %%WWWDIR%%/lib/gitlab/gfm/uploads_rewriter.rb %%WWWDIR%%/lib/gitlab/git.rb +%%WWWDIR%%/lib/gitlab/git/attributes.rb +%%WWWDIR%%/lib/gitlab/git/blame.rb +%%WWWDIR%%/lib/gitlab/git/blob.rb +%%WWWDIR%%/lib/gitlab/git/blob_snippet.rb +%%WWWDIR%%/lib/gitlab/git/branch.rb +%%WWWDIR%%/lib/gitlab/git/commit.rb +%%WWWDIR%%/lib/gitlab/git/commit_stats.rb +%%WWWDIR%%/lib/gitlab/git/compare.rb +%%WWWDIR%%/lib/gitlab/git/diff.rb +%%WWWDIR%%/lib/gitlab/git/diff_collection.rb +%%WWWDIR%%/lib/gitlab/git/encoding_helper.rb %%WWWDIR%%/lib/gitlab/git/hook.rb +%%WWWDIR%%/lib/gitlab/git/path_helper.rb +%%WWWDIR%%/lib/gitlab/git/popen.rb +%%WWWDIR%%/lib/gitlab/git/ref.rb +%%WWWDIR%%/lib/gitlab/git/repository.rb %%WWWDIR%%/lib/gitlab/git/rev_list.rb +%%WWWDIR%%/lib/gitlab/git/tag.rb +%%WWWDIR%%/lib/gitlab/git/tree.rb +%%WWWDIR%%/lib/gitlab/git/util.rb %%WWWDIR%%/lib/gitlab/git_access.rb %%WWWDIR%%/lib/gitlab/git_access_status.rb %%WWWDIR%%/lib/gitlab/git_access_wiki.rb @@ -4142,6 +4251,7 @@ %%WWWDIR%%/lib/gitlab/import_sources.rb %%WWWDIR%%/lib/gitlab/incoming_email.rb %%WWWDIR%%/lib/gitlab/issues_labels.rb +%%WWWDIR%%/lib/gitlab/job_waiter.rb %%WWWDIR%%/lib/gitlab/key_fingerprint.rb %%WWWDIR%%/lib/gitlab/kubernetes.rb %%WWWDIR%%/lib/gitlab/lazy.rb @@ -4214,6 +4324,9 @@ %%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/memory_killer.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/request_store_middleware.rb +%%WWWDIR%%/lib/gitlab/sidekiq_status.rb +%%WWWDIR%%/lib/gitlab/sidekiq_status/client_middleware.rb +%%WWWDIR%%/lib/gitlab/sidekiq_status/server_middleware.rb %%WWWDIR%%/lib/gitlab/sidekiq_throttler.rb %%WWWDIR%%/lib/gitlab/slash_commands/command_definition.rb %%WWWDIR%%/lib/gitlab/slash_commands/dsl.rb @@ -4230,6 +4343,7 @@ %%WWWDIR%%/lib/gitlab/template/issue_template.rb %%WWWDIR%%/lib/gitlab/template/merge_request_template.rb %%WWWDIR%%/lib/gitlab/themes.rb +%%WWWDIR%%/lib/gitlab/time_tracking_formatter.rb %%WWWDIR%%/lib/gitlab/timeless.rb %%WWWDIR%%/lib/gitlab/update_path_error.rb %%WWWDIR%%/lib/gitlab/upgrader.rb @@ -4281,6 +4395,7 @@ %%WWWDIR%%/lib/tasks/gitlab/import.rake %%WWWDIR%%/lib/tasks/gitlab/import_export.rake %%WWWDIR%%/lib/tasks/gitlab/info.rake +%%WWWDIR%%/lib/tasks/gitlab/ldap.rake %%WWWDIR%%/lib/tasks/gitlab/list_repos.rake %%WWWDIR%%/lib/tasks/gitlab/setup.rake %%WWWDIR%%/lib/tasks/gitlab/shell.rake @@ -4289,7 +4404,6 @@ %%WWWDIR%%/lib/tasks/gitlab/test.rake %%WWWDIR%%/lib/tasks/gitlab/track_deployment.rake %%WWWDIR%%/lib/tasks/gitlab/two_factor.rake -%%WWWDIR%%/lib/tasks/gitlab/update_commit_count.rake %%WWWDIR%%/lib/tasks/gitlab/update_templates.rake %%WWWDIR%%/lib/tasks/gitlab/users.rake %%WWWDIR%%/lib/tasks/gitlab/web_hook.rake @@ -4348,12 +4462,15 @@ %%WWWDIR%%/spec/controllers/admin/identities_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/impersonations_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/projects_controller_spec.rb +%%WWWDIR%%/spec/controllers/admin/services_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/spam_logs_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/users_controller_spec.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703301421.v2UEL0N4005171>