summaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix lorry templateBen Brown2022-05-051-2/+2
| | | | Update to match new raw-file format.
* Update admin interface to support raw-fileBen Brown2021-11-181-1/+11
|
* Add a page listing failing lorriesBen Hutchings2020-10-062-0/+47
| | | | | | | | | | | | | Provide a status page that lists only the lorries that failed to update on the last attempt. This will make it easier to spot problems that require an update to the lorry configuration. Reuse some of the existing status page logic and render the run queue with a different template. Add a link to this page from the status page. Closes #20.
* status: Show free disk space in MiB when it's < 1 GiBBen Hutchings2020-07-161-1/+7
| | | | | | Showing free disk space as 0 when it drops below 1 GiB may be unncessarily alarming, so show it in units of MiB if that happens. The status dictionary already includes it in both units.
* Update terminology for hosts in internal APIs and web templatesBen Hutchings2020-06-012-6/+6
| | | | | | | | | | | | | | | | This is intended to replace all uses of "Trove" that should really be "Downstream Host" or "Upstream Host", except in the database schema and the REST API (which will probably change later). * ARCH: Update example code to reflect API name change * yarns.webapp: Update test descriptions and uses of internal APIs * units: Update and rename the ls-troves units (although they still use the ls-troves endpoint for now) Some references that really are specific to Trove integration are retained. Related to #3.
* Update to python3Pedro Alvarez2019-11-271-1/+1
|
* templates/status.tpl: Add column to show failuresPedro Alvarez Piedehierro2017-07-131-1/+11
| | | | | Make all columns align to the top, so that the content stays in the same place when expanding the log output column.
* Merge remote-tracking branch 'origin/baserock/liw/lc-list-failed-jobs'Sam Thursfield2014-11-171-0/+25
|\ | | | | | | | | Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Add lists of failed, all jobs to lorry spec infobaserock/liw/lc-list-failed-jobsLars Wirzenius2014-09-091-0/+25
| | | | | | | | This adds them to both the JSON and HTML outputs.
* | Remove buttons from static status pageLars Wirzenius2014-10-131-19/+29
|/
* Render static HTML page without linksbaserock/liw/lc-static-html-without-linksLars Wirzenius2014-05-091-1/+14
| | | | The links won't work, so there's no point in having them.
* Remove extra period from sentenceLars Wirzenius2014-05-061-1/+1
|
* Goodbye, Scotty, we will miss youLars Wirzenius2014-04-221-2/+0
|
* Add new Lorry ControllerLars Wirzenius2014-04-154-0/+211