Page MenuHomePhabricator

List of SVN users who were not migrated
Closed, InvalidPublic

Description

As in bug T58777 and others, SVN users can't signup again on wikitech/gerrit because that needs manual action and some of them have given up. If at all possible, I would like to have a list of SVN users which have not yet been "migrated" to gerrit: I offer to try and contact them to see if something went wrong or they're just not interested (unless someone else wants to, naturally).


Version: unspecified
Severity: enhancement
See Also:
T65028, T66596

Details

Reference
bz58687

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:35 AM
bzimport added a project: Cloud-VPS.
bzimport set Reference to bz58687.
bzimport added a subscriber: Unknown Object (MLST).

There is not much we can do on the gerrit side of this.
Gerrit just consumes whatever is on LDAP.
Hence reassigning to Wikimedia Labs.

This assumes we have email addresses or any other contact info for the users. For basically all of them we don't.

(In reply to comment #2)

This assumes we have email addresses or any other contact info for the users.
For basically all of them we don't.

Hm? I only ask a list. I know how to find users if I want to, don't worry. :)

The users are in LDAP, which you can query via a bastion:

ldapsearch -LLL -x -D 'cn=proxyagent,ou=profile,dc=wikimedia,dc=org' \

-w $(grep -Po "(?<=bindpw).*" /etc/ldap.conf) -b 'ou=people,dc=wikimedia,dc=org'

(In reply to comment #4)

The users are in LDAP, which you can query via a bastion:

ldapsearch -LLL -x -D 'cn=proxyagent,ou=profile,dc=wikimedia,dc=org' \

-w $(grep -Po "(?<=bindpw).*" /etc/ldap.conf) -b

'ou=people,dc=wikimedia,dc=org'

Thanks. This command surely doesn't produce the list in question though: the output is composed of 2530 user IDs and most of not all of them were not in SVN.

Nemo, could you rephrase what list you are looking for, or close this bug?

(In reply to Tim Landscheidt from comment #6)

Nemo, could you rephrase what list you are looking for, or close this bug?

A list of wikimedia SVN users, minus those which have an account in (ldap?) gerrit/wikitech/labs linked to a SVN identity or whatever is done for SVN users.

I assume that *all* SVN users have been migrated to LDAP/Gerrit/wikitech/Labs (causing such errors as bug #61967), so I don't see a way to differentiate between an account that has been migrated and "used" and an account that has only been migrated.

In T60687#636177, @scfc wrote:

I assume that *all* SVN users have been migrated to LDAP/Gerrit/wikitech/Labs (causing such errors as bug #61967), so I don't see a way to differentiate between an account that has been migrated and "used" and an account that has only been migrated.

Does that make this a WONTFIX/declined?

scfc claimed this task.

(My understanding: "Declined" = "I could fix this, but I won't"; "Invalid": "It's objectively impossible to resolve this".)

Strictly speaking, "Invalid" should be "Isn't actually a bug or cannot be understood as one"

For definitions of Invalid and Declined, see https://www.mediawiki.org/wiki/Bug_management/Bug_report_life_cycle

A report is given the Invalid status (...) when it is a change that is outside the power of developers.

jayvdb set Security to None.