projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
(travis) Make a separate is_ci runmode, separated from is_smoker
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
DBICTest
/
2015-03-05
Peter Rabbitson
(travis) Make a separate is_ci runmode, separated from...
tree
|
commitdiff
2015-03-02
Peter Rabbitson
At last a safer Moo (lots of kludges undone)
tree
|
commitdiff
2015-03-02
Peter Rabbitson
(travis) Only consider the runmode a 'Smoker' when...
tree
|
commitdiff
2015-02-10
Peter Rabbitson
Move some ICDT dependent (sub)tests around (no function...
tree
|
commitdiff
2015-02-10
Peter Rabbitson
Remove obsolete startup check (introduced in 5e724964...
tree
|
commitdiff
2015-01-23
Peter Rabbitson
Fix intermittent failures in the LeakTracer on 5.18...
tree
|
commitdiff
2014-12-24
Dagfinn Ilmari Man...
Use more widely supported quoting in DBICTest::Year2000...
tree
|
commitdiff
2014-12-23
Peter Rabbitson
(travis) Add 5.8.1 dev-testing to avoid crap like RT...
tree
|
commitdiff
2014-10-24
Peter Rabbitson
These loads are no longer necessary after d7d45bdc65
tree
|
commitdiff
2014-10-21
Dagfinn Ilmari Man...
Further delay empty weakregistry assertions
tree
|
commitdiff
2014-09-25
Peter Rabbitson
Edit leaktracer diag texts to be ilmary-compliant :)
tree
|
commitdiff
2014-09-24
Peter Rabbitson
Accomodate broken Test::More trials a bit better
tree
|
commitdiff
2014-09-24
Peter Rabbitson
Viciously deal with more strictures fallout
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Ensure the custom rel cond resolver does not trigger...
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Ensure undef_on_null_fk does not affect non-introspecta...
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Yet another missed sanity check in the relcond resolver
tree
|
commitdiff
2014-07-29
Peter Rabbitson
A little cleanup of ->id callsites (incomplete)
tree
|
commitdiff
2014-07-25
Peter Rabbitson
This was an embarrassing close call - entirely redo...
tree
|
commitdiff
2014-07-24
Peter Rabbitson
Document and add example of foreign_related_object
tree
|
commitdiff
2014-07-23
Peter Rabbitson
Change once more the signature of the custom cond coder...
tree
|
commitdiff
2014-07-21
Peter Rabbitson
Replace many closure-based proxy methods with static...
tree
|
commitdiff
2014-07-17
Peter Rabbitson
Move the "special loading" check to DBICTest::Util
tree
|
commitdiff
2014-07-17
Peter Rabbitson
Consolidate bits and pieces under ::_Util::refdesc
tree
|
commitdiff
2014-07-08
Peter Rabbitson
Break out the test tracer into a standalone file
tree
|
commitdiff
2014-06-11
Karen Etheridge
replace all remaining uses of self_rowobj with self_res...
tree
|
commitdiff
2014-06-11
Gerda Shank
Add (now passing) tests for set_from_related() via...
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Add foreign_resultobj to the customrel signature
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Rename (with a silent compat shim) couple of badly...
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Centralize custom rel args check, be more thorough
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Fix incorrect handling of custom relationship condition...
tree
|
commitdiff
2014-05-28
Peter Rabbitson
Switch most remaining debug-hooks to $dbictest_schema...
tree
|
commitdiff
2014-05-28
Peter Rabbitson
Retire DBIC::DebugObj, replace with $dbictest_schema...
tree
|
commitdiff
2014-05-27
Peter Rabbitson
Move the DSN-lock machinery from 8d6b1478d into DBICTes...
tree
|
commitdiff
2014-05-27
Peter Rabbitson
Consolidate lib-wide frameskip, adjust the ::RunMode...
tree
|
commitdiff
2014-02-10
Peter Rabbitson
Harden t/54taint.t against possible future changes...
tree
|
commitdiff
2014-01-31
Peter Rabbitson
Give Firebird (and Interbase) a common sqlt_type
tree
|
commitdiff
2014-01-28
Peter Rabbitson
Factor out the symtable walker, no functional changes...
tree
|
commitdiff
2014-01-28
Peter Rabbitson
One extra cleanup pass before asserting weakregistry...
tree
|
commitdiff
2014-01-27
Peter Rabbitson
Yet another attempt to solve the mystery-win32-failure...
tree
|
commitdiff
2014-01-27
Peter Rabbitson
Rewrite writiability test to be clearer and with less...
tree
|
commitdiff
2014-01-23
Peter Rabbitson
Have tests recover gracefully when File::Spec->tmpdir...
tree
|
commitdiff
2014-01-23
Peter Rabbitson
Move hrefaddr to DBIC::_Util, give most functions a...
tree
|
commitdiff
2014-01-23
Peter Rabbitson
Work around older DBI (possibly other cases) of faulty...
tree
|
commitdiff
2014-01-22
Peter Rabbitson
Fix long standing issue with resultset growth on repeat...
tree
|
commitdiff
2014-01-20
Peter Rabbitson
Do not track plain scalar refs on 5.17+ for the time...
tree
|
commitdiff
2014-01-20
Peter Rabbitson
Stop circref TODO based on RT#82942 from failing after...
tree
|
commitdiff
2014-01-19
Peter Rabbitson
Now that we have the tools leak-track much more stuff...
tree
|
commitdiff
2014-01-19
Peter Rabbitson
Switch to a global symtable "classdata" visitor
tree
|
commitdiff
2014-01-19
Peter Rabbitson
Even saner diagnostics (view under diff -w)
tree
|
commitdiff
2014-01-19
Peter Rabbitson
Stop various CLONE-registries from growing indefinitely
tree
|
commitdiff
2014-01-19
Peter Rabbitson
Rewire the leaktracer to store all refs by address...
tree
|
commitdiff
2014-01-19
Peter Rabbitson
Centralize handling of refcount in DBIC::_Util
tree
|
commitdiff
2013-12-30
Karen Etheridge
Extra (passing) test case generated while investigating...
tree
|
commitdiff
2013-12-18
Karen Etheridge
misspelling
tree
|
commitdiff
2013-11-04
Matt Phillips
fix typo in FATAL ERROR message.
tree
|
commitdiff
2013-10-11
Peter Rabbitson
Move classdata handling to DBICTest::Util::LeakTracer
tree
|
commitdiff
2013-10-02
Peter Rabbitson
Fail early properly even in the presence of -jN
tree
|
commitdiff
2013-10-02
Arthur Axel 'fREW...
Further tradeoffs on relationship sanity checking ...
tree
|
commitdiff
2013-10-02
Peter Rabbitson
Fail early if full test is run in a stale checkout
tree
|
commitdiff
2013-09-16
Peter Rabbitson
Augment test suite with oddball relationship declarations
tree
|
commitdiff
2013-08-29
Peter Rabbitson
Prevent DBD::Firebird and DBD::InterBase from colliding...
tree
|
commitdiff
2013-08-29
Peter Rabbitson
I did manage to screw up locking in parallel testing...
tree
|
commitdiff
2013-08-29
Peter Rabbitson
Generalize the SQLite DDL generation tool (see next...
tree
|
commitdiff
2013-04-20
Peter Rabbitson
More robust tests of dependency lazy-loading and delay...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Exclude DBICTest namespace from stacktraces
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Yet another collapser oversight
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Add strict/warnings test, adjust all offenders (wow...
tree
|
commitdiff
2012-12-19
Peter Rabbitson
Fix broken DBICTest::RunMode::is_smoker() (riba got...
tree
|
commitdiff
2012-11-30
Peter Rabbitson
More extensive travis testing plan
tree
|
commitdiff
2012-11-30
Peter Rabbitson
Fix the leaktracer rewrite in 218b7c12 which broke...
tree
|
commitdiff
2012-11-14
Peter Rabbitson
More robust behavior under heavily threaded environments
tree
|
commitdiff
2012-08-23
Peter Rabbitson
Back out constructor/prefetch rewrite introduced mainly...
tree
|
commitdiff
2012-04-27
Peter Rabbitson
Fix more fallout from 9b871b00, centralize the ugly...
tree
|
commitdiff
2012-04-21
Peter Rabbitson
Saner naming for helper test method
tree
|
commitdiff
2012-04-20
Peter Rabbitson
Fix test borkage after 9b871b00c - ALWAYS RUN TESTS...
tree
|
commitdiff
2012-04-18
Peter Rabbitson
Better handling of bogus tmpdir returned by File::Spec...
tree
|
commitdiff
2012-04-16
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2012-04-14
Peter Rabbitson
Entire test suite now executable under tainted perl...
tree
|
commitdiff
2012-04-09
Peter Rabbitson
Allow for tests to run in parallel (simultaneously...
tree
|
commitdiff
2012-04-03
Rafael Kitover
improvements for MSSQL driver via DBD::ADO
tree
|
commitdiff
2012-03-28
Peter Rabbitson
Add all database connections via DBICTest::Schema to...
tree
|
commitdiff
2012-03-16
Peter Rabbitson
Add all storage instances to the test suite leaktracing...
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Test suite wide leaktesting
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Some cleanups and code dedup of Top and FetchFirst...
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Functional row-parse generator - really works!!!
tree
|
commitdiff
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
tree
|
commitdiff
2011-11-26
Peter Rabbitson
Fix some logic pitfalls in the require tracer
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Abstract away the CORE::GLOBAL::require override code...
tree
|
commitdiff
2011-07-17
Peter Rabbitson
Fix last test susceptible to spurious warnings, cleanup...
tree
|
commitdiff
2011-06-17
Peter Rabbitson
How ::Rekey was tested against the DBIC test suite
tree
|
commitdiff
2011-06-17
Peter Rabbitson
Fix all invocations of _resolve_condition to match...
tree
|
commitdiff
2011-06-17
Peter Rabbitson
Correct test-relationship name/type
tree
|
commitdiff
2011-06-13
Rafael Kitover
don't mask missing deps with datetime_undef_if_invalid
tree
|
commitdiff
2011-06-04
Pedro Melo
Added tests for chained sqlt_deploy_hook()'s
tree
|
commitdiff
2011-05-31
Florian Ragwitz
Allow changing attributes on schema cloning
tree
|
commitdiff
2011-04-08
Rafael Kitover
Extend tests for MARs under MSSQL over DBD::Sybase
tree
|
commitdiff
2011-04-08
Moritz Onken
Test for an insane yet valid rel condition with subquery
tree
|
commitdiff
2011-04-07
Peter Rabbitson
Merge branch 0.08200_track into master
tree
|
commitdiff
next