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-02-25 21:11:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-25 21:11:05 +0300
commit01ae05ffd11edc648e94c44007fced664bc089ea (patch)
tree37eb766c034959910801f02faa957e63a4cc7227 /changelogs
parentc00ed910738a6db7db12fb9eb67ec318e6dabec5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/277327-fix-background-migration-argument-type.yml5
-rw-r--r--changelogs/unreleased/300150-cache-search-tab-counters.yml5
-rw-r--r--changelogs/unreleased/nakayoshi-default-enabled.yml5
-rw-r--r--changelogs/unreleased/nicolasdular-record-issue-creation-onboarding-progress.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/277327-fix-background-migration-argument-type.yml b/changelogs/unreleased/277327-fix-background-migration-argument-type.yml
new file mode 100644
index 00000000000..0a572fba951
--- /dev/null
+++ b/changelogs/unreleased/277327-fix-background-migration-argument-type.yml
@@ -0,0 +1,5 @@
+---
+title: Fix argument type for background migration
+merge_request: 55097
+author:
+type: fixed
diff --git a/changelogs/unreleased/300150-cache-search-tab-counters.yml b/changelogs/unreleased/300150-cache-search-tab-counters.yml
new file mode 100644
index 00000000000..8ed84148142
--- /dev/null
+++ b/changelogs/unreleased/300150-cache-search-tab-counters.yml
@@ -0,0 +1,5 @@
+---
+title: Cache /search/count requests in the browser
+merge_request: 55036
+author:
+type: performance
diff --git a/changelogs/unreleased/nakayoshi-default-enabled.yml b/changelogs/unreleased/nakayoshi-default-enabled.yml
new file mode 100644
index 00000000000..7bc6ecac334
--- /dev/null
+++ b/changelogs/unreleased/nakayoshi-default-enabled.yml
@@ -0,0 +1,5 @@
+---
+title: Enable `nakayoshi_fork` by default
+merge_request: 54688
+author:
+type: other
diff --git a/changelogs/unreleased/nicolasdular-record-issue-creation-onboarding-progress.yml b/changelogs/unreleased/nicolasdular-record-issue-creation-onboarding-progress.yml
new file mode 100644
index 00000000000..604335202b5
--- /dev/null
+++ b/changelogs/unreleased/nicolasdular-record-issue-creation-onboarding-progress.yml
@@ -0,0 +1,5 @@
+---
+title: Record onboarding action for issue creation
+merge_request: 53611
+author:
+type: changed