devtools/testlib.py
Fri, 02 Jul 2010 19:05:58 +0200 Nicolas Chauvat [testlib] improve test description messages
Mon, 21 Jun 2010 15:34:46 +0200 Sylvain Thénault backport stable
Mon, 21 Jun 2010 15:32:58 +0200 Sylvain Thénault [repo] fix 'c-c start --loglevel LEVEL' for repository only configuration. Closes #1058269.
Mon, 21 Jun 2010 15:32:26 +0200 Sylvain Thénault [transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes stable
Mon, 21 Jun 2010 13:23:11 +0200 Sylvain Thénault backport stable
Fri, 18 Jun 2010 09:25:01 +0200 Sylvain Thénault [test] fix stupd name error stable
Fri, 18 Jun 2010 09:07:41 +0200 Sylvain Thénault [test] fix test w/ closed connection pb stable
Thu, 17 Jun 2010 18:50:20 +0200 Aurelien Campeas [devtools/teslib] be more defensive on rollbacks stable
Thu, 17 Jun 2010 16:24:01 +0200 Sylvain Thénault [test] workaround connection leak making tests fail under windows environment (though we've still probably some open connection leak to resolve...) stable
Tue, 15 Jun 2010 18:16:19 +0200 Sylvain Thénault backport stable
Tue, 15 Jun 2010 18:00:30 +0200 Sylvain Thénault [test] properly close connections during test stable
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Mon, 26 Apr 2010 16:31:46 +0200 Sylvain Thénault backport stable
Mon, 26 Apr 2010 10:41:40 +0200 Sylvain Thénault [testlib] move _cnxs initialization before setup_database so one can login in it stable
Fri, 23 Apr 2010 12:19:54 +0200 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
Fri, 23 Apr 2010 12:42:53 +0200 Sylvain Thénault backport stable
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Thu, 15 Apr 2010 12:48:40 +0200 Sylvain Thénault backport stable
Thu, 15 Apr 2010 11:00:44 +0200 Aurelien Campeas merge stable
Thu, 15 Apr 2010 10:59:49 +0200 Aurelien Campeas [devtools] do not forbid use of postgres as a source for tests (but it still needs proper dump/restore support) stable
Wed, 14 Apr 2010 16:26:34 +0200 Sylvain Thénault backport stable
Wed, 14 Apr 2010 16:26:02 +0200 Sylvain Thénault [testlib] ctrl_publish now allow to specify the controller id as argument stable
Tue, 13 Apr 2010 19:43:51 +0200 Sylvain Thénault backport stable
Tue, 13 Apr 2010 19:19:37 +0200 Aurelien Campeas [doc/book] expand tesing material stable
Tue, 13 Apr 2010 12:19:24 +0200 Sylvain Thénault #773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
Wed, 07 Apr 2010 14:42:55 +0200 Sylvain Thénault backport stable
Wed, 07 Apr 2010 14:42:12 +0200 Sylvain Thénault [testlib] properly close connections opened during test in tearDown stable
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Tue, 06 Apr 2010 19:08:07 +0200 Sylvain Thénault backport stable
Thu, 01 Apr 2010 08:24:53 +0200 Sylvain Thénault [python] take care to this detail of @contextmanager: if an unhandled exception occurs in the block, it is reraised inside the generator at the point where the yield occurred stable
Wed, 31 Mar 2010 15:39:09 +0200 Sylvain Thénault merge
Wed, 31 Mar 2010 12:26:07 +0200 Sylvain Thénault [testlib] simple helper method to register temporary appobjects (hooks for instance) with a context manager stable
Tue, 30 Mar 2010 14:32:03 +0200 Sylvain Thénault backport stable
Mon, 29 Mar 2010 11:51:02 +0200 Sylvain Thénault [testlib] create_user support extra kwargs to give to create_entity(CWUser) stable
Fri, 26 Mar 2010 16:15:41 +0100 Sylvain Thénault backport stable
Fri, 26 Mar 2010 13:21:25 +0100 Sylvain Thénault [testlib] __errorurl may be a relative path, check we're actually removing base url first stable
Thu, 25 Mar 2010 15:11:44 +0100 Pierre-Yves David When a TC failed to initiliase the database, the following test are SKIPPED stable
Wed, 24 Mar 2010 18:04:59 +0100 Sylvain Thénault le patch rql26 a été importé
Fri, 19 Mar 2010 14:42:35 +0100 Sylvain Thénault [repo] call server_startup event in start_looping_task the repo is fully started (registered in pyro for instance)
Tue, 16 Mar 2010 17:44:42 +0100 Sylvain Thénault merge
Tue, 16 Mar 2010 17:44:32 +0100 Sylvain Thénault fix tests stable
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Tue, 09 Mar 2010 08:59:43 +0100 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Wed, 24 Feb 2010 11:53:36 +0100 Sylvain Thénault [testlib] provide ability to control schema/vreg reset using reset_schema/reset_vreg test class attributes stable
Wed, 24 Feb 2010 11:52:11 +0100 Sylvain Thénault [test] skipping versions checking during test is enough, no need for monkey patch stable
Wed, 24 Feb 2010 11:04:28 +0100 Sylvain Thénault [test] cleanup stable
Tue, 09 Feb 2010 16:20:45 +0100 Sylvain Thénault use 'edit' as defaut path for expect_redirect_publish
Tue, 09 Feb 2010 11:22:40 +0100 Sylvain Thénault fix and begin to document autofill algorithm
Tue, 26 Jan 2010 13:38:02 +0100 Sylvain Thénault fix deprecation warnings
Mon, 25 Jan 2010 21:16:42 +0100 Sylvain Thénault XXX quick fix html validation by removing <canvas>
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Fri, 18 Dec 2009 14:10:05 +0100 Sylvain Thénault clearer api: distinguish app_publish / ctrl_publish
Fri, 18 Dec 2009 14:09:24 +0100 Sylvain Thénault override publisher's error handler to ease debugging
Wed, 09 Dec 2009 15:47:01 +0100 Sylvain Thénault 3.6 api update
less more (0) -100 -60 tip