Thu, 14 Feb 2013 16:01:24 +0100 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
Thu, 29 Sep 2011 13:53:34 +0200 |
Sylvain Thénault |
[ms planning] raise BadRQLQuery when two variables related by a non-crossable relation should come from two different sources (closes #1973767)
stable
|
file |
diff |
annotate
|
Wed, 28 Sep 2011 09:27:42 +0200 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
Thu, 08 Sep 2011 16:35:45 +0200 |
Sylvain Thénault |
[multi-sources] closes #1918120: drop behaviour leading to wrong result as demonstrated by the ticket
stable
|
file |
diff |
annotate
|
Tue, 12 Jul 2011 11:27:43 +0200 |
Sylvain Thénault |
[repo, ms] fix planning of some queries where variable 'non-invarianess' should be considered, leading for instance to junk in entities table on source deletion
|
file |
diff |
annotate
|
Thu, 05 May 2011 11:46:29 +0200 |
Sylvain Thénault |
[msplanner] fix regression and test failure introduced in 7292:258c92805066
stable
|
file |
diff |
annotate
|
Fri, 29 Apr 2011 20:16:54 +0200 |
Sylvain Thénault |
[ms planner] ignore neged source relation when trying to restrict query sources
stable
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 22:52:52 +0200 |
Sylvain Thénault |
[ms planner] fix buggy temp table name generation, may generate duplicated unique id with subqueries/union
stable
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 22:52:39 +0200 |
Sylvain Thénault |
[ms planner] use an index to avoid doing the same step twice
stable
|
file |
diff |
annotate
|
Wed, 09 Feb 2011 18:06:17 +0100 |
Sylvain Thénault |
[repository] #1460066: backport datafeed cube as cubicweb source
|
file |
diff |
annotate
|
Mon, 07 Feb 2011 15:13:05 +0100 |
Sylvain Thénault |
[sources] reorganize abstract source code, drop no more used cleanup_entities_info and _cleanup_system_relations methods
|
file |
diff |
annotate
|
Fri, 07 Jan 2011 18:51:47 +0100 |
Sylvain Thénault |
[multi-sources] fix planning of crossed relation w/ some complex queries
stable
|
file |
diff |
annotate
|
Tue, 04 Jan 2011 11:59:11 +0100 |
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
|
Tue, 04 Jan 2011 09:07:22 +0100 |
Sylvain Thénault |
[ms] #1382452: incorrect results with multi-sources
stable
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 09:17:43 +0100 |
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
|
Wed, 27 Oct 2010 08:53:14 +0200 |
Sylvain Thénault |
[ms planner] fix changeset 6650:72f2fd93a622: we should sometime complete input map anyway
|
file |
diff |
annotate
|
Tue, 26 Oct 2010 20:22:08 +0200 |
Sylvain Thénault |
[ms planning] fix potential key error due to additional entries in input maps
|
file |
diff |
annotate
|
Tue, 26 Oct 2010 20:21:48 +0200 |
Sylvain Thénault |
[ms planning] fix bug in merge_input_map causing bad plans computed
|
file |
diff |
annotate
|
Tue, 26 Oct 2010 20:21:09 +0200 |
Sylvain Thénault |
[ms planning] fix/enhance cw_source consideration in ms planning
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 17:15:52 +0200 |
Sylvain Thénault |
[ms] simplify cw_source handling : don't try evil optmization that may hurt in some cases
|
file |
diff |
annotate
|
Fri, 22 Oct 2010 17:38:47 +0200 |
Sylvain Thénault |
[ms] fix an infinite loop in ms planner and another crash
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 00:05:52 +0200 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 10:59:57 +0200 |
Sylvain Thénault |
[ms] more planning bug fixes
stable
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 08:35:10 +0200 |
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
|
Fri, 20 Aug 2010 08:31:02 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Tue, 03 Aug 2010 12:17:20 +0200 |
Sylvain Thénault |
[ms] cleanups
stable
|
file |
diff |
annotate
|
Tue, 03 Aug 2010 12:17:01 +0200 |
Sylvain Thénault |
[ms] fix a ms plannification bug with NOT is
stable
|
file |
diff |
annotate
|
Wed, 28 Jul 2010 11:39:47 +0200 |
Sylvain Thénault |
[ms] log after preprocessing, else we don't see the query which is actually planned (may have been modified by security insertion)
stable
|
file |
diff |
annotate
|
Mon, 19 Jul 2010 10:10:20 +0200 |
Sylvain Thénault |
[querier] actually fix bug attempted to be fixed in 5942:f1abba8ccc01. The pb was not in multi-sources but because of missing annotation on rql generated by security insertion
|
file |
diff |
annotate
|
Thu, 08 Jul 2010 15:35:29 +0200 |
Sylvain Thénault |
[multi-sources] we should annotate those queries, else there is a chance to get bad sql...
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 14:43:16 +0200 |
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
|
Wed, 26 May 2010 10:28:48 +0200 |
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
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:42:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 19:42:37 +0200 |
Alexandre Fayolle |
SQL Server port: temporary table handling
stable
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 20:10:12 +0200 |
Sylvain Thénault |
[ms] fix planning bug introduced with recent rql refactoring for queries with only eids (fix unittest_multisources.test_in_eid)
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 16:15:16 +0100 |
Sylvain Thénault |
[ms] fix name error introduced by rql 0.26 api update
|
file |
diff |
annotate
|
Wed, 24 Mar 2010 18:04:59 +0100 |
Sylvain Thénault |
le patch rql26 a été importé
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 10:07:30 +0100 |
Sylvain Thénault |
[ms] this test is already done before putting a relation in uidrels
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:30:24 +0100 |
Sylvain Thénault |
pylint suggested refactorings
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:24:47 +0100 |
Sylvain Thénault |
pylint style fixes
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:19:14 +0100 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:09:12 +0100 |
Sylvain Thénault |
fix some pylint detected errors
stable
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Tue, 10 Nov 2009 18:06:47 +0100 |
Sylvain Thénault |
test and fix http://www.logilab.org/ticket/499838
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Fri, 09 Oct 2009 10:49:21 +0200 |
Sylvain Thénault |
fix buggy assertion
stable
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 14:17:12 +0200 |
Sylvain Thénault |
[ms] fix planning w/ query using identity
3.5
|
file |
diff |
annotate
|
Thu, 27 Aug 2009 17:01:32 +0200 |
Sylvain Thénault |
[multi-sources] move [dont_]cross_relations to AbstractSource
3.5
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 17:04:22 +0200 |
Sylvain Thénault |
DBG_MS flag
|
file |
diff |
annotate
|
Tue, 04 Aug 2009 18:48:46 +0200 |
Sylvain Thénault |
[multi-source] test and fix msplanner regression
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 17 Jun 2009 20:46:37 +0200 |
Aurelien Campeas |
one more ms planning bug
stable
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 18:30:27 +0200 |
Sylvain Thénault |
add comment explaining the pb
stable
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 18:28:44 +0200 |
Sylvain Thénault |
when a relation isn't supported by a ms query parts, dereference introduced variable refs
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 18:04:31 +0200 |
Sylvain Thénault |
fix bug in multisource planner, w/ inlined relation
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Wed, 13 May 2009 16:28:21 +0200 |
sylvain thenault |
one more msplanning bug fixed...
tls-sprint
|
file |
diff |
annotate
|
Wed, 13 May 2009 15:46:47 +0200 |
sylvain thenault |
ms planning fix
tls-sprint
|
file |
diff |
annotate
|
Mon, 20 Apr 2009 19:54:36 +0200 |
Aurelien Campeas |
sql attributes bugfix
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:55:37 +0200 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 09:30:23 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 15:16:37 +0200 |
Sylvain |
more test predictability
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 14:44:04 +0200 |
sylvain thenault |
more fix of cross relation handling
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 13:21:56 +0200 |
sylvain thenault |
fix constant handling in sourcesterms + minor cleanup
|
file |
diff |
annotate
|
Fri, 03 Apr 2009 19:08:09 +0200 |
sylvain thenault |
cleanup _handle_cross_relation
|
file |
diff |
annotate
|
Fri, 03 Apr 2009 19:04:00 +0200 |
sylvain thenault |
* refactor ms planner (renaming, reorganization)
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 17:55:59 +0100 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 11:26:09 +0100 |
sylvain thenault |
copyright update
|
file |
diff |
annotate
|
Fri, 20 Mar 2009 12:51:39 +0100 |
sylvain thenault |
fix ms planning w/ relation constraint propagation
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 11:59:53 +0100 |
Aurelien Campeas |
fix imports : common.utils -> utils
tls-sprint
|
file |
diff |
annotate
|
Mon, 19 Jan 2009 18:50:18 +0100 |
sylvain thenault |
fix need intersect detection
|
file |
diff |
annotate
|
Thu, 15 Jan 2009 15:59:08 +0100 |
sylvain thenault |
cross relations handling fix
3.0
|
file |
diff |
annotate
|
Thu, 15 Jan 2009 11:25:29 +0100 |
sylvain thenault |
oops, var shouldn't be poped there
3.0
|
file |
diff |
annotate
|
Tue, 13 Jan 2009 17:56:02 +0100 |
sylvain thenault |
cross_relations support
|
file |
diff |
annotate
|
Tue, 13 Jan 2009 17:55:29 +0100 |
sylvain thenault |
OR EXISTS fix, typos
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 22 Dec 2008 17:34:15 +0100 |
Sylvain Thenault |
restore multi-sources capabilities
|
file |
diff |
annotate
|