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/nixpkgs
base: 69d5465431f5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 917b127314df
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 18, 2019

  1. prometheus-blackbox-exporter: fixing path issue

    This fixes an issue with a recent addition of a config file
    check in c28ded3.
    
    Previously it was possible to supply a path as a string
    to `configFile`. Now it will fail checking the config file
    during evaluation of the module due to sandboxing.
    
    A toggle to disable the check, more informative log messages
    and handling for various configFile values are added.
    d-goldin committed Oct 18, 2019
    Copy the full SHA
    b788467 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71243 from d-goldin/prometheus_blackbox_configfile

    prometheus-blackbox-exporter: coercing cfg to path
    WilliButz committed Oct 18, 2019
    Copy the full SHA
    917b127 View commit details
    Browse the repository at this point in the history