Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mandatory user filters support + utility functions + plus 204 status handling. #6

Closed
wants to merge 3 commits into from

Conversation

koles
Copy link

@koles koles commented Jan 17, 2013

The same as #5
plus Lubo's fix of 204 status handling (see 3552db3)

Usage:

$gdc->login($login, $passwd) or die "Unable to authenticate\n";
my $resp = $gdc->assign_user_filter (
$project, $username, $label, @values);

Only "attribute IN (value1, value2, ...)" filters are supported.

koles and others added 3 commits January 16, 2013 13:58
Usage:

$gdc->login($login, $passwd) or die "Unable to authenticate\n";
my $resp = $gdc->assign_user_filter (
  $project, $username, $label, @values);
@koles
Copy link
Author

koles commented Nov 6, 2022

Closing as stale

@koles koles closed this Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants