Thu, 23 Jan 2014 12:32:16 +0100 |
Julien Cristau |
[repo] pylint cleanup, mainly of imports, with a bit of style
|
file |
diff |
annotate
|
Mon, 01 Jul 2013 16:13:17 +0200 |
Sylvain Thénault |
[multi-sources-removal] Drop no more used federated ('true') multi-sources related code
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 17:07:34 +0200 |
Sylvain Thénault |
[config] cleanup/refactor server sources file values handling
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 16:01:59 +0200 |
Sylvain Thénault |
[multi-sources-removal] Kill repo.sources
|
file |
diff |
annotate
|
Wed, 22 Jan 2014 10:19:30 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop (dont_)cross relation related code
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 18:11:30 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop the "true" multi-sources planner
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 17:34:31 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop pyrorql and zmqrql sources
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 11:21:39 +0200 |
Pierre-Yves David |
[connection] transparent cnx_set handling
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 15:12:06 +0200 |
Pierre-Yves David |
rename server.session.transaction into server.session.connection
|
file |
diff |
annotate
|
Wed, 27 Mar 2013 19:54:36 +0100 |
Pierre-Yves David |
[session] use a dedicated class to track cnxset
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 20:10:19 +0100 |
Pierre-Yves David |
[session] rename `_threaddata` to `_tx`
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
Tue, 11 Sep 2012 21:51:54 +0200 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
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
|
Fri, 23 Sep 2011 15:41:21 +0200 |
Sylvain Thénault |
[test] sort to avoid random failure due to dict order
stable
|
file |
diff |
annotate
|
Thu, 19 May 2011 10:53:11 +0200 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
Tue, 10 May 2011 18:53:30 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 10 May 2011 18:53:18 +0200 |
Sylvain Thénault |
fix some test failures introduced by 7350:c2452cd57026
|
file |
diff |
annotate
|
Tue, 10 May 2011 18:50:13 +0200 |
Sylvain Thénault |
[rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395
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
|
Thu, 13 Jan 2011 14:03:50 +0100 |
Sylvain Thénault |
[server test] can't use skipTest method as a class method, raise appropriate exception instead
stable
|
file |
diff |
annotate
|
Tue, 11 Jan 2011 15:23:29 +0100 |
Sylvain Thénault |
unittest2 fix: can't skip test in setUp, but it's fine in setUpClass
stable
|
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 09:07:22 +0100 |
Sylvain Thénault |
[ms] #1382452: incorrect results with multi-sources
stable
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 09:12:57 +0100 |
Sylvain Thénault |
[ms test] fix nasty cache effect break unittest_multisources.test_not_relation since introduction of local_eid method andfor full dereferencement of external eids
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
|
Sat, 09 Oct 2010 00:05:52 +0200 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
Fri, 08 Oct 2010 09:43:24 +0200 |
Sylvain Thénault |
[test] skip test when dbhelper has no underlying dbapi module available
stable
|
file |
diff |
annotate
|
Thu, 30 Sep 2010 15:00:30 +0200 |
Sylvain Thénault |
[test] more update to unittest2 api
stable
|
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, 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
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 18:56:37 +0100 |
Sylvain Thénault |
[testlib] properly close dumb sessions
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 13:16:17 +0100 |
Sylvain Thénault |
should not simplify previous to preprocess
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 29 Jun 2009 21:15:07 +0200 |
Sylvain Thénault |
test fixes, all server tests ok, except unittest_migractions (due to inter-tests-side-effects...)
stable
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 20:38:32 +0200 |
Nicolas Chauvat |
delete-trailing-whitespace
stable
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 18:03:28 +0200 |
Sylvain Thénault |
enhance BasePlannerTC to ease subclasses definition
stable
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 14:07:57 +0200 |
Sylvain Thénault |
set_debug method on rql2sql test as well
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Thu, 14 May 2009 11:38:40 +0200 |
Adrien Di Mascio |
delete-trailing-whitespace + some copyright update
tls-sprint
|
file |
diff |
annotate
|
Wed, 13 May 2009 17:00:22 +0200 |
sylvain thenault |
sort solutions anyway
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:12:41 +0200 |
sylvain thenault |
fix choose_term monkey-patching
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 14:54:04 +0200 |
sylvain thenault |
actually some monkey patching is still needed for predictability
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 14:45:12 +0200 |
sylvain thenault |
stop monkeypatching choose_term in test
|
file |
diff |
annotate
|
Fri, 03 Apr 2009 19:04:00 +0200 |
sylvain thenault |
* refactor ms planner (renaming, reorganization)
|
file |
diff |
annotate
|
Wed, 25 Mar 2009 10:40:22 +0100 |
sylvain thenault |
make pylint happy, fix some bugs on the way
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 17:55:59 +0100 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 17:55:44 +0100 |
sylvain thenault |
hop
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 17:54:55 +0100 |
Sylvain |
fix select principal so results are predictable during tests
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|