summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
AgeCommit message (Collapse)AuthorFilesLines
2015-04-04reproducible: fix 'FTBFS_filtered' to include packages with no issuesHolger Levsen1-1/+1
2015-04-04reproducible: improve ftbfs view, filter known issuesHolger Levsen1-3/+4
2015-04-04Revert "Revert "reproducible: WIP, split view in ftbfs worth investigating ↵Holger Levsen1-4/+4
and ftbfs due to our changes or setup"" This reverts commit 03e6599e0d4fcd9f86c91f3c3f996ba6a6ee7a75.
2015-03-30Revert "reproducible: WIP, split view in ftbfs worth investigating and ftbfs ↵Holger Levsen1-4/+4
due to our changes or setup" This reverts commit 65583f0fea4f1aa54153729e79650e86dca83a7d.
2015-03-30reproducible: WIP, split view in ftbfs worth investigating and ftbfs due to ↵Holger Levsen1-4/+4
our changes or setup
2015-03-30reproducible: move the really_ftbfs quering+dispalying where it should stay: ↵Mattia Rizzolo1-0/+6
in the indexes, as a section of the FTBFS pages
2015-03-21reproducible: fix links on global pagesHolger Levsen1-0/+1
2015-03-18reproducible: turn two more log.info calls into log.debugHolger Levsen1-2/+2
2015-03-14reproducible: rename 'sid' to 'unstable'Holger Levsen1-2/+2
2015-03-14reproducible: simplify wordingHolger Levsen1-2/+2
2015-03-13reproducible: use CSS for numbering the rowsHolger Levsen1-5/+5
2015-03-12reproducible: fix html5Holger Levsen1-1/+1
2015-03-12reproducible: fix textHolger Levsen1-1/+1
2015-03-12reproducible: correctly list rankingHolger Levsen1-1/+1
2015-03-12reproducible: fix linksHolger Levsen1-1/+1
2015-03-11reproducible: reorder columnsHolger Levsen1-5/+5
2015-03-11reproducible: include date_scheduled in scheduled pageHolger Levsen1-3/+3
2015-03-10reproducible: use proper terms in table headerHolger Levsen1-1/+1
2015-03-10reproducible: merge suite specific schedule pages into single global oneHolger Levsen1-19/+26
2015-03-07reproducible: html_indexes: fix copy-paste error in the 404 templateMattia Rizzolo1-1/+1
2015-03-06reproducible: html_indexes: prevent further TypeErrors by checking for a ↵Mattia Rizzolo1-0/+4
valid architecture and failing early
2015-03-06reproducible: fixup the last commitMattia Rizzolo1-11/+11
2015-03-06reproducible: add suite+arch to page titlesHolger Levsen1-11/+11
2015-03-05reproducible: make titles work properly also for global pagesHolger Levsen1-4/+2
2015-03-05reproducible: make sections work properly also for global pagesHolger Levsen1-1/+3
2015-03-05reproducible: html_indexes: write the footnote only if there are packages listedMattia Rizzolo1-5/+10
2015-03-05reproducible: html_indexes: print the page sections of the scheduled page ↵Mattia Rizzolo1-5/+5
even if there is nothing to show
2015-03-05reproducible: html_indexes: add support for bottom textMattia Rizzolo1-4/+4
2015-03-05fix missing commaHolger Levsen1-1/+1
2015-03-05reproducible: link full scheduling overviewHolger Levsen1-0/+3
2015-03-03reproducible: fixup syntax in last commitMattia Rizzolo1-2/+2
2015-03-03reproducibe: html_indexes: query here the number of tested package, for ↵Mattia Rizzolo1-3/+5
every suite
2015-03-03reproducible: common: add suites links in the header.Mattia Rizzolo1-1/+1
2015-03-02reproducible: more suite related navigation fixesHolger Levsen1-1/+1
2015-03-02reproducible: html_indexes: fix a bunch of 'the backslash is redundant ↵Mattia Rizzolo1-7/+7
between brackets' pep8 errors
2015-03-02reproducible: html_indexes: build indexes for every suite/arch, and place ↵Mattia Rizzolo1-58/+86
them in a sensible directory. plus, support a new kind of index global_pages, which are superset of the suite-relative ones
2015-03-01reproducible: move packages files under a suite-named directory, e.g. ↵Mattia Rizzolo1-23/+28
/rb-pkg/sid/
2015-02-26reproducible: html_indexes: update to a new database schema supporting ↵Mattia Rizzolo1-21/+21
multiple suites. yet, hardcode 'sid' in the file for now
2015-02-18reproducible: html_indexes: catch ZeroDivisionError while calculating percentageMattia Rizzolo1-2/+7
2015-02-16reproducible: html_indexes: gather bugs data even when the script is not ↵Mattia Rizzolo1-1/+3
called directly
2015-02-16reproducible: html_indexes: s/schduled/scheduled/Mattia Rizzolo1-1/+1
2015-02-16reproducible: remove superflous debug print()sMattia Rizzolo1-1/+0
2015-02-15reproducible: remove superflous debug print()Mattia Rizzolo1-0/+1
2015-02-15reproducible: html_indexes: more docMattia Rizzolo1-1/+6
2015-02-15reproducible: html_indexes: add a bunch of pagesMattia Rizzolo1-6/+121
2015-02-15reproducible: html_indexes: does not write anything is the relevant query ↵Mattia Rizzolo1-0/+2
did not produce results
2015-02-15reproducible: html_indexes: (ugly) support for section where another number ↵Mattia Rizzolo1-2/+8
is needed
2015-02-15reproducible: html_indexes: do percents against how many tested packages, ↵Mattia Rizzolo1-2/+2
not packages in sid
2015-02-15reproducible: add reproducible_html_indexes.pyMattia Rizzolo1-0/+189