| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-01 | Apt: hlint fixes | Félix Sipma | |
| (cherry picked from commit 3682285c696ff24169f2bdaad6fbbea6a561b560) | |||
| 2016-03-01 | Apt: fix typo | Félix Sipma | |
| (cherry picked from commit 0e076fbfaa4d57f8d665436243d20bb9e28cbebc) | |||
| 2016-02-29 | run dpkg --configure with non-interactive env | Joey Hess | |
| 2016-02-29 | forgot to build; fix | Joey Hess | |
| 2016-02-29 | apt upgrade improvements | Joey Hess | |
| * Apt.upgrade: Run dpkg --configure -a first, to recover from interrupted upgrades. * Apt: Add safeupgrade. | |||
| 2016-02-26 | Removed Ssh.unauthorizedKey and made Ssh.authorizedKey revertable. (API change) | Joey Hess | |
| 2016-02-26 | Ssh.authorizedKey: Fix bug preventing it from working when the ↵ | Joey Hess | |
| authorized_keys file does not yet exist. | |||
| 2016-02-25 | FooBuntu -> Buntish | Joey Hess | |
| Seems that Canonical have trademarked numerous words ending in "buntu", and would like to trademark anything ending in that to the extent their lawyers can make that happen. | |||
| 2016-02-25 | add FromTarget class | Félix Sipma | |
| (cherry picked from commit 226bf3e8230037ad2de38760c962033ab6c64d9f) | |||
| 2016-02-25 | Firewall: export fromIPWithMask | Félix Sipma | |
| (cherry picked from commit 57f7d81f1124fa5c56a593b9d5de6448155a938e) | |||
| 2016-02-25 | Firewall: add Table (api change) | Félix Sipma | |
| (cherry picked from commit 202f9c282ee34897461dc56a79e607244c94cd99) | |||
| 2016-02-25 | Firewall: add CustomTarget | Félix Sipma | |
| (cherry picked from commit ecff879cfeacfbff00649f4a3b9dd19eaefe134f) | |||
| 2016-02-25 | Firewall: minor hlint fixes | Félix Sipma | |
| (cherry picked from commit d4653a2c4683ff3eeb4decbb3c61bb9e9cef2c64) | |||
| 2016-02-25 | Firewall: add Source/Destination Rules | Félix Sipma | |
| (cherry picked from commit 34ee25d51b502af8da81c7b0701ac02cf1f43c1e) | |||
| 2016-02-25 | Firewall: add InIFace/OutIFace Rules | Félix Sipma | |
| (cherry picked from commit 717e693b2ad0bf39865ef28952f37670e70d8582) | |||
| 2016-02-19 | trademark nonsense | Joey Hess | |
| Removed references to *buntu from code and documentation because of an unfortunate trademark use policy. http://joeyh.name/blog/entry/trademark_nonsense/ That included changing a data constructor to "FooBuntu", an API change. | |||
| 2016-02-19 | Obnam: Only let one backup job run at a time when a host has multiple ↵ | Joey Hess | |
| different backup properties, to avoid concurrent jobs fighting over scarce resources (particularly memory). Other jobs block on a lock file. | |||
| 2016-02-08 | Allow using combineProperties and propertyList with lists of RevertableProperty. | Joey Hess | |
| 2016-02-07 | wording | Joey Hess | |
| 2016-02-07 | property is revertable | Joey Hess | |
| 2016-02-07 | rethought how letsencrypt cert change is handled | Joey Hess | |
| Simply use onChange to let any other property by run after letsencrypt gets/renews the cert. Much simpler and allows for revertable properties too! | |||
| 2016-02-07 | propellor spin | Joey Hess | |
| 2016-02-07 | typo | Joey Hess | |
| 2016-02-07 | propellor spin | Joey Hess | |
| 2016-02-07 | fix warning | Joey Hess | |
| 2016-02-07 | temporarily revert using letsencrypt | Joey Hess | |
| It's currently not letting me make a cert for kitenet.net as I made too many during testing. | |||
| 2016-02-07 | propellor spin | Joey Hess | |
| 2016-02-07 | propellor spin | Joey Hess | |
| 2016-02-07 | letsencrypt | Joey Hess | |
| * Added Propellor.Property.LetsEncrypt * Apache.httpsVirtualHost: New property, setting up a https vhost with the certificate automatically obtained using letsencrypt. | |||
| 2016-02-07 | force-lock fails when repo doesn't exist, so don't && it | Joey Hess | |
| 2016-02-07 | Delete /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist when ↵ | Joey Hess | |
| unattended-upgrades is installed, to work around #812380 which results in many warnings from apt, including in cron mails. | |||
| 2016-02-06 | Obnam: To cause old generations to be forgotten, keepParam can be passed to ↵ | Joey Hess | |
| a backup property; this causes obnam forget to be run. | |||
| 2016-02-02 | Fix (->-) signature in Propellor.Types.Container | Leonardo Taglialegne | |
| 2016-01-22 | reword | Joey Hess | |
| 2016-01-22 | more text | Joey Hess | |
| 2016-01-12 | add missing Control.Applicative imports for old ghc | Joey Hess | |
| 2016-01-05 | improve doc | Joey Hess | |
| 2016-01-05 | Git.bareRepoDefaultBranch property | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit e17fda60d307cbdde1a1735b379fa5b19e5dbe4a) | |||
| 2016-01-03 | refactor into smaller modules to untangle git and gpg modules | Joey Hess | |
| 2016-01-03 | Gpg: use gpg.program from git config | Félix Sipma | |
| (cherry picked from commit dd572a741f1ca4bce8f984c350d9045d979f1813) | |||
| 2016-01-03 | Add Munin module. | Jelmer Vernooij | |
| Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk> | |||
| 2016-01-03 | Fix typo: indidate -> indicate. | Jelmer Vernooij | |
| 2016-01-02 | clean cache on autobuilders | Joey Hess | |
| 2015-12-31 | actually parse service lines | Joey Hess | |
| So whitespace etc changes don't matter | |||
| 2015-12-31 | propellor spin | Joey Hess | |
| 2015-12-31 | inet services cannot be private; adjust type | Joey Hess | |
| 2015-12-31 | propellor spin | Joey Hess | |
| 2015-12-31 | Postfix: Add service property to enable/disable services in master.cf. | Joey Hess | |
| 2015-12-31 | spin --via: Avoid committing on relay host. | Joey Hess | |
| 2015-12-30 | Bootstrap apt-get installs run with deconf noninteractive frontend. | Joey Hess | |
| Debconf was prompting because installing git needed a new libc, which prompts for service restarts.. | |||
