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: 18fe72f9232a
Choose a base ref
...
head repository: NixOS/nixops
compare: 8aa43c153bc2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 15, 2018

  1. fix import cycle

    I was too confident this would have been catched by the unittests,
    but as I learned most of those are require configured backends.
    This time I used this nixops version to deploy my server.
    Mic92 committed Nov 15, 2018
    Copy the full SHA
    3ae8078 View commit details
    Browse the repository at this point in the history
  2. nixops.deployments: use importlibs for dynamic imports

    importlibs is wrapper around __import and harder to misuse.
    Mic92 committed Nov 15, 2018
    Copy the full SHA
    aefeb18 View commit details
    Browse the repository at this point in the history
  3. travis: enable build sandbox

    Mic92 committed Nov 15, 2018
    Copy the full SHA
    eb86e16 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1046 from Mic92/fix-import-cycle

    fix import cycle
    domenkozar committed Nov 15, 2018
    Copy the full SHA
    8aa43c1 View commit details
    Browse the repository at this point in the history