summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-27Rebased from masterNeil Lathwood
2018-04-27Merge pull request #1238 from jiphex/fix-dnos-changing-infoytti
Alter DNOS config. Remove constantly changing info
2018-04-27Add SSH keepaliveSaku Ytti
Closes #1276
2018-04-26Merge pull request #1311 from wk/patch-1ytti
Use actual git commands that exist
2018-04-26Use actual git commands that existWild Kat
2018-04-26unshallow docker git checkoutSaku Ytti
2018-04-26praise beSaku Ytti
2018-04-26fix rubocop being analSaku Ytti
2018-04-26safe guard version for environment without gitSaku Ytti
2018-04-25Merge pull request #1309 from wk/everybody-rake-nowytti
change docker build process to use rake
2018-04-25change docker build process to use rakeWild Kat
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