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

libgit2: recover from git2go panic #707

Merged
merged 2 commits into from
May 6, 2022
Merged

Commits on May 6, 2022

  1. libgit2: recover from git2go panic

    Some specific scenarios may lead libgit2 or git2go to panic.
    Adding a recovery logic, ensures a predictable execution path
    for callers, and safeguards the controller's stability.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed May 6, 2022
    Configuration menu
    Copy the full SHA
    c0c5046 View commit details
    Browse the repository at this point in the history
  2. Fix minio test by changing region to us-west-2

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed May 6, 2022
    Configuration menu
    Copy the full SHA
    d86ea25 View commit details
    Browse the repository at this point in the history