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: 2b63a9ae59e4
Choose a base ref
...
head repository: NixOS/nixops
compare: 7a68012b6651
Choose a head ref
  • 15 commits
  • 16 files changed
  • 2 contributors

Commits on Apr 2, 2020

  1. Migrate to poetry2nix

    adisbladis committed Apr 2, 2020
    Copy the full SHA
    9fab15a View commit details
    Browse the repository at this point in the history
  2. Deployment sorting fails with TypeError when name is None

    name is of type Optional[str] and can therefore be None.
    In the `nixops info` output we default to the deployment UUID so it
    feels reasonable to fall back sorting on UUID.
    adisbladis committed Apr 2, 2020
    Copy the full SHA
    1681be2 View commit details
    Browse the repository at this point in the history
  3. include nix

    grahamc authored and adisbladis committed Apr 2, 2020
    Copy the full SHA
    9f944cb View commit details
    Browse the repository at this point in the history
  4. Drop setup.py

    It's been replaced by pyproject.toml
    adisbladis committed Apr 2, 2020
    Copy the full SHA
    e230879 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    203f75f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b92058d View commit details
    Browse the repository at this point in the history
  7. Clean up release.nix

    adisbladis committed Apr 2, 2020
    Copy the full SHA
    45d4049 View commit details
    Browse the repository at this point in the history
  8. Re-add manual build

    adisbladis committed Apr 2, 2020
    Copy the full SHA
    434d6a0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6dad7a1 View commit details
    Browse the repository at this point in the history
  10. mypy-ratchet: Run first ratchet run inside a nix-shell

    We need to evaluate twice, once using any previous version of mypy and
    a second time using the current version of mypy.
    
    If we don't a mypy version bump can find new type errors that makes
    the initial check fail.
    adisbladis committed Apr 2, 2020
    Copy the full SHA
    e3993d6 View commit details
    Browse the repository at this point in the history
  11. nix-expr.RawValue: add types

    Based on:
    
    Grepping the source code for RawValue, I see they are all strings.
    grahamc authored and adisbladis committed Apr 2, 2020
    Copy the full SHA
    2a4ff0f View commit details
    Browse the repository at this point in the history
  12. nix-expr.MultiLineRawValue: add types

    Based on grepping the source code for MultiLineRawValue, it apears they're all just a list of RawValue values, ie: str's
    grahamc authored and adisbladis committed Apr 2, 2020
    Copy the full SHA
    6c188f5 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    af89974 View commit details
    Browse the repository at this point in the history
  14. Add plugin authoring docs

    Co-Authored-By: adisbladis <adisbladis@gmail.com>
    grahamc and adisbladis committed Apr 2, 2020
    Copy the full SHA
    730a58d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Merge pull request #1256 from adisbladis/poetry2nix-plugins

    Use Poetry & Poetry2nix for environment and plugin management
    grahamc committed Apr 7, 2020
    Copy the full SHA
    7a68012 View commit details
    Browse the repository at this point in the history