dbsrgits/DBIx-Class.git
2016-12-08 Matt S Trout Introduce GOVERNANCE document and empty RESOLUTIONS... master
2016-09-30 Peter Rabbitson Merge the last bits of indirect callchain optimization
2016-09-30 Peter Rabbitson Simplify internal implementation of as_subselect_rs
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-09-30 Peter Rabbitson Simplify guarded pass-through added to CDBI in ee333775
2016-09-30 Peter Rabbitson Retire the ASSERT_NO_INTERNAL_WANTARRAY macro
2016-09-30 Peter Rabbitson Audit and annotate all context-sensitive spots in ...
2016-09-30 Peter Rabbitson Restore the context sensitive m2m helper calling of...
2016-09-30 Peter Rabbitson Mark forgotten ::Row::id() method as indirect_sugar
2016-09-30 Peter Rabbitson Tighten up code in ResultSetColumns, add INDIRECT annot...
2016-09-30 Peter Rabbitson Fix func_rs() and as_subselect_rs() to start behaving...
2016-09-30 Peter Rabbitson Tighten up select list processing in ::SQLMaker
2016-09-28 Dagfinn Ilmari... Fix building on perls with no . in @INC
2016-09-27 Peter Rabbitson (travis) Work around RT#117959
2016-09-27 Peter Rabbitson Remove the only use of the CAG 'inherited_ro_instance...
2016-09-27 Henry Van Styn Improve exception text during write operations on unins...
2016-09-27 Peter Rabbitson Merge the relationship resolution rework
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-27 Peter Rabbitson Protect several resolve_relationship_condition() callsites
2016-09-27 Peter Rabbitson Switch infer_values_based_on to require_join_free_value...
2016-09-27 Peter Rabbitson Switch reverse_relationship_info() to the relcond resolver
2016-09-27 Peter Rabbitson Add an extra RV to the relationship resolver
2016-09-27 Peter Rabbitson Standardize indication of lack of join_free_condition...
2016-09-27 Peter Rabbitson Some cleanup of the resolve_relationship_condition...
2016-09-26 Peter Rabbitson Stop accepting foreign_values => undef/rowobj in the...
2016-09-26 Peter Rabbitson Explicitly normalize results of relationship resolution
2016-09-26 Peter Rabbitson Remove last internal use of the legacy _resolve_conditi...
2016-09-26 Peter Rabbitson Tighten up value inferrence in relationship resolution
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-19 Peter Rabbitson Fix unpredictable use of reverse_relationship_info...
2016-09-19 Peter Rabbitson With time couple DBIHacks methods became single-callsit...
2016-09-19 Peter Rabbitson Centralize specification of expected Result class base...
2016-09-15 Peter Rabbitson (travis) Make sure everything works even when we are SAD
2016-09-13 Peter Rabbitson (travis) Revert 81cf62797 and b4532c43f (both fixed...
2016-09-13 Peter Rabbitson (travis) Remove execution bits from the travis scripts
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-09-13 Peter Rabbitson Remove non-functional part of ::Storage::DBI::Sybase...
2016-09-13 Peter Rabbitson Fix silent failures on autoinc PK without an is_auto_in...
2016-09-13 Peter Rabbitson Fixup several tests silently broken by 12e7015a
2016-09-13 Peter Rabbitson Fix for upcoming (not yet available via DBD::SQLite...
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...
next