diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index cfe2f8cbb3f..94df809a50b 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -9e6f5f40e6eb44655b6acfd5dc222af04333a4f2 +521bb978da8780aca690136e78a3ad388726c8ad diff --git a/Gemfile b/Gemfile index e0820947158..9040737ff50 100644 --- a/Gemfile +++ b/Gemfile @@ -440,7 +440,7 @@ gem 'activerecord-explain-analyze', '~> 0.1', require: false gem 'oauth2', '~> 1.4' # Health check -gem 'health_check', '~> 2.6.0' +gem 'health_check', '~> 3.0' # System information gem 'vmstat', '~> 2.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index fbe5cfff1f1..54e21068b29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -518,8 +518,8 @@ GEM hashie (3.6.0) hashie-forbidden_attributes (0.1.1) hashie (>= 3.0) - health_check (2.6.0) - rails (>= 4.0) + health_check (3.0.0) + railties (>= 5.0) heapy (0.1.4) hipchat (1.5.2) httparty @@ -1283,7 +1283,7 @@ DEPENDENCIES hamlit (~> 2.11.0) hangouts-chat (~> 0.0.5) hashie-forbidden_attributes - health_check (~> 2.6.0) + health_check (~> 3.0) hipchat (~> 1.5.0) html-pipeline (~> 2.12) html2text diff --git a/app/assets/javascripts/cycle_analytics/components/stage_review_component.vue b/app/assets/javascripts/cycle_analytics/components/stage_review_component.vue index d61e6995551..2348e0719ca 100644 --- a/app/assets/javascripts/cycle_analytics/components/stage_review_component.vue +++ b/app/assets/javascripts/cycle_analytics/components/stage_review_component.vue @@ -3,6 +3,7 @@ import userAvatarImage from '../../vue_shared/components/user_avatar/user_avatar import limitWarning from './limit_warning_component.vue'; import totalTime from './total_time_component.vue'; import icon from '../../vue_shared/components/icon.vue'; +import { GlIcon } from '@gitlab/ui'; export default { components: { @@ -10,6 +11,7 @@ export default { totalTime, limitWarning, icon, + GlIcon, }, props: { items: { @@ -52,7 +54,8 @@ export default {