2014-06-10 |
Aurelien Campeas |
[repoapi] fold ClientConnection into Connection
|
file |
diff |
annotate
|
2014-06-13 |
Aurelien Campeas |
[migractions] remove any session related leftovers
|
file |
diff |
annotate
|
2014-11-06 |
Aurelien Campeas |
[entities/wfobjs] add missing `DBG_SEC` debugging informations and a new `transition` capability
|
file |
diff |
annotate
|
2014-11-06 |
Aurelien Campeas |
[warnings] put an end to warnings in the sqlite driver over `str` being sent instead of unicode strings
|
file |
diff |
annotate
|
2014-12-01 |
Julien Cristau |
merge 3.19.6 into 3.20 branch
|
file |
diff |
annotate
|
2014-10-10 |
Denis Laxalde |
[server] Add missing import of logilab.database
|
file |
diff |
annotate
|
2014-11-04 |
Julien Cristau |
[server] commit after serializing schema
|
file |
diff |
annotate
|
2014-04-15 |
Sylvain Thénault |
[testlib] call init_config once the config has been properly bootstraped
|
file |
diff |
annotate
|
2014-02-18 |
Julien Cristau |
[server/migractions] finish migration to repoapi objects
|
file |
diff |
annotate
|
2014-03-05 |
Julien Cristau |
[server] use the ClientConnection directly now that it has more methods available
|
file |
diff |
annotate
|
2014-02-11 |
Julien Cristau |
Use repoapi instead of dbapi for cwctl shell, upgrade and db-init
|
file |
diff |
annotate
|
2014-01-28 |
Julien Cristau |
[server] Use internal_cnx instead of internal_session in init_repository
|
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-21 |
Sylvain Thénault |
[multi-sources-removal] Drop pyrorql and zmqrql sources
|
file |
diff |
annotate
|
2014-01-13 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
2013-12-09 |
Julien Cristau |
merge 3.17.11
|
file |
diff |
annotate
|
2013-10-24 |
Aurelien Campeas |
[server/initrepo] show failed sql statements and abort if necessary (closes #3308564)
stable
|
file |
diff |
annotate
|
2013-11-07 |
Denis Laxalde |
[doc] Use string debug mode in debugged docstring
stable
|
file |
diff |
annotate
|
2013-06-25 |
Aurelien Campeas |
[schema,server] add a security debugging aid (closes #2920304)
|
file |
diff |
annotate
|
2013-06-24 |
Pierre-Yves David |
[repo] move repo stats to Service (closes #2951067)
|
file |
diff |
annotate
|
2013-06-13 |
Pierre-Yves David |
[sources] drop support for ldapuser source (closes #2936496)
|
file |
diff |
annotate
|
2011-10-18 |
Alain Leufroy |
[server] *init_repository* lookup the database instead of the schema to drop tables (closes #810743)
stable
|
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-12-11 |
Aurelien Campeas |
[server] add debugging for Hooks & Operations (closes #2470048)
|
file |
diff |
annotate
|
2012-10-05 |
Sylvain Thénault |
[repository] move modification of appobject_path to repository initialization code so we can restore it later to avoid side effect on the config. Fix regression introduced in d32ab8570e5d
|
file |
diff |
annotate
|
2012-09-20 |
Sylvain Thénault |
[session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
|
file |
diff |
annotate
|
2012-09-10 |
Sylvain Thénault |
[repo initialisation] during repo creation, load all hooks and entities code
|
file |
diff |
annotate
|
2012-04-04 |
Vincent Michel |
[zmq] Add a new ZMQ-based RQL source (closes #2290203)
|
file |
diff |
annotate
|
2012-02-27 |
Florent Cayré |
[repository] implement a generic way to call repo-side services; closes #2203418
|
file |
diff |
annotate
|
2012-01-31 |
Sylvain Thénault |
[repository] ldap-feed source. Closes #2086984
|
file |
diff |
annotate
|
2011-10-21 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-10-21 |
Sylvain Thénault |
[test] fix regression introduced in 7915:a7f3245e1728 leading to test's postcreate not being executed anymore
stable
|
file |
diff |
annotate
|
2011-10-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-10-06 |
Sylvain Thénault |
[migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498)
stable
|
file |
diff |
annotate
|
2011-09-30 |
Alexandre Fayolle |
repaire cctl db-init -d on sqlserver (closes #1979670)
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[repo, looping task] raise a custom exception when repository is shuting down, avoid looping task to be restarted in such case. Closes #1021276
stable
|
file |
diff |
annotate
|
2011-06-17 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-16 |
Julien Jehannet |
[book] add autoload section from code and fix sphinx warnings
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-06 |
Sylvain Thénault |
[test] drop some warnings introduced by new test dabase handling
stable
|
file |
diff |
annotate
|
2011-03-28 |
Sylvain Thénault |
[config] generalise config.creating, allowing to drop set_language class attribute
stable
|
file |
diff |
annotate
|
2011-03-17 |
Pierre-Yves David |
merge oldstable into default
stable
|
file |
diff |
annotate
|
2011-03-15 |
Nicolas Chauvat |
[doc] fix rql/debugging.rst and server.__init__ docstrings
stable
|
file |
diff |
annotate
|
2011-03-15 |
Nicolas Chauvat |
[doc] fix rql/debugging.rst and server.__init__ docstrings
oldstable
|
file |
diff |
annotate
|
2011-03-08 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-03-08 |
Sylvain Thénault |
[dbapi] split in_memory_cnx functions
stable
|
file |
diff |
annotate
|
2011-02-09 |
Sylvain Thénault |
[repository] #1460066: backport datafeed cube as cubicweb source
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-08-20 |
Sylvain Thénault |
[repository] enabled sources refactoring: to avoid error, we should always have all known source in repo.sources_by_uri and only enabled ones in repo.sources, so we still have access to the definition of temporarily disabled sources
stable
|
file |
diff |
annotate
|
2010-06-15 |
Sylvain Thénault |
[repo] on repository initialization, properly shutdown intermediary repository
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 |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[repo creation] removing existing entities of 'single' cardinality relatino should be considered as 'activeintegrity' hook. Also don't disable that category during repo creation to avoid pb such as two default workflows for one entity types
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
[repo config] cleanup read_instance_schema / bootstrap_schema / creating mess
stable
|
file |
diff |
annotate
|
2010-03-01 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
rename logilab.db into logilab.database
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|