dbsrgits/DBIx-Class.git
2013-11-08 Matt Phillips squash, slight mod to t/100populate.t wip/insert_select
2013-11-08 Matt Phillips squash, bug in grouper
2013-11-08 Matt Phillips squash, data filter shouldnt run on arrayrefref
2013-11-08 Matt Phillips squash, fix failing ts in 100populate
2013-11-08 Matt Phillips continued efforts, squash
2013-11-08 Matt Phillips squash, fixes subquery with insert_bulk
2013-11-08 Matt Phillips squash
2013-11-08 Matt Phillips squash, continued fiddling
2013-11-08 Matt Phillips squashme, first pass at insert_bulk coderef support
2013-11-08 Peter Rabbitson Rename imprecisely named variables in the load_namespac...
2013-11-08 Peter Rabbitson Fix nonsensical result class names introduced by a...
2013-11-05 Peter Rabbitson This is an expensive author-only test, move to xt/
2013-11-05 Peter Rabbitson Make sure DBICTest is always loaded first (purely bookkeep)
2013-11-05 Peter Rabbitson Work around TB1.5 hanging with 5.19 - use unreleased...
2013-11-05 Peter Rabbitson Revert 2c300e45 - new backwards compatible SQLT got...
2013-11-05 Peter Rabbitson Clarify what happens on distinct + get_column($aggregat...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-11-04 Matt Phillips fix typo in FATAL ERROR message.
2013-10-31 Peter Rabbitson Simplify DBIHacks signatures
2013-10-31 Peter Rabbitson Temporarily freeze travis SQLT on 0.11016, until the...
2013-10-31 Peter Rabbitson Test more JSON::Any backends, and reorder the selection...
2013-10-31 Peter Rabbitson Work around JSON::Any not being future-proof
2013-10-29 Dagfinn Ilmari... Consistently use "eq ''" when checking for exception...
2013-10-29 Dagfinn Ilmari... Explicitly stringify when checking for existing exception
2013-10-25 Peter Rabbitson Fix a47f273b change to be in line with the Row->Result...
2013-10-24 Karen Etheridge fix some pod links
2013-10-18 Peter Rabbitson Better render of $POSTMORTEM
2013-10-18 Peter Rabbitson Add a MAKEFLAGS parallel execution config on travis
2013-10-18 Peter Rabbitson Get TAP::Harness to time tests travis-wide
2013-10-18 Peter Rabbitson Remove anything preinstalled on the travis perls when...
2013-10-18 Peter Rabbitson Smoother concurrent test-flow
2013-10-16 Peter Rabbitson Build more recent perls concurrently
2013-10-14 Peter Rabbitson Check that 64 bit in-SQLite math works regardless of...
2013-10-14 Peter Rabbitson Fix exceedingly sloppy SQLite warning workaround from...
2013-10-14 Peter Rabbitson Forgotten remnant of 655d80dd (void by f207111d)
2013-10-14 Peter Rabbitson Really work around https://github.com/travis-ci/travis...
2013-10-14 Peter Rabbitson Add more autogenerated test exceptions, in fact do...
2013-10-14 Peter Rabbitson Streamline postmortem analysis, and fix non-essential...
2013-10-11 Peter Rabbitson Add a 9m soft / 9.5m hard timeout option to bin/cpan...
2013-10-11 Peter Rabbitson Reenable 5.10 travis smokes
2013-10-11 Peter Rabbitson Correct attribution of nonessential skipped tests origin
2013-10-11 Peter Rabbitson MULTICREATE_DEBUG + TRACE_PROFILE=console_monochrome...
2013-10-11 Karen Etheridge Pod/comment fixes
2013-10-11 Peter Rabbitson Make the dbh error handler installer `Perl -d` friendly
2013-10-11 Peter Rabbitson Move classdata handling to DBICTest::Util::LeakTracer
2013-10-11 Peter Rabbitson Silence nonessential test warning (last outstanding...
2013-10-09 Peter Rabbitson Many improvements of bigint handling across various...
2013-10-08 Peter Rabbitson Add explicit notes wrt DBI/DBD::SQLite dep versions
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2013-10-08 Dagfinn Ilmari... Warn about non-integer values for all integer bind...
2013-10-08 Dagfinn Ilmari... Use explicit variable on loop
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-10-02 Peter Rabbitson Fail early properly even in the presence of -jN
2013-10-02 Karen Etheridge fix pod formatting of this code snippet
2013-10-02 Dagfinn Ilmari... Stop using the deprecated Class::MOP::load_class()
2013-10-02 Arthur Axel... Further tradeoffs on relationship sanity checking ...
2013-10-02 Peter Rabbitson Fail early if full test is run in a stale checkout
2013-10-02 Peter Rabbitson Proper fix for t/storage/replicated.t (augments 617474ab7e)
2013-10-01 Dagfinn Ilmari... Fix t/storage/replicated.t class loading problem
2013-10-01 Dagfinn Ilmari... Throw clearer exception on ->new_related() with a non...
2013-09-24 Peter Rabbitson Smoker-wide parallel testing of installed deps
2013-09-24 Peter Rabbitson Better diagnostics of skipped non-essential tests
2013-09-23 Peter Rabbitson Engage nuclear option of travis testing
2013-09-17 Peter Rabbitson Delist Example and add QuickStart to the DocMap
2013-09-17 Scott R. Godin Update DocMap - include missing local Manual pages...
2013-09-17 Peter Rabbitson A fixed DBD::Firebird went to CPAN as well
2013-09-17 Peter Rabbitson These workarounds are thankfully no longer needed
2013-09-17 Peter Rabbitson This was fixed in March 2013
2013-09-16 Karen Etheridge switch from Class::MOP::class_of to Moose::Util::find_meta
2013-09-16 Peter Rabbitson Augment test suite with oddball relationship declarations
2013-09-16 Peter Rabbitson Reorder relationship sanity checks, run them only on...
2013-09-16 Peter Rabbitson Consolidate single-pk checks from relationship inferren...
2013-09-16 Peter Rabbitson More unreachable code - we've already thrown on !define...
2013-09-13 David Steinbrunner typo fix
2013-09-13 Peter Rabbitson MOAR workarounds - freeze CMM at a usable version
2013-09-13 Peter Rabbitson Disable perl introduced in ced296a8 until fixed Carp...
2013-09-13 Peter Rabbitson Run travis-prove under taint mode
2013-09-13 Peter Rabbitson Fix 79061be1 not working under -T
2013-09-09 Peter Rabbitson Excise unreachable code
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-09-09 Peter Rabbitson Make sure we can load each DBICTest::Schema result...
2013-09-09 Peter Rabbitson Reorder travis tests by length, add 5.12.4
2013-09-09 Peter Rabbitson Only run our own tests concurrently, not stuff in after...
2013-09-09 Peter Rabbitson Check that each preinstall on an old CPAN.pm completes
2013-09-08 Peter Rabbitson EU::MM on < 5.8.9 got fixed
2013-09-08 Peter Rabbitson Change CPAN mirror again - metacpan is a complete backp...
2013-09-06 Peter Rabbitson Lock down Tree::DAG_Node version until new Test::Warn...
2013-09-02 Peter Rabbitson Fix typoed variable (just remote the shorthand entirely...
2013-08-29 Olly Betts More typo fixes
2013-08-29 Peter Rabbitson Changes for 113e8d16 and 64c50e81
2013-08-29 Peter Rabbitson Prevent DBD::Firebird and DBD::InterBase from colliding...
2013-08-29 Peter Rabbitson Manpages are of no use on travis
2013-08-29 Peter Rabbitson Do one poisoned env testrun with a threaded perl
2013-08-29 Peter Rabbitson Only smoke blead-pan on allowed-to-fail runs
2013-08-29 Peter Rabbitson Move bleadperl to 'fail ok' submatrix - too much churn
2013-08-29 Peter Rabbitson Work around https://rt.cpan.org/Ticket/Display.html...
2013-08-29 Peter Rabbitson Temporary work around yet another cpanm issue
2013-08-29 Peter Rabbitson Use the same mirror for cpanm as we use for CPAN
2013-08-29 Peter Rabbitson Switch travis-perl tests to 5.18
2013-08-29 Peter Rabbitson I did manage to screw up locking in parallel testing...
next