From 91563faa8be2502053b989015cfa35f644fac724 Mon Sep 17 00:00:00 2001 From: Sid Dange Date: Tue, 6 Feb 2024 12:46:42 -0500 Subject: [PATCH 1/4] remove arm64 win support (upx doesn't support) --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 510e307c..ef70fdad 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,7 +26,7 @@ builds: - <<: *build_defaults id: windows goos: [windows] - goarch: [amd64, arm64] + goarch: [amd64] snapshot: name_template: "SNAPSHOT-{{.ShortCommit}}" From 169d7b415fb416c4e90b265b72ffe5e8ab8ecfba Mon Sep 17 00:00:00 2001 From: Sid Dange Date: Fri, 8 Mar 2024 09:43:54 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e77e93..276387bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BuildPulse Test Reporter [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/buildpulse/test-reporter/master/LICENSE) -The BuildPulse test reporter is a binary that connects your continuous integration (CI) to [buildpulse.io][] to help you detect, track, and eliminate flaky tests. +The BuildPulse test reporter is a binary that connects your continuous integration (CI) to [buildpulse.io][] to help you detect, track, and [fix flaky tests](https://buildpulse.io/products/flaky-tests). Get started at [buildpulse.io][]. From e25a5b64cb2edf90d4c4e35d6fb0a2495d7226bf Mon Sep 17 00:00:00 2001 From: Sid Dange Date: Fri, 8 Mar 2024 09:48:41 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 276387bc..39cbe576 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BuildPulse Test Reporter [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/buildpulse/test-reporter/master/LICENSE) -The BuildPulse test reporter is a binary that connects your continuous integration (CI) to [buildpulse.io][] to help you detect, track, and [fix flaky tests](https://buildpulse.io/products/flaky-tests). +The BuildPulse test reporter is a binary that connects your continuous integration (CI) to [buildpulse.io][] to help you find and [fix flaky tests](https://buildpulse.io/products/flaky-tests). Get started at [buildpulse.io][]. From 89713007ecfc658539558829faf551fb73c9e07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 03:29:47 +0000 Subject: [PATCH 4/4] Bump github.com/aws/aws-sdk-go from 1.50.11 to 1.51.32 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.11 to 1.51.32. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.50.11...v1.51.32) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9e40409a..6674a2f3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/buildpulse/test-reporter go 1.21 require ( - github.com/aws/aws-sdk-go v1.50.11 + github.com/aws/aws-sdk-go v1.51.32 github.com/caarlos0/env/v6 v6.10.1 github.com/dnaeon/go-vcr v1.2.0 github.com/go-git/go-git/v5 v5.11.0 diff --git a/go.sum b/go.sum index 427900b1..365b35d0 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= -github.com/aws/aws-sdk-go v1.50.11 h1:BxUqMbkzKzzQ6FXLlZFNFkFjHnv6utbc4PItVs5SvaE= -github.com/aws/aws-sdk-go v1.50.11/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.51.32 h1:A6mPui7QP4mwmovyzgtdedbRbNur1Iu0/El7hBWNHms= +github.com/aws/aws-sdk-go v1.51.32/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/caarlos0/env/v6 v6.10.1 h1:t1mPSxNpei6M5yAeu1qtRdPAK29Nbcf/n3G7x+b3/II= github.com/caarlos0/env/v6 v6.10.1/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc=