python-gitlab 6.3.0__py3-none-any.whl → 6.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gitlab/_version.py +1 -1
- gitlab/v4/objects/users.py +17 -5
- {python_gitlab-6.3.0.dist-info → python_gitlab-6.4.0.dist-info}/METADATA +1 -1
- {python_gitlab-6.3.0.dist-info → python_gitlab-6.4.0.dist-info}/RECORD +9 -9
- {python_gitlab-6.3.0.dist-info → python_gitlab-6.4.0.dist-info}/WHEEL +0 -0
- {python_gitlab-6.3.0.dist-info → python_gitlab-6.4.0.dist-info}/entry_points.txt +0 -0
- {python_gitlab-6.3.0.dist-info → python_gitlab-6.4.0.dist-info}/licenses/AUTHORS +0 -0
- {python_gitlab-6.3.0.dist-info → python_gitlab-6.4.0.dist-info}/licenses/COPYING +0 -0
- {python_gitlab-6.3.0.dist-info → python_gitlab-6.4.0.dist-info}/top_level.txt +0 -0
gitlab/_version.py
CHANGED
gitlab/v4/objects/users.py
CHANGED
|
@@ -400,17 +400,29 @@ class UserManager(CRUDMixin[User]):
|
|
|
400
400
|
_obj_cls = User
|
|
401
401
|
|
|
402
402
|
_list_filters = (
|
|
403
|
+
"username",
|
|
404
|
+
"public_email",
|
|
405
|
+
"search",
|
|
403
406
|
"active",
|
|
407
|
+
"external",
|
|
404
408
|
"blocked",
|
|
405
|
-
"
|
|
409
|
+
"humans",
|
|
410
|
+
"created_after",
|
|
411
|
+
"created_before",
|
|
412
|
+
"exclude_active",
|
|
413
|
+
"exclude_external",
|
|
414
|
+
"exclude_humans",
|
|
415
|
+
"exclude_internal",
|
|
416
|
+
"without_project_bots",
|
|
406
417
|
"extern_uid",
|
|
407
418
|
"provider",
|
|
408
|
-
"external",
|
|
409
|
-
"search",
|
|
410
|
-
"custom_attributes",
|
|
411
|
-
"status",
|
|
412
419
|
"two_factor",
|
|
420
|
+
"without_projects",
|
|
413
421
|
"admins",
|
|
422
|
+
"auditors",
|
|
423
|
+
"skip_ldap",
|
|
424
|
+
"custom_attributes",
|
|
425
|
+
"status",
|
|
414
426
|
)
|
|
415
427
|
_create_attrs = RequiredOptional(
|
|
416
428
|
optional=(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-gitlab
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.4.0
|
|
4
4
|
Summary: The python wrapper for the GitLab REST and GraphQL APIs.
|
|
5
5
|
Author-email: Gauvain Pocentek <gauvain@pocentek.net>
|
|
6
6
|
Maintainer-email: John Villalovos <john@sodarock.com>, Max Wittig <max.wittig@siemens.com>, Nejc Habjan <nejc.habjan@siemens.com>, Roger Meier <r.meier@siemens.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
gitlab/__init__.py,sha256=pdbvZNyXeXLn0fGXSTsBqi_ic7QLY7-9FL3uA6tvfdI,1416
|
|
2
2
|
gitlab/__main__.py,sha256=HTesNl0UAU6mPb9EXWkTKMy6Q6pAUxGi3iPnDHTE2uE,68
|
|
3
|
-
gitlab/_version.py,sha256=
|
|
3
|
+
gitlab/_version.py,sha256=e1N-ixyOXO8b8nFUdyGZM9M45S2aesh5Kx08sfJgtew,249
|
|
4
4
|
gitlab/base.py,sha256=xynWUZcMIbxiWLO17nnvqCsbC-lBvsy0rvWtTJOpuug,13790
|
|
5
5
|
gitlab/cli.py,sha256=sid5FhHE_VcJMPq5IkFWsPq0vpnEu3ZD8FaHboUYKcQ,12355
|
|
6
6
|
gitlab/client.py,sha256=JkUKU2M_d4DPK7PQzOisV8T0O_RzrDf8fDPndjv59_c,54452
|
|
@@ -95,13 +95,13 @@ gitlab/v4/objects/templates.py,sha256=P7mqNADXsSy5dHXQcWoI0Rqz-qIOgbtbwUxyv2hTWF
|
|
|
95
95
|
gitlab/v4/objects/todos.py,sha256=6MOu74xrlJSnNYcsTW63AQIMfW0vG_5Nl4eyBn9uPfg,1821
|
|
96
96
|
gitlab/v4/objects/topics.py,sha256=tWc8eMuRqxtkEPp0dT2OJtycz4xo93xYrmKFOLQTtRE,1961
|
|
97
97
|
gitlab/v4/objects/triggers.py,sha256=1iYdlP8qpqwEctr6kKJSDanRulaKEHYnVwYwVGainI4,581
|
|
98
|
-
gitlab/v4/objects/users.py,sha256=
|
|
98
|
+
gitlab/v4/objects/users.py,sha256=C73npZk1JZTk3pIuGW2lRZ40E9CssioJZx2SxptwGDY,20940
|
|
99
99
|
gitlab/v4/objects/variables.py,sha256=B7XHDKPrRg-sboVpClO0vYbxe6egH9U1-SPgVHv6tPc,2051
|
|
100
100
|
gitlab/v4/objects/wikis.py,sha256=fR4QG4WIBeG10eBNfCN3CG-w3qlEBJIBVsJFxVVVhEs,1364
|
|
101
|
-
python_gitlab-6.
|
|
102
|
-
python_gitlab-6.
|
|
103
|
-
python_gitlab-6.
|
|
104
|
-
python_gitlab-6.
|
|
105
|
-
python_gitlab-6.
|
|
106
|
-
python_gitlab-6.
|
|
107
|
-
python_gitlab-6.
|
|
101
|
+
python_gitlab-6.4.0.dist-info/licenses/AUTHORS,sha256=Z0P61GJSVnp7iFbRcMezhx3f4zMyPkVmG--TWaRo768,526
|
|
102
|
+
python_gitlab-6.4.0.dist-info/licenses/COPYING,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
|
|
103
|
+
python_gitlab-6.4.0.dist-info/METADATA,sha256=z_ECzZcFL0Xqg8S5k8TdEAUSEGJCouYGrsWe2zu8DKo,8500
|
|
104
|
+
python_gitlab-6.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
105
|
+
python_gitlab-6.4.0.dist-info/entry_points.txt,sha256=nhpKLLP_uQPFByn8UtE9zsvQQwa402t52o_Cw9IFXMo,43
|
|
106
|
+
python_gitlab-6.4.0.dist-info/top_level.txt,sha256=MvIaP8p_Oaf4gO_hXmHkX-5y2deHLp1pe6tJR3ukQ6o,7
|
|
107
|
+
python_gitlab-6.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|