-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Labels
C-enhancementCategory: This is a new featureCategory: This is a new featureS-needs-designStatus: There's a problem here, but no obvious solution; or the solution raises other questionsStatus: There's a problem here, but no obvious solution; or the solution raises other questions
Description
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).
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: This is a new featureCategory: This is a new featureS-needs-designStatus: There's a problem here, but no obvious solution; or the solution raises other questionsStatus: There's a problem here, but no obvious solution; or the solution raises other questions
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
jyn514 commentedon Feb 24, 2020
@LordAldaron how would we tell if a username had changed?
AldaronLau commentedon Feb 24, 2020
@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 commentedon Jul 31, 2020
Fixed by #917. I updated
cala
manually to have the new username changes. Future publishes should have the owner updated automatically.