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 15:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-08 15:09:42 +0300
commit403678e00406edc8094f087ec70e00aa29e49bef (patch)
tree447d6d4967e9a11895683b27e637a50bd9fc0602 /changelogs
parentf5050253469fc0961c02deec0e698ad62bdd9de5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/20440-limit-the-api-scope-of-personal-access-tokens.yml5
-rw-r--r--changelogs/unreleased/Resolve-Migrate--fa-spinner-app-views-groups.yml5
-rw-r--r--changelogs/unreleased/add-operations-ff-lists-table.yml5
-rw-r--r--changelogs/unreleased/support-dot-in-variables-masking.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/20440-limit-the-api-scope-of-personal-access-tokens.yml b/changelogs/unreleased/20440-limit-the-api-scope-of-personal-access-tokens.yml
new file mode 100644
index 00000000000..8756237cc40
--- /dev/null
+++ b/changelogs/unreleased/20440-limit-the-api-scope-of-personal-access-tokens.yml
@@ -0,0 +1,5 @@
+---
+title: Add read_api scope to personal access tokens for granting read only API access
+merge_request: 28944
+author:
+type: added
diff --git a/changelogs/unreleased/Resolve-Migrate--fa-spinner-app-views-groups.yml b/changelogs/unreleased/Resolve-Migrate--fa-spinner-app-views-groups.yml
new file mode 100644
index 00000000000..555e02d880c
--- /dev/null
+++ b/changelogs/unreleased/Resolve-Migrate--fa-spinner-app-views-groups.yml
@@ -0,0 +1,5 @@
+---
+title: Migrate .fa-spinner to .spinner for app/views/groups
+merge_request: 25053
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/add-operations-ff-lists-table.yml b/changelogs/unreleased/add-operations-ff-lists-table.yml
new file mode 100644
index 00000000000..7696797c9f5
--- /dev/null
+++ b/changelogs/unreleased/add-operations-ff-lists-table.yml
@@ -0,0 +1,5 @@
+---
+title: Create operations_user_lists table
+merge_request: 28822
+author:
+type: added
diff --git a/changelogs/unreleased/support-dot-in-variables-masking.yml b/changelogs/unreleased/support-dot-in-variables-masking.yml
new file mode 100644
index 00000000000..24970e5c671
--- /dev/null
+++ b/changelogs/unreleased/support-dot-in-variables-masking.yml
@@ -0,0 +1,5 @@
+---
+title: Add support for dot (.) in variables masking
+merge_request: 29022
+author:
+type: changed