Only normalize conditions during resolution time, instead on every ->search
[dbsrgits/DBIx-Class.git] / t / cdbi /
2016-07-26 Peter Rabbitson Introducing DBIx::Class::Schema::SanityChecker
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-12 Peter Rabbitson Lose another dependency: Class::Inspector
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-05 Peter Rabbitson These files are not used by anything - remnants from...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-08-12 Dagfinn Ilmari Man... Stop importing all the POSIX functions
2015-08-12 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-06-03 Dagfinn Ilmari Man... Stop importing all the POSIX functions
2015-05-22 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-03-18 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-03-17 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-02-15 Peter Rabbitson Revert c8dc7d33 - entirely superseded by 83eef5621
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
2015-02-10 Peter Rabbitson Switch CDBICompat and its tests to OptDeps
2015-02-10 Peter Rabbitson Remove redundant skip checks in CDBICompat tests
2015-02-10 Peter Rabbitson Remove useless INIT blocks from CDBI tests - no changes
2015-02-10 Peter Rabbitson Introduce ad hoc requirements and add skip_without...
2015-02-10 Peter Rabbitson Finally implement compound OptDep group augmentation
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2014-10-21 Dagfinn Ilmari Man... Further delay empty weakregistry assertions
2014-10-05 Peter Rabbitson The functionality introduced in 7ad80222 requires a...
2014-09-30 Dagfinn Ilmari Man... Only load DBICTest::Schema when needed in tests
2014-09-30 Dagfinn Ilmari Man... Use Optional::Dependencies for CDBICompat and its tests
2014-09-08 Peter Rabbitson No longer use rel_info($rel)->{class} in the cond resolver
2014-07-24 Mike Francis Added support for handling Class::DBI::Column in CDBICompat
2014-07-24 Mike Francis Added handling for implicit inflate/deflate of CDBI...
2014-07-19 Peter Rabbitson Remove duplicate arg-check in create(), adjust exceptio...
2014-06-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
2014-06-04 Peter Rabbitson Call mro reinit in tests only on 5.8
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2012-12-26 Brendan Byrd Fix TODO tests to only mark exactly the failing tests...
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
2012-04-11 Peter Rabbitson Fix buggered skip, broken by reorg in d9bd5195
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-04-09 Peter Rabbitson Reorganize CDBICompat tests - centralize prereq checks...
2012-03-12 Peter Rabbitson Test suite wide leaktesting
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-25 Peter Rabbitson More robust test suite skip-checks, check ENV before...
2011-05-10 Justin Hunter turn 'use vars' into 'our'
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2011-03-01 Justin Hunter Switch cursor accessor to CAG's component_class type...
2011-01-19 Peter Rabbitson DBIC now warns on explicit false AutoCommit, and when...
2010-11-12 Peter Rabbitson Stop spurious warnings in cdbi test
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-07-08 Peter Rabbitson Cleanup shebang lines of all maint/example scripts...
2010-06-03 Peter Rabbitson Convert all no_plan tests to done_testing
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-04-28 Peter Rabbitson Fix failing test and some warnings
2010-01-31 Peter Rabbitson better skip message
2010-01-22 Peter Rabbitson Final round of detabify
2009-09-11 Peter Rabbitson Reverting dev.catalyst.perl.org/svnweb/bast/revision...
2009-09-06 Peter Rabbitson Test cleanup:
2009-07-21 Norbert Buchmuller Fixing what my svk client screwed up.
2009-07-20 Norbert Buchmuller (no commit message)
2009-07-02 Peter Rabbitson cleanup
2009-06-19 Peter Rabbitson cleanup svn attrs
2009-06-03 Peter Rabbitson Require a recent version of Date::Simple during CDBI...
2009-05-20 Arthur Axel "fREW... fix test for people with spaces in path
2009-04-29 Peter Rabbitson Fixes to massive breakage introduced by 5948 ribasushi--
2009-04-21 Peter Rabbitson Multiple cdbi-compat test cleanups
2009-01-25 Peter Rabbitson First stab at restructuring with tests_recursive()...