From 274ea604fcd43ecccfba04756a9475a3efa47de0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 16 Sep 2019 21:06:30 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../monitoring/components/charts/column.vue | 2 +- .../components/charts/empty_chart.vue | 2 +- .../components/charts/single_stat.vue | 2 +- .../components/charts/time_series.vue | 122 ++++++++---------- .../monitoring/components/dashboard.vue | 2 + .../monitoring/components/embed.vue | 1 + .../{show => general}/index.js | 0 .../services/performance_bar_service.js | 9 -- app/assets/stylesheets/pages/issues.scss | 4 - .../stylesheets/pages/merge_requests.scss | 4 - .../admin/application_settings_controller.rb | 11 +- .../_account_and_limit.html.haml | 2 +- .../_diff_limits.html.haml | 2 +- ...ernal_authorization_service_form.html.haml | 2 +- .../application_settings/_signin.html.haml | 2 +- .../application_settings/_signup.html.haml | 2 +- .../application_settings/_terminal.html.haml | 2 +- .../application_settings/_terms.html.haml | 2 +- .../_visibility_and_access.html.haml | 2 +- .../{show.html.haml => general.html.haml} | 6 +- .../layouts/nav/sidebar/_admin.html.haml | 2 +- app/views/projects/services/_form.html.haml | 6 +- ...-resource-from-performance-bar-service.yml | 5 + config/routes/admin.rb | 2 +- doc/api/epics.md | 2 + .../container_scanning/index.md | 31 ++++- doc/user/project/operations/feature_flags.md | 2 + qa/qa/page/admin/settings/general.rb | 2 +- .../application_settings_controller_spec.rb | 27 +--- ...admin_disables_git_access_protocol_spec.rb | 5 + spec/features/admin/admin_settings_spec.rb | 2 +- .../frontend/fixtures/application_settings.rb | 2 +- spec/javascripts/test_bundle.js | 2 +- .../application_settings_shared_examples.rb | 26 ++++ 34 files changed, 156 insertions(+), 141 deletions(-) rename app/assets/javascripts/pages/admin/application_settings/{show => general}/index.js (100%) rename app/views/admin/application_settings/{show.html.haml => general.html.haml} (94%) create mode 100644 changelogs/unreleased/remove-vue-resource-from-performance-bar-service.yml create mode 100644 spec/support/shared_examples/controllers/application_settings_shared_examples.rb diff --git a/app/assets/javascripts/monitoring/components/charts/column.vue b/app/assets/javascripts/monitoring/components/charts/column.vue index 83136d43479..ee6aaeb7dde 100644 --- a/app/assets/javascripts/monitoring/components/charts/column.vue +++ b/app/assets/javascripts/monitoring/components/charts/column.vue @@ -100,7 +100,7 @@ export default { };