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-01-10 21:07:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-10 21:07:43 +0300
commit6f0f893bd87535b61e0ecb1ce069eaa7fcb9e5be (patch)
tree8af92b29c838e9af2fd70f9a4a2314a08f4af922 /changelogs/unreleased
parent8b1228b0d409d7751f01d9fb72ebfbbf62399486 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/14857-activate-promethus-integration-for-projects.yml5
-rw-r--r--changelogs/unreleased/18126-change-tag-url-for-tag-push-events-in-chat-msg-integration.yaml5
-rw-r--r--changelogs/unreleased/20709-add-runner-info-in-build-event.yaml5
-rw-r--r--changelogs/unreleased/20978-add-allow-failure-in-pipeline-event.yaml6
-rw-r--r--changelogs/unreleased/38223-link-to-gitlab-commit-in-error-detail-page.yml5
-rw-r--r--changelogs/unreleased/fix-missing-emoji-import.yml5
-rw-r--r--changelogs/unreleased/remove-unused-project-import-state-index.yml5
7 files changed, 20 insertions, 16 deletions
diff --git a/changelogs/unreleased/14857-activate-promethus-integration-for-projects.yml b/changelogs/unreleased/14857-activate-promethus-integration-for-projects.yml
new file mode 100644
index 00000000000..a83008ee848
--- /dev/null
+++ b/changelogs/unreleased/14857-activate-promethus-integration-for-projects.yml
@@ -0,0 +1,5 @@
+---
+title: Migrate the database to activate projects prometheus service integration for projects with prometheus installed on shared k8s cluster.
+merge_request: 19956
+author:
+type: fixed
diff --git a/changelogs/unreleased/18126-change-tag-url-for-tag-push-events-in-chat-msg-integration.yaml b/changelogs/unreleased/18126-change-tag-url-for-tag-push-events-in-chat-msg-integration.yaml
deleted file mode 100644
index c576b57f7cb..00000000000
--- a/changelogs/unreleased/18126-change-tag-url-for-tag-push-events-in-chat-msg-integration.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "Show tag link whenever it's a tag in chat message integration for push events and pipeline events"
-merge_request: 18126
-author: Mats Estensen
-type: fixed
diff --git a/changelogs/unreleased/20709-add-runner-info-in-build-event.yaml b/changelogs/unreleased/20709-add-runner-info-in-build-event.yaml
deleted file mode 100644
index 4a9d79d7299..00000000000
--- a/changelogs/unreleased/20709-add-runner-info-in-build-event.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add runner information in build web hook event
-merge_request: 20709
-author: Gaetan Semet
-type: added
diff --git a/changelogs/unreleased/20978-add-allow-failure-in-pipeline-event.yaml b/changelogs/unreleased/20978-add-allow-failure-in-pipeline-event.yaml
deleted file mode 100644
index 2a7e731e0be..00000000000
--- a/changelogs/unreleased/20978-add-allow-failure-in-pipeline-event.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: |
- Add allow failure in pipeline webhook event
-merge_request: 20978
-author: Gaetan Semet
-type: added
diff --git a/changelogs/unreleased/38223-link-to-gitlab-commit-in-error-detail-page.yml b/changelogs/unreleased/38223-link-to-gitlab-commit-in-error-detail-page.yml
new file mode 100644
index 00000000000..6af34ca0448
--- /dev/null
+++ b/changelogs/unreleased/38223-link-to-gitlab-commit-in-error-detail-page.yml
@@ -0,0 +1,5 @@
+---
+title: Add GitLab commit to error detail endpoint
+merge_request: 22174
+author:
+type: added
diff --git a/changelogs/unreleased/fix-missing-emoji-import.yml b/changelogs/unreleased/fix-missing-emoji-import.yml
new file mode 100644
index 00000000000..08e2d53013e
--- /dev/null
+++ b/changelogs/unreleased/fix-missing-emoji-import.yml
@@ -0,0 +1,5 @@
+---
+title: Add support to export and import award emojis for issues, issue notes, MR, MR notes and snippet notes
+merge_request: 22493
+author:
+type: fixed
diff --git a/changelogs/unreleased/remove-unused-project-import-state-index.yml b/changelogs/unreleased/remove-unused-project-import-state-index.yml
new file mode 100644
index 00000000000..2ffa91e3a45
--- /dev/null
+++ b/changelogs/unreleased/remove-unused-project-import-state-index.yml
@@ -0,0 +1,5 @@
+---
+title: Remove unused index on project_mirror_data
+merge_request: 22647
+author:
+type: performance