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-02 03:09:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-02 03:09:45 +0300
commitf3506a4deee10c8b0e3c57ed2019d1df9c521258 (patch)
treefe38c632989337224685a87952446c472f05d937 /changelogs
parent1f96548c39f3f9b03d1b2156e7cb707e748193d8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/file_type_filter_admin_appearance.yml5
-rw-r--r--changelogs/unreleased/no-findcommit-for-raw-endpoints.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/file_type_filter_admin_appearance.yml b/changelogs/unreleased/file_type_filter_admin_appearance.yml
new file mode 100644
index 00000000000..b87c446b2de
--- /dev/null
+++ b/changelogs/unreleased/file_type_filter_admin_appearance.yml
@@ -0,0 +1,5 @@
+---
+title: Add type filtering in appearance page of the admin panel
+merge_request: 48709
+author: Paul Ungureanu @ungps
+type: fixed
diff --git a/changelogs/unreleased/no-findcommit-for-raw-endpoints.yml b/changelogs/unreleased/no-findcommit-for-raw-endpoints.yml
new file mode 100644
index 00000000000..8e69589bdcc
--- /dev/null
+++ b/changelogs/unreleased/no-findcommit-for-raw-endpoints.yml
@@ -0,0 +1,5 @@
+---
+title: Remove unnecessary Gitaly calls from raw endpoint
+merge_request: 48917
+author:
+type: performance