Update build images to be more friendly to users with color blindness.

[?]
Oct 23, 2016, 10:21 PM
LRU7K5MWFSFBPVBLXSQI6W4CN4BJ6Y64JMTGIUHH34IG7OF4EXKQC

Dependencies

  • [2] 5LVTBYXA README: fix manual links, fixes #401
  • [3] AHWDOEZ4 Build status: copy the alt attribute to the title attribute for on-hover tool tips. (#405)
  • [4] KSBB33RE Add a dashboard
  • [5] ZB3JV52W Add a "My jobsets" tab to the dashboard
  • [6] XAJFR6SR Add a chart to the job pages showing the closure size over time
  • [7] UQQ4IL55 Add a error type for "unsupported system type"
  • [8] HHOMBU7G hydra-queue-runner: Implement timeouts
  • [9] WHULPA6S Handle failure with output
  • [10] UNVMKJV5 Unify build and step status codes
  • [11] TPNHTE5V Remove obsolete Builds columns and provide accurate "Running builds"
  • [12] GS4SFHCP templates: Use uri_for to reference static paths.
  • [13] BG6PEOB2 Make the output size limit configurable
  • [14] U2X3Y53G make sure status images always display for a list of builds
  • [15] 3TL5XENE Different icons (darker red) for cancelled builds. Fixes #25.
  • [16] 4WZQW2N6 Fix indentation and get rid of some unnecessary whitespace in the output
  • [17] HH3LID6L Re-implement log size limits
  • [18] 6KIJX24R Get rid of unnecessary [%- and -%] tags
  • [19] N2ZF5JUL Use a different icon for aborted builds
  • [20] T6KISLR6 Fix indentation
  • [21] YBUGFKLE Use a distinct icon for cancelled builds
  • [*] NVMDS7GE Add README.md
  • [*] IK53RV4V
  • [*] D5QIOJGP * Move everything up one directory.

Change contents

  • edit in README.md at line 9
    [2.267]
    ---
    Icons provided free by [EmojiOne](http://emojione.com).
  • replacement in src/root/common.tt at line 195
    [4.4561][3.0:131]()
    <img src="[% c.uri_for("/static/images/checkmark_${size}.png") %]" title="Succeeded" alt="Succeeded" class="build-status" />
    [4.4561]
    [4.4011]
    <img src="[% c.uri_for("/static/images/emojione-check-2714.svg") %]" height="[% size %]" width="[% size %]" title="Succeeded" alt="Succeeded" class="build-status" />
  • replacement in src/root/common.tt at line 197
    [4.4044][3.132:253]()
    <img src="[% c.uri_for("/static/images/error_${size}.png") %]" title="Failed" alt="Failed" class="build-status" />
    [4.4044]
    [4.1259]
    <img src="[% c.uri_for("/static/images/emojione-red-x-274c.svg") %]" height="[% size %]" width="[% size %]" title="Failed" alt="Failed" class="build-status" />
  • replacement in src/root/common.tt at line 199
    [4.1292][3.254:402]()
    <img src="[% c.uri_for("/static/images/dependency_${size}.png") %]" title="Dependency failed" alt="Dependency failed" class="build-status" />
    [4.1292]
    [4.870]
    <img src="[% c.uri_for("/static/images/emojione-gray-x-2716.svg") %]" height="[% size %]" width="[% size %]" title="Dependency failed" alt="Dependency failed" class="build-status" />
  • replacement in src/root/common.tt at line 201
    [4.923][3.403:528]()
    <img src="[% c.uri_for("/static/images/warning_${size}.png") %]" title="Aborted" alt="Aborted" class="build-status" />
    [4.923]
    [4.4079]
    <img src="[% c.uri_for("/static/images/emojione-stopsign-1f6d1.svg") %]" height="[% size %]" width="[% size %]" title="Aborted" alt="Aborted" class="build-status" />
  • replacement in src/root/common.tt at line 203
    [4.4112][3.529:660]()
    <img src="[% c.uri_for("/static/images/forbidden_${size}.png") %]" title="Cancelled" alt="Cancelled" class="build-status" />
    [4.4112]
    [4.4147]
    <img src="[% c.uri_for("/static/images/emojione-stopsign-1f6d1.svg") %]" height="[% size %]" width="[% size %]" title="Cancelled" alt="Cancelled" class="build-status" />
  • replacement in src/root/common.tt at line 205
    [4.4180][3.661:806]()
    <img src="[% c.uri_for("/static/images/error_${size}.png") %]" title="Failed with output" alt="Failed with output" class="build-status" />
    [4.4180]
    [4.1617]
    <img src="[% c.uri_for("/static/images/emojione-red-x-274c.svg") %]" height="[% size %]" width="[% size %]" title="Failed with output" alt="Failed with output" class="build-status" />
  • replacement in src/root/common.tt at line 207
    [4.1650][3.807:936]()
    <img src="[% c.uri_for("/static/images/warning_${size}.png") %]" title="Timed out" alt="Timed out" class="build-status" />
    [4.1650]
    [4.964]
    <img src="[% c.uri_for("/static/images/emojione-red-x-274c.svg") %]" height="[% size %]" width="[% size %]" title="Timed out" alt="Timed out" class="build-status" />
  • replacement in src/root/common.tt at line 209
    [4.998][3.937:1084]()
    <img src="[% c.uri_for("/static/images/warning_${size}.png") %]" title="Log limit exceeded" alt="Log limit exceeded" class="build-status" />
    [4.998]
    [4.4464]
    <img src="[% c.uri_for("/static/images/emojione-red-x-274c.svg") %]" height="[% size %]" width="[% size %]" title="Log limit exceeded" alt="Log limit exceeded" class="build-status" />
  • replacement in src/root/common.tt at line 211
    [4.4498][3.1085:1248]()
    <img src="[% c.uri_for("/static/images/warning_${size}.png") %]" title="Output size limit exceeded" alt="Output size limit exceeded" class="build-status" />
    [4.4498]
    [4.4181]
    <img src="[% c.uri_for("/static/images/emojione-red-x-274c.svg") %]" height="[% size %]" width="[% size %]" title="Output size limit exceeded" alt="Output size limit exceeded" class="build-status" />
  • replacement in src/root/common.tt at line 213
    [4.4196][3.1249:1370]()
    <img src="[% c.uri_for("/static/images/error_${size}.png") %]" title="Failed" alt="Failed" class="build-status" />
    [4.4196]
    [4.4562]
    <img src="[% c.uri_for("/static/images/emojione-red-x-274c.svg") %]" height="[% size %]" width="[% size %]" title="Failed" alt="Failed" class="build-status" />
  • replacement in src/root/common.tt at line 216
    [4.2641][3.1371:1489]()
    <img src="[% c.uri_for("/static/images/help_${size}.png") %]" title="Queued" alt="Queued" class="build-status" />
    [4.2641]
    [4.4591]
    <img src="[% c.uri_for("/static/images/emojione-question-2754.svg") %]" height="[% size %]" width="[% size %]" title="Queued" alt="Queued" class="build-status" />
  • replacement in src/root/common.tt at line 517
    [4.1254][4.1254:1342]()
    <img src="[% c.uri_for("/static/images/help_16.png") %]" alt="Scheduled" />
    [4.1254]
    [4.1342]
    <img src="[% c.uri_for("/static/images/emojione-question-2754.svg") %]" height="16" width="16" title="Scheduled" alt="Scheduled" />
  • replacement in src/root/common.tt at line 519
    [4.1395][4.1395:1488]()
    <img src="[% c.uri_for("/static/images/checkmark_16.png") %]" alt="Succeeded" />
    [4.1395]
    [4.1488]
    <img src="[% c.uri_for("/static/images/emojione-check-2714.svg") %]" height="16" width="16" title="Succeeded" alt="Succeeded" />
  • replacement in src/root/common.tt at line 521
    [4.1574][4.1574:1670]()
    <img src="[% c.uri_for("/static/images/error_some_16.png") %]" alt="Some Failed" />
    [4.1574]
    [4.1670]
    <img src="[% c.uri_for("/static/images/emojione-red-x-274c.svg") %]" height="16" width="16" title="Some Failed" alt="Some Failed" />
  • replacement in src/root/common.tt at line 523
    [4.1691][4.1691:1781]()
    <img src="[% c.uri_for("/static/images/error_16.png") %]" alt="All Failed" />
    [4.1691]
    [4.1781]
    <img src="[% c.uri_for("/static/images/emojione-red-x-274c.svg") %]" height="16" width="16" title="All Failed" alt="All Failed" />
  • file addition: emojione-check-2714.svg (----------)
    [25.2196]
    <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path fill="#61B329" d="M55.999 2L18.8 42.909 8 34.729H2L18.8 62 62 2z"/></svg>
  • file addition: emojione-gray-x-2716.svg (----------)
    [25.2196]
    <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path fill="#4D5357" d="M62 10.571L53.429 2 32 23.429 10.571 2 2 10.571 23.429 32 2 53.429 10.571 62 32 40.571 53.429 62 62 53.429 40.571 32z"/></svg>
  • file addition: emojione-question-2754.svg (----------)
    [25.2196]
    <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill-rule="evenodd" clip-rule="evenodd" fill="#A6AEB0"><path d="M30.249 2.065C18.612 2.789 12.531 9.379 12 21.296h11.739c.147-4.128 2.451-7.214 6.741-7.669 4.211-.447 8.206.556 9.416 3.435 1.307 3.11-1.627 6.724-3.022 8.241-2.582 2.813-6.776 4.865-8.95 7.9-2.131 2.974-2.51 6.887-2.674 11.676h10.346c.145-3.062.349-5.995 1.742-7.898 2.266-3.092 5.65-4.541 8.486-6.983 2.709-2.334 5.559-5.147 6.043-9.501C53.319 7.466 42.683 1.289 30.249 2.065z"/><ellipse cx="30.515" cy="55.567" rx="6.532" ry="6.433"/></g></svg>
  • file addition: emojione-red-x-274c.svg (----------)
    [25.2196]
    <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path fill="#FF5A79" d="M62 10.571L53.429 2 32 23.429 10.571 2 2 10.571 23.429 32 2 53.429 10.571 62 32 40.571 53.429 62 62 53.429 40.571 32z"/></svg>
  • file addition: emojione-stopsign-1f6d1.svg (----------)
    [25.2196]
    <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path fill="#E9EDF2" d="M64 45.254L45.254 64H18.747L0 45.254V18.747L18.747 0h26.507L64 18.747z"/><path fill="#ED4C5C" d="M58 42.768L42.769 58H21.231L6 42.768V21.231L21.231 6h21.538L58 21.231z"/></svg>