Skip to content

Releases: buildkite/test-splitter

v0.5.1

04 Jun 22:41
b60bcab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 May 22:58
d1520d1
Compare
Choose a tag to compare

What's Changed

  • Add CODEOWNERS and update dependabot.yml with reviewer info. by @wooly in #65
  • chore(deps): bump docker/library/golang from 1.22.2 to 1.22.3 in /.buildkite by @dependabot in #61
  • Add --version flag to aid in debugging. by @wooly in #68
  • Refactor test command default handling by @nprizal in #69
  • Add CHANGELOG.md for keeping track of changes. by @wooly in #70
  • Use new API endpoint to fetch and create the test plan by @nprizal in #71
  • Retry failed tests with a max retry count by @amybiyuliu in #66
  • Update test plan schema by @nprizal in #72
  • Update changelog and readme for 0.5.x by @nprizal in #73
  • Release version 0.5.0 by @nprizal in #74

New Contributors

  • @wooly made their first contribution in #65

Full Changelog: v0.4.0...v0.5.0

v0.4.0

15 May 02:02
718657e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 May 00:54
1819de4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Apr 03:49
1cef6c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Apr 20:51
6e9f8c7
Compare
Choose a tag to compare

What's Changed

  • Add unit tests for readJsonFile by @amybiyuliu in #12
  • Add doc comments by @niceking in #14
  • chore(deps): bump docker/library/alpine from 3.19.0 to 3.19.1 in /.buildkite by @dependabot in #15
  • Return err from getFiles by @niceking in #17
  • Refactor report to use writer by @niceking in #8
  • Remove int type casting around time.duration by @amybiyuliu in #9
  • Implement end to end test to validate the integration between client and the server by @nprizal in #18
  • Create plan package to contain test plan model by @nprizal in #22
  • Implement CreateFallbackPlan function by @nprizal in #20
  • Error handling for fetching test plan (Use roko for retries) by @DrJosh9000 in #21
  • Use fallback mode in client when exceeding retry limit by @amybiyuliu in #24
  • Validate configuration in the client by @nprizal in #23
  • chore: Update to roko v1.2.0 by @DrJosh9000 in #29
  • Terminate the client with the same exit code returned by the sub process (Rspec) by @nprizal in #27
  • Update client timeout configuration by @amybiyuliu in #25
  • Use fallback plan when the server return error plan by @nprizal in #30
  • chore(deps): bump docker/library/golang from 1.21.6 to 1.22.1 in /.buildkite by @dependabot in #28
  • Pass signal from the client to the sub process (RSpec) by @nprizal in #26
  • Clean up logging and debugging by @nprizal in #32
  • Add functionality to pass in files via cmd line by @niceking in #33
  • chore(deps): bump docker/library/golang from 34ce21a to 0b55ab8 in /.buildkite by @dependabot in #34
  • Enable e2e for all branches by @amybiyuliu in #31
  • Fix cmd line argument handling by @nprizal in #36
  • Release version 0.1.0 by @nprizal in #35

New Contributors

Full Changelog: v0.0.1...v0.1.0

v0.0.1

07 Feb 03:05
58b8901
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/buildkite/test-splitter/commits/v0.0.1