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: 1ab3b26b677e
Choose a base ref
...
head repository: NixOS/hydra
compare: 40e7b6e8846c
Choose a head ref
  • 11 commits
  • 5 files changed
  • 7 contributors

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    4efd078 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Extend the jobset API response

    This adds the following (pre-existing) attributes to the jobset response:
    
    - nrtotal
    - lastcheckedtime
    - starttime
    - checkinterval
    - triggertime
    - fetcherrormsg
    - errortime
    gilligan committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    919195b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #672 from gilligan/extend-jobset-api-response

    Extend the jobset API response
    edolstra committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    89ee74f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    f10b2c2 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    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
    Configuration menu
    Copy the full SHA
    906d249 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Add Term::Size::Any

    This removes a supper annoying set of messages that polute the logs:
    
        Aug 30 09:00:30 xxx.compute.internal hydra-server[957]: Trouble trying to detect your terminal size, looking at $ENV{COLUMNS}
        Aug 30 09:00:30 xxx.compute.internal hydra-server[957]: Term::Size::Any is not installed, can't autodetect terminal column width
    knl committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    a9d744d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #676 from knl/fix-term-size-any-log-message

    Add Term::Size::Any
    edolstra committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    242b8b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Merge pull request #432 from LumiGuide/better-buildMachinesFiles-default

    Only set buildMachinesFiles when nix.buildMachines is defined
    edolstra committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    4223202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ccf36c View commit details
    Browse the repository at this point in the history
  3. Add a NixOS container to demo Hydra

    It contains Hydra, PostgreSQL and an frontend proxy. So you can get a
    running Hydra instance by doing
    
      $ nixos-container create hydra --flake hydra
      $ nixos-container start hydra
    
    The web interface is available on port 80.
    edolstra committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    40e7b6e View commit details
    Browse the repository at this point in the history