summaryrefslogtreecommitdiff
path: root/doc/todo
AgeCommit message (Collapse)Author
2020-08-14updateJoey Hess
2020-08-14merged nicolas/borg-fixesJoey Hess
2020-08-10Added a comment: Branch updatedNicolas.Schodet
2020-08-01Added a commentNicolas.Schodet
2020-07-31Merge branch 'joeyconfig'Joey Hess
2020-07-31commentJoey Hess
2020-07-27Please pull Borg fixNicolas.Schodet
2020-06-18todoJoey Hess
2020-06-17commentJoey Hess
2020-06-17Merge branch 'joeyconfig'Joey Hess
2020-06-10yay, back on track to fix this in um ... 3 yearsJoey Hess
2020-06-10moreJoey Hess
2020-06-10mehJoey Hess
2020-06-10Revert "Added dependency on concurrent-output; removed embedded copy."Joey Hess
This reverts commit dbd3ba3400a3097498252097540ffe8075b00833. Still has the same problem as in 2018!
2020-06-10Added dependency on concurrent-output; removed embedded copy.Joey Hess
Trying again what failed in 2018 (commit 02eca2ae4cf51d8e83d94d8359e15ac053451109). I hope the problem was a broken old version of concurrent-output and that it will be ok now. This commit was sponsored by Denis Dzyubenko on Patreon.
2020-06-08report bugspwhitton
2020-05-16Added a comment: first attemptdavid
2020-05-16(no commit message)david
2019-11-27Added a commentbalu
2019-11-13closeJoey Hess
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