summaryrefslogtreecommitdiff
path: root/webapp.py
AgeCommit message (Collapse)Author
2020-10-08webapp.py: fix schedule responseHelmut Grohne
Fixes: a52d12012b1b ("webapp: add concept of "build architecture" to frontend")
2020-10-08add build architecture to schema of buildrequests tableHelmut Grohne
2020-10-07add build architecture to schema of builds tableHelmut Grohne
2020-10-07webapp: add concept of "build architecture" to frontendHelmut Grohne
The frontend now pretends that we had a concept of a "build architecture" in its visual appearance. Whenever dealing with, hard code "amd64" though. That allows refactoring the underlying database without changing how the frontend looks.
2020-01-13fetch and display bugsHelmut Grohne
Retrieve bugs from udd-mirror by tags/usertags and display relevant bug numbers in the webapp.
2019-05-10webapp: use a package-specific debcheck linkHelmut Grohne
Reported-by: Paul Wise <pabs@debian.org>
2019-05-09webapp: add an index listing recently failed buildsHelmut Grohne
2019-03-26webapp.py: sort the architecture drop downHelmut Grohne
2019-03-23allow scheduling builds via webappHelmut Grohne
2019-03-19webapp.py: fix html structureHelmut Grohne
<footer> must be inside <body>
2019-03-17webapp.py: add a footer pointing to the sourceHelmut Grohne
2019-03-17license the beast as gpl-2+Helmut Grohne
2019-03-13webapp.py: make it prettierHelmut Grohne
Thanks to Paul Wise, Guillem Jover and itd@oftc for their feedback.
2019-03-12webapp: avoid raising an unhandled FileNotFoundErrorHelmut Grohne
2019-03-06webapp: parse rounded timestampsHelmut Grohne
2019-03-05webapp: get rid of the annoying sqlalchemy warningHelmut Grohne
The feature is irrelevant here as the ORM isn't being used.
2019-03-05webapp: jinja 2.8 doesn't support dotted assignmentsHelmut Grohne
2019-03-05webapp: only show the bootstrap.d.n link when there is a problemHelmut Grohne
Thanks to Johannes Schauer for the suggestion.
2019-03-05webapp: remove the architecture compactionHelmut Grohne
It confused Guillem Jover at least.
2019-03-05add initial web presentationHelmut Grohne