Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 00:08:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 00:08:47 +0300
commitc8f773a8593926f4f2dec6f446a3b3e59e9c9909 (patch)
tree4e5ea1d3b861ff99015f6112da567de7873868aa /changelogs
parent929b887e5391dea7cb53b88b77b9a35351c87d99 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/199211-fix-user-popover-glitch.yml5
-rw-r--r--changelogs/unreleased/nicolasdular-broadcast-type-api.yml5
-rw-r--r--changelogs/unreleased/sarnold-197129-graphql-feature-flag.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/199211-fix-user-popover-glitch.yml b/changelogs/unreleased/199211-fix-user-popover-glitch.yml
new file mode 100644
index 00000000000..65b50f50bf2
--- /dev/null
+++ b/changelogs/unreleased/199211-fix-user-popover-glitch.yml
@@ -0,0 +1,5 @@
+---
+title: Fix user popover glitch
+merge_request: 23904
+author:
+type: fixed
diff --git a/changelogs/unreleased/nicolasdular-broadcast-type-api.yml b/changelogs/unreleased/nicolasdular-broadcast-type-api.yml
new file mode 100644
index 00000000000..2a6f1120567
--- /dev/null
+++ b/changelogs/unreleased/nicolasdular-broadcast-type-api.yml
@@ -0,0 +1,5 @@
+---
+title: Add broadcast type to API
+merge_request:
+author:
+type: changed
diff --git a/changelogs/unreleased/sarnold-197129-graphql-feature-flag.yml b/changelogs/unreleased/sarnold-197129-graphql-feature-flag.yml
new file mode 100644
index 00000000000..053d9cbd892
--- /dev/null
+++ b/changelogs/unreleased/sarnold-197129-graphql-feature-flag.yml
@@ -0,0 +1,5 @@
+---
+title: Add ability to hide GraphQL fields using GitLab Feature flags
+merge_request: 23563
+author:
+type: added