Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | add build architecture to schema of depcheck table | Helmut Grohne | |
2020-10-08 | webapp.py: really fix schedule response | Helmut Grohne | |
Also handle invalid form values with a BadRequest. Fixes: bab219106d1b ("webapp.py: fix schedule response") Fixes: a52d12012b1b ("webapp: add concept of "build architecture" to frontend") | |||
2020-10-08 | add build architecture to schema of depstate table | Helmut Grohne | |
2020-10-08 | webapp.py: fix schedule response | Helmut Grohne | |
Fixes: a52d12012b1b ("webapp: add concept of "build architecture" to frontend") | |||
2020-10-08 | add build architecture to schema of buildrequests table | Helmut Grohne | |
2020-10-07 | add build architecture to schema of builds table | Helmut Grohne | |
2020-10-07 | webapp: add concept of "build architecture" to frontend | Helmut 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-13 | fetch and display bugs | Helmut Grohne | |
Retrieve bugs from udd-mirror by tags/usertags and display relevant bug numbers in the webapp. | |||
2019-05-10 | webapp: use a package-specific debcheck link | Helmut Grohne | |
Reported-by: Paul Wise <pabs@debian.org> | |||
2019-05-09 | webapp: add an index listing recently failed builds | Helmut Grohne | |
2019-03-26 | webapp.py: sort the architecture drop down | Helmut Grohne | |
2019-03-23 | allow scheduling builds via webapp | Helmut Grohne | |
2019-03-19 | webapp.py: fix html structure | Helmut Grohne | |
<footer> must be inside <body> | |||
2019-03-17 | webapp.py: add a footer pointing to the source | Helmut Grohne | |
2019-03-17 | license the beast as gpl-2+ | Helmut Grohne | |
2019-03-13 | webapp.py: make it prettier | Helmut Grohne | |
Thanks to Paul Wise, Guillem Jover and itd@oftc for their feedback. | |||
2019-03-12 | webapp: avoid raising an unhandled FileNotFoundError | Helmut Grohne | |
2019-03-06 | webapp: parse rounded timestamps | Helmut Grohne | |
2019-03-05 | webapp: get rid of the annoying sqlalchemy warning | Helmut Grohne | |
The feature is irrelevant here as the ORM isn't being used. | |||
2019-03-05 | webapp: jinja 2.8 doesn't support dotted assignments | Helmut Grohne | |
2019-03-05 | webapp: only show the bootstrap.d.n link when there is a problem | Helmut Grohne | |
Thanks to Johannes Schauer for the suggestion. | |||
2019-03-05 | webapp: remove the architecture compaction | Helmut Grohne | |
It confused Guillem Jover at least. | |||
2019-03-05 | add initial web presentation | Helmut Grohne | |