2014-01-29 |
Julien Cristau |
[server] rename session to cnx in querier and plan
|
file |
diff |
annotate
|
2014-01-23 |
Sylvain Thénault |
[multi-sources-removal] Drop entities.source column
|
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
|
2014-01-22 |
Sylvain Thénault |
[multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
|
file |
diff |
annotate
|
2013-07-02 |
Sylvain Thénault |
[config] cleanup/refactor server sources file values handling
|
file |
diff |
annotate
|
2014-01-21 |
Sylvain Thénault |
[multi-sources-removal] Drop the "true" multi-sources planner
|
file |
diff |
annotate
|
2013-10-10 |
Aurelien Campeas |
[querier/security] instrument a bit the querier read security checks
|
file |
diff |
annotate
|
2013-08-30 |
Rémi Cardona |
spelling: rollbacked -> rolled back
stable
|
file |
diff |
annotate
|
2013-07-15 |
Sylvain Thénault |
[rql rewrite] move some code from querier to rqlrewrite where it makes more sense.
stable
|
file |
diff |
annotate
|
2013-04-08 |
Pierre-Yves David |
merge 3.16.x fix in 3.17.x branch
|
file |
diff |
annotate
|
2013-04-03 |
Sylvain Thénault |
[querier] improve 'Password selection not allowed' error message
stable
|
file |
diff |
annotate
|
2013-03-12 |
Nicolas Chauvat |
drop typed_eid() in favour of int() (closes #2742462)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward py3k] rewrite has_key() (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2012-09-14 |
Sylvain Thénault |
[session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
|
file |
diff |
annotate
|
2012-09-10 |
Sylvain Thénault |
[session / querier] reorganize code to building result set descriptions
|
file |
diff |
annotate
|
2012-03-26 |
Sylvain Thénault |
[rql annotation] fix has_text_query detection (if coming from sub-query and if has_text on a column aliases. Closes #2275322
stable
|
file |
diff |
annotate
|
2012-03-21 |
Pierre-Yves David |
querier: Improve error message when ERQLExpression fails on some entity (closes #2267081)
stable
|
file |
diff |
annotate
|
2012-02-16 |
Sylvain Thénault |
[spelling] fix dictionnary -> dictionary typo
stable
|
file |
diff |
annotate
|
2011-12-12 |
Sylvain Thénault |
[rql2sql] None for attributes in kwargs generate IS NULL, so should be considered in sql cache key. Closes #2116693
stable
|
file |
diff |
annotate
|
2011-10-14 |
Aurelien Campeas |
[cache] replace lgc.cache with something more appropriate (closes #1921713)
|
file |
diff |
annotate
|
2011-09-13 |
Sylvain Thénault |
[debug] use repr() in some place where you'll have a chance to get an unicode error if output encoding isn't properly detected
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-04-15 |
Alexandre Fayolle |
[server] improve the speed of setting relations between entities (closes #1625257)
|
file |
diff |
annotate
|
2011-03-30 |
Sylvain Thénault |
[rql rewriter] to properly handle 'relation' rql expressions, rql rewriter must support multiple variables (eg S and O) at once to be given as varmap
stable
|
file |
diff |
annotate
|
2011-03-28 |
Sylvain Thénault |
[server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py
stable
|
file |
diff |
annotate
|
2011-03-16 |
Alexandre Fayolle |
help pylint by explicitely defining some attributes
oldstable
|
file |
diff |
annotate
|
2011-02-21 |
Sylvain Thénault |
[repo querier] fix rqlst cache no limit issue, comment the code
stable
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-10-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-10-01 |
Sylvain Thénault |
[repo transaction] fix rollback behaviour as discussed on the mailing-list: instead of rollbacking automatically on Unauthorized/ValidationError, mark the transaction as uncommitable and disallow commiting
stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
[transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError
stable
|
file |
diff |
annotate
|
2010-09-02 |
Alexandre Fayolle |
fix name error by adding missing import
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
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-20 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2010-07-19 |
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
|
2010-07-05 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
[security] fix read rql expression insertion: we should not insert rql expr on variables only referenced in neged relation
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-06-11 |
Sylvain Thénault |
[json] fix json serialization for recent simplejson implementation, and test encoding of entities
|
file |
diff |
annotate
|
2010-06-03 |
Sylvain Thénault |
[querier] test and fix potential bug in insertion query with multiple relations inside, caused by a name conflict. Also fix another bug non reproduced by using a set instead of a list (list may leads to compare entity instances which isn't allowed).
stable
|
file |
diff |
annotate
|
2010-05-26 |
Sylvain Thénault |
[security] fix security insertion on DISTINCT queries
stable
|
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-27 |
Sylvain Thénault |
[repo security] deal with rewriten constant nodes in check_read_access, necessary when repo is used as an external source
stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
[querier] don't need a Cache instance for rql cacke key cache
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-04-06 |
Alexandre Fayolle |
SQL Server port: temporary table handling
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
|
file |
diff |
annotate
|
2010-03-24 |
Sylvain Thénault |
le patch rql26 a été importé
|
file |
diff |
annotate
|
2010-03-19 |
Sylvain Thénault |
[security] take care uidrels may contains a relation targetting something else than a constant node (eg IN function)
|
file |
diff |
annotate
|
2010-03-19 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2010-03-19 |
Sylvain Thénault |
[security] experimental rqlst cache for read security: to activate using a 'security-rqlst-cache' flag in transaction data when you'll issue a lot of identic queries with only kwargs varying
|
file |
diff |
annotate
|
2010-03-19 |
Sylvain Thénault |
[read security] minor optimizations
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
fix hooks control method name + other litle cleanups
|
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 |
[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-03-03 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
pylint suggested refactorings
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-23 |
Alexandre Fayolle |
docstring improvement
stable
|
file |
diff |
annotate
|
2010-02-10 |
Sylvain Thénault |
rephrase
|
file |
diff |
annotate
|
2010-02-10 |
Sylvain Thénault |
fix auto-rollback on unauthorized error:
|
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 |
cleanup
|
file |
diff |
annotate
|
2009-11-19 |
Sylvain Thénault |
reldefsecurity branch :
reldefsecurity
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
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-11 |
Sylvain Thénault |
[repo] oops, glob_update_entity takes a list of edited attributes has third argument
stable
|
file |
diff |
annotate
|
2009-09-08 |
Sylvain Thénault |
ensure eid given in arguments will be returned correctly typed (though only if they are in the cachekey for now)
stable
|
file |
diff |
annotate
|
2009-08-04 |
Sylvain Thénault |
[R] use req.entity_from_eid
|
file |
diff |
annotate
|
2009-08-02 |
Sylvain Thénault |
#F [querier] debugging tweak
|
file |
diff |
annotate
|
2009-08-01 |
Sylvain Thénault |
R [querier] debugging tweaks
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
R [querier] debugging tweaks
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
[R querier] new READ_ONLY_RTYPES constant
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
F: start to handle binary debug log level on the server side
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
2009-06-11 |
Sylvain Thénault |
update transaction data api
stable
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-27 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-05-14 |
Adrien Di Mascio |
delete-trailing-whitespace + some copyright update
tls-sprint
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
more linting
tls-sprint
|
file |
diff |
annotate
|
2009-01-16 |
sylvain thenault |
need_intersect test and fixes
|
file |
diff |
annotate
|
2009-01-12 |
sylvain thenault |
this should have been in 3.0.1
|
file |
diff |
annotate
|
2009-01-05 |
Sylvain Thenault |
fix security bug w/ query using 'NOT X eid 123'
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|