server/repository.py
Tue, 01 Jul 2014 16:55:49 +0200 Aurelien Campeas [connection] replace .running_dbapi_query with .hooks_in_progress
Fri, 06 Jun 2014 17:08:08 +0200 Aurelien Campeas [repoapi,session] remove all session-as-cnx backward compat
Wed, 22 Apr 2015 18:28:58 +0200 Julien Cristau [server] drop repo.internal_session and InternalSession
Wed, 22 Apr 2015 17:45:27 +0200 Julien Cristau [dbapi] retire repo.[gs]et_shared_data which were used by the dbapi
Tue, 17 Mar 2015 16:00:30 +0100 Aurelien Campeas [dbapi] retire repository transaction methods which were used by the dbapi
Tue, 17 Mar 2015 15:57:22 +0100 Aurelien Campeas [dbapi] retire repo.call_service which was used by the dbapi
Tue, 17 Mar 2015 15:55:52 +0100 Aurelien Campeas [dbapi] retire repo.commit/rollback which was used by the dbapi
Tue, 17 Mar 2015 15:46:40 +0100 Aurelien Campeas [dbapi] retire repo.user_info which was used by the dbapi
Tue, 17 Mar 2015 15:41:54 +0100 Aurelien Campeas [dbapi] retire repo.entity_metas which was used by the dbapi
Wed, 04 Jun 2014 18:21:24 +0200 Aurelien Campeas [dbapi] retire repo.execute, which was used by the dbapi
Fri, 04 Apr 2014 14:49:18 +0200 Julien Cristau [repository] replace session with cnx in a few places
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Wed, 25 Mar 2015 07:57:38 +0100 Sylvain Thénault [repository] don't attempt to delete computed relation, they have no table in the database. Closes #5162935
Tue, 03 Mar 2015 14:57:34 +0100 Aurelien Campeas Remove remote repository-access-through-pyro support
Fri, 16 Jan 2015 14:30:55 +0100 Julien Cristau [server] change order of entities table modification vs entity creation/deletion
Thu, 12 Jun 2014 18:31:21 +0200 Aurelien Campeas [repository] don't mangle the stack trace on exception
Thu, 13 Nov 2014 10:38:39 +0100 Julien Cristau [server] typo fix
Thu, 17 Jul 2014 14:40:28 +0200 Aurelien Campeas [repository] provide a .new_session entry point
Wed, 24 Sep 2014 18:04:30 +0200 Julien Cristau merge 3.18.6 into 3.19
Tue, 02 Sep 2014 12:22:18 +0200 David Douard [compat] Remove imports of "any" and "all" from lgc (closes #4306044) stable
Fri, 11 Jul 2014 17:13:32 +0200 Rémi Cardona [server] Replace non portable strftime formatter (closes #4132161)
Mon, 02 Jun 2014 11:47:30 +0200 Aurelien Campeas [repository] session -> cnx renaming (already done in the source object)
Fri, 02 May 2014 14:26:14 +0200 Aurelien Campeas deprecate get/set_shared_data API
Tue, 10 Jun 2014 09:49:45 +0200 Julien Cristau merge 3.18.5 into 3.19 branch
Tue, 10 Jun 2014 09:35:26 +0200 Julien Cristau merge 3.17.15 into 3.18 branch stable
Fri, 30 May 2014 16:36:56 +0200 Aurelien Campeas [testlib] complete the RepoAccess object (closes #3843614)
Wed, 09 Apr 2014 17:14:25 +0200 Sylvain Thénault [repo] fix extid2entity to ensure connection's has a cnxset
Wed, 09 Apr 2014 17:15:25 +0200 Sylvain Thénault [repo] make it clear in internal_cnx that security is disabled
Tue, 13 May 2014 13:12:16 +0200 Aurelien Campeas [cache] fix a cache issue with an entity created without relation cache prefill stable
Mon, 14 Apr 2014 12:07:00 +0200 Rémi Cardona an unicode string -> a unicode string stable
Fri, 19 Jul 2013 17:38:15 +0200 Vladimir Popescu [server] Refactor Repository.register_user into a CubicWeb service (closes #3020639)
Thu, 10 Apr 2014 11:04:13 +0200 Julien Cristau [server] make internal_cnx get and keep a connection to the db
Wed, 09 Apr 2014 14:05:54 +0200 Julien Cristau [repo] fix deprecation messages for stats and gc_stats
Wed, 09 Apr 2014 18:14:45 +0200 Julien Cristau [repo] Fix register_user
Mon, 07 Apr 2014 14:44:49 +0200 Julien Cristau [repo] make extid2eid work with either a session or a connection
Fri, 04 Apr 2014 14:23:01 +0200 Sylvain Thénault [repository] extid2eid's 'commit' argument no more necessary
Fri, 04 Apr 2014 12:46:35 +0200 Sylvain Thénault [repository] complete argument is no more needed since we have no more 'true' multisource.
Fri, 04 Apr 2014 12:39:59 +0200 Sylvain Thénault [repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly
Fri, 04 Apr 2014 14:48:51 +0200 Julien Cristau [repository] 'session' argument is always given to extid2eid, make it mandatory and simplify code accordingly
Thu, 03 Apr 2014 18:16:28 +0200 Sylvain Thénault some copyright updates
Thu, 03 Apr 2014 18:09:57 +0200 Sylvain Thénault [repo] don't set cnxset when getting the session to close it
Wed, 02 Apr 2014 12:38:02 +0200 Julien Cristau [repo] handle connection explicitly when calling session open/close hooks
Tue, 01 Apr 2014 15:53:21 +0200 Julien Cristau [repository] operations get a connection instead of a session
Tue, 01 Apr 2014 15:46:17 +0200 Julien Cristau [repository] Use an internal connection in register_user
Fri, 04 Apr 2014 10:46:53 +0200 Julien Cristau [server] move security/integrity hook management away from InternalSession.__init__
Thu, 20 Mar 2014 08:45:52 +0100 Sylvain Thénault [sources] Skip problematic sources when starting shell instead of crashing. Closes #3670208
Mon, 24 Mar 2014 16:38:57 +0100 Laura Médioni [server] Fix AttributeError in extid2eid
Wed, 29 Jan 2014 13:43:42 +0100 Julien Cristau [server] use a connection instead of a session for user authentication
Tue, 28 Jan 2014 16:07:06 +0100 Julien Cristau [server/repo] use internal_cnx in init_sources_from_database
Wed, 29 Jan 2014 15:55:21 +0100 Julien Cristau [repo] Use a connection instead of a session for repo.stats()
Wed, 29 Jan 2014 15:55:48 +0100 Julien Cristau [repo] Use a connection instead of a session for repo.gc_stats()
Wed, 29 Jan 2014 15:56:44 +0100 Julien Cristau [repo] Use a connection instead of a session for repo.get_versions()
Wed, 29 Jan 2014 15:50:19 +0100 Julien Cristau [server/repo] Use session.sessionid instead of session.id
Mon, 03 Feb 2014 19:00:52 +0100 Julien Cristau [repo] restore python 2.6 compatibility
Tue, 28 Jan 2014 18:24:29 +0100 Julien Cristau [server] use internal_cnx instead of internal_session in deserialize_schema
Wed, 29 Jan 2014 15:57:48 +0100 Julien Cristau [repo] Use a connection instead of a session in Repository.properties()
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Thu, 23 Jan 2014 12:32:16 +0100 Julien Cristau [repo] pylint cleanup, mainly of imports, with a bit of style
Mon, 01 Jul 2013 16:13:17 +0200 Sylvain Thénault [multi-sources-removal] Drop no more used federated ('true') multi-sources related code
Wed, 22 Jan 2014 15:50:03 +0100 Sylvain Thénault [multi-sources-removal] Turn ConnectionsSet into simpler ConnectionWrapper
less more (0) -300 -100 -60 tip