]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2018-03-13 Don Armstrongskip bad .debinfo files when loading them database
2018-03-13 Don Armstrongconnect to and use the schema if it exists
2018-03-12 Don Armstrongget_bug_status can now accept a schema to pull from DB
2018-03-12 Don Armstrongit's package_tracking_domain, not subscription_domain
2018-03-12 Don Armstrongset field_match to be a state variable
2018-03-06 Don Armstrongthe database configuration variable is now $gDatabase
2018-02-28 Don Armstrongadd fake debian archive/debinfo for testing
2018-02-28 Don Armstrongadd start of database seting
2018-02-28 Don Armstrongwe currently don't need Helper::ResultSet
2018-02-28 Don Armstrongremove dsn debugging print statement
2018-02-28 Don Armstrongremove useless $SIG{CHLD} handler
2018-02-28 Don Armstrongmk-build-deps also needs equivs installed
2018-02-28 Don Armstrongin travis, use dch -r -m ''; to not add more messages
2018-02-28 Don Armstrongfinalize the changelog so dch -r will work in travis...
2018-02-28 Don Armstronguse mk-build-deps to install package dependencies in...
2018-02-27 Don Armstronguse Test::PostgreSQL to test whether the postgresql...
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 Armstrongremove bug_url from the codebase
2017-08-11 Don Armstrongpass uri_escape to templates in bugreport.cgi
2017-08-11 Don Armstrongremove vestiges of Safe from Debbugs::Test
2017-08-11 Don Armstrongset local variables in Bugreport.pm
2017-08-11 Don Armstrongignore supplied filenames in MIME to avoid taint issues
2017-08-11 Don Armstrongdocument pass-through urls in the example apache config...
2017-08-11 Didier RaboudUse PT|passthrough redirects also for all other rewrites
2017-08-11 Didier RaboudUse PT|passthrough redirects for ^/([0-9]+)$ for bugrep...
2017-08-11 Don Armstrongadd libnet-server-perl to build-deps for local-debbugs
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 Armstrongadd .log.spam.d support too
2017-08-10 Don Armstrongthere's no reason to use locale; in proces or service
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-10 Don Armstrongskip empty correspondents
2017-08-09 Don Armstronguse scalar IO::InnerFile::getline to work around an...
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-09 Don Armstrongfix db_search options to use [] and {} when appropriate
2017-08-09 Don Armstronguse state for Params::Validate options
2017-08-08 Don Armstrongskip undefined source versions
2017-08-08 Don Armstronguse get_src_pkg_id when loading versions
2017-08-08 Don Armstrongif there is an offset which is too large, set the TZ...
2017-08-08 Don Armstrongthe bug status is only absent, found, fixed, and undef
2017-08-08 Don Armstronghead entities do not have colons in MIME::Head
2017-08-08 Don Armstrongskip undefined src versions
2017-08-08 Don Armstrongpurge cache every 100 files
2017-08-08 Don Armstrongdo not use HRI in arch selection
2017-08-08 Don Armstronguse get_*_id in load_debinfo; handle -0 correctly there too
2017-08-07 Don Armstrongfix load_bug failing to strip src: from source packages
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 Armstrongdelete associations in a transaction by 1000
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 Armstrongmodify bug_status_type to match what bug_presence returns
2017-08-07 Don Armstrongfix POD failures in DB::Load
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 ArmstrongInclude references from the original bug in replies
2017-08-05 Don ArmstrongMerge remote-tracking branch 'origin/master' into database
2017-08-05 Don Armstronginclude non-breaking spaces in pheader regex for old...
2017-08-05 Don Armstrongadd libtext-iconv-perl to depends
2017-08-05 Don Armstrongfix allutils typo
2017-08-05 Don Armstrongcomments in control should not have leading spaces
2017-08-05 Don Armstrongswitch travis to using trusty
2017-08-04 Don Armstrongadd Debbugs::DebArchive to read Packages, Releases...
2017-08-04 Don Armstrongadd open_compressed_file routine to Debbugs::Common
2017-07-10 Don Armstrongstrip out Mail-Followup-To
2017-07-09 Don Armstrongadd test for multipart mime headers
2017-07-08 Don Armstrongfix wrong s/// on package_pages
2017-07-08 Don Armstrongfix modification of $config{package_pages} in map
2017-07-06 Don Armstrongdocument that format flowed and other messages are...
2017-07-06 Don Armstrongadd a link to the bug when thanking new bug submissions
2017-07-06 Don ArmstrongFix merged sort order to always be numeric
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-06 Don Armstronghandle pending being unset
2017-07-06 Don Armstrongset Reply-To and Content-Type in done and forward
2017-07-06 Don Armstrongcroak in subroutines
2017-07-06 Don Armstrongskip maintainer files if they are empty *or* undef
2017-07-04 Don Armstronguse https for CVE tracker by default
2017-07-04 Don Armstrongfix usertag_package_domain to strip protocol if its...
next