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: 0fc0434250e9
Choose a base ref
...
head repository: NixOS/nixops
compare: e03da107e8e0
Choose a head ref
  • 10 commits
  • 9 files changed
  • 1 contributor

Commits on Jun 8, 2020

  1. Add Python reference docs

    adisbladis committed Jun 8, 2020
    Copy the full SHA
    cdae883 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6b12fe4 View commit details
    Browse the repository at this point in the history
  3. codespell: Ignore valid words

    "keypair" should really be "key pair" in docstrings and such but is
    written as keyPair in Nix expressions.
    
    Codespell says "IAM" should be "I am" which is incorrect (IAM is an
    AWS thing).
    
    Codespell says "hda" should be "had" which is wrong for obvious
    reasons :)
    adisbladis committed Jun 8, 2020
    Copy the full SHA
    7cb385e View commit details
    Browse the repository at this point in the history
  4. Sphinx: Don't treat warnings as errors

    Reference docs surfaces a lot of issues with circular import.
    Let's not block reference docs on fixing circular imports, this is
    another issue entirely.
    adisbladis committed Jun 8, 2020
    Copy the full SHA
    053a228 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8611297 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    880be35 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    285ee01 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3c23f58 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    909c18e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Merge pull request #1358 from adisbladis/reference-docs

    Add Python API reference docs
    adisbladis committed Jun 9, 2020
    Copy the full SHA
    e03da10 View commit details
    Browse the repository at this point in the history