Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-10 | Add Codacy | Saku Ytti | |
2018-06-08 | Remove more JunOS secrets (#1359) | Zmegolaz | |
* Remove more JunOS secrets * Removed redundant junos secret replacements. Updated changelog. * Moved this change to Master in the changelog. | |||
2018-06-08 | rc 0.57.1, fixup, todo + drop rails_best_practices (#1372) | Wild Kat | |
2018-06-08 | We should resolve model first | Saku Ytti | |
So that input/output can be configured under model | |||
2018-06-07 | Fix IP address assingment | Saku Ytti | |
Unsure what problem was being solved here originally, wish I had tests for expected behaviour :) | |||
2018-06-07 | Updated HPE Comware - Issue #611 Fix (#1305) | Adam | |
This change works for newer HPE Comware model switches and *shouldn't* cause any issues with the previous Comware models although past functionality hasn't been tested as I don't have an older model. | |||
2018-06-07 | Refactor manager, take2 | Saku Ytti | |
Make all the add_* return falsy valuem and make all the callers raise, this has benefit that the caller has more information, like it can tell what node we were trying to load when model failed to load. We were only failing to do this in two places in the code, source and plugin. | |||
2018-06-07 | gcc-c++ needed in oxidized-web 0.10.2 (#1369) | Atroskelis | |
Oxidized-web 0.10.2 requires gcc-c++ to be able to install the gem in Centos 7. Updated docs. | |||
2018-06-07 | oops, actually add the class to source | Saku Ytti | |
2018-06-07 | Fix local file loading | Saku Ytti | |
Local files could never be loaded, as the name does not contain file extension, so check for their existance would always fail. | |||
2018-06-07 | make login username/passord detection generic | Saku Ytti | |
2018-06-07 | Refactor manager | Saku Ytti | |
Main problem we're trying to solve is the silent failures. Requiring files will never fail, one user had problem loading their souce http.rb, which is obviously mandatory for them, but because it didn't fail, it lead to a much harder to understand bug down the line, as we tried to instansiate the 'nil' source. Reason why I did it like this was laziness, because I didn't have to care if or not the file exists, I always tried to load locally defined models, and just return empty hash if I couldn't find any. There may be other reasons and reliances that I've forgotten, but we'll fix them as they come. Such is life without proper testing. | |||
2018-06-05 | edgecos overly verbose memory and uptime (#1366) | Bartek | |
2018-06-03 | bump rubocop to 0.56 and introduce PR template (#1361) | Wild Kat | |
* introduce PR template in lieu of contribution guide for now * bump rubocop to 0.56 and regenerate rubocop_todo | |||
2018-06-03 | add libicu to CI | Saku Ytti | |
2018-06-03 | Add instructions to install ICU | Saku Ytti | |
Since https://github.com/ytti/oxidized-web/commit/1d65a7999a9712b72976abd7a968f3c520d94d96 added charlock_holmes which requires ICU to be installed | |||
2018-06-03 | bump up version | Saku Ytti | |
2018-06-03 | rubycop fixes | Saku Ytti | |
2018-06-03 | fix tests | Saku Ytti | |
2018-06-03 | Generalise stats counters | Saku Ytti | |
Related to PR #1333 by @gs-kamnas | |||
2018-06-03 | update CHANGELOG | Saku Ytti | |
2018-06-03 | Merge pull request #1250 from vppencilsharpener/FortiOS-Push | ytti | |
Rework the Exclusions for FortiOS | |||
2018-06-03 | Create openbsd.rb (#1356) | Albert Martinez | |
OpenBSD model implementation. | |||
2018-06-02 | Add code climate to README | Saku Ytti | |
2018-05-30 | Rubocop fix | Saku Ytti | |
2018-05-30 | rubocop fixes | Saku Ytti | |
2018-05-30 | Add support for Cambium | Saku Ytti | |
Initial HTTP support | |||
2018-05-26 | Merge branch 'master' into FortiOS-Push | Wild Kat | |
2018-05-26 | clean up and rubocop compliance | Wild Kat | |
2018-05-26 | add comnet model to changelog (#1351) | Wild Kat | |
2018-05-26 | Comnet Microsemi Switch support (#1346) | Juho Ylikorpi | |
* ComnetMicrosemiSwitch support | |||
2018-05-19 | Update fortios.rb (#1345) | benjaminAco | |
Remove SNMP v3 Auth & Priv Password. | |||
2018-05-17 | restore compliance (#1344) | Wild Kat | |
2018-05-17 | Fix telnet (#1343) | Bas van Elburg | |
* Fixed: fix debug logging (passed @log to telnet) * Fixed: call closed on sock of telnet instead of telnet | |||
2018-05-11 | Enable 'enable' support for HP Procurves | Robert (KHobbits) | |
2018-05-11 | Merge pull request #1336 from macaty/master | Wild Kat | |
Create stoneos.rb | |||
2018-05-10 | Merge pull request #1339 from wk/wk-patch-1 | Wild Kat | |
relax asyncos prompt requirements (closes #1272) | |||
2018-05-10 | relax asyncos prompt requirements | Wild Kat | |
2018-05-09 | Merge pull request #1338 from wk/no-logspam | Wild Kat | |
reduce logspam - auth methods are debug, not info | |||
2018-05-09 | reduce logspam - auth methods are debug, not info | Wild Kat | |
2018-05-09 | tidy up and add references for stoneos model | Wild Kat | |
2018-05-09 | Create stoneos.rb | Marco Li | |
Add new model of Hillstone Networks StoneOS software | |||
2018-05-07 | Merge pull request #1334 from gs-kamnas/nxos-refactor | ytti | |
Fix debug mode, properly comment NX-OS configs and normalize their line endings. | |||
2018-05-07 | Merge pull request #1333 from gs-kamnas/runcounters | ytti | |
Add counters to correctly track the number of runs, successes and failures | |||
2018-05-07 | Convert NX-OS configs to have consistent line endings and comment them ↵ | Nash Kaminski | |
properly. Fix typo in launcher script. | |||
2018-05-07 | Add counters to correctly track the number of runs, successes and failures. | Nash Kaminski | |
2018-05-06 | Merge pull request #1331 from z00nx/pfsense | Wild Kat | |
Added removal of secrets to pfsense | |||
2018-05-06 | rubocop fixes | ytti | |
much value, wow, very readable | |||
2018-05-06 | Merge pull request #1266 from ja-frog/master | ytti | |
#1061 Handling devices that only prompt for password via SSH | |||
2018-05-06 | Added removal of secrets to pfsense | z00nx 0 | |