server/test/unittest_msplanner.py
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
Tue, 27 Apr 2010 18:31:42 +0200 Sylvain Thénault [ms] fix planning bug with rewritten constants: when removing some source for a const due to relation constraints, we should propagate this change to other constants coming from the same original variable stable
Tue, 16 Mar 2010 17:19:10 +0100 Sylvain Thénault fix test broken by recent rql rewrite / querier changes
Fri, 05 Mar 2010 18:20:39 +0100 Sylvain Thénault backport stable
Fri, 05 Mar 2010 17:29:24 +0100 Sylvain Thénault fix bad test fix
Fri, 05 Mar 2010 17:22:41 +0100 Sylvain Thénault update test broken by fulltextindexed change on workflow entities stable
Wed, 03 Mar 2010 19:02:36 +0100 Sylvain Thénault [test] call super class teardown after perms restoration
Wed, 03 Mar 2010 18:30:25 +0100 Sylvain Thénault [test] get a chance to get proper garbage collection when running pytest on whole cw
Wed, 03 Mar 2010 17:59:05 +0100 Sylvain Thénault [repo] improve planning of insert/update queries: do not select affected constants so the don't go and back to/from the source.
Wed, 24 Feb 2010 11:14:14 +0100 Sylvain Thénault use set_action_permissions is clearer and avoid @cached issue across tests stable
Wed, 24 Feb 2010 10:30:31 +0100 Sylvain Thénault [test api] rename _user_session to user_groups_session, fix its arguments and return only the session, not (user, session) to make things clearer stable
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
Tue, 22 Dec 2009 19:27:48 +0100 Sylvain Thénault test update. All cw tests OK
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Tue, 10 Nov 2009 18:06:47 +0100 Sylvain Thénault test and fix http://www.logilab.org/ticket/499838 stable
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Thu, 15 Oct 2009 10:31:54 +0200 Sylvain Thénault backport stable branch
Fri, 09 Oct 2009 19:20:38 +0200 Sylvain Thénault [multi-source] add test case for an encountered bug, fixed by adding state_of to dont_cross_relations. Added a note to remind me that something should be done to be smarter in handling this stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 11:45:39 +0200 Sylvain Thénault test fixes stable
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 14:24:31 +0200 Sylvain Thénault refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well 3.5
Wed, 16 Sep 2009 14:17:12 +0200 Sylvain Thénault [ms] fix planning w/ query using identity 3.5
Fri, 21 Aug 2009 16:26:20 +0200 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
Thu, 20 Aug 2009 17:44:27 +0200 Sylvain Thénault start a new workflow engine 3.5
Tue, 11 Aug 2009 17:13:32 +0200 Sylvain Thénault [testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
Thu, 06 Aug 2009 09:51:52 +0200 Sylvain Thénault backport stable branch
Tue, 04 Aug 2009 18:48:46 +0200 Sylvain Thénault [multi-source] test and fix msplanner regression stable
Fri, 31 Jul 2009 23:54:20 +0200 Sylvain Thénault [F repo tests] tests have to be updated:
Sat, 27 Jun 2009 00:37:42 +0200 Sylvain Thénault one more test (see mrambourg error report. We should ensure the previous fix fix his case as well which include security injection of the rql) stable
Fri, 26 Jun 2009 23:37:09 +0200 Sylvain Thénault fix jpl/ticket/34862: msplanner bug with query generated to check if a user from ldap is owned_by himself stable
Thu, 25 Jun 2009 11:26:46 +0200 Sylvain Thénault #344177: ms planning bug with "Any X WHERE X eid 123" and 123 coming from an external source stable
Wed, 17 Jun 2009 20:46:37 +0200 Aurelien Campeas one more ms planning bug stable
Mon, 15 Jun 2009 18:26:31 +0200 Sylvain Thénault add test and fix for queries where all variables are simplified and come from an external source stable
Tue, 09 Jun 2009 18:30:42 +0200 Sylvain Thénault cleanup stable
Tue, 09 Jun 2009 18:04:31 +0200 Sylvain Thénault fix bug in multisource planner, w/ inlined relation stable
Tue, 09 Jun 2009 18:03:28 +0200 Sylvain Thénault enhance BasePlannerTC to ease subclasses definition stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 13 May 2009 16:28:21 +0200 sylvain thenault one more msplanning bug fixed... tls-sprint
Wed, 13 May 2009 15:46:47 +0200 sylvain thenault ms planning fix tls-sprint
Fri, 17 Apr 2009 16:55:37 +0200 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
Sat, 04 Apr 2009 14:44:04 +0200 sylvain thenault more fix of cross relation handling
Sat, 04 Apr 2009 13:21:56 +0200 sylvain thenault fix constant handling in sourcesterms + minor cleanup
Fri, 03 Apr 2009 19:04:00 +0200 sylvain thenault * refactor ms planner (renaming, reorganization)
Fri, 20 Mar 2009 14:23:08 +0100 sylvain thenault fix rql2sq w/ outer join on subquery result
Fri, 20 Mar 2009 14:01:11 +0100 sylvain thenault one more test, but skipped in it may be a won't fix
Fri, 20 Mar 2009 12:51:39 +0100 sylvain thenault fix ms planning w/ relation constraint propagation
Tue, 13 Jan 2009 17:56:02 +0100 sylvain thenault cross_relations support
Tue, 13 Jan 2009 17:55:29 +0100 sylvain thenault OR EXISTS fix, typos
Wed, 07 Jan 2009 14:57:03 +0100 Sylvain Thenault fixes for some cases of neged inlined relations, may have to use (new) IntersectStep. XXX: write IntersectFetchStep
Tue, 06 Jan 2009 18:21:03 +0100 Sylvain Thenault backport msplanner test from cubicweb-multisources
less more (0) tip