dbsrgits/DBIx-Class-Historic.git
2016-03-30 x86-64 Scalar::Defer support as column name ghpr/rejected/way_more_effort_required_see_pr98_discussion
2016-03-29 Peter Rabbitson Support one more convoluted case of data-poor collapse
2016-03-29 Dagfinn Ilmari... Remove confusing code introduced in 8fc4291e
2016-03-28 Peter Rabbitson More tests and tighter code with better error reporting...
2016-03-28 Peter Rabbitson Fix incorrect data returned in a corner case of partial...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-28 Peter Rabbitson Remove some old forgotten pieces of code in collapse...
2016-03-23 Peter Rabbitson Make sure handling of exception_action is recursion...
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-03-23 Peter Rabbitson Better testing that RT#63874 being fully fixed by ddcc02d1
2016-03-10 Peter Rabbitson Fix failing test case missed during da9346a03
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-09 Peter Rabbitson (travis) Strangely `cpan .` does not work in certain...
2016-03-09 Peter Rabbitson (travis) Make sure DEVREL_DEPS + CLEANTEST-false behave...
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-07 Dagfinn Ilmari... Fix erroneous use of multidimensional array emulation...
2016-03-06 Peter Rabbitson (optdeps) _gen_pod can *very much* fail, not sure what...
2016-03-05 Peter Rabbitson These files are not used by anything - remnants from...
2016-03-05 Peter Rabbitson Apparently -i and -jN do not work on win32, what the...
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-03 Peter Rabbitson (optdeps) One last pass through tests, streamline skip...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
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-29 Peter Rabbitson (optdep) last-from-block is a compile-time warning...
2016-02-26 Peter Rabbitson Switch the main dev branch back to 'master'
2016-02-18 Peter Rabbitson (travis) Display TAP directives on single threaded...
2016-02-18 Peter Rabbitson (travis) Fix INC-poison thinko from 6d74b82cc
2016-02-18 Peter Rabbitson (travis) Revert version.pm workaround dd94f6ef
2016-02-13 Peter Rabbitson Eeeeep /x doesn't affect the insides of [...]
2016-02-13 gregor herrmann Apply debian downstream spelling patch 481e21bf
2016-02-13 Peter Rabbitson Adjust Changes to reflect what was shipped in 0.082821
2016-02-11 Peter Rabbitson Add experimental meta flags signifying the status of...
2016-02-11 Peter Rabbitson Add explicit patronage listing (should have done this...
2016-02-11 Dagfinn Ilmari... Proper fix for the lazy workaround in 7e1774f7
2016-02-04 Peter Rabbitson Silence more spurious warnings (this one is a serious...
2016-02-04 Peter Rabbitson Do our best to disconnect on request (goes with 45792de6)
2016-02-04 Peter Rabbitson Remove statement cache eviction before disconnect
2016-02-04 Peter Rabbitson Streamline couple code paths/texts, no func changes...
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 Remove gratuituous use of eval
2016-02-03 Peter Rabbitson Remove last remaining accesses to ->VERSION in lib
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-02-03 Peter Rabbitson Remove dead code commented out since 2006 ( 953a18ef )
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 Remove useless try{} and rename some variables in ...
2016-01-27 Peter Rabbitson Consolidate various $storage state resets in $storage...
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 Microoptimize various "is this string empty" checks
2016-01-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2016-01-20 Peter Rabbitson Add the repository-specific git config include (git...
2016-01-20 Dagfinn Ilmari... (travis) Add DB2 to the CI lineup
2016-01-20 Peter Rabbitson (travis) Instead of polluting the log on failure, just...
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...
2016-01-07 Peter Rabbitson (travis) Make sure we really test everything when using...
2016-01-07 Peter Rabbitson (travis) Work around RT#110882
2016-01-07 Peter Rabbitson (travis) Adjust test infrastructure for recent extensiv...
2015-12-02 Peter Rabbitson (travis) Fix version check on non-module-named dists...
2015-12-01 Peter Rabbitson (travis) Work around RT#107392
2015-11-13 Vadim Pushtaev Fix POD typo
2015-11-09 Zoffix Znet Fix typo
2015-11-05 Peter Rabbitson Move the rows/offset sanity checks from DBI to _resolve...
2015-11-04 Peter Rabbitson Replace \D with [^0-9] in sensitive spots
2015-11-04 Peter Rabbitson (travis) Do not run the git authorship check within...
2015-11-03 Peter Rabbitson Really make sure xt/ tests run on non-plain installs...
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 bizarre segfault on older perls, not seen on CI...
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-11-02 Peter Rabbitson Fix fail with DBICTEST_DEBUG_CONCURRENCY_LOCKS set...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-10-15 Peter Rabbitson (travis) One more addition to the smoke-devrel family...
2015-10-15 Peter Rabbitson (travis) Now that File:Path is fixed, test the distbuil...
2015-10-15 Peter Rabbitson Add comprehensive concurrent-test-locking logging to...
next