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

gogit: Add new ForceGoGitImplementation FeatureGate #945

Merged
merged 3 commits into from
Nov 11, 2022

Commits on Nov 10, 2022

  1. git: Load default feature gates

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

Commits on Nov 11, 2022

  1. gogit: Add new ForceGoGitImplementation FeatureGate

    ForceGoGitImplementation ignores the value set for gitImplementation
    and ensures that go-git is used for all GitRepository objects.
    This can be used to confirm that Flux instances won't break if/when
    the libgit2 implementation was to be deprecated.
    
    When enabled, libgit2 won't be initialized, nor will any git2go cgo
    code be called.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    331fd64 View commit details
    Browse the repository at this point in the history
  2. git: Replace Stalling error for git implementation

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