Fix incorrect whitespace test outside of checkouts
[dbsrgits/DBIx-Class.git] / t / lib /
2016-05-19 Dagfinn Ilmari Man... Harmonize time zone spelling in InflateColumn::DateTime
2016-04-12 Peter Rabbitson Lose another dependency: Class::Inspector
2016-04-12 Peter Rabbitson Harmonize DBICTEST_VIA_REPLICATED detection in tests
2016-04-12 Peter Rabbitson (travis) Add a CLEANTEST run of RURBAN's cperl in the...
2016-04-02 Peter Rabbitson Test with explicitly readonly 'replicants' under DBICTE...
2016-04-02 Fabrice Gabolde Fix parsing DSN when the driver part includes DBI attri...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
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-08 Matthew Horsfall Much simpler sure-flush on dirty exit ( ribasushi-...
2016-03-08 Peter Rabbitson Restructure thread/fork tests to run with maximum concu...
2016-03-04 Peter Rabbitson More robust behavior of ANFANG.pm, also guard against...
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-03-01 Peter Rabbitson Stop loading Time::HiRes in the base test schema -...
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-03-01 Peter Rabbitson Revert ab340f7f - it no longer makes sense given the...
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-02-13 Peter Rabbitson Eeeeep /x doesn't affect the insides of [...]
2016-02-11 Dagfinn Ilmari Man... Proper fix for the lazy workaround in 7e1774f7
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-01-27 Peter Rabbitson Make sure Win32-like DBICTest checks are not tripped...
2016-01-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2016-01-20 Peter Rabbitson Audit/simplify various ->is_* runmode specs
2015-11-03 Peter Rabbitson Fix failures and protect the suite from spurious VERSIO...
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 Reduce amount of initial connects during non-SQLite...
2015-10-15 Peter Rabbitson Switch several caller() invocations to explicit CORE...
2015-08-13 Konstantin A. Pust... Ensure the stack properly deals and warns on Null-Patte...
2015-08-12 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-08-12 Peter Rabbitson Expand (and complicate) m2m test from e98e6478
2015-08-12 Peter Rabbitson Change incomprehensible names of test relationships...
2015-08-12 Dagfinn Ilmari Man... Stop importing all the POSIX functions
2015-08-12 Peter Rabbitson (travis) Multiple fixups to the CI lifted from blead:
2015-08-12 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-08-12 Kent Fredric Do not load PadWalker at all on plain installs
2015-07-05 Peter Rabbitson (travis) Silencer changes in f8200928 were practically...
2015-07-05 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-07-05 Peter Rabbitson Expand (and complicate) m2m test from e98e6478
2015-07-05 Peter Rabbitson Change incomprehensible names of test relationships...
2015-06-07 Peter Rabbitson More excision of POSIX::import() calls (similar to...
2015-05-19 Peter Rabbitson (travis) Correctly detect CI on github forks
2015-05-03 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-04-03 Kent Fredric Do not load PadWalker at all on plain installs
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-03-12 Peter Rabbitson Remove erroneous undefer introduced in 8d73fcd4 (confus...
2015-03-12 Peter Rabbitson Remove erroneous undefer introduced in 8d73fcd4 (confus...
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...
next