Tue, 30 Jun 2015 10:06:00 +0200 |
Sylvain Thénault |
[repository] deprecate the extid2eid based multi-sources API
|
file |
diff |
annotate
|
Fri, 18 Sep 2015 14:29:53 +0200 |
Rémi Cardona |
[py3k] use next builtin instead of next method
|
file |
diff |
annotate
|
Tue, 13 Oct 2015 15:09:22 +0200 |
Rémi Cardona |
[py3k] dict.itervalues → dict.values
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 16:15:03 +0200 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 16:56:57 +0200 |
Rémi Cardona |
[py3k] import range using six.moves
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 15:07:13 +0200 |
Rémi Cardona |
[py3k] import queue using six.moves
|
file |
diff |
annotate
|
Fri, 11 Sep 2015 14:52:09 +0200 |
Samuel Trégouët |
[py3k] print function
|
file |
diff |
annotate
|
Wed, 29 Jul 2015 10:18:56 +0200 |
Julien Cristau |
[server/repo] kill repo.pinfo()
|
file |
diff |
annotate
|
Wed, 29 Jul 2015 10:17:42 +0200 |
Julien Cristau |
[server/repo] fix typo
|
file |
diff |
annotate
|
Mon, 20 Jul 2015 11:03:09 +0200 |
Julien Cristau |
[server] don't issue a warning for something expected
|
file |
diff |
annotate
|
Mon, 20 Jul 2015 12:37:47 +0200 |
Julien Cristau |
[server] stick a _cw on internal connnection's user
|
file |
diff |
annotate
|
Mon, 09 Mar 2015 10:49:03 +0100 |
Rémi Cardona |
Spelling fixes in comments and docstrings
|
file |
diff |
annotate
|
Tue, 07 Jul 2015 10:41:34 +0200 |
Julien Cristau |
[server] missing import
|
file |
diff |
annotate
|
Sun, 22 Mar 2015 23:27:13 +0100 |
Julien Cristau |
add IUserFriendlyError adapter for violation of check constraints
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 18:24:40 +0200 |
Aurelien Campeas |
[repository] rename session -> cnx
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 17:14:32 +0200 |
Aurelien Campeas |
[connection] remove ensure_cnx_set context manager uses
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 16:01:49 +0200 |
Aurelien Campeas |
[repoapi] fold ClientConnection into Connection
|
file |
diff |
annotate
|
Tue, 01 Jul 2014 16:55:49 +0200 |
Aurelien Campeas |
[connection] replace .running_dbapi_query with .hooks_in_progress
|
file |
diff |
annotate
|
Fri, 06 Jun 2014 17:08:08 +0200 |
Aurelien Campeas |
[repoapi,session] remove all session-as-cnx backward compat
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 18:28:58 +0200 |
Julien Cristau |
[server] drop repo.internal_session and InternalSession
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 17:45:27 +0200 |
Julien Cristau |
[dbapi] retire repo.[gs]et_shared_data which were used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 16:00:30 +0100 |
Aurelien Campeas |
[dbapi] retire repository transaction methods which were used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:57:22 +0100 |
Aurelien Campeas |
[dbapi] retire repo.call_service which was used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:55:52 +0100 |
Aurelien Campeas |
[dbapi] retire repo.commit/rollback which was used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:46:40 +0100 |
Aurelien Campeas |
[dbapi] retire repo.user_info which was used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:41:54 +0100 |
Aurelien Campeas |
[dbapi] retire repo.entity_metas which was used by the dbapi
|
file |
diff |
annotate
|
Wed, 04 Jun 2014 18:21:24 +0200 |
Aurelien Campeas |
[dbapi] retire repo.execute, which was used by the dbapi
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 14:49:18 +0200 |
Julien Cristau |
[repository] replace session with cnx in a few places
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 10:08:14 +0200 |
Rémi Cardona |
merge 3.20.6 into 3.21
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 14:57:34 +0100 |
Aurelien Campeas |
Remove remote repository-access-through-pyro support
|
file |
diff |
annotate
|
Fri, 16 Jan 2015 14:30:55 +0100 |
Julien Cristau |
[server] change order of entities table modification vs entity creation/deletion
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 18:31:21 +0200 |
Aurelien Campeas |
[repository] don't mangle the stack trace on exception
|
file |
diff |
annotate
|
Thu, 13 Nov 2014 10:38:39 +0100 |
Julien Cristau |
[server] typo fix
|
file |
diff |
annotate
|
Thu, 17 Jul 2014 14:40:28 +0200 |
Aurelien Campeas |
[repository] provide a .new_session entry point
|
file |
diff |
annotate
|
Wed, 24 Sep 2014 18:04:30 +0200 |
Julien Cristau |
merge 3.18.6 into 3.19
|
file |
diff |
annotate
|
Tue, 02 Sep 2014 12:22:18 +0200 |
David Douard |
[compat] Remove imports of "any" and "all" from lgc (closes #4306044)
stable
|
file |
diff |
annotate
|
Fri, 11 Jul 2014 17:13:32 +0200 |
Rémi Cardona |
[server] Replace non portable strftime formatter (closes #4132161)
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 11:47:30 +0200 |
Aurelien Campeas |
[repository] session -> cnx renaming (already done in the source object)
|
file |
diff |
annotate
|
Fri, 02 May 2014 14:26:14 +0200 |
Aurelien Campeas |
deprecate get/set_shared_data API
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 09:49:45 +0200 |
Julien Cristau |
merge 3.18.5 into 3.19 branch
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 09:35:26 +0200 |
Julien Cristau |
merge 3.17.15 into 3.18 branch
stable
|
file |
diff |
annotate
|
Fri, 30 May 2014 16:36:56 +0200 |
Aurelien Campeas |
[testlib] complete the RepoAccess object (closes #3843614)
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 17:14:25 +0200 |
Sylvain Thénault |
[repo] fix extid2entity to ensure connection's has a cnxset
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 17:15:25 +0200 |
Sylvain Thénault |
[repo] make it clear in internal_cnx that security is disabled
|
file |
diff |
annotate
|
Tue, 13 May 2014 13:12:16 +0200 |
Aurelien Campeas |
[cache] fix a cache issue with an entity created without relation cache prefill
stable
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 12:07:00 +0200 |
Rémi Cardona |
an unicode string -> a unicode string
stable
|
file |
diff |
annotate
|
Fri, 19 Jul 2013 17:38:15 +0200 |
Vladimir Popescu |
[server] Refactor Repository.register_user into a CubicWeb service (closes #3020639)
|
file |
diff |
annotate
|
Thu, 10 Apr 2014 11:04:13 +0200 |
Julien Cristau |
[server] make internal_cnx get and keep a connection to the db
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 14:05:54 +0200 |
Julien Cristau |
[repo] fix deprecation messages for stats and gc_stats
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 18:14:45 +0200 |
Julien Cristau |
[repo] Fix register_user
|
file |
diff |
annotate
|
Mon, 07 Apr 2014 14:44:49 +0200 |
Julien Cristau |
[repo] make extid2eid work with either a session or a connection
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 14:23:01 +0200 |
Sylvain Thénault |
[repository] extid2eid's 'commit' argument no more necessary
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 18:16:28 +0200 |
Sylvain Thénault |
some copyright updates
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 18:09:57 +0200 |
Sylvain Thénault |
[repo] don't set cnxset when getting the session to close it
|
file |
diff |
annotate
|
Wed, 02 Apr 2014 12:38:02 +0200 |
Julien Cristau |
[repo] handle connection explicitly when calling session open/close hooks
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:53:21 +0200 |
Julien Cristau |
[repository] operations get a connection instead of a session
|
file |
diff |
annotate
|