| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-21 | Revert ensureProperty warning message, too many false positives in places ↵ | Joey Hess | |
| where Info is correctly propigated. Better approach needed. | |||
| 2014-12-21 | propellor spin | Joey Hess | |
| 2014-12-07 | Display a warning when ensureProperty is used on a property which has Info ↵ | Joey Hess | |
| and is so prevented from propigating it. Would much rather a type-based fixed, but this is all I have for now. | |||
| 2014-12-07 | docuemnt info propigtion problem | Joey Hess | |
| 2014-12-06 | Reboot.atEnd | Joey Hess | |
| 2014-12-06 | endAction can be used to register an action to run once propellor has ↵ | Joey Hess | |
| successfully run on a host. | |||
| 2014-11-27 | added more debugging | Joey Hess | |
| 2014-11-27 | propellor spin | Joey Hess | |
| 2014-11-22 | propellor spin | Joey Hess | |
| 2014-11-21 | avoid setting title when not at console | Joey Hess | |
| 2014-11-21 | show last line if it cannot be parsed as a serialized Result | Joey Hess | |
| 2014-11-20 | propellor spin | Joey Hess | |
| 2014-11-20 | propellor spin | Joey Hess | |
| 2014-11-19 | prevent multiple concurrent provisioning inside docker container | Joey Hess | |
| Lock a lock file while provisioning inside, otherwise propellor could be running to init the container when the system has just booted, or the container was just started from being stopped, and at the same time, propellor run outside the container chains into it to provision. Previously, simplesh prevented this in a different way. | |||
| 2014-07-23 | propellor spin | Joey Hess | |
| 2014-07-23 | propellor spin | Joey Hess | |
| 2014-07-23 | propellor spin | Joey Hess | |
| 2014-06-09 | Attr is renamed to Info. | Joey Hess | |
| 2014-05-31 | simplified record accessors | Joey Hess | |
| 2014-05-31 | got rid of the Attr -> Attr SetAttr hack, and use monoids for Attr | Joey Hess | |
| The SetAttr hack used to be needed because the hostname was part of the Attr, and was required to be present. Now that it's moved to Host, let's get rid of that, since it tended to waste CPU. | |||
| 2014-05-31 | propellor spin | Joey Hess | |
| 2014-05-31 | propellor spin | Joey Hess | |
| 2014-05-31 | remove now redundant _hostname field of Attr | Joey Hess | |
| Now that Host includes _hostName, it's redundant to also keep it in Attr. This requires changing the reader monad to operate on the whole Host. | |||
| 2014-05-14 | moved source code to src | Joey Hess | |
| This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work. | |||
