dbsrgits/DBIx-Class.git
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-12 Peter Rabbitson Remove erroneous undefer introduced in 8d73fcd4 (confus...
2015-03-12 Peter Rabbitson Get the leaktest to work with Test::More-(hopefully...
2015-03-12 Peter Rabbitson Fix brainfart from cb551b07 - 'if' is still a module...
2015-03-08 Peter Rabbitson More desc_env fixes: Win32 lib matching, and better...
2015-03-08 Peter Rabbitson Rewire OptDeps to not attempt any module loads under...
2015-03-05 Peter Rabbitson Fix t/54taint.t failures on perl-in-hell-in-space
2015-03-05 Peter Rabbitson Add comprehensive 'report-prereqs'-like tooling
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-05 Peter Rabbitson (travis) shunt intermittent failures stopping postgres
2015-03-05 Peter Rabbitson Stop noise from a particular combination of DateTime...
2015-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2015-03-02 Peter Rabbitson Remove warning introduced in 75a1d824d
2015-03-02 Peter Rabbitson (travis) Only consider the runmode a 'Smoker' when...
2015-02-28 Peter Rabbitson (travis) Update apt cache when doing a large set of...
2015-02-28 Peter Rabbitson Move a number of tests to xt, restructure extra lists
2015-02-28 Peter Rabbitson Factor out author count anouncement, making it seen...
2015-02-26 Peter Rabbitson This hasn't failed in over a year, enable for plain...
2015-02-17 Peter Rabbitson Rewrite hot-ish _dbi_attrs_for_bind codepath in a leane...
2015-02-15 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2015-02-10 Peter Rabbitson (travis) Run a couple tests in single-threaded mode
2015-02-10 Peter Rabbitson (travis) Temporarily kill Firebird ODBC testing
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 Rewrite internals of the optdep include mechanism ...
2015-02-10 Peter Rabbitson Introduce (empty for now) intermediate optdep groups...
2015-02-10 Peter Rabbitson Relax the optdep naming criteria, introduce _-prefixed...
2015-02-10 Peter Rabbitson Move the SQLite test dependency specification to optdeps
2015-02-10 Peter Rabbitson Stabilize and further test complex optdep include scena...
2015-02-10 Peter Rabbitson Clarify optdep API signatures to be explicitly single...
2015-02-10 Peter Rabbitson Remove DateTime requirement from tests that do not...
2015-02-10 Peter Rabbitson Move some ICDT dependent (sub)tests around (no function...
2015-02-10 Peter Rabbitson Fix overspecified msaccess test optdep (should not...
2015-02-10 Peter Rabbitson Remove obsolete startup check (introduced in 5e724964...
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2015-01-25 Peter Rabbitson Add import-time action stub to OptDeps, switch distbuil...
2015-01-25 Peter Rabbitson Introduce basic optdeps group inclusion mechanism,...
2015-01-25 Peter Rabbitson Make OptDeps aware of envvars as first-class requiremen...
2015-01-25 Peter Rabbitson Deprecate req_errorlist_for, proxy to to modreq_errorli...
2015-01-25 Peter Rabbitson Rewrite optdeps to accept a list of groups
2015-01-25 Peter Rabbitson OptDeps doc-mangling, no functional changes
2015-01-25 Peter Rabbitson Minor streamline of optdeps usage (no functional changes)
2015-01-25 Peter Rabbitson Standardize the struct-cloning interface throughout...
2015-01-24 Peter Rabbitson Neither of these can fail now that we dep on 5.8.1...
2015-01-24 Peter Rabbitson Delete useless test
2015-01-23 Peter Rabbitson Fix intermittent failures in the LeakTracer on 5.18...
2015-01-23 Peter Rabbitson Keep T::B IO open in t/52leaks.t END - other ENDs pendi...
2015-01-11 Peter Rabbitson Fix Postgres test hang with DBD::Pg 3.5.0+ (work around...
2015-01-11 Peter Rabbitson (travis) Remove trial SQLA workaround (no longer on...
2015-01-11 Peter Rabbitson (travis) Revert 17b09b77 - Test::Deep 0.115 now available
2015-01-11 Dagfinn Ilmari... Preserve space after <nick>: in the AUTHORS section...
2015-01-03 Peter Rabbitson Emit Optional::Dependencies error messages in a way...
2015-01-03 Peter Rabbitson More robust 'nothing loaded' test for optdeps (read...
2015-01-03 Peter Rabbitson Reshuffle optdeps code making next commits more readabl...
2015-01-02 Peter Rabbitson (travis) randomize the dependency install order to...
2015-01-02 Peter Rabbitson (travis) remove two more workarounds for issues that...
2014-12-29 Peter Rabbitson (travis) stop trying to dynamically determine the CPAN...
2014-12-29 Peter Rabbitson (travis) minimize mysqld's memory footprint
2014-12-28 Peter Rabbitson (travis) Invoke apt_install only once and do not change...
2014-12-28 Peter Rabbitson (travis) Document app-nopaste workaround better
2014-12-28 Peter Rabbitson (travis) Stop trying to get the Oracle apt source ...
2014-12-24 Dagfinn Ilmari... Clean up PostgreSQL array types recipe (amalgamation...
2014-12-24 Dagfinn Ilmari... 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-21 Peter Rabbitson (travis) Workaround for https://github.com/rjbs/Test...
2014-12-21 Peter Rabbitson (travis) RT#88494 got fixed a while ago
2014-11-07 Peter Rabbitson Cleanup code in _dbh_columns_info_for, add stresstest...
2014-11-06 Dagfinn Ilmari... Make sure emacs doesn't try to indent with tabs
2014-11-06 Peter Rabbitson (travis) Attempt to smoke all newly available deps...
2014-11-06 Peter Rabbitson (travis) Better separation of DEVREL_DEPS from POISON_ENV
2014-11-05 Peter Rabbitson Correctly document the 'where' attribute
2014-10-31 Peter Rabbitson (travis) Forgotten bit while reverting f207111d6 (goes...
2014-10-30 Peter Rabbitson (travis) Revisit the CI test matrix, and multiple run...
2014-10-25 Peter Rabbitson Blacklist certain trial versions of DBD::SQLite in...
2014-10-25 Peter Rabbitson (internal) Introduce an extra utility function, essenti...
2014-10-25 Peter Rabbitson Make sure the fix for RT#99503 (SQLA a5f91febe) keeps...
2014-10-24 Peter Rabbitson Fix endless loop on BareSourcelessResultClass->throw_ex...
2014-10-24 Peter Rabbitson Minor cleanup
2014-10-24 Peter Rabbitson Bump Moo dependency
2014-10-24 Peter Rabbitson Fix idiocy that snuck in bdbd2ae8a - I only want fatal...
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-10-24 Peter Rabbitson These are already pre-required by the OptDeps check
2014-10-24 Peter Rabbitson These loads are no longer necessary after d7d45bdc65
2014-10-24 Peter Rabbitson HRI is part of a pretty hot codepath, just load it...
2014-10-24 Peter Rabbitson Replace a couple useless string evals with their equivalent
2014-10-24 Peter Rabbitson (travis) Better diagnostics on *why* a build failed...
2014-10-23 Peter Rabbitson (travis) Reshuffle CI workflow, prepare for better...
2014-10-23 Peter Rabbitson (travis) Feeble attempt at reverting f207111d
2014-10-23 Peter Rabbitson (travis) Install older DBD::SQLite on perl < 5.8.4...
2014-10-21 Peter Rabbitson Switch all double-optdeps calls to a single invocation...
2014-10-21 Peter Rabbitson Switch optdeps to a croak import
2014-10-21 Dagfinn Ilmari... Further delay empty weakregistry assertions
2014-10-21 Peter Rabbitson Stop lazy-requiring B and Storable in internal functions
2014-10-21 Peter Rabbitson Newer Test::More lazy-loads more stuff (overload.pm...
2014-10-20 Peter Rabbitson Bump blead version
2014-10-05 Peter Rabbitson Extra tests to ensure that the cond collapser will...
next