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

fix: Prevent panics when logging HTTP response status in github and gitlab client #4082

Merged
merged 4 commits into from
Dec 22, 2023

Commits on Dec 22, 2023

  1. Update github_client.go

    Fix potential nil pointers. See runatlantis#4081 for context.
    adkafka authored and lukemassa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a85028d View commit details
    Browse the repository at this point in the history
  2. Update gitlab_client.go

    adkafka authored and lukemassa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    340402d View commit details
    Browse the repository at this point in the history
  3. Update github_client.go

    Add missing fix for github_client
    adkafka authored and lukemassa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0b55cea View commit details
    Browse the repository at this point in the history
  4. Update gitlab_client.go

    Add missing fix for gitlab_client
    adkafka authored and lukemassa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    88d01a3 View commit details
    Browse the repository at this point in the history