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/198652-update-index-on-license-scanning.yml5
-rw-r--r--changelogs/unreleased/feature-set-redis-hard-limits.yml5
-rw-r--r--changelogs/unreleased/rest_api_log_last_activity_on.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/198652-update-index-on-license-scanning.yml b/changelogs/unreleased/198652-update-index-on-license-scanning.yml
new file mode 100644
index 00000000000..706a082577e
--- /dev/null
+++ b/changelogs/unreleased/198652-update-index-on-license-scanning.yml
@@ -0,0 +1,5 @@
+---
+title: Include license_scanning to index_ci_builds_on_name_for_security_products_values
+merge_request: 24090
+author:
+type: changed
diff --git a/changelogs/unreleased/feature-set-redis-hard-limits.yml b/changelogs/unreleased/feature-set-redis-hard-limits.yml
new file mode 100644
index 00000000000..f89eff4d76b
--- /dev/null
+++ b/changelogs/unreleased/feature-set-redis-hard-limits.yml
@@ -0,0 +1,5 @@
+---
+title: Sets size limits on data loaded async, like deploy boards and merge request reports
+merge_request: 21871
+author:
+type: changed
diff --git a/changelogs/unreleased/rest_api_log_last_activity_on.yml b/changelogs/unreleased/rest_api_log_last_activity_on.yml
new file mode 100644
index 00000000000..2442dc0dd7d
--- /dev/null
+++ b/changelogs/unreleased/rest_api_log_last_activity_on.yml
@@ -0,0 +1,5 @@
+---
+title: Log user last activity on REST API
+merge_request: 21725
+author:
+type: fixed