Style unstyled alerts

[?]
Apr 1, 2021, 12:03 AM
EX6I3EK2HOJH55YQAFWLLO3OLIYTYKCDLGGLFPFJEEJ3OP5ZIA3QC

Dependencies

  • [2] FHOH54HQ When searching a path / drv path, use separate queries for both options to prevent seq. scan.
  • [3] D7X6XTKQ Integrate the "Job status" and "All jobs" tabs
  • [4] QD3NI3JY Allow comparing an eval against the jobset one day/week/month before
  • [5] RX7USXWQ jobset: Add a new "channels" tab.
  • [6] DE2DNCOI Allow comparing an evaluation with an arbitrary other evaluation
  • [7] EJ7C77C3 Allow searching for store and drv paths. Only does a complete match to reduce load on database.
  • [8] AK2UZDS2 Jobset page: Add a new tab to show job status in a matrix
  • [9] 6KIJX24R Get rid of unnecessary [%- and -%] tags
  • [10] ZQUPXSBM Tie custom channels into channel-contents.tt.
  • [11] QTC3SYBM Jobset page: Load the jobs and status tabs on demand
  • [12] UICHT2PS Add a search feature
  • [*] U4TD3AIQ Add support for viewing jobset evaluations

Change contents

  • replacement in src/root/jobset-channels-tab.tt at line 5
    [5.1262][5.1262:1322]()
    <div class="alert">There are no channels available.</div>
    [5.1262]
    [5.1322]
    <div class="alert alert-warning">There are no channels available.</div>
  • replacement in src/root/jobset-eval.tt at line 32
    [4.678][4.678:746]()
    <div class="alert">Couldn't find an evaluation to compare to.</div>
    [4.678]
    [6.5259]
    <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
    [3.1631][3.1631:1686]()
    <div class="alert">There are no matching jobs.</div>
    [3.1631]
    [3.1686]
    <div class="alert alert-warning">There are no matching jobs.</div>
  • replacement in src/root/jobset-jobs-tab.tt at line 44
    [3.1719][3.1719:1866]()
    <div class="alert">Showing the first [% jobs.size %] jobs. <a href="javascript:setFilter('filter=%')">Show all [% nrJobs %] jobs...</a></div>
    [3.1719]
    [3.1866]
    <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
    [6.2573][2.725:798]()
    <div class="alert alert-warn">Sorry! Nothing matches your query.</div>
    [6.2573]
    [6.2648]
    <div class="alert alert-warning">Sorry! Nothing matches your query.</div>