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

cmd/installer: Cleanups (2/n) #833

Merged
merged 15 commits into from Aug 22, 2022

Commits on Aug 22, 2022

  1. go.mod: Update to github.com/google/go-github/v46

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    0c03d7c View commit details
    Browse the repository at this point in the history
  2. install/github: Comment out GitHub client code

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    91c6002 View commit details
    Browse the repository at this point in the history
  3. install/github: Use scorecard roundtripper for authentication

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    afe1a0d View commit details
    Browse the repository at this point in the history
  4. install/github: Restore commented-out code

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    43abf11 View commit details
    Browse the repository at this point in the history
  5. Fix lint warnings

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    b788868 View commit details
    Browse the repository at this point in the history
  6. install: Skip workflow creation if file already exists

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    c02562e View commit details
    Browse the repository at this point in the history
  7. install: Don't block PR creation if the workflow file does not exist

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    cc15222 View commit details
    Browse the repository at this point in the history
  8. install/github: Reference pull request link in log message

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    754280f View commit details
    Browse the repository at this point in the history
  9. install: Parameterize method inputs

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    848e22e View commit details
    Browse the repository at this point in the history
  10. install: Improve pull request description

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    a138c3a View commit details
    Browse the repository at this point in the history
  11. Move repo installation tool to cmd/ directory

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    50a4ad8 View commit details
    Browse the repository at this point in the history
  12. cmd/installer: Update installation instructions

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    71bff45 View commit details
    Browse the repository at this point in the history
  13. install: Improve log messages

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    de6c4cd View commit details
    Browse the repository at this point in the history
  14. install: Restructure Run() function to reduce cognitive complexity

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    1ba253d View commit details
    Browse the repository at this point in the history
  15. install/github: Add functions for generating GitHub API options

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Aug 22, 2022
    Copy the full SHA
    a75835f View commit details
    Browse the repository at this point in the history