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-09-07 15:08:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-07 15:08:27 +0300
commita8653790086d284cecffdc35892bb422cd6c9a7b (patch)
tree8d1f4dc69026a42a47b1026eef2566c7461a52fe /changelogs
parent444f662b8d8cbe47a8f3fa1db6ed926d64f3def3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/1449-add-created-at-index-on-audit-events.yml5
-rw-r--r--changelogs/unreleased/220916-new-comment-not-drop-merge-train.yml5
-rw-r--r--changelogs/unreleased/22506-webauthn-step-1.yml5
-rw-r--r--changelogs/unreleased/233652-replace-bootstrap-alerts-in-ee-app-views-groups-push_rules-edit-ht.yml5
-rw-r--r--changelogs/unreleased/238568-add-incident-severity-to-issue-graphql-query.yml5
-rw-r--r--changelogs/unreleased/244848-fix-lfs-cleanup-data-loss-bug.yml5
-rw-r--r--changelogs/unreleased/compare-link-git-submodule-update.yml5
-rw-r--r--changelogs/unreleased/feature-issue_241962.yml5
8 files changed, 40 insertions, 0 deletions
diff --git a/changelogs/unreleased/1449-add-created-at-index-on-audit-events.yml b/changelogs/unreleased/1449-add-created-at-index-on-audit-events.yml
new file mode 100644
index 00000000000..c4dacb3cb30
--- /dev/null
+++ b/changelogs/unreleased/1449-add-created-at-index-on-audit-events.yml
@@ -0,0 +1,5 @@
+---
+title: Optimise index on audit events for CSV export
+merge_request: 41266
+author:
+type: added
diff --git a/changelogs/unreleased/220916-new-comment-not-drop-merge-train.yml b/changelogs/unreleased/220916-new-comment-not-drop-merge-train.yml
new file mode 100644
index 00000000000..707b5d541f1
--- /dev/null
+++ b/changelogs/unreleased/220916-new-comment-not-drop-merge-train.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent MRs to be dropped from Merge Trains for open discussions
+merge_request: 39957
+author:
+type: changed
diff --git a/changelogs/unreleased/22506-webauthn-step-1.yml b/changelogs/unreleased/22506-webauthn-step-1.yml
new file mode 100644
index 00000000000..3be52ec3ede
--- /dev/null
+++ b/changelogs/unreleased/22506-webauthn-step-1.yml
@@ -0,0 +1,5 @@
+---
+title: WebAuthn support (behind feature flag)
+merge_request: 26692
+author: Jan Beckmann
+type: added
diff --git a/changelogs/unreleased/233652-replace-bootstrap-alerts-in-ee-app-views-groups-push_rules-edit-ht.yml b/changelogs/unreleased/233652-replace-bootstrap-alerts-in-ee-app-views-groups-push_rules-edit-ht.yml
new file mode 100644
index 00000000000..2ce9223cb9d
--- /dev/null
+++ b/changelogs/unreleased/233652-replace-bootstrap-alerts-in-ee-app-views-groups-push_rules-edit-ht.yml
@@ -0,0 +1,5 @@
+---
+title: Replace bootstrap alerts in ee/app/views/groups/push_rules/edit.html.haml
+merge_request: 41069
+author: Jacopo Beschi @jacopo-beschi
+type: changed
diff --git a/changelogs/unreleased/238568-add-incident-severity-to-issue-graphql-query.yml b/changelogs/unreleased/238568-add-incident-severity-to-issue-graphql-query.yml
new file mode 100644
index 00000000000..16dab226d09
--- /dev/null
+++ b/changelogs/unreleased/238568-add-incident-severity-to-issue-graphql-query.yml
@@ -0,0 +1,5 @@
+---
+title: Exposes Incident's severity via GraphQL
+merge_request: 40945
+author:
+type: added
diff --git a/changelogs/unreleased/244848-fix-lfs-cleanup-data-loss-bug.yml b/changelogs/unreleased/244848-fix-lfs-cleanup-data-loss-bug.yml
new file mode 100644
index 00000000000..cd1e378e558
--- /dev/null
+++ b/changelogs/unreleased/244848-fix-lfs-cleanup-data-loss-bug.yml
@@ -0,0 +1,5 @@
+---
+title: Correctly preserve LFS objects in design or wiki repositories
+merge_request: 41352
+author:
+type: fixed
diff --git a/changelogs/unreleased/compare-link-git-submodule-update.yml b/changelogs/unreleased/compare-link-git-submodule-update.yml
new file mode 100644
index 00000000000..8632c095c5f
--- /dev/null
+++ b/changelogs/unreleased/compare-link-git-submodule-update.yml
@@ -0,0 +1,5 @@
+---
+title: Add link to compare changes intoduced by a git submodule update
+merge_request: 37740
+author: Daniel Seemer @Phaiax
+type: added
diff --git a/changelogs/unreleased/feature-issue_241962.yml b/changelogs/unreleased/feature-issue_241962.yml
new file mode 100644
index 00000000000..1f95ecdc432
--- /dev/null
+++ b/changelogs/unreleased/feature-issue_241962.yml
@@ -0,0 +1,5 @@
+---
+title: Replace v-html to v-safe-html directive
+merge_request: 41305
+author: Kazuya Kojima
+type: other