server/repository.py
Wed, 16 Jul 2014 10:48:47 +0200 Aurelien Campeas [repository] remove unused check_session method and its test
Tue, 30 Jun 2015 10:06:00 +0200 Sylvain Thénault [repository] deprecate the extid2eid based multi-sources API
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Tue, 15 Sep 2015 16:56:57 +0200 Rémi Cardona [py3k] import range using six.moves
Tue, 15 Sep 2015 15:07:13 +0200 Rémi Cardona [py3k] import queue using six.moves
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Wed, 29 Jul 2015 10:18:56 +0200 Julien Cristau [server/repo] kill repo.pinfo()
Wed, 29 Jul 2015 10:17:42 +0200 Julien Cristau [server/repo] fix typo
Mon, 20 Jul 2015 11:03:09 +0200 Julien Cristau [server] don't issue a warning for something expected
Mon, 20 Jul 2015 12:37:47 +0200 Julien Cristau [server] stick a _cw on internal connnection's user
Mon, 09 Mar 2015 10:49:03 +0100 Rémi Cardona Spelling fixes in comments and docstrings
Tue, 07 Jul 2015 10:41:34 +0200 Julien Cristau [server] missing import
Sun, 22 Mar 2015 23:27:13 +0100 Julien Cristau add IUserFriendlyError adapter for violation of check constraints
Wed, 11 Jun 2014 18:24:40 +0200 Aurelien Campeas [repository] rename session -> cnx
Wed, 11 Jun 2014 17:14:32 +0200 Aurelien Campeas [connection] remove ensure_cnx_set context manager uses
Tue, 10 Jun 2014 16:01:49 +0200 Aurelien Campeas [repoapi] fold ClientConnection into Connection
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
less more (0) -300 -100 -60 tip