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-12-08 15:09:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-08 15:09:53 +0300
commit148b75b329294f6b6ae409bbf8d70590e63c6bc9 (patch)
tree30918a97e353067ff9c99e04fb7e296305d130b7 /changelogs
parent707742e59ca57d1f2ea00d65fa35a7b9a5ded398 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/272983-fix-security-mr-widget-forks.yml5
-rw-r--r--changelogs/unreleased/feature-git-crowd-auth.yml5
-rw-r--r--changelogs/unreleased/include-actual-limit-in-pipeline-errors.yml5
-rw-r--r--changelogs/unreleased/sy-process-prometheus-alerts-through-http-integrations.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/272983-fix-security-mr-widget-forks.yml b/changelogs/unreleased/272983-fix-security-mr-widget-forks.yml
new file mode 100644
index 00000000000..9d3d4e3a56b
--- /dev/null
+++ b/changelogs/unreleased/272983-fix-security-mr-widget-forks.yml
@@ -0,0 +1,5 @@
+---
+title: Fix getting security report information on merge requests from forks
+merge_request: 49354
+author:
+type: fixed
diff --git a/changelogs/unreleased/feature-git-crowd-auth.yml b/changelogs/unreleased/feature-git-crowd-auth.yml
new file mode 100644
index 00000000000..1ad034bda73
--- /dev/null
+++ b/changelogs/unreleased/feature-git-crowd-auth.yml
@@ -0,0 +1,5 @@
+---
+title: Enable Crowd auth for git-over-https
+merge_request: 46935
+author: Thomas Mendoza @tgmachina
+type: added
diff --git a/changelogs/unreleased/include-actual-limit-in-pipeline-errors.yml b/changelogs/unreleased/include-actual-limit-in-pipeline-errors.yml
new file mode 100644
index 00000000000..1820adc4b40
--- /dev/null
+++ b/changelogs/unreleased/include-actual-limit-in-pipeline-errors.yml
@@ -0,0 +1,5 @@
+---
+title: Include actual limit in pipeline limit errors
+merge_request: 48710
+author:
+type: changed
diff --git a/changelogs/unreleased/sy-process-prometheus-alerts-through-http-integrations.yml b/changelogs/unreleased/sy-process-prometheus-alerts-through-http-integrations.yml
new file mode 100644
index 00000000000..c406398cd0d
--- /dev/null
+++ b/changelogs/unreleased/sy-process-prometheus-alerts-through-http-integrations.yml
@@ -0,0 +1,5 @@
+---
+title: Handle prometheus-formatted alert notifications through HTTP integrations
+merge_request: 49268
+author:
+type: fixed