dbsrgits/DBIx-Class.git
2013-04-04 Peter Rabbitson Release v0.08210 v0.08210
2013-04-04 Peter Rabbitson Trap and display STDERR during travis test runs
2013-04-04 Peter Rabbitson More shuffling of travis testdeps
2013-04-04 Peter Rabbitson Make sure external DBIC envvars do not cause tests...
2013-04-04 Peter Rabbitson Fix incorrect warning/exception originator
2013-04-04 Peter Rabbitson Do not repeatedly trace test schema populate under...
2013-04-04 Peter Rabbitson Extra TODO tests for a txn_guard silencing problem
2013-04-02 Peter Rabbitson Work around SQLite's RT#79576
2013-04-01 Peter Rabbitson Saner check for non-integer values bound as integers...
2013-04-01 Peter Rabbitson Simplify _select_args_to_query - contortions not needed...
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
2013-03-29 David Steinbrunner DESCRIPTION typo fix
2013-03-25 Peter Rabbitson Fix test warnings left in by 11343b34
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 improve outline by introducing synopsis subheadings
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 improve mark-up
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 development info is less important than user info
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Add daxim to contribs, specify main doc encoding
2013-03-24 Peter Rabbitson 9 years of perl and I somehow did not know that...
2013-03-23 Peter Rabbitson Fix copypasta - strictures test needs no global lock
2013-03-21 Peter Rabbitson Only display output of failed workers in parallel_insta...
2013-03-20 Peter Rabbitson File::Path needs to be upgraded separately on smoking
2013-03-20 Darius Jokilehto Add deprecation warnings for cols/include_columns
2013-03-19 Peter Rabbitson Fix test failing with some tracing envvars (and smoke...
2013-03-10 Peter Rabbitson Abraxxa-proof the distbuild (disallow `make manifest...
2013-03-10 Peter Rabbitson Exclude DBICTest namespace from stacktraces
2013-03-08 Peter Rabbitson Augment 1b6cbedd (reverting my moronic use of preamble...
2013-03-08 Graham Knop move the location of the extra upload checks so it...
2013-03-08 Peter Rabbitson More comprehensive test of qualifier stripping for...
2013-03-05 Christian Walde Change the rt link from one requiring a login to a...
2013-03-05 Peter Rabbitson Reorganize and freshen up the DocMap
2013-03-05 Christian Walde Move DocMap link to top of DBIx::Class to prevent it...
2013-03-05 Peter Rabbitson Remove outdated (and kinda offensive) CONTRIBUTING...
2013-03-05 Peter Rabbitson And more fulltest dep conflicts
2013-03-05 Peter Rabbitson Clarify wtf do we have a _bool
2013-03-02 Christian Walde Require latest EU::MM at dist-building time to avoid...
2013-03-02 Peter Rabbitson Do not auto-install dist-building dependencies in autho...
2013-03-01 Peter Rabbitson Smoke all branches on travis except for blocked* and...
2013-03-01 Peter Rabbitson Another adjustment of travis depinstall order
2013-03-01 Peter Rabbitson Punt TODO until the dateops work merges
2013-03-01 Peter Rabbitson This infrastructure was removed ages ago by 263e41be
2013-03-01 Peter Rabbitson Remove TODO that could never be made to work (revert...
2013-03-01 Alexander Hartmaier Release v0.08209 v0.08209
2013-02-28 Peter Rabbitson Fulltests deps clarification
2013-02-28 Peter Rabbitson Guard against exceptions in _describe_connection
2013-02-27 Peter Rabbitson Whitespace-check the travis scripts as well
2013-02-27 Peter Rabbitson Shuffle travis CLEANTEST=false depchain again
2013-02-27 Peter Rabbitson Test::Strict is smarter now
2013-02-26 Peter Rabbitson Regex /o is *EVIL* - no idea why I even thought of...
2013-02-26 Peter Rabbitson Warn on signs of Moose-borkage (in case it gets to...
2013-02-23 Peter Rabbitson Adjust CLEANTEST=false depinstall a bit more
2013-02-23 David Schmidt Fix cookbook - missing cond in 'Equivalent SQL'
2013-02-23 Peter Rabbitson Instrument the lockfile creation failure
2013-02-23 Peter Rabbitson Fix regression breaking search on prefetched rel (broke...
2013-02-23 Peter Rabbitson Uncomment disabled test (not sure why it was)
2013-02-20 Peter Rabbitson Release v0.08208 v0.08208
2013-02-20 Peter Rabbitson Add optdep on CPAN::Uploader to get an effortless ...
2013-02-20 Peter Rabbitson Even more distbuilding checks
2013-02-18 Peter Rabbitson New Test::Strict no longer detects Moose::Role (RT...
2013-02-18 Peter Rabbitson Prevent SQL::Translator::Producer::YAML from seeing...
2013-02-18 Peter Rabbitson Deprecate the insane forest of SQLT::Parser::DBIC arguments
2013-02-16 Peter Rabbitson Readjust the parallel no-test dependency install order
2013-02-16 Peter Rabbitson It appears that travis drastically increased the amount...
2013-02-15 Peter Rabbitson More (temporary) kwalitee fixups
2013-02-14 Peter Rabbitson Moar kwalitee - we do have pod(coverage) tests
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-02-13 Peter Rabbitson Stop shipping world writeable files in our tarball
2013-02-13 André Walker Fix duplicated columns for count()
2013-02-11 Alexander Hartmaier release v0.08206 v0.08206
2013-02-07 Peter Rabbitson Try Schwern's latest Test::Builder offering on a stock...
2013-02-07 Peter Rabbitson Reorganize travis stuff a little - no functional changes
2013-02-07 Peter Rabbitson Try to config Fibrebird twice - it does seem to help >.<
2013-02-07 Peter Rabbitson Temporary workaround for Path::Class not being installa...
2013-02-01 Peter Rabbitson Changelogging for 728f32b5 and e705f529
2013-02-01 Peter Rabbitson Revert parts of 6864429a which utterly broke dbh_do...
2013-02-01 Peter Rabbitson Clarify travis timings
2013-02-01 Peter Rabbitson New travis build infrastructure is 'set -e' sensitive
2013-01-29 Peter Rabbitson Prevent spurious unclean git repo state on ddl regeneration
2013-01-29 Peter Rabbitson Extra sanity check of a fresh DBI handle
2013-01-25 Peter Rabbitson Make `perl Makefile.PL` runs more user friendly - bette...
2013-01-25 Peter Rabbitson Stop `perl Makefile.PL` from recursing into distdirs...
2013-01-25 Peter Rabbitson More .mailmap fixes
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-25 Peter Rabbitson Remove TODO labels from blocks not using todo_skip...
2013-01-25 Peter Rabbitson Revert 344f761c - this was a stupid idea
2013-01-23 Peter Rabbitson ::Storage::BlockRunner now has minimum POD, tell CPAN...
2013-01-23 Dagfinn Ilmari... Only allow known globals in SQL::Translator leak allowance
2013-01-23 Arthur Axel... release v0.08205 v0.08205
2013-01-22 Peter Rabbitson Ensure xt/whitespace.t executes standalone
2013-01-22 Jason McIntosh Clarifying that the "around" method modifier can come...
2013-01-22 Peter Rabbitson Do not tax travis with full pull request smoking
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2013-01-21 Peter Rabbitson Revert workarounds for $@ broken during 5.13.x - mainly...
2013-01-21 Peter Rabbitson Further reshuffle logic in _rs_update_delete - no funct...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Fix proper handling of composite resultset heads (e...
2013-01-21 Peter Rabbitson Move the *preliminary* multicol IN support to the sqlmaker
2013-01-21 Peter Rabbitson Flip quoting in all of t/71mysql.t (no test changes)
2013-01-21 Peter Rabbitson Simplify dbh_do invocation, and only alias @_ when...
2013-01-21 Peter Rabbitson Scope::Upper somehow confuses pseudofork on older perls...
2013-01-21 Peter Rabbitson Reign in (a little bit) the sprawling CRLF insanity...
next