Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 08:27
· 70 commits to master since this release

Changelog

b042f8e Add '--duration' flag, determines duration of the test in seconds.
945ba2f Add 'failconns' workload.
ee131ee Add 'terminate' workload.
082f461 Add LICENSE.
d458028 Add deadlocks support.
93f022f Add explicit cleanup executed on demand.
7496042 Add rollbacks.
36e5abc Add temp-files support.
bda6181 Add tests.
203cd7a Edit Readme: add notes about usage and license.
7122d3d GH ACtions: add 'fetch-depth: 0' to fetch tags.
0ea25ec GH Actions: add golang container for running actions, remove sudo (it's unneeded in golang container)
7e19bde GH Actions: add postgres service for executing integration tests.
9694d38 GH Actions: add sudo when copy to system path.
8295215 Goreleaser: add 'make dep' to global 'before' hooks.
380898e Goreleaser: adopt Makefile's flow to goreleaser.
dbac77a Goreleaser: use dir path instead of path to main.go.
9b2e96a Implement releases: - add GH Actions default/releases workflows: run lint/test on Default, build docker images and binary on Release. - add goreleaser handler for releases events. - add git tag into app version string. - add Dockerfile. - add docker related commands into README.
82c7d58 Implement releases: add setting up golangci-lint into GH actions.
2d057f6 Initial commit.
ca1e7e7 Make interval calculation outside of loop.
e600412 Makefile: fix variable.
cab037a Merge branch 'master' of github.com:lesovsky/noisia
d853ba6 Merge pull request #3 from zachvalenta/patch-1
ad0b126 Merge pull request #4 from bbigras/patch-1
6145699 Merge remote-tracking branch 'origin/master'
e0f8c70 Merge remote-tracking branch 'origin/master'
9e9acb8 Readme: fix typo.
e8dcfa0 Remove accidentally added test. Add code coverage test to .gitignore.
65797fa Rename 'idle xacts' to plural form.
b229638 Rename 'idle xacts' to plural form.
637fb40 Reworked in package way. Previous version of noisia was a just like simple tools. This commit exposes noisia as a package which can be imported and used without building binary. Also different fixes and improvements have been made related to code and README.
78233ad Rollbacks: add support for min/max rollbacks rate.
2d59417 Tests: connect to 'host=postgres' instead of 127.0.0.1 for GH Actions services compatibility.
98a6ce9 Tests: define requisites explicitly.
e601390 Update README.
8ce6b75 Update README.
a689bdb add syntax highlighting in README.md
251b65f fix typo