From 66ce6a78f6203652c34bd0532b63c394d5394cc4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Jan 2020 00:08:47 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .gitlab/issue_templates/Feature proposal.md | 4 +- CHANGELOG.md | 1 - VERSION | 2 +- .../components/charts/time_series.vue | 5 +- .../monitoring/components/dashboard.vue | 2 +- .../monitoring/components/panel_type.vue | 7 +- app/assets/javascripts/notes.js | 24 +- .../components/pipelines_table_row.vue | 1 + .../layouts/nav/sidebar/_project.html.haml | 2 +- app/views/shared/_service_settings.html.haml | 2 +- babel.config.js | 1 + ...integrations-are-not-active-by-default.yml | 5 + config/webpack.config.js | 2 + doc/user/analytics/code_review_analytics.md | 25 +- jest.config.js | 2 + package.json | 2 + qa/qa.rb | 2 + .../monitored_auto_devops/.gitlab-ci.yml | 337 ++++++++++++++++++ qa/qa/page/layout/performance_bar.rb | 4 +- qa/qa/page/project/operations/metrics.rb | 87 +++++ qa/qa/page/project/pipeline/index.rb | 22 +- qa/qa/page/project/sub_menus/operations.rb | 9 + .../non_devops/performance_bar_spec.rb | 6 +- .../user_activates_issue_tracker_spec.rb | 15 +- .../services/user_activates_jira_spec.rb | 8 +- .../services/user_activates_youtrack_spec.rb | 8 +- .../projects/tree/create_directory_spec.rb | 7 + .../projects/tree/create_file_spec.rb | 7 + spec/frontend/boards/issue_card_spec.js | 4 +- .../components/project_dropdown_spec.js | 12 +- spec/frontend/notes/old_notes_spec.js | 5 - .../user_avatar/user_avatar_link_spec.js | 4 +- yarn.lock | 34 +- 33 files changed, 575 insertions(+), 83 deletions(-) create mode 100644 changelogs/unreleased/194381-new-integrations-are-not-active-by-default.yml create mode 100644 qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml create mode 100644 qa/qa/page/project/operations/metrics.rb diff --git a/.gitlab/issue_templates/Feature proposal.md b/.gitlab/issue_templates/Feature proposal.md index ea37cad6f15..dea2384a2e9 100644 --- a/.gitlab/issue_templates/Feature proposal.md +++ b/.gitlab/issue_templates/Feature proposal.md @@ -40,12 +40,12 @@ If this feature requires changing permissions, this document https://docs.gitlab +See the test engineering planning process and reach out to your counterpart Software Engineer in Test for assistance: https://about.gitlab.com/handbook/engineering/quality/test-engineering/#test-planning --> ### What does success look like, and how can we measure that? diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d6b8c8038..a70dc4b79a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ entry. ## 12.7.0 -- No changes. ### Security (6 changes, 2 of them are from the community) - Ensure content matches extension on image uploads. !20697 diff --git a/VERSION b/VERSION index b654cd4c348..158cd7e61ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.8.0-pre +12.7.0-pre diff --git a/app/assets/javascripts/monitoring/components/charts/time_series.vue b/app/assets/javascripts/monitoring/components/charts/time_series.vue index 0d442f14aea..8b1a9f6f770 100644 --- a/app/assets/javascripts/monitoring/components/charts/time_series.vue +++ b/app/assets/javascripts/monitoring/components/charts/time_series.vue @@ -311,7 +311,10 @@ export default { {{ graphData.title }} -
+
diff --git a/app/assets/javascripts/monitoring/components/dashboard.vue b/app/assets/javascripts/monitoring/components/dashboard.vue index 2c51252be39..8c33e13e2f0 100644 --- a/app/assets/javascripts/monitoring/components/dashboard.vue +++ b/app/assets/javascripts/monitoring/components/dashboard.vue @@ -342,7 +342,7 @@ export default {