summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-01build.py: fix invalid column nameHelmut Grohne
2020-10-17depcheck.py: avoid variable type changeHelmut Grohne
2020-10-11build.py: fix build/native confusion in function nameHelmut Grohne
2020-10-10webapp.py: improve parameter validation for /scheduleHelmut Grohne
2020-10-09depcheck.py: delete unused functionsHelmut Grohne
2020-10-08add build architecture to schema of depcheck tableHelmut Grohne
2020-10-08webapp.py: really fix schedule responseHelmut Grohne
2020-10-08add build architecture to schema of depstate tableHelmut Grohne
2020-10-08webapp.py: fix schedule responseHelmut Grohne
2020-10-08build.py: add option --buildarchHelmut Grohne
2020-10-08add build architecture to schema of buildrequests tableHelmut Grohne
2020-10-08build.py: fix up sql statement after refactoringHelmut Grohne
2020-10-07build.py: fix up sql statement after refactoringHelmut Grohne
2020-10-07add build architecture to schema of building tableHelmut Grohne
2020-10-07add build architecture to schema of builds tableHelmut Grohne
2020-10-07webapp: add concept of "build architecture" to frontendHelmut Grohne
2020-10-05depcheck.py: reduce use of BUILD_ARCHHelmut Grohne
2020-10-05support concurrent buildsHelmut Grohne
2020-10-05build.sh: use sbuild/lintian integrationHelmut Grohne
2020-10-04drop mips as a release architectureHelmut Grohne
2020-10-04depcheck: add python3.9-minimal to bad_foreign_packagesHelmut Grohne
2020-02-16depcheck: add python3.8-minimal to bad_foreign_packagesHelmut Grohne
2020-01-13fetch and display bugsHelmut Grohne
2020-01-13schema.sql: index builds on sourceHelmut Grohne
2019-11-05depcheck: ignore givebacksHelmut Grohne
2019-09-08depcheck: don't litter temporary files on errorHelmut Grohne
2019-08-01build.py: handle errors from ssh in a better wayHelmut Grohne
2019-05-10webapp: use a package-specific debcheck linkHelmut Grohne
2019-05-09webapp: add an index listing recently failed buildsHelmut Grohne
2019-03-26webapp.py: sort the architecture drop downHelmut Grohne
2019-03-24table buildreqeusts should have an explicit idHelmut Grohne
2019-03-23build.py: add back random orderingHelmut Grohne
2019-03-23build.py: prefer older buildrequestsHelmut Grohne
2019-03-23allow scheduling builds via webappHelmut Grohne
2019-03-19webapp.py: fix html structureHelmut Grohne
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
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
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
2019-03-05webapp: remove the architecture compactionHelmut Grohne
2019-03-05add initial web presentationHelmut Grohne
2019-03-05schema.sql: improve unique indexHelmut Grohne
2019-03-05depcheck.py: abort early when nothing needs checkingHelmut Grohne
2019-03-05reduce timestamps to 1s resolutionHelmut Grohne
2019-03-02depcheck: support parallel operationHelmut Grohne
2019-03-02depcheck: remove the 6h conditionHelmut Grohne