summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorRoger Meier <r.meier@siemens.com>2020-01-26 17:49:22 +0100
committerGitHub <noreply@github.com>2020-01-26 17:49:22 +0100
commitdf485a92b713a0f2f983c72d9d41ea3a771abf88 (patch)
tree70a2f9eb46f50fd59a55118708d1e34d660333b7 /gitlab/v4/objects.py
parent7fd3226fc6b629d503bc1b0a657bc21f69bc4696 (diff)
parentd1879253dae93e182710fe22b0a6452296e2b532 (diff)
downloadgitlab-df485a92b713a0f2f983c72d9d41ea3a771abf88.tar.gz
Merge pull request #1001 from python-gitlab/feat/keyset-paginationv2.0.0
Feat/keyset pagination
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index c38a4bf..1750a36 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -268,6 +268,13 @@ class UserProjectManager(ListMixin, CreateMixin, RESTManager):
"statistics",
"with_issues_enabled",
"with_merge_requests_enabled",
+ "with_custom_attributes",
+ "with_programming_language",
+ "wiki_checksum_failed",
+ "repository_checksum_failed",
+ "min_access_level",
+ "id_after",
+ "id_before",
)
def list(self, **kwargs):
@@ -1192,12 +1199,16 @@ class GroupProjectManager(ListMixin, RESTManager):
"order_by",
"sort",
"search",
- "ci_enabled_first",
"simple",
"owned",
"starred",
"with_custom_attributes",
"include_subgroups",
+ "with_issues_enabled",
+ "with_merge_requests_enabled",
+ "with_shared",
+ "min_access_level",
+ "with_security_reports",
)