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: f10b2c2da8db
Choose a base ref
...
head repository: NixOS/hydra
compare: 906d2493c5c7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 26, 2019

  1. Add haserrormsg boolean attribute to jobset API response

    This attribute allows to know if an error occurred or not: when an
    error occurs, errormsg is not an empty string. Note we can not use the
    errormsg attribute because it can be arbitrarily long and is excluded
    from the jobset API response.
    nlewo committed Aug 26, 2019
    Copy the full SHA
    c8983ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #673 from nlewo/jobset-error

    Add error boolean attribute to jobset API response
    grahamc committed Aug 26, 2019
    Copy the full SHA
    906d249 View commit details
    Browse the repository at this point in the history