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>2021-04-23 00:09:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-23 00:09:53 +0300
commitd6d1051383d42211e5f4d2752d60f946f21df1b7 (patch)
treee9f8a0c60c17ebc26a96e5349656d12d9aeb2a7f /changelogs
parent0a5e00b6914944295b31ce10ffd5429cbe9fae89 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/328338-inconsistent-initial-line-in-merge-request-and-issue-creation-emai.yml5
-rw-r--r--changelogs/unreleased/Externalise-strings-in-_projects-html-haml.yml5
-rw-r--r--changelogs/unreleased/Externalize-strings-in--background_jobs-show-html-haml.yml5
-rw-r--r--changelogs/unreleased/Externalize-strings-in-projects-hmtl-haml.yml5
-rw-r--r--changelogs/unreleased/ab-ci_job_artifacts.yml5
-rw-r--r--changelogs/unreleased/sh-fix-webhook-defaults.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/328338-inconsistent-initial-line-in-merge-request-and-issue-creation-emai.yml b/changelogs/unreleased/328338-inconsistent-initial-line-in-merge-request-and-issue-creation-emai.yml
new file mode 100644
index 00000000000..0ab2e34b031
--- /dev/null
+++ b/changelogs/unreleased/328338-inconsistent-initial-line-in-merge-request-and-issue-creation-emai.yml
@@ -0,0 +1,5 @@
+---
+title: Make new issue, merge request, and epic emails more consistent
+merge_request: 59718
+author:
+type: changed
diff --git a/changelogs/unreleased/Externalise-strings-in-_projects-html-haml.yml b/changelogs/unreleased/Externalise-strings-in-_projects-html-haml.yml
new file mode 100644
index 00000000000..993790530a4
--- /dev/null
+++ b/changelogs/unreleased/Externalise-strings-in-_projects-html-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalise strings in users/_projects.html.haml
+merge_request: 58110
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/Externalize-strings-in--background_jobs-show-html-haml.yml b/changelogs/unreleased/Externalize-strings-in--background_jobs-show-html-haml.yml
new file mode 100644
index 00000000000..59775b6ebc6
--- /dev/null
+++ b/changelogs/unreleased/Externalize-strings-in--background_jobs-show-html-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize strings in /background_jobs/show.html.haml
+merge_request: 58141
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/Externalize-strings-in-projects-hmtl-haml.yml b/changelogs/unreleased/Externalize-strings-in-projects-hmtl-haml.yml
new file mode 100644
index 00000000000..0e2af207cc6
--- /dev/null
+++ b/changelogs/unreleased/Externalize-strings-in-projects-hmtl-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize strings in users/projects.html.haml
+merge_request: 58122
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/ab-ci_job_artifacts.yml b/changelogs/unreleased/ab-ci_job_artifacts.yml
new file mode 100644
index 00000000000..0406472c414
--- /dev/null
+++ b/changelogs/unreleased/ab-ci_job_artifacts.yml
@@ -0,0 +1,5 @@
+---
+title: Initialize int8 migration for ci_job_artifacts
+merge_request: 59786
+author:
+type: other
diff --git a/changelogs/unreleased/sh-fix-webhook-defaults.yml b/changelogs/unreleased/sh-fix-webhook-defaults.yml
new file mode 100644
index 00000000000..791e77df0f0
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-webhook-defaults.yml
@@ -0,0 +1,5 @@
+---
+title: Set Web hook defaults to intended default values
+merge_request: 59814
+author:
+type: fixed