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

Remote repository: Keep in sync when repos are moved to another org/users #9178

Merged
merged 10 commits into from
May 31, 2022

Commits on May 10, 2022

  1. Remote repository: Keep in sync when repos are moved to another org/u…

    …ser.
    
    We were doing some checks to avoid removing the remote organization
    from a remote repo when this is listed from the /users/repos/ endpoint
    or changing the organization when the project was moved.
    
    But, since we are hitting the GitHub API directly,
    we can always trust the result from there,
    which includes the type of owner of the repository,
    we can use that to decide if the repository belongs to an organization or not.
    
    Fixes #8715
    stsewd committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8c7c362 View commit details
    Browse the repository at this point in the history
  2. It's a number, not a string!

    stsewd committed May 10, 2022
    Configuration menu
    Copy the full SHA
    eb8d042 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    bdb921f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Always create an organization

    stsewd committed May 26, 2022
    Configuration menu
    Copy the full SHA
    b82c3c3 View commit details
    Browse the repository at this point in the history
  2. Don't check for organization

    stsewd committed May 26, 2022
    Configuration menu
    Copy the full SHA
    99d43a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4797d7c View commit details
    Browse the repository at this point in the history
  4. Update tests

    stsewd committed May 26, 2022
    Configuration menu
    Copy the full SHA
    b7ae87f View commit details
    Browse the repository at this point in the history
  5. Update docstring

    stsewd committed May 26, 2022
    Configuration menu
    Copy the full SHA
    a59150c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Updates from review

    stsewd committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d19240e View commit details
    Browse the repository at this point in the history
  2. Linter

    stsewd committed May 31, 2022
    Configuration menu
    Copy the full SHA
    bde5d43 View commit details
    Browse the repository at this point in the history