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

git: Bump to latest fluxcd/go-git #424

Merged
merged 7 commits into from
Dec 8, 2022
Merged

git: Bump to latest fluxcd/go-git #424

merged 7 commits into from
Dec 8, 2022

Commits on Dec 6, 2022

  1. git/fs: Fix wd detected as outside wd

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a85e4cf View commit details
    Browse the repository at this point in the history
  2. git/e2e: Ensure repos are initialised in new dir

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e908589 View commit details
    Browse the repository at this point in the history
  3. git/libgit2: Ensure only Flux fs is used

    The upstream fs implementation has a few issues.
    Due to this, use Flux internal version instead.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    51f482b View commit details
    Browse the repository at this point in the history
  4. build: Bump fluxcd/go-git

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

Commits on Dec 7, 2022

  1. gogit: Auto-stage files from WithFiles

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    80ff3d5 View commit details
    Browse the repository at this point in the history
  2. git/e2e: Ensure changes are staged

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ebfa51a View commit details
    Browse the repository at this point in the history
  3. libgit2: Adhoc fix for darwin

    When running in MacOS, the util.Walk func may incorrectly
    say that the current dir is not inside the workdir set in
    the fs. To workaround the issue we check for the error and
    ensure that the path is the same as the
    workdir set.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f51bdb9 View commit details
    Browse the repository at this point in the history