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

Prevent NPE whilst migrating if there is a team request review #19855

Merged

Commits on May 31, 2022

  1. Prevent NPE whilst migrating if there is a team request review

    A pr.Reviewer may be nil when migrating from Gitea if this is a team
    request review.
    
    We do not migrate teams therefore we cannot map these requests, but we can
    migrate user requests.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1e8c0ab View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Update services/migrations/gitea_downloader.go

    Co-authored-by: delvh <[email protected]>
    zeripath and delvh authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    fb2def0 View commit details
    Browse the repository at this point in the history
  2. update github api and include listreviewers

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    b290a3e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. as per review

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    28fbdba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27918e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    c2842fb View commit details
    Browse the repository at this point in the history
  2. as per review

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    5b095fb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    c953edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c206fb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38bf023 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

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