Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

API callusers.list(exclude_external=True) filters out wrong users#3113

johannes-michael started this conversation inGeneral
Discussion options

I recently updated to 17.8 and the behavior of filtering internal/external users does not work properly.

We are on self-managed GitLab free EE. Newly registered users are automatically flagged as external, except when their email matches a specific regex (admin settings > account and limit).

image

Prior to the update, new users got the attributeexternal=true and people matching the regex gotexternal=false. Now after the update, people matching the regex getexternal=null. I'm not sure when that behavior changed.

The problem now is, that an API call likegl.users.list(exclude_external=True) for some reason filters out accounts both withexternal=true andexternal=null, basically rendering it useless. Older accounts where the flag is stillexternal=false work as expected.

Any ideas what's going on?

You must be logged in to vote

Replies: 2 comments 2 replies

Comment options

Maybe this is an issue with GitLab? Is there a reason you believe the issue is with python-gitlab?

You must be logged in to vote
2 replies
@johannes-michael
Comment options

Could be an issue with GitLab. I'm honestly just curious if this is the standard behavior now, since there is no possibility to get support as a free user.

@JohnVillalovos
Comment options

You are allowed to file an issue on GitLab.https://gitlab.com/gitlab-org/gitlab/-/issues

And also search to see if the issue has been reported.

Comment options

FYI: GitLab issue created by@johannes-michaelhttps://gitlab.com/gitlab-org/gitlab/-/issues/516083

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
2 participants
@johannes-michael@JohnVillalovos

[8]ページ先頭

©2009-2025 Movatter.jp