Thu, 28 Jan 2016 18:17:30 +0100 |
Sylvain Thénault |
[repository] set .eid on eschema when schema is loaded from the filesystem
|
file |
diff |
annotate
|
Wed, 16 Jul 2014 10:48:47 +0200 |
Aurelien Campeas |
[repository] remove unused check_session method and its test
|
file |
diff |
annotate
|
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
|