dbsrgits/DBIx-Class.git
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...
2013-01-12 Peter Rabbitson Ensure the testddl is regenerated at Makefile and distd...
2013-01-12 Peter Rabbitson Regenerate SQLite testschema ddl with explicit quoting...
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2013-01-12 Peter Rabbitson Remove SQLA namespace pollution fixer - this is no...
2013-01-12 Peter Rabbitson deployment_statements() is not storage-dependent -...
2013-01-12 Peter Rabbitson Reduce amount of calls to $rsrc->columns_info where...
2013-01-12 Peter Rabbitson _resolve_bindattrs already expects colinfo - just pass...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2013-01-12 Peter Rabbitson Remove apparent pessimization introduced in 6a588797
2013-01-12 Peter Rabbitson Optimize populate(), especially bind handling in comple...
2013-01-12 Peter Rabbitson Simplify/cleanup parsing of search() arguments
2013-01-12 Peter Rabbitson Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2013-01-12 Peter Rabbitson Deprecate emulate_limit() - can not be sanely supported...
2013-01-06 Peter Rabbitson Reorganize travis test script, I *think* no functional...
2013-01-05 Peter Rabbitson List::Util got fixed and is again installable on 5.8
2012-12-26 Peter Rabbitson Move Travis Data::Dumper installation earlier, before...
2012-12-26 Peter Rabbitson Install Carp.pm separately on Travis
2012-12-26 Peter Rabbitson Reorganize MSSQL/DBD::Sybase TODOs on MAS+txn tests
2012-12-26 Brendan Byrd Fix TODO tests to only mark exactly the failing tests...
2012-12-26 Peter Rabbitson No reason to run this test at all until MC is rewritten
2012-12-26 Peter Rabbitson Promote leaky rscond todo to a smoke-fail - try to...
2012-12-19 Peter Rabbitson Fix broken DBICTest::RunMode::is_smoker() (riba got...
2012-12-19 Peter Rabbitson Attempt to build a dist on travis if all tests pass
2012-12-19 Peter Rabbitson Fixup possible crlf in generated files
2012-12-19 Peter Rabbitson Tighten notab/eol checks even more
2012-12-19 Peter Rabbitson Switch rm to rm -f - we do not care about failure
2012-12-19 Peter Rabbitson Move generated README to maint/.Generated_Pod as well...
2012-12-19 Peter Rabbitson Use plain old file concat for the dbicadmin pod-injection
2012-12-19 Peter Rabbitson Create distinct lib/ subdir in maint/.Generated_Pod...
2012-12-19 Peter Rabbitson Rewrite all Makefile oneliners in terms of EU::MM:...
2012-12-18 Alexander Hartmaier Improve the populate docs in ::Schema and ::ResultSet
2012-12-18 Peter Rabbitson Expand notabs/eol testing to .pod and some files at...
2012-12-18 Peter Rabbitson Explicitly specify Scalar::Util dep, and work around...
2012-12-18 Peter Rabbitson Fix silly thinko in travis_prepare_env's extract_prereqs()
2012-12-15 Peter Rabbitson New Pod::Inherit now works on 5.8 (still needs Pod...
2012-12-15 Peter Rabbitson I was wrong about 2d12a809 - the crash is real
2012-12-15 Peter Rabbitson Run t/storage/global_destruction.t using SQLite as...
2012-12-15 Peter Rabbitson Add JSON::DWIW to authordeps, so more tests run
2012-12-15 Peter Rabbitson Revert skip from a0361822 and fix tests to work correctly
2012-12-14 Peter Rabbitson Force xt/ tests to run on anything involving a create_d...
2012-12-14 Peter Rabbitson Since .generated_pod is no longer shipped in-dist,...
2012-12-14 Peter Rabbitson Make pod generation more palatable to the existing...
2012-12-14 Peter Rabbitson Merge all pod generation into one inc snippet, cleanup...
2012-12-14 Peter Rabbitson Do not mask Makefile.PL errors in END block
2012-12-14 Rafael Kitover Minor clarifications to POD
2012-12-13 Brendan Byrd More documentation improvements in the spirit of fb13a49f
2012-12-13 Peter Rabbitson Boy that's a lot of emails ;)
2012-12-13 Brendan Byrd Add linkback to ResultSource::resultset_attributes
2012-12-13 Brendan Byrd Relationship::Base documentation fixes in the spirit...
2012-12-11 Peter Rabbitson Some dependency bumps
2012-12-11 Peter Rabbitson Fix incorrect handling of $? in travis preconf script
2012-12-11 Peter Rabbitson Temporarily stop requiring podinherit on < 5.10.1,...
2012-12-11 Peter Rabbitson Fix RT#78436 - a replicated storage does not have a...
2012-12-11 Peter Rabbitson Smoke bleadperl as well
2012-12-11 Peter Rabbitson Stop using deprecated regex syntax
2012-12-11 Peter Rabbitson Partial fix for the hash randomization issues in 5...
2012-12-11 Peter Rabbitson Revert 50e6c52e0 - the crash was most likely due to...
2012-12-11 Peter Rabbitson DBIC::Carp not primetime ready - hide
2012-12-11 Peter Rabbitson Do not grab a global lock if test won't run
2012-12-11 Brendan Byrd Fill gaps in documentation: alias ($rs attr), table_ali...
2012-12-11 Brendan Byrd FINALLY document DBIC @bind_vals
2012-12-11 Peter Rabbitson Clarify purpose and deprecation of search_literal
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-11 Brendan Byrd Utilize Pod::Inherit to add an INHERITED METHODS sectio...
2012-12-10 Brendan Byrd Various method POD changes
2012-12-10 Peter Rabbitson Turn the CLEANTEST smokes into full blown CPAN-based...
next