| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-18 | fix typo: propigate → propagate | Felix Gruber | |
| 2015-10-16 | Added --unset-unused | Joey Hess | |
| 2015-10-16 | update docs to match current file format | Joey Hess | |
| 2015-10-10 | tighten focus of Propellor module, adding Propellor.Base for all the exports | Joey Hess | |
| 2015-09-23 | typo | Joey Hess | |
| 2015-09-08 | typo | Joey Hess | |
| 2015-09-03 | fix link to work in hackage | Joey Hess | |
| 2015-06-29 | Added --unset to delete a privdata field. | Joey Hess | |
| 2015-04-25 | update example | Joey Hess | |
| 2015-04-22 | update | Joey Hess | |
| 2015-04-22 | update | Joey Hess | |
| 2015-04-22 | too | Joey Hess | |
| 2015-04-22 | API change: Added User and Group newtypes, and Properties that used to use ↵ | Joey Hess | |
| the type UserName = String were changed to use them. Note that UserName is kept and PrivData still uses it in its sum type. This is to avoid breaking PrivData serialization. | |||
| 2015-04-02 | Make propellor resistent to changes to shared libraries, such as libffi | Joey Hess | |
| * Make propellor resistent to changes to shared libraries, such as libffi, which might render the propellor binary unable to run. This is dealt with by checking the binary both when running propellor on a remote host, and by Cron.runPropellor. If the binary doesn't work, it will be rebuilt. * Note that since a new switch had to be added to allow testing the binary, upgrading to this version will cause a rebuild from scratch of propellor. | |||
| 2015-03-22 | typo | Joey Hess | |
| 2015-03-22 | note | Joey Hess | |
| 2015-03-22 | headers | Joey Hess | |
| 2015-03-22 | headers | Joey Hess | |
| 2015-03-22 | simplify setup process for minimal config mode | Joey Hess | |
| Allow cloning a branch. Updated wrapper to check for propellor.cabal and not try to update if it's not present, to handle this case. | |||
| 2015-02-28 | simplify | Joey Hess | |
| 2015-02-28 | add components page | Joey Hess | |
| 2015-02-12 | update for cron change | Joey Hess | |
| 2015-01-25 | update | Joey Hess | |
| 2015-01-25 | remove idea about moving into GADT | Joey Hess | |
| 2015-01-25 | propellor spin | Joey Hess | |
| 2015-01-25 | propellor spin | Joey Hess | |
| 2015-01-25 | remove toSimpleProp | Joey Hess | |
| It didn't do what I thought it did with a RevertableProperty; it always returned Nothing because even if the input properties to <!> are NoInfo, it casts them to HasInfo. Even if it had worked, it lost type safety. Better to export the Property NoInfo that is used in a RevertableProperty, so it can be used directly. | |||
| 2015-01-24 | GADT properties seem to work (untested) | Joey Hess | |
| * Property has been converted to a GADT, and will be Property NoInfo or Property HasInfo. This was done to make sure that ensureProperty is only used on properties that do not have Info. Transition guide: - Change all "Property" to "Property NoInfo" or "Property WithInfo" (The compiler can tell you if you got it wrong!) - To construct a RevertableProperty, it is useful to use the new (<!>) operator - Constructing a list of properties can be problimatic, since Property NoInto and Property WithInfo are different types and cannot appear in the same list. To deal with this, "props" has been added, and can built up a list of properties of different types, using the same (&) and (!) operators that are used to build up a host's properties. | |||
| 2015-01-04 | close | Joey Hess | |
| 2015-01-01 | update docs | Joey Hess | |
| 2015-01-01 | noticed a minor bug | Joey Hess | |
| 2014-12-26 | layout | Joey Hess | |
| 2014-12-15 | comment | Joey Hess | |
| 2014-12-07 | fix cron example | Joey Hess | |
| 2014-12-06 | update | Joey Hess | |
| 2014-12-06 | remove done part | Joey Hess | |
| 2014-12-03 | links | Joey Hess | |
| 2014-12-03 | add posts page | Joey Hess | |
| 2014-12-03 | move news to better page | Joey Hess | |
| 2014-11-25 | propellor.debug can be set in the git config to enable more persistent ↵ | Joey Hess | |
| debugging output. | |||
| 2014-11-25 | update | Joey Hess | |
| 2014-11-23 | add --merge | Joey Hess | |
| 2014-11-23 | --spin can be passed multiple hosts, and it will provision each host in turn. | Joey Hess | |
| Note that if it fails to spin a host, it will stop. I think this is better than continuing to the next, because there might be a reason to spin hosts in some specific order (ie, update dns first and then use it). | |||
| 2014-11-22 | update | Joey Hess | |
| 2014-11-22 | --via implemented | Joey Hess | |
| 2014-11-22 | add | Joey Hess | |
| 2014-11-22 | mdwn man page and more complete docs | Joey Hess | |
| 2014-11-21 | link title | Joey Hess | |
| 2014-11-21 | reorg | Joey Hess | |
| 2014-11-21 | reorg | Joey Hess | |
