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: 474a5ee2677c^
Choose a base ref
...
head repository: NixOS/nixops
compare: a74e555ac51e
Choose a head ref
  • 8 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 16, 2020

  1. Move from xml intermediate Nix representation to JSON

    This change is intended to make life easier for plugin authors.
    We have removed the XML parameter to ResourceDefinition and you are
    now only provided with a name & a dict containing the evaluated
    values.
    adisbladis committed Apr 16, 2020
    Copy the full SHA
    474a5ee View commit details
    Browse the repository at this point in the history
  2. keys: apply toString to all keyFiles

    With nix-instantiate --xml, the output of evaluation of a path shows
    the original path to the file. With --json, the output shows the path
    if it were copied to the Nix store.
    
    Applying toString in the expression forces Nix to skip copying it to
    the store under any circumstance.
    grahamc authored and adisbladis committed Apr 16, 2020
    Copy the full SHA
    7787335 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a2cefc2 View commit details
    Browse the repository at this point in the history
  4. Remove xml_expr_to_python function

    It's no longer required since moving to JSON representation.
    adisbladis committed Apr 16, 2020
    Copy the full SHA
    2ef7085 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d6dbe6f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    96e7552 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    23b4be7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Copy the full SHA
    a74e555 View commit details
    Browse the repository at this point in the history