Skip to content

Reflect GitHub Username Changes #617

@AldaronLau

Description

@AldaronLau

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).

Activity

jyn514

jyn514 commented on Feb 24, 2020

@jyn514
Member

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

AldaronLau

AldaronLau commented on Feb 24, 2020

@AldaronLau
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.

added
C-enhancementCategory: This is a new feature
S-needs-designStatus: There's a problem here, but no obvious solution; or the solution raises other questions
on Jul 14, 2020
jyn514

jyn514 commented on Jul 31, 2020

@jyn514
Member

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: This is a new featureS-needs-designStatus: There's a problem here, but no obvious solution; or the solution raises other questions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @AldaronLau@jyn514

        Issue actions

          Reflect GitHub Username Changes · Issue #617 · rust-lang/docs.rs