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: 403bc38cab42
Choose a base ref
...
head repository: NixOS/nixops
compare: c5026af0a752
Choose a head ref
  • 17 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 9, 2020

  1. Copy the full SHA
    653543b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2e245eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1041354 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8c78860 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b001580 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    57e3ff3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    dfae248 View commit details
    Browse the repository at this point in the history
  8. Define plugins hooks as classes

    This is a better way to deal with plugins as we can statically type
    each individual function, something not possible with pluggy hooks.
    adisbladis committed Jul 9, 2020
    Copy the full SHA
    ec61e88 View commit details
    Browse the repository at this point in the history
  9. Restructure plugin hooks

    adisbladis committed Jul 9, 2020
    Copy the full SHA
    acc2c5b View commit details
    Browse the repository at this point in the history
  10. Expose resource_eval for definition objects

    It can be useful for plugins to introspect/use exactly what was passe by Nix.
    adisbladis committed Jul 9, 2020
    Copy the full SHA
    86e9a7c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    10be7d4 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    e498a6c View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    b42259c View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    68ddfa3 View commit details
    Browse the repository at this point in the history
  15. doc: My* -> NeatCloud*

    It's much easier to notice that NeatCloud needs replacing than My.
    adisbladis committed Jul 9, 2020
    Copy the full SHA
    13679e9 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    abdc61b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Merge pull request #1383 from adisbladis/plugin-classes

    Define plugins hooks as classes
    adisbladis committed Jul 10, 2020
    Copy the full SHA
    c5026af View commit details
    Browse the repository at this point in the history