]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2019-07-06 Don Armstrongadd binpkg/srcpkg relation table
2019-07-06 Don Armstrongmake the pkginfo section a table instead of a long...
2019-07-06 Don ArmstrongUse $bug object instead of status in bugreport buginfo
2019-07-01 Don Armstrongthe usertags test no longer applies; need to rethink it
2019-07-01 Don Armstrongcall iso8601 instead of stringify
2019-06-30 Don Armstrongadd missing dependency on DateTime
2019-06-30 Don Armstrongit's now submitter->email
2019-06-30 Don Armstronguse status for found/fixed in shortstatus
2019-06-30 Don Armstrongonly look for source if srcforpkg is defined
2019-06-30 Don Armstrongstop warning if there is no schema
2019-06-30 Don Armstronguse status->package/found/fixed instead of custom code...
2019-06-30 Don Armstrongallow apply to return > 1 object per collection member
2019-06-30 Don Armstrongadd msid to bug_status VIEW
2019-06-30 Don Armstrongdefine schema object $s in version.cgi
2019-06-30 Don ArmstrongDebbugs:;Verison: add count and join methods; only...
2019-06-30 Don Armstrongbuild sources directly from the package collection
2019-06-30 Don ArmstrongIt's always a source version if the package is a source...
2019-06-30 Don ArmstrongUse pkg for the Debbugs::Package and package for the...
2019-06-30 Don ArmstrongIn Debbugs::Package, do not double search for binary...
2019-06-30 Don ArmstrongIn Debbugs:;Package use valid_version_info instead...
2019-06-30 Don Armstrongadd source_names and maintainers to Debbugs:;Package
2019-06-30 Don ArmstrongDocumentation of Debbugs::Package
2019-06-30 Don ArmstrongResolve issues with get_source_versions{,_distributions}
2019-06-30 Don Armstrongautomatically switch between creating source and binary...
2019-06-29 Don Armstronghandle source/package being undef in Debbugs::Collectio...
2019-06-29 Don Armstrongadd combine method to Debbugs::Collection; fix keys_of_...
2019-06-29 Don Armstronguse schema argument in Debbugs::Collection::Package
2019-06-29 Don Armstrongpending is not a status field
2019-06-29 Don Armstrongdocument Debbugs::Collection::Version
2019-06-02 Don Armstrongremove unneeded things from bugreport after mouseify
2019-06-02 Don Armstrongremove debbuging Data::Printer code which snuck in
2019-06-01 Don ArmstrongOnly build individual fields from the status when they...
2019-05-28 Don Armstrongdepend on libmousex-nativetraits-perl for Hash trait
2019-05-28 Don Armstrongdepend on libmouse-perl
2019-05-28 Don Armstrongfix short bug status to use is_blocked and corresponden...
2019-05-28 Don Armstrongonly include users which have bugs
2019-05-27 Don Armstrongswitch to get_or_add_by_key
2019-05-27 Don ArmstrongUse Debbugs::Bug::Status in Debbugs::Bug
2019-05-27 Don Armstrongdocument Debbugs::Collection::Package
2019-05-27 Don Armstrongadd Debbugs::Bug::Tag, list of tags
2019-05-27 Don Armstrongadd Debbugs::Bug::Status, interface to .status files
2019-05-27 Don ArmstrongDocument Debbugs::Collection::Bug
2019-05-27 Don Armstrongdocument Debbugs::Collection
2018-08-19 Don Armstrongmousify bugreport and short status templates
2018-08-19 Don Armstronghandle no srcver/binver in valid version info search
2018-08-19 Don ArmstrongAdd users to a collection
2018-08-18 Don Armstrongthe default bug collection for a bug is the universe
2018-08-18 Don ArmstrongOR is the default for multiple values; remove useless or
2018-07-14 Don Armstrongadd email and url access objects
2018-06-14 Don Armstrongsupply schema_arg to get_bug_status
2018-06-14 Don Armstrongsupply users to Debbugs::Collection::Bug
2018-06-14 Don Armstrongsupport usertags in Debbugs::Bug and Debbugs::Bug::Tag
2018-06-14 Don Armstrongbug links should all be numbers
2018-06-14 Don Armstronguse state in bug_links for speed
2018-06-14 Don Armstronguse Debbugs::Bug in pkgreport
2018-06-08 Don ArmstrongMousify Debbugs::Log and integrate with Debbugs::Bug
2018-06-08 Don Armstronginclude affects in package loading
2018-06-08 Don Armstrongadd _mergedwith_array for speed when filtering
2018-06-08 Don Armstronguse schema_argument
2018-06-08 Don Armstrongseparate bin version and bin association queries
2018-06-08 Don Armstrongcarp if _member_constructor is called with one package
2018-06-08 Don ArmstrongPackage member key is the fully-qualified name; fix...
2018-06-08 Don Armstrongmake constructorargs lazy
2018-06-08 Don Armstrongreimplement _add_member_hash for speed; add _shallow_cl...
2018-06-08 Don Armstrongadd CARP_TRACE
2018-06-08 Don Armstronguse BUILD to handle correspondent argument; add CARP_TRACE
2018-06-07 Don Armstrongadd collection and collection correspondent
2018-06-07 Don Armstrongadd submit_but and run_processall utility routines
2018-06-07 Don Armstrongupdate OO interface to near-completion
2018-06-07 Don ArmstrongPkgreport now uses Mouse OO interface
2018-06-07 Don Armstrongadd VersionTree and Collection::Version
2018-06-07 Don Armstrongupdate short bug status tx with new class setup
2018-05-01 Don Armstrongadd start of Mouse/Moose based OO Interface to packages
2018-04-20 Don Armstrongreuse the same null handle in globify_scalar
2018-04-18 Don Armstrongadd a mode line for debbugs_schema.sql
2018-04-16 Don Armstrongremove Data::Printer call which snuck in from debugging
2018-04-16 Don ArmstrongDebbugs::packages::get_versions can now use the database
2018-04-16 Don Armstrongonly query for usertags in current packages
2018-04-16 Don Armstronguse the bin_to_src cache in get_bug_statuses
2018-04-16 Don Armstrongpackage_maintainer now accepts schema too
2018-04-16 Don Armstrongbug_status view now returns unix epoch; bump db version
2018-04-16 Don Armstrongadd cache_key support to binary_to_source when schema...
2018-04-14 Don Armstrongnewest is now handled by Debbugs::Bugs, so pass it...
2018-04-14 Don Armstrongfix unknown_packages typo
2018-04-14 Don Armstronghandle newest in Debbugs::Bugs
2018-04-14 Don Armstrongallow specifying the dist in source_to_binary (for...
2018-04-13 Don Armstronguse hash_slice instead of multi-line exists
2018-04-12 Don Armstrongsort keys when applying short bug status
2018-04-12 Don Armstrongimport getbuglocation in loadsql
2018-04-12 Don Armstrongfix package/packages typo
2018-04-12 Don Armstrongsrcpackage insertion was inverted; fix
2018-04-12 Don Armstrongskip debinfos with undefined binarch too.
2018-04-12 Don Armstrongupdate the sql readme
2018-04-12 Don Armstrongpopulate $status{id} in get_bug_status
2018-04-11 Don Armstrongallow dropping tables in installsql
2018-04-11 Don Armstrongsize() is the right operator in short_bug_status, not...
2018-04-11 Don Armstronguse source_to_binary and binary_to_source in pkgreport
2018-04-11 Don Armstrongpass schema_arg everywhere if it exists
2018-04-11 Don Armstronghandle non-existant logs earlier in bug_archiveable
2018-04-11 Don Armstrongpopulate location in get_bug_statuses
next