server/repository.py
2013-03-12 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
2013-02-16 Nicolas Chauvat [towards py3k] fix bug introduced by 0bb18407c053
2013-02-14 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
2013-01-10 Sylvain Thénault [repository sources] copy source configuration: source's __init__ modify it while config.sources() return a cached dictionary which shouldn't be modified
2013-01-10 Sylvain Thénault cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
2012-11-09 Pierre-Yves David [server] fix repository initialisation
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
2012-10-12 Sylvain Thénault backport stable
2012-09-14 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
2012-09-06 Aurelien Campeas [repo] fix debug code in DBG_REPO mode (closes #2469942) stable
2012-09-13 Sylvain Thénault [datafeed] properly call hooks for inlined relations on entity creation. Closes #2481156 stable
2012-09-10 Sylvain Thénault [repo initialisation] during repo creation, load all hooks and entities code
2012-09-10 Sylvain Thénault [request/session] refactor language handling: don't attempt to sync web/repo languages
2012-09-10 Sylvain Thénault [config] turn internal configuration methods building appobjects search path into normal method rather than class method
2012-07-06 Sylvain Thénault [repository] drop unused argument
2012-06-06 Aurelien Campeas [server/session,repo] turn InternalSession, hence repo.internal_session, into a context manager (closes #2393651)
2012-05-09 Aurelien Campeas [events] add a new before_shutdown event (closes #2345728)
2012-04-11 Florent Cayré fix ``call_service`` API and add test service API
2012-04-10 David Douard [repository] fire 'server_shutdown' hooks before waiting for theads
2012-03-20 Pierre-Yves David [repository] move task manager instantiation outside repository.
2012-03-20 Pierre-Yves David [repository] split repo initialization from starting looping task (closes #2204047)
2012-03-20 Pierre-Yves David [repo looping task] move looping task logic in a dedicated object (progress #2204047)
2012-02-27 Sylvain Thénault [repo services] set cnxset before calling the service then ensure it's freed
2012-02-27 Pierre-Yves David {repository] add documentation explaining ``fix_user_classes`` hook
2012-02-23 Pierre-Yves David [typo] "lod" --> "load"
2012-02-27 Florent Cayré [repository] implement a generic way to call repo-side services; closes #2203418
2012-02-16 Sylvain Thénault backport stable
2012-02-16 Sylvain Thénault [spelling] fix dictionnary -> dictionary typo stable
2012-02-14 Sylvain Thénault backport stable
2012-02-14 Sylvain Thénault [ldapfeed] make authentication actually working
2012-02-13 David Douard [repository] add a ``gc_stats`` method and 2 more cache size for ``stats`` (closes #2179735) stable
2012-02-10 Sylvain Thénault [event bus] event has been renamed to publish
2012-02-10 Julien Cristau [repo] Add a publish/subscribe mechanism for inter-instance communication using zmq
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-12-20 Sylvain Thénault [repo cache] fix cache clearing for an eid: keys are now always a tuple stable
2011-11-09 Sylvain Thénault add some notes
2011-11-03 Alexandre Fayolle [rql, integrity] let ValidationError and Unauthorized pass during composite deletion (closes #2070042)
2011-10-14 Sylvain Thénault [ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
2011-10-11 Sylvain Thénault backport stable
2011-10-07 Sylvain Thénault [repository] use utcnow instead of now for some internal timetamps (closes #1988458) stable
2011-10-04 Sylvain Thénault backport stable
2011-09-30 Sylvain Thénault [ms, test] fix source deletion pb, detected by test since 7885:9454b7ef5ae4 stable
2011-09-29 Sylvain Thénault cleanup stable
2011-09-29 Sylvain Thénault backport stable
2011-09-29 Sylvain Thénault [repository] when deleting relations of a deleted external entity, we should skip non-crossable relation (closes #1973680) stable
2011-09-29 Sylvain Thénault [ms, test] propagate exception in test mode stable
2011-09-29 Sylvain Thénault [repo] cleanup [_]delete_info prototype: extid argument isn't used stable
2011-09-23 Sylvain Thénault backport stable
2011-09-22 Sylvain Thénault [repo] ensure we don't restart a task while the repo is shutting down (closes #1942736) stable
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-09-15 Sylvain Thénault backport stable
2011-09-15 Florent Cayré refactor entity fetch_rql method to use a RQL syntax tree instead of RQL strings ; closes #1585650
2011-09-13 Sylvain Thénault backout 7780:a1d5365fefc1 stable
2011-09-13 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
2011-08-01 Julien Cristau [repo] Stop setting hashmode on schema stable
2011-07-27 Sylvain Thénault [repo ms] commit/rollback session if it has been created in the method stable
2011-07-27 Sylvain Thénault [datafeed] for datafeed source, we don't want commit in extid2eid but explicitly handled by the source. Also, we should use 'safe' internal session stable
2011-07-27 Sylvain Thénault [session] safe internal sessions don't deactivate integrity hooks stable
less more (0) -300 -100 -60 tip