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-04 18:09:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-04 18:09:36 +0300
commite0655935eb32ba057b6ced978940076681d71177 (patch)
treeb931975665fc002f346bdd3c5242fe644316f86c /changelogs
parent8322f051740fba113c5c1f6fba96b9c943240746 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/cablett-247867-epics-relative-position.yml5
-rw-r--r--changelogs/unreleased/eb-cobertura-background-fix.yml5
-rw-r--r--changelogs/unreleased/error_when_not_licensed_273719.yml5
-rw-r--r--changelogs/unreleased/sh-avoid-build-hooks-data.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/cablett-247867-epics-relative-position.yml b/changelogs/unreleased/cablett-247867-epics-relative-position.yml
new file mode 100644
index 00000000000..098116efb81
--- /dev/null
+++ b/changelogs/unreleased/cablett-247867-epics-relative-position.yml
@@ -0,0 +1,5 @@
+---
+title: Add Epic Board Position model to store relative positioning of epics on a board
+merge_request: 48120
+author:
+type: added
diff --git a/changelogs/unreleased/eb-cobertura-background-fix.yml b/changelogs/unreleased/eb-cobertura-background-fix.yml
new file mode 100644
index 00000000000..5f679d6b54f
--- /dev/null
+++ b/changelogs/unreleased/eb-cobertura-background-fix.yml
@@ -0,0 +1,5 @@
+---
+title: Implement smart cobertura class path correction
+merge_request: 48048
+author:
+type: changed
diff --git a/changelogs/unreleased/error_when_not_licensed_273719.yml b/changelogs/unreleased/error_when_not_licensed_273719.yml
new file mode 100644
index 00000000000..afbf15d7991
--- /dev/null
+++ b/changelogs/unreleased/error_when_not_licensed_273719.yml
@@ -0,0 +1,5 @@
+---
+title: Add a job to the DAST template that shows an error in the console if the user is not licensed to use DAST.
+merge_request: 47484
+author:
+type: changed
diff --git a/changelogs/unreleased/sh-avoid-build-hooks-data.yml b/changelogs/unreleased/sh-avoid-build-hooks-data.yml
new file mode 100644
index 00000000000..037425e957a
--- /dev/null
+++ b/changelogs/unreleased/sh-avoid-build-hooks-data.yml
@@ -0,0 +1,5 @@
+---
+title: Reduce SQL queries when no pipeline hooks are active
+merge_request: 49186
+author:
+type: performance