forked from pool/gotestsum
- Update to version 1.10.1: * Add test for accepting GODEBUG output * Quote test names before they are used within the regex to rerun * move TEAMCITY_VERSION version checkout outside of CI check * Don't treat debug messages as errors * Add support for zOS * update fixture * fix lint * extract TEAMCITY_VERSION check because they don't set CI * Detect CI environments by name * Revert "Enable color support by default on Drone CI" * Enable color support by default on Drone CI * Update README.md * Fix coverage detection for go1.20 * ci: update goreleaser 1.7.0 to 1.17.0 for windows/arm64 * Add prometheus to readme links * Add list of projects that use gotestsum OBS-URL: https://build.opensuse.org/request/show/1103623 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/gotestsum?expand=0&rev=3
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Aug 12 18:04:49 UTC 2023 - jkowalczyk@suse.com
|
|
|
|
- Update to version 1.10.1:
|
|
* Add test for accepting GODEBUG output
|
|
* Quote test names before they are used within the regex to rerun
|
|
* move TEAMCITY_VERSION version checkout outside of CI check
|
|
* Don't treat debug messages as errors
|
|
* Add support for zOS
|
|
* update fixture
|
|
* fix lint
|
|
* extract TEAMCITY_VERSION check because they don't set CI
|
|
* Detect CI environments by name
|
|
* Revert "Enable color support by default on Drone CI"
|
|
* Enable color support by default on Drone CI
|
|
* Update README.md
|
|
* Fix coverage detection for go1.20
|
|
* ci: update goreleaser 1.7.0 to 1.17.0 for windows/arm64
|
|
* Add prometheus to readme links
|
|
* Add list of projects that use gotestsum
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 08 04:08:55 UTC 2023 - jkowalczyk@suse.com
|
|
|
|
- Initial package version 1.10.0:
|
|
* slowest: Add topN flag
|
|
* Convert testname formatter to new interface
|
|
* Convert pkgname formats
|
|
* Convert two more formatters to new interface
|
|
* Convert two formatters to new interface
|
|
* Avoid appending bytes
|
|
* Add jsonfile-timing-events flag for capturing only the terminal events
|
|
* Ensure jsonfile is flushed before running post-run-command
|
|
* Hide standard-json format for now
|
|
* Add standard-json format
|
|
* ci-matrix: improve description
|
|
* Update expected value for new output of subtests
|
|
* Update golangci-lint
|
|
* Use go 1.20 in CI
|
|
* Expect test to run for rename
|
|
* Fix need to save twice to trigger watch
|