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-19 15:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-19 15:09:04 +0300
commitc6af94ea4ea649171ff930b6bf94c73a5d03edb9 (patch)
treeceef77238b3a275a3a32b4e9f982b6d2f27e0c6b /changelogs
parent3257ae3af07a4ad026be3c868e74ff82866fc400 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/321100-centralize-invalid-ci-state-in-authoring-section.yml5
-rw-r--r--changelogs/unreleased/326665_enable_projects_post_creation_worker.yml5
-rw-r--r--changelogs/unreleased/Externalize-stings-in-password_change-html-haml.yml5
-rw-r--r--changelogs/unreleased/Externalize-strings-in-passwords-edit-html-haml.yml5
-rw-r--r--changelogs/unreleased/Externalize-strings-in-sessions-new-html-haml.yml5
-rw-r--r--changelogs/unreleased/Externalize-strings-in-sessions-two_factor-html-haml.yml5
-rw-r--r--changelogs/unreleased/bulk-update-user-todos-count-cache.yml5
-rw-r--r--changelogs/unreleased/issue-325831-make-searchQueryService-paramter-optional.yml5
-rw-r--r--changelogs/unreleased/mr-thread-comment-button.yml5
-rw-r--r--changelogs/unreleased/ntepluhina-assignees-feature-flag.yml5
-rw-r--r--changelogs/unreleased/remove_epics_index.yml5
-rw-r--r--changelogs/unreleased/tor-defect-single-quote-escapes.yml5
12 files changed, 60 insertions, 0 deletions
diff --git a/changelogs/unreleased/321100-centralize-invalid-ci-state-in-authoring-section.yml b/changelogs/unreleased/321100-centralize-invalid-ci-state-in-authoring-section.yml
new file mode 100644
index 00000000000..610532fc194
--- /dev/null
+++ b/changelogs/unreleased/321100-centralize-invalid-ci-state-in-authoring-section.yml
@@ -0,0 +1,5 @@
+---
+title: Centralize shared state in Authoring section
+merge_request: 58790
+author:
+type: changed
diff --git a/changelogs/unreleased/326665_enable_projects_post_creation_worker.yml b/changelogs/unreleased/326665_enable_projects_post_creation_worker.yml
new file mode 100644
index 00000000000..4c1424fdf11
--- /dev/null
+++ b/changelogs/unreleased/326665_enable_projects_post_creation_worker.yml
@@ -0,0 +1,5 @@
+---
+title: Create prometheus service asynchronously by default when creating a project
+merge_request: 59273
+author:
+type: changed
diff --git a/changelogs/unreleased/Externalize-stings-in-password_change-html-haml.yml b/changelogs/unreleased/Externalize-stings-in-password_change-html-haml.yml
new file mode 100644
index 00000000000..59e2604266c
--- /dev/null
+++ b/changelogs/unreleased/Externalize-stings-in-password_change-html-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalise strings in password_change files
+merge_request: 58219
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/Externalize-strings-in-passwords-edit-html-haml.yml b/changelogs/unreleased/Externalize-strings-in-passwords-edit-html-haml.yml
new file mode 100644
index 00000000000..aa83ac87631
--- /dev/null
+++ b/changelogs/unreleased/Externalize-strings-in-passwords-edit-html-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize strings in passwords/edit.html.haml
+merge_request: 58233
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/Externalize-strings-in-sessions-new-html-haml.yml b/changelogs/unreleased/Externalize-strings-in-sessions-new-html-haml.yml
new file mode 100644
index 00000000000..dafa53996c2
--- /dev/null
+++ b/changelogs/unreleased/Externalize-strings-in-sessions-new-html-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalise strings in sessions/new.html.haml
+merge_request: 58274
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/Externalize-strings-in-sessions-two_factor-html-haml.yml b/changelogs/unreleased/Externalize-strings-in-sessions-two_factor-html-haml.yml
new file mode 100644
index 00000000000..6bad42d3dc9
--- /dev/null
+++ b/changelogs/unreleased/Externalize-strings-in-sessions-two_factor-html-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize strings in sessions/two_factor.html.haml
+merge_request: 58275
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/bulk-update-user-todos-count-cache.yml b/changelogs/unreleased/bulk-update-user-todos-count-cache.yml
new file mode 100644
index 00000000000..5412f194752
--- /dev/null
+++ b/changelogs/unreleased/bulk-update-user-todos-count-cache.yml
@@ -0,0 +1,5 @@
+---
+title: Avoid N+1 query when updating todo count cache
+merge_request: 57622
+author:
+type: performance
diff --git a/changelogs/unreleased/issue-325831-make-searchQueryService-paramter-optional.yml b/changelogs/unreleased/issue-325831-make-searchQueryService-paramter-optional.yml
new file mode 100644
index 00000000000..77866a0acad
--- /dev/null
+++ b/changelogs/unreleased/issue-325831-make-searchQueryService-paramter-optional.yml
@@ -0,0 +1,5 @@
+---
+title: Make NuGet SearchQueryService q parameter optional
+merge_request: 57654
+author: Huzaifa Iftikhar @huzaifaiftikhar
+type: fixed
diff --git a/changelogs/unreleased/mr-thread-comment-button.yml b/changelogs/unreleased/mr-thread-comment-button.yml
new file mode 100644
index 00000000000..3ef6f72ce0b
--- /dev/null
+++ b/changelogs/unreleased/mr-thread-comment-button.yml
@@ -0,0 +1,5 @@
+---
+title: Migrate Start Review button on MRs to use confirm variant
+merge_request: 59523
+author:
+type: changed
diff --git a/changelogs/unreleased/ntepluhina-assignees-feature-flag.yml b/changelogs/unreleased/ntepluhina-assignees-feature-flag.yml
new file mode 100644
index 00000000000..756d942d494
--- /dev/null
+++ b/changelogs/unreleased/ntepluhina-assignees-feature-flag.yml
@@ -0,0 +1,5 @@
+---
+title: Added feature flag to show/hide assignees GraphQL widget
+merge_request: 59620
+author:
+type: fixed
diff --git a/changelogs/unreleased/remove_epics_index.yml b/changelogs/unreleased/remove_epics_index.yml
new file mode 100644
index 00000000000..da3b1691b66
--- /dev/null
+++ b/changelogs/unreleased/remove_epics_index.yml
@@ -0,0 +1,5 @@
+---
+title: Remove redundant index from epics
+merge_request: 59494
+author:
+type: other
diff --git a/changelogs/unreleased/tor-defect-single-quote-escapes.yml b/changelogs/unreleased/tor-defect-single-quote-escapes.yml
new file mode 100644
index 00000000000..29e8aa54506
--- /dev/null
+++ b/changelogs/unreleased/tor-defect-single-quote-escapes.yml
@@ -0,0 +1,5 @@
+---
+title: Fix character escaping in Resolved By tooltips
+merge_request: 59428
+author:
+type: fixed