Skip to content

v0.1.0

Compare
Choose a tag to compare
@buildkite-systems buildkite-systems released this 01 Apr 20:51
· 615 commits to main since this release
6e9f8c7

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