misc/migration/3.20.0_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 10 Dec 2015 12:34:15 +0100
changeset 10960 9e64fddebc89
parent 10169 ed57c5215530
permissions -rw-r--r--
merge with 3.21.3 The change in unittest_serverctl.py is needed because of daef7ce08fea (from 3.20.11) and 3914388b2d0f (from the 3.22 branch). Due to both changes, CubicWebTC.config.repository no longer creates a new repository (and thus, a new connection). Since both DBDumpCommand and CubicWebTC.tearDown try to shutdown the repo, tearDown breaks apart. The solution is to temporarily disable ServerConfiguration's config cache. By forcing DBDumpCommand to get a new configuration object, it then gets its own Repo object, allowing tearDown and DBDumpCommand to work independently.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10169
ed57c5215530 [migration/3.20] sync rtypes before etypes
Julien Cristau <julien.cristau@logilab.fr>
parents: 10092
diff changeset
     1
sync_schema_props_perms('state_of')
ed57c5215530 [migration/3.20] sync rtypes before etypes
Julien Cristau <julien.cristau@logilab.fr>
parents: 10092
diff changeset
     2
sync_schema_props_perms('transition_of')
10092
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     3
sync_schema_props_perms('State')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     4
sync_schema_props_perms('BaseTransition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     5
sync_schema_props_perms('Transition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     6
sync_schema_props_perms('WorkflowTransition')