- Mar 11, 2025
-
-
-
Jonathan Watson authored
-
- Feb 20, 2025
-
-
Matthew Clarkson authored
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Bazel will always pick a version that is with in compatibilty level range.
-
- Dec 20, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Uses a read-only SSH deployement key for testing SSH fetching.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Provides a common way to parse an incoming `git` remote specification. A `remote.Flag` has a `Auth` method to retrieve the `go-git` authentication to use.
-
Matthew Clarkson authored
Provides a way to determine the `go-git` authentication to use with a certain remote. At the moment only `ssh-agent` is supported.
-
- Dec 18, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Dec 16, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Dec 13, 2024
-
-
Matthew Clarkson authored
Introduces an circular dependency. We want our testing to work in an isolated fashion.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Oct 08, 2024
-
-
Brandon Jones authored
-
- Aug 30, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Aug 20, 2024
-
-
Matthew Clarkson authored
To effectively test `bazel-git` with `rules_git` a repository context time label to a built `bazel-git` needs to be provided. The `test/build` repository provides a repository context time build of the project to retrieve a `bazel-git` that can be used in the `git_fetch` rules in `MODULE.bazel`. The downside is that an isolated output base must be used to prevent deadlock when running the build. Duplicated downloads of dependencies will occur. The upside is that `bazel-git` is tested in the same way that the primary downstream ruleset uses the binary.
-
- Jun 12, 2024
-
-
Matthew Clarkson authored
Bumps to `rules_go@0.48.0`, `gazelle@0.37.0` and `circl@1.3.8` which all have the support for understanding `purego` build tag. This allows us to build fully static `bazel-git` binaries.
-
Matthew Clarkson authored
-
- May 22, 2024
-
-
Alex Tercete authored
-