server/repository.py
Fri, 21 Jun 2013 16:01:59 +0200 Sylvain Thénault [multi-sources-removal] Kill repo.sources
Fri, 21 Jun 2013 16:18:20 +0200 Sylvain Thénault [multi-sources-removal] Drop no more necessary scleanup (source cleanup) argument
Wed, 22 Jan 2014 10:39:57 +0100 Sylvain Thénault [multi-sources-removal] drop source location search on glob_*[entity|relation] methods
Wed, 22 Jan 2014 10:19:30 +0100 Sylvain Thénault [multi-sources-removal] Drop (dont_)cross relation related code
Mon, 17 Jun 2013 00:15:51 +0200 Sylvain Thénault [multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used
Tue, 21 Jan 2014 18:20:28 +0100 Sylvain Thénault [multi-sources-removal] Drop deleted_entities system table and entities.mtime column
Mon, 17 Jun 2013 00:07:35 +0200 Sylvain Thénault [multi-sources-removal] drop repository entities_modified_since public api
Tue, 21 Jan 2014 18:11:30 +0100 Sylvain Thénault [multi-sources-removal] Drop the "true" multi-sources planner
Mon, 13 Jan 2014 15:56:52 +0100 Aurelien Campeas fix version number: we still target cw 3.19
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Thu, 14 Nov 2013 17:17:02 +0100 Aurelien Campeas symmetric relations: replace bogus rql2sql translation by a hook
Fri, 18 Oct 2013 16:58:48 +0200 Aurelien Campeas [server] deprecate the old multi-source system
Thu, 10 Oct 2013 12:30:02 +0200 Julien Cristau [server] fix a number of typos, mostly in docstrings stable
Fri, 30 Aug 2013 15:34:58 +0200 Rémi Cardona spelling: rollbacked -> rolled back stable
Mon, 23 Sep 2013 12:47:12 +0200 Sylvain Thénault [repository] properly use IUserFriendlyError when UniqueTogetherError is raised during entity update. Closes #3096638 stable
Thu, 25 Jul 2013 08:52:15 +0200 David Douard [repo] normalize ValidationError on edited entity (closes #2509729) stable
Thu, 18 Jul 2013 12:36:56 +0200 Denis Laxalde Fix two crashes in db-check (closes #3024964) stable
Fri, 12 Jul 2013 09:55:26 +0200 Denis Laxalde Use the list of cubes from the filesystem when reading the schema from the filesystem stable
Wed, 26 Jun 2013 09:35:54 +0200 Julien Cristau [server/repository] Go through the repo to close pyro sessions stable
Tue, 02 Jul 2013 17:09:04 +0200 Pierre-Yves David [repository] drop safe attribute on ``internal_cnx``
Thu, 27 Jun 2013 14:12:00 +0200 Pierre-Yves David [repository] add an ``internal_cnx`` method to replace ``internal_session``
Wed, 26 Jun 2013 14:01:07 +0200 Pierre-Yves David [session] explicitly take Connection object in close_cnx
Tue, 25 Jun 2013 18:04:08 +0200 Pierre-Yves David [connection] move call_service on Connection
Mon, 24 Jun 2013 12:03:37 +0200 Pierre-Yves David [repo] move repo.gc_stats to Service API (closes #2951068)
Mon, 24 Jun 2013 12:05:35 +0200 Pierre-Yves David [repo] move repo stats to Service (closes #2951067)
Mon, 24 Jun 2013 11:59:45 +0200 Pierre-Yves David [service] drop the asynchronous execution possibility
Thu, 13 Jun 2013 15:12:06 +0200 Pierre-Yves David rename server.session.transaction into server.session.connection
Fri, 14 Jun 2013 11:53:40 +0200 Julien Cristau repository: make tests pass again
Wed, 12 Jun 2013 18:33:50 +0200 Julien Cristau repository: monkey patch pyro connection handling to detect clients going away
Mon, 29 Apr 2013 11:43:36 +0200 Pierre-Yves David merge with stable
Tue, 16 Apr 2013 16:51:18 +0200 Julien Cristau [server] add a looping task to free unused cnxsets capture by dead pyro stable cubicweb-centos-version-3.16.4-1 cubicweb-debian-version-3.16.4-1 cubicweb-version-3.16.4
Fri, 26 Apr 2013 18:06:44 +0200 Sylvain Thénault [repo] straightforward bootstrap sequence. Closes #2841188
Wed, 24 Apr 2013 14:49:49 +0200 Sylvain Thénault [repo] minor cleanups to bootstrap sequence
Wed, 24 Apr 2013 14:42:43 +0200 Sylvain Thénault [repo] kill rebuildinfered feature from Repository.set_schema
Wed, 24 Apr 2013 15:37:43 +0200 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Tue, 16 Apr 2013 13:44:01 +0200 Pierre-Yves David [clean_session] revert itervalues usage from 0bb18407c053 stable
Mon, 15 Apr 2013 13:18:01 +0200 Pierre-Yves David merge 3.16.x fix
Tue, 09 Apr 2013 14:23:24 +0200 Julien Cristau [service] make sure synchronous call_service has a cnxset stable
Tue, 02 Apr 2013 18:15:24 +0200 Pierre-Yves David merge with stable fix
Tue, 02 Apr 2013 15:11:41 +0200 Pierre-Yves David [service] split session retrieval and service execution stable
Tue, 02 Apr 2013 15:11:21 +0200 Pierre-Yves David [service] handle cnxset in the async case only stable
Tue, 02 Apr 2013 14:46:13 +0200 Pierre-Yves David [service] extract session retrieval from "task" closure stable
Fri, 22 Mar 2013 20:10:19 +0100 Pierre-Yves David [session] rename `_threaddata` to `_tx`
Fri, 22 Mar 2013 19:42:33 +0100 Pierre-Yves David [session] rename _tx_data into _txs
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Sat, 16 Feb 2013 21:46:24 +0100 Nicolas Chauvat [towards py3k] fix bug introduced by 0bb18407c053
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Thu, 10 Jan 2013 22:51:10 +0100 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
Thu, 10 Jan 2013 22:50:34 +0100 Sylvain Thénault cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
Fri, 09 Nov 2012 17:14:18 +0100 Pierre-Yves David [server] fix repository initialisation
Fri, 05 Oct 2012 16:54:22 +0200 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
Fri, 12 Oct 2012 16:05:16 +0200 Sylvain Thénault backport stable
Fri, 14 Sep 2012 14:15:39 +0200 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
Thu, 06 Sep 2012 15:03:52 +0200 Aurelien Campeas [repo] fix debug code in DBG_REPO mode (closes #2469942) stable
Thu, 13 Sep 2012 17:26:15 +0200 Sylvain Thénault [datafeed] properly call hooks for inlined relations on entity creation. Closes #2481156 stable
Mon, 10 Sep 2012 14:02:06 +0200 Sylvain Thénault [repo initialisation] during repo creation, load all hooks and entities code
Mon, 10 Sep 2012 13:53:59 +0200 Sylvain Thénault [request/session] refactor language handling: don't attempt to sync web/repo languages
less more (0) -300 -100 -60 tip