log test/db_test_base.py @ 5399:dccae35caa59

age author description
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 22:23:46 +0000 Joseph Myers Python 3 preparation: use parentheses in list comprehension.
Tue, 24 Jul 2018 22:22:08 +0000 Joseph Myers Python 3 preparation: make relative imports explicit.
Tue, 24 Jul 2018 22:08:17 +0000 Joseph Myers Python 3 preparation: change "x.has_key(y)" to "y in x".
Tue, 24 Jul 2018 09:54:52 +0000 Joseph Myers Python 3 preparation: convert print to a function.
Tue, 05 Jun 2018 21:52:38 -0400 John Rouillard I forgot that mysql is missing fractional seconds in it's
Tue, 05 Jun 2018 21:25:11 -0400 John Rouillard Add a valid journal entry to the testJournalNonexistingProperty tests
Fri, 20 Apr 2018 18:46:28 +0200 Ralf Schlatterbeck Fix commits although a Reject exception is raised
Thu, 19 Apr 2018 20:01:43 +0200 Ralf Schlatterbeck Add a 'retired' parameter to Class.filter
Thu, 19 Apr 2018 17:03:11 +0200 Ralf Schlatterbeck Fix tests for memorydb and anydbm backends
Thu, 19 Apr 2018 12:59:23 +0200 Ralf Schlatterbeck Fix issue2550954: History display breaks
Tue, 07 Nov 2017 10:26:09 +0100 Ralf Schlatterbeck Mark failing test
Mon, 06 Nov 2017 09:26:59 +0100 Ralf Schlatterbeck Add (currently failing) test for atomic actions
Mon, 28 Aug 2017 22:23:32 -0400 John Rouillard Also comment out testfixture used to capture debug logging.
Mon, 28 Aug 2017 22:22:01 -0400 John Rouillard Make sure to sort the result otherwise anydbm and sql ordering is different.
Mon, 28 Aug 2017 21:51:12 -0400 John Rouillard Fixed quiet history filter for linked items. Test for same fixed.
Thu, 24 Aug 2017 22:21:37 -0400 Eric S. Raymond Use Python-3-compatible 'as' syntax for except statements
Sat, 15 Apr 2017 17:39:19 -0400 John Rouillard Add more sleeps to work around mysql timestamp issue.
Sat, 15 Apr 2017 17:09:10 -0400 John Rouillard Work around for missing fractional second support in our use of mysql.
Fri, 14 Apr 2017 23:58:35 -0400 John Rouillard looks like the testQuietJournal test is failing with mysql for some
Fri, 14 Apr 2017 23:24:18 -0400 John Rouillard issue2550864 - Potential information leakage via journal/history
Mon, 12 Dec 2016 13:53:47 +0100 Ralf Schlatterbeck Implement double-precision Number
Sat, 23 Jul 2016 17:08:44 -0400 John Rouillard Some patches from wking to make admin.py bypass checks like nuking a
Sat, 09 Jul 2016 19:35:56 -0400 John Rouillard update: 1c90f15a177f requires an update to the tests to account for the new Restore permission
Thu, 30 Jun 2016 20:38:23 -0400 John Rouillard - issue1714899: Feature Request: Optional Change Note. Added a new
Wed, 29 Jun 2016 18:35:19 -0400 John Rouillard Adding some tests for admin.py. Specifically for issue2550572: setting
Sun, 05 Jun 2016 00:17:26 -0400 John Rouillard Add support for an integer type to join the existing number type.
Mon, 22 Dec 2014 13:30:20 +1100 John Kristensen Configure the database backend in the config.ini
Thu, 20 Aug 2015 18:15:23 +1000 John Kristensen Replace existing run_tests.py script with a pytest script
Thu, 20 Aug 2015 14:44:49 +1000 John Kristensen Update tests to work with py.test
Fri, 04 Apr 2014 08:09:30 +0200 Ralf Schlatterbeck Fix sort-representation for RDBMS backends
Wed, 02 Apr 2014 17:43:19 +0200 Ralf Schlatterbeck Add date sort test
Sat, 29 Mar 2014 11:59:37 +0100 Ralf Schlatterbeck HTML* classes for cgi: handle MissingValue case
Sat, 29 Mar 2014 10:52:20 +0100 Ralf Schlatterbeck HTML* classes for cgi are now all new-style
Fri, 28 Mar 2014 15:14:29 +0100 Ralf Schlatterbeck Fix issue2550835
Wed, 18 Dec 2013 09:02:40 +0100 Ralf Schlatterbeck Fix bug in SQL generation
Thu, 12 Dec 2013 16:15:25 +0100 Ralf Schlatterbeck Fix SQL wildcards in string search
Fri, 10 May 2013 23:24:10 +0200 Bernhard Reiter Closed issue2550805 (Postgresql should search title case insensitive), by Tom Ekberg.
Sun, 05 May 2013 00:21:27 +0200 Bernhard Reiter Removing remains of "rlog" module, fixes db unit test debug logging via environment variable.
Wed, 28 Nov 2012 06:45:30 +0300 anatoly techtonik Python 2.3 workarounds cleanup
Wed, 16 Nov 2011 09:51:38 -0500 Eric S. Raymond Remove keyword expansions from CVS. All regression tests passed afterwards.
Fri, 07 Oct 2011 18:04:00 +0000 Ralf Schlatterbeck Sending of PGP-Encrypted mail to all users or selected users (via roles)...
Sat, 16 Apr 2011 11:02:01 +0000 Ralf Schlatterbeck Fixed bug in filter_iter refactoring (lazy multilinks)...
Thu, 14 Apr 2011 12:24:59 +0000 Ralf Schlatterbeck Fix first part of Password handling security issue2550688
Mon, 21 Mar 2011 20:44:39 +0000 Ralf Schlatterbeck Multilink fixes and optimizations:
Fri, 22 Oct 2010 14:14:26 +0000 Ralf Schlatterbeck clear the cache on commit for rdbms backends:
Fri, 17 Sep 2010 06:47:58 +0000 Ralf Schlatterbeck - more logger fixes, sorry for the noise.
Mon, 09 Aug 2010 04:43:50 +0000 Richard Jones force tests checking text output to work in the "C" locale
Fri, 05 Mar 2010 15:51:11 +0000 Ralf Schlatterbeck - unify bool searching (filter method) across backends
Fri, 05 Mar 2010 14:22:34 +0000 Ralf Schlatterbeck - unify number searching across backends
Mon, 08 Feb 2010 08:30:37 +0000 Richard Jones don't have mailgw tests close the db - they're not testing persistence
Mon, 08 Feb 2010 04:30:48 +0000 Richard Jones Make memorydb pass all tests;
Fri, 05 Feb 2010 05:10:52 +0000 Richard Jones make some more memorydb tests pass
Mon, 07 Dec 2009 05:13:27 +0000 Richard Jones Fix some security assertions and tests.
Tue, 29 Sep 2009 07:27:17 +0000 Ralf Schlatterbeck New config option csv_field_size:
Fri, 13 Mar 2009 03:31:30 +0000 Richard Jones fix unit test compatibility
Thu, 12 Mar 2009 02:52:56 +0000 Richard Jones Add compatibility package to allow us to deal with Python versions 2.3..2.6.
Fri, 27 Feb 2009 16:15:33 +0000 Stefan Seefeld Adjust to new location for templates in source tree.
Tue, 19 Aug 2008 01:40:59 +0000 Richard Jones fix some unit tests for python2.3 1.4.5
Tue, 19 Aug 2008 00:52:01 +0000 Richard Jones unit test fix for added property

Roundup Issue Tracker: http://roundup-tracker.org/