| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-20 | include lightdm module (and formatting) | Joey Hess | |
| 2015-08-20 | layout | Joey Hess | |
| 2015-08-20 | ConfFile.containsIniPair property | Sean Whitton | |
| plus scaffolding for other generic conf file properties (cherry picked from commit 86b077b7a21efd5484dfaeee3c31fc5f3c151f6c) | |||
| 2015-08-14 | prep release | Joey Hess | |
| 2015-07-30 | prep release | Joey Hess | |
| 2015-07-10 | hackage tells me I need cabal-version: >= 1.8 due to build-depends versioning | Joey Hess | |
| 2015-07-10 | prep release | Joey Hess | |
| 2015-06-30 | Version dependency on exceptions. | Joey Hess | |
| 2015-06-09 | prep release | Joey Hess | |
| 2015-06-01 | add Bound | Joey Hess | |
| 2015-05-18 | refactor | Joey Hess | |
| 2015-05-10 | disable ghc 7.10's obnoxious warning about tabs for indentation | Joey Hess | |
| 2015-05-10 | disable ghc 7.10's obnoxious warnings about every line using tab to indent | Joey Hess | |
| 2015-05-06 | prep release | Joey Hess | |
| 2015-04-29 | propellor spin | Joey Hess | |
| 2015-04-22 | prep release | Joey Hess | |
| 2015-03-12 | prep | Joey Hess | |
| 2015-02-28 | Propellor now builds itself without needing the Makefile. | Joey Hess | |
| 2015-02-27 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-01-25 | version | Joey Hess | |
| 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-21 | reorg | Joey Hess | |
| 2015-01-21 | Added journald configuration properties. | Joey Hess | |
| 2015-01-19 | split out types to improve haddock for Propellor.Types | Joey Hess | |
| 2015-01-19 | rename HostLike to PropAccum | Joey 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-15 | prep release | Joey Hess | |
| 2015-01-04 | prep | Joey Hess | |
| 2015-01-04 | sshPubKey is renamed to Ssh.pubKey | Joey Hess | |
| 2015-01-03 | add DnsSec module | Joey Hess | |
| 2014-12-27 | change repo url | Joey Hess | |
| 2014-12-21 | prep release | Joey Hess | |
| 2014-12-17 | prep release | Joey Hess | |
| 2014-12-09 | remove propelor.1 from the cabal file | Joey Hess | |
| This file is now generated by building the package. | |||
| 2014-12-09 | Include Propellor.Property.OS, which was accidentially left out of the cabal ↵ | Joey Hess | |
| file in the last release. | |||
| 2014-12-08 | changelog | 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-04 | more work on OS takeover | Joey Hess | |
| 2014-11-23 | hasSomePassword and hasPassword now default to using the name of the host as ↵ | Joey Hess | |
| the Context for the password. To specify a different context, use hasSomePassword' and hasPassword' (API change) | |||
| 2014-11-23 | Group properties | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-22 | propellor spin | Joey Hess | |
| 2014-11-22 | reorg | Joey Hess | |
| 2014-11-21 | email update | Joey Hess | |
| 2014-11-21 | split out info types | Joey Hess | |
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-20 | incomplete systemd container support | Joey Hess | |
| 2014-11-20 | propellor spin | Joey Hess | |
| 2014-11-20 | starting work on a Chroot module | Joey Hess | |
| factored out info up-propigation code rom Docker | |||
| 2014-11-20 | fix docker container provisioning | Joey Hess | |
| Since the containers are no longer on the host list, they were not found while provisioning, oops. To fix, had to add to a host's info a map of the containers docked to it. Unfortunately, that required Propellor.Types.Info be glommed into Propellor.Types, since it needed to refer to Host. | |||
| 2014-11-19 | Added support for using debootstrap from propellor. | Joey Hess | |
| Most of the hard part was making it be able to install debootstrap from source, for use on non-debian-derived systems. | |||
