Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-17 | reproducible debian: make python sql more sqlite/postgres agnostic | Valerie R Young | 1 | -16/+16 | |
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-09-23 | Revert "reproducible debian: bump daily scheduling limit to 500 for lamby" | Holger Levsen | 1 | -2/+2 | |
This reverts commit b2b801b5c5a0b372196735146b9db12988b3c532. | |||||
2016-09-23 | reproducible debian: bump daily scheduling limit to 500 for lamby | Holger Levsen | 1 | -2/+2 | |
2016-08-22 | reproducible debian: fix sqlite3 IntegrityError | Valerie R Young | 1 | -4/+7 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-08-19 | reproducible debian: switch python database backend to SQLAlchemy | Valerie R Young | 1 | -15/+47 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-05-20 | reproducible: remove unused code fragment | Holger Levsen | 1 | -1/+0 | |
2015-12-14 | reproducible: don't save the reschedule reason in the DB | Mattia Rizzolo | 1 | -2/+1 | |
That was actually a bad idea, given that we don't check on input execute the with the given string right away. Also, we're not really interested in this, so once convenient we can also remove the column from the DB. | |||||
2015-12-09 | reproducible: remote_scheduler: also force notification when asking for ↵ | Mattia Rizzolo | 1 | -1/+1 | |
artifacts | |||||
2015-12-09 | reproducible: remote_scheduler: refactor the notification level chooser | Mattia Rizzolo | 1 | -3/+7 | |
2015-12-09 | reproducible: save the schedule message in the db and show it in the "test ↵ | Mattia Rizzolo | 1 | -3/+5 | |
history" table | |||||
2015-12-09 | reproducible: refactor how the 'notify on build start' feature is handled, ↵ | Mattia Rizzolo | 1 | -12/+10 | |
stop abusing of the builder column in the db for this | |||||
2015-10-09 | reproducible: fix typo, thanks to Santiago for spotting | Holger Levsen | 1 | -1/+1 | |
2015-10-09 | reproducible: shorten irc message | Holger Levsen | 1 | -3/+3 | |
2015-10-09 | reproducible: improve comment | Holger Levsen | 1 | -2/+1 | |
2015-10-09 | reproducible: remote_scheduler: filter the architecture too | Mattia Rizzolo | 1 | -1/+2 | |
2015-09-26 | reproducible: fix grammar | Holger Levsen | 1 | -1/+1 | |
2015-09-22 | reproducible: except -d for --noisy too (should probably rename --noisy to ↵ | Holger Levsen | 1 | -1/+1 | |
--debug) | |||||
2015-09-22 | reproducible: improve readability, increase code size by 3 chars, reduce irc ↵ | Holger Levsen | 1 | -1/+1 | |
message by 1 | |||||
2015-09-22 | reproducible: default suite is unstable | Holger Levsen | 1 | -2/+2 | |
2015-09-11 | reproducible: create scheduled indexes as part of the live_status job (and ↵ | Holger Levsen | 1 | -1/+1 | |
'ignore bugs') | |||||
2015-09-10 | reproducible: call generate_schedule(arch) everywhere | Holger Levsen | 1 | -1/+1 | |
2015-09-10 | reproducible: fix+harmonize punctation. | Holger Levsen | 1 | -11/+11 | |
2015-09-10 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-08-31 | reproducible: dont log arch twice, and wrongly | Holger Levsen | 1 | -1/+0 | |
2015-08-21 | reproducible: raise limit how many packages people can schedule per day to 200 | Holger Levsen | 1 | -2/+2 | |
2015-08-21 | reproducible: remote_scheduler: fix a TypeError and make more rubost | Mattia Rizzolo | 1 | -15/+16 | |
2015-08-21 | reproducible: remote_scheduler: clean the packages list from empty strings ↵ | Mattia Rizzolo | 1 | -1/+1 | |
that somehow happens | |||||
2015-08-21 | reproducible remote scheduler: fix typo | Reiner Herrmann | 1 | -1/+1 | |
2015-08-19 | reproducible: remote_scheduler: rearrange the argparse bits to really print ↵ | Mattia Rizzolo | 1 | -9/+4 | |
all option in -h | |||||
2015-08-19 | reproducible: remote_scheduler: don't require the -s option at argparse ↵ | Mattia Rizzolo | 1 | -1/+5 | |
level, bug check it later on (this allow passing just --null via argv) | |||||
2015-08-19 | reproducible: remote_scheduler: do not ball users out when they schedule an ↵ | Mattia Rizzolo | 1 | -3/+2 | |
inexistent package, just print the error | |||||
2015-08-18 | reproducible: alioth reschedule script: pipe args to alioth instead of ↵ | Mattia Rizzolo | 1 | -1/+0 | |
passing them through commal line, to avoid ssh screw up. Thanks to Lunar and Dhole for the help on figuring out how to gettig this working | |||||
2015-08-18 | reproducible: scheduler: add a --null flag to read arguments from stdin and ↵ | Mattia Rizzolo | 1 | -1/+12 | |
consider them null-terminated. Thanks Lunar for the suggestion | |||||
2015-08-18 | reproducible: remote scheduler: correctly parse the -m option | Mattia Rizzolo | 1 | -2/+2 | |
2015-08-09 | reproducible: remote_scheduler: join on the notes table only when needed | Mattia Rizzolo | 1 | -4/+5 | |
2015-08-07 | reproducible: remote_scheduler: resort the CLI flags and improve the help | Mattia Rizzolo | 1 | -9/+9 | |
2015-08-07 | reproducible: remote_scheduler: accept a -a/--architecture flag to specify ↵ | Mattia Rizzolo | 1 | -11/+24 | |
in which arch schedule | |||||
2015-08-07 | reproducible: remote_scheduler: flag rename: -a/--artifacts to ↵ | Mattia Rizzolo | 1 | -2/+2 | |
-k/--keep-artifacts | |||||
2015-08-07 | reproducible: remote_scheduler: remove redundant default in argparse definitions | Mattia Rizzolo | 1 | -2/+2 | |
action="store_true" implies default=False | |||||
2015-07-23 | reproducible move the bcolors class to _common.py | Mattia Rizzolo | 1 | -11/+0 | |
2015-07-17 | reproducible: rescheduler: improve help text | Mattia Rizzolo | 1 | -3/+6 | |
2015-07-17 | reproducible: rescheduler: don't catch blacklisted packages in the filter query | Mattia Rizzolo | 1 | -1/+1 | |
2015-07-08 | reproducible: make irc notifications optional instead of the default again | Holger Levsen | 1 | -6/+6 | |
2015-07-08 | reproducible: shorten irc messages | Holger Levsen | 1 | -2/+2 | |
2015-07-05 | reproducible: improve grammar | Holger Levsen | 1 | -5/+5 | |
2015-07-05 | reproducible: remote scheduler: also tell whether there is going to be noise ↵ | Mattia Rizzolo | 1 | -2/+4 | |
or silence after the scheduling | |||||
2015-07-05 | reproducible: reschedule: add a --dry-run option to do exactly that (doh!) | Mattia Rizzolo | 1 | -5/+12 | |
2015-07-05 | reproducible: rescheduler: add -t/--after and -b/--before options to select ↵ | Mattia Rizzolo | 1 | -1/+15 | |
packages built before/after the specified date | |||||
2015-07-05 | reproducible: scheduler: add a --status (-r) option to specify a package ↵ | Mattia Rizzolo | 1 | -7/+20 | |
status to pick packages from. This is ANDed to the -i if provided | |||||
2015-07-05 | reproducible: scheduler: accept an -i option to schedule all package ↵ | Mattia Rizzolo | 1 | -1/+15 | |
affected by a given issue. Also allow passing 0 package to the script |