- Update to version 1.13.0: * Bump deps * Update Go version * chore(internal/junitxml): encode the attributes as JUnit test case properties * fix(testjson/testdata): update with-attributes expectation after fix * feat(testjson/testdata): handle `ActionAttr` event * feat(testjson/testdata): add `ActionAttr` to event decoding * feat(testjson/testdata): add new test with attributes * Get version info from `runtime/debug` * add --watch-clear flag to clear screen on rerun test OBS-URL: https://build.opensuse.org/request/show/1313729 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/gotestsum?expand=0&rev=10
142 lines
5.8 KiB
Plaintext
142 lines
5.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Oct 26 14:13:29 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 1.13.0:
|
|
* Bump deps
|
|
* Update Go version
|
|
* chore(internal/junitxml): encode the attributes as JUnit test case properties
|
|
* fix(testjson/testdata): update with-attributes expectation after fix
|
|
* feat(testjson/testdata): handle `ActionAttr` event
|
|
* feat(testjson/testdata): add `ActionAttr` to event decoding
|
|
* feat(testjson/testdata): add new test with attributes
|
|
* Get version info from `runtime/debug`
|
|
* add --watch-clear flag to clear screen on rerun test
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 05 15:30:08 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 1.12.3:
|
|
* Bump deps
|
|
* --rerun-fails-abort-on-data-race
|
|
* Use earlier and latest event time for elapsed time
|
|
* go junitxml: compute per package start times rather than using per execution
|
|
* feat: support for hidding skipped tests in the junit report
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 22 22:31:26 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
- Packaging improvements:
|
|
* Update to BuildRequires: golang(API) >= 1.21 matching go.mod
|
|
* Build PIE with pattern that may become recommended procedure:
|
|
%%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
|
|
A go toolchain buildmode default config would be preferable
|
|
but none exist at this time.
|
|
* Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 22 14:23:34 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 1.12.1:
|
|
* Update expected values
|
|
* fix swallow build error and added tests
|
|
* Update TestEvent for go1.24
|
|
* Bump golang.org/x/term from 0.24.0 to 0.29.0
|
|
* Remove unused nolint directives
|
|
* Bump golang.org/x/sys from 0.25.0 to 0.28.0
|
|
* Fix some typos in README
|
|
* Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0
|
|
* fixup! fix(validate): fixes check for test.failfast flag as this is a gotest arg and must be prefixed with test.
|
|
* fix(validate): fixes check for test.failfast flag as this is a gotest arg and must be prefixed with test.
|
|
* Update x/text
|
|
* Update x/tools
|
|
* Update x/mod
|
|
* Skip a test that flakes in CI
|
|
* Fix lint
|
|
* Update minimum Go version
|
|
* fix ordering for version at least
|
|
* Try updated golangci-lint
|
|
* Remove old Go versions from CI
|
|
* Bump golang.org/x/term from 0.20.0 to 0.24.0
|
|
* Skip test that is falky on macos
|
|
* Bump golang.org/x/sys from 0.20.0 to 0.24.0
|
|
* Updated expected value for help text
|
|
* Remove unnecessary empty lines
|
|
* Fix typo in help text
|
|
* Fix help text typo
|
|
* omit empty skipped
|
|
* add skipped attribute to junit xml testsuite
|
|
* Bump golang.org/x/term from 0.18.0 to 0.20.0
|
|
* Bump golang.org/x/sys from 0.18.0 to 0.20.0
|
|
* Bump github.com/fatih/color from 1.16.0 to 1.17.0
|
|
* fix: close FailsReportFile
|
|
* Bump golang.org/x/sync from 0.6.0 to 0.7.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 22 14:20:03 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 1.12.0:
|
|
* ci: windows git config
|
|
* Version check that is go1.21 compatible
|
|
* go1.22~ added package build errors to the test output
|
|
* Update ci config
|
|
* Bump dependencies, update github workflows, add dependabot
|
|
* Add gofiber/fiber to list of projects
|
|
* Fix append bug in --rerun-fails with -run flag
|
|
* Add Woodpecker CI to no-color default autodetection
|
|
* Fold for loop clauses into the statement
|
|
* Update README.md
|
|
* Update gotestsum retries to properly filter out parents when there is a missing gap in the parent tree
|
|
* Used named constants instead of magic numbers in illumos-specific code
|
|
* Improve warning message when stdin is not a terminal
|
|
* Add support for gotestsum on illumos/amd64
|
|
* Update help text for font icons
|
|
* filewatcher: Silence warning from os.Stat failures
|
|
* Add emoticons to the nerdfonts icon formats
|
|
* Add format icons for nerdfonts instead of unicode
|
|
* Add support for simple icons using plain text
|
|
* Add environment variable for setting format icons
|
|
* Refactor color support for icons and add comments
|
|
* Prepare for adding more icon options
|
|
|
|
-------------------------------------------------------------------
|
|
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
|