| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Unify the apply arguments into a `Transaction` record type. | Owen Jacobson | 2024-07-30 |
| | | |||
| * | Replace `hashable` with a more to-purpose wrapper type. | Owen Jacobson | 2024-07-30 |
| | | |||
| * | Reduce unused generality | Owen Jacobson | 2024-07-30 |
| | | |||
| * | Stop converting a vec into a vec needlessly during dry-run | Owen Jacobson | 2024-07-24 |
| | | |||
| * | Upgrade AWS libraries. | Owen Jacobson | 2024-07-24 |
| | | | | | This comes with some substantial removals, because the AWS libs no longer treat every last field as optional when it's inappropriate to do so. Hooray! | ||
| * | Retire the `result` module. | Owen Jacobson | 2024-07-23 |
| | | | | | It didn't add much to have our own Result definition, over using `anyhow::Result` directly. | ||
| * | Refactor the internals of the live apply method. | Owen Jacobson | 2023-11-01 |
| | | | | | Using iterator combinators here feels like it's more in line with how I think about the problem. | ||
| * | CLI tool for updating Route53 DNS for an ASG. | Owen Jacobson | 2023-10-17 |
