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>2020-02-10 18:08:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-10 18:08:54 +0300
commit11e5d1b9ca3efa7be34ddebb708a6aedb4e91639 (patch)
tree999fdffb9d3db2e5200994e289e50fa3a3a1684a /changelogs
parent7351a484d79236b7e9d47c86f2fcc970b7ae10b0 (diff)
Add latest changes from gitlab-org/gitlab@master
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