summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-19avoid haddock warningsJoey Hess
2015-01-19rename HostLike to PropAccumJoey Hess
This is more general; it doesn't need to contain a Host. It would, for example, be possible to make Property itself be an instance of PropAccum.
2015-01-18propellor spinJoey Hess
2015-01-18propellor spinJoey Hess
2015-01-18Property treeJoey Hess
Properties now form a tree, instead of the flat list used before. This simplifies propigation of Info from the Properties used inside a container to the outer host; the Property that docks the container on the host can just have as child properties all the inner Properties, and their Info can then be gathered recursively. (Although in practice it still needs to be filtered, since not all Info should propigate out of a container.) Note that there is no change to how Properties are actually satisfied. Just because a Property lists some child properties, this does not mean they always have their propertySatisfy actions run. It's still up to the parent property to run those actions. That's necessary so that a container's properties can be satisfied inside it, not outside. It also allows property combinators to add the combined Properties to their childProperties list, even if, like onChange, they don't always run the child properties at all. Testing: I tested that the exact same Info is calculated before and after this change, for every Host in my config file.
2015-01-15propellor spinJoey Hess
2015-01-15ascii art updateJoey Hess
2015-01-15Add descriptions of how to set missing fields to --list-fields output. ↵Joey Hess
(Minor API changes)
2015-01-15typo; columns vs rowsJoey Hess
No behavior change
2015-01-15avoid unncessary padding on last column in tableJoey Hess
2015-01-15propellor spinJoey Hess
2015-01-15propellor spinJoey Hess
2015-01-15prep releaseJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08make both lines pastable togetherJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08changelogJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-06Merge Utiity modules from git-annex.Joey Hess
Except for a few that are using the other exception handling library, that propellor has not switched to yet.
2015-01-06refactor dns settings!Joey Hess
2015-01-06add update-server-info, so the repo has all current branches published over httpJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-05propellor spinJoey Hess
2015-01-05propellor spinJoey Hess
2015-01-05improve protocol debuggingJoey Hess
2015-01-05propellor spinJoey Hess
2015-01-04propellor spinJoey Hess
2015-01-04SSHFP records are also generated for CNAMES of hosts.Joey Hess