Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / admin /
2016-04-12 Peter Rabbitson Harmonize DBICTEST_VIA_REPLICATED detection in tests
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-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-02-28 Peter Rabbitson Move a number of tests to xt, restructure extra lists
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2015-01-24 Peter Rabbitson Delete useless test
2014-05-27 Peter Rabbitson Move the DSN-lock machinery from 8d6b1478d into DBICTes...
2013-10-31 Peter Rabbitson Test more JSON::Any backends, and reorder the selection...
2013-10-31 Peter Rabbitson Work around JSON::Any not being future-proof
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2012-12-15 Peter Rabbitson Revert skip from a0361822 and fix tests to work correctly
2012-07-10 Rafael Kitover mark some tests in admin/10script.t on Win32 TODO
2012-04-20 Peter Rabbitson Fix test borkage after 9b871b00c - ALWAYS RUN TESTS...
2012-04-14 Peter Rabbitson Entire test suite now executable under tainted perl...
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-03-12 Eden Cardim making config flags actually recognize config files
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-07-07 Peter Rabbitson Perlbrew caught a missed /usr/bin/perl invocation
2010-06-02 Peter Rabbitson lib expects a list, not an arrayref
2010-05-31 Peter Rabbitson Fix RT#57732
2010-05-31 Peter Rabbitson Some comments
2010-05-31 Peter Rabbitson Simplify includedir testing
2010-05-14 Eden Cardim testing dbicadmin/DBIx::Class::Admin integration
2010-05-07 Eden Cardim moved mock schema out of t/var
2010-05-07 Eden Cardim fixes to dbicadmin -I test
2010-05-07 Eden Cardim test for the dbicadmin -I option
2010-05-07 Peter Rabbitson Trap erroneous warnings
2010-05-07 Eden Cardim added failing test case for non-versioned schema deploy...
2010-03-07 Peter Rabbitson Fix MC bug reported by felix
2010-02-21 Peter Rabbitson And another one
2010-02-21 Peter Rabbitson Bah humbug
2010-02-20 Peter Rabbitson Test::Deep actually isn't required
2010-02-13 Peter Rabbitson Switch Admin/dbicadmin to Opt::Deps
2010-02-13 Peter Rabbitson Switch tests to Optional::Deps
2010-01-17 Gordon Irving remove comment headers
2010-01-17 Peter Rabbitson Move script-test
2010-01-17 Peter Rabbitson More cleanup
2010-01-17 Peter Rabbitson And more cleanup
2010-01-17 Peter Rabbitson More tets cleanup
2010-01-17 Peter Rabbitson More detabification
2010-01-17 Peter Rabbitson Real detabify
2010-01-15 Gordon Irving remove Module::Load from test suite
2010-01-15 Gordon Irving change white space to not be tabs
2009-12-17 Gordon Irving use DBICTest::_database over creating a schema object...
2009-12-15 Gordon Irving update test suite to skip if cannot load DBIx::Class...
2009-12-12 Gordon Irving change passing of preversion to be a parameter
2009-12-12 Gordon Irving add sleep 1 to t/admin/02ddl.t so insert into upgrade...
2009-12-12 Gordon Irving add tests for data manipulation ported from 89dbicadmin.t
2009-12-02 Gordon Irving all ddl tests now pass
2009-12-02 Gordon Irving get deployment tests to pass
2009-12-02 Gordon Irving get deployment tests to pass
2009-11-30 Gordon Irving add DBIx::Class::Admin