]> git.donarmstrong.com Git - debbugs.git/history - bin
skip bad .debinfo files when loading them
[debbugs.git] / bin /
2018-03-13 Don Armstrongskip bad .debinfo files when loading them database
2018-02-27 Don Armstrongthe developer prepare option to debbugs-installsql...
2018-02-27 Don Armstrongonly update the progress bar if it exists
2018-02-27 Don Armstrongallow providing a directory of debinfo files to loadsql
2018-02-27 Don Armstrongsupport --dsn option in debbugs-loadsql
2018-02-27 Don Armstrongallow debbugs-installsql to take a --dsn option
2018-02-09 Don Armstrongremove useless $time and $start_time variables
2018-02-09 Don Armstrongadd bugs_and_logs command to debbugs-loadsql
2017-08-12 Don ArmstrongMerge remote-tracking branch 'local/master' into database
2017-08-11 Don Armstrongset indent level and tabs mode
2017-08-11 Don Armstrongbecause pkgreport.cgi uses taint, use perl -I to set...
2017-08-11 Don Armstrongdocument the synopsis slightly better
2017-08-11 Don Armstrongautomatically identify if local-debbugs is being run...
2017-08-10 Don Armstrongadd bugs listed in the config file to the mirrored...
2017-08-10 Don Armstronguse return, not next inside of sub
2017-08-10 Don Armstrongid is the column in bug which has the bug number, not id
2017-08-09 Don Armstrongallow codename or suite to match in updatesqlcache
2017-08-09 Don Armstrongallow specifying suites for bug status cache
2017-08-08 Don Armstrongskip undefined source versions
2017-08-08 Don Armstronguse get_src_pkg_id when loading versions
2017-08-08 Don Armstrongskip undefined src versions
2017-08-08 Don Armstrongpurge cache every 100 files
2017-08-08 Don Armstronguse get_*_id in load_debinfo; handle -0 correctly there too
2017-08-07 Don Armstrongfix syntax error in bug
2017-08-07 Don Armstronghashrefinflator uses subhashes, not .
2017-08-07 Don Armstrongimport uniq from List::MoreUtils into updatesqlcache
2017-08-07 Don Armstrongthe column for the bug id is bug, not id
2017-08-07 Don Armstrongfix plural of {src,bin}packages? in updatesql
2017-08-07 Don Armstrongbinver goes to bin_pkg
2017-08-07 Don Armstrongfix the bin->bin_ver join in updatesqlcache
2017-08-07 Don Armstrongfix wrong plural in join relationships
2017-08-07 Don ArmstrongBinAssociation is not plural
2017-08-07 Don Armstrongonly update the @bugs_to_update
2017-08-07 Don Armstrongmtime should be <= to skip during --quick, not just <
2017-08-07 Don Armstronguse COALESCE indexes for bug_status_cache
2017-08-06 Don Armstrongopen_compressed_file is in Debbugs::Common
2017-08-06 Don Armstronguse postgres_version of 9 for deployment (fixes missing...
2017-08-05 Don ArmstrongMerge remote-tracking branch 'origin/master' into database
2017-07-06 Don Armstrongparse the status before outputting it
2017-07-06 Don Armstrongwrite out config local files
2017-07-06 Don Armstronghandle --stop --exit or --quit
2017-07-03 Don Armstronghandle SIGPIPE in spamc by skipping the message
2017-07-02 Don Armstrongadd debbugs-spamscan-log to run spamc on log files
2017-05-14 Don ArmstrongUse natatime instead of page in update-bugs
2017-04-16 Don Armstrongwe want paged results even while using --quick in updat...
2017-04-16 Don Armstrongfix developer-prepare option of installsql
2017-04-15 Don Armstrongthe quick bug method was searching on bug not id
2017-04-13 Don Armstrongmake updatesqlcache executable
2017-04-13 Don Armstrongsupport the --quick option to updatesqlcache
2017-04-12 Don Armstrongwalk through multiple bugs at a time
2017-04-12 Don Armstrongdocument subcommands
2017-04-12 Don Armstrongpaginate updatesqlcache properly and fix missing table...
2017-03-25 Don Armstrongfix extraneous one
2017-03-24 Don Armstrongdocument debbugs-loadsql more
2017-03-24 Don Armstrongadd initial code for updating bug status cache
2017-03-09 Don Armstrongremove developer-prepare option
2017-03-09 Don Armstrongimplement load bug logs
2017-03-08 Don Armstronginclude all of :load_bug
2017-02-26 Don Armstrongpreload bugs on initial insert
2017-02-26 Don Armstronguse get_maintainers while loading maintainers
2017-02-25 Don Armstrongload_packages now only changes rows it has to
2017-01-09 Don Armstrongswitch load_packages to use gzip -dc
2017-01-09 Don Armstrongadd load_suite
2016-08-29 Don Armstrongallow specifying the database using the DSN
2016-08-29 Don Armstrongstop double printing in run_rsync
2016-08-29 Don Armstrongadd load_package support
2016-08-11 Don Armstrongallow debinfo to be null separated
2016-08-10 Don Armstrongif the upload date is not defined, update it
2016-08-10 Don Armstrongfix wrong calling of from_epoch
2016-08-10 Don Armstrongfix strong severities syntax error
2016-08-10 Don Armstrongsupport install version storage
2016-08-10 Don Armstrongadd creation times for debinfo addition
2016-08-10 Don Armstrongstart add_packages and support add_configuration
2016-08-10 Don Armstrongstart add_suites support
2016-08-10 Don Armstronghandle affects properly and upgrade schema
2016-08-10 Don Armstrongmake debbugs-loadsql executable
2016-08-10 Don ArmstrongAbstract out walk_bugs for load_bug_log
2016-08-10 Don Armstrongfix pod2usage typo
2016-08-10 Don Armstronghandle quick bug loading by checking the database for...
2016-08-10 Don Armstrongservice and sysconfdir all take options
2016-08-10 Don ArmstrongThe wheezy getopt::long basically doesn't support any...
2016-08-10 Don Armstrongif there is no subcommand to debbugs-loadsql, display...
2016-08-10 Don Armstronguse GetOptionsFromArray instead of the OO method, becau...
2016-08-10 Don Armstrongadd first stab at using DBIx::Class::DeploymentHandler...
2016-08-10 Don Armstronguse debbugs_db from config
2016-08-10 Don Armstrongfix unterminated B<> sequence
2016-08-10 Don Armstrongremove _id; fix correspondent and test
2016-08-10 Don Armstrongadd source maintainers code in loadsql
2016-08-10 Don Armstrongconsolidate debbugs-loadsql commands
2016-08-10 Don Armstrongdocument verbose and progress; add back quiet tag
2016-08-10 Don Armstrongonly remove the progress bar if $p is defined
2016-08-10 Don Armstronguse Term::Progress bar; output information on failure
2016-08-10 Don Armstrongabstract out some of the bug loading code into Debbugs...
2016-08-10 Don Armstrongcache arch because there aren't very many of them
2016-08-10 Don Armstrongcache src_pkgs for a single file as it's highly likely...
2016-08-10 Don Armstrongfix handle_queue typo
2016-08-10 Don Armstrongdocument that the spool directory can be set
2016-08-10 Don Armstrongadd initial version of debbugs-loadsql-debinfo and...
2016-08-10 Don Armstrongadd initial work on sql for debbugs
2013-10-01 Don ArmstrongMerge branch 'master' into don/libravatar
next