summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01reproducible Debian: correctly count reproducible packages in the last 24+48hHolger Levsen1-2/+12
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-27reproducible Debian: partial conversion to sqlalchemy expression languageValerie R Young1-40/+265
This commit partially converts two scripts to use the sqlachemy expression language to be sqlite/postgres agnostic. Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-08-15reproducible Debian: show percentage of results in the last 24/48hHolger Levsen1-20/+33
2016-07-24reproducible debian: decouple navigation and page writing logicValerie R Young1-5/+11
Decoupling the navigation and page writing logic made it easier to do the following: - fix a bug introduced by adding headers at the top of the mainbody div (fixed in this commit) - make package pages to use the same structure as all other pages that contain a left navigation (to do in future) Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-24reproducible debian: add cross arch/suite navigation for many pagesValerie R Young1-1/+6
From the left navigation "suite/arch" section, you can now navigation between suite and architecture specific results for the following pages: packages sets, packages with notes, packages without notes, packages tested in 24/48hs, all packages state pages and all packages page. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-17reproducible debian: add main navigation highlighting to python pagesValerie R Young1-1/+2
Added the correct navigation highlighting to the following pages: notes, no notes, tested in the last 24 hours, tested in the last 48 hours, all packages, notifications enabled, breakages, issue pages, scheduled, and maintainers page. Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-08reproducible debian: bug fix: only debian html belongs in tests.r-b.org/debianValerie R Young1-2/+2
2016-06-08reproducible debian: update urls to include tests.r-b.org/debian directoryValerie R Young1-2/+2
2016-02-10reproducible debian: sort package lists on depwait_last24h, depwait_last48h ↵Holger Levsen1-3/+3
and not_for_us_all correctly
2016-01-06update copyright yearsHolger Levsen1-0/+1
2016-01-01reproducible armhf: enable testing of testingHolger Levsen1-4/+0
2015-12-30Show ordering on notes pages.Chris Lamb1-6/+6
Signed-off-by: Chris Lamb <lamby@debian.org>
2015-12-18reproducible debian armhf: also test experimentalHolger Levsen1-2/+2
2015-12-15reproducible: always sort 'not for us' packages alphabeticallyHolger Levsen1-3/+2
2015-10-05reproducible: mv #FIXME TODOHolger Levsen1-1/+1
2015-10-04reproducible: rename join_status_icon() to get_status_icon() and drop unused ↵Holger Levsen1-2/+2
code
2015-10-03reproducible: improve wordingHolger Levsen1-1/+1
2015-10-02reproducible: spool notifications to package maintainers and only send them ↵Holger Levsen1-1/+1
once a day
2015-10-02reproducible: better explain maintainer notificationsHolger Levsen1-1/+1
2015-09-22reprodcucible: emphasize bug filingHolger Levsen1-1/+1
2015-09-11reproducible: include bug stati into live_statusHolger Levsen1-2/+2
2015-09-11reproducible: create scheduled indexes as part of the live_status job (and ↵Holger Levsen1-28/+0
'ignore bugs')
2015-09-10reproducible: cleanup cruftHolger Levsen1-1/+0
2015-09-10fix syntaxHolger Levsen1-2/+2
2015-09-10reproducible: create arch specific schedule pagesHolger Levsen1-11/+11
2015-09-10reproducible: change loop order (noop)Holger Levsen1-2/+2
2015-09-06reproducible: special case armhf, where we only build unstableHolger Levsen1-0/+2
2015-09-06reproducible: fix navigation links for armhf index pagesHolger Levsen1-1/+1
2015-08-31reproducible: fix armhf linksHolger Levsen1-4/+4
2015-08-26reproducible: only build index pages for suite+architectures that are testedHolger Levsen1-0/+2
2015-08-18reproducible: fix suite stats the ugly way...Holger Levsen1-1/+1
2015-08-09fix typoHolger Levsen1-1/+1
2015-08-07reproducible: html_indexes: fix typoMattia Rizzolo1-1/+1
2015-08-07reproducible: _html_indexes: build global pages in a different loop than the ↵Mattia Rizzolo1-1/+5
others, to build them only once
2015-08-07reproducible: _html_indexes: add depwait packages to the last24h and last48h ↵Mattia Rizzolo1-0/+20
pages
2015-08-07reproducible: _html_indexes: remove depwait packages from the no_notes pageMattia Rizzolo1-7/+0
2015-08-02reproducible: fix grammar: s#arches#archs#Holger Levsen1-3/+3
2015-08-02fix typoHolger Levsen1-1/+1
2015-08-01reproducible: add a new status, "depwait", where package failing to install ↵Mattia Rizzolo1-0/+32
their build-deps ends to. This will clear FTBFS a few, and give a more easy filtering for some use cases
2015-07-04reproducible: html_indexes: fix mail url for the index_notify pageMattia Rizzolo1-1/+1
2015-06-16reproducible: improve languageHolger Levsen1-1/+1
2015-06-10reproducible: s#failed to built#failed to build#gHolger Levsen1-6/+6
2015-06-10reproducible: improve index_notifyHolger Levsen1-5/+5
2015-06-01reproducible: improve languageHolger Levsen1-1/+1
2015-06-01reproducible: html_indexes: new page with the list of packages with ↵Mattia Rizzolo1-1/+36
notify_maintainer enabled
2015-06-01reproducible: html_indexes: fix comment in the top to reflect realityMattia Rizzolo1-2/+3
2015-06-01reproducible: html_indexes: set suite/arch to the defaults when building a ↵Mattia Rizzolo1-0/+2
global page
2015-05-27reproducible: order index_notes and index_no_notes by build dateHolger Levsen1-2/+2
2015-05-23reproducible: in the schedule, link to the package in the right suite and archHolger Levsen1-1/+1
2015-05-17remove timestamps_from_cpp_macros from filtered FTBFS issuesHolger Levsen1-0/+1