Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-26 | remove frequently changing lines in 'show system info' | charlesklement | |
2016-05-26 | Merge pull request #441 from Luzifer/add_exposes | ytti | |
Added EXPOSE and VOLUME directives | |||
2016-05-26 | Added EXPOSE and VOLUME directives | Knut Ahlers | |
This describes the exposed ports and the volume according to the `README.md` documentation. Though it is possible to mount volumes and expose ports using `docker run`, for several docker management tools it is not possible to expose ports or mount volumes when they are not defined in the `Dockerfile`. | |||
2016-05-25 | Merge pull request #389 from PANZERBARON/master | ytti | |
Add 'nomore' to NOS model for sh run command | |||
2016-05-25 | Merge pull request #330 from Ham5ter/master | ytti | |
Adds support for Mellanox Switch devices | |||
2016-05-25 | Adds MLNX-OS to the supported Section | Ham5ter | |
2016-05-25 | Renames the Class and File to "MLNXOS" | Ham5ter | |
The Official Name of the Operating System is "MLNX-OS" I changed the Name to "MLNXOS" because Ruby does not support "-" in Class Names. http://www.mellanox.com/page/mlnx_os | |||
2016-05-25 | Merge pull request #435 from roedie/config-pid | ytti | |
Support setting pidfile location | |||
2016-05-25 | Support setting pidfile location | roedie | |
2016-05-25 | release 0.14.30.14.3 | Saku Ytti | |
2016-05-25 | Fix git, String refers to Oxidized::String | Saku Ytti | |
Fixes #429 | |||
2016-05-20 | Merge branch 'master' of github.com:ytti/oxidized | Saku Ytti | |
2016-05-20 | release 0.14.20.14.2 | Saku Ytti | |
2016-05-20 | fixes #423 | Saku Ytti | |
2016-05-20 | Merge pull request #420 from broxio/patch-2 | ytti | |
Update acos.rb | |||
2016-05-18 | Merge pull request #422 from funzoneq/patch-1 | ytti | |
Dot's in hostnames are frowned upon, but allowed | |||
2016-05-18 | Update procurve.rb | Arnoud Vermeer | |
Less escaping. | |||
2016-05-18 | Update procurve.rb | Arnoud Vermeer | |
Feedback from @ytti | |||
2016-05-18 | Dot's in hostnames are frowned upon, but allowed | Arnoud Vermeer | |
``` AMS01.LI17.RM.SW01(config)# hostname "AMS01.LI17.RM.SW01" Note: To be compliant with RFC 1123, the hostname must contain only letters, numbers and hyphens, and must not start or end with a hyphen. ``` | |||
2016-05-18 | Update acos.rb | broxio | |
Corrected some code format and white space. | |||
2016-05-18 | Update acos.rb | broxio | |
Update way to handle pw suggested by @ytti | |||
2016-05-17 | Merge pull request #421 from danilopopeye/master | ytti | |
fix the git group path config | |||
2016-05-17 | Update acos.rb | broxio | |
Update enable logic suggested by @ytti | |||
2016-05-16 | fix the git group path config | Danilo Sousa | |
* make sure to expand the paths of all repositories * get the right group repository path | |||
2016-05-16 | Update acos.rb | broxio | |
Update code format | |||
2016-05-16 | Update acos.rb | broxio | |
Update enable logic to support enable without password on ACOS device. | |||
2016-05-15 | Update acos.rb | broxio | |
add post_login to send "en" to enter privilege mode with-out password | |||
2016-05-13 | Update acos.rb | broxio | |
Modified pre_logout and change \n to \r | |||
2016-05-10 | Merge pull request #417 from amarti2038/patch-1 | ytti | |
Update comware.rb | |||
2016-05-10 | Update comware.rb | Albert Martinez | |
issue #415 skip rogue ^M to comware based devices | |||
2016-05-07 | Merge pull request #414 from jkrauska/master | ytti | |
Document remove_secret | |||
2016-05-06 | Document remove_secret | Joel Krauska | |
2016-05-06 | release 0.14.10.14.1 | Saku Ytti | |
2016-05-06 | fixes #413 | Saku Ytti | |
2016-05-05 | fixes #400 | Saku Ytti | |
2016-05-05 | release new version0.14.0 | Saku Ytti | |
fixes #412 | |||
2016-05-05 | be pessimistic about net-ssh | Saku Ytti | |
actually closes #360 | |||
2016-05-05 | be pessimistic about ssh | Saku Ytti | |
closes #360 | |||
2016-05-05 | support catos | Saku Ytti | |
2016-05-04 | ASR9001 had \r in password prompt | Saku Ytti | |
Fixes #410 | |||
2016-04-29 | Merge pull request #408 from andrekeller/master | ytti | |
Fix small typo in README. | |||
2016-04-29 | Fix small typo in README. | Andre Keller | |
2016-04-27 | Merge pull request #407 from TibshoOT/fix_single_repo_with_group_and_git | ytti | |
Fix exception when using git, groups, and single_repo method | |||
2016-04-27 | Fix exception when using git, groups, and single_repo method | TibshoOT | |
2016-04-26 | Merge pull request #406 from TibshoOT/update_doc_libssh | ytti | |
Update doc | |||
2016-04-26 | Update doc | TibshoOT | |
2016-04-25 | Merge pull request #402 from TibshoOT/ironware_uptime_bug | ytti | |
Patch for ironware 07.2.02kT3e3 version | |||
2016-04-25 | Patch for ironware 07.2.02kT3e3 version | TibshoOT | |
2016-04-12 | Merge pull request #390 from danilopopeye/fix-git-groups-docs | ytti | |
fix the docs for groups repositories | |||
2016-04-12 | fix the docs for groups repositories | Danilo Sousa | |