Make channels a product type instead of subtype.
[?]
Apr 21, 2015, 2:22 AM
YVVIXELLZF45PNMYGRDXYHAKCLJD5DUSJOTKYWJCQR5J47IKXVVACDependencies
- [2]
JREZM2S2Add channel as a product type. - [3]
RX7USXWQjobset: Add a new "channels" tab. - [4]
GS4SFHCPtemplates: Use uri_for to reference static paths. - [5]
3PNG7NIBRemove trailing whitespace - [6]
74VYRQ6WAdd an icon for binary distributions - [7]
JFZNAYJX* Showing releases. - [8]
ELABMHJI* hydra: layout changes - [9]
LL36GPHAadded help, removed nix closure from 'failed build with output' productlist - [10]
W5NB3GQLRestore the links to the contents pages - [11]
3ZAJ2ZRPUse popovers for the product list help/details - [12]
GPRYAAFPhydra: change icon for positive failures - [13]
XU4PKY3UBy default, show the first 250 jobs only - [14]
Y35C6GHH* One-click installs. - [15]
TJPIS3UPhydra: minor improvements in hydra ui - [*]
3HZY24CX* Make jobsets viewable under
Change contents
- replacement in src/lib/Hydra/Controller/Jobset.pm at line 163
{ 'buildproducts.type' => 'file', 'buildproducts.subtype' => 'channel' },{ 'buildproducts.type' => 'channel' }, - edit in src/root/product-list.tt at line 118
[% END %][% CASE "channel" %] - replacement in src/root/product-list.tt at line 122
[% END %]<tr class="product"><td><a href="[% uri %]"><img src="[% c.uri_for("/static/images/channel.png") %]" alt="Channel" />Channel expression tarball <tt>[% product.name %]</tt>[% IF product.subtype != "-" %]for <tt>[% product.subtype %]</tt>[% END %]</a></td></tr> - edit in src/root/product-list.tt at line 150
[% CASE "channel" %]<img src="[% c.uri_for("/static/images/channel.png") %]" alt="Channel" /> Channel expressions <tt>[% product.name %]</tt>