2015-10-19 |
Julien Cristau |
[devtools] more sorted() vs dict vs python3
|
file |
diff |
annotate
|
2015-10-19 |
Julien Cristau |
[devtools] pass a key to sort() method
|
file |
diff |
annotate
|
2015-10-01 |
Julien Cristau |
[devtools] 'dict_values' object does not support indexing
|
file |
diff |
annotate
|
2015-09-18 |
Rémi Cardona |
[py3k] replace cmp with key in sorted()
|
file |
diff |
annotate
|
2015-10-13 |
Rémi Cardona |
[py3k] dict.itervalues → dict.values
|
file |
diff |
annotate
|
2015-09-15 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
2015-09-11 |
Samuel Trégouët |
[py3k] print function
|
file |
diff |
annotate
|
2014-06-11 |
Aurelien Campeas |
[connection] remove ensure_cnx_set context manager uses
|
file |
diff |
annotate
|
2014-06-04 |
Aurelien Campeas |
[tests/rqlannotation,querier] use the new connection api
|
file |
diff |
annotate
|
2014-06-04 |
Aurelien Campeas |
[devtools/repotest] simplify a very small helper
|
file |
diff |
annotate
|
2014-06-04 |
Aurelien Campeas |
[tests/repotest] use the new connection api
|
file |
diff |
annotate
|
2014-06-02 |
Aurelien Campeas |
[tests/querier] use the new connection api (part 3/3)
|
file |
diff |
annotate
|
2014-06-10 |
Aurelien Campeas |
[test/querier] use the new connection api (part 1/3)
|
file |
diff |
annotate
|
2014-01-23 |
Julien Cristau |
[repo] pylint cleanup, mainly of imports, with a bit of style
|
file |
diff |
annotate
|
2013-07-01 |
Sylvain Thénault |
[multi-sources-removal] Drop no more used federated ('true') multi-sources related code
|
file |
diff |
annotate
|
2013-07-02 |
Sylvain Thénault |
[config] cleanup/refactor server sources file values handling
|
file |
diff |
annotate
|
2013-06-21 |
Sylvain Thénault |
[multi-sources-removal] Kill repo.sources
|
file |
diff |
annotate
|
2014-01-22 |
Sylvain Thénault |
[multi-sources-removal] Drop (dont_)cross relation related code
|
file |
diff |
annotate
|
2014-01-21 |
Sylvain Thénault |
[multi-sources-removal] Drop the "true" multi-sources planner
|
file |
diff |
annotate
|
2014-01-21 |
Sylvain Thénault |
[multi-sources-removal] Drop pyrorql and zmqrql sources
|
file |
diff |
annotate
|
2013-06-26 |
Pierre-Yves David |
[connection] transparent cnx_set handling
|
file |
diff |
annotate
|
2013-06-13 |
Pierre-Yves David |
rename server.session.transaction into server.session.connection
|
file |
diff |
annotate
|
2013-03-27 |
Pierre-Yves David |
[session] use a dedicated class to track cnxset
|
file |
diff |
annotate
|
2013-03-22 |
Pierre-Yves David |
[session] rename `_threaddata` to `_tx`
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
2011-09-28 |
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
|
2011-09-23 |
Sylvain Thénault |
[test] sort to avoid random failure due to dict order
stable
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
2011-05-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-10 |
Sylvain Thénault |
fix some test failures introduced by 7350:c2452cd57026
|
file |
diff |
annotate
|
2011-05-10 |
Sylvain Thénault |
[rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395
stable
|
file |
diff |
annotate
|
2011-02-09 |
Sylvain Thénault |
[repository] #1460066: backport datafeed cube as cubicweb source
|
file |
diff |
annotate
|
2011-01-13 |
Sylvain Thénault |
[server test] can't use skipTest method as a class method, raise appropriate exception instead
stable
|
file |
diff |
annotate
|
2011-01-11 |
Sylvain Thénault |
unittest2 fix: can't skip test in setUp, but it's fine in setUpClass
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-04 |
Sylvain Thénault |
[ms] #1382452: incorrect results with multi-sources
stable
|
file |
diff |
annotate
|
2010-11-05 |
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
|
2010-10-27 |
Sylvain Thénault |
[ms planner] fix changeset 6650:72f2fd93a622: we should sometime complete input map anyway
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[test] skip test when dbhelper has no underlying dbapi module available
stable
|
file |
diff |
annotate
|
2010-09-30 |
Sylvain Thénault |
[test] more update to unittest2 api
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-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
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 |
backport default into stable: stable is now cw 3.8
|
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-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-03-09 |
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
|
2010-03-03 |
Sylvain Thénault |
[testlib] properly close dumb sessions
|
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-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 |
should not simplify previous to preprocess
|
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-06-29 |
Sylvain Thénault |
test fixes, all server tests ok, except unittest_migractions (due to inter-tests-side-effects...)
stable
|
file |
diff |
annotate
|
2009-06-19 |
Nicolas Chauvat |
delete-trailing-whitespace
stable
|
file |
diff |
annotate
|
2009-06-09 |
Sylvain Thénault |
enhance BasePlannerTC to ease subclasses definition
stable
|
file |
diff |
annotate
|
2009-06-09 |
Sylvain Thénault |
set_debug method on rql2sql test as well
stable
|
file |
diff |
annotate
|