]> git.donarmstrong.com Git - debbugs.git/history - Debbugs/DB
include function in instalsql for bin ver/src pkg linking
[debbugs.git] / Debbugs / DB /
2018-08-19 Don Armstrongadd bin_pkg to src_pkg convenience linking table with...
2018-04-16 Don Armstrongbug_status view now returns unix epoch; bump db version
2018-04-12 Don Armstrongsrcpackage insertion was inverted; fix
2018-04-11 Don Armstrongavoid creating unknown packages when loading bugs
2018-04-11 Don Armstrongadd unknown_affects to the bug table
2018-04-10 Don Armstrongchange the bug_status view to return mergedwith properly
2018-04-10 Don Armstrongzero out blocks/mergedwith even if there are no blocks...
2018-04-03 Don Armstrongadd done to bug_status view, fix found selector
2018-04-02 Don Armstrongfix the insertion of merged/blocks bugs into the database
2018-03-30 Don ArmstrongAdd bug_status view and corresponding DBIx::Class class
2018-03-19 Don Armstrongswitch all uses of MoreUtils to AllUtils
2018-03-16 Don ArmstrongMerge branch 'database'
2018-02-28 Don Armstrongwe currently don't need Helper::ResultSet
2017-08-12 Don ArmstrongMerge remote-tracking branch 'local/master' into database
2017-08-10 Don Armstrongskip empty correspondents
2017-08-08 Don Armstrongif there is an offset which is too large, set the TZ...
2017-08-08 Don Armstronghead entities do not have colons in MIME::Head
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 Armstrongdelete associations in a transaction by 1000
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-05 Don ArmstrongMerge remote-tracking branch 'origin/master' into database
2017-04-16 Don Armstrongfix var typo and add in missing correspondent index
2017-04-15 Don Armstronguse List::MoreUtils::uniq instead of List::Util
2017-04-14 Don Armstronghandle non-unique packages passed to set_related_packages
2017-04-14 Don ArmstrongUpdate DB Schema version to 6
2017-04-12 Don Armstrongproperly split bug data
2017-04-12 Don Armstrongset related packages (bin/src/affects, etc.)
2017-04-12 Don Armstrongpaginate updatesqlcache properly and fix missing table...
2017-03-24 Don Armstrongadd initial code for updating bug status cache
2017-03-12 Don Armstrongkeep done/owner/submitter NULL if there is no submitter...
2017-03-12 Don Armstrongfind_or_create doesn't work properly with HRI apparently
2017-03-10 Don Armstrongthe correspondent id was being set improperly
2017-03-09 Don Armstrongimplement load bug logs
2017-03-09 Don Armstrongchange load bug to use more DBIx::Class methods and...
2017-03-08 Don Armstrongupdate to new schema which includes many_to_many relati...
2017-03-08 Don Armstrongautomatically handle being passed an address to Corresp...
2017-03-08 Don Armstrongload resultset helper; preload 2000 bugs at a time
2017-03-08 Don Armstrongadd ResultSet::Message
2017-02-26 Don Armstrongpreload bugs on initial insert
2017-02-26 Don Armstrongdocument Debbugs::DB::ResultSet
2017-02-25 Don Armstrongload_packages now only changes rows it has to
2017-01-27 Don Armstrongadd DBI specific version of load_packages
2017-01-09 Don Armstrongswitch load_packages to use gzip -dc
2017-01-09 Don Armstrongadd load_suite
2017-01-09 Don Armstrongupdate schema to 4 with more constraints
2016-11-24 Don Armstrongcodename needs to be the key to suites
2016-09-24 Don Armstrongupdate bug status cache documentation
2016-09-24 Don Armstrongadd usertag support to the database
2016-08-29 Don Armstrongadd load_package support
2016-08-17 Don Armstronglowercase email address
2016-08-10 Don Armstrongadd affects binpackage and affets srcpackage
2016-08-10 Don Armstrongexport load_bug_log
2016-08-10 Don Armstronghandle affects properly and upgrade schema
2016-08-10 Don Armstrongstart work on load_bug_log
2016-08-10 Don Armstrongwe should not include DBIx::ClassDeploymentHandlerVersi...
2016-08-10 Don Armstrongadd first stab at using DBIx::Class::DeploymentHandler...
2016-08-10 Don Armstrongfix missing =over/=back
2016-08-10 Don Armstrongfix mistake in bug_message indexes
2016-08-10 Don Armstrongfix bug_id problem; try to update merge/blocks if all...
2016-08-10 Don ArmstrongAdd id to bug_ver and some more indices
2016-08-10 Don Armstrongremove _id; fix correspondent and test
2016-08-10 Don Armstrongget rid of _id in database
2016-08-10 Don Armstrongremove pkg/alias_of/obsolete index; add obsolete/disabl...
2016-08-10 Don Armstrongallow for duplicate, disabled src packages
2016-08-10 Don Armstrongupdate for correspondent in maintainer
2016-08-10 Don Armstronghandle tags, and new submitter/correspondent setup
2016-08-10 Don Armstrongupdate result classes for new relationships
2016-08-10 Don Armstrongget rid of obsolete results
2016-08-10 Don ArmstrongSwitch to severity table
2016-08-10 Don Armstrongadd submitter field to bug table
2016-08-10 Don Armstrongabstract out some of the bug loading code into Debbugs...
2016-08-10 Don Armstrongadd .gitignore file to ignore the table comments
2016-08-10 Don Armstrongdelete mispelled corespondent packages
2016-08-10 Don Armstrongupdate db::result class and add correspondent and messa...
2016-08-10 Don Armstrongupdate db::result class
2016-08-10 Don Armstrongadd more documentation of the debbugs schema
2016-08-10 Don Armstrongadd bug message bits to sql
2016-08-10 Don ArmstrongAdd bin and source associations
2016-08-10 Don Armstrongadd initial work on sql for debbugs