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-15 00:07:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-15 00:07:45 +0300
commit0b12a5312c9701fbfed25fbb334d47900ced736b (patch)
treea29a27e297134f573fd8e5c298d241f3156c207a /changelogs/unreleased
parent92f95ccac81911d1fcc32e999a7f1ce04624a56c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/195776-fix-discard-rename-web-ide.yml5
-rw-r--r--changelogs/unreleased/34522-webide-empty-repos.yml5
-rw-r--r--changelogs/unreleased/55347-mr-diffs-file-count-increments-while-batch-loading.yml5
-rw-r--r--changelogs/unreleased/7225-no-audit-event-for-adding-a-user-to-a-group-or-project-through-api.yml5
-rw-r--r--changelogs/unreleased/ab-projects-api-more-indexes.yml5
-rw-r--r--changelogs/unreleased/add-geo-node-api.yml5
-rw-r--r--changelogs/unreleased/dblessing_update_net_ldap_gem.yml5
-rw-r--r--changelogs/unreleased/split-up-relativelinkfilter.yml5
8 files changed, 40 insertions, 0 deletions
diff --git a/changelogs/unreleased/195776-fix-discard-rename-web-ide.yml b/changelogs/unreleased/195776-fix-discard-rename-web-ide.yml
new file mode 100644
index 00000000000..5780a07a047
--- /dev/null
+++ b/changelogs/unreleased/195776-fix-discard-rename-web-ide.yml
@@ -0,0 +1,5 @@
+---
+title: Fix discarding renamed directories in Web IDE
+merge_request: 22943
+author:
+type: fixed
diff --git a/changelogs/unreleased/34522-webide-empty-repos.yml b/changelogs/unreleased/34522-webide-empty-repos.yml
new file mode 100644
index 00000000000..3fbd097dba8
--- /dev/null
+++ b/changelogs/unreleased/34522-webide-empty-repos.yml
@@ -0,0 +1,5 @@
+---
+title: 'Fix: WebIDE doesn''t work on empty repositories again'
+merge_request: 22950
+author:
+type: fixed
diff --git a/changelogs/unreleased/55347-mr-diffs-file-count-increments-while-batch-loading.yml b/changelogs/unreleased/55347-mr-diffs-file-count-increments-while-batch-loading.yml
new file mode 100644
index 00000000000..3058624a4d8
--- /dev/null
+++ b/changelogs/unreleased/55347-mr-diffs-file-count-increments-while-batch-loading.yml
@@ -0,0 +1,5 @@
+---
+title: Fix MR diffs file count increments while batch loading
+merge_request: 21764
+author:
+type: fixed
diff --git a/changelogs/unreleased/7225-no-audit-event-for-adding-a-user-to-a-group-or-project-through-api.yml b/changelogs/unreleased/7225-no-audit-event-for-adding-a-user-to-a-group-or-project-through-api.yml
new file mode 100644
index 00000000000..c139cea868a
--- /dev/null
+++ b/changelogs/unreleased/7225-no-audit-event-for-adding-a-user-to-a-group-or-project-through-api.yml
@@ -0,0 +1,5 @@
+---
+title: Add audit events to the adding members to project or group API endpoint
+merge_request: 21633
+author:
+type: changed
diff --git a/changelogs/unreleased/ab-projects-api-more-indexes.yml b/changelogs/unreleased/ab-projects-api-more-indexes.yml
new file mode 100644
index 00000000000..1567e78cba3
--- /dev/null
+++ b/changelogs/unreleased/ab-projects-api-more-indexes.yml
@@ -0,0 +1,5 @@
+---
+title: Add more indexes for other order_by options (Projects API)
+merge_request: 22784
+author:
+type: performance
diff --git a/changelogs/unreleased/add-geo-node-api.yml b/changelogs/unreleased/add-geo-node-api.yml
new file mode 100644
index 00000000000..9db482531cc
--- /dev/null
+++ b/changelogs/unreleased/add-geo-node-api.yml
@@ -0,0 +1,5 @@
+---
+title: Add API endpoint for creating a Geo node
+merge_request: 22392
+author: Rajendra Kadam
+type: added
diff --git a/changelogs/unreleased/dblessing_update_net_ldap_gem.yml b/changelogs/unreleased/dblessing_update_net_ldap_gem.yml
new file mode 100644
index 00000000000..52cced0ef6c
--- /dev/null
+++ b/changelogs/unreleased/dblessing_update_net_ldap_gem.yml
@@ -0,0 +1,5 @@
+---
+title: Update the Net-LDAP gem to 0.16.2
+merge_request:
+author:
+type: other
diff --git a/changelogs/unreleased/split-up-relativelinkfilter.yml b/changelogs/unreleased/split-up-relativelinkfilter.yml
new file mode 100644
index 00000000000..feaa9f290ab
--- /dev/null
+++ b/changelogs/unreleased/split-up-relativelinkfilter.yml
@@ -0,0 +1,5 @@
+---
+title: Avoid making Gitaly calls when some Markdown text links to an uploaded file
+merge_request: 22631
+author:
+type: performance