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>2019-09-17 15:06:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-17 15:06:48 +0300
commitbd860c22f6a4b9473cbddd34a53eead8235a7ea1 (patch)
tree3f955a56c2ac90497863da26902a42dba49f3466 /changelogs
parente567b4c2df7dc4085d213db029eff6b6fcde0152 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/64213-not_filtering.yml5
-rw-r--r--changelogs/unreleased/enabling_runners_token_for_groups.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/64213-not_filtering.yml b/changelogs/unreleased/64213-not_filtering.yml
new file mode 100644
index 00000000000..3eedafa5a4c
--- /dev/null
+++ b/changelogs/unreleased/64213-not_filtering.yml
@@ -0,0 +1,5 @@
+---
+title: Add not param to Issues API endpoint
+merge_request: 16748
+author:
+type: added
diff --git a/changelogs/unreleased/enabling_runners_token_for_groups.yml b/changelogs/unreleased/enabling_runners_token_for_groups.yml
new file mode 100644
index 00000000000..9e55aca82de
--- /dev/null
+++ b/changelogs/unreleased/enabling_runners_token_for_groups.yml
@@ -0,0 +1,5 @@
+---
+title: Adds the runners_token of the group if the user that requests the group info is admin of it
+merge_request: 16831
+author: Ignacio Lorenzo Subirá Otal nachootal@gmail.com
+type: changed