Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t /
2016-09-30 Peter Rabbitson Simplify guarded pass-through added to CDBI in ee333775
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 Man... Fix building on perls with no . in @INC
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-26 Peter Rabbitson Stop accepting foreign_values => undef/rowobj in the...
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-19 Peter Rabbitson Fix unpredictable use of reverse_relationship_info...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
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 Remove hostile test added by stupid-me 7 years ago...
2016-08-21 Peter Rabbitson Add an explicit deduplication of identical condition...
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-01 Peter Rabbitson Some (very minor) fixups of emit_dups calls in e570488a
2016-07-28 Peter Rabbitson Fix inexplicable 5.8.x C3 errors - roll back e6efde04
2016-07-28 Peter Rabbitson Prevent invisible skipping of ResultSource proxy overrides
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-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 Add a clone method to ResultSource, switch obvious...
2016-07-25 Peter Rabbitson Abstract our internal capture_stderr test routine
2016-07-16 Peter Rabbitson Fix error-eating thinko from 6c7ca962
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-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-06-23 Peter Rabbitson Raise the global lock timeouts
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-20 Dagfinn Ilmari Man... Restore 'timezone' field in column info ( extends eef9b...
2016-06-19 Peter Rabbitson Ensure describe_environment does not break its output...
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-10 Peter Rabbitson Fix m2m regression from 8a67d9cf (simple but deadly)
2016-06-07 Peter Rabbitson Base more tests on DBICTest::BaseSchema (needed further up)
2016-06-07 Peter Rabbitson Introduce the describe_class_methods() utility function
2016-05-30 Peter Rabbitson Correct mistake in t/00describe_environment.t reporting...
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-26 Peter Rabbitson Fix more taint.t failures under local::lib
2016-05-24 Peter Rabbitson Add permanent plumbing for _TempExtlib (d0435d75)
2016-05-24 Peter Rabbitson Remove last active reference to List::Util from lib/
2016-05-24 Peter Rabbitson Simplify the find-test-temp-dir codepath a bit
2016-05-19 Dagfinn Ilmari Man... Harmonize time zone spelling in InflateColumn::DateTime
2016-05-15 Peter Rabbitson Ensure the component_class override require()s its...
2016-05-04 Peter Rabbitson Pull apart a test section (no functional changes)
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-28 Peter Rabbitson Missed test spewing odd debug after fd2c6658f (slave...
2016-04-25 Peter Rabbitson Fix last remaining tests with -T under < 5.10
2016-04-21 Dagfinn Ilmari Man... Fix ordering by 1:M prefetched boolean columns in Pg
2016-04-14 Fabrice Gabolde Proxy the 'unsafe' attribute to the internal ::Versione...
2016-04-13 Peter Rabbitson Fix thinko from 10dd5c05 - make sure we actually sleep
2016-04-13 Tina Mueller Add a proof of concept test for copy() with assymetric...
2016-04-12 Peter Rabbitson Fix t/746sybase.t failing under -T
2016-04-12 Peter Rabbitson Lose another dependency: Class::Inspector
2016-04-12 Peter Rabbitson Harmonize DBICTEST_VIA_REPLICATED detection in tests
2016-04-12 Peter Rabbitson (travis) Add a CLEANTEST run of RURBAN's cperl in the...
2016-04-02 Peter Rabbitson Fix another ::FilterColumn bug sigh...
2016-04-02 Peter Rabbitson Test with explicitly readonly 'replicants' under DBICTE...
2016-04-02 Fabrice Gabolde Fix parsing DSN when the driver part includes DBI attri...
2016-04-01 Peter Rabbitson Fix annoying warnings on innocent looking MSSQL code
2016-04-01 Peter Rabbitson Silence spurious warnings from todoified test
2016-03-30 Paul Mooney Avoid infinite loop if save point does not exist
2016-03-30 Peter Rabbitson Really fix SQLite savepoints unlike the shortsighted...
2016-03-30 Peter Rabbitson Fix incorrect exception propagation in ::Replicated...
2016-03-30 Peter Rabbitson Fix *stupid* silencing of exceptions introduced in...
2016-03-30 Peter Rabbitson Store collapser source in the resultset private metadat...
2016-03-30 Peter Rabbitson Step up the error reporting on unexpected NULLs during...
2016-03-30 Peter Rabbitson First part of changes for better unexpected NULL reporting
2016-03-29 Peter Rabbitson Support one more convoluted case of data-poor collapse
2016-03-28 Peter Rabbitson More tests and tighter code with better error reporting...
2016-03-28 Peter Rabbitson Fix incorrect data returned in a corner case of partial...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-28 Peter Rabbitson Remove some old forgotten pieces of code in collapse...
2016-03-23 Peter Rabbitson Make sure handling of exception_action is recursion...
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-03-23 Peter Rabbitson Better testing that RT#63874 being fully fixed by ddcc02d1
2016-03-10 Peter Rabbitson Fix failing test case missed during da9346a03
2016-03-10 Peter Rabbitson Really work around RT#108390 (630e2ea8a)
2016-03-10 Peter Rabbitson Move expensive test to xt/, add malloc-canary preventin...
2016-03-08 Matthew Horsfall Much simpler sure-flush on dirty exit ( ribasushi-...
2016-03-08 Peter Rabbitson Restructure thread/fork tests to run with maximum concu...
2016-03-05 Peter Rabbitson These files are not used by anything - remnants from...
2016-03-04 Peter Rabbitson More robust behavior of ANFANG.pm, also guard against...
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-03-03 Peter Rabbitson (optdeps) One last pass through tests, streamline skip...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
2016-03-01 Peter Rabbitson Stop loading Time::HiRes in the base test schema -...
next