migration.py
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
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Wed, 29 Jun 2011 14:05:14 +0200 Nicolas Chauvat [cw-ctl] command list should not break when cube depends on version None (closes #1787209) stable
Sat, 18 Jun 2011 23:27:23 +0200 Nicolas Chauvat [migration] bugfix: c-c list was not displaying the name of a cube requiring another cube without constraining the version. stable
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Mon, 29 Nov 2010 18:34:39 +0100 Julien Jehannet [migration] improve doctest report format stable
Tue, 09 Nov 2010 10:18:56 +0100 Julien Jehannet [migration] put some migration context info in doctest environment: __file__ and __args__ stable
Fri, 05 Nov 2010 15:08:24 +0100 Julien Jehannet [shell, testlib] return doc test results in process_script and new assertDocTestFile method on CubicWebTC stable
Fri, 29 Oct 2010 00:03:30 +0200 Nicolas Chauvat fix problem introduced with previous commit stable
Thu, 28 Oct 2010 19:37:59 +0200 Nicolas Chauvat [cwctl] command list now checks version of cw, not only versions of cubes stable
Wed, 29 Sep 2010 12:44:11 +0200 Sylvain Thénault [c-c] fix RuntimeError: 'maximum recursion depth exceeded while calling a Python object' we get when creating/upgrading/shelling an instance: hasattr() call __getattribute__, creating an infinite recursion error catched by the interpretor. Avoid this by testing the method is available on the class instead of the instance stable
Mon, 13 Sep 2010 14:32:20 +0200 Sylvain Thénault [migration] remove buggy assertion stable
Mon, 13 Sep 2010 13:55:37 +0200 Aurelien Campeas [migration] .pop() is more readable stable
Mon, 13 Sep 2010 11:00:22 +0200 Sylvain Thénault [migration] fix so that context modification are reflected on the currently executed migration script stable
Tue, 07 Sep 2010 23:02:08 +0200 Sylvain Thénault [migration] propose to open pdb on error during execution of rql/sql query stable
less more (0) -15 tip