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

make owner --add work with rubygems.org username #509

Closed
grosser opened this issue Jan 16, 2013 · 9 comments
Closed

make owner --add work with rubygems.org username #509

grosser opened this issue Jan 16, 2013 · 9 comments

Comments

@grosser
Copy link

grosser commented Jan 16, 2013

So i can do

gem owner --add grosser

without needing to know what email this person is signed up with / without telling people my email

@adkron
Copy link
Contributor

adkron commented Jan 18, 2013

This will also require a change to rubygems not just rubygems.org.

Here is the link to the file that would need changed over there.
https://github.com/rubygems/rubygems/blob/master/lib/rubygems/commands/owner_command.rb

👍 the idea.

@qrush
Copy link
Member

qrush commented Nov 28, 2014

This is the first request for this I've heard since I started the project. I don't feel disclosing your email is that huge of a deal over a username. It's on your github profile, it's on your rubygems profile, it's just an email. If there's a stronger argument to make let's hear it, otherwise 🔫

@qrush qrush closed this as completed Nov 28, 2014
@jkeiser
Copy link

jkeiser commented Jan 28, 2015

@qrush the stronger argument at the moment is that I'd like to be able to automate the adding / removing of owners to my rather large set of gems ... and some of the APIs (like api/v1/owners/USERNAME/gems.json) refer to users by usernames and some (like api/v1/gems/GEMNAME/owners.json) refer to users by email. It would nice to be able to use one of these as the identity throughout--would make my life simpler--but if not, I could use an API (profile API?) to find out the user's email from their username (or vice versa).

@jkeiser
Copy link

jkeiser commented Jan 28, 2015

@qrush there is also the fact that apparently you can hide your email.

It also occurs to me: we don't seem to even report the username of the owner in the rubygems owners API. Is there any way at all to get the username of a user from the email?

@indirect
Copy link
Member

FWIW, this has also been a problem for me in the past, because my public email address and my rubygems email address aren't the same. I would like to be able to add and remove by username.

@qrush
Copy link
Member

qrush commented Jan 29, 2015

Those all seem like reasonable arguments.

@jkeiser
Copy link

jkeiser commented Feb 8, 2015

@qrush I'm going to reopen this based on your last comment ... please feel free to open a more specific bug if you feel one of the alternate solutions would work better :)

@jkeiser
Copy link

jkeiser commented Feb 8, 2015

Oh! It looks like I can't reopen. @qrush would you prefer that I make a new one, or would you rather reopen?

Thanks!

@qrush
Copy link
Member

qrush commented Jul 7, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants