Skip to content

Tags: snikch/goodman

Tags

0.3.1

Toggle 0.3.1's commit message
Fix field name to match Dredd (#37)

* Fix field name to match dredd

Fixes a bug introduced in 0.3.0

* Fix spelling

0.3.0

Toggle 0.3.0's commit message
Add 'expected' object for use in hooks (#36)

0.2.4

Toggle 0.2.4's commit message
#32 - Do not omit 'skip' when false otherwise you cannot unskip trans…

…actions (#35)

* Do not omit 'skip' when false otherwise you cannot unskip transactions

* Update Gherkin spec to include non-omittable skip field

* Also update unit tests to include non-omitted skip field

0.2.3

Toggle 0.2.3's commit message
Fix a data race between Cmd.Run and Process.Kill (#31)

* Fix a data race between Cmd.Run and Process.Kill

* Travis: test with race detection enabled

0.2.2

Toggle 0.2.2's commit message
Add missing (undocumented) id field to Transaction (#30)

Fixes 'undefined' test description in dredd report

0.2.1

Toggle 0.2.1's commit message
Fix #11 by separating the responsibility to store and run hooks (#27)

* Fix #11 by separating the responsibility to store and run hooks

* Cleanup

Remove unused fields from hooks.DummyRunner
Fix type name in DummyRunner description

Fix some warnings during testing:
```
warn: Parser warning in file './apiary.apib': (warning code 10) message-body asset is expected to be a pre-formatted code block, separate it by a newline and indent every of its line by 8 spaces or 2 tabs on lines 3-4
warn: Parser warning in file './apiary.apib': (warning code 10) message-body asset is expected to be a pre-formatted code block, separate it by a newline and indent every of its line by 8 spaces or 2 tabs on lines 5-6
```

* Fix RPC service name

* Fix cucumber tests

* Get HooksRunner struct name via reflection to avoid a hardcoded string

* Remove vendored goodman packages

0.2.0

Toggle 0.2.0's commit message
Retry connection to hooks server in case it needs longer than 100 ms …

…to (#23)

start

0.1.0

Toggle 0.1.0's commit message
Update .travis.yml (#15)