Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / storage / debug.t
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-03 Peter Rabbitson Cleaner assertion envvar handling
2015-11-03 Peter Rabbitson Fix test failure on 5.8.x with DBIC_TRACE=1 (introduced...
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2014-09-19 Peter Rabbitson Revert e9f71ab2 - it ends up breaking a declared API
2014-07-08 Peter Rabbitson Switch DBIC::Storage::Statistics to Moo (for trial...
2014-07-07 Peter Rabbitson IFF debug goes to STDERR by default - silence possible...
2014-07-07 Peter Rabbitson Stop permanently enabling autoflush on the debug filehandle
2014-07-07 Peter Rabbitson Expand closed STDERR test, check actual exception
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2014-05-28 Peter Rabbitson Retire DBIC::DebugObj, replace with $dbictest_schema...
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2011-11-25 Peter Rabbitson Make tests pass with DBIC_TRACE and DBIC_TRACE_PROFILE set
2011-11-21 Peter Rabbitson Pass tests with DBICTEST_SQLITE_USE_FILE set
2011-07-06 Alexander Hartmaier fixed failing test when DBIC_TRACE_PROFILE is set
2011-06-17 Peter Rabbitson Open the logfile in append mode
2010-10-21 Peter Rabbitson Make sure t/storage/debug.t passes with DBIC_TRACE_PROF...
2010-08-04 Peter Rabbitson Restore backwards compatibility - introduce intent...
2010-07-08 Peter Rabbitson Cleanup shebang lines of all maint/example scripts...
2010-02-05 Peter Rabbitson No idea how I missed all these fails...
2010-01-27 Peter Rabbitson Merge some cleanups from the prefetch branch
2009-08-25 Peter Rabbitson Move storage tests to their own dir