Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops
base: b743ad96dcf8
Choose a base ref
...
head repository: NixOS/nixops
compare: 9dd426aedbee
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 7, 2020

  1. Make get_typed_resource mypy checkable

    By taking a type argument and infering return type from that value
    adisbladis committed Jul 7, 2020
    Copy the full SHA
    34e62c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    99eb7b6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5818a18 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    88494fb View commit details
    Browse the repository at this point in the history
  5. Fix deadlock in resource destruction

    `_wait_for: List["ResourceState"] = []` Results in every instance
    sharing the same list, causing a resource to wait for itself before destruction.
    adisbladis committed Jul 7, 2020
    Copy the full SHA
    ffd2712 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1355 from adisbladis/nixops-aws-compat

    Nixops aws compat
    adisbladis committed Jul 7, 2020
    Copy the full SHA
    9dd426a View commit details
    Browse the repository at this point in the history