Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2020-01-13 | schema.sql: index builds on source | Helmut Grohne | |
The per-source page rendered by webapp.py incurs a lot of query that can be sped up using this index. | |||
2019-03-24 | table buildreqeusts should have an explicit id | Helmut Grohne | |
We rely on the id being constant. However, sqlite does not guarantee that the implicit rowid stays constant across vacuum. Making the rowid explicit fixes that. | |||
2019-03-23 | allow scheduling builds via webapp | Helmut Grohne | |
2019-03-17 | license the beast as gpl-2+ | Helmut Grohne | |
2019-03-05 | schema.sql: improve unique index | Helmut Grohne | |
Most of the time, we'll query depstate by source. Thus it should come first in the uniqueness constraint. | |||
2019-02-03 | initial checkin | Helmut Grohne | |