server/repository.py
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [session] deprecates schema_rproperty in favor of more optimized rtype_eids_rdef which return the rdef (so reusable to gather other data) stable
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [repository] refactor/cleanup entity deletion methods stable
Thu, 19 May 2011 10:53:17 +0200 Sylvain Thénault [multi-sources] support for moving an entity from an external source (closes #343818)
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Wed, 11 May 2011 19:03:16 +0200 Sylvain Thénault [repo cache] there are some relations we don't want to cache, they may cause memory leak stable
Wed, 04 May 2011 14:55:27 +0200 Sylvain Thénault [repository quick start] should modify class attribute to get this actually working (used by a classmethod) stable
Wed, 20 Apr 2011 16:55:52 +0200 Alexandre Fayolle fix implementation of repository.glob_add_relations (closes ##1625257)
Fri, 15 Apr 2011 15:42:17 +0200 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
Tue, 29 Mar 2011 08:47:09 +0200 Alexandre Fayolle allow CW to act as a Pyro Server without registering the server to a Pyro Nameserver (closes #1528533) stable
Wed, 16 Mar 2011 09:40:56 +0100 Alexandre Fayolle merged back pylint help changes to stable stable
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Thu, 10 Mar 2011 11:58:57 +0100 Sylvain Thénault backport stable
Wed, 09 Mar 2011 13:42:55 +0100 Sylvain Thénault [repo] fix multi-threads bug with get_option_value: pyro proxy can't be used from a thread to another without caution (closes #1535206) stable
Wed, 09 Feb 2011 18:06:17 +0100 Sylvain Thénault [repository] #1460066: backport datafeed cube as cubicweb source
Wed, 09 Feb 2011 16:16:20 +0100 Sylvain Thénault [repo, ms] fix pb introduced in 6941:9ed02daa7dbb resulting in missing relation deletes when an entity is deleted
Mon, 07 Feb 2011 18:19:39 +0100 Sylvain Thénault [sources] refactor source creation and options handling
Mon, 07 Feb 2011 15:13:04 +0100 Sylvain Thénault [repo, ms] optimise external source deletion by using source's eid instead of name
Tue, 01 Feb 2011 11:52:10 +0100 Sylvain Thénault backport stable
Tue, 25 Jan 2011 12:09:59 +0100 Alexandre Fayolle improve massive deletion performance stable
Wed, 19 Jan 2011 19:15:04 +0100 Sylvain Thénault [repo] kill no more needed 'recreate' feature
Wed, 19 Jan 2011 12:47:08 +0100 Sylvain Thénault [repository auth] cleanup email login by turning it into a proper repo-side authentication plugin
Thu, 13 Jan 2011 19:24:21 +0100 Sylvain Thénault backport stable
Tue, 11 Jan 2011 12:20:39 +0100 Sylvain Thénault [repository, pyro] ensure we're still properly registered into pyro name server in a looping task (closes #1336002) stable
Wed, 01 Dec 2010 17:11:35 +0100 Sylvain Thénault [pyro source] store pyro source mapping file into the database
Wed, 01 Dec 2010 17:08:42 +0100 Sylvain Thénault [repo source] rename attribute so it's much easier to grasp its role stable
Fri, 05 Nov 2010 09:18:48 +0100 Sylvain Thénault [repository] don't crash when cascading delete a relation, this may let the database in an inconsistent state anyway, so simply log the error stable
Tue, 02 Nov 2010 08:16:18 +0100 Sylvain Thénault [repo] don't attempt to read sources from database on quick start. Fix crash after restoring a pre 3.10 database
Mon, 25 Oct 2010 15:52:10 +0200 Sylvain Thénault [repo] fix crash introduced in 6625:5c20a005bddc
Mon, 25 Oct 2010 15:42:42 +0200 Sylvain Thénault [pyro source] when cleaning relations of an external entity being cleaned up, only delete local relationsd
Thu, 14 Oct 2010 10:15:38 +0200 Sylvain Thénault pylint option update
Wed, 13 Oct 2010 07:45:18 +0200 Sylvain Thénault [entity, repo] move prefill_entity_cache function back to repository due to usage of del_existing_rel_if_needed function which is also defined there
Tue, 12 Oct 2010 23:36:54 +0200 Sylvain Thénault cleanup and 3.10 updates
Tue, 12 Oct 2010 23:36:35 +0200 Sylvain Thénault [architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first
Tue, 12 Oct 2010 23:34:55 +0200 Sylvain Thénault [repo, entity] move entity cache initialization to a function, and call it before source.add_entity so it may be used in error handler or such
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Sat, 09 Oct 2010 00:05:50 +0200 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
Mon, 04 Oct 2010 18:56:10 +0200 Aurelien Campeas [repo] add a find_users method for under-privileged accounts
Thu, 30 Sep 2010 14:58:57 +0200 Sylvain Thénault [repo] properly mark object as saved once added to its source (code much probably gone during a merge...)
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Wed, 22 Sep 2010 18:23:35 +0200 Sylvain Thénault [dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling) stable
Thu, 16 Sep 2010 18:56:35 +0200 Sylvain Thénault backport stable into default
Thu, 16 Sep 2010 11:28:25 +0200 Sylvain Thénault [repo] new method on repo+dbapi.Connection to get a value from repository's configuration stable
Thu, 16 Sep 2010 11:27:50 +0200 Sylvain Thénault [repo] docstring cleanup stable
Mon, 13 Sep 2010 15:15:21 +0200 Sylvain Thénault backport stable
Fri, 10 Sep 2010 18:30:38 +0200 Alexandre Fayolle nicer error reporting for unique together constraints stable
Tue, 07 Sep 2010 23:24:45 +0200 Sylvain Thénault cleanups stable
Tue, 07 Sep 2010 23:23:16 +0200 Sylvain Thénault [integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation stable
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Wed, 25 Aug 2010 09:43:12 +0200 Sylvain Thénault backport stable
Fri, 20 Aug 2010 08:31:02 +0200 Sylvain Thénault cleanups stable
Fri, 20 Aug 2010 08:21:15 +0200 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
Wed, 04 Aug 2010 11:13:11 +0200 Sylvain Thénault backport stable
Wed, 04 Aug 2010 10:22:11 +0200 Sylvain Thénault [pyro] instance id cleanup, ensure config['pyro-instance-id'] is a fully qualified pyro id on the server side stable
Mon, 26 Jul 2010 12:15:11 +0200 Sylvain Thénault [dbapi] cleanup shared data api: let access to transaction from dbapi, we can write it after all... Also, querydata is better named txdata
Mon, 26 Jul 2010 12:08:24 +0200 Sylvain Thénault [session] cleanup session-time / cleanup-session-time...
Wed, 07 Jul 2010 13:01:44 +0200 Sylvain Thénault backport stable
Tue, 06 Jul 2010 17:09:14 +0200 Sylvain Thénault [repository] fix so that when repository is shutting down, internal session in transaction are interrupted stable
Mon, 21 Jun 2010 15:34:46 +0200 Sylvain Thénault backport stable
Mon, 21 Jun 2010 15:32:26 +0200 Sylvain Thénault [transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes stable
Mon, 21 Jun 2010 13:23:11 +0200 Sylvain Thénault backport stable
less more (0) -100 -60 tip