]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2018-03-28 Don Armstrongabstract out processall components; add documentation continous_process
2018-03-21 Don Armstrongset executable on age-1
2018-03-19 Don Armstrongadd missing dependency on libdbix-class-deploymenthandl...
2018-03-19 Don Armstrongadd dependency on libaliased-perl
2018-03-19 Don Armstrongadd dependencies on postgresql-*-debversion
2018-03-19 Don Armstrongwork around slim image not providing /usr/share/man
2018-03-19 Don Armstrongwe need postgresql to run tests; suggest it too
2018-03-19 Don Armstrongswitch all uses of MoreUtils to AllUtils
2018-03-19 Don Armstrongadd dependency on libdbix-class-timestamp-perl
2018-03-19 Don Armstrongpull libtest-postgresql-perl from unstable for docker...
2018-03-19 Don Armstrongerror out if a docker build command fails
2018-03-16 Don Armstrongtags are now sorted when they are split
2018-03-16 Don ArmstrongFix POD error in Debbugs::Mime
2018-03-16 Don ArmstrongMerge branch 'database'
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-09 Don ArmstrongSwitch travis CI to docker image; build docker image...
2018-03-09 Don Armstrongadd Debian stable to travis image for text-xslate-perl
2018-03-09 Don Armstrongturn on --tool in travis so I know why the install...
2018-03-09 Don Armstrongstart 3.0.0 changelog and document text::xslate changes
2018-03-09 Don Armstrongadd missing graphviz and libuser-perl dependency
2018-03-09 Don Armstrongfix package url to include the target as well
2018-03-09 Don Armstrongremove newline before pre_title
2018-03-09 Don Armstrongcanonical should just have the link
2018-03-09 Don Armstrongbug links were missing target
2018-03-09 Don Armstrongfix include paths for serious mail misconfiguration
2018-03-09 Don ArmstrongMerge branch 'text_xslate_templates'
2018-03-07 Don Armstrongremove newline from pre_title again
2018-03-07 Don Armstrongremove leading space before comment in debian/control
2018-03-07 Don Armstrongbuild and install the favicon
2018-03-07 Don Armstrongthe icon background should be white
2018-03-07 Don Armstrongadd a logo for debbugs
2018-03-06 Don Armstrongfix the rule to install UPGRADE.md
2018-03-06 Don Armstrongmove UPGRADE notes to markdown, and add in 2.6 notes
2018-03-06 Don Armstrongfuture directions is outdated
2018-03-06 Don Armstrongwe don't need to ship db-h spool directories
2018-03-06 Don Armstrongfix cgis install; bugs-fetch2.pl is no longer used
2018-03-06 Don Armstrongremove the obsolete perl_dir stuff
2018-03-06 Don Armstrongremove old bzrignore file
2018-03-06 Don ArmstrongUpdate standards version to 4.1.3
2018-03-06 Don Armstrongthe database configuration variable is now $gDatabase
2018-03-05 Don Armstrongprovide informative information when unarchiving unarch...
2018-03-05 Don ArmstrongDon fixed the blocks/blockedby of archived bugs
2018-03-04 Don Armstrongdocument fix of archived merged bugs
2018-03-04 Don Armstrongclarify that blockers which are bad could be archived
2018-03-04 Don Armstrongfix typo in test for archived bugs in blocks
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-26 Don Armstrongmk-build-deps also needs equivs installed
2018-02-26 Don Armstrongin travis, use dch -r -m ''; to not add more messages
2018-02-26 Don Armstrongfinalize the changelog so dch -r will work in travis...
2018-02-26 Don Armstronguse mk-build-deps to install package dependencies in...
2018-02-23 Don ArmstrongOnly search for the first Format-Version: and use it text_xslate_templates
2018-02-23 Don Armstronguse state for read_bug field namemap
2018-02-23 Don Armstronguse state for read_bug params_validate spec
2018-02-23 Don Armstrongrework package_links and munge_url to increase their...
2018-02-21 Don Armstrongallow the regex to really be a regex
2018-02-21 Don Armstrongscores can be negative
2018-02-21 Don Armstrongparse headers directly for spam score
2018-02-21 Don Armstrongfix function typo
2018-02-21 Don Armstrongadd learn subcommand and examples
2018-02-15 Chris LambAdd rel="canonical" links to bug pages.
2018-02-14 Don Armstronguse binary_to_source cache in Debbugs::SOAP::get_status
2018-02-09 Don Armstrongremove useless $time and $start_time variables
2018-02-09 Don Armstrongadd bugs_and_logs command to debbugs-loadsql
2018-02-08 Don Armstrongif the charset is unknown, assume UTF-8
2018-02-02 Don Armstrongwe use Text::Xslate instead of Text::Template
2018-02-02 Don Armstrongoutlook is a control command too
2018-02-02 Don Armstrongchange buginfo to use a list instead of paragraphs
2018-02-02 Don Armstrongmake bug report operations inline
2018-02-02 Don Armstrongsplit bug report header into two lines
2018-02-02 Don Armstronghave merge-one-version use Debbugs::Config
2018-02-02 Don Armstrongfix config.bug and other inline bits in no_such_bug...
2018-02-02 Don Armstrongcombine CSS selectors
2018-01-28 Don Armstrongfix accidentally broken mbox links
2018-01-24 Don Armstronguse the right <: msg template :>
2018-01-24 Don Armstrongadd Debbugs::Text::XslateBridge
2018-01-23 Don Armstrongthe prefilter was killing newlines right before '<...
2018-01-22 Don Armstronguse maintainer instead of maint
2018-01-22 Don Armstrongutility routines are no longer supported in Text::Xslate
2018-01-22 Don Armstronguse maintainer instead of maint
2018-01-22 Don Armstrongimported modules need to go after exporter (to avoid...
2018-01-22 Don ArmstrongSwitch from Text::Template to Text::Xslate
2018-01-02 Don Armstrongpass through a binary-to-source cache
next