summaryrefslogtreecommitdiff
path: root/doc/todo
AgeCommit message (Collapse)Author
2019-07-02closeJoey Hess
2019-07-02Revert "Revert "custom type error messages""Joey Hess
This reverts commit 665ea0d3d9e1b0e90278fd659dee0ef8642030da.
2019-07-02point to branchJoey Hess
2019-07-02Revert "custom type error messages"Joey Hess
This reverts commits 14f6ae30809d8bbdb10b91cc59757e865a365df8 de21ef26861db458b0dfb0212cf501f9f8ed459b e20662e6a8881db55394a6366be17ca4e509bc2a Until this bug is resolved, these custom error types hide more basic errors. https://gitlab.haskell.org/ghc/ghc/issues/16894
2019-07-01custom type error messagesJoey Hess
* Avoid displaying an excessive amount of type error messages when many properties have been combined in a props list. * Added custom type error messages when Properties don't combine due to conflicting metatypes. * Added custom type error messages for ensureProperty and tightenTargets. * ensureProperty: The constraints have been simplified to EnsurePropertyAllowed. (API change) * ensureProperty: The contraints have been simplified to TightenTargetsAllowed. (API change) * CheckCombinable generates a Bool. (API change) This commit was sponsored by Jake Vosloo on Patreon.
2019-07-01Merge branch 'master' into joeyconfigJoey Hess
2019-07-01type-errors libraryJoey Hess
2019-05-29(no commit message)david
2019-05-18post TODOspwhitton
2019-04-18Added a comment: patches submittedspwhitton
2019-04-16Added a commentNicolas.Schodet
2019-04-16Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet exist.Joey Hess
* Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet exist. * Ssh.userKeyAt: When a relative filepath is provided, it's put inside the user's .ssh directory.
2019-04-14creating Ssh.userKeyAt should create the .ssh directoryNicolas.Schodet
2019-04-11Added a comment: Tested Hostname in a systemd containerNicolas.Schodet
2019-04-08change from inChroot to granular container capabilities infoJoey Hess
* Removed inChroot, instead use hasContainerCapability FilesystemContained. (API change) * Hostname: Properties that used to not do anything in a systemd or docker container will now change the container's hostname, since it's namespaced. More container capabilities can easily be added later, to fine grain control what properties will run in different kinds of containers. This changed CmdLine's Read instance, which should be ok, because propellor inside the container is always updated at the same time as propellor outside, so when it chains into the chroot, it will know to expect the capability list. Docker was not setting InChroot before, but now sets both container capabilities, so chroot setting will also work in it. Note that, things that used to check inChroot before would not work in docker, but things that check FilesystemContained now will. It may be that some of those properties don't really work properly in docker. And, Grub.installed used to run grub-mkconfig in a docker container before, I doubt that made sense (was it even safe?); it doesn't do it now. This commit was sponsored by Trenton Cronholm on Patreon.
2019-04-07Hostname is not set in a systemd containerNicolas.Schodet
2019-04-01Added a comment: Patch series submittedspwhitton
2019-04-01Sbuild.built no longer includes Apt.stdSourcesList by default, in order to ↵Joey Hess
support non-Debian OS's. (API change) To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built calls which have osDebian. Thanks, Sean Whitton
2019-03-29Added a comment: patch submittedspwhitton
2019-03-29report bugspwhitton
2019-03-18Added a commentspwhitton
2019-03-17ideaJoey Hess
2019-03-16Added a comment: Works on my machine ;)david
2019-03-06patchJoey Hess
2019-03-06Added a commentspwhitton
2019-03-06commentJoey Hess
2019-03-03(no commit message)david
2018-12-08commentJoey Hess
2018-12-07typosspwhitton
2018-12-07post todospwhitton
2018-12-04libghc-stm-dev package won't be in new versions of debianJoey Hess
In Bootstrap, still try to install the package to support bootstrapping to old systems. If it's not available the bootstrapping will still succeed. The added apt-cache check is only to avoid apt complaining when asked to install a not available package. In debian/control, depend on ghc that includes stm, although propellor still supports being used with older versions of ghc Of course this control file is not being used for the package in debian any longer afaik, so something else will be done there.
2018-12-03don't imply that stm is out of buster altogether!spwhitton
2018-12-03post bugspwhitton
2018-11-11merged libvirtJoey Hess
2018-11-10Added a commentspwhitton
2018-11-10Added a commentspwhitton
2018-11-06code reviewJoey Hess
2018-11-06Added a commentspwhitton
2018-11-05feedbackJoey Hess
2018-11-04Added a comment: New design: requesting feedbackspwhitton
2018-11-04Added a comment: creating the libvirt VMspwhitton
2018-10-14Added a comment: insufficient magicdavid
2018-10-13commentJoey Hess
2018-10-13Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2018-10-13commentJoey Hess
2018-10-13Added a comment: qcow and raw imgsdavid
2018-09-17commentJoey Hess
2018-09-14todoJoey Hess
2018-09-01create new bugspwhitton
2018-08-26commentJoey Hess