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/hydra
base: 35f1a28e2baa
Choose a base ref
...
head repository: NixOS/hydra
compare: 56643d6ccd7e
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 13, 2019

  1. Copy the full SHA
    3a1066d View commit details
    Browse the repository at this point in the history
  2. Plugins: Add isEnabled method

    Plugins are now disabled at startup time unless there is some relevant
    configuration in hydra.conf. This avoids hydra-notify having to do a
    lot of redundant work (a lot of plugins did a lot of database queries
    *before* deciding they were disabled).
    
    Note: BitBucketStatus users will need to add 'enable_bitbucket_status
    = 1' to hydra.conf.
    edolstra committed Aug 13, 2019
    Copy the full SHA
    56643d6 View commit details
    Browse the repository at this point in the history