Skip to content

Reflect GitHub Username Changes #617

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

Closed
AldaronLau opened this issue Feb 18, 2020 · 3 comments
Closed

Reflect GitHub Username Changes #617

AldaronLau opened this issue Feb 18, 2020 · 3 comments
Labels
C-enhancement Category: This is a new feature S-needs-design Status: There's a problem here, but no obvious solution; or the solution raises other questions

Comments

@AldaronLau
Copy link

In the owners section on the cala crate page, one of the crates I have, it shows all of my previous GitHub usernames that I've had as separate owners, and not the current one. Likely because I haven't published a new version of cala with my current username yet, but it seems silly to keep around the old usernames (especially if other people take my old usernames). Ideally, the username in the owners section would update (like it did on crates.io).

@jyn514
Copy link
Member

jyn514 commented Feb 24, 2020

@LordAldaron how would we tell if a username had changed?

@AldaronLau
Copy link
Author

@jyn514 docs.rs should be able to do it the same way that crates.io can. It might be a matter of just pulling the data from crates.io when the docs get updated, or copying the code that does it from crates.io. There might be some query that can be made to crates.io to get the owners of a crate (probably already used in the code). So, it might just be a matter of clearing the owner data before re-adding the owners list from crates.io on docs updates.

@jyn514 jyn514 added C-enhancement Category: This is a new feature S-needs-design Status: There's a problem here, but no obvious solution; or the solution raises other questions labels Jul 14, 2020
@jyn514
Copy link
Member

jyn514 commented Jul 31, 2020

Fixed by #917. I updated cala manually to have the new username changes. Future publishes should have the owner updated automatically.

@jyn514 jyn514 closed this as completed Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: This is a new feature S-needs-design Status: There's a problem here, but no obvious solution; or the solution raises other questions
Projects
None yet
Development

No branches or pull requests

2 participants