summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-15Merge pull request #1261 from wk/verbose-hash-methodsytti
standardize on verbose hash methods
2018-04-12Merge pull request #1275 from wk/have-asetus-for-cli-testsytti
ensure asetus is initialized in cli_spec.rb
2018-04-12Merge pull request #1262 from asenci/fortios_disable_pagingytti
Disable paging for "show full-configuration" on FortiOS
2018-04-11ensure asetus is initialized regardless of test execution orderWild Kat
2018-04-11standardize on verbose hash methodsWild Kat
2018-04-11Merge pull request #1273 from wk/introduce-rubocopytti
introduce rubocop (closes #1243)
2018-04-11introduce rubocop and bump testing ecosystemWild Kat
2018-04-11Merge pull request #1270 from wk/update-buildstatusytti
update build status badge to correct account
2018-04-11Merge pull request #1269 from wk/githubrepo-testytti
Update githubrepo_spec.rb to pass successfully
2018-04-11update build status badge to correct accountWild Kat
2018-04-11Update githubrepo_spec.rb to pass successfullyWild Kat
2018-04-10Merge pull request #1267 from wk/ssh-testytti
Update ssh_spec.rb to pass successfully
2018-04-10Update ssh_spec.rbWild Kat
2018-04-09Merge pull request #1263 from wk/clear-lockfileytti
Clear lockfile out
2018-04-09Update .gitignore to include Gemfile.lockWild Kat
2018-04-09Delete Gemfile.lockWild Kat
2018-04-09Disable paging for "show full-configuration" on FortiOSAndre Sencioles
2018-04-07Merge pull request #1258 from martinohansen/masterytti
Allowed prompt to contain hyphen
2018-04-07List hooks in README ToC (#1259)Wild Kat
* add hooks to readme toc * remove unsightly colons
2018-04-07Allowed prompt to contain hyphenMartin Overgaard Hansen
2018-04-07Merge pull request #1257 from wk/githubrepo-usernameytti
refactor githubrepo credential handling (closes #1240)
2018-04-07improve githubrepo auth exampleWild Kat
2018-04-07extend githubrepo documentationWild Kat
2018-04-06expose username in debug logWild Kat
2018-04-06refactor githubrepo credential handlingWild Kat
2018-04-06Merge pull request #1256 from wk/dockerfile-refreshytti
reorder dockerfile gem installation
2018-04-06reorder dockerfile gem installationWild Kat
2018-04-05Merge pull request #1255 from Turbid/patch-1ytti
docs: Fixed the link to SNR model
2018-04-05docs: Fixed the link to SNR modelIlya Demyanov
2018-04-05Merge pull request #1253 from wk/snr-fixesytti
unspeakable things took place in original PR, correcting model
2018-04-05unspeakable things took place in original PR, correcting modelWild Kat
2018-04-05Merge pull request #1251 from wk/snr-support-refactorytti
Snr support refactor (closes #1139)
2018-04-05strip uptime info from show versionWild Kat
2018-04-02Merge pull request #1245 from STetzel/masterytti
updates in hpebladecenter model
2018-04-02Merge pull request #1248 from davama/masterytti
Add logrotate file
2018-04-02Merge pull request #1249 from wk/improve-freebsd-documentationytti
Improve freebsd documentation (closes #1247)
2018-03-30fix broken anchor in FreeBSD docsWild Kat
2018-03-30document existence of FreeBSD packageWild Kat
2018-03-29Add logrotate fileDave
Assuming `log:` is set to: > log: /var/log/oxidized/<something>.log /var/log/oxidized will need to be owned by the user running oxidized
2018-03-26Merge pull request #1 from STetzel/STetzel-patch-1Sascha Tetzel
Update hpebladesystem.rb
2018-03-26Update hpebladesystem.rbSascha Tetzel
- disable Last Update from NTP in Show Network, because it produced a new version with every backup (show network) - disable parsing of "----More----", it is better to user "Script Mode" (cfg :telnet, :ssh) -> post_login
2018-03-23Merge remote-tracking branch 'upstream/master' into snr-support-refactorWild Kat
2018-03-23Merge pull request #1239 from uwerler/patch-1ytti
Update nxos.rb
2018-03-23yield cfg for clarityWild Kat
2018-03-21Update nxos.rbUwe Werler
Otherwise the running config will not be stored.
2018-03-20better commentsWild Kat
2018-03-20expand dcnos modelWild Kat
2018-03-20refactor snr support into dcnos modelWild Kat
2018-03-19Merge pull request #1234 from tobbez/aricentiss-paginationytti
AricentISS: Fix pagination for old OS versions
2018-03-19AricentISS: Fix pagination for old OS versionsTorbjörn Lönnemark
Always issue both 'no cli pagination' and 'no cli pagignation'. Conditionally issuing only the correct variant would require sending the same number of commands to the switch ('show version', 'no cli pagi(g)nation') and also require extra logic in the model. Additionally, always issuing both removes the need for storing information about what OS versions require which command in the model.