Couple of upstream/bootstrap items missed in rebase
[?]
Apr 8, 2021, 3:13 PM
GIBB5PLI6SOJ327W6ACD6VSUENZGXGXX6WIMYTM5JH7YUP44QZRQCDependencies
- [2]
MTZKFONQfixups to the rebase - [3]
QUMWPGCUAdd flake configuration to the web interface - [4]
2G63HKCHFix some wellformedness issues - [5]
3LEGFJFP"Reproduce" action: Support flakes - [6]
NZXX6PLDRemove the Jobs table - [7]
VB6DJ5R4Fix reproduction instructions - [8]
SWXX2O4AUpdate boostrap to latest 4.3.1 - [9]
JY7BXXOPSplit viewing and editing a project - [10]
A6XVP6FEMake the hide/unhide actions a checkbox in the project settings - [11]
OX6NYJDVSplit viewing and editing a jobset - [12]
OPUHSVJFRemove "bashism" - [13]
JIJDYWPYRemove the Build menu from the top bar - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/build.tt at line 501
[% IF eval.flake %][% IF eval.flake %] - replacement in src/root/build.tt at line 503
<p>If you have <a href='https://nixos.org/nix/download.html'>Nixinstalled</a>, you can reproduce this build on your own machine byrunning the following command:</p><p>If you have <a href='https://nixos.org/nix/download.html'>Nixinstalled</a>, you can reproduce this build on your own machine byrunning the following command:</p> - replacement in src/root/build.tt at line 511
[% ELSE %][% ELSE %] - replacement in src/root/build.tt at line 513
<p>If you have <a href='https://nixos.org/nix/download.html'>Nixinstalled</a>, you can reproduce this build on your own machine bydownloading <a [% HTML.attributes(href => url) %]>a script</a>that checks out all inputs of the build and then invokes Nix toperform the build.</p><p>If you have <a href='https://nixos.org/nix/download.html'>Nixinstalled</a>, you can reproduce this build on your own machine bydownloading <a [% HTML.attributes(href => url) %]>a script</a>that checks out all inputs of the build and then invokes Nix toperform the build.</p> - replacement in src/root/build.tt at line 519
<p>To download and execute the script from the command line, run thefollowing command:</p><p>To download and execute the script from the command line, run thefollowing command:</p> - replacement in src/root/build.tt at line 526
[% END %][% END %] - replacement in src/root/edit-jobset.tt at line 95
<label class="col-sm-3" for="editjobsettype">Type</label><label class="col-form-label col-sm-3" for="editjobsettype">Type</label> - replacement in src/root/edit-jobset.tt at line 98
<input type="radio" name="type" value="1" [% IF jobset.type == 1 %]checked[% END %]>Flake</button><input type="radio" id="editjobsettype" name="type" value="1" [% IF jobset.type == 1 %]checked[% END %]>Flake</button> - replacement in src/root/edit-jobset.tt at line 116[3.721921]→[3.721921:722088](∅→∅),[3.1809]→[3.3619:3632](∅→∅),[3.722088]→[3.3619:3632](∅→∅),[3.3619]→[3.3619:3632](∅→∅)
<div class="input-group"><input type="text" class="form-control" id="editjobsetflakeref" name="flakeref" [% HTML.attributes(value => jobset.flake) %]/></div><input type="text" class="form-control" id="editjobsetflakeref" name="flakeref" [% HTML.attributes(value => jobset.flake) %]/> - replacement in src/root/edit-project.tt at line 9
<input type="checkbox" id="editprojectenabled" name="enabled" [% IF project.enabled %] checked="checked" [% END %]/><input type="checkbox" id="editprojectenabled" name="enabled" [% IF create || project.enabled %] checked="checked" [% END %]/>