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:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/118597-improve-autofill-suggestions-for-usernames.yml5
-rw-r--r--changelogs/unreleased/293921-wrap-iterations.yml5
-rw-r--r--changelogs/unreleased/30010-graphql-doc.yml5
-rw-r--r--changelogs/unreleased/321054-enable-quick-actions-usage-data.yml5
-rw-r--r--changelogs/unreleased/id-restrict-protected-rules.yml5
5 files changed, 20 insertions, 5 deletions
diff --git a/changelogs/unreleased/118597-improve-autofill-suggestions-for-usernames.yml b/changelogs/unreleased/118597-improve-autofill-suggestions-for-usernames.yml
new file mode 100644
index 00000000000..d203b680d34
--- /dev/null
+++ b/changelogs/unreleased/118597-improve-autofill-suggestions-for-usernames.yml
@@ -0,0 +1,5 @@
+---
+title: Improve at.js members autocomplete matching
+merge_request: 54072
+author:
+type: changed
diff --git a/changelogs/unreleased/293921-wrap-iterations.yml b/changelogs/unreleased/293921-wrap-iterations.yml
new file mode 100644
index 00000000000..0b1c4de2642
--- /dev/null
+++ b/changelogs/unreleased/293921-wrap-iterations.yml
@@ -0,0 +1,5 @@
+---
+title: Add iterations_cadences table and respective model
+merge_request: 50707
+author:
+type: other
diff --git a/changelogs/unreleased/30010-graphql-doc.yml b/changelogs/unreleased/30010-graphql-doc.yml
new file mode 100644
index 00000000000..bc4757e4c24
--- /dev/null
+++ b/changelogs/unreleased/30010-graphql-doc.yml
@@ -0,0 +1,5 @@
+---
+title: Add documentation for graphQL queries
+merge_request: 54302
+author:
+type: other
diff --git a/changelogs/unreleased/321054-enable-quick-actions-usage-data.yml b/changelogs/unreleased/321054-enable-quick-actions-usage-data.yml
new file mode 100644
index 00000000000..759d5375cc6
--- /dev/null
+++ b/changelogs/unreleased/321054-enable-quick-actions-usage-data.yml
@@ -0,0 +1,5 @@
+---
+title: Add quick action data to usage ping
+merge_request: 54293
+author:
+type: other
diff --git a/changelogs/unreleased/id-restrict-protected-rules.yml b/changelogs/unreleased/id-restrict-protected-rules.yml
deleted file mode 100644
index caa604bee2a..00000000000
--- a/changelogs/unreleased/id-restrict-protected-rules.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Most restrictive protected branch rule takes precedence
-merge_request: 52319
-author:
-type: fixed