diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-12 21:08:10 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-12 21:08:10 +0000 |
commit | 092b86f10012ebc01aeb0437303c54135d4282a2 (patch) | |
tree | 04ee56904d1a41b4f62a347ab7c87514913a37d5 | |
parent | 90859e80ca23b8709d56b60d2066b569053e7e02 (diff) | |
download | gitlab-ce-092b86f10012ebc01aeb0437303c54135d4282a2.tar.gz |
Add latest changes from gitlab-org/gitlab@master
-rw-r--r-- | app/assets/javascripts/diffs/components/diff_line_gutter_content.vue | 2 | ||||
-rw-r--r-- | app/assets/javascripts/diffs/store/utils.js | 2 | ||||
-rw-r--r-- | app/assets/javascripts/pipelines/components/graph/job_item.vue | 2 | ||||
-rw-r--r-- | doc/user/project/operations/error_tracking.md | 5 | ||||
-rw-r--r-- | doc/user/project/operations/img/error_details_v12_6.png | bin | 0 -> 151389 bytes | |||
-rw-r--r-- | lib/gitlab/import_export/group_import_export.yml | 18 | ||||
-rw-r--r-- | locale/gitlab.pot | 15 |
7 files changed, 38 insertions, 6 deletions
diff --git a/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue b/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue index 434d554d148..34aa15856d2 100644 --- a/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue +++ b/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue @@ -72,7 +72,7 @@ export default { lineCode() { return ( this.line.line_code || - (this.line.left && this.line.line.left.line_code) || + (this.line.left && this.line.left.line_code) || (this.line.right && this.line.right.line_code) ); }, diff --git a/app/assets/javascripts/diffs/store/utils.js b/app/assets/javascripts/diffs/store/utils.js index 2326018b999..281a0de1fc2 100644 --- a/app/assets/javascripts/diffs/store/utils.js +++ b/app/assets/javascripts/diffs/store/utils.js @@ -498,7 +498,7 @@ export const allDiscussionWrappersExpanded = diff => { } }); } else if (diff.highlighted_diff_lines) { - diff.parallel_diff_lines.forEach(line => { + diff.highlighted_diff_lines.forEach(line => { if (line.discussions.length) { discussionsExpandedArray.push(line.discussionsExpanded); } diff --git a/app/assets/javascripts/pipelines/components/graph/job_item.vue b/app/assets/javascripts/pipelines/components/graph/job_item.vue index 1651d8cb1f8..bfd314e0439 100644 --- a/app/assets/javascripts/pipelines/components/graph/job_item.vue +++ b/app/assets/javascripts/pipelines/components/graph/job_item.vue @@ -111,7 +111,7 @@ export default { :href="status.details_path" :title="tooltipText" :class="cssClassJobName" - class="js-pipeline-graph-job-link qa-job-link" + class="js-pipeline-graph-job-link qa-job-link menu-item" > <job-name-component :name="job.name" :status="job.status" /> </gl-link> diff --git a/doc/user/project/operations/error_tracking.md b/doc/user/project/operations/error_tracking.md index ed244a622b2..01143489a03 100644 --- a/doc/user/project/operations/error_tracking.md +++ b/doc/user/project/operations/error_tracking.md @@ -52,7 +52,8 @@ From error list, users can navigate to the error details page by clicking the ti This page has: -- A link to Sentry issue. +- A link to the Sentry issue. - A full stack trace along with other details. +- Ability to create an issue from a Sentry error. -![Error Details](img/error_details_v12_5.png) +![Error Details](img/error_details_v12_6.png) diff --git a/doc/user/project/operations/img/error_details_v12_6.png b/doc/user/project/operations/img/error_details_v12_6.png Binary files differnew file mode 100644 index 00000000000..b9152bd2c11 --- /dev/null +++ b/doc/user/project/operations/img/error_details_v12_6.png diff --git a/lib/gitlab/import_export/group_import_export.yml b/lib/gitlab/import_export/group_import_export.yml index c1900350c86..049d81f96a4 100644 --- a/lib/gitlab/import_export/group_import_export.yml +++ b/lib/gitlab/import_export/group_import_export.yml @@ -14,9 +14,16 @@ tree: - :user included_attributes: + user: + - :id + - :email + - :username + author: + - :name excluded_attributes: group: + - :id - :runners_token - :runners_token_encrypted @@ -25,6 +32,8 @@ methods: - :type badges: - :type + notes: + - :type preloads: @@ -33,4 +42,11 @@ preloads: ee: tree: group: - - :epics + - epics: + - :parent + - notes: + - :author + - boards: + - :board_assignee + - labels: + - :priorities diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 9c7dcdcae63..b8d97df1ab9 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -18257,6 +18257,21 @@ msgstr "" msgid "Threat Monitoring" msgstr "" +msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster." +msgstr "" + +msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application. View the documentation for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app." +msgstr "" + +msgid "ThreatMonitoring|Threat Monitoring" +msgstr "" + +msgid "ThreatMonitoring|Threat Monitoring help page link" +msgstr "" + +msgid "ThreatMonitoring|Web Application Firewall not enabled" +msgstr "" + msgid "Thursday" msgstr "" |