Remove the "all" channel
The "all" channel fundamentally doesn't scale, because it needs to fetch N builds from the database (where N is potentially a very large number), then check whether they are still valid. And it's not very useful anyway.
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
[% END %]
|
||||
</div>
|
||||
<div id="tabs-channels">
|
||||
<p>This job provides the following Nix channels:</p>
|
||||
<p>This job provides the following Nix channel:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
@ -39,11 +39,6 @@
|
||||
'channel' 'latest') %]"><tt>latest</tt></a> — contains the latest
|
||||
successful build for each platform.
|
||||
</li>
|
||||
<li>
|
||||
<a href="[% c.uri_for('/job' project.name jobset.name job.name
|
||||
'channel' 'all') %]"><tt>all</tt></a> — contains every successful
|
||||
build of this job.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="tabs-latestbuilds">
|
||||
|
Reference in New Issue
Block a user