Fix brainfart from cb551b07 - 'if' is still a module, don't need it
[dbsrgits/DBIx-Class.git] / t / lib /
2015-03-05 Peter Rabbitson Extract LeakTracer symtable visitor into DBICTest:...
2015-03-05 Peter Rabbitson (travis) Make a separate is_ci runmode, separated from...
2015-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2015-03-02 Peter Rabbitson (travis) Only consider the runmode a 'Smoker' when...
2015-02-15 Peter Rabbitson Roll back massive unrelated test changeset introduced...
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
2015-02-10 Peter Rabbitson Move some ICDT dependent (sub)tests around (no function...
2015-02-10 Peter Rabbitson Remove obsolete startup check (introduced in 5e724964...
2015-01-23 Peter Rabbitson Fix intermittent failures in the LeakTracer on 5.18...
2014-12-24 Dagfinn Ilmari Man... Use more widely supported quoting in DBICTest::Year2000...
2014-12-23 Peter Rabbitson (travis) Add 5.8.1 dev-testing to avoid crap like RT...
2014-12-10 Dagfinn Ilmari Man... Use SQL-standard quoting in Year2000CDs view
2014-11-18 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2014-10-24 Peter Rabbitson These loads are no longer necessary after d7d45bdc65
2014-10-21 Dagfinn Ilmari Man... Further delay empty weakregistry assertions
2014-09-30 Dagfinn Ilmari Man... Only load DBICTest::Schema when needed in tests
2014-09-25 Peter Rabbitson Edit leaktracer diag texts to be ilmary-compliant :)
2014-09-24 Peter Rabbitson Accomodate broken Test::More trials a bit better
2014-09-24 Peter Rabbitson Viciously deal with more strictures fallout
2014-09-15 Peter Rabbitson Ensure the custom rel cond resolver does not trigger...
2014-09-15 Peter Rabbitson Ensure undef_on_null_fk does not affect non-introspecta...
2014-09-15 Peter Rabbitson Yet another missed sanity check in the relcond resolver
2014-07-29 Peter Rabbitson A little cleanup of ->id callsites (incomplete)
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Peter Rabbitson Document and add example of foreign_related_object
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-17 Peter Rabbitson Move the "special loading" check to DBICTest::Util
2014-07-17 Peter Rabbitson Consolidate bits and pieces under ::_Util::refdesc
2014-07-09 Peter Rabbitson Older perls get confused by this construct - rewrap
2014-07-08 Peter Rabbitson Break out the test tracer into a standalone file
2014-06-11 Karen Etheridge replace all remaining uses of self_rowobj with self_res...
2014-06-11 Gerda Shank Add (now passing) tests for set_from_related() via...
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
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2014-05-28 Peter Rabbitson Switch most remaining debug-hooks to $dbictest_schema...
2014-05-28 Peter Rabbitson Retire DBIC::DebugObj, replace with $dbictest_schema...
2014-05-27 Peter Rabbitson Move the DSN-lock machinery from 8d6b1478d into DBICTes...
2014-05-27 Peter Rabbitson Consolidate lib-wide frameskip, adjust the ::RunMode...
2014-05-22 Peter Rabbitson Remove forgotten part of a48693f4 (incompletely reverte...
2014-02-10 Peter Rabbitson Harden t/54taint.t against possible future changes...
2014-01-31 Peter Rabbitson Give Firebird (and Interbase) a common sqlt_type
2014-01-29 Peter Rabbitson Rudimentary DBI/DBD MDV
2014-01-28 Peter Rabbitson Factor out the symtable walker, no functional changes...
2014-01-28 Peter Rabbitson One extra cleanup pass before asserting weakregistry...
2014-01-27 Peter Rabbitson Yet another attempt to solve the mystery-win32-failure...
2014-01-27 Peter Rabbitson Rewrite writiability test to be clearer and with less...
2014-01-23 Peter Rabbitson Have tests recover gracefully when File::Spec->tmpdir...
2014-01-23 Peter Rabbitson Move hrefaddr to DBIC::_Util, give most functions a...
2014-01-23 Peter Rabbitson Work around older DBI (possibly other cases) of faulty...
2014-01-23 Peter Rabbitson GAH! DBD::SQLite's sqlite_db_filename() is relatively...
2014-01-22 Peter Rabbitson Report correct mismatching inode in the deletion guard...
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2014-01-21 Peter Rabbitson Stop using precomputed SQLite testdb name, fix test...
2014-01-20 Peter Rabbitson Do not track plain scalar refs on 5.17+ for the time...
2014-01-20 Peter Rabbitson Stop circref TODO based on RT#82942 from failing after...
2014-01-19 Peter Rabbitson Now that we have the tools leak-track much more stuff...
2014-01-19 Peter Rabbitson Switch to a global symtable "classdata" visitor
2014-01-19 Peter Rabbitson Even saner diagnostics (view under diff -w)
2014-01-19 Peter Rabbitson Stop various CLONE-registries from growing indefinitely
2014-01-19 Peter Rabbitson Rewire the leaktracer to store all refs by address...
2014-01-19 Peter Rabbitson Centralize handling of refcount in DBIC::_Util
2013-12-30 Karen Etheridge Extra (passing) test case generated while investigating...
2013-12-18 Karen Etheridge misspelling
2013-11-08 Peter Rabbitson Fix nonsensical result class names introduced by a...
2013-11-05 Peter Rabbitson Make sure DBICTest is always loaded first (purely bookkeep)
2013-11-04 Matt Phillips fix typo in FATAL ERROR message.
2013-10-18 Peter Rabbitson Smoother concurrent test-flow
2013-10-11 Peter Rabbitson Move classdata handling to DBICTest::Util::LeakTracer
2013-10-02 Peter Rabbitson Fail early properly even in the presence of -jN
2013-10-02 Arthur Axel 'fREW... Further tradeoffs on relationship sanity checking ...
2013-10-02 Peter Rabbitson Fail early if full test is run in a stale checkout
2013-09-16 Peter Rabbitson Augment test suite with oddball relationship declarations
2013-08-29 Peter Rabbitson Prevent DBD::Firebird and DBD::InterBase from colliding...
2013-08-29 Peter Rabbitson I did manage to screw up locking in parallel testing...
2013-08-29 Peter Rabbitson Generalize the SQLite DDL generation tool (see next...
2013-04-21 Peter Rabbitson And of course the test pragma is not supported everywhere
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-04-20 Peter Rabbitson More robust tests of dependency lazy-loading and delay...
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-04-04 Peter Rabbitson Do not repeatedly trace test schema populate under...
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-10 Peter Rabbitson Exclude DBICTest namespace from stacktraces
2013-02-23 Peter Rabbitson Instrument the lockfile creation failure
2013-02-14 Peter Rabbitson Yet another collapser oversight
2013-02-14 Peter Rabbitson Reverting a48693f42e - the test is a fat duplicate...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-01-12 Peter Rabbitson Regenerate SQLite testschema ddl with explicit quoting...
2012-12-19 Peter Rabbitson Fix broken DBICTest::RunMode::is_smoker() (riba got...
2012-11-30 Peter Rabbitson More extensive travis testing plan
2012-11-30 Peter Rabbitson Fix the leaktracer rewrite in 218b7c12 which broke...
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-08-23 Rafael Kitover remove ->deploy from castaway's test
2012-08-23 Jess Robinson New test for recent prefetch/undef bug
next