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-aws
base: cef283e5f6d3
Choose a base ref
...
head repository: NixOS/nixops-aws
compare: f4937acd6b02
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 15, 2020

  1. Add black formatting check to PR validation in CI

    Having merged the format updates in #22,
    let's add it to pull request validation to ensure we don't backslide.
    
    Note that we could go one step further and add it to the `checkPhase` of the
    python package build, like [nixpkgs-review](https://github.com/Mic92/nixpkgs-review/blob/master/default.nix)
    does; however, doing so would break the build if someone tried to use the
    `nixops-aws` build on 19.09 vs. 20.03 vs. unstable, and since it's a CI/PR only
    concept this takes the more gentle approach of just adding it to Travis.
    bhipple committed Mar 15, 2020
    Copy the full SHA
    9a43c90 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    261e5b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from bhipple/feature/formatting-ci

    Add black formatting check to PR validation in CI; switch from Travis to Github Actions
    grahamc committed Mar 15, 2020
    Copy the full SHA
    f4937ac View commit details
    Browse the repository at this point in the history