Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-12 | Update README.md | frederic-loui | |
Added correction related to issue #445 and docker-compose file example | |||
2016-10-04 | Merge pull request #581 from boudreau/master | ytti | |
The \n is not seen as a lineline with ' it need " | |||
2016-10-04 | The \n is not seen as a lineline with ' it need " | boudreau | |
2016-09-30 | prompt not captured after sending enabe PW | Saku Ytti | |
fixes #577 | |||
2016-09-29 | regexp missed this model | Saku Ytti | |
2016-09-29 | add comware link | Saku Ytti | |
name contained -, which my replace regexp didn't allow, thus didn't generate link for that model | |||
2016-09-29 | add links to models | Saku Ytti | |
2016-09-29 | update model names | Saku Ytti | |
2016-09-29 | Merge pull request #578 from davromaniak/master | ytti | |
Added APC model to oxidized | |||
2016-09-29 | Redoing the modifications on a up to date base | Cyril LAVIER | |
2016-09-29 | Redoing the modifications on a up to date base | Cyril LAVIER | |
2016-09-28 | bump up version0.17.0 | Saku Ytti | |
2016-09-28 | update CHANGELOG | Saku Ytti | |
2016-09-28 | interpolate node variable values | Saku Ytti | |
Empty value was variably considered "" or nil, now it will always be "" string. Now "nil", "false", "true" strings are converted to their respective types nil, false and true. This also means we cannot have verbatim strings by that name, like if your password was "false", you're shit out of luck. If this is the case, we can add some __false__ hack or consider other similar solutions. Fixes #500 Fixes #534 May break stuff with ""/nil changing now, but as it was not consistent to begin with, I find it acceptable. Users now may need to manually enter nil in some fields to regain old behaviour. | |||
2016-09-23 | Merge pull request #572 from danilopopeye/ds-rollback-alvarion-model | ytti | |
rollback `alvarion` model | |||
2016-09-21 | rollback `alvarion` model | Danilo Sousa | |
wrongly removed in 56bac9722fe26ce8e0af54ec52ca0b17aa7c9fa1 | |||
2016-09-16 | ruby2.1 behaves oddly with this style of dependcy | Saku Ytti | |
fixed #565 | |||
2016-09-12 | Merge pull request #564 from mycahb2/master | ytti | |
Updated Dockerfile to use ruby 2.3 | |||
2016-09-12 | Updated Dockerfile to use ruby 2.3 | Mycah Mattox | |
2016-09-08 | Merge pull request #560 from MajesticFalcon/master | ytti | |
Add some OS-Model mapping in README | |||
2016-09-07 | Add OS-Model mapping in README | Schylar Utley | |
2016-09-07 | Add OS-Model mapping in README | Schylar Utley | |
2016-09-06 | Merge pull request #557 from gerard780/patch-1 | ytti | |
Remove extra new lines added by export command | |||
2016-09-06 | Remove extra new lines added by export command | gerard780 | |
2016-09-05 | Merge pull request #555 from MajesticFalcon/master | ytti | |
Update README.md SQL | |||
2016-09-04 | Update README.md | Schylar Utley | |
2016-09-04 | UPDATE README.md | MajesticFalcon | |
Add MYSQL docs | |||
2016-09-04 | Update README.md | MajesticFalcon | |
2016-09-04 | Update README.md | MajesticFalcon | |
2016-09-04 | UPDATE README.md | MajesticFalcon | |
Add MYSQL help | |||
2016-09-04 | Update README.md | MajesticFalcon | |
2016-09-04 | Update README.md | Schylar Utley | |
2016-09-04 | Merge pull request #554 from MajesticFalcon/master | ytti | |
Update ruby support in README | |||
2016-09-04 | Update ruby support in README | Schylar Utley | |
2016-09-02 | Merge pull request #552 from boudreau/master | ytti | |
Update catos.rb | |||
2016-09-02 | Update catos.rb | boudreau | |
2016-08-31 | Merge pull request #548 from MajesticFalcon/master | ytti | |
Add Alvarion support | |||
2016-08-30 | Update tftp.rb | MajesticFalcon | |
2016-08-30 | Update tftp.rb | MajesticFalcon | |
2016-08-30 | Remove unnecessary debugging | MajesticFalcon | |
2016-08-30 | Update Filename and tftp load | MajesticFalcon | |
2016-08-30 | Update tftp | MajesticFalcon | |
2016-08-30 | Update README.MD | MajesticFalcon | |
Fix mistake on input | |||
2016-08-30 | Update README.MD | MajesticFalcon | |
2016-08-30 | Add UDP TFTP | MajesticFalcon | |
2016-08-30 | Adding Alvarion model | MajesticFalcon | |
2016-08-29 | Merge pull request #547 from danilopopeye/ds-fix-529 | ytti | |
fix the node variable from `#fetch` | |||
2016-08-29 | fix the node variable from `#fetch`. closes #529 | Danilo Sousa | |
in commit `de2a9d1` I changed the `#fetch` method to pass the `Node` object instead of the node name. | |||
2016-08-29 | don't install twice | Saku Ytti | |
2016-08-29 | Merge pull request #467 from ldep30/patch-1 | ytti | |
Update rest_client.rb to support 'rest' parameter |