summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-24 18:09:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-24 18:09:00 +0000
commit411cc77938f99b495e0fe802705d275a28e939ef (patch)
tree97770ec9904daeaaa1f7546b191d23b0a642da47 /changelogs
parent3e36f70be4bd74a412b2ea1286090b54803a8c20 (diff)
downloadgitlab-ce-411cc77938f99b495e0fe802705d275a28e939ef.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/14707-add-waf-anomaly-summary-service.yml5
-rw-r--r--changelogs/unreleased/194164-add-missing-detailed-sentry-error-graphql.yml5
-rw-r--r--changelogs/unreleased/197500-edit-and-web-ide-look-like-segmented-control-in-file-header.yml5
-rw-r--r--changelogs/unreleased/23296-add-ci-variables-server-port-protocol.yml5
-rw-r--r--changelogs/unreleased/broadcast-api-auth.yml5
-rw-r--r--changelogs/unreleased/fix-missing-apply-sugegstion-project-setting.yml5
-rw-r--r--changelogs/unreleased/integrate-gitaly-disk_statistics-grpc.yml5
7 files changed, 35 insertions, 0 deletions
diff --git a/changelogs/unreleased/14707-add-waf-anomaly-summary-service.yml b/changelogs/unreleased/14707-add-waf-anomaly-summary-service.yml
new file mode 100644
index 00000000000..18a9bfb67ab
--- /dev/null
+++ b/changelogs/unreleased/14707-add-waf-anomaly-summary-service.yml
@@ -0,0 +1,5 @@
+---
+title: Add WAF Anomaly Summary service
+merge_request: 22736
+author:
+type: added
diff --git a/changelogs/unreleased/194164-add-missing-detailed-sentry-error-graphql.yml b/changelogs/unreleased/194164-add-missing-detailed-sentry-error-graphql.yml
new file mode 100644
index 00000000000..163309e32d1
--- /dev/null
+++ b/changelogs/unreleased/194164-add-missing-detailed-sentry-error-graphql.yml
@@ -0,0 +1,5 @@
+---
+title: Add tags, external_base_url, gitlab_issue to Sentry Detailed Error graphql
+merge_request: 23483
+author:
+type: added
diff --git a/changelogs/unreleased/197500-edit-and-web-ide-look-like-segmented-control-in-file-header.yml b/changelogs/unreleased/197500-edit-and-web-ide-look-like-segmented-control-in-file-header.yml
new file mode 100644
index 00000000000..7eb6ea5f521
--- /dev/null
+++ b/changelogs/unreleased/197500-edit-and-web-ide-look-like-segmented-control-in-file-header.yml
@@ -0,0 +1,5 @@
+---
+title: Remove button group for edit and web ide in file header
+merge_request: 23291
+author:
+type: other
diff --git a/changelogs/unreleased/23296-add-ci-variables-server-port-protocol.yml b/changelogs/unreleased/23296-add-ci-variables-server-port-protocol.yml
new file mode 100644
index 00000000000..5ee9fbe540e
--- /dev/null
+++ b/changelogs/unreleased/23296-add-ci-variables-server-port-protocol.yml
@@ -0,0 +1,5 @@
+---
+title: Add CI variables to provide GitLab port and protocol
+merge_request: 23296
+author: Aidin Abedi
+type: added
diff --git a/changelogs/unreleased/broadcast-api-auth.yml b/changelogs/unreleased/broadcast-api-auth.yml
new file mode 100644
index 00000000000..57e0097785d
--- /dev/null
+++ b/changelogs/unreleased/broadcast-api-auth.yml
@@ -0,0 +1,5 @@
+---
+title: Allow users to read broadcast messages via API
+merge_request: 23298
+author: Rajendra Kadam
+type: changed
diff --git a/changelogs/unreleased/fix-missing-apply-sugegstion-project-setting.yml b/changelogs/unreleased/fix-missing-apply-sugegstion-project-setting.yml
new file mode 100644
index 00000000000..d084148fbd8
--- /dev/null
+++ b/changelogs/unreleased/fix-missing-apply-sugegstion-project-setting.yml
@@ -0,0 +1,5 @@
+---
+title: Add accidentally deleted project config for custom apply suggestions
+merge_request: 23687
+author: Fabio Huser
+type: fixed
diff --git a/changelogs/unreleased/integrate-gitaly-disk_statistics-grpc.yml b/changelogs/unreleased/integrate-gitaly-disk_statistics-grpc.yml
new file mode 100644
index 00000000000..ef90fc89d8d
--- /dev/null
+++ b/changelogs/unreleased/integrate-gitaly-disk_statistics-grpc.yml
@@ -0,0 +1,5 @@
+---
+title: "Support retrieval of disk statistics from Gitaly"
+merge_request: 22226
+author: Nels Nelson
+type: added