(travis) Display TAP directives on single threaded CI runs
[dbsrgits/DBIx-Class.git] / t /
2016-02-13 Peter Rabbitson Eeeeep /x doesn't affect the insides of [...]
2016-02-11 Peter Rabbitson Add explicit patronage listing (should have done this...
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-02-03 Peter Rabbitson Cleaner assertion envvar handling
2016-02-03 Peter Rabbitson Fix test failure with DBD::mysql < 4.023 introduced...
2016-02-03 Peter Rabbitson Detect and very loudly warn about Return::Multilevel...
2016-02-03 Peter Rabbitson Streamline BYTEA (binary) Pg optdeps using the new...
2016-02-03 Peter Rabbitson Remove Config::Any from the core dep set
2016-01-27 Peter Rabbitson Ensure the $storage state reflects the current connecti...
2016-01-27 Peter Rabbitson Another overhaul (hopefully one of the last ones) of...
2016-01-27 Peter Rabbitson Make sure Win32-like DBICTest checks are not tripped...
2016-01-27 Peter Rabbitson Even more elaborate txnguard testing, augmenting 6e102c8f
2016-01-22 Peter Rabbitson Throw away remnant commented out in 36099e8c
2016-01-22 Peter Rabbitson Relax overly aggressive exception-well-formedness check...
2016-01-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2016-01-20 Dagfinn Ilmari Man... (travis) Add DB2 to the CI lineup
2016-01-20 Peter Rabbitson (travis) Install extra deps for the t/52leaks.t persist...
2016-01-20 Peter Rabbitson Audit/simplify various ->is_* runmode specs
2016-01-13 Peter Rabbitson Revert sloppy workaround in dabde0bc5, addressed by...
2016-01-13 Peter Rabbitson The complete fix for intermittent t/750firebird.t failu...
2016-01-13 Peter Rabbitson (deplist) Make it clear which non-existent yet known...
2015-11-05 Peter Rabbitson Move the rows/offset sanity checks from DBI to _resolve...
2015-11-03 Peter Rabbitson Adjust view-dependency tests to work on newer libsqlite
2015-11-03 Peter Rabbitson Fix spurious ROLLBACK statements when a TxnScopeGuard...
2015-11-03 Peter Rabbitson Fix oversight in 096ab902 breaking { -value => $array...
2015-11-03 Peter Rabbitson Stop requiring explicit bindtype specification for...
2015-11-03 Peter Rabbitson Fix failures and protect the suite from spurious VERSIO...
2015-11-03 Peter Rabbitson Fix test failure on 5.8.x with DBIC_TRACE=1 (introduced...
2015-11-03 Peter Rabbitson Skip spurious compiler-related error with old DBD:...
2015-11-03 Peter Rabbitson FINALLY find and fix the elusive parallel test deadlock
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-10-15 Peter Rabbitson Add comprehensive concurrent-test-locking logging to...
2015-10-15 Peter Rabbitson (travis) When running under CI make t/storage/quote_nam...
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-09-10 Tina Mueller Fix ::Sybase::ASE incorrect attempt to retrieve an...
2015-09-08 Peter Rabbitson Trap expected t/746sybase.t warnings, use LC_ALL instea...
2015-09-08 Peter Rabbitson Switch the ::Sybase family to _determine_connector_driv...
2015-09-08 Peter Rabbitson Fix failing tests with DBICTEST_SYBASE_DSN set
2015-08-13 Konstantin A. Pust... Ensure the stack properly deals and warns on Null-Patte...
2015-08-13 Konstantin A. Pust... Enhance exception action test (no functional changes)
2015-08-13 Peter Rabbitson Add is_exception check to the result of exception_actio...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
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 Peter Rabbitson Streamline (logic-wise, not syntax-wise) handling of...
2015-08-12 Peter Rabbitson Make sure array-relconds edge case is handled properly
2015-08-12 Dagfinn Ilmari Man... Stop importing all the POSIX functions
2015-08-12 Dagfinn Ilmari Man... Fix t/storage/quote_names.t failures, caused by lazily...
2015-08-12 Peter Rabbitson Add extra (passing) test for operations on sourceless...
2015-08-12 Peter Rabbitson Replace all instances of ; in the rowparser loop with...
2015-08-12 Peter Rabbitson Rewrite collapsing parser while loop (mere op-level...
2015-08-12 Peter Rabbitson Rewrite the collapsing rowparser pigeonholing logic
2015-08-12 Peter Rabbitson Make sure tests pass without a compiler present (anothe...
2015-08-12 Peter Rabbitson Make sure tests still pass in a fork-limited environment
2015-08-12 Peter Rabbitson (travis) Multiple fixups to the CI lifted from blead:
2015-08-12 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-08-12 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-08-12 Peter Rabbitson Rewrite dependency lister - now produces *much* easier...
2015-08-12 Kent Fredric Do not load PadWalker at all on plain installs
2015-08-12 Dagfinn Ilmari Man... Work around Firebird/InterBase/ODBC crash in tests
2015-08-12 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-08-12 Peter Rabbitson (optdeps) Skip-spec brainfart in offline mysql/pg test...
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-07-05 Peter Rabbitson Streamline (logic-wise, not syntax-wise) handling of...
2015-07-03 Peter Rabbitson Make sure array-relconds edge case is handled properly
2015-06-10 Peter Rabbitson Make sure tests still pass in a fork-limited environment
2015-06-07 Peter Rabbitson More excision of POSIX::import() calls (similar to...
2015-06-03 Dagfinn Ilmari Man... Stop importing all the POSIX functions
2015-05-27 Dagfinn Ilmari Man... Fix t/storage/quote_names.t failures, caused by lazily...
2015-05-22 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-05-22 Peter Rabbitson (optdeps) Skip-spec brainfart in offline mysql/pg test...
2015-05-20 Peter Rabbitson Fix forgotten 'unless' tripped by 05a5ca4b (introduced...
2015-05-20 Peter Rabbitson Add extra (passing) test for operations on sourceless...
2015-05-20 Peter Rabbitson Replace all instances of ; in the rowparser loop with...
2015-05-20 Peter Rabbitson Rewrite collapsing parser while loop (mere op-level...
2015-05-20 Peter Rabbitson Rewrite the collapsing rowparser pigeonholing logic
2015-05-19 Peter Rabbitson Make sure tests pass without a compiler present (anothe...
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-13 Peter Rabbitson Post-last touchups to 00describe_environment.t
2015-04-06 Peter Rabbitson One last touch of describe_environment: explain missing...
2015-04-06 Peter Rabbitson Further enhance 00describe_environment.t:
2015-04-05 Peter Rabbitson Rewrite dependency lister from - now produces *much...
2015-04-04 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-04-03 Kent Fredric Do not load PadWalker at all on plain installs
2015-04-01 Dagfinn Ilmari Man... Work around Firebird/InterBase/ODBC crash in tests
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 'undef =>' isn't what one would want
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
next