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

Commits on Mar 3, 2020

  1. Merge pull request #1232 from NixOS/start-with-types

    2-to-3: Start with types
    grahamc committed Mar 3, 2020
    Copy the full SHA
    8237088 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Copy the full SHA
    03c7d16 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cd618bd View commit details
    Browse the repository at this point in the history
  3. nixops deploy: add --test

    similar to 'nixos-rebuild test'
    grahamc committed Mar 4, 2020
    Copy the full SHA
    6bf7760 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1243 from grahamc/deploy-test

    `nixops deploy --test`
    grahamc committed Mar 4, 2020
    Copy the full SHA
    c9a174e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. parallel.py

    doshitan authored and grahamc committed Mar 9, 2020
    Copy the full SHA
    e1cc7ab View commit details
    Browse the repository at this point in the history
  2. parallel: run_tasks -> List[Result], not List[Optional[Result]]

    If any of the tasks raised an exception, we don't return any results.
    In the first typing of this function, I saw we were adding None to
    the results even if there was an exception. This was just to see
    if we were done collecting or not. Changing this to a counter fixes it
    and removes the Optional in the return.
    grahamc committed Mar 9, 2020
    Copy the full SHA
    fe1a3b0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    928e50f View commit details
    Browse the repository at this point in the history