summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-04-01commentJoey Hess
2015-04-01(no commit message)gueux
2015-03-30followuJoey Hess
2015-03-30commentJoey Hess
2015-03-27Added a comment: finally got it workinghttps://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-22Merge branch 'joeyconfig'Joey Hess
2015-03-22typoJoey Hess
2015-03-22Merge branch 'joeyconfig'Joey Hess
2015-03-22noteJoey Hess
2015-03-22Merge branch 'joeyconfig'Joey Hess
2015-03-22headersJoey Hess
2015-03-22Merge branch 'joeyconfig'Joey Hess
2015-03-22headersJoey Hess
2015-03-22Merge branch 'joeyconfig'Joey Hess
2015-03-22simplify setup process for minimal config modeJoey 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-12add news item for propellor 2.2.1Joey Hess
2015-03-10Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI
2015-03-09add news item for propellor 2.2.0Joey Hess
2015-03-09responseJoey Hess
2015-03-09Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2015-03-09Merge branch 'joeyconfig'Joey Hess
2015-03-08Added a comment: Propellor 2.2.0 not on hackagehttps://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI
2015-03-05Added a comment: You rocks!https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI
2015-02-28simplifyJoey Hess
2015-02-28closeJoey Hess
2015-02-28Merge branch 'joeyconfig'Joey Hess
2015-02-28add components pageJoey Hess
2015-02-28commentJoey Hess
2015-02-28commentJoey Hess
2015-02-28(no commit message)https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI
2015-02-12add news item for propellor 2.1.0Joey Hess
2015-02-12Merge branch 'joeyconfig'Joey Hess
2015-02-12update for cron changeJoey Hess
2015-02-12fixedJoey Hess
2015-02-11Added more informationweinzwang
2015-02-11Bug report for Property.Ssh.AuthorizedKeyweinzwang
2015-01-25add news item for propellor 2.0.0Joey Hess
2015-01-25Merge branch 'joeyconfig'Joey Hess
2015-01-25updateJoey Hess
2015-01-25Merge branch 'joeyconfig'Joey Hess
2015-01-25remove idea about moving into GADTJoey Hess
2015-01-25update; SimpleSh was removedJoey Hess
2015-01-25Merge branch 'joeyconfig'Joey Hess
Conflicts: doc/todo/info_propigation_out_of_nested_properties.mdwn privdata.joey/privdata.gpg
2015-01-25propellor spinJoey Hess
2015-01-25propellor spinJoey Hess
2015-01-25remove toSimplePropJoey 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.