dbsrgits/DBIx-Class.git
2016-08-25 Peter Rabbitson interim wip/retrieve_on_update
2016-08-22 Peter Rabbitson Centralize loading of DBIx::Class::Exception
2016-08-22 Peter Rabbitson Remove hostile test added by stupid-me 7 years ago...
2016-08-21 Peter Rabbitson Remove bizarre $_[$#_] idiom from the codebase
2016-08-21 Peter Rabbitson Only normalize conditions during resolution time, inste...
2016-08-21 Peter Rabbitson Add an explicit deduplication of identical condition...
2016-08-21 Peter Rabbitson Fix SQLA condition normalizer sometimes stripping ...
2016-08-21 Peter Rabbitson Extract two stateless DBIHacks routines into a utility...
2016-08-10 Peter Rabbitson Some cosmetic fixes in ANFANG
2016-08-10 Peter Rabbitson (travis) Temporarily allow-fail all trusty-based builds
2016-08-10 Peter Rabbitson (travis) Fix unixodbc-dev overwrite on newer CI images
2016-08-09 Peter Rabbitson (travis) Remove makefile fixup, now hardcoded in the...
2016-08-09 Peter Rabbitson (travis) Work around RT#116788
2016-08-09 Peter Rabbitson (travis) Build cperl 5.25.x properly
2016-08-08 Peter Rabbitson (travis) Better diagnostics when perl compilation bails out
2016-08-01 Peter Rabbitson Bump version to accomodate pre-beta testers
2016-08-01 Peter Rabbitson Add missing contribs ( GH#6 / GH#28 )
2016-08-01 Peter Rabbitson Some (very minor) fixups of emit_dups calls in e570488a
2016-07-29 Dagfinn Ilmari... Fix "overriden" typo
2016-07-28 Peter Rabbitson (travis) cPerl 5.24.0 has shipped
2016-07-28 Peter Rabbitson Enable the schema SanChecks on 5.8 as well
2016-07-28 Peter Rabbitson Fix inexplicable 5.8.x C3 errors - roll back e6efde04
2016-07-28 Peter Rabbitson Recognize more authorship based on the historic repo...
2016-07-28 Peter Rabbitson Merge the ResultSource diagnostics rework
2016-07-28 Peter Rabbitson Prevent invisible skipping of ResultSource proxy overrides
2016-07-26 Peter Rabbitson Expand annotations to cover all generated methods
2016-07-26 Peter Rabbitson Introducing DBIx::Class::Schema::SanityChecker
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-26 Peter Rabbitson Some test suite corrections ahead of next commits
2016-07-26 Peter Rabbitson An extra bit of diag on incomplete rsrc re-register
2016-07-26 Peter Rabbitson Comprehensive diagnostic on incorrect ResultSource...
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-07-25 Peter Rabbitson Resolve $rsrc instance duality on metadata traversal
2016-07-25 Peter Rabbitson Keep track of result source instance ancestry
2016-07-25 Peter Rabbitson Fully separate parent and child resultsource metadata
2016-07-25 Peter Rabbitson Add a clone method to ResultSource, switch obvious...
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
2016-07-25 Peter Rabbitson Rename variables/shuffle some code, preparing for next...
2016-07-25 Peter Rabbitson Abstract our internal capture_stderr test routine
2016-07-20 Peter Rabbitson Fix misleading error on deployment_statements in void ctx
2016-07-20 Peter Rabbitson Fix false negatives in lean_startup.t
2016-07-16 Peter Rabbitson Fix error-eating thinko from 6c7ca962
2016-07-16 Peter Rabbitson Restore TODO checking for Taint + pkg_gen inconsitencies
2016-07-16 Peter Rabbitson Add an explicit Sub::Quote dep in ::_Util
2016-07-16 Peter Rabbitson Work around the FIXME in the previous commit
2016-07-14 Peter Rabbitson Get rid of Package::Stash \o/
2016-07-14 Peter Rabbitson Add a get_subname to _Util
2016-07-14 Peter Rabbitson Insulate DBIC::Carp from rogue can() overrides
2016-07-14 Peter Rabbitson Add more forceful (STDERR-direct) warning emitter
2016-07-13 Peter Rabbitson Fix POISON_ENV warning missed in both 5c33c8be and...
2016-07-13 Peter Rabbitson Silence inactionable warning (mainly on travis)
2016-07-13 Peter Rabbitson (travis) Switch to our own copy of the Firebird ODBC...
2016-07-13 Peter Rabbitson (travis) Properly diagnose potential OOM in 50_after_su...
2016-07-13 Peter Rabbitson (travis) Add poisoning to the base non-clean build run
2016-07-03 Peter Rabbitson Fill in missing documentation in ::Schema / ::ResultSource
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-07-03 Peter Rabbitson Expand describe_class_methods testing yet again
2016-07-03 Peter Rabbitson Use a single cache struct for entirety of describe_clas...
2016-06-30 Peter Rabbitson Add hash-based ISA lookup to RV of describe_class_methods
2016-06-30 Peter Rabbitson Expand signature of describe_class_methods for forward...
2016-06-23 Peter Rabbitson Raise the global lock timeouts
2016-06-23 Peter Rabbitson Add true/false non-singleton boolean objects
2016-06-23 Peter Rabbitson Extra test of UNIVERSAL handling in describe_class_methods
2016-06-21 Peter Rabbitson Revert TempExtlib ( b46b85376 ) - new Sub::Quote shipped
2016-06-21 Peter Rabbitson Bring out the big-paranoia-harness - make describe_env...
2016-06-21 Peter Rabbitson Fix describe_env failure on nonexistent @INC on Win32
2016-06-21 Peter Rabbitson Minor cosmetic fix of describe_environment
2016-06-21 Peter Rabbitson Fix false-positives in the no-external-evals assert...
2016-06-21 Peter Rabbitson Add 'PERL_VERSION' foldable constant, switch lib-ish...
2016-06-21 Peter Rabbitson Minor improvements to the maint helper scripts
2016-06-20 Dagfinn Ilmari... Restore 'timezone' field in column info ( extends eef9b...
2016-06-20 Peter Rabbitson Proper changelog after I bothced it in e400c82d
2016-06-19 Peter Rabbitson Ensure describe_environment does not break its output...
2016-06-18 Peter Rabbitson Slight POD correction
2016-06-17 Peter Rabbitson Add changelog entry on 90c9dd1d, 757891ed and 89203568
2016-06-17 Peter Rabbitson Remove changelog entries included in 0.082830
2016-06-16 Peter Rabbitson Simplify our quote_sub override: Sub::Quote now has...
2016-06-16 Peter Rabbitson Change the leaktracer to no longer rely on %Sub::Quote...
2016-06-16 Peter Rabbitson Remove useless eval in the leaktracer on 5.8.3+
2016-06-16 Peter Rabbitson Remove code forgotten in 085dbdd69
2016-06-14 Peter Rabbitson Remove preemptive DESTROY guard from 87f4bab0 / d63c9e64
2016-06-14 Peter Rabbitson Allow alternative mro-type specification on method...
2016-06-14 Peter Rabbitson Account for 'poor man role application' method plumbing...
2016-06-14 Peter Rabbitson Properly handle UNIVERSAL ancestry in describe_class_me...
2016-06-14 Peter Rabbitson Fix describe_class_methods on non-mergeable DFS mro
2016-06-14 Peter Rabbitson Name describe_class_methods arguments earlier
2016-06-10 Peter Rabbitson Fix m2m regression from 8a67d9cf (simple but deadly)
2016-06-10 Peter Rabbitson Add extra maint tooling - got tired of writing this...
2016-06-10 Peter Rabbitson (travis) Temporarily disable {halt_on_failure} for...
2016-06-10 Peter Rabbitson (travis) Revert parts of e66f0ee0 and ee3a37d3
2016-06-08 Peter Rabbitson (travis) Work around a bad tradeoff in cperl-5.24-to-be
2016-06-07 Peter Rabbitson (travis) Add cperl master to the smoke roster, bump...
2016-06-07 Peter Rabbitson (travis) Report the perl (and vm state) early before...
2016-06-07 Peter Rabbitson (travis) Mini-utility to download travis reports
2016-06-07 Peter Rabbitson Base more tests on DBICTest::BaseSchema (needed further up)
2016-06-07 Peter Rabbitson And yet another INDIRECT guard missed in both e5053694...
2016-06-07 Peter Rabbitson Introduce the describe_class_methods() utility function
2016-05-30 Peter Rabbitson Introduce DBIC-specific method attribute support
2016-05-30 Peter Rabbitson Attribute handling got too complex - move it into a...
next