Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Util.pm
2016-09-28 Dagfinn Ilmari Man... Fix building on perls with no . in @INC
2016-07-25 Peter Rabbitson Abstract our internal capture_stderr test routine
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-06-23 Peter Rabbitson Raise the global lock timeouts
2016-06-21 Peter Rabbitson Add 'PERL_VERSION' foldable constant, switch lib-ish...
2016-05-26 Peter Rabbitson Move even more utils into DBIC::_Util (see next commit)
2016-05-24 Peter Rabbitson Simplify the find-test-temp-dir codepath a bit
2016-04-12 Peter Rabbitson Lose another dependency: Class::Inspector
2016-03-10 Peter Rabbitson Really work around RT#108390 (630e2ea8a)
2016-03-10 Peter Rabbitson Move expensive test to xt/, add malloc-canary preventin...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-03-01 Peter Rabbitson Move tmpdir() to DBICTest::Util where it belongs
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-29 Peter Rabbitson Move find_co_root into DBICTest::Util
2016-02-29 Peter Rabbitson Revert part of bbcc1fe8 - the 'queue unstick hack'...
2016-01-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2015-11-03 Peter Rabbitson FINALLY find and fix the elusive parallel test deadlock
2015-10-15 Peter Rabbitson Add comprehensive concurrent-test-locking logging to...
2015-10-15 Peter Rabbitson Switch several caller() invocations to explicit CORE...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-03-05 Peter Rabbitson Extract LeakTracer symtable visitor into DBICTest:...
2015-02-10 Peter Rabbitson Remove obsolete startup check (introduced in 5e724964...
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-17 Peter Rabbitson Move the "special loading" check to DBICTest::Util
2014-06-11 Peter Rabbitson Add foreign_resultobj to the customrel signature
2014-06-11 Peter Rabbitson Rename (with a silent compat shim) couple of badly...
2014-06-11 Peter Rabbitson Centralize custom rel args check, be more thorough
2013-04-20 Peter Rabbitson More robust tests of dependency lazy-loading and delay...
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-03-28 Peter Rabbitson Add all database connections via DBICTest::Schema to...
2012-03-12 Peter Rabbitson Test suite wide leaktesting