| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-22 | pute full path to bin/propellor inside shim | Joey Hess | |
| 2014-11-21 | split out info types | 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 | separate docker container type | Joey Hess | |
| Docker containers are now a separate data type, cannot be included in the main host list, and are instead passed to Docker.docked. (API change) | |||
| 2014-11-19 | improve display | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | prevent multiple concurrent provisioning inside docker container | Joey Hess | |
| Lock a lock file while provisioning inside, otherwise propellor could be running to init the container when the system has just booted, or the container was just started from being stopped, and at the same time, propellor run outside the container chains into it to provision. Previously, simplesh prevented this in a different way. | |||
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-18 | remove --docker; use Continue | Joey Hess | |
| And --chain was already not used. | |||
| 2014-11-18 | fix color display when running propellor inside docker | Joey Hess | |
| 2014-11-08 | Docker: Stop using docker.io; that was a compat symlink in the Debian ↵ | Joey Hess | |
| package which has been removed in docker.io 1.3.1~dfsg1-2. | |||
| 2014-10-23 | don't need RestartPolicy data type; simplify | Joey Hess | |
| 2014-10-23 | Fix loop when a docker host that does not exist was docked. | Joey Hess | |
| The problem is it fell back to looking for an alias for the bad hostname, but to get the aliases, it needs to know which hosts are docked where, so looped. | |||
| 2014-10-23 | Revert "Revert "Revert "propellor spin""" | Joey Hess | |
| This reverts commit 26bef2486d27b2cde6feda633c6a7509675a3fe5. | |||
| 2014-10-23 | Revert "Revert "propellor spin"" | Joey Hess | |
| This reverts commit 8d353813bf1e4d0c64f33cf2beed0938eeca92b4. | |||
| 2014-10-23 | Revert "propellor spin" | Joey Hess | |
| This reverts commit ac7b182b5a0f3711414757d05bb461385516e700. | |||
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | Revert "propellor spin" | Joey Hess | |
| This reverts commit 80f5b53f1b7fdc876d5e45df68c29f53bd9666b2. | |||
| 2014-10-23 | Revert "propellor spin" | Joey Hess | |
| This reverts commit 45ce3a5e8ccf90e357dbaf6e0152daa4de88b7fd. | |||
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | Revert "propellor spin" | Joey Hess | |
| This reverts commit 7637ea0af9ff4056cbdc16f25016785442d4b97e. | |||
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | bugfix | Joey Hess | |
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-10 | propellor spin | Joey Hess | |
| 2014-10-10 | Docker: Avoid committing container every time it's started up. | Joey Hess | |
| This was using a lot of disk space. Instead, start the container, and then use the running container to check if docker is running it with the right params. In the unlikely case that the params have changed, we still need to commit the container and restart it. The common case of eg a reboot no longer commits though. | |||
| 2014-10-10 | propellor spin | Joey Hess | |
| 2014-10-10 | propellor spin | Joey Hess | |
| 2014-10-08 | fix some accidental uses of spaces, rather than tabs, for indentation | Joey Hess | |
| 2014-09-18 | propellor spin | Joey Hess | |
| 2014-07-06 | wording | Joey Hess | |
| 2014-07-06 | propigate required privdata fields out from docker containers to the hosts ↵ | Joey Hess | |
| they're docked in | |||
| 2014-07-06 | propellor spin | Joey Hess | |
| 2014-06-09 | Attr is renamed to Info. | Joey Hess | |
| 2014-06-01 | propellor spin | Joey Hess | |
| 2014-06-01 | propellor spin | Joey Hess | |
| 2014-05-31 | split out DockerAttr | Joey Hess | |
| 2014-05-31 | docker haddock | Joey Hess | |
| 2014-05-31 | propellor spin | Joey Hess | |
| 2014-05-31 | simplify monoid instance with some helper types | Joey Hess | |
| 2014-05-31 | simplified record accessors | Joey Hess | |
