Skip to content

Releases: rwx-research/captain

Captain v1.17.3

17 Dec 14:11
4d096cb
Compare
Choose a tag to compare

Accept yml as a possible config file extension and set some metadata in the environment when captain invokes a retry command.

What's Changed

  • Re-apply "Accept yml as possible config file extension" with added bug-fix by @pierrebeaucamp in #95
  • Set some metadata in the environment when captain invokes a retry command by @kylekthompson in #96

Full Changelog: v1.17.2...v1.17.3

Captain v1

06 Apr 13:26
4d096cb
Compare
Choose a tag to compare

The Captain v1 release and tag exist to provide an easy way to download the latest v1.x.x release of Captain. For example, you can always download the latest Linux x86 v1 release at this URL: https://github.com/rwx-research/captain/releases/download/v1/captain-linux-x86_64. (Look at the assets attached to this release to find the other available downloads.) This release and its assets are updated whenever a new v1.x.x version of Captain is released.

Captain v1.17.2

06 Dec 21:48
89f9e68
Compare
Choose a tag to compare

Reverts the 1.17.1 release

What's Changed

  • Revert "Accept yml as a possible file extension for the config file" by @kylekthompson in #94

Full Changelog: v1.17.1...v1.17.2

Captain v1.17.1

06 Dec 20:02
e7a5180
Compare
Choose a tag to compare

Accepts yml as a possible file extension for the config file

What's Changed

Full Changelog: v1.17.0...v1.17.1

Captain v1.17.0

27 Nov 02:14
a94b2e9
Compare
Choose a tag to compare

This release adds support for negative globbing when using Captain partitioning.

What's Changed

  • Remove derivedFrom data when it is too big by @TAGraves in #90
  • Only use the new test results when writing the output summary by @TAGraves in #89
  • Support negative globs for partition globs by @TAGraves in #92

Full Changelog: v1...v1.17.0

Captain v1.16.1

21 Nov 04:11
691a2b5
Compare
Choose a tag to compare

This release fixes an issue when using retrying failed tests in Mint.

What's Changed

  • Initialize the run error when doing a failed tests retry by @TAGraves in #88

Full Changelog: v1...v1.16.1

Captain v1.16.0

20 Nov 22:26
da59a89
Compare
Choose a tag to compare

This release adds support for retrying only the tests that failed when using Captain with Mint.

What's Changed

  • Write a retry failed tests action when run in Mint by @kylekthompson in #84
  • Removes the warning about a configured retry command with no retries by @TAGraves in #87

Full Changelog: v1...v1.16.0

Captain v1.15.1

20 Nov 14:20
2ba7220
Compare
Choose a tag to compare

This release fixes a bug that prevented the max-tests option from parsing correctly when supplied via YAML.

What's Changed

Full Changelog: v1...v1.15.1

Captain v1.15.0

28 Oct 21:04
022939f
Compare
Choose a tag to compare

Fixes a bug when ** globbing over a directory which included files that contained characters that were special to filepath.Glob.

What's Changed

  • Replace the abandoned filepathx library with doublestar; ensure glob characters in paths do not break globbing by @kylekthompson in #81

Full Changelog: v1.14.3...v1.15.0

Captain v1.14.3

23 Sep 01:42
5294685
Compare
Choose a tag to compare

This release fixes an issue with parsing times and durations for vitest.

What's Changed

New Contributors

Full Changelog: v1...v1.14.3