2011-01-10 |
Sylvain Thénault |
[unittest2] update to unittest2 assertRaises api
stable
|
file |
diff |
annotate
|
2011-01-07 |
Sylvain Thénault |
[multi-sources] fix planning of crossed relation w/ some complex queries
stable
|
file |
diff |
annotate
|
2011-01-05 |
Julien Jehannet |
[unittest2] use unittest2 module fixture api
stable
|
file |
diff |
annotate
|
2011-01-04 |
Sylvain Thénault |
[ms] fix ms planner crash on some ambiguous queries, as demonstrated in a comment on http://www.cubicweb.org/ticket/1382452
stable
|
file |
diff |
annotate
|
2011-01-04 |
Sylvain Thénault |
[ms] #1382452: incorrect results with multi-sources
stable
|
file |
diff |
annotate
|
2010-11-05 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2010-11-05 |
Sylvain Thénault |
[ms planning] test and fix bad plannification of a query used on cascading delete of a deleted (external) entity relations
stable
|
file |
diff |
annotate
|
2010-10-27 |
Sylvain Thénault |
[ms planner] fix changeset 6650:72f2fd93a622: we should sometime complete input map anyway
|
file |
diff |
annotate
|
2010-10-26 |
Sylvain Thénault |
[ms planning] fix/enhance cw_source consideration in ms planning
|
file |
diff |
annotate
|
2010-10-25 |
Sylvain Thénault |
[ms] simplify cw_source handling : don't try evil optmization that may hurt in some cases
|
file |
diff |
annotate
|
2010-10-25 |
Sylvain Thénault |
[test] make test independant from the working directory
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-24 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
file |
diff |
annotate
|
2010-09-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-10 |
syt |
fix tests
stable
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-08-20 |
Sylvain Thénault |
[ms] more planning bug fixes
stable
|
file |
diff |
annotate
|
2010-08-20 |
Sylvain Thénault |
[ms] fix two planner bugs: one occuring query such as X created_by U where X in a external source and U may come from an ldap source. The other being that when we've to merge input maps, we were modifying the same tree/solutions while a copy were needed. Also, ensure we add type restrictions, necessary for pyro source
stable
|
file |
diff |
annotate
|
2010-08-10 |
Adrien Di Mascio |
[forms] test abs() rql function
|
file |
diff |
annotate
|
2010-08-03 |
Sylvain Thénault |
[ms] cleanups
stable
|
file |
diff |
annotate
|
2010-08-03 |
Sylvain Thénault |
[ms] fix a ms plannification bug with NOT is
stable
|
file |
diff |
annotate
|
2010-06-17 |
Sylvain Thénault |
[fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
|
file |
diff |
annotate
|
2010-05-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-05-26 |
Sylvain Thénault |
[rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX
stable
|
file |
diff |
annotate
|
2010-05-25 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-27 |
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
|
file |
diff |
annotate
|
2010-03-16 |
Sylvain Thénault |
fix test broken by recent rql rewrite / querier changes
|
file |
diff |
annotate
|
2010-03-05 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-05 |
Sylvain Thénault |
fix bad test fix
|
file |
diff |
annotate
|
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
|