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: 101a9b3797cb
Choose a base ref
...
head repository: NixOS/hydra
compare: d0688b93e106
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 13, 2020

  1. Remove style.css

    edolstra committed Mar 13, 2020
    Copy the full SHA
    be0ec2d View commit details
    Browse the repository at this point in the history
  2. README.md: Link to the latest manual

    (cherry picked from commit 455611b0b4e97290a858687142805babc9929673)
    edolstra committed Mar 13, 2020
    Copy the full SHA
    5ae8b54 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Use the stopsign as icon for timeouts and exceeded log-limits

    When I browse failed builds in a jobset-eval on Hydra, I regularly
    mistake actual build-failures with temporary issues like timeouts (that
    probably disappear at the next eval).
    
    To prevent this kind of issue, I figured that using the stopsign-svg for
    builds with timeouts or exceeded log-limits is a reasonable choice for
    the following reasons:
    
    * A user can now distinguish between actual build-errors (like
      compilation-failures or oversized outputs) and (usually) temporary issues
      (like a bloated log or a timeout).
    
    * The stopsign is also used for aborted jobs that are shown in a
      different tab and can't be confused with timeouts for that reason.
    Ma27 committed Mar 21, 2020
    Copy the full SHA
    7369408 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request #724 from Ma27/different-icons-for-timeout-and-log…

    …limit
    
    Use the stopsign as icon for timeouts and exceeded log-limits
    edolstra committed Mar 23, 2020
    Copy the full SHA
    c85ee73 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Copy the full SHA
    12cc46c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

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