Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-11 | reproducible Debian: s#html page#HTML page#g | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-25 | reproducible debian: speed up _html_notes.py a bit | Valerie R Young | 1 | -5/+20 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible debian: make python sql more sqlite/postgres agnostic | Valerie R Young | 1 | -6/+6 | |
This commit fixes all the python script sql queries that required minimal editing to be syntactically correct for both sqlite and postgres. Almost all fixes consist of the removal of double quotes from query strings. NOTE: the following scripts expect the schedule table's primary key to autoincrement. Running reproducible_db_maintence.py on a postgres database will not add the necessary autoincrementing functionality at this time. The following script WILL run on the sqlite database but will fail on postgres database constructed from reproducible_db_maintence.py until this is fixed: reproducible_remote_scheduler.py reproducible_schedule.py Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-11 | Use popcon.source_package now that it's available in jessie-backports | Ximin Luo | 1 | -3/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-09-24 | reproducible Debian: more mampers (tm) for unicode date from popcon for the ↵ | Holger Levsen | 1 | -8/+11 | |
notes job | |||||
2016-09-24 | reproducible Debian: ignore unicode errors with a bigger hammer | Holger Levsen | 1 | -4/+4 | |
2016-09-24 | reproducible Debian: ignore more unicode errors | Holger Levsen | 1 | -1/+4 | |
2016-09-24 | reproducible Debian. just ignore unicode errors only | Holger Levsen | 1 | -1/+1 | |
2016-09-24 | reproducible Debian: let's beat the notes job in shape, to make it deal ↵ | Holger Levsen | 1 | -7/+10 | |
gracefully with broken popcon data | |||||
2016-07-28 | reproducible debian: add template for notes pages | Valerie R Young | 1 | -22/+17 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-07-24 | reproducible debian: decouple navigation and page writing logic | Valerie R Young | 1 | -4/+5 | |
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-17 | reproducible debian: add main navigation highlighting to python pages | Valerie R Young | 1 | -2/+3 | |
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-18 | reproducible debian: notes: show the bug title near the bug number | Mattia Rizzolo | 1 | -1/+6 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-15 | reproducible debian: explain it's the 1/4 most popular within the issue | Holger Levsen | 1 | -2/+3 | |
2016-06-14 | reproducible debian: more descriptive names for issue score columns | Ximin Luo | 1 | -4/+9 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-14 | reproducible debian: also decorate popular packages in per-issue pages | Ximin Luo | 1 | -9/+20 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-11 | reproducible debian: index_issues: some visual fixes | Ximin Luo | 1 | -1/+1 | |
- replace underscore with space so browsers can wrap it better - better explanation of package alt text Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-11 | reproducible debian: replace underscore with space so browsers can wrap it ↵ | Ximin Luo | 1 | -1/+1 | |
better Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-11 | reproducible debian: don't ignore packages with 0 popcon | Ximin Luo | 1 | -1/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-11 | reproducible debian: add popcon scores to mouseover text, and underline 1/4 ↵ | Ximin Luo | 1 | -1/+8 | |
of the most popular ones Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-11 | reproducible debian: fix the ordering of score functions using OrderedDict, ↵ | Ximin Luo | 1 | -5/+6 | |
round sqrt to int Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-11 | reproducible debian: Have index_issues also show total popcon scores of each ↵ | Ximin Luo | 1 | -14/+20 | |
issue We add extra columns in the table, that indicate: 1. the total popcon of each issue's packages 2. the total sqrt-popcon of that 3. the count of that, as before We also change the default sort order to be (1) instead of (3) as before. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-08 | reproducible debian: bug fix: only debian html belongs in tests.r-b.org/debian | Valerie R Young | 1 | -4/+4 | |
2016-06-08 | reproducible debian: update urls to include tests.r-b.org/debian directory | Valerie R Young | 1 | -4/+4 | |
2016-05-18 | reproducible debian: right align table cells by default, provide css classes ↵ | Holger Levsen | 1 | -11/+11 | |
for left and center alignment | |||||
2016-05-07 | s#https://anonscm.debian.org/cgit#https://anonscm.debian.org/git#g | Holger Levsen | 1 | -1/+1 | |
2016-01-01 | reproducible armhf: enable testing of testing | Holger Levsen | 1 | -2/+0 | |
2015-12-18 | reproducible debian armhf: also test experimental | Holger Levsen | 1 | -1/+1 | |
2015-12-09 | reproducible: refactor and better point out notes.git | Holger Levsen | 1 | -6/+11 | |
2015-10-09 | reproducible: show packages in depwait state on issue pages | Holger Levsen | 1 | -1/+1 | |
2015-10-04 | reproducible: explain that notes are only usually targeted at unstable/amd64 | Holger Levsen | 1 | -3/+3 | |
2015-10-04 | reproducible: rename join_status_icon() to get_status_icon() and drop unused ↵ | Holger Levsen | 1 | -1/+1 | |
code | |||||
2015-08-26 | reproducible: only build note related pages for suite+architectures that are ↵ | Holger Levsen | 1 | -0/+2 | |
tested | |||||
2015-08-15 | reproducible: fix all users of gen_packages_html() after the refactoring of it | Mattia Rizzolo | 1 | -2/+2 | |
notable changes: * gen_packages_html() in common.sh got renamed to the singular version gen_package_html() and now accept only one argument (a package name) + thus reproducible_blacklist.sh got fixed to pass one package at time + this greatly semplify the code, by removing *a lot* of crappy code * _html_all_packages.py really becomed a 2-liner, with part of its login being now either in _html_packages.py or removed. | |||||
2015-08-02 | reproducible: fix grammar: s#arches#archs# | Holger Levsen | 1 | -1/+1 | |
2015-07-08 | reproducible: html_{notes,packages}: avoid collecting garbage 3 times in a ↵ | Mattia Rizzolo | 1 | -1/+1 | |
row. One is enough | |||||
2015-07-05 | reproducible: html_notes: in the issue view, sort packages without bugs ↵ | Mattia Rizzolo | 1 | -1/+1 | |
before the ones with | |||||
2015-07-04 | reproducible: notes: enable the automatic clean up of old issue pages | Mattia Rizzolo | 1 | -2/+1 | |
2015-07-04 | reproducible: html_notes: also clean up old issues page | Mattia Rizzolo | 1 | -0/+19 | |
2015-06-14 | reproducible: fix "Created $count issue pages for $suite" counter | Reiner Herrmann | 1 | -1/+1 | |
2015-05-16 | reproducible: be explicit: notes are targeted at packages in unstable | Holger Levsen | 1 | -3/+3 | |
2015-05-11 | fixup: fixup: reproducible: split notes and no_notes pages into suite ↵ | Holger Levsen | 1 | -2/+2 | |
specific ones | |||||
2015-05-11 | fixup: reproducible: split notes and no_notes pages into suite specific ones | Holger Levsen | 1 | -2/+2 | |
2015-04-21 | reproducible: html_notes: directly link the "new" suite-relative issue pages ↵ | Mattia Rizzolo | 1 | -2/+2 | |
instead of the old ones | |||||
2015-04-21 | reproducible: html_notes: use link_package() in the issues view to generate ↵ | Mattia Rizzolo | 1 | -2/+1 | |
the html link of a package, to gain the new tooltip thinghy | |||||
2015-04-16 | reproducible: move the generation of index_notes and index_no_notes from ↵ | Mattia Rizzolo | 1 | -78/+2 | |
_homl_notes to _html_indexes | |||||
2015-04-05 | reproducible: html_notes: fix indentation. I'm not even sure why python ↵ | Mattia Rizzolo | 1 | -6/+6 | |
didn't complain loudly | |||||
2015-04-04 | reproducible: html_notes: rebuild FTBFS indexes page after updating the notes | Mattia Rizzolo | 1 | -0/+4 | |
2015-03-29 | reproducible: html_notes: quiet down the output | Mattia Rizzolo | 1 | -2/+4 | |
2015-03-28 | reproducible: improve table layout | Holger Levsen | 1 | -1/+1 | |