GitHub / tsmith/node-control / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 8afc2d12 | Final commit | Tom Smith <n****e@t****m> | about 1 year ago | |
| 6bd8a39a | Releases 0.2.3 | Tom Smith <n****e@t****m> | over 14 years ago | |
| 41153104 | Changes from deprecated sys/util.puts to console.log, adds Peter Lyons as con... | Tom Smith <n****e@t****m> | over 14 years ago | |
| a4f392a8 | merge Merge branch 'master' of https://github.com/focusaurus/node-control | Tom Smith <n****e@t****m> | over 14 years ago | |
| 463150d4 | Tweaks README and adds repository information to packages.json. | Tom Smith <n****e@t****m> | over 14 years ago | |
| 9ae5d598 | Node v0.6 compatibility. Use util module instead of sys. | Peter Lyons <p****e@p****m> | over 14 years ago | |
| d00cd074 | Fixes user name in QUICK EXAMPLE text. | Tom Smith <n****e@t****m> | about 15 years ago | |
| 12fb922a | Fixes login names in quick example output to correspond with config. | Tom Smith <n****e@t****m> | about 15 years ago | |
| 28bbbb8e | Releases 0.2.2 | Tom Smith <n****e@t****m> | about 15 years ago | |
| 639edb54 | Improves logging to create new fs.WriteStream only on controller logPath change | Tom Smith <n****e@t****m> | about 15 years ago | |
| 79690a58 | Adds David Pratt to new CONTRIBUTORS section. | Tom Smith <n****e@t****m> | about 15 years ago | |
| 3f971bfc | Releases 0.2.1 | Tom Smith <n****e@t****m> | about 15 years ago | |
| e3153696 | Adds custom listeners to stderr and stdout of scp() and ssh(), stdin to conto... | Tom Smith <n****e@t****m> | about 15 years ago | |
| 95f939b6 | Releases 0.2.0 | Tom Smith <n****e@t****m> | about 15 years ago | |
| 6f4384ec | Changes next release version in CHANGELOG. | Tom Smith <n****e@t****m> | about 15 years ago | |
| dd83fde4 | Changes hosts objects to prototype-based controller objects implementation, s... | Tom Smith <n****e@t****m> | about 15 years ago | |
| 7e5c8c6d | Releases 0.1.9 | Tom Smith <n****e@t****m> | about 15 years ago | |
| a7607b36 | Documents and adds example of hosts() usage without tasks system. | Tom Smith <n****e@t****m> | about 15 years ago | |
| e48ee0ce | Initializes scpOptions as array if not configured so later logic can assume a... | Tom Smith <n****e@t****m> | about 15 years ago | |
| f6e818a1 | Releases 0.1.8 | Tom Smith <n****e@t****m> | about 15 years ago | |
| 01a79bac | Adds exit callbacks, scpOptions, config task command line arguments rewriting... | Tom Smith <n****e@t****m> | about 15 years ago | |
| f15191a5 | Releases 0.1.7 | Tom Smith <n****e@t****m> | about 16 years ago | |
| b351f6f4 | Adds host.logMask masking of portions of command from console and log file. | Tom Smith <n****e@t****m> | about 16 years ago | |
| f5be12a8 | Releases 0.1.6 | Tom Smith <n****e@t****m> | about 16 years ago | |
| 3e675640 | Removes undocumented host() method for setting up a single host from config a... | Tom Smith <n****e@t****m> | about 16 years ago | |
| 4989dd0d | Documents and adjusts implementation of sshOptions. | Tom Smith <n****e@t****m> | about 16 years ago | |
| 745a6eac | Removes unnecessary if check in timestamp module. | Tom Smith <n****e@t****m> | about 16 years ago | |
| a56a716d | Releases 0.1.5 | Tom Smith <n****e@t****m> | about 16 years ago | |
| 696af75b | Tweaks in README to recommend including config task when calling list task in... | Tom Smith <n****e@t****m> | about 16 years ago | |
| 43fc5208 | Removes console logging and shifts command logging to take place before subpr... |
Tom Smith <n****e@t****m>
Committed by: Tom Smith <t****h@w****m> |
about 16 years ago | |
| 782f8be4 | Updates package version | Tom Smith <t****h@w****m> | about 16 years ago | |
| 99833adb | Modifies CHANGELOG for 0.1.4 | Tom Smith <t****h@w****m> | about 16 years ago | |
| 631ad686 | Adds changelog. | Tom Smith <t****h@w****m> | about 16 years ago | |
| be691892 | Makes minor tweaks and fixes to README | Tom Smith <t****h@w****m> | about 16 years ago | |
| dc249be1 | Tightens permissions on log file so readable only to control user locally | Tom Smith <t****h@w****m> | about 16 years ago | |
| e1ca0b91 | Adds sshOptions array to hosts objects and changes process variable name to a... | Tom Smith <t****h@w****m> | about 16 years ago | |
| b9753c45 | Updates example output to match revised ssh command logging line format. | Tom Smith <t****h@w****m> | about 16 years ago | |
| a5af584d | Updates package version to 0.1.3. | Tom Smith <t****h@w****m> | about 16 years ago | |
| 10da4504 | Refactors for loop usage and other small items. | Tom Smith <t****h@w****m> | about 16 years ago | |
| 4cb968f3 | Updates module structure to increase conformity with CommonJS Packages/1.1 re... | Tom Smith <t****h@w****m> | about 16 years ago | |
| f7e7369b | Updates npm version. | Tom Smith <t****h@w****m> | about 16 years ago | |
| f54389f3 | Removes unecessary sys require | Tom Smith <t****h@w****m> | about 16 years ago | |
| 97b88d1c | Simplifies error messages, makes logging more consistent, and improves host o... | Tom Smith <t****h@w****m> | about 16 years ago | |
| dfb42a52 | Correct typo | Tom Smith <t****h@w****m> | about 16 years ago | |
| 593b4ff9 | Fixes README deployment example to use sh precursor so cd is properly execute... | Tom Smith <t****h@w****m> | about 16 years ago | |
| 40615c1d | Updates README with npm availability. | Tom Smith <t****h@w****m> | about 16 years ago | |
| a8ff3a72 | Adds module packaging for npm. | Tom Smith <t****h@w****m> | about 16 years ago | |
| f37cc365 | Fixes missing semicolon and date stamp. | Tom Smith <t****h@w****m> | about 16 years ago | |
| c70b10c5 | Fixes export of host() method. | Tom Smith <t****h@w****m> | about 16 years ago | |
| 21f7f115 | Initial commit. | Tom Smith <t****h@w****m> | about 16 years ago |