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: f5489422abad
Choose a base ref
...
head repository: NixOS/nixops
compare: b4c38dfe5222
Choose a head ref
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 9, 2020

  1. script_defs: Remove None assertion

    `r` being `None` is peferctly valid when the resource does not yet exist.
    
    Without this fix a resource not yet deployed fails with AssertionError.
    adisbladis committed Mar 9, 2020
    Copy the full SHA
    c905ca8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b0a5eeb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Copy the full SHA
    6bcd909 View commit details
    Browse the repository at this point in the history
  2. state: give its arguments types

    grahamc authored and adisbladis committed Mar 10, 2020
    Copy the full SHA
    096418d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2b7cc8a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1244 from adisbladis/assert-none-script-defs

    script_defs: Remove None assertion
    grahamc committed Mar 10, 2020
    Copy the full SHA
    b4c38df View commit details
    Browse the repository at this point in the history