Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / _Util.pm
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
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 Mark forgotten ::Row::id() method as indirect_sugar
2016-09-30 Peter Rabbitson Tighten up code in ResultSetColumns, add INDIRECT annot...
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 Some cleanup of the resolve_relationship_condition...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-08-22 Peter Rabbitson Centralize loading of DBIx::Class::Exception
2016-08-21 Peter Rabbitson Add an explicit deduplication of identical condition...
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 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 Add a clone method to ResultSource, switch obvious...
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 Add a get_subname to _Util
2016-07-14 Peter Rabbitson Add more forceful (STDERR-direct) warning emitter
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 Add true/false non-singleton boolean objects
2016-06-21 Peter Rabbitson Add 'PERL_VERSION' foldable constant, switch lib-ish...
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 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-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-26 Peter Rabbitson Move even more utils into DBIC::_Util (see next commit)
2016-05-26 Peter Rabbitson Prevent CLONE from potentially running more than once
2016-05-24 Peter Rabbitson Add preliminary non-core attribute support
2016-05-24 Peter Rabbitson Force no_defer on DBIC-internal quote_sub() invocations
2016-05-24 Peter Rabbitson Add permanent plumbing for _TempExtlib (d0435d75)
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-28 Peter Rabbitson Centralize remaining uses of Sub::Name within _Util
2016-04-14 Peter Rabbitson Slightly golf ::ResultSource::DESTROY and several weake...
2016-04-14 Peter Rabbitson Add a weaken() cycle forgotten in d63c9e64
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-04-12 Peter Rabbitson Bring back constants excised in 08a8d8f1. FML.
2016-03-29 Dagfinn Ilmari Man... Remove confusing code introduced in 8fc4291e
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-03-01 Peter Rabbitson Move tmpdir() to DBICTest::Util where it belongs
2016-02-29 Peter Rabbitson Move find_co_root into DBICTest::Util
2016-02-11 Dagfinn Ilmari Man... Proper fix for the lazy workaround in 7e1774f7
2016-02-04 Peter Rabbitson Streamline couple code paths/texts, no func changes...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-02-03 Peter Rabbitson Cleaner assertion envvar handling
2016-02-03 Peter Rabbitson Remove last remaining accesses to ->VERSION in lib
2016-01-22 Peter Rabbitson Relax overly aggressive exception-well-formedness check...
2016-01-22 Peter Rabbitson Microoptimize various "is this string empty" checks
2016-01-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-10-15 Peter Rabbitson Add comprehensive concurrent-test-locking logging to...
2015-10-15 Peter Rabbitson Switch several caller() invocations to explicit CORE...
2015-08-13 Konstantin A. Pust... Ensure the stack properly deals and warns on Null-Patte...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-03-12 Peter Rabbitson The real workaround for txn_scope_guard being called...
2015-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2015-01-25 Peter Rabbitson Standardize the struct-cloning interface throughout...
2014-11-07 Peter Rabbitson Cleanup code in _dbh_columns_info_for, add stresstest...
2014-10-25 Peter Rabbitson (internal) Introduce an extra utility function, essenti...
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-10-21 Peter Rabbitson Stop lazy-requiring B and Storable in internal functions
2014-09-25 Peter Rabbitson SQLA 1.79 shipped - revert tempextlib hack from d0435d75
2014-09-24 Peter Rabbitson Viciously deal with more strictures fallout
2014-09-01 Peter Rabbitson Switch to a sane deduplication system
2014-08-07 Peter Rabbitson Ensure the TempExtlib actuall exists
2014-07-24 Peter Rabbitson Bundle trial SQLA for the trial of DBIC (reuse dq techn...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-21 Peter Rabbitson Standardize the Moo import block, move quote_sub/qsub...
2014-07-21 Peter Rabbitson Replace B::perlstring with our own implmentation thereof
2014-07-21 Peter Rabbitson Add internal assertion guard for some indirect calls...
2014-07-19 Peter Rabbitson Simplify no wantarray assert (a9da9b6a) - fish out...
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-07-17 Peter Rabbitson Better, consistent handling of -literal/-value in the...
2014-07-17 Peter Rabbitson Add one extra is_exception check (missed a spot during...
2014-07-17 Peter Rabbitson Consolidate bits and pieces under ::_Util::refdesc
2014-07-12 Peter Rabbitson Switch UNRESOLVABLE_CONDITION to an _Util constant
2014-07-09 Peter Rabbitson Revert optimistic and sloppy changes from 3705e3b2...
2014-06-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
2014-06-17 Peter Rabbitson Remove vestigial test envvar
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-27 Peter Rabbitson Fix erroneous todoification in sqlite test
2014-01-23 Peter Rabbitson Clarify is_exception(undef) behavior missed in 841efcb3
2014-01-23 Peter Rabbitson Move hrefaddr to DBIC::_Util, give most functions a...
2014-01-23 Peter Rabbitson Improve error reporting when we encounter broken except...
2014-01-19 Peter Rabbitson Centralize handling of refcount in DBIC::_Util
2013-12-07 Peter Rabbitson Augment 1363f0f5 for running in hell
next