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-04-08 00:09:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-08 00:09:46 +0300
commit6867eff1f997a881cd3ea64109f7ba2d4b42fde4 (patch)
treea0d4b0ced920ff41311e578b406ed9a7136e8f42 /changelogs
parent3290d46655f07d7ae3dca788d6df9f326972ffd8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/ab-keyset-ambig-bug.yml5
-rw-r--r--changelogs/unreleased/remove_api_activity_logging_feature_flag.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/ab-keyset-ambig-bug.yml b/changelogs/unreleased/ab-keyset-ambig-bug.yml
new file mode 100644
index 00000000000..b4111794671
--- /dev/null
+++ b/changelogs/unreleased/ab-keyset-ambig-bug.yml
@@ -0,0 +1,5 @@
+---
+title: Fully qualify id columns for keyset pagination (Projects API)
+merge_request: 29026
+author:
+type: fixed
diff --git a/changelogs/unreleased/remove_api_activity_logging_feature_flag.yml b/changelogs/unreleased/remove_api_activity_logging_feature_flag.yml
new file mode 100644
index 00000000000..0b2ecb02d19
--- /dev/null
+++ b/changelogs/unreleased/remove_api_activity_logging_feature_flag.yml
@@ -0,0 +1,5 @@
+---
+title: Enable last user activity logging on the REST API
+merge_request: 28755
+author:
+type: added