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: 91e41f94d1da
Choose a base ref
...
head repository: NixOS/nixops
compare: 4f698de1d1aa
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 8, 2020

  1. add deployment.keys.<name>.name

    allows multiple keys to have the same name
    ryantm authored and adisbladis committed Jul 8, 2020
    Copy the full SHA
    831192d View commit details
    Browse the repository at this point in the history
  2. deployment.keys: Add path uniqueness constraint for keys

    With the addition of `deployment.keys.<name>.name` it's increasingly
    likely to make a mistake and list the same path multiple times in a
    deployment, leading to a race when uploading keys.
    adisbladis committed Jul 8, 2020
    Copy the full SHA
    b5aebad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1378 from ryantm/key

    add deployment.keys.<name>.name
    adisbladis committed Jul 8, 2020
    Copy the full SHA
    4f698de View commit details
    Browse the repository at this point in the history