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>2019-10-07 18:05:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-07 18:05:59 +0300
commit31040b5bfe48f8d73830f473513164427522b3a6 (patch)
tree6301b395ad45d7a0f84aa0f9c31373889208d09b /changelogs
parent185f428fa5e6123ffa0f29e307523da138e7b028 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/16482-split-sign-in-and-sign-up.yml5
-rw-r--r--changelogs/unreleased/add-health-checks-exporter.yml5
-rw-r--r--changelogs/unreleased/fix-moved-help-doc-administration-monitoring-performance.yml5
-rw-r--r--changelogs/unreleased/groups_api.yml5
-rw-r--r--changelogs/unreleased/security-search-by-iid-leaks-data.yml6
5 files changed, 26 insertions, 0 deletions
diff --git a/changelogs/unreleased/16482-split-sign-in-and-sign-up.yml b/changelogs/unreleased/16482-split-sign-in-and-sign-up.yml
new file mode 100644
index 00000000000..bb3c01385d8
--- /dev/null
+++ b/changelogs/unreleased/16482-split-sign-in-and-sign-up.yml
@@ -0,0 +1,5 @@
+---
+title: Experimental separate sign up flow
+merge_request: 16482
+author:
+type: other
diff --git a/changelogs/unreleased/add-health-checks-exporter.yml b/changelogs/unreleased/add-health-checks-exporter.yml
new file mode 100644
index 00000000000..7ffce51b82c
--- /dev/null
+++ b/changelogs/unreleased/add-health-checks-exporter.yml
@@ -0,0 +1,5 @@
+---
+title: Export liveness and readiness probes
+merge_request:
+author:
+type: changed
diff --git a/changelogs/unreleased/fix-moved-help-doc-administration-monitoring-performance.yml b/changelogs/unreleased/fix-moved-help-doc-administration-monitoring-performance.yml
new file mode 100644
index 00000000000..2fe34855ee8
--- /dev/null
+++ b/changelogs/unreleased/fix-moved-help-doc-administration-monitoring-performance.yml
@@ -0,0 +1,5 @@
+---
+title: Fix moved help URL for monitoring performance
+merge_request:
+author:
+type: fixed
diff --git a/changelogs/unreleased/groups_api.yml b/changelogs/unreleased/groups_api.yml
new file mode 100644
index 00000000000..09e85c45811
--- /dev/null
+++ b/changelogs/unreleased/groups_api.yml
@@ -0,0 +1,5 @@
+---
+title: 'API: Add missing group parameters'
+merge_request: 17220
+author: Mathieu Parent
+type: added
diff --git a/changelogs/unreleased/security-search-by-iid-leaks-data.yml b/changelogs/unreleased/security-search-by-iid-leaks-data.yml
new file mode 100644
index 00000000000..cf68fe504de
--- /dev/null
+++ b/changelogs/unreleased/security-search-by-iid-leaks-data.yml
@@ -0,0 +1,6 @@
+---
+title: Limit search for IID to a type to avoid leaking records with the same IID that
+ the user does not have access to
+merge_request:
+author:
+type: security