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-02-05 00:08:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-05 00:08:55 +0300
commit51612d3ef5be853289008694c40973b479e8547c (patch)
tree0a74213e94c9b6d81f6f0cb01e0b5dbff26f5444 /changelogs
parentca05512007cea51e05d3431b2c8bd7228c754370 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/196243-add-exclusive-guard.yml5
-rw-r--r--changelogs/unreleased/201910-cannot-find-projects-within-subgroups-when-you-select-a-top-level-.yml5
-rw-r--r--changelogs/unreleased/geo-spike-self-service-framework.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/196243-add-exclusive-guard.yml b/changelogs/unreleased/196243-add-exclusive-guard.yml
new file mode 100644
index 00000000000..4713644d09c
--- /dev/null
+++ b/changelogs/unreleased/196243-add-exclusive-guard.yml
@@ -0,0 +1,5 @@
+---
+title: Fix race condition bug in Prometheus managed app update process
+merge_request: 24228
+author:
+type: fixed
diff --git a/changelogs/unreleased/201910-cannot-find-projects-within-subgroups-when-you-select-a-top-level-.yml b/changelogs/unreleased/201910-cannot-find-projects-within-subgroups-when-you-select-a-top-level-.yml
new file mode 100644
index 00000000000..f2f44eefb77
--- /dev/null
+++ b/changelogs/unreleased/201910-cannot-find-projects-within-subgroups-when-you-select-a-top-level-.yml
@@ -0,0 +1,5 @@
+---
+title: Query projects of subgroups in Cycle Analytics
+merge_request: 24392
+author:
+type: fixed
diff --git a/changelogs/unreleased/geo-spike-self-service-framework.yml b/changelogs/unreleased/geo-spike-self-service-framework.yml
new file mode 100644
index 00000000000..409bc8a9298
--- /dev/null
+++ b/changelogs/unreleased/geo-spike-self-service-framework.yml
@@ -0,0 +1,5 @@
+---
+title: 'Geo: Add tables to prepare to replicate package files'
+merge_request: 23447
+author:
+type: added