summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-25Use rake instead of gem to build packageSaku Ytti
2018-04-25only set version when building packegeSaku Ytti
2018-04-25Merge pull request #1308 from wk/restore-complianceytti
fine tune rubocop to yttis exacting specifications
2018-04-25fix cli_spec.rb to reflect new version outputWild Kat
2018-04-25regenerate .rubocop_todo.ymlWild Kat
2018-04-25fine tune rubocop to yttis exacting specificationsWild Kat
2018-04-25set version from gitSaku Ytti
you still need to bump version.rb, as 'rake tag' will use that to create git tag, which we need :>
2018-04-25Merge pull request #1306 from wk/minor-fixupsytti
move hook tests into own directory and regen rubocop todo
2018-04-25move hook tests into own directory and regen rubocop todoWild Kat
2018-04-25Add option to force input string into 8bit-asciiytti
Essentially binary blob or UTF8 Closes #1210
2018-04-25Merge pull request #1296 from wk/the-great-makeoverytti
the great makeover - standardize layout, alignment, indentation
2018-04-25additional touchups to catch up with masterWild Kat
2018-04-25Merge branch 'master' into the-great-makeoverWild Kat
2018-04-25Merge pull request #1304 from wk/no-responseytti
implement probot no-response
2018-04-24increase response countdown to 21 days to reduce churnWild Kat
2018-04-24implement probot no-responseWild Kat
2018-04-24Merge pull request #1299 from jsynack/fsync-to-flushytti
Change the debug SSH log fsync to a flush
2018-04-24Merge pull request #1303 from jsynack/misc-docfixesytti
Misc docfixes
2018-04-24clarity updates for Configuration docJason Ackley
typo fixes - IP-Adress -> IP-Address remove_secrets -> remove_secret tag a ruby block as ruby for correct highlight misc other small text clarity (ssh_proxy is the proxy information etc)
2018-04-24Give some examples of smart loadingJason Ackley
Indicate that it can be used to have local site changes or updated models from the repo. minor text clarity on other items.
2018-04-24A few Outputs.md textual cleanupsJason Ackley
misc clarity items
2018-04-24Misc Hooks.md cleanupsJason Ackley
misc text clarity. clarify timeout is in seconds clarity the publickey/privatekey are paths - not the keys themselves. Reorder the AWS SNS example of describing the config before the example config for consistency with the rest.
2018-04-24Ruby-API.md cleanupsJason Ackley
Refer to things as 'device' versus 'switch' Add some example use case notes for post_login and pre_logout. MD highlight some items in the list for clarity misc text clarity adjustments.
2018-04-24Netgear notes updatesJason Ackley
Consistency - add a link back to Model-Notes at the bottom Tag a YAML block as YAML for highlighting.
2018-04-24Consistency - add a link back to Model-Notes at the bottomJason Ackley
2018-04-24Consistency - add a link back to Model-Notes at the bottomJason Ackley
2018-04-24Add a note about database engine reserved keywords.Jason Ackley
2018-04-23Fix Brocade linksytti
Fixes #1302
2018-04-22Merge pull request #1300 from wk/integrate-codecovytti
integrate codecov
2018-04-22integrate codecovWild Kat
2018-04-22Change the debug log fsync to a flushJason Ackley
fsync() can be expensive on OSes and induce timeout failures when running with input debugging of SSH sessions.
2018-04-21the great makeover - standardize layout, alignment, indentationWild Kat
2018-04-20Merge pull request #1293 from wk/bump-rubocopytti
bump rubocop to 0.55 and regenerate .rubocop_todo.yml
2018-04-20Be pessimistic about rubocopWild Kat
2018-04-20bump rubocop to 0.55 and regenerate .rubocop_todo.ymlWild Kat
2018-04-20Merge pull request #1291 from wk/refactor-awssnsytti
restructure awssns.rb to comply with rubocop
2018-04-20Merge pull request #1289 from yuri-zubov/ruby-versionytti
remove .ruby-version & add many ruby-version in .travis.yml
2018-04-20Merge pull request #1286 from yuri-zubov/masterytti
Basic support for NDMS OS (Zyxel Keenetic)
2018-04-20remove .ruby-version & add many ruby-version in .travis.ymlYuri Zubov
2018-04-20Merge pull request #1288 from wk/tidy-up-testsytti
tidy up tests with rubocop
2018-04-19tidy up tests with rubocopWild Kat
2018-04-19Basic support for NDMS OS (Zyxel Keenetic)Yuri Zubov
2018-04-17Merge pull request #1284 from wk/doc-correctionytti
remove mention of ruby 1.9.3 from CentOS instructions in favor of 2.0
2018-04-16remove mention of ruby 1.9.3 from CentOS instructions in favor of 2.0Wild Kat
2018-04-16restructure awssns.rb to comply with rubocopWild Kat
2018-04-16Merge pull request #1283 from wk/refactor-slackdiffytti
restructure slackdiff.rb to comply with rubocop
2018-04-16Merge branch 'master' into refactor-slackdiffWild Kat
2018-04-16model: netgear.rb support for older models (#1268)Zsolt Zsiros
* Added support for older models (FW 5.x.y.z like on GS110TP, GS748Tv4, etc) * Fixed prompt regex * docs/Model-Notes/Netgear created * docs/Model-Notes/Netgear fixed typos
2018-04-16Merge pull request #1282 from wk/refactor-xmppdiffytti
restructure xmppdiff.rb to comply with rubocop
2018-04-15Merge pull request #1274 from wk/furiously-untabytti
eliminate tabs in favor of double space