Mon, 07 Apr 2014 18:04:56 +0200 |
Julien Cristau |
Fix constraint sync during migration
|
file |
diff |
annotate
|
Mon, 07 Apr 2014 17:02:04 +0200 |
Julien Cristau |
merge 3.18.4 into default
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 18:18:11 +0200 |
Sylvain Thénault |
minor cleanups
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 10:28:16 +0200 |
Sylvain Thénault |
avoid to internally raise 3.19 warnings
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 17:25:53 +0200 |
Julien Cristau |
[migration] make 'session' object be a server-side Connection, not ClientConnection
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 18:09:46 +0200 |
Aurelien Campeas |
[merge] bring the 3.17.14 fixes to 3.18
stable
|
file |
diff |
annotate
|
Thu, 27 Mar 2014 14:32:21 +0100 |
Sylvain Thénault |
[migration] always rebuild infered relation
stable
|
file |
diff |
annotate
|
Mon, 10 Mar 2014 15:17:50 +0100 |
Denis Laxalde |
[migractions] Better handle removal of RQLConstraint in sync_schema
stable cubicweb-centos-version-3.17.14-1 cubicweb-debian-version-3.17.14-1 cubicweb-version-3.17.14
|
file |
diff |
annotate
|
Tue, 18 Feb 2014 17:58:45 +0100 |
Julien Cristau |
[server/migractions] finish migration to repoapi objects
|
file |
diff |
annotate
|
Wed, 05 Mar 2014 10:44:45 +0100 |
Julien Cristau |
[server] use the ClientConnection directly now that it has more methods available
|
file |
diff |
annotate
|
Tue, 11 Feb 2014 17:29:58 +0100 |
Julien Cristau |
Use repoapi instead of dbapi for cwctl shell, upgrade and db-init
|
file |
diff |
annotate
|
Mon, 27 Jan 2014 16:19:49 +0100 |
Julien Cristau |
merge 3.18.2 into 3.19 branch
|
file |
diff |
annotate
|
Thu, 23 Jan 2014 12:32:16 +0100 |
Julien Cristau |
[repo] pylint cleanup, mainly of imports, with a bit of style
|
file |
diff |
annotate
|
Wed, 22 Jan 2014 15:49:32 +0100 |
Sylvain Thénault |
[multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 17:07:34 +0200 |
Sylvain Thénault |
[config] cleanup/refactor server sources file values handling
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 16:17:17 +0200 |
Sylvain Thénault |
[c-c restore] drop useless restore-all option, and related systemonly argument
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 16:01:59 +0200 |
Sylvain Thénault |
[multi-sources-removal] Kill repo.sources
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 00:15:51 +0200 |
Sylvain Thénault |
[multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 11:57:02 +0100 |
Julien Cristau |
[migractions] Don't silently ignore errors when installing sql procedures
|
file |
diff |
annotate
|
Mon, 13 Jan 2014 13:47:47 +0100 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
Wed, 08 Jan 2014 12:09:44 +0100 |
Aurelien Campeas |
[schema] fix unique together index handling
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 16:12:30 +0200 |
Aurelien Campeas |
remove 3.8 bw compat
|
file |
diff |
annotate
|
Tue, 17 Sep 2013 17:44:15 +0200 |
Aurelien Campeas |
[migractions] rschema.final.inlined -> rschema.inlined
stable
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 18:14:56 +0200 |
Sylvain Thénault |
[migration.sync_schema_props_perms] ensure all participants to a unique together constraint are there
stable
|
file |
diff |
annotate
|
Mon, 22 Jul 2013 14:57:37 +0200 |
Julien Cristau |
fix typos in docstring, doc and comments
stable
|
file |
diff |
annotate
|
Mon, 22 Jul 2013 10:55:45 +0200 |
Sylvain Thénault |
[migration] when adding a cube, skip infered relations (closes #3005576)
stable
|
file |
diff |
annotate
|
Thu, 11 Jul 2013 10:20:42 +0200 |
Sylvain Thénault |
[migraction] rename_entity_type simply warn if old entity type isn't in the schema. Closes #3004069
stable
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:19:32 +0200 |
Pierre-Yves David |
[migraction] do not access session.data directly
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 17:50:11 +0100 |
Pierre-Yves David |
[session] drop useless getter and setter for security
|
file |
diff |
annotate
|
Wed, 27 Mar 2013 14:50:58 +0100 |
Pierre-Yves David |
[migration] drop pre-3.7 utility
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 16:01:24 +0100 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:39:23 +0100 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 22:52:47 +0100 |
Sylvain Thénault |
[db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
|
file |
diff |
annotate
|
Mon, 21 Jan 2013 18:01:25 +0100 |
Sylvain Thénault |
[db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
|
file |
diff |
annotate
|
Wed, 09 Jan 2013 16:06:20 +0100 |
Aurelien Campeas |
[merge] backport stable
|
file |
diff |
annotate
|
Tue, 04 Dec 2012 13:41:20 +0100 |
Sylvain Thénault |
[migration] fix crash when adding a new meta relation type. Closes #2532483
stable
|
file |
diff |
annotate
|
Fri, 07 Sep 2012 14:01:59 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 04 Sep 2012 06:52:41 +0200 |
Sylvain Thénault |
[migration] fix backward compat for rename_relation
stable
|
file |
diff |
annotate
|
Tue, 17 Jul 2012 12:24:46 +0200 |
Sylvain Thénault |
[entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
|
file |
diff |
annotate
|
Tue, 17 Jul 2012 11:08:36 +0200 |
Sylvain Thénault |
[migraction] rename rename_relation method to rename_relation_type for consistency
stable
|
file |
diff |
annotate
|
Fri, 16 Mar 2012 10:29:15 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 01 Mar 2012 13:39:43 +0100 |
Sylvain Thénault |
[migration] fix add_relation_type in case it already exists, broken by 67660d5f1916
stable
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 17:40:56 +0100 |
Sylvain Thénault |
[migration] add schema obj into assertion failure message so we get a chance to understand the pb
stable
|
file |
diff |
annotate
|
Tue, 14 Feb 2012 15:16:42 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 14 Feb 2012 15:14:40 +0100 |
Sylvain Thénault |
backport oldstable
stable
|
file |
diff |
annotate
|
Tue, 14 Feb 2012 15:14:22 +0100 |
Pierre-Yves David |
[bfss, migration] fix storage migration (closes #2189206)
oldstable
|
file |
diff |
annotate
|
Fri, 10 Feb 2012 16:53:52 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 10 Feb 2012 10:45:17 +0100 |
Katia Saurfelt |
[migration] fire hooks in postcreate by default (closes #1417110)
|
file |
diff |
annotate
|
Thu, 09 Feb 2012 09:52:02 +0100 |
Katia Saurfelt |
[migration] `add_relation_type` warns and add missing definitions on already existing rtypes (closes #2121979)
stable
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Thu, 26 Jan 2012 15:55:27 +0100 |
Sylvain Thénault |
[migractions] fix comment to avoid ambiguity. Closes #2015260
|
file |
diff |
annotate
|
Thu, 03 Nov 2011 15:28:30 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 03 Nov 2011 11:44:02 +0100 |
Sylvain Thénault |
[instance creation] properly search for sql extension in the schema directory. Closes #2068117
stable
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 14:32:37 +0200 |
Sylvain Thénault |
[diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 09:24:29 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 09:23:43 +0200 |
Sylvain Thénault |
[test] fix regression introduced in 7915:a7f3245e1728 leading to test's postcreate not being executed anymore
stable
|
file |
diff |
annotate
|
Fri, 14 Oct 2011 09:21:45 +0200 |
Sylvain Thénault |
merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
|
file |
diff |
annotate
|
Thu, 13 Oct 2011 11:49:19 +0200 |
Alexandre Fayolle |
[migraction] fix cmd_change_attribute_type command (closes #2015073)
stable
|
file |
diff |
annotate
|
Tue, 11 Oct 2011 11:00:24 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|