server/migractions.py
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
Tue, 18 Feb 2014 17:58:45 +0100 Julien Cristau [server/migractions] finish migration to repoapi objects
Wed, 05 Mar 2014 10:44:45 +0100 Julien Cristau [server] use the ClientConnection directly now that it has more methods available
Tue, 11 Feb 2014 17:29:58 +0100 Julien Cristau Use repoapi instead of dbapi for cwctl shell, upgrade and db-init
Mon, 27 Jan 2014 16:19:49 +0100 Julien Cristau merge 3.18.2 into 3.19 branch
Thu, 23 Jan 2014 12:32:16 +0100 Julien Cristau [repo] pylint cleanup, mainly of imports, with a bit of style
Wed, 22 Jan 2014 15:49:32 +0100 Sylvain Thénault [multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
Tue, 02 Jul 2013 17:07:34 +0200 Sylvain Thénault [config] cleanup/refactor server sources file values handling
Fri, 21 Jun 2013 16:17:17 +0200 Sylvain Thénault [c-c restore] drop useless restore-all option, and related systemonly argument
Fri, 21 Jun 2013 16:01:59 +0200 Sylvain Thénault [multi-sources-removal] Kill repo.sources
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
Tue, 21 Jan 2014 11:57:02 +0100 Julien Cristau [migractions] Don't silently ignore errors when installing sql procedures
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Wed, 08 Jan 2014 12:09:44 +0100 Aurelien Campeas [schema] fix unique together index handling
Mon, 26 Aug 2013 16:12:30 +0200 Aurelien Campeas remove 3.8 bw compat
Tue, 17 Sep 2013 17:44:15 +0200 Aurelien Campeas [migractions] rschema.final.inlined -> rschema.inlined stable
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
Mon, 22 Jul 2013 14:57:37 +0200 Julien Cristau fix typos in docstring, doc and comments stable
Mon, 22 Jul 2013 10:55:45 +0200 Sylvain Thénault [migration] when adding a cube, skip infered relations (closes #3005576) stable
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
Thu, 27 Jun 2013 11:19:32 +0200 Pierre-Yves David [migraction] do not access session.data directly
Mon, 25 Mar 2013 17:50:11 +0100 Pierre-Yves David [session] drop useless getter and setter for security
Wed, 27 Mar 2013 14:50:58 +0100 Pierre-Yves David [migration] drop pre-3.7 utility
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
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
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
Wed, 09 Jan 2013 16:06:20 +0100 Aurelien Campeas [merge] backport stable
Tue, 04 Dec 2012 13:41:20 +0100 Sylvain Thénault [migration] fix crash when adding a new meta relation type. Closes #2532483 stable
Fri, 07 Sep 2012 14:01:59 +0200 Sylvain Thénault backport stable
Tue, 04 Sep 2012 06:52:41 +0200 Sylvain Thénault [migration] fix backward compat for rename_relation stable
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
Tue, 17 Jul 2012 11:08:36 +0200 Sylvain Thénault [migraction] rename rename_relation method to rename_relation_type for consistency stable
Fri, 16 Mar 2012 10:29:15 +0100 Sylvain Thénault backport stable
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
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
Tue, 14 Feb 2012 15:16:42 +0100 Sylvain Thénault backport stable
Tue, 14 Feb 2012 15:14:40 +0100 Sylvain Thénault backport oldstable stable
Tue, 14 Feb 2012 15:14:22 +0100 Pierre-Yves David [bfss, migration] fix storage migration (closes #2189206) oldstable
Fri, 10 Feb 2012 16:53:52 +0100 Sylvain Thénault backport stable
Fri, 10 Feb 2012 10:45:17 +0100 Katia Saurfelt [migration] fire hooks in postcreate by default (closes #1417110)
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
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Thu, 26 Jan 2012 15:55:27 +0100 Sylvain Thénault [migractions] fix comment to avoid ambiguity. Closes #2015260
Thu, 03 Nov 2011 15:28:30 +0100 Sylvain Thénault backport stable
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
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
Fri, 21 Oct 2011 09:24:29 +0200 Sylvain Thénault backport stable
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
Fri, 14 Oct 2011 09:21:45 +0200 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
Thu, 13 Oct 2011 11:49:19 +0200 Alexandre Fayolle [migraction] fix cmd_change_attribute_type command (closes #2015073) stable
Tue, 11 Oct 2011 11:00:24 +0200 Sylvain Thénault backport stable
Fri, 07 Oct 2011 17:29:14 +0200 Sylvain Thénault [migration] update old yams api in change_attribute_type stable
Fri, 07 Oct 2011 11:59:20 +0200 Sylvain Thénault backport stable
Thu, 06 Oct 2011 16:15:16 +0200 Sylvain Thénault [migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498) stable
Tue, 09 Aug 2011 09:43:26 +0200 Nicolas Chauvat [lint] remove uses of "print >> sys.stderr" (closes #1908571)
Thu, 29 Sep 2011 14:47:04 +0200 Sylvain Thénault backport stable
Wed, 28 Sep 2011 09:27:42 +0200 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
Fri, 23 Sep 2011 14:18:13 +0200 Sylvain Thénault backport stable
less more (0) -100 -60 tip