2010-03-05 |
Sylvain Thénault |
update test broken by fulltextindexed change on workflow entities
stable
|
file |
diff |
annotate
|
2010-03-03 |
Sylvain Thénault |
[test] call super class teardown after perms restoration
|
file |
diff |
annotate
|
2010-03-03 |
Sylvain Thénault |
[test] get a chance to get proper garbage collection when running pytest on whole cw
|
file |
diff |
annotate
|
2010-03-03 |
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.
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
use set_action_permissions is clearer and avoid @cached issue across tests
stable
|
file |
diff |
annotate
|
2010-02-24 |
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
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-22 |
Sylvain Thénault |
test update. All cw tests OK
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
2009-11-10 |
Sylvain Thénault |
test and fix http://www.logilab.org/ticket/499838
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-09 |
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
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
test fixes
stable
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
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
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
[ms] fix planning w/ query using identity
3.5
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
start a new workflow engine
3.5
|
file |
diff |
annotate
|
2009-08-11 |
Sylvain Thénault |
[testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
|
file |
diff |
annotate
|
2009-08-06 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-08-04 |
Sylvain Thénault |
[multi-source] test and fix msplanner regression
stable
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
[F repo tests] tests have to be updated:
|
file |
diff |
annotate
|
2009-06-26 |
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
|
file |
diff |
annotate
|
2009-06-26 |
Sylvain Thénault |
fix jpl/ticket/34862: msplanner bug with query generated to check if a user from ldap is owned_by himself
stable
|
file |
diff |
annotate
|
2009-06-25 |
Sylvain Thénault |
#344177: ms planning bug with "Any X WHERE X eid 123" and 123 coming from an external source
stable
|
file |
diff |
annotate
|
2009-06-17 |
Aurelien Campeas |
one more ms planning bug
stable
|
file |
diff |
annotate
|
2009-06-15 |
Sylvain Thénault |
add test and fix for queries where all variables are simplified and come from an external source
stable
|
file |
diff |
annotate
|
2009-06-09 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-06-09 |
Sylvain Thénault |
fix bug in multisource planner, w/ inlined relation
stable
|
file |
diff |
annotate
|
2009-06-09 |
Sylvain Thénault |
enhance BasePlannerTC to ease subclasses definition
stable
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-13 |
sylvain thenault |
one more msplanning bug fixed...
tls-sprint
|
file |
diff |
annotate
|
2009-05-13 |
sylvain thenault |
ms planning fix
tls-sprint
|
file |
diff |
annotate
|
2009-04-17 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
2009-04-04 |
sylvain thenault |
more fix of cross relation handling
|
file |
diff |
annotate
|
2009-04-04 |
sylvain thenault |
fix constant handling in sourcesterms + minor cleanup
|
file |
diff |
annotate
|
2009-04-03 |
sylvain thenault |
* refactor ms planner (renaming, reorganization)
|
file |
diff |
annotate
|
2009-03-20 |
sylvain thenault |
fix rql2sq w/ outer join on subquery result
|
file |
diff |
annotate
|
2009-03-20 |
sylvain thenault |
one more test, but skipped in it may be a won't fix
|
file |
diff |
annotate
|
2009-03-20 |
sylvain thenault |
fix ms planning w/ relation constraint propagation
|
file |
diff |
annotate
|
2009-01-13 |
sylvain thenault |
cross_relations support
|
file |
diff |
annotate
|
2009-01-13 |
sylvain thenault |
OR EXISTS fix, typos
|
file |
diff |
annotate
|
2009-01-07 |
Sylvain Thenault |
fixes for some cases of neged inlined relations, may have to use (new) IntersectStep. XXX: write IntersectFetchStep
|
file |
diff |
annotate
|
2009-01-06 |
Sylvain Thenault |
backport msplanner test from cubicweb-multisources
|
file |
diff |
annotate
|