summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
AgeCommit message (Collapse)AuthorFilesLines
2015-07-08reproducible: html_{notes,packages}: avoid collecting garbage 3 times in a ↵Mattia Rizzolo1-1/+1
row. One is enough
2015-07-05reproducible: html_notes: in the issue view, sort packages without bugs ↵Mattia Rizzolo1-1/+1
before the ones with
2015-07-04reproducible: notes: enable the automatic clean up of old issue pagesMattia Rizzolo1-2/+1
2015-07-04reproducible: html_notes: also clean up old issues pageMattia Rizzolo1-0/+19
2015-06-14reproducible: fix "Created $count issue pages for $suite" counterReiner Herrmann1-1/+1
2015-05-16reproducible: be explicit: notes are targeted at packages in unstableHolger Levsen1-3/+3
2015-05-11fixup: fixup: reproducible: split notes and no_notes pages into suite ↵Holger Levsen1-2/+2
specific ones
2015-05-11fixup: reproducible: split notes and no_notes pages into suite specific onesHolger Levsen1-2/+2
2015-04-21reproducible: html_notes: directly link the "new" suite-relative issue pages ↵Mattia Rizzolo1-2/+2
instead of the old ones
2015-04-21reproducible: html_notes: use link_package() in the issues view to generate ↵Mattia Rizzolo1-2/+1
the html link of a package, to gain the new tooltip thinghy
2015-04-16reproducible: move the generation of index_notes and index_no_notes from ↵Mattia Rizzolo1-78/+2
_homl_notes to _html_indexes
2015-04-05reproducible: html_notes: fix indentation. I'm not even sure why python ↵Mattia Rizzolo1-6/+6
didn't complain loudly
2015-04-04reproducible: html_notes: rebuild FTBFS indexes page after updating the notesMattia Rizzolo1-0/+4
2015-03-29reproducible: html_notes: quiet down the outputMattia Rizzolo1-2/+4
2015-03-28reproducible: improve table layoutHolger Levsen1-1/+1
2015-03-28reproducible: provide suite specific views on issuesHolger Levsen1-17/+35
2015-03-15reproducible: deal with removed packages gracefullyHolger Levsen1-4/+8
2015-03-14reproducible: rename 'sid' to 'unstable'Holger Levsen1-2/+2
2015-03-14reproducible: more formal wordingHolger Levsen1-2/+2
2015-03-14reproducible: remove package from packages with notes if package doesnt existHolger Levsen1-0/+1
2015-03-14reproducible: add myself to copyrightHolger Levsen1-1/+2
2015-03-14reproducible: don't fail the job if a package with notes was removedHolger Levsen1-4/+2
2015-03-14reproducible: simplify wordingHolger Levsen1-3/+3
2015-03-14reproducible: use less confusing wordingHolger Levsen1-1/+1
2015-03-13reproducible: unify outputHolger Levsen1-2/+2
2015-03-13reproducible: consistent empty linesHolger Levsen1-0/+9
2015-03-13reproducible: refactor, consider suitesHolger Levsen1-9/+9
2015-03-13reproducible: refactor, split packages shown into statesHolger Levsen1-16/+27
2015-03-11reproducible: shorten languageHolger Levsen1-2/+1
2015-03-11reproducible: html_notes: fixup last commitMattia Rizzolo1-1/+2
2015-03-11reproducible: html_notes: split index_no_notes in suite/arch subsectionsMattia Rizzolo1-18/+25
2015-03-07reproducible: notes: add a +/# sign after bug numbers, if they are ↵Mattia Rizzolo1-3/+4
close/with-patch
2015-03-03reproducible: notes can be against packages in any suiteHolger Levsen1-2/+3
2015-03-03reproducible: notes: do not limit the 'package has been tested' to sidMattia Rizzolo1-1/+1
2015-03-03s#in particular##Holger Levsen1-2/+1
2015-03-01reproducible: html_notes: fix TypeError in gen_html_issue()Mattia Rizzolo1-2/+2
2015-03-01reproducible: notes: fix multiarch url in gen_html_issue()Mattia Rizzolo1-3/+3
2015-03-01reproducible: html_notes: fix multiarch urlMattia Rizzolo1-4/+4
2015-03-01reproducible: move packages files under a suite-named directory, e.g. ↵Mattia Rizzolo1-3/+6
/rb-pkg/sid/
2015-02-27reproducible: notes: check wheter the package has been tested before ↵Mattia Rizzolo1-2/+13
rebuilding the page in purge_old_notes(). This fix a issue with packages removed from the archive
2015-02-27reproducible: notes: format the query before calling it in load_notes(). ↵Mattia Rizzolo1-2/+3
this is to have a useful error message, in case of errors
2015-02-26reproducible: html_notes: update to a new database schema supporting ↵Mattia Rizzolo1-9/+12
multiple suites. consider only sid for index_{no_,}notes(), and half-support a new keyword 'suite' from the yaml
2015-02-21reproducible: rename process_packages() to gen_packages_html()Holger Levsen1-3/+3
2015-02-17reproducible: notes: split the package list in the index_{no_,}notes pages ↵Mattia Rizzolo1-20/+42
according to status
2015-02-15Added css class to package list without notesReiner Herrmann1-1/+1
2015-02-15reproducible: notes: add a counter also to /issues/ pagesMattia Rizzolo1-1/+2
2015-02-15reproducible: move get_trailing_icon() from _html_notes to commonMattia Rizzolo1-12/+0
2015-02-14reproducible: dont sort twiceHolger Levsen1-1/+1
2015-02-14reproducible: sort no_notes by build_dateHolger Levsen1-1/+2
2015-02-14reproducible: fixup no_notes navigationHolger Levsen1-1/+1