Releases: buildpulse/test-reporter
v0.9.0-pre
v0.8.1
Temporarily restore support for builds that lack a local git repository.
v0.8.0 began requiring the presence of a local git repository, but it turns out that this is incompatible with the CI configuration used by some teams. This release restores support for CI configurations that lack a local git repository while we coordinate a smoother migration process for those teams.
v0.8.0
v0.7.0 introduced experimental support for gathering commit metadata from the local git repository, so that buildpulse.io doesn't need to gather the commit metadata from the GitHub API (#34). This release promotes that functionality from experimental to stable.
- If test-reporter detects a local git repository, it will fetch the metadata for the commit from the local repository.
- If test-reporter does not detect a local git repository, or if it has any trouble interacting with the local git repository, it will exit and report the error to STDERR.
- You can optionally specify the path to your local git repository via the
--repository-dir
arg. It defaults to the current working directory at the location where the test-reporter CLI is invoked.
v0.8.0-pre
v0.7.0 introduced experimental support for gathering commit metadata from the local git repository, so that buildpulse.io doesn't need to gather the commit metadata from the GitHub API (#34). This release promotes that functionality from experimental to stable.
- If test-reporter detects a local git repository, it will fetch the metadata for the commit from the local repository.
- If test-reporter does not detect a local git repository, or if it has any trouble interacting with the local git repository, it will exit and report the error to STDERR.
- You can optionally specify the path to your local git repository via the
--repository-dir
arg. It defaults to the current working directory at the location where the test-reporter CLI is invoked.
v0.7.0
Add experimental support for gathering commit metadata from the local git repository, so that buildpulse.io doesn't need to gather the commit metadata from the GitHub API (#34):
- If test-reporter detects a local git repository, it will fetch the metadata for the commit from the local repository.
- If test-reporter does not detect a local git repository, or if it has any trouble interacting with the local git repository, it will report a warning to STDERR, but will continue to provide the functionality that existed in previous releases.
- You can optionally specify the path to your local git repository via the
--repository-dir
arg. It defaults to the current working directory at the location where the test-reporter CLI is invoked.
v0.7.0-pre
Add experimental support for gathering commit metadata from the local git repository, so that buildpulse.io doesn't need to gather the commit metadata from the GitHub API (#34):
- If test-reporter detects a local git repository, it will fetch the metadata for the commit from the local repository.
- If test-reporter does not detect a local git repository, or if it has any trouble interacting with the local git repository, it will report a warning to STDERR, but will continue to provide the functionality that existed in previous releases.
- You can optionally specify the path to your local git repository via the
--repository-dir
arg. It defaults to the current working directory at the location where the test-reporter CLI is invoked.
v0.6.0
v0.6.0-pre
🐛🔨 Fix handling of test report paths that refer to parent directories (e.g., ../../reports
) (b0f1731)