0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed ShellManager::Portable#suitability to exclude missing methods More... about 18 years ago
Added PlatformManager::Gentoo More... about 18 years ago
Added PlatformManager::Windows. More... about 18 years ago
Rewrote specs to run on Windows, which is missing most features. More... about 18 years ago
Added ShellManager methods to query if the platform provides mode, ownership, symlinks and hard links. More... about 18 years ago
Reworked Plugin::Manager#instantiate_drivers to #allocate classes before running #setup. This eliminates a problem where classes use #available? during #setup and try to query plugins that haven't been instantiated yet. More... about 18 years ago
Rewrote Plugin::Driver#available? and #_raise_unless_available so they generate a human-friendly list of missing dependencies, e.g. 'Missing dependencies -- programs: gem' More... about 18 years ago
Reworked setup methods that rely on things to check #available? More... about 18 years ago
Removed require for 'expect' and 'pty', which aren't universally available, and moved these to only the places that use them. More... about 18 years ago
Replaced overridden 'available?' methods with 'depends_on :nothing'. The old way was breaking subclasses that needed the Plugin::Driver#available? dependency checker. More... about 18 years ago
Changed AccountManager::Linux so that 'nscd' checks are done as needed, rather than during setup More... about 18 years ago
Added Rake task 'now' to print RFC-822 date for use in CHANGES More... about 18 years ago
Added CHANGES.txt More... about 18 years ago
Changed Plugin::Manager#dispatch_to to allow String-based :with option, previous this had to be a Symbol, now the String is converted to a Symbol automatically More... about 18 years ago
Removed tag hack More... about 18 years ago
Added tag hack for changeset 6124217ec5fe More... about 18 years ago
Removed tag hack More... about 18 years ago
Removed tag hack More... about 18 years ago
Removed tag hack More... about 18 years ago
Added note aboute screencaps to tutorial More... about 18 years ago
Removed INSTALL.txt More... about 18 years ago
Added return value to bin/automateit. Renamed CLI.new to CLI.run so I can get a return value. More... about 18 years ago
Added license More... about 18 years ago
Added exit value More... about 18 years ago
Renamed get_started to tutorial More... about 18 years ago
Moved USAGE to TUTORIAL, plus some text tweaks. More... about 18 years ago
Reworked AccountManager::Portable#users_to_groups so that it could skip past invalid user groups and print warnings when it does so. More... about 18 years ago
Fixed bug in AddressManager::Portable#hostnames, which didn't include the hostname because it depended on it providing an alias for it -- now result includes aliases and the hostname. Fixed bug in #addresses which didn't include '127.0.0.1' on systems that don't have an /etc/host entry tying the machine's real hostname with this address. More... about 18 years ago
Minor text twak More... about 18 years ago
Added logic to generate a get_started link More... about 18 years ago