Hide some things that require a local store
[?]
Oct 18, 2017, 11:44 AM
HU6Z5NS5LRRXKVHL3364WV26UF4PKT25LFDVW5X32OHMOF2JHJHQCDependencies
- [2]
YVVIXELLMake channels a product type instead of subtype. - [3]
CPSEZOSXRemove remaining references to store_mode etc. - [4]
2GUAKGTBFix indentation of build.tt - [5]
VBWHG272Re-add the history tab (store size and build time), now as lazy-loaded tab on build page. - [6]
36M6DGITShow the runtime/build dependencies in the build page - [7]
V2YFPM72Hackery to make downloads work when using a binary cache - [8]
LBNVQXUB* Build the /build stuff in a separate controller. - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
JFZNAYJX* Showing releases. - [*]
GPRYAAFPhydra: change icon for positive failures - [*]
LL36GPHAadded help, removed nix closure from 'failed build with output' productlist
Change contents
- edit in src/lib/Hydra/Controller/Build.pm at line 68
$c->stash->{isLocalStore} = isLocalStore(); - replacement in src/lib/Hydra/Controller/Build.pm at line 70
isLocalStore$c->stash->{isLocalStore} - replacement in src/root/build.tt at line 143
[% IF available %]<li><a href="#tabs-runtime-deps" data-toggle="tab">Runtime dependencies</a></li>[% END %][% IF localStore && available %]<li><a href="#tabs-runtime-deps" data-toggle="tab">Runtime dependencies</a></li>[% END %] - edit in src/root/product-list.tt at line 101[12.1751][13.692]
[% IF localStore %] - edit in src/root/product-list.tt at line 143[13.2227][2.52]
[% END %]