misc/migration/3.20.0_Any.py
author Yann Voté <yann.vote@logilab.fr>
Fri, 26 Jun 2015 16:09:27 +0200
changeset 10460 d260722f2453
parent 10169 ed57c5215530
permissions -rw-r--r--
[dataimport] introduce the importer and extentity classes This introduces the ``ExtEntity`` class which is a transitional state between data at external source and the actual CubicWeb entities. ``ExtEntitiesImporter`` is then in charge to turn a bunch of ext entities into CW entities in repository, using a given store. This changeset also introduces ``SimpleImportLog`` and ``HTMLImportLog`` which implement the CW DataImportLog interface in order to show log messages in UI using simple text and HTML formats respectively, instead of storing these messages in database. Both have mostly been backported from cubes.skos.dataimport. Closes #5414753.
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')