Skip to content

Releases: damianoneill/nc-hammer

v0.1.16

26 Oct 16:24
Compare
Choose a tag to compare

Changelog

6a8cb7f add support for ipv6 addressing

v0.1.15

26 Oct 15:39
Compare
Choose a tag to compare

Changelog

21be115 Updating vendor - latest netconf client. (#24)
5484867 dep update
990031d Feature/new netconf (#21)
9e001a4 move to 1.11
58931ac Merge branch 'master' of https://github.com/damianoneill/nc-hammer
39a8271 updated deps
478724d refactored code, added tests for code coverage (#19)
3247656 unit testing netconf.go (#18)
f06c0ef pull sample of host configuration out of yml for view on the readme
a8655d0 pull sample of host configuration out of yml for view on the readme
90107f4 correct error message

v0.1.14

26 Jul 14:37
Compare
Choose a tag to compare

Changelog

c524f67 working version of an rpc message
7fef35a add in support for the message layer, update the suite types to be fully tagged
5e33add Some code changes (#16)
7934fa7 Refactoring and added further test cases (#13)
b0e8cde tip text from fkozera
3e4eb44 update contributors
6bf941d Unit tests (#11)
be1393a Unit testing (#12)
fadf58c gosec ignores

v0.1.13

23 Jul 16:57
Compare
Choose a tag to compare

Changelog

00c9386 with the addition of messageid to go-netconf, add support for it in nc-hammer
246a1ba move from vgo to dep
1e10655 also run the unit tests on the hook
83f5e7f Refactoring code, unit tests for action.go added (#10)

v0.1.12

23 Jul 14:49
Compare
Choose a tag to compare

Changelog

fdb9ebc remove the timeout code, go-netconf dial forces the timeout
147beae rewrite if-else to switch statement
6e3fb55 few gocritic issues
d6c92cb add contributor
64eaaff Merge pull request #9 from bingobook02/master
799b108 travis timeout changed to 5s
fc5530b changed test-suite.yml to avoid timeout
b10eb12 add a pre-commit hook for running gometalinter
ceee08b add a clarification statement that the regex pattern must be wrapped in inverted commas
b597849 Merge remote-tracking branch 'origin/master'
a95c63c add vendor ignore to gometa in case the vendor dir is being populated by travis
06fed96 add a timeout for the unit tests
162b4a0 removing dstores and adding this and .vscode as entries to the .gitingore
19a9d03 results_test folder added
5e26aac missing results folder added
b4d5dc7 code review, renaming, typos
95a6b58 fixes to pass travis
c0f9d20 Merge remote-tracking branch 'origin/master'
40ef6bd added results file
b6a0aa1 test-suite.yml modified
6119752 completion back to original
e884e05 new test units for version, completion, version and run
9f90fd2 added partial unit testing for completion, analyseError and run

v0.1.11

18 Jul 20:14
Compare
Choose a tag to compare

Changelog

caa6c92 do not pass an empty top if no namespace is defined
2a5b617 comment out golangci-lint, temporarily
4370296 revert coveralls use, move gometalinter to golangci-lint
4c16a08 correct the update option for multiple packages
4051e22 combine coverage for multiple packages
418c57f issues identified by go-critic
119f1e0 instructions for ssh github
95b139c describe the process for contributing updates

v0.1.10

09 Jul 13:12
Compare
Choose a tag to compare

Changelog

14e7116 #6 basic expected response pattern matcher and error logger

v0.1.9

05 Jul 12:52
Compare
Choose a tag to compare

Changelog

b615c89 #2 show timeout flag being used in run command
bf1a598 #2 cheap and nasty global timeout
ec4f415 Revert "#4 log the request and response payloads to the csv file for review"
959d943 #4 log the request and response payloads to the csv file for review
5a9c8ad explained issue with vgo versioning and solution
af01e7f add coveralls support
f3cd14e extend the gometalinter deadline
630da67 add a travis-ci build image
c938b15 add a travis configuration to run gometalinter and the tests
3551079 update deps to latest

v0.1.8

22 Jun 21:23
Compare
Choose a tag to compare

Changelog

4ce79c1 update for feature issue #3 support session restablishment when remote side closes abruptly

v0.1.7

21 Jun 16:29
Compare
Choose a tag to compare

Changelog

e1c8703 change sleep duration from seconds to milliseconds
a166806 clarify mean, variance and std dev