Style unstyled alerts
[?]
Apr 1, 2021, 12:03 AM
EX6I3EK2HOJH55YQAFWLLO3OLIYTYKCDLGGLFPFJEEJ3OP5ZIA3QCDependencies
- [2]
FHOH54HQWhen searching a path / drv path, use separate queries for both options to prevent seq. scan. - [3]
D7X6XTKQIntegrate the "Job status" and "All jobs" tabs - [4]
QD3NI3JYAllow comparing an eval against the jobset one day/week/month before - [5]
RX7USXWQjobset: Add a new "channels" tab. - [6]
ZQUPXSBMTie custom channels into channel-contents.tt. - [7]
UICHT2PSAdd a search feature - [8]
6KIJX24RGet rid of unnecessary [%- and -%] tags - [9]
EJ7C77C3Allow searching for store and drv paths. Only does a complete match to reduce load on database. - [10]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [11]
AK2UZDS2Jobset page: Add a new tab to show job status in a matrix - [12]
DE2DNCOIAllow comparing an evaluation with an arbitrary other evaluation - [*]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- replacement in src/root/jobset-channels-tab.tt at line 5
<div class="alert">There are no channels available.</div><div class="alert alert-warning">There are no channels available.</div> - replacement in src/root/jobset-eval.tt at line 32
<div class="alert">Couldn't find an evaluation to compare to.</div><div class="alert alert-danger">Couldn't find an evaluation to compare to.</div> - replacement in src/root/jobset-jobs-tab.tt at line 39
<div class="alert">There are no matching jobs.</div><div class="alert alert-warning">There are no matching jobs.</div> - replacement in src/root/jobset-jobs-tab.tt at line 44
<div class="alert">Showing the first [% jobs.size %] jobs. <a href="javascript:setFilter('filter=%')">Show all [% nrJobs %] jobs...</a></div><div class="alert alert-info">Showing the first [% jobs.size %] jobs. <a href="javascript:setFilter('filter=%')">Show all [% nrJobs %] jobs...</a></div> - replacement in src/root/search.tt at line 84
<div class="alert alert-warn">Sorry! Nothing matches your query.</div><div class="alert alert-warning">Sorry! Nothing matches your query.</div>