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

Set PusherName and PusherID to owner on deploy key to fix pushing with deploy keys #5935

Merged
merged 7 commits into from
Feb 3, 2019

Commits on Feb 3, 2019

  1. Set PusherName and PusherID to owner on deploy key

    The gitea PushUpdate function requires that the PusherID and PusherName
    are real users.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    0d4058a View commit details
    Browse the repository at this point in the history
  2. Add deploy key push tests

    zeripath committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    bc2b6ad View commit details
    Browse the repository at this point in the history
  3. use repo.Owner.Name instead of "username"

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    f533b3e View commit details
    Browse the repository at this point in the history
  4. Push to origin master

    zeripath committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    9648d87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efa0e9b View commit details
    Browse the repository at this point in the history
  6. Fix integration test

    zeripath committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    34aedc8 View commit details
    Browse the repository at this point in the history
  7. Add FIXME note

    zeripath committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    e5c5094 View commit details
    Browse the repository at this point in the history