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-22 15:09:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-22 15:09:49 +0300
commit4b074c5f634f8e1e550107f9e8237f07878ca0e8 (patch)
tree00afed4a6853548ec97203f3f807d954180b547d /changelogs
parentb81fd57f3d62db4455108c8de4b8d7b8d403de35 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/21107-optimize-sql-queries-in-settings-ci-cd-controller.yml5
-rw-r--r--changelogs/unreleased/327814-allow-project-owner-as-member.yml5
-rw-r--r--changelogs/unreleased/328519-fix-timeouts-when-paginating-issues-in-admin-panel.yml5
-rw-r--r--changelogs/unreleased/Externalize-strings-in-viewers-_license-html-haml.yml5
-rw-r--r--changelogs/unreleased/ajk-linked-graphql-docs-with-args.yml5
-rw-r--r--changelogs/unreleased/dblessing_cascading_override.yml5
-rw-r--r--changelogs/unreleased/typo-no-contributions.yml5
7 files changed, 35 insertions, 0 deletions
diff --git a/changelogs/unreleased/21107-optimize-sql-queries-in-settings-ci-cd-controller.yml b/changelogs/unreleased/21107-optimize-sql-queries-in-settings-ci-cd-controller.yml
new file mode 100644
index 00000000000..a46cf2617ad
--- /dev/null
+++ b/changelogs/unreleased/21107-optimize-sql-queries-in-settings-ci-cd-controller.yml
@@ -0,0 +1,5 @@
+---
+title: Optimize CI Settings page to reduce N+1 queries
+merge_request: 59625
+author:
+type: performance
diff --git a/changelogs/unreleased/327814-allow-project-owner-as-member.yml b/changelogs/unreleased/327814-allow-project-owner-as-member.yml
new file mode 100644
index 00000000000..4286eb86f42
--- /dev/null
+++ b/changelogs/unreleased/327814-allow-project-owner-as-member.yml
@@ -0,0 +1,5 @@
+---
+title: Fix restrictive permissions for ProjectMembers who are owners
+merge_request: 59844
+author:
+type: fixed
diff --git a/changelogs/unreleased/328519-fix-timeouts-when-paginating-issues-in-admin-panel.yml b/changelogs/unreleased/328519-fix-timeouts-when-paginating-issues-in-admin-panel.yml
new file mode 100644
index 00000000000..3af6d78118b
--- /dev/null
+++ b/changelogs/unreleased/328519-fix-timeouts-when-paginating-issues-in-admin-panel.yml
@@ -0,0 +1,5 @@
+---
+title: Improve pagination of users in the admin panel
+merge_request: 59884
+author:
+type: performance
diff --git a/changelogs/unreleased/Externalize-strings-in-viewers-_license-html-haml.yml b/changelogs/unreleased/Externalize-strings-in-viewers-_license-html-haml.yml
new file mode 100644
index 00000000000..a966237a999
--- /dev/null
+++ b/changelogs/unreleased/Externalize-strings-in-viewers-_license-html-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize strings in viewers/_license.html.haml
+merge_request: 58452
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/ajk-linked-graphql-docs-with-args.yml b/changelogs/unreleased/ajk-linked-graphql-docs-with-args.yml
new file mode 100644
index 00000000000..a5eff7a2212
--- /dev/null
+++ b/changelogs/unreleased/ajk-linked-graphql-docs-with-args.yml
@@ -0,0 +1,5 @@
+---
+title: Add missing parts of GraphQL schema to GraphQL documentation
+merge_request: 55944
+author:
+type: changed
diff --git a/changelogs/unreleased/dblessing_cascading_override.yml b/changelogs/unreleased/dblessing_cascading_override.yml
new file mode 100644
index 00000000000..17b6dd9c792
--- /dev/null
+++ b/changelogs/unreleased/dblessing_cascading_override.yml
@@ -0,0 +1,5 @@
+---
+title: Fix cascading settings attr writer behavior
+merge_request: 59910
+author:
+type: fixed
diff --git a/changelogs/unreleased/typo-no-contributions.yml b/changelogs/unreleased/typo-no-contributions.yml
new file mode 100644
index 00000000000..ed91e662f62
--- /dev/null
+++ b/changelogs/unreleased/typo-no-contributions.yml
@@ -0,0 +1,5 @@
+---
+title: Rename 'no contributions' to 'No contributions' in profile activity graph helper
+merge_request: 59076
+author: Yogi (@yo)
+type: changed