| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-30 | comment | Joey Hess | |
| 2015-03-27 | Added a comment: finally got it working | https://www.google.com/accounts/o8/id?id=AItOawm-czsfuWENKQ0GI8l0gnGTeF1JEli1mA0 | |
| 2015-03-27 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawm-czsfuWENKQ0GI8l0gnGTeF1JEli1mA0 | |
| 2015-03-27 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawm-czsfuWENKQ0GI8l0gnGTeF1JEli1mA0 | |
| 2015-03-27 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawm-czsfuWENKQ0GI8l0gnGTeF1JEli1mA0 | |
| 2015-03-27 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawm-czsfuWENKQ0GI8l0gnGTeF1JEli1mA0 | |
| 2015-03-22 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-03-22 | typo | Joey Hess | |
| 2015-03-22 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-03-22 | note | Joey Hess | |
| 2015-03-22 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-03-22 | headers | Joey Hess | |
| 2015-03-22 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-03-22 | headers | Joey Hess | |
| 2015-03-22 | Merge branch 'joeyconfig' | 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-03-12 | add news item for propellor 2.2.1 | Joey Hess | |
| 2015-03-10 | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI | |
| 2015-03-09 | add news item for propellor 2.2.0 | Joey Hess | |
| 2015-03-09 | response | Joey Hess | |
| 2015-03-09 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2015-03-09 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-03-08 | Added a comment: Propellor 2.2.0 not on hackage | https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI | |
| 2015-03-05 | Added a comment: You rocks! | https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI | |
| 2015-02-28 | simplify | Joey Hess | |
| 2015-02-28 | close | Joey Hess | |
| 2015-02-28 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-02-28 | add components page | Joey Hess | |
| 2015-02-28 | comment | Joey Hess | |
| 2015-02-28 | comment | Joey Hess | |
| 2015-02-28 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI | |
| 2015-02-12 | add news item for propellor 2.1.0 | Joey Hess | |
| 2015-02-12 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-02-12 | update for cron change | Joey Hess | |
| 2015-02-12 | fixed | Joey Hess | |
| 2015-02-11 | Added more information | weinzwang | |
| 2015-02-11 | Bug report for Property.Ssh.AuthorizedKey | weinzwang | |
| 2015-01-25 | add news item for propellor 2.0.0 | Joey Hess | |
| 2015-01-25 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-01-25 | update | Joey Hess | |
| 2015-01-25 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-01-25 | remove idea about moving into GADT | Joey Hess | |
| 2015-01-25 | update; SimpleSh was removed | Joey Hess | |
| 2015-01-25 | Merge branch 'joeyconfig' | Joey Hess | |
| Conflicts: doc/todo/info_propigation_out_of_nested_properties.mdwn privdata.joey/privdata.gpg | |||
| 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-24 | update | Joey Hess | |
| 2015-01-15 | add news item for propellor 1.3.2 | Joey Hess | |
